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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_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-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-06_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-06_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-social_acq-mb8_run-06_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-06_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>30c4dd04c34ced55abe5a79c7395af3d</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:44:0.617500</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-06_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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7740, -7276, 673, -65, -229, -20, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eccca72a-0cff-444e-9b08-c7dc5a9c1ea8||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': ['104400.617500', '104401.077500', '104401.537500', '104401.997500', '104402.457500', '104402.917500', '104403.377500', '104403.837500', '104404.297500', '104404.757500', '104405.217500', '104405.677500', '104406.137500', '104406.597500', '104407.057500', '104407.517500', '104407.977500', '104408.437500', '104408.897500', '104409.357500', '104409.817500', '104410.277500', '104410.737500', '104411.197500', '104411.657500', '104412.117500', '104412.577500', '104413.037500', '104413.497500', '104413.957500', '104414.417500', '104414.877500', '104415.337500', '104415.797500', '104416.257500', '104416.717500', '104417.177500', '104417.637500', '104418.097500', '104418.557500', '104419.017500', '104419.477500', '104419.937500', '104420.397500', '104420.857500', '104421.317500', '104421.777500', '104422.237500', '104422.697500', '104423.157500', '104423.617500', '104424.077500', '104424.537500', '104424.997500', '104425.457500', '104425.917500', '104426.377500', '104426.837500', '104427.297500', '104427.757500', '104428.217500', '104428.677500', '104429.137500', '104429.597500', '104430.057500', '104430.517500', '104430.977500', '104431.437500', '104431.897500', '104432.357500', '104432.817500', '104433.277500', '104433.737500', '104434.197500', '104434.657500', '104435.117500', '104435.577500', '104436.037500', '104436.497500', '104436.957500', '104437.417500', '104437.877500', '104438.337500', '104438.797500', '104439.257500', '104439.717500', '104440.177500', '104440.637500', '104441.097500', '104441.557500', '104442.017500', '104442.477500', '104442.937500', '104443.397500', '104443.857500', '104444.317500', '104444.777500', '104445.237500', '104445.697500', '104446.157500', '104446.617500', '104447.077500', '104447.537500', '104447.997500', '104448.457500', '104448.917500', '104449.377500', '104449.837500', '104450.297500', '104450.757500', '104451.217500', '104451.677500', '104452.137500', '104452.597500', '104453.057500', '104453.517500', '104453.977500', '104454.437500', '104454.897500', '104455.357500', '104455.817500', '104456.277500', '104456.737500', '104457.197500', '104457.657500', '104458.117500', '104458.577500', '104459.037500', '104459.497500', '104459.957500', '104500.417500', '104500.877500', '104501.337500', '104501.797500', '104502.257500', '104502.717500', '104503.177500', '104503.637500', '104504.097500', '104504.557500', '104505.017500', '104505.477500', '104505.937500', '104506.397500', '104506.857500', '104507.317500', '104507.777500', '104508.237500', '104508.697500', '104509.157500', '104509.617500', '104510.077500', '104510.537500', '104510.997500', '104511.457500', '104511.917500', '104512.377500', '104512.837500', '104513.297500', '104513.757500', '104514.217500', '104514.677500', '104515.137500', '104515.597500', '104516.057500', '104516.517500', '104516.977500', '104517.437500', '104517.897500', '104518.357500', '104518.817500', '104519.277500', '104519.737500', '104520.197500', '104520.657500', '104521.117500', '104521.577500', '104522.037500', '104522.497500', '104522.957500', '104523.417500', '104523.877500', '104524.337500', '104524.797500', '104525.257500', '104525.717500', '104526.177500', '104526.637500', '104527.097500', '104527.557500', '104528.017500', '104528.477500', '104528.937500', '104529.397500', '104529.857500', '104530.317500', '104530.777500', '104531.237500', '104531.697500', '104532.157500', '104532.617500', '104533.077500', '104533.537500', '104533.997500', '104534.457500', '104534.917500', '104535.377500', '104535.837500', '104536.297500', '104536.757500', '104537.217500', '104537.677500', '104538.137500', '104538.597500', '104539.057500', '104539.517500', '104539.977500', '104540.437500', '104540.897500', '104541.357500', '104541.817500', '104542.277500', '104542.737500', '104543.197500', '104543.657500', '104544.117500', '104544.577500', '104545.037500', '104545.497500', '104545.957500', '104546.417500', '104546.877500', '104547.337500', '104547.797500', '104548.257500', '104548.717500', '104549.177500', '104549.637500', '104550.097500', '104550.557500', '104551.017500', '104551.477500', '104551.937500', '104552.397500', '104552.857500', '104553.317500', '104553.777500', '104554.237500', '104554.697500', '104555.157500', '104555.617500', '104556.077500', '104556.537500', '104556.997500', '104557.457500', '104557.917500', '104558.377500', '104558.837500', '104559.297500', '104559.757500', '104600.217500', '104600.677500', '104601.137500', '104601.597500', '104602.057500', '104602.517500', '104602.977500', '104603.437500', '104603.897500', '104604.357500', '104604.817500', '104605.277500', '104605.737500', '104606.197500', '104606.657500', '104607.117500', '104607.577500', '104608.037500', '104608.497500', '104608.957500', '104609.417500', '104609.877500', '104610.337500', '104610.797500', '104611.257500', '104611.717500', '104612.177500', '104612.637500', '104613.097500', '104613.557500', '104614.017500', '104614.477500', '104614.937500', '104615.397500', '104615.857500', '104616.317500', '104616.777500', '104617.237500', '104617.697500', '104618.157500', '104618.617500', '104619.077500', '104619.537500', '104619.997500', '104620.457500', '104620.917500', '104621.377500', '104621.837500', '104622.297500', '104622.757500', '104623.217500', '104623.677500', '104624.137500', '104624.597500', '104625.057500', '104625.517500', '104625.977500', '104626.437500', '104626.897500', '104627.357500', '104627.817500', '104628.277500', '104628.737500', '104629.197500', '104629.657500', '104630.117500', '104630.577500', '104631.037500', '104631.497500', '104631.957500', '104632.417500', '104632.877500', '104633.337500', '104633.797500', '104634.257500', '104634.717500', '104635.177500', '104635.637500', '104636.097500', '104636.557500', '104637.017500', '104637.477500', '104637.937500', '104638.397500', '104638.857500', '104639.317500', '104639.777500', '104640.237500', '104640.697500', '104641.157500', '104641.617500', '104642.077500', '104642.537500', '104642.997500', '104643.457500', '104643.917500', '104644.377500', '104644.837500', '104645.297500', '104645.757500', '104646.217500', '104646.677500', '104647.137500', '104647.597500', '104648.057500', '104648.517500', '104648.977500', '104649.437500', '104649.897500', '104650.357500', '104650.817500', '104651.277500', '104651.737500', '104652.197500', '104652.657500', '104653.117500', '104653.577500', '104654.037500', '104654.497500', '104654.957500', '104655.417500', '104655.877500', '104656.337500', '104656.797500', '104657.257500', '104657.717500', '104658.177500', '104658.637500', '104659.097500', '104659.557500', '104700.017500', '104700.477500', '104700.937500', '104701.397500', '104701.857500', '104702.317500', '104702.777500', '104703.237500', '104703.697500', '104704.157500', '104704.617500', '104705.077500', '104705.537500', '104705.997500', '104706.457500', '104706.917500', '104707.377500', '104707.837500', '104708.297500', '104708.757500', '104709.217500', '104709.677500', '104710.137500', '104710.597500', '104711.057500', '104711.517500', '104711.977500', '104712.437500', '104712.897500', '104713.357500', '104713.817500', '104714.277500', '104714.737500', '104715.197500', '104715.657500', '104716.117500', '104716.577500', '104717.037500', '104717.497500', '104717.957500', '104718.417500', '104718.877500', '104719.337500', '104719.797500', '104720.257500', '104720.717500', '104721.177500', '104721.637500', '104722.097500', '104722.557500', '104723.017500', '104723.477500', '104723.937500', '104724.397500', '104724.857500', '104725.317500', '104725.777500', '104726.237500', '104726.697500', '104727.157500', '104727.617500', '104728.077500', '104728.537500', '104728.997500', '104729.457500', '104729.917500', '104730.377500', '104730.837500', '104731.297500', '104731.757500', '104732.217500', '104732.677500', '104733.137500', '104733.597500', '104734.057500', '104734.517500', '104734.977500', '104735.437500', '104735.897500', '104736.357500', '104736.817500', '104737.277500', '104737.737500', '104738.197500', '104738.657500', '104739.117500', '104739.577500', '104740.037500', '104740.497500', '104740.957500', '104741.417500', '104741.877500', '104742.337500', '104742.797500', '104743.257500', '104743.717500', '104744.177500', '104744.637500', '104745.097500', '104745.557500', '104746.017500', '104746.477500', '104746.937500', '104747.397500', '104747.857500', '104748.317500', '104748.777500', '104749.237500', '104749.697500', '104750.157500', '104750.617500', '104751.077500', '104751.537500', '104751.997500', '104752.457500', '104752.917500', '104753.377500', '104753.837500', '104754.297500', '104754.757500', '104755.217500', '104755.677500', '104756.137500', '104756.597500', '104757.057500', '104757.517500', '104757.977500', '104758.437500', '104758.897500', '104759.357500', '104759.817500', '104800.277500', '104800.737500', '104801.197500', '104801.657500', '104802.117500', '104802.577500', '104803.037500', '104803.497500', '104803.957500', '104804.417500', '104804.877500', '104805.337500', '104805.797500', '104806.257500', '104806.717500', '104807.177500', '104807.637500', '104808.097500', '104808.557500', '104809.017500', '104809.477500', '104809.937500', '104810.397500', '104810.857500', '104811.317500', '104811.777500', '104812.237500', '104812.697500', '104813.157500', '104813.617500', '104814.077500', '104814.537500', '104814.997500', '104815.457500', '104815.917500', '104816.377500', '104816.837500', '104817.297500', '104817.757500', '104818.217500', '104818.677500', '104819.137500', '104819.597500', '104820.057500', '104820.517500', '104820.977500', '104821.437500', '104821.897500', '104822.357500', '104822.817500', '104823.277500', '104823.737500', '104824.197500', '104824.657500', '104825.117500', '104825.577500', '104826.037500', '104826.497500', '104826.957500', '104827.417500', '104827.877500', '104828.337500', '104828.797500', '104829.257500', '104829.717500', '104830.177500', '104830.637500', '104831.097500', '104831.557500', '104832.017500', '104832.477500', '104832.937500', '104833.397500', '104833.857500', '104834.317500', '104834.777500', '104835.237500', '104835.697500', '104836.157500', '104836.617500', '104837.077500', '104837.537500', '104837.997500', '104838.457500', '104838.917500', '104839.377500', '104839.837500', '104840.297500', '104840.757500', '104841.217500', '104841.677500', '104842.137500', '104842.597500', '104843.057500', '104843.517500', '104843.977500', '104844.437500', '104844.897500', '104845.357500', '104845.817500', '104846.277500', '104846.737500', '104847.197500', '104847.657500', '104848.117500', '104848.577500', '104849.037500', '104849.497500', '104849.957500', '104850.417500', '104850.877500', '104851.337500', '104851.797500', '104852.257500', '104852.717500', '104853.177500', '104853.637500', '104854.097500', '104854.557500', '104855.017500', '104855.477500', '104855.937500', '104856.397500', '104856.857500', '104857.317500', '104857.777500', '104858.237500', '104858.697500', '104859.157500', '104859.617500', '104900.077500', '104900.537500', '104900.997500', '104901.457500', '104901.917500', '104902.377500', '104902.837500', '104903.297500', '104903.757500', '104904.217500', '104904.677500', '104905.137500', '104905.597500', '104906.057500', '104906.517500', '104906.977500', '104907.437500', '104907.897500', '104908.357500', '104908.817500', '104909.277500', '104909.737500', '104910.197500', '104910.657500', '104911.117500', '104911.577500', '104912.037500', '104912.497500', '104912.957500', '104913.417500', '104913.877500', '104914.337500', '104914.797500', '104915.257500', '104915.717500', '104916.177500', '104916.637500', '104917.097500', '104917.557500', '104918.017500', '104918.477500', '104918.937500', '104919.397500', '104919.857500', '104920.317500', '104920.777500', '104921.237500', '104921.697500', '104922.157500', '104922.617500', '104923.077500', '104923.537500', '104923.997500', '104924.457500', '104924.917500', '104925.377500', '104925.837500', '104926.297500', '104926.757500', '104927.217500', '104927.677500', '104928.137500', '104928.597500', '104929.057500', '104929.517500', '104929.977500', '104930.437500', '104930.897500', '104931.357500', '104931.817500', '104932.277500', '104932.737500', '104933.197500', '104933.657500', '104934.117500', '104934.577500', '104935.037500', '104935.497500', '104935.957500', '104936.417500', '104936.877500', '104937.337500', '104937.797500', '104938.257500', '104938.717500', '104939.177500', '104939.637500', '104940.097500', '104940.557500', '104941.017500', '104941.477500', '104941.937500', '104942.397500', '104942.857500', '104943.317500', '104943.777500', '104944.237500', '104944.697500', '104945.157500', '104945.617500', '104946.077500', '104946.537500', '104946.997500', '104947.457500', '104947.917500', '104948.377500', '104948.837500', '104949.297500', '104949.757500', '104950.217500', '104950.677500', '104951.137500', '104951.597500', '104952.057500', '104952.517500', '104952.977500', '104953.437500', '104953.897500', '104954.357500', '104954.817500', '104955.277500', '104955.737500', '104956.197500', '104956.657500', '104957.117500', '104957.577500', '104958.037500', '104958.497500', '104958.957500', '104959.417500', '104959.877500', '105000.337500', '105000.797500', '105001.257500', '105001.717500', '105002.177500', '105002.637500', '105003.097500', '105003.557500', '105004.017500', '105004.477500', '105004.937500', '105005.397500', '105005.857500', '105006.317500', '105006.777500', '105007.237500', '105007.697500', '105008.157500', '105008.617500', '105009.077500', '105009.537500', '105009.997500', '105010.457500', '105010.917500', '105011.377500', '105011.837500', '105012.297500', '105012.757500', '105013.217500', '105013.677500', '105014.137500', '105014.597500', '105015.057500', '105015.517500', '105015.977500', '105016.437500', '105016.897500', '105017.357500', '105017.817500', '105018.277500', '105018.737500', '105019.197500', '105019.657500', '105020.117500', '105020.577500', '105021.037500', '105021.497500', '105021.957500', '105022.417500', '105022.877500', '105023.337500', '105023.797500', '105024.257500', '105024.717500', '105025.177500', '105025.637500', '105026.097500', '105026.557500', '105027.017500', '105027.477500', '105027.937500', '105028.397500', '105028.857500', '105029.317500', '105029.777500', '105030.237500', '105030.697500', '105031.157500', '105031.617500', '105032.077500', '105032.537500', '105032.997500', '105033.457500', '105033.917500', '105034.377500', '105034.837500', '105035.297500', '105035.757500', '105036.217500', '105036.677500', '105037.137500', '105037.597500', '105038.057500', '105038.517500', '105038.977500', '105039.437500', '105039.897500', '105040.357500', '105040.817500', '105041.277500'], 'ContentTime': ['104404.236000', '104405.026000', '104405.136000', '104405.391000', '104405.542000', '104405.628000', '104405.811000', '104405.875000', '104406.013000', '104406.205000', '104406.414000', '104406.607000', '104406.884000', '104407.343000', '104407.824000', '104408.274000', '104408.752000', '104409.194000', '104409.666000', '104410.120000', '104410.573000', '104411.051000', '104411.510000', '104411.969000', '104412.432000', '104412.883000', '104413.351000', '104413.811000', '104414.316000', '104414.728000', '104415.209000', '104415.650000', '104416.113000', '104416.572000', '104417.024000', '104417.474000', '104417.945000', '104418.402000', '104418.852000', '104419.324000', '104419.770000', '104420.238000', '104420.712000', '104421.167000', '104421.621000', '104422.111000', '104422.549000', '104422.993000', '104423.474000', '104423.913000', '104424.385000', '104424.835000', '104425.295000', '104425.753000', '104426.244000', '104426.680000', '104427.153000', '104427.613000', '104428.071000', '104428.516000', '104428.984000', '104429.449000', '104429.897000', '104430.383000', '104430.816000', '104431.279000', '104431.755000', '104432.196000', '104432.668000', '104433.122000', '104433.575000', '104434.051000', '104434.496000', '104434.959000', '104435.428000', '104435.891000', '104436.347000', '104436.792000', '104437.259000', '104437.722000', '104438.179000', '104438.651000', '104439.111000', '104439.571000', '104440.015000', '104440.494000', '104440.935000', '104441.406000', '104441.874000', '104442.326000', '104442.786000', '104443.247000', '104443.700000', '104444.170000', '104444.623000', '104445.088000', '104445.539000', '104446.013000', '104446.478000', '104446.919000', '104447.415000', '104447.852000', '104448.315000', '104448.771000', '104449.215000', '104449.719000', '104450.140000', '104450.595000', '104451.072000', '104451.623000', '104451.991000', '104452.452000', '104452.907000', '104453.362000', '104453.824000', '104454.292000', '104454.741000', '104455.404000', '104455.673000', '104456.117000', '104456.588000', '104457.036000', '104457.505000', '104457.962000', '104458.425000', '104458.879000', '104459.352000', '104459.811000', '104500.261000', '104500.723000', '104501.185000', '104501.686000', '104502.101000', '104502.569000', '104503.018000', '104503.492000', '104503.993000', '104504.413000', '104504.877000', '104505.324000', '104505.796000', '104506.258000', '104506.737000', '104507.189000', '104507.624000', '104508.079000', '104508.549000', '104509.008000', '104509.466000', '104509.914000', '104510.381000', '104510.838000', '104511.297000', '104511.758000', '104512.221000', '104512.676000', '104513.146000', '104513.606000', '104514.058000', '104514.533000', '104514.991000', '104515.487000', '104515.896000', '104516.396000', '104516.830000', '104517.318000', '104517.748000', '104518.198000', '104518.674000', '104519.132000', '104519.590000', '104520.044000', '104520.509000', '104520.974000', '104521.453000', '104521.918000', '104522.346000', '104522.795000', '104523.258000', '104523.719000', '104524.212000', '104524.661000', '104525.103000', '104525.571000', '104526.030000', '104526.498000', '104526.942000', '104527.400000', '104527.858000', '104528.327000', '104528.783000', '104529.239000', '104529.707000', '104530.170000', '104530.629000', '104531.096000', '104531.559000', '104532.013000', '104532.469000', '104532.943000', '104533.385000', '104533.852000', '104534.308000', '104534.765000', '104535.226000', '104535.694000', '104536.153000', '104536.612000', '104537.064000', '104537.528000', '104538.000000', '104538.440000', '104538.906000', '104539.375000', '104539.830000', '104540.327000', '104540.760000', '104541.219000', '104541.672000', '104542.123000', '104542.600000', '104543.041000', '104543.506000', '104543.975000', '104544.429000', '104544.883000', '104545.355000', '104545.821000', '104546.262000', '104546.725000', '104547.200000', '104547.643000', '104548.104000', '104548.577000', '104549.017000', '104549.492000', '104549.956000', '104550.418000', '104550.864000', '104551.338000', '104551.779000', '104552.240000', '104552.716000', '104553.269000', '104553.633000', '104554.087000', '104554.561000', '104555.000000', '104555.466000', '104555.962000', '104556.388000', '104556.843000', '104557.319000', '104557.780000', '104558.228000', '104558.700000', '104559.164000', '104559.601000', '104600.059000', '104600.529000', '104600.991000', '104601.450000', '104601.906000', '104602.377000', '104602.841000', '104603.281000', '104603.749000', '104604.202000', '104604.662000', '104605.136000', '104605.592000', '104606.059000', '104606.500000', '104606.971000', '104607.426000', '104607.893000', '104608.351000', '104608.806000', '104609.324000', '104609.749000', '104610.192000', '104610.650000', '104611.131000', '104611.568000', '104612.035000', '104612.500000', '104612.938000', '104613.416000', '104613.861000', '104614.337000', '104614.799000', '104615.248000', '104615.711000', '104616.176000', '104616.663000', '104617.088000', '104617.564000', '104618.009000', '104618.474000', '104618.930000', '104619.377000', '104619.883000', '104620.308000', '104620.776000', '104621.239000', '104621.688000', '104622.145000', '104622.617000', '104623.073000', '104623.539000', '104623.992000', '104624.450000', '104624.909000', '104625.365000', '104625.826000', '104626.294000', '104626.738000', '104627.218000', '104627.660000', '104628.120000', '104628.591000', '104629.057000', '104629.516000', '104629.969000', '104630.424000', '104630.889000', '104631.388000', '104631.804000', '104632.279000', '104632.731000', '104633.196000', '104633.655000', '104634.121000', '104634.570000', '104635.034000', '104635.486000', '104635.960000', '104636.413000', '104636.873000', '104637.335000', '104637.788000', '104638.277000', '104638.703000', '104639.168000', '104639.622000', '104640.096000', '104640.546000', '104641.029000', '104641.481000', '104641.926000', '104642.382000', '104642.885000', '104643.349000', '104643.776000', '104644.240000', '104644.685000', '104645.181000', '104645.616000', '104646.066000', '104646.527000', '104647.004000', '104647.454000', '104647.920000', '104648.375000', '104648.837000', '104649.284000', '104649.784000', '104650.203000', '104650.674000', '104651.140000', '104651.597000', '104652.053000', '104652.521000', '104652.980000', '104653.443000', '104653.898000', '104654.355000', '104654.812000', '104655.269000', '104655.769000', '104656.194000', '104656.655000', '104657.109000', '104657.566000', '104658.064000', '104658.487000', '104658.954000', '104659.415000', '104659.883000', '104700.345000', '104700.802000', '104701.286000', '104701.720000', '104702.178000', '104702.646000', '104703.095000', '104703.559000', '104704.019000', '104704.471000', '104704.962000', '104705.386000', '104705.882000', '104706.321000', '104706.779000', '104707.232000', '104707.701000', '104708.153000', '104708.621000', '104709.074000', '104709.546000', '104709.997000', '104710.460000', '104710.924000', '104711.386000', '104711.826000', '104712.304000', '104712.762000', '104713.209000', '104713.667000', '104714.135000', '104714.599000', '104715.048000', '104715.519000', '104715.976000', '104716.427000', '104716.889000', '104717.368000', '104717.820000', '104718.268000', '104718.732000', '104719.253000', '104719.650000', '104720.116000', '104720.568000', '104721.043000', '104721.499000', '104721.961000', '104722.419000', '104722.882000', '104723.371000', '104723.803000', '104724.252000', '104724.725000', '104725.175000', '104725.644000', '104726.100000', '104726.551000', '104727.021000', '104727.480000', '104727.941000', '104728.406000', '104728.864000', '104729.327000', '104729.781000', '104730.228000', '104730.690000', '104731.150000', '104731.619000', '104732.078000', '104732.570000', '104733.008000', '104733.453000', '104733.924000', '104734.371000', '104734.826000', '104735.289000', '104735.786000', '104736.216000', '104736.678000', '104737.129000', '104737.587000', '104738.047000', '104738.506000', '104738.986000', '104739.448000', '104739.888000', '104740.358000', '104740.814000', '104741.342000', '104741.745000', '104742.207000', '104742.661000', '104743.123000', '104743.585000', '104744.041000', '104744.505000', '104744.967000', '104745.423000', '104745.882000', '104746.339000', '104746.788000', '104747.258000', '104747.711000', '104748.190000', '104748.649000', '104749.089000', '104749.551000', '104750.010000', '104750.483000', '104750.940000', '104751.392000', '104751.864000', '104752.322000', '104752.782000', '104753.245000', '104753.693000', '104754.146000', '104754.634000', '104755.075000', '104755.547000', '104756.009000', '104756.462000', '104756.953000', '104757.375000', '104757.849000', '104758.309000', '104758.754000', '104759.224000', '104759.690000', '104800.142000', '104800.600000', '104801.053000', '104801.522000', '104801.972000', '104802.448000', '104802.901000', '104803.368000', '104803.811000', '104804.286000', '104804.739000', '104805.367000', '104805.670000', '104806.130000', '104806.570000', '104807.047000', '104807.504000', '104807.968000', '104808.421000', '104808.914000', '104809.339000', '104809.803000', '104810.254000', '104810.725000', '104811.190000', '104811.638000', '104812.101000', '104812.555000', '104813.029000', '104813.471000', '104813.935000', '104814.395000', '104814.851000', '104815.314000', '104815.779000', '104816.236000', '104816.698000', '104817.154000', '104817.626000', '104818.082000', '104818.532000', '104819.009000', '104819.463000', '104819.927000', '104820.383000', '104820.870000', '104821.313000', '104821.774000', '104822.225000', '104822.685000', '104823.150000', '104823.603000', '104824.054000', '104824.522000', '104824.972000', '104825.440000', '104825.912000', '104826.369000', '104826.829000', '104827.289000', '104827.753000', '104828.214000', '104828.657000', '104829.113000', '104829.586000', '104830.048000', '104830.501000', '104830.956000', '104831.488000', '104831.938000', '104832.368000', '104832.800000', '104833.271000', '104833.727000', '104834.189000', '104834.654000', '104835.103000', '104835.566000', '104836.021000', '104836.480000', '104836.953000', '104837.414000', '104837.863000', '104838.330000', '104838.786000', '104839.242000', '104839.695000', '104840.169000', '104840.635000', '104841.085000', '104841.555000', '104842.015000', '104842.459000', '104842.917000', '104843.378000', '104843.838000', '104844.308000', '104844.756000', '104845.234000', '104845.682000', '104846.148000', '104846.612000', '104847.056000', '104847.525000', '104847.983000', '104848.478000', '104848.914000', '104849.366000', '104849.817000', '104850.278000', '104850.738000', '104851.205000', '104851.669000', '104852.120000', '104852.608000', '104853.043000', '104853.521000', '104853.977000', '104854.448000', '104854.879000', '104855.351000', '104855.810000', '104856.268000', '104856.724000', '104857.328000', '104857.654000', '104858.106000', '104858.580000', '104859.070000', '104859.495000', '104859.944000', '104900.416000', '104900.872000', '104901.334000', '104901.795000', '104902.285000', '104902.708000', '104903.172000', '104903.638000', '104904.076000', '104904.536000', '104905.017000', '104905.466000', '104905.925000', '104906.404000', '104906.848000', '104907.300000', '104907.777000', '104908.215000', '104908.695000', '104909.157000', '104909.603000', '104910.065000', '104910.523000', '104910.984000', '104911.457000', '104911.912000', '104912.371000', '104912.837000', '104913.299000', '104913.753000', '104914.204000', '104914.666000', '104915.124000', '104915.588000', '104916.063000', '104916.516000', '104916.967000', '104917.433000', '104917.891000', '104918.359000', '104918.802000', '104919.346000', '104919.730000', '104920.188000', '104920.652000', '104921.117000', '104921.581000', '104922.034000', '104922.522000', '104922.946000', '104923.419000', '104923.865000', '104924.341000', '104924.795000', '104925.262000', '104925.709000', '104926.175000', '104926.638000', '104927.082000', '104927.546000', '104928.004000', '104928.469000', '104928.949000', '104929.394000', '104929.860000', '104930.314000', '104930.765000', '104931.312000', '104931.695000', '104932.160000', '104932.622000', '104933.078000', '104933.524000', '104933.983000', '104934.447000', '104934.908000', '104935.363000', '104935.837000', '104936.306000', '104936.791000', '104937.221000', '104937.662000', '104938.132000', '104938.594000', '104939.044000', '104939.510000', '104939.963000', '104940.430000', '104940.899000', '104941.398000', '104941.811000', '104942.287000', '104942.727000', '104943.291000', '104943.659000', '104944.122000', '104944.568000', '104945.037000', '104945.503000', '104945.956000', '104946.422000', '104946.874000', '104947.322000', '104947.804000', '104948.257000', '104948.710000', '104949.181000', '104949.637000', '104950.106000', '104950.561000', '104951.005000', '104951.484000', '104951.970000', '104952.402000', '104952.860000', '104953.320000', '104953.780000', '104954.241000', '104954.696000', '104955.157000', '104955.617000', '104956.070000', '104956.542000', '104957.008000', '104957.464000', '104957.913000', '104958.369000', '104958.824000', '104959.285000', '104959.762000', '105000.225000', '105000.684000', '105001.143000', '105001.601000', '105002.065000', '105002.530000', '105002.986000', '105003.444000', '105003.903000', '105004.349000', '105004.822000', '105005.390000', '105005.766000', '105006.200000', '105006.667000', '105007.122000', '105007.578000', '105008.042000', '105008.489000', '105008.956000', '105009.409000', '105009.872000', '105010.327000', '105010.791000', '105011.257000', '105011.714000', '105012.170000', '105012.649000', '105013.109000', '105013.556000', '105014.025000', '105014.479000', '105014.941000', '105015.536000', '105015.862000', '105016.315000', '105016.775000', '105017.239000', '105017.700000', '105018.156000', '105018.618000', '105019.073000', '105019.539000', '105020.037000', '105020.462000', '105020.931000', '105021.391000', '105021.848000', '105022.314000', '105022.751000', '105023.232000', '105023.682000', '105024.144000', '105024.611000', '105025.065000', '105025.529000', '105025.991000', '105026.432000', '105026.899000', '105027.363000', '105027.813000', '105028.287000', '105028.741000', '105029.194000', '105029.662000', '105030.113000', '105030.589000', '105031.033000', '105031.503000', '105031.970000', '105032.420000', '105032.893000', '105033.352000', '105033.811000', '105034.267000', '105034.732000', '105035.186000', '105035.651000', '105036.111000', '105036.569000', '105037.034000', '105037.493000', '105037.953000', '105038.413000', '105038.884000', '105039.331000', '105039.781000', '105040.236000', '105040.713000', '105041.166000', '105041.687000', '105042.075000'], 'InstanceCreationTime': ['104404.236000', '104405.026000', '104405.136000', '104405.391000', '104405.542000', '104405.628000', '104405.811000', '104405.875000', '104406.013000', '104406.205000', '104406.414000', '104406.607000', '104406.884000', '104407.343000', '104407.824000', '104408.274000', '104408.752000', '104409.194000', '104409.666000', '104410.120000', '104410.573000', '104411.051000', '104411.510000', '104411.969000', '104412.432000', '104412.883000', '104413.351000', '104413.811000', '104414.316000', '104414.728000', '104415.209000', '104415.650000', '104416.113000', '104416.572000', '104417.024000', '104417.474000', '104417.945000', '104418.402000', '104418.852000', '104419.324000', '104419.770000', '104420.238000', '104420.712000', '104421.167000', '104421.621000', '104422.111000', '104422.549000', '104422.993000', '104423.474000', '104423.913000', '104424.385000', '104424.835000', '104425.295000', '104425.753000', '104426.244000', '104426.680000', '104427.153000', '104427.613000', '104428.071000', '104428.516000', '104428.984000', '104429.449000', '104429.897000', '104430.383000', '104430.816000', '104431.279000', '104431.755000', '104432.196000', '104432.668000', '104433.122000', '104433.575000', '104434.051000', '104434.496000', '104434.959000', '104435.428000', '104435.891000', '104436.347000', '104436.792000', '104437.259000', '104437.722000', '104438.179000', '104438.651000', '104439.111000', '104439.571000', '104440.015000', '104440.494000', '104440.935000', '104441.406000', '104441.874000', '104442.326000', '104442.786000', '104443.247000', '104443.700000', '104444.170000', '104444.623000', '104445.088000', '104445.539000', '104446.013000', '104446.478000', '104446.919000', '104447.415000', '104447.852000', '104448.315000', '104448.771000', '104449.215000', '104449.719000', '104450.140000', '104450.595000', '104451.072000', '104451.623000', '104451.991000', '104452.452000', '104452.907000', '104453.362000', '104453.824000', '104454.292000', '104454.741000', '104455.404000', '104455.673000', '104456.117000', '104456.588000', '104457.036000', '104457.505000', '104457.962000', '104458.425000', '104458.879000', '104459.352000', '104459.811000', '104500.261000', '104500.723000', '104501.185000', '104501.686000', '104502.101000', '104502.569000', '104503.018000', '104503.492000', '104503.993000', '104504.413000', '104504.877000', '104505.324000', '104505.796000', '104506.258000', '104506.737000', '104507.189000', '104507.624000', '104508.079000', '104508.549000', '104509.008000', '104509.466000', '104509.914000', '104510.381000', '104510.838000', '104511.297000', '104511.758000', '104512.221000', '104512.676000', '104513.146000', '104513.606000', '104514.058000', '104514.533000', '104514.991000', '104515.487000', '104515.896000', '104516.396000', '104516.830000', '104517.318000', '104517.748000', '104518.198000', '104518.674000', '104519.132000', '104519.590000', '104520.044000', '104520.509000', '104520.974000', '104521.453000', '104521.918000', '104522.346000', '104522.795000', '104523.258000', '104523.719000', '104524.212000', '104524.661000', '104525.103000', '104525.571000', '104526.030000', '104526.498000', '104526.942000', '104527.400000', '104527.858000', '104528.327000', '104528.783000', '104529.239000', '104529.707000', '104530.170000', '104530.629000', '104531.096000', '104531.559000', '104532.013000', '104532.469000', '104532.943000', '104533.385000', '104533.852000', '104534.308000', '104534.765000', '104535.226000', '104535.694000', '104536.153000', '104536.612000', '104537.064000', '104537.528000', '104538.000000', '104538.440000', '104538.906000', '104539.375000', '104539.830000', '104540.327000', '104540.760000', '104541.219000', '104541.672000', '104542.123000', '104542.600000', '104543.041000', '104543.506000', '104543.975000', '104544.429000', '104544.883000', '104545.355000', '104545.821000', '104546.262000', '104546.725000', '104547.200000', '104547.643000', '104548.104000', '104548.577000', '104549.017000', '104549.492000', '104549.956000', '104550.418000', '104550.864000', '104551.338000', '104551.779000', '104552.240000', '104552.716000', '104553.269000', '104553.633000', '104554.087000', '104554.561000', '104555.000000', '104555.466000', '104555.962000', '104556.388000', '104556.843000', '104557.319000', '104557.780000', '104558.228000', '104558.700000', '104559.164000', '104559.601000', '104600.059000', '104600.529000', '104600.991000', '104601.450000', '104601.906000', '104602.377000', '104602.841000', '104603.281000', '104603.749000', '104604.202000', '104604.662000', '104605.136000', '104605.592000', '104606.059000', '104606.500000', '104606.971000', '104607.426000', '104607.893000', '104608.351000', '104608.806000', '104609.324000', '104609.749000', '104610.192000', '104610.650000', '104611.131000', '104611.568000', '104612.035000', '104612.500000', '104612.938000', '104613.416000', '104613.861000', '104614.337000', '104614.799000', '104615.248000', '104615.711000', '104616.176000', '104616.663000', '104617.088000', '104617.564000', '104618.009000', '104618.474000', '104618.930000', '104619.377000', '104619.883000', '104620.308000', '104620.776000', '104621.239000', '104621.688000', '104622.145000', '104622.617000', '104623.073000', '104623.539000', '104623.992000', '104624.450000', '104624.909000', '104625.365000', '104625.826000', '104626.294000', '104626.738000', '104627.218000', '104627.660000', '104628.120000', '104628.591000', '104629.057000', '104629.516000', '104629.969000', '104630.424000', '104630.889000', '104631.388000', '104631.804000', '104632.279000', '104632.731000', '104633.196000', '104633.655000', '104634.121000', '104634.570000', '104635.034000', '104635.486000', '104635.960000', '104636.413000', '104636.873000', '104637.335000', '104637.788000', '104638.277000', '104638.703000', '104639.168000', '104639.622000', '104640.096000', '104640.546000', '104641.029000', '104641.481000', '104641.926000', '104642.382000', '104642.885000', '104643.349000', '104643.776000', '104644.240000', '104644.685000', '104645.181000', '104645.616000', '104646.066000', '104646.527000', '104647.004000', '104647.454000', '104647.920000', '104648.375000', '104648.837000', '104649.284000', '104649.784000', '104650.203000', '104650.674000', '104651.140000', '104651.597000', '104652.053000', '104652.521000', '104652.980000', '104653.443000', '104653.898000', '104654.355000', '104654.812000', '104655.269000', '104655.769000', '104656.194000', '104656.655000', '104657.109000', '104657.566000', '104658.064000', '104658.487000', '104658.954000', '104659.415000', '104659.883000', '104700.345000', '104700.802000', '104701.286000', '104701.720000', '104702.178000', '104702.646000', '104703.095000', '104703.559000', '104704.019000', '104704.471000', '104704.962000', '104705.386000', '104705.882000', '104706.321000', '104706.779000', '104707.232000', '104707.701000', '104708.153000', '104708.621000', '104709.074000', '104709.546000', '104709.997000', '104710.460000', '104710.924000', '104711.386000', '104711.826000', '104712.304000', '104712.762000', '104713.209000', '104713.667000', '104714.135000', '104714.599000', '104715.048000', '104715.519000', '104715.976000', '104716.427000', '104716.889000', '104717.368000', '104717.820000', '104718.268000', '104718.732000', '104719.253000', '104719.650000', '104720.116000', '104720.568000', '104721.043000', '104721.499000', '104721.961000', '104722.419000', '104722.882000', '104723.371000', '104723.803000', '104724.252000', '104724.725000', '104725.175000', '104725.644000', '104726.100000', '104726.551000', '104727.021000', '104727.480000', '104727.941000', '104728.406000', '104728.864000', '104729.327000', '104729.781000', '104730.228000', '104730.690000', '104731.150000', '104731.619000', '104732.078000', '104732.570000', '104733.008000', '104733.453000', '104733.924000', '104734.371000', '104734.826000', '104735.289000', '104735.786000', '104736.216000', '104736.678000', '104737.129000', '104737.587000', '104738.047000', '104738.506000', '104738.986000', '104739.448000', '104739.888000', '104740.358000', '104740.814000', '104741.342000', '104741.745000', '104742.207000', '104742.661000', '104743.123000', '104743.585000', '104744.041000', '104744.505000', '104744.967000', '104745.423000', '104745.882000', '104746.339000', '104746.788000', '104747.258000', '104747.711000', '104748.190000', '104748.649000', '104749.089000', '104749.551000', '104750.010000', '104750.483000', '104750.940000', '104751.392000', '104751.864000', '104752.322000', '104752.782000', '104753.245000', '104753.693000', '104754.146000', '104754.634000', '104755.075000', '104755.547000', '104756.009000', '104756.462000', '104756.953000', '104757.375000', '104757.849000', '104758.309000', '104758.754000', '104759.224000', '104759.690000', '104800.142000', '104800.600000', '104801.053000', '104801.522000', '104801.972000', '104802.448000', '104802.901000', '104803.368000', '104803.811000', '104804.286000', '104804.739000', '104805.367000', '104805.670000', '104806.130000', '104806.570000', '104807.047000', '104807.504000', '104807.968000', '104808.421000', '104808.914000', '104809.339000', '104809.803000', '104810.254000', '104810.725000', '104811.190000', '104811.638000', '104812.101000', '104812.555000', '104813.029000', '104813.471000', '104813.935000', '104814.395000', '104814.851000', '104815.314000', '104815.779000', '104816.236000', '104816.698000', '104817.154000', '104817.626000', '104818.082000', '104818.532000', '104819.009000', '104819.463000', '104819.927000', '104820.383000', '104820.870000', '104821.313000', '104821.774000', '104822.225000', '104822.685000', '104823.150000', '104823.603000', '104824.054000', '104824.522000', '104824.972000', '104825.440000', '104825.912000', '104826.369000', '104826.829000', '104827.289000', '104827.753000', '104828.214000', '104828.657000', '104829.113000', '104829.586000', '104830.048000', '104830.501000', '104830.956000', '104831.488000', '104831.938000', '104832.368000', '104832.800000', '104833.271000', '104833.727000', '104834.189000', '104834.654000', '104835.103000', '104835.566000', '104836.021000', '104836.480000', '104836.953000', '104837.414000', '104837.863000', '104838.330000', '104838.786000', '104839.242000', '104839.695000', '104840.169000', '104840.635000', '104841.085000', '104841.555000', '104842.015000', '104842.459000', '104842.917000', '104843.378000', '104843.838000', '104844.308000', '104844.756000', '104845.234000', '104845.682000', '104846.148000', '104846.612000', '104847.056000', '104847.525000', '104847.983000', '104848.478000', '104848.914000', '104849.366000', '104849.817000', '104850.278000', '104850.738000', '104851.205000', '104851.669000', '104852.120000', '104852.608000', '104853.043000', '104853.521000', '104853.977000', '104854.448000', '104854.879000', '104855.351000', '104855.810000', '104856.268000', '104856.724000', '104857.328000', '104857.654000', '104858.106000', '104858.580000', '104859.070000', '104859.495000', '104859.944000', '104900.416000', '104900.872000', '104901.334000', '104901.795000', '104902.285000', '104902.708000', '104903.172000', '104903.638000', '104904.076000', '104904.536000', '104905.017000', '104905.466000', '104905.925000', '104906.404000', '104906.848000', '104907.300000', '104907.777000', '104908.215000', '104908.695000', '104909.157000', '104909.603000', '104910.065000', '104910.523000', '104910.984000', '104911.457000', '104911.912000', '104912.371000', '104912.837000', '104913.299000', '104913.753000', '104914.204000', '104914.666000', '104915.124000', '104915.588000', '104916.063000', '104916.516000', '104916.967000', '104917.433000', '104917.891000', '104918.359000', '104918.802000', '104919.346000', '104919.730000', '104920.188000', '104920.652000', '104921.117000', '104921.581000', '104922.034000', '104922.522000', '104922.946000', '104923.419000', '104923.865000', '104924.341000', '104924.795000', '104925.262000', '104925.709000', '104926.175000', '104926.638000', '104927.082000', '104927.546000', '104928.004000', '104928.469000', '104928.949000', '104929.394000', '104929.860000', '104930.314000', '104930.765000', '104931.312000', '104931.695000', '104932.160000', '104932.622000', '104933.078000', '104933.524000', '104933.983000', '104934.447000', '104934.908000', '104935.363000', '104935.837000', '104936.306000', '104936.791000', '104937.221000', '104937.662000', '104938.132000', '104938.594000', '104939.044000', '104939.510000', '104939.963000', '104940.430000', '104940.899000', '104941.398000', '104941.811000', '104942.287000', '104942.727000', '104943.291000', '104943.659000', '104944.122000', '104944.568000', '104945.037000', '104945.503000', '104945.956000', '104946.422000', '104946.874000', '104947.322000', '104947.804000', '104948.257000', '104948.710000', '104949.181000', '104949.637000', '104950.106000', '104950.561000', '104951.005000', '104951.484000', '104951.970000', '104952.402000', '104952.860000', '104953.320000', '104953.780000', '104954.241000', '104954.696000', '104955.157000', '104955.617000', '104956.070000', '104956.542000', '104957.008000', '104957.464000', '104957.913000', '104958.369000', '104958.824000', '104959.285000', '104959.762000', '105000.225000', '105000.684000', '105001.143000', '105001.601000', '105002.065000', '105002.530000', '105002.986000', '105003.444000', '105003.903000', '105004.349000', '105004.822000', '105005.390000', '105005.766000', '105006.200000', '105006.667000', '105007.122000', '105007.578000', '105008.042000', '105008.489000', '105008.956000', '105009.409000', '105009.872000', '105010.327000', '105010.791000', '105011.257000', '105011.714000', '105012.170000', '105012.649000', '105013.109000', '105013.556000', '105014.025000', '105014.479000', '105014.941000', '105015.536000', '105015.862000', '105016.315000', '105016.775000', '105017.239000', '105017.700000', '105018.156000', '105018.618000', '105019.073000', '105019.539000', '105020.037000', '105020.462000', '105020.931000', '105021.391000', '105021.848000', '105022.314000', '105022.751000', '105023.232000', '105023.682000', '105024.144000', '105024.611000', '105025.065000', '105025.529000', '105025.991000', '105026.432000', '105026.899000', '105027.363000', '105027.813000', '105028.287000', '105028.741000', '105029.194000', '105029.662000', '105030.113000', '105030.589000', '105031.033000', '105031.503000', '105031.970000', '105032.420000', '105032.893000', '105033.352000', '105033.811000', '105034.267000', '105034.732000', '105035.186000', '105035.651000', '105036.111000', '105036.569000', '105037.034000', '105037.493000', '105037.953000', '105038.413000', '105038.884000', '105039.331000', '105039.781000', '105040.236000', '105040.713000', '105041.166000', '105041.687000', '105042.075000'], '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': [563, 651, 568, 550, 904, 611, 899, 521, 477, 480, 463, 531, 480, 639, 495, 780, 527, 673, 567, 489, 796, 532, 875, 644, 906, 596, 659, 786, 527, 856, 533, 504, 633, 495, 895, 670, 671, 540, 481, 553, 485, 584, 495, 685, 493, 682, 475, 502, 522, 484, 582, 461, 725, 498, 828, 607, 948, 584, 497, 536, 482, 543, 484, 632, 481, 755, 485, 546, 511, 472, 650, 501, 778, 520, 728, 538, 522, 660, 473, 811, 515, 792, 504, 771, 491, 477, 526, 467, 704, 543, 571, 480, 466, 532, 489, 611, 473, 482, 520, 482, 687, 502, 792, 497, 551, 570, 468, 787, 504, 833, 574, 578, 578, 471, 581, 483, 708, 491, 666, 486, 536, 518, 475, 588, 467, 624, 478, 692, 492, 782, 491, 563, 488, 470, 547, 483, 620, 482, 600, 480, 478, 519, 485, 533, 478, 573, 476, 610, 498, 716, 479, 497, 496, 475, 526, 458, 567, 485, 473, 511, 472, 528, 481, 574, 489, 455, 588, 483, 668, 483, 459, 587, 471, 763, 533, 808, 573, 537, 804, 570, 962, 639, 613, 882, 590, 976, 718, 633, 660, 519, 669, 501, 818, 505, 590, 514, 478, 567, 473, 704, 506, 824, 497, 771, 511, 533, 525, 475, 762, 530, 819, 488, 485, 493, 473, 586, 482, 738, 491, 466, 577, 483, 468, 582, 520, 606, 705, 509, 860, 531, 883, 581, 978, 636, 852, 605, 639, 665, 519, 886, 629, 748, 496, 477, 614, 508, 485, 647, 486, 895, 540, 933, 572, 728, 573, 532, 621, 496, 653, 508, 686, 499, 676, 492, 573, 488, 462, 599, 497, 528, 478, 488, 537, 495, 562, 488, 703, 494, 541, 630, 472, 649, 488, 838, 513, 684, 516, 514, 646, 486, 815, 531, 884, 642, 743, 563, 520, 596, 495, 692, 495, 780, 499, 844, 491, 656, 488, 491, 555, 495, 626, 500, 668, 499, 654, 501, 463, 642, 489, 556, 484, 468, 552, 484, 622, 492, 729, 499, 848, 565, 684, 533, 547, 605, 514, 773, 502, 858, 545, 873, 525, 848, 524, 518, 570, 464, 592, 495, 646, 488, 736, 484, 572, 559, 485, 581, 475, 592, 488, 701, 494, 778, 509, 518, 563, 469, 590, 498, 648, 505, 490, 549, 486, 633, 521, 807, 511, 511, 573, 502, 747, 501, 863, 593, 868, 646, 713, 532, 497, 615, 487, 728, 519, 738, 511, 543, 532, 485, 591, 492, 699, 491, 845, 528, 509, 616, 498, 600, 486, 763, 501, 603, 517, 494, 803, 519, 732, 481, 486, 540, 461, 592, 496, 673, 489, 805, 518, 532, 667, 469, 745, 529, 882, 527, 924, 557, 654, 620, 515, 831, 544, 838, 496, 611, 512, 476, 590, 487, 677, 514, 580, 761, 503, 693, 490, 502, 553, 462, 669, 521, 822, 532, 864, 536, 581, 587, 504, 691, 516, 843, 551, 812, 635, 533, 642, 474, 626, 483, 491, 548, 457, 629, 503, 773, 512, 861, 521, 685, 557, 538, 666, 467, 886, 576, 825, 500, 649, 499, 503, 558, 475, 577, 471, 753, 539, 800, 497, 566, 512, 476, 579, 480, 663, 515, 802, 485, 496, 509, 483, 571, 488, 603, 506, 585, 510, 480, 613, 475, 867, 558, 926, 544, 691, 545, 558, 597, 513, 708, 505, 676, 512, 664, 513, 611, 505, 476, 502, 466, 581, 504, 529, 505, 479, 700, 489, 468, 580, 490, 594, 553, 594, 509, 671, 523, 673, 508, 702, 533, 657, 529, 505, 614, 482, 642, 524, 794, 539, 612, 570, 517, 638, 531, 729, 535, 876, 561, 581, 695, 504, 716, 511, 785, 524, 696, 519, 510, 710, 503, 684, 494, 741, 520, 644, 526, 488, 632, 510, 674, 524, 743, 537, 635, 529, 486, 610, 491, 713, 545, 843, 562, 619, 581, 526, 650, 494, 676, 519, 729, 522, 530, 553, 466, 634, 487, 659, 506, 533, 520, 460, 714, 493, 787, 510, 668, 543, 511, 638, 489, 809, 545, 912, 557, 557, 589, 508, 641, 506, 762, 553, 863, 542, 703, 523, 524, 591, 473, 811, 511, 770, 499, 778, 518, 543, 538, 478, 597, 496, 627, 500, 655, 510, 717, 494, 477, 576, 474, 619, 510, 762, 522, 541, 601, 469, 638, 510, 672, 500, 516, 565, 477, 679, 526, 794, 564, 933, 632, 630, 664, 533, 698, 534, 715, 497, 805, 578, 860, 508, 707, 494, 513, 552, 464, 737, 568, 670, 487, 455, 582, 475, 606, 518, 745, 527, 650, 546, 524, 747, 518, 920, 607, 948, 610, 746, 612, 610, 886, 536, 873, 540, 849, 530, 594, 546, 482, 677, 518, 684, 490, 657, 496, 499, 537, 477, 564, 502, 694, 509, 657, 521, 504, 564, 483, 743, 549, 835, 536, 529, 571, 517, 631, 529, 811, 522, 502, 609, 513, 748, 548, 876, 580, 605, 570, 514, 665, 513, 708, 551, 609, 533, 460, 624, 513, 710, 513, 729, 542, 495, 644, 504, 629, 520, 469, 583, 483, 774, 525, 578, 567, 506, 617, 485, 836, 555, 690, 565, 517, 669, 547, 909, 574, 521, 701, 534, 861, 576, 809, 607, 553, 838, 553, 811, 537, 875, 574, 762, 617, 551, 703, 503, 737, 543, 751, 520, 679, 512, 481, 644, 496, 677, 509, 476, 577, 516, 560, 526, 464, 616, 500, 751, 521, 503, 616], 'WindowCenter': [285.0, 285.0, 285.0, 284.0, 285.0, 282.0, 284.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 280.0, 284.0, 281.0, 284.0, 282.0, 283.0, 281.0, 282.0, 282.0, 280.0, 283.0, 280.0, 280.0, 281.0, 279.0, 283.0, 282.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 280.0, 280.0, 281.0, 279.0, 281.0, 280.0, 283.0, 281.0, 283.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 281.0, 281.0, 279.0, 283.0, 280.0, 283.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 281.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 283.0, 281.0, 281.0, 282.0, 281.0, 284.0, 282.0, 285.0, 282.0, 282.0, 284.0, 282.0, 285.0, 282.0, 282.0, 284.0, 283.0, 285.0, 282.0, 282.0, 282.0, 280.0, 281.0, 280.0, 283.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 282.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 283.0, 280.0, 280.0, 282.0, 281.0, 281.0, 284.0, 282.0, 283.0, 283.0, 281.0, 284.0, 282.0, 284.0, 282.0, 284.0, 282.0, 283.0, 281.0, 282.0, 282.0, 281.0, 284.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 284.0, 282.0, 285.0, 283.0, 282.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 281.0, 283.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 283.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 282.0, 284.0, 282.0, 283.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 283.0, 280.0, 284.0, 281.0, 284.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 283.0, 285.0, 283.0, 283.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 284.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 280.0, 282.0, 282.0, 281.0, 284.0, 281.0, 283.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 285.0, 282.0, 282.0, 283.0, 280.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 282.0, 281.0, 284.0, 281.0, 283.0, 280.0, 281.0, 280.0, 280.0, 282.0, 281.0, 284.0, 281.0, 282.0, 283.0, 281.0, 282.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 284.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 284.0, 282.0, 284.0, 282.0, 280.0, 282.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 283.0, 281.0, 284.0, 281.0, 283.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 283.0, 281.0, 283.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 282.0, 283.0, 281.0, 285.0, 282.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 283.0, 282.0, 284.0, 282.0, 282.0, 283.0, 281.0, 283.0, 282.0, 283.0, 281.0, 283.0, 282.0, 283.0, 282.0, 285.0, 283.0, 283.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 285.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 284.0, 283.0, 286.0, 283.0, 282.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 282.0, 285.0, 282.0, 283.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 285.0, 282.0, 282.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 284.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 285.0, 281.0, 284.0, 281.0, 283.0, 282.0, 280.0, 283.0, 281.0, 284.0, 282.0, 285.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 284.0, 280.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 284.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 285.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 283.0, 282.0, 284.0, 282.0, 285.0, 283.0, 286.0, 283.0, 283.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 283.0, 281.0, 282.0, 283.0, 281.0, 284.0, 282.0, 282.0, 281.0, 281.0, 283.0, 281.0, 283.0, 282.0, 284.0, 283.0, 284.0, 283.0, 282.0, 284.0, 281.0, 285.0, 282.0, 284.0, 282.0, 283.0, 283.0, 283.0, 284.0, 281.0, 284.0, 280.0, 283.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 283.0, 282.0, 284.0, 282.0, 284.0, 282.0, 281.0, 282.0, 281.0, 283.0, 283.0, 285.0, 282.0, 281.0, 283.0, 282.0, 284.0, 282.0, 285.0, 283.0, 282.0, 282.0, 281.0, 283.0, 281.0, 284.0, 282.0, 283.0, 282.0, 281.0, 283.0, 282.0, 284.0, 283.0, 285.0, 282.0, 281.0, 283.0, 281.0, 283.0, 282.0, 281.0, 283.0, 282.0, 285.0, 282.0, 283.0, 283.0, 282.0, 284.0, 282.0, 285.0, 283.0, 283.0, 283.0, 282.0, 284.0, 283.0, 286.0, 283.0, 282.0, 284.0, 282.0, 285.0, 283.0, 285.0, 283.0, 282.0, 285.0, 282.0, 284.0, 281.0, 284.0, 281.0, 282.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 281.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 281.0, 283.0, 283.0, 285.0, 282.0, 282.0, 283.0], 'WindowWidth': [628.0, 627.0, 626.0, 624.0, 625.0, 620.0, 623.0, 618.0, 617.0, 617.0, 616.0, 618.0, 618.0, 619.0, 618.0, 622.0, 621.0, 622.0, 620.0, 618.0, 622.0, 618.0, 622.0, 620.0, 622.0, 618.0, 619.0, 620.0, 617.0, 621.0, 617.0, 616.0, 618.0, 615.0, 620.0, 619.0, 619.0, 616.0, 615.0, 615.0, 615.0, 617.0, 616.0, 618.0, 617.0, 619.0, 616.0, 616.0, 617.0, 617.0, 618.0, 615.0, 619.0, 617.0, 621.0, 619.0, 622.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 619.0, 617.0, 620.0, 617.0, 617.0, 618.0, 617.0, 619.0, 618.0, 621.0, 617.0, 620.0, 617.0, 616.0, 619.0, 616.0, 621.0, 616.0, 620.0, 616.0, 619.0, 616.0, 616.0, 616.0, 616.0, 619.0, 618.0, 618.0, 617.0, 616.0, 617.0, 617.0, 619.0, 617.0, 617.0, 619.0, 618.0, 620.0, 618.0, 621.0, 618.0, 618.0, 618.0, 616.0, 621.0, 617.0, 622.0, 619.0, 618.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 620.0, 617.0, 621.0, 618.0, 617.0, 617.0, 617.0, 618.0, 618.0, 620.0, 617.0, 618.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 620.0, 616.0, 616.0, 616.0, 615.0, 616.0, 617.0, 619.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 617.0, 617.0, 618.0, 617.0, 622.0, 620.0, 618.0, 620.0, 619.0, 623.0, 621.0, 624.0, 621.0, 620.0, 624.0, 621.0, 624.0, 621.0, 620.0, 624.0, 621.0, 624.0, 620.0, 619.0, 619.0, 618.0, 619.0, 616.0, 620.0, 617.0, 618.0, 617.0, 616.0, 618.0, 617.0, 620.0, 617.0, 621.0, 617.0, 619.0, 617.0, 617.0, 617.0, 618.0, 620.0, 617.0, 619.0, 617.0, 616.0, 617.0, 617.0, 619.0, 617.0, 621.0, 618.0, 617.0, 620.0, 619.0, 620.0, 623.0, 621.0, 621.0, 622.0, 620.0, 623.0, 620.0, 623.0, 620.0, 623.0, 619.0, 621.0, 619.0, 619.0, 619.0, 618.0, 622.0, 618.0, 618.0, 616.0, 616.0, 618.0, 618.0, 618.0, 620.0, 618.0, 622.0, 619.0, 622.0, 618.0, 619.0, 617.0, 616.0, 617.0, 615.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 617.0, 617.0, 617.0, 619.0, 618.0, 619.0, 619.0, 622.0, 620.0, 621.0, 621.0, 618.0, 621.0, 618.0, 622.0, 619.0, 621.0, 619.0, 619.0, 621.0, 618.0, 622.0, 621.0, 625.0, 621.0, 620.0, 618.0, 618.0, 618.0, 617.0, 620.0, 618.0, 621.0, 618.0, 621.0, 618.0, 619.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 623.0, 620.0, 619.0, 620.0, 618.0, 619.0, 618.0, 617.0, 620.0, 618.0, 621.0, 619.0, 621.0, 621.0, 624.0, 620.0, 621.0, 619.0, 618.0, 620.0, 618.0, 621.0, 618.0, 622.0, 618.0, 622.0, 618.0, 622.0, 619.0, 618.0, 619.0, 617.0, 618.0, 618.0, 620.0, 619.0, 621.0, 619.0, 620.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 618.0, 623.0, 620.0, 619.0, 620.0, 618.0, 621.0, 619.0, 621.0, 620.0, 620.0, 621.0, 620.0, 622.0, 621.0, 624.0, 621.0, 620.0, 622.0, 620.0, 622.0, 619.0, 624.0, 622.0, 624.0, 621.0, 621.0, 619.0, 618.0, 619.0, 617.0, 620.0, 619.0, 621.0, 619.0, 619.0, 619.0, 618.0, 620.0, 618.0, 622.0, 621.0, 624.0, 619.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 618.0, 619.0, 621.0, 620.0, 623.0, 619.0, 621.0, 617.0, 618.0, 619.0, 619.0, 621.0, 620.0, 622.0, 620.0, 625.0, 621.0, 620.0, 621.0, 617.0, 621.0, 619.0, 622.0, 618.0, 622.0, 619.0, 620.0, 620.0, 620.0, 622.0, 619.0, 620.0, 617.0, 618.0, 617.0, 617.0, 620.0, 619.0, 623.0, 620.0, 620.0, 622.0, 618.0, 621.0, 618.0, 618.0, 619.0, 618.0, 621.0, 620.0, 623.0, 620.0, 623.0, 619.0, 619.0, 619.0, 618.0, 620.0, 618.0, 624.0, 620.0, 622.0, 619.0, 617.0, 619.0, 617.0, 618.0, 618.0, 618.0, 619.0, 619.0, 620.0, 619.0, 623.0, 620.0, 622.0, 619.0, 620.0, 619.0, 618.0, 621.0, 619.0, 623.0, 619.0, 621.0, 617.0, 618.0, 617.0, 617.0, 619.0, 617.0, 619.0, 618.0, 622.0, 619.0, 621.0, 618.0, 619.0, 618.0, 617.0, 619.0, 617.0, 621.0, 618.0, 623.0, 618.0, 618.0, 619.0, 619.0, 620.0, 619.0, 622.0, 620.0, 621.0, 620.0, 620.0, 622.0, 620.0, 624.0, 621.0, 623.0, 619.0, 621.0, 619.0, 619.0, 620.0, 619.0, 621.0, 618.0, 621.0, 619.0, 622.0, 621.0, 620.0, 619.0, 619.0, 618.0, 619.0, 621.0, 620.0, 621.0, 622.0, 622.0, 624.0, 620.0, 620.0, 622.0, 620.0, 622.0, 621.0, 623.0, 620.0, 623.0, 620.0, 622.0, 621.0, 625.0, 622.0, 622.0, 620.0, 620.0, 623.0, 620.0, 622.0, 621.0, 624.0, 622.0, 622.0, 622.0, 621.0, 621.0, 621.0, 623.0, 622.0, 627.0, 622.0, 620.0, 622.0, 619.0, 621.0, 619.0, 622.0, 619.0, 622.0, 621.0, 621.0, 622.0, 618.0, 621.0, 620.0, 622.0, 620.0, 621.0, 620.0, 619.0, 621.0, 620.0, 622.0, 621.0, 624.0, 621.0, 621.0, 619.0, 618.0, 621.0, 619.0, 622.0, 621.0, 625.0, 620.0, 620.0, 619.0, 618.0, 620.0, 618.0, 620.0, 620.0, 623.0, 621.0, 619.0, 619.0, 619.0, 621.0, 619.0, 621.0, 619.0, 620.0, 621.0, 621.0, 625.0, 620.0, 623.0, 620.0, 621.0, 620.0, 618.0, 621.0, 618.0, 623.0, 621.0, 625.0, 621.0, 620.0, 620.0, 620.0, 621.0, 619.0, 621.0, 619.0, 623.0, 619.0, 621.0, 620.0, 619.0, 622.0, 619.0, 622.0, 618.0, 621.0, 618.0, 621.0, 619.0, 619.0, 619.0, 619.0, 620.0, 618.0, 620.0, 619.0, 621.0, 620.0, 623.0, 620.0, 619.0, 621.0, 620.0, 621.0, 621.0, 625.0, 621.0, 621.0, 621.0, 619.0, 621.0, 620.0, 622.0, 620.0, 621.0, 622.0, 620.0, 624.0, 621.0, 624.0, 623.0, 626.0, 623.0, 621.0, 621.0, 619.0, 621.0, 619.0, 622.0, 619.0, 624.0, 620.0, 623.0, 618.0, 621.0, 619.0, 621.0, 622.0, 619.0, 623.0, 620.0, 621.0, 619.0, 619.0, 622.0, 620.0, 622.0, 621.0, 624.0, 622.0, 623.0, 622.0, 621.0, 624.0, 620.0, 625.0, 620.0, 623.0, 620.0, 622.0, 622.0, 621.0, 622.0, 618.0, 622.0, 618.0, 621.0, 618.0, 618.0, 619.0, 619.0, 621.0, 618.0, 620.0, 618.0, 621.0, 619.0, 618.0, 619.0, 620.0, 621.0, 620.0, 622.0, 620.0, 621.0, 619.0, 619.0, 622.0, 621.0, 623.0, 620.0, 624.0, 621.0, 619.0, 620.0, 619.0, 622.0, 622.0, 624.0, 621.0, 620.0, 621.0, 621.0, 623.0, 621.0, 624.0, 621.0, 620.0, 621.0, 620.0, 621.0, 620.0, 624.0, 621.0, 621.0, 620.0, 619.0, 621.0, 621.0, 623.0, 623.0, 624.0, 621.0, 620.0, 623.0, 620.0, 622.0, 620.0, 619.0, 623.0, 621.0, 625.0, 622.0, 622.0, 622.0, 621.0, 623.0, 620.0, 626.0, 622.0, 622.0, 622.0, 621.0, 624.0, 623.0, 626.0, 622.0, 620.0, 623.0, 621.0, 624.0, 622.0, 624.0, 621.0, 620.0, 624.0, 620.0, 623.0, 619.0, 622.0, 619.0, 620.0, 620.0, 619.0, 620.0, 617.0, 620.0, 618.0, 621.0, 618.0, 620.0, 619.0, 617.0, 620.0, 618.0, 620.0, 618.0, 619.0, 620.0, 621.0, 621.0, 621.0, 620.0, 623.0, 623.0, 626.0, 621.0, 621.0, 623.0]}, 'slices': {}}</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.00036892857142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.01625309089861751</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.02053431742792</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2246640867820064</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938928508650532</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>10599.8613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0741591695979945</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.576036866359447</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3051537576704897</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.217611674400745</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490116304267364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2077332943433605</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188561</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005782220978289843</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028089920058846474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.093813340560845</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>20.6211</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.7969</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.7806</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>302158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.9924</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7183</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>38.6348</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.5226</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>94.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.846</td></tr>
<tr><td colspan=3>tsnr</td><td>43.991593066137284</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>