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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-05_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-05_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-0019/ses-01/func/sub-0019_ses-01_task-social_acq-mb8_run-05_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>9ee2ed5c205143a38c6d2231a4a475dd</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:00:43.682500</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.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</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.253</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-05_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.0845103</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>39</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7789, -7261, 492, 25, -356, 57, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6509593f-c6cd-40f5-a0f1-a3836eaf841b||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.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [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': ['160043.682500', '160044.142500', '160044.602500', '160045.062500', '160045.522500', '160045.982500', '160046.442500', '160046.902500', '160047.362500', '160047.822500', '160048.282500', '160048.742500', '160049.202500', '160049.662500', '160050.122500', '160050.582500', '160051.042500', '160051.502500', '160051.962500', '160052.422500', '160052.882500', '160053.342500', '160053.802500', '160054.262500', '160054.722500', '160055.182500', '160055.642500', '160056.102500', '160056.562500', '160057.022500', '160057.482500', '160057.942500', '160058.402500', '160058.862500', '160059.322500', '160059.782500', '160100.242500', '160100.702500', '160101.162500', '160101.622500', '160102.082500', '160102.542500', '160103.002500', '160103.462500', '160103.922500', '160104.382500', '160104.842500', '160105.302500', '160105.762500', '160106.222500', '160106.682500', '160107.142500', '160107.602500', '160108.062500', '160108.522500', '160108.982500', '160109.442500', '160109.902500', '160110.362500', '160110.822500', '160111.282500', '160111.742500', '160112.202500', '160112.662500', '160113.122500', '160113.582500', '160114.042500', '160114.502500', '160114.962500', '160115.422500', '160115.882500', '160116.342500', '160116.802500', '160117.262500', '160117.722500', '160118.182500', '160118.642500', '160119.102500', '160119.562500', '160120.022500', '160120.482500', '160120.942500', '160121.402500', '160121.862500', '160122.322500', '160122.782500', '160123.242500', '160123.702500', '160124.162500', '160124.622500', '160125.082500', '160125.542500', '160126.002500', '160126.462500', '160126.922500', '160127.382500', '160127.842500', '160128.302500', '160128.762500', '160129.222500', '160129.682500', '160130.142500', '160130.602500', '160131.062500', '160131.522500', '160131.982500', '160132.442500', '160132.902500', '160133.362500', '160133.822500', '160134.282500', '160134.742500', '160135.202500', '160135.662500', '160136.122500', '160136.582500', '160137.042500', '160137.502500', '160137.962500', '160138.422500', '160138.882500', '160139.342500', '160139.802500', '160140.262500', '160140.722500', '160141.182500', '160141.642500', '160142.102500', '160142.562500', '160143.022500', '160143.482500', '160143.942500', '160144.402500', '160144.862500', '160145.322500', '160145.782500', '160146.242500', '160146.702500', '160147.162500', '160147.622500', '160148.082500', '160148.542500', '160149.002500', '160149.462500', '160149.922500', '160150.382500', '160150.842500', '160151.302500', '160151.762500', '160152.222500', '160152.682500', '160153.142500', '160153.602500', '160154.062500', '160154.522500', '160154.982500', '160155.442500', '160155.902500', '160156.362500', '160156.822500', '160157.282500', '160157.742500', '160158.202500', '160158.662500', '160159.122500', '160159.582500', '160200.042500', '160200.502500', '160200.962500', '160201.422500', '160201.882500', '160202.342500', '160202.802500', '160203.262500', '160203.722500', '160204.182500', '160204.642500', '160205.102500', '160205.562500', '160206.022500', '160206.482500', '160206.942500', '160207.402500', '160207.862500', '160208.322500', '160208.782500', '160209.242500', '160209.702500', '160210.162500', '160210.622500', '160211.082500', '160211.542500', '160212.002500', '160212.462500', '160212.922500', '160213.382500', '160213.842500', '160214.302500', '160214.762500', '160215.222500', '160215.682500', '160216.142500', '160216.602500', '160217.062500', '160217.522500', '160217.982500', '160218.442500', '160218.902500', '160219.362500', '160219.822500', '160220.282500', '160220.742500', '160221.202500', '160221.662500', '160222.122500', '160222.582500', '160223.042500', '160223.502500', '160223.962500', '160224.422500', '160224.882500', '160225.342500', '160225.802500', '160226.262500', '160226.722500', '160227.182500', '160227.642500', '160228.102500', '160228.562500', '160229.022500', '160229.482500', '160229.942500', '160230.402500', '160230.862500', '160231.322500', '160231.782500', '160232.242500', '160232.702500', '160233.162500', '160233.622500', '160234.082500', '160234.542500', '160235.002500', '160235.462500', '160235.922500', '160236.382500', '160236.842500', '160237.302500', '160237.762500', '160238.222500', '160238.682500', '160239.142500', '160239.602500', '160240.062500', '160240.522500', '160240.982500', '160241.442500', '160241.902500', '160242.362500', '160242.822500', '160243.282500', '160243.742500', '160244.202500', '160244.662500', '160245.122500', '160245.582500', '160246.042500', '160246.502500', '160246.962500', '160247.422500', '160247.882500', '160248.342500', '160248.802500', '160249.262500', '160249.722500', '160250.182500', '160250.642500', '160251.102500', '160251.562500', '160252.022500', '160252.482500', '160252.942500', '160253.402500', '160253.862500', '160254.322500', '160254.782500', '160255.242500', '160255.702500', '160256.162500', '160256.622500', '160257.082500', '160257.542500', '160258.002500', '160258.462500', '160258.922500', '160259.382500', '160259.842500', '160300.302500', '160300.762500', '160301.222500', '160301.682500', '160302.142500', '160302.602500', '160303.062500', '160303.522500', '160303.982500', '160304.442500', '160304.902500', '160305.362500', '160305.822500', '160306.282500', '160306.742500', '160307.202500', '160307.662500', '160308.122500', '160308.582500', '160309.042500', '160309.502500', '160309.962500', '160310.422500', '160310.882500', '160311.342500', '160311.802500', '160312.262500', '160312.722500', '160313.182500', '160313.642500', '160314.102500', '160314.562500', '160315.022500', '160315.482500', '160315.942500', '160316.402500', '160316.862500', '160317.322500', '160317.782500', '160318.242500', '160318.702500', '160319.162500', '160319.622500', '160320.082500', '160320.542500', '160321.002500', '160321.462500', '160321.922500', '160322.382500', '160322.842500', '160323.302500', '160323.762500', '160324.222500', '160324.682500', '160325.142500', '160325.602500', '160326.062500', '160326.522500', '160326.982500', '160327.442500', '160327.902500', '160328.362500', '160328.822500', '160329.282500', '160329.742500', '160330.202500', '160330.662500', '160331.122500', '160331.582500', '160332.042500', '160332.502500', '160332.962500', '160333.422500', '160333.882500', '160334.342500', '160334.802500', '160335.262500', '160335.722500', '160336.182500', '160336.642500', '160337.102500', '160337.562500', '160338.022500', '160338.482500', '160338.942500', '160339.402500', '160339.862500', '160340.322500', '160340.782500', '160341.242500', '160341.702500', '160342.162500', '160342.622500', '160343.082500', '160343.542500', '160344.002500', '160344.462500', '160344.922500', '160345.382500', '160345.842500', '160346.302500', '160346.762500', '160347.222500', '160347.682500', '160348.142500', '160348.602500', '160349.062500', '160349.522500', '160349.982500', '160350.442500', '160350.902500', '160351.362500', '160351.822500', '160352.282500', '160352.742500', '160353.202500', '160353.662500', '160354.122500', '160354.582500', '160355.042500', '160355.502500', '160355.962500', '160356.422500', '160356.882500', '160357.342500', '160357.802500', '160358.262500', '160358.722500', '160359.182500', '160359.642500', '160400.102500', '160400.562500', '160401.022500', '160401.482500', '160401.942500', '160402.402500', '160402.862500', '160403.322500', '160403.782500', '160404.242500', '160404.702500', '160405.162500', '160405.622500', '160406.082500', '160406.542500', '160407.002500', '160407.462500', '160407.922500', '160408.382500', '160408.842500', '160409.302500', '160409.762500', '160410.222500', '160410.682500', '160411.142500', '160411.602500', '160412.062500', '160412.522500', '160412.982500', '160413.442500', '160413.902500', '160414.362500', '160414.822500', '160415.282500', '160415.742500', '160416.202500', '160416.662500', '160417.122500', '160417.582500', '160418.042500', '160418.502500', '160418.962500', '160419.422500', '160419.882500', '160420.342500', '160420.802500', '160421.262500', '160421.722500', '160422.182500', '160422.642500', '160423.102500', '160423.562500', '160424.022500', '160424.482500', '160424.942500', '160425.402500', '160425.862500', '160426.322500', '160426.782500', '160427.242500', '160427.702500', '160428.162500', '160428.622500', '160429.082500', '160429.542500', '160430.002500', '160430.462500', '160430.922500', '160431.382500', '160431.842500', '160432.302500', '160432.762500', '160433.222500', '160433.682500', '160434.142500', '160434.602500', '160435.062500', '160435.522500', '160435.982500', '160436.442500', '160436.902500', '160437.362500', '160437.822500', '160438.282500', '160438.742500', '160439.202500', '160439.662500', '160440.122500', '160440.582500', '160441.042500', '160441.502500', '160441.962500', '160442.422500', '160442.882500', '160443.342500', '160443.802500', '160444.262500', '160444.722500', '160445.182500', '160445.642500', '160446.102500', '160446.562500', '160447.022500', '160447.482500', '160447.942500', '160448.402500', '160448.862500', '160449.322500', '160449.782500', '160450.242500', '160450.702500', '160451.162500', '160451.622500', '160452.082500', '160452.542500', '160453.002500', '160453.462500', '160453.922500', '160454.382500', '160454.842500', '160455.302500', '160455.762500', '160456.222500', '160456.682500', '160457.142500', '160457.602500', '160458.062500', '160458.522500', '160458.982500', '160459.442500', '160459.902500', '160500.362500', '160500.822500', '160501.282500', '160501.742500', '160502.202500', '160502.662500', '160503.122500', '160503.582500', '160504.042500', '160504.502500', '160504.962500', '160505.422500', '160505.882500', '160506.342500', '160506.802500', '160507.262500', '160507.722500', '160508.182500', '160508.642500', '160509.102500', '160509.562500', '160510.022500', '160510.482500', '160510.942500', '160511.402500', '160511.862500', '160512.322500', '160512.782500', '160513.242500', '160513.702500', '160514.162500', '160514.622500', '160515.082500', '160515.542500', '160516.002500', '160516.462500', '160516.922500', '160517.382500', '160517.842500', '160518.302500', '160518.762500', '160519.222500', '160519.682500', '160520.142500', '160520.602500', '160521.062500', '160521.522500', '160521.982500', '160522.442500', '160522.902500', '160523.362500', '160523.822500', '160524.282500', '160524.742500', '160525.202500', '160525.662500', '160526.122500', '160526.582500', '160527.042500', '160527.502500', '160527.962500', '160528.422500', '160528.882500', '160529.342500', '160529.802500', '160530.262500', '160530.722500', '160531.182500', '160531.642500', '160532.102500', '160532.562500', '160533.022500', '160533.482500', '160533.942500', '160534.402500', '160534.862500', '160535.322500', '160535.782500', '160536.242500', '160536.702500', '160537.162500', '160537.622500', '160538.082500', '160538.542500', '160539.002500', '160539.462500', '160539.922500', '160540.382500', '160540.842500', '160541.302500', '160541.762500', '160542.222500', '160542.682500', '160543.142500', '160543.602500', '160544.062500', '160544.522500', '160544.982500', '160545.442500', '160545.902500', '160546.362500', '160546.822500', '160547.282500', '160547.742500', '160548.202500', '160548.662500', '160549.122500', '160549.582500', '160550.042500', '160550.502500', '160550.962500', '160551.422500', '160551.882500', '160552.342500', '160552.802500', '160553.262500', '160553.722500', '160554.182500', '160554.642500', '160555.102500', '160555.562500', '160556.022500', '160556.482500', '160556.942500', '160557.402500', '160557.862500', '160558.322500', '160558.782500', '160559.242500', '160559.702500', '160600.162500', '160600.622500', '160601.082500', '160601.542500', '160602.002500', '160602.462500', '160602.922500', '160603.382500', '160603.842500', '160604.302500', '160604.762500', '160605.222500', '160605.682500', '160606.142500', '160606.602500', '160607.062500', '160607.522500', '160607.982500', '160608.442500', '160608.902500', '160609.362500', '160609.822500', '160610.282500', '160610.742500', '160611.202500', '160611.662500', '160612.122500', '160612.582500', '160613.042500', '160613.502500', '160613.962500', '160614.422500', '160614.882500', '160615.342500', '160615.802500', '160616.262500', '160616.722500', '160617.182500', '160617.642500', '160618.102500', '160618.562500', '160619.022500', '160619.482500', '160619.942500', '160620.402500', '160620.862500', '160621.322500', '160621.782500', '160622.242500', '160622.702500', '160623.162500', '160623.622500', '160624.082500', '160624.542500', '160625.002500', '160625.462500', '160625.922500', '160626.382500', '160626.842500', '160627.302500', '160627.762500', '160628.222500', '160628.682500', '160629.142500', '160629.602500', '160630.062500', '160630.522500', '160630.982500', '160631.442500', '160631.902500', '160632.362500', '160632.822500', '160633.282500', '160633.742500', '160634.202500', '160634.662500', '160635.122500', '160635.582500', '160636.042500', '160636.502500', '160636.962500', '160637.422500', '160637.882500', '160638.342500', '160638.802500', '160639.262500', '160639.722500', '160640.182500', '160640.642500', '160641.102500', '160641.562500', '160642.022500', '160642.482500', '160642.942500', '160643.402500', '160643.862500', '160644.322500', '160644.782500', '160645.242500', '160645.702500', '160646.162500', '160646.622500', '160647.082500', '160647.542500', '160648.002500', '160648.462500', '160648.922500', '160649.382500', '160649.842500', '160650.302500', '160650.762500', '160651.222500', '160651.682500', '160652.142500', '160652.602500', '160653.062500', '160653.522500', '160653.982500', '160654.442500', '160654.902500', '160655.362500', '160655.822500', '160656.282500', '160656.742500', '160657.202500', '160657.662500', '160658.122500', '160658.582500', '160659.042500', '160659.502500', '160659.962500', '160700.422500', '160700.882500', '160701.342500', '160701.802500', '160702.262500', '160702.722500', '160703.182500', '160703.642500', '160704.102500', '160704.562500', '160705.022500', '160705.482500', '160705.942500', '160706.402500', '160706.862500', '160707.322500', '160707.782500', '160708.242500', '160708.702500', '160709.162500', '160709.622500', '160710.082500', '160710.542500', '160711.002500', '160711.462500', '160711.922500', '160712.382500', '160712.842500', '160713.302500', '160713.762500', '160714.222500', '160714.682500', '160715.142500', '160715.602500', '160716.062500', '160716.522500', '160716.982500', '160717.442500', '160717.902500', '160718.362500', '160718.822500', '160719.282500', '160719.742500', '160720.202500', '160720.662500', '160721.122500', '160721.582500', '160722.042500', '160722.502500', '160722.962500', '160723.422500', '160723.882500', '160724.342500'], 'ContentTime': ['160046.992000', '160047.176000', '160047.399000', '160047.612000', '160047.826000', '160048.008000', '160048.194000', '160048.454000', '160048.596000', '160048.799000', '160049.002000', '160049.383000', '160049.874000', '160050.317000', '160050.812000', '160051.299000', '160051.750000', '160052.186000', '160052.645000', '160053.095000', '160053.565000', '160054.019000', '160054.473000', '160054.929000', '160055.390000', '160055.850000', '160056.358000', '160056.766000', '160057.234000', '160057.697000', '160058.149000', '160058.623000', '160059.078000', '160059.540000', '160059.998000', '160100.484000', '160100.952000', '160101.379000', '160101.845000', '160102.314000', '160102.763000', '160103.224000', '160103.661000', '160104.195000', '160104.601000', '160105.071000', '160105.524000', '160105.971000', '160106.446000', '160106.891000', '160107.348000', '160107.818000', '160108.281000', '160108.733000', '160109.189000', '160109.655000', '160110.116000', '160110.578000', '160111.045000', '160111.495000', '160111.988000', '160112.416000', '160112.869000', '160113.335000', '160113.785000', '160114.251000', '160114.713000', '160115.223000', '160115.639000', '160116.095000', '160116.606000', '160117.015000', '160117.477000', '160118.016000', '160118.414000', '160118.858000', '160119.313000', '160119.772000', '160120.256000', '160120.703000', '160121.154000', '160121.617000', '160122.081000', '160122.543000', '160122.997000', '160123.455000', '160123.923000', '160124.380000', '160124.847000', '160125.300000', '160125.756000', '160126.228000', '160126.667000', '160127.330000', '160127.605000', '160128.066000', '160128.520000', '160128.968000', '160129.447000', '160129.892000', '160130.363000', '160130.825000', '160131.280000', '160131.741000', '160132.187000', '160132.656000', '160133.127000', '160133.587000', '160134.054000', '160134.492000', '160134.950000', '160135.418000', '160135.870000', '160136.338000', '160136.792000', '160137.270000', '160137.729000', '160138.190000', '160138.645000', '160139.094000', '160139.553000', '160140.013000', '160140.486000', '160140.930000', '160141.444000', '160141.853000', '160142.323000', '160142.793000', '160143.241000', '160143.686000', '160144.170000', '160144.616000', '160145.070000', '160145.557000', '160146.007000', '160146.456000', '160146.927000', '160147.379000', '160147.849000', '160148.302000', '160148.765000', '160149.226000', '160149.684000', '160150.140000', '160150.607000', '160151.045000', '160151.516000', '160151.985000', '160152.430000', '160152.899000', '160153.353000', '160153.828000', '160154.275000', '160154.730000', '160155.189000', '160155.654000', '160156.112000', '160156.576000', '160157.029000', '160157.489000', '160157.956000', '160158.410000', '160158.877000', '160159.332000', '160159.910000', '160200.251000', '160200.721000', '160201.167000', '160201.628000', '160202.106000', '160202.553000', '160203.047000', '160203.477000', '160203.946000', '160204.396000', '160204.862000', '160205.308000', '160205.777000', '160206.244000', '160206.708000', '160207.171000', '160207.619000', '160208.082000', '160208.543000', '160209.000000', '160209.462000', '160209.949000', '160210.384000', '160210.850000', '160211.300000', '160211.766000', '160212.227000', '160212.725000', '160213.134000', '160213.593000', '160214.050000', '160214.518000', '160214.973000', '160215.433000', '160215.891000', '160216.351000', '160216.816000', '160217.278000', '160217.747000', '160218.193000', '160218.652000', '160219.127000', '160219.589000', '160220.069000', '160220.508000', '160220.965000', '160221.418000', '160221.880000', '160222.327000', '160222.798000', '160223.263000', '160223.729000', '160224.172000', '160224.645000', '160225.109000', '160225.564000', '160226.027000', '160226.486000', '160226.929000', '160227.395000', '160227.863000', '160228.324000', '160228.783000', '160229.249000', '160229.709000', '160230.172000', '160230.617000', '160231.071000', '160231.532000', '160232.002000', '160232.466000', '160232.928000', '160233.379000', '160233.850000', '160234.297000', '160234.754000', '160235.224000', '160235.683000', '160236.134000', '160236.604000', '160237.057000', '160237.528000', '160237.985000', '160238.449000', '160238.894000', '160239.368000', '160239.827000', '160240.274000', '160240.732000', '160241.191000', '160241.676000', '160242.113000', '160242.586000', '160243.033000', '160243.500000', '160243.973000', '160244.425000', '160244.887000', '160245.332000', '160245.800000', '160246.297000', '160246.722000', '160247.186000', '160247.647000', '160248.111000', '160248.572000', '160249.014000', '160249.468000', '160249.952000', '160250.407000', '160250.861000', '160251.313000', '160251.931000', '160252.251000', '160252.715000', '160253.167000', '160253.662000', '160254.080000', '160254.537000', '160254.998000', '160255.455000', '160255.927000', '160256.392000', '160256.843000', '160257.305000', '160257.756000', '160258.263000', '160258.688000', '160259.151000', '160259.608000', '160300.064000', '160300.512000', '160301.011000', '160301.430000', '160301.913000', '160302.366000', '160302.832000', '160303.293000', '160303.750000', '160304.194000', '160304.670000', '160305.129000', '160305.579000', '160306.044000', '160306.496000', '160306.973000', '160307.432000', '160307.892000', '160308.353000', '160308.805000', '160309.269000', '160309.732000', '160310.174000', '160310.643000', '160311.104000', '160311.562000', '160312.055000', '160312.516000', '160312.953000', '160313.408000', '160313.872000', '160314.325000', '160314.792000', '160315.232000', '160315.713000', '160316.170000', '160316.634000', '160317.166000', '160317.554000', '160318.013000', '160318.474000', '160318.921000', '160319.376000', '160319.849000', '160320.297000', '160320.770000', '160321.215000', '160321.690000', '160322.141000', '160322.600000', '160323.074000', '160323.524000', '160323.991000', '160324.452000', '160324.907000', '160325.368000', '160325.828000', '160326.271000', '160326.748000', '160327.216000', '160327.679000', '160328.142000', '160328.646000', '160329.052000', '160329.539000', '160329.958000', '160330.415000', '160330.891000', '160331.347000', '160331.840000', '160332.261000', '160332.713000', '160333.184000', '160333.641000', '160334.119000', '160334.558000', '160335.024000', '160335.490000', '160335.938000', '160336.410000', '160336.859000', '160337.338000', '160337.818000', '160338.249000', '160338.692000', '160339.174000', '160339.633000', '160340.078000', '160340.551000', '160341.013000', '160341.506000', '160341.938000', '160342.377000', '160342.838000', '160343.298000', '160343.770000', '160344.227000', '160344.679000', '160345.140000', '160345.638000', '160346.067000', '160346.520000', '160347.020000', '160347.446000', '160347.907000', '160348.368000', '160348.820000', '160349.275000', '160349.748000', '160350.214000', '160350.664000', '160351.118000', '160351.585000', '160352.040000', '160352.506000', '160352.955000', '160353.427000', '160353.905000', '160354.358000', '160354.808000', '160355.327000', '160355.740000', '160356.200000', '160356.644000', '160357.099000', '160357.594000', '160358.034000', '160358.482000', '160358.943000', '160359.418000', '160359.871000', '160400.334000', '160400.789000', '160401.242000', '160401.714000', '160402.160000', '160402.623000', '160403.098000', '160403.558000', '160404.011000', '160404.472000', '160404.933000', '160405.422000', '160405.840000', '160406.319000', '160406.758000', '160407.238000', '160407.679000', '160408.141000', '160408.605000', '160409.058000', '160409.519000', '160409.996000', '160410.437000', '160410.910000', '160411.370000', '160411.814000', '160412.328000', '160412.753000', '160413.216000', '160413.677000', '160414.137000', '160414.581000', '160415.049000', '160415.509000', '160416.002000', '160416.421000', '160416.970000', '160417.352000', '160417.822000', '160418.262000', '160418.721000', '160419.194000', '160419.650000', '160420.112000', '160420.576000', '160421.021000', '160421.489000', '160421.944000', '160422.419000', '160422.882000', '160423.321000', '160423.780000', '160424.250000', '160424.738000', '160425.190000', '160425.624000', '160426.098000', '160426.558000', '160427.016000', '160427.473000', '160427.934000', '160428.402000', '160428.852000', '160429.347000', '160429.770000', '160430.232000', '160430.692000', '160431.149000', '160431.605000', '160432.113000', '160432.521000', '160432.993000', '160433.458000', '160433.913000', '160434.382000', '160434.842000', '160435.280000', '160435.758000', '160436.225000', '160436.662000', '160437.122000', '160437.581000', '160438.043000', '160438.520000', '160438.982000', '160439.433000', '160439.890000', '160440.349000', '160440.818000', '160441.276000', '160441.739000', '160442.183000', '160442.666000', '160443.115000', '160443.602000', '160444.037000', '160444.496000', '160444.969000', '160445.406000', '160445.895000', '160446.324000', '160446.793000', '160447.262000', '160447.704000', '160448.176000', '160448.635000', '160449.096000', '160449.560000', '160450.021000', '160450.475000', '160450.941000', '160451.384000', '160451.851000', '160452.324000', '160452.762000', '160453.239000', '160453.696000', '160454.159000', '160454.616000', '160455.076000', '160455.541000', '160456.003000', '160456.459000', '160456.908000', '160457.365000', '160457.954000', '160458.302000', '160458.760000', '160459.253000', '160459.662000', '160500.167000', '160500.601000', '160501.063000', '160501.503000', '160501.982000', '160502.435000', '160502.943000', '160503.351000', '160503.817000', '160504.264000', '160504.723000', '160505.184000', '160505.653000', '160506.117000', '160506.580000', '160507.043000', '160507.484000', '160507.954000', '160508.424000', '160508.881000', '160509.342000', '160509.830000', '160510.250000', '160510.718000', '160511.181000', '160511.635000', '160512.098000', '160512.555000', '160513.024000', '160513.467000', '160513.943000', '160514.427000', '160514.852000', '160515.317000', '160515.763000', '160516.235000', '160516.729000', '160517.150000', '160517.628000', '160518.068000', '160518.538000', '160519.008000', '160519.449000', '160519.930000', '160520.380000', '160520.845000', '160521.299000', '160521.761000', '160522.221000', '160522.667000', '160523.146000', '160523.634000', '160524.062000', '160524.509000', '160524.970000', '160525.427000', '160525.899000', '160526.354000', '160526.829000', '160527.271000', '160527.756000', '160528.190000', '160528.661000', '160529.114000', '160529.568000', '160530.039000', '160530.512000', '160530.958000', '160531.412000', '160531.872000', '160532.341000', '160532.790000', '160533.263000', '160533.721000', '160534.184000', '160534.636000', '160535.087000', '160535.600000', '160536.010000', '160536.483000', '160536.924000', '160537.389000', '160537.951000', '160538.306000', '160538.785000', '160539.233000', '160539.701000', '160540.161000', '160540.628000', '160541.116000', '160541.545000', '160541.989000', '160542.467000', '160542.918000', '160543.378000', '160543.847000', '160544.308000', '160544.793000', '160545.229000', '160545.674000', '160546.127000', '160546.601000', '160547.063000', '160547.523000', '160547.991000', '160548.442000', '160548.903000', '160549.350000', '160550.015000', '160550.293000', '160550.742000', '160551.191000', '160551.648000', '160552.120000', '160552.570000', '160553.036000', '160553.511000', '160553.972000', '160554.425000', '160554.873000', '160555.339000', '160555.797000', '160556.253000', '160556.728000', '160557.215000', '160557.680000', '160558.092000', '160558.566000', '160559.008000', '160559.485000', '160559.934000', '160600.407000', '160600.872000', '160601.311000', '160602.019000', '160602.246000', '160602.710000', '160603.170000', '160603.617000', '160604.088000', '160604.547000', '160605.014000', '160605.459000', '160605.914000', '160606.369000', '160606.827000', '160607.295000', '160607.765000', '160608.259000', '160608.684000', '160609.147000', '160609.599000', '160610.071000', '160610.529000', '160610.980000', '160611.452000', '160611.893000', '160612.364000', '160612.814000', '160613.297000', '160613.753000', '160614.207000', '160614.666000', '160615.131000', '160615.582000', '160616.050000', '160616.508000', '160617.002000', '160617.432000', '160617.881000', '160618.350000', '160618.813000', '160619.257000', '160619.727000', '160620.180000', '160620.648000', '160621.115000', '160621.555000', '160622.035000', '160622.490000', '160622.956000', '160623.442000', '160623.874000', '160624.334000', '160624.788000', '160625.246000', '160625.714000', '160626.175000', '160626.632000', '160627.115000', '160627.546000', '160628.006000', '160628.464000', '160628.925000', '160629.387000', '160629.836000', '160630.309000', '160630.779000', '160631.231000', '160631.693000', '160632.155000', '160632.610000', '160633.057000', '160633.536000', '160633.982000', '160634.447000', '160634.907000', '160635.369000', '160635.824000', '160636.291000', '160636.747000', '160637.205000', '160637.657000', '160638.116000', '160638.597000', '160639.053000', '160639.498000', '160639.997000', '160640.427000', '160640.888000', '160641.361000', '160641.815000', '160642.275000', '160642.715000', '160643.199000', '160643.660000', '160644.104000', '160644.559000', '160645.020000', '160645.475000', '160645.952000', '160646.398000', '160646.861000', '160647.340000', '160647.927000', '160648.243000', '160648.719000', '160649.181000', '160649.635000', '160650.095000', '160650.556000', '160651.023000', '160651.474000', '160651.934000', '160652.397000', '160652.859000', '160653.306000', '160653.764000', '160654.236000', '160654.694000', '160655.153000', '160655.616000', '160656.077000', '160656.533000', '160656.994000', '160657.465000', '160657.900000', '160658.379000', '160658.835000', '160659.326000', '160659.755000', '160700.204000', '160700.681000', '160701.135000', '160701.595000', '160702.043000', '160702.519000', '160702.978000', '160703.418000', '160703.881000', '160704.354000', '160704.801000', '160705.266000', '160705.741000', '160706.204000', '160706.650000', '160707.110000', '160707.583000', '160708.030000', '160708.501000', '160708.971000', '160709.404000', '160709.947000', '160710.337000', '160710.798000', '160711.251000', '160711.715000', '160712.164000', '160712.627000', '160713.097000', '160713.566000', '160714.017000', '160714.469000', '160714.941000', '160715.398000', '160715.850000', '160716.302000', '160716.779000', '160717.223000', '160717.725000', '160718.147000', '160718.605000', '160719.066000', '160719.524000', '160719.997000', '160720.450000', '160720.922000', '160721.410000', '160721.968000', '160722.299000', '160722.764000', '160723.217000', '160723.730000', '160724.124000', '160724.595000', '160725.042000'], 'InstanceCreationTime': ['160046.992000', '160047.176000', '160047.399000', '160047.612000', '160047.826000', '160048.008000', '160048.194000', '160048.454000', '160048.596000', '160048.799000', '160049.002000', '160049.383000', '160049.874000', '160050.317000', '160050.812000', '160051.299000', '160051.750000', '160052.186000', '160052.645000', '160053.095000', '160053.565000', '160054.019000', '160054.473000', '160054.929000', '160055.390000', '160055.850000', '160056.358000', '160056.766000', '160057.234000', '160057.697000', '160058.149000', '160058.623000', '160059.078000', '160059.540000', '160059.998000', '160100.484000', '160100.952000', '160101.379000', '160101.845000', '160102.314000', '160102.763000', '160103.224000', '160103.661000', '160104.195000', '160104.601000', '160105.071000', '160105.524000', '160105.971000', '160106.446000', '160106.891000', '160107.348000', '160107.818000', '160108.281000', '160108.733000', '160109.189000', '160109.655000', '160110.116000', '160110.578000', '160111.045000', '160111.495000', '160111.988000', '160112.416000', '160112.869000', '160113.335000', '160113.785000', '160114.251000', '160114.713000', '160115.223000', '160115.639000', '160116.095000', '160116.606000', '160117.015000', '160117.477000', '160118.016000', '160118.414000', '160118.858000', '160119.313000', '160119.772000', '160120.256000', '160120.703000', '160121.154000', '160121.617000', '160122.081000', '160122.543000', '160122.997000', '160123.455000', '160123.923000', '160124.380000', '160124.847000', '160125.300000', '160125.756000', '160126.228000', '160126.667000', '160127.330000', '160127.605000', '160128.066000', '160128.520000', '160128.968000', '160129.447000', '160129.892000', '160130.363000', '160130.825000', '160131.280000', '160131.741000', '160132.187000', '160132.656000', '160133.127000', '160133.587000', '160134.054000', '160134.492000', '160134.950000', '160135.418000', '160135.870000', '160136.338000', '160136.792000', '160137.270000', '160137.729000', '160138.190000', '160138.645000', '160139.094000', '160139.553000', '160140.013000', '160140.486000', '160140.930000', '160141.444000', '160141.853000', '160142.323000', '160142.793000', '160143.241000', '160143.686000', '160144.170000', '160144.616000', '160145.070000', '160145.557000', '160146.007000', '160146.456000', '160146.927000', '160147.379000', '160147.849000', '160148.302000', '160148.765000', '160149.226000', '160149.684000', '160150.140000', '160150.607000', '160151.045000', '160151.516000', '160151.985000', '160152.430000', '160152.899000', '160153.353000', '160153.828000', '160154.275000', '160154.730000', '160155.189000', '160155.654000', '160156.112000', '160156.576000', '160157.029000', '160157.489000', '160157.956000', '160158.410000', '160158.877000', '160159.332000', '160159.910000', '160200.251000', '160200.721000', '160201.167000', '160201.628000', '160202.106000', '160202.553000', '160203.047000', '160203.477000', '160203.946000', '160204.396000', '160204.862000', '160205.308000', '160205.777000', '160206.244000', '160206.708000', '160207.171000', '160207.619000', '160208.082000', '160208.543000', '160209.000000', '160209.462000', '160209.949000', '160210.384000', '160210.850000', '160211.300000', '160211.766000', '160212.227000', '160212.725000', '160213.134000', '160213.593000', '160214.050000', '160214.518000', '160214.973000', '160215.433000', '160215.891000', '160216.351000', '160216.816000', '160217.278000', '160217.747000', '160218.193000', '160218.652000', '160219.127000', '160219.589000', '160220.069000', '160220.508000', '160220.965000', '160221.418000', '160221.880000', '160222.327000', '160222.798000', '160223.263000', '160223.729000', '160224.172000', '160224.645000', '160225.109000', '160225.564000', '160226.027000', '160226.486000', '160226.929000', '160227.395000', '160227.863000', '160228.324000', '160228.783000', '160229.249000', '160229.709000', '160230.172000', '160230.617000', '160231.071000', '160231.532000', '160232.002000', '160232.466000', '160232.928000', '160233.379000', '160233.850000', '160234.297000', '160234.754000', '160235.224000', '160235.683000', '160236.134000', '160236.604000', '160237.057000', '160237.528000', '160237.985000', '160238.449000', '160238.894000', '160239.368000', '160239.827000', '160240.274000', '160240.732000', '160241.191000', '160241.676000', '160242.113000', '160242.586000', '160243.033000', '160243.500000', '160243.973000', '160244.425000', '160244.887000', '160245.332000', '160245.800000', '160246.297000', '160246.722000', '160247.186000', '160247.647000', '160248.111000', '160248.572000', '160249.014000', '160249.468000', '160249.952000', '160250.407000', '160250.861000', '160251.313000', '160251.931000', '160252.251000', '160252.715000', '160253.167000', '160253.662000', '160254.080000', '160254.537000', '160254.998000', '160255.455000', '160255.927000', '160256.392000', '160256.843000', '160257.305000', '160257.756000', '160258.263000', '160258.688000', '160259.151000', '160259.608000', '160300.064000', '160300.512000', '160301.011000', '160301.430000', '160301.913000', '160302.366000', '160302.832000', '160303.293000', '160303.750000', '160304.194000', '160304.670000', '160305.129000', '160305.579000', '160306.044000', '160306.496000', '160306.973000', '160307.432000', '160307.892000', '160308.353000', '160308.805000', '160309.269000', '160309.732000', '160310.174000', '160310.643000', '160311.104000', '160311.562000', '160312.055000', '160312.516000', '160312.953000', '160313.408000', '160313.872000', '160314.325000', '160314.792000', '160315.232000', '160315.713000', '160316.170000', '160316.634000', '160317.166000', '160317.554000', '160318.013000', '160318.474000', '160318.921000', '160319.376000', '160319.849000', '160320.297000', '160320.770000', '160321.215000', '160321.690000', '160322.141000', '160322.600000', '160323.074000', '160323.524000', '160323.991000', '160324.452000', '160324.907000', '160325.368000', '160325.828000', '160326.271000', '160326.748000', '160327.216000', '160327.679000', '160328.142000', '160328.646000', '160329.052000', '160329.539000', '160329.958000', '160330.415000', '160330.891000', '160331.347000', '160331.840000', '160332.261000', '160332.713000', '160333.184000', '160333.641000', '160334.119000', '160334.558000', '160335.024000', '160335.490000', '160335.938000', '160336.410000', '160336.859000', '160337.338000', '160337.818000', '160338.249000', '160338.692000', '160339.174000', '160339.633000', '160340.078000', '160340.551000', '160341.013000', '160341.506000', '160341.938000', '160342.377000', '160342.838000', '160343.298000', '160343.770000', '160344.227000', '160344.679000', '160345.140000', '160345.638000', '160346.067000', '160346.520000', '160347.020000', '160347.446000', '160347.907000', '160348.368000', '160348.820000', '160349.275000', '160349.748000', '160350.214000', '160350.664000', '160351.118000', '160351.585000', '160352.040000', '160352.506000', '160352.955000', '160353.427000', '160353.905000', '160354.358000', '160354.808000', '160355.327000', '160355.740000', '160356.200000', '160356.644000', '160357.099000', '160357.594000', '160358.034000', '160358.482000', '160358.943000', '160359.418000', '160359.871000', '160400.334000', '160400.789000', '160401.242000', '160401.714000', '160402.160000', '160402.623000', '160403.098000', '160403.558000', '160404.011000', '160404.472000', '160404.933000', '160405.422000', '160405.840000', '160406.319000', '160406.758000', '160407.238000', '160407.679000', '160408.141000', '160408.605000', '160409.058000', '160409.519000', '160409.996000', '160410.437000', '160410.910000', '160411.370000', '160411.814000', '160412.328000', '160412.753000', '160413.216000', '160413.677000', '160414.137000', '160414.581000', '160415.049000', '160415.509000', '160416.002000', '160416.421000', '160416.970000', '160417.352000', '160417.822000', '160418.262000', '160418.721000', '160419.194000', '160419.650000', '160420.112000', '160420.576000', '160421.021000', '160421.489000', '160421.944000', '160422.419000', '160422.882000', '160423.321000', '160423.780000', '160424.250000', '160424.738000', '160425.190000', '160425.624000', '160426.098000', '160426.558000', '160427.016000', '160427.473000', '160427.934000', '160428.402000', '160428.852000', '160429.347000', '160429.770000', '160430.232000', '160430.692000', '160431.149000', '160431.605000', '160432.113000', '160432.521000', '160432.993000', '160433.458000', '160433.913000', '160434.382000', '160434.842000', '160435.280000', '160435.758000', '160436.225000', '160436.662000', '160437.122000', '160437.581000', '160438.043000', '160438.520000', '160438.982000', '160439.433000', '160439.890000', '160440.349000', '160440.818000', '160441.276000', '160441.739000', '160442.183000', '160442.666000', '160443.115000', '160443.602000', '160444.037000', '160444.496000', '160444.969000', '160445.406000', '160445.895000', '160446.324000', '160446.793000', '160447.262000', '160447.704000', '160448.176000', '160448.635000', '160449.096000', '160449.560000', '160450.021000', '160450.475000', '160450.941000', '160451.384000', '160451.851000', '160452.324000', '160452.762000', '160453.239000', '160453.696000', '160454.159000', '160454.616000', '160455.076000', '160455.541000', '160456.003000', '160456.459000', '160456.908000', '160457.365000', '160457.954000', '160458.302000', '160458.760000', '160459.253000', '160459.662000', '160500.167000', '160500.601000', '160501.063000', '160501.503000', '160501.982000', '160502.435000', '160502.943000', '160503.351000', '160503.817000', '160504.264000', '160504.723000', '160505.184000', '160505.653000', '160506.117000', '160506.580000', '160507.043000', '160507.484000', '160507.954000', '160508.424000', '160508.881000', '160509.342000', '160509.830000', '160510.250000', '160510.718000', '160511.181000', '160511.635000', '160512.098000', '160512.555000', '160513.024000', '160513.467000', '160513.943000', '160514.427000', '160514.852000', '160515.317000', '160515.763000', '160516.235000', '160516.729000', '160517.150000', '160517.628000', '160518.068000', '160518.538000', '160519.008000', '160519.449000', '160519.930000', '160520.380000', '160520.845000', '160521.299000', '160521.761000', '160522.221000', '160522.667000', '160523.146000', '160523.634000', '160524.062000', '160524.509000', '160524.970000', '160525.427000', '160525.899000', '160526.354000', '160526.829000', '160527.271000', '160527.756000', '160528.190000', '160528.661000', '160529.114000', '160529.568000', '160530.039000', '160530.512000', '160530.958000', '160531.412000', '160531.872000', '160532.341000', '160532.790000', '160533.263000', '160533.721000', '160534.184000', '160534.636000', '160535.087000', '160535.600000', '160536.010000', '160536.483000', '160536.924000', '160537.389000', '160537.951000', '160538.306000', '160538.785000', '160539.233000', '160539.701000', '160540.161000', '160540.628000', '160541.116000', '160541.545000', '160541.989000', '160542.467000', '160542.918000', '160543.378000', '160543.847000', '160544.308000', '160544.793000', '160545.229000', '160545.674000', '160546.127000', '160546.601000', '160547.063000', '160547.523000', '160547.991000', '160548.442000', '160548.903000', '160549.350000', '160550.015000', '160550.293000', '160550.742000', '160551.191000', '160551.648000', '160552.120000', '160552.570000', '160553.036000', '160553.511000', '160553.972000', '160554.425000', '160554.873000', '160555.339000', '160555.797000', '160556.253000', '160556.728000', '160557.215000', '160557.680000', '160558.092000', '160558.566000', '160559.008000', '160559.485000', '160559.934000', '160600.407000', '160600.872000', '160601.311000', '160602.019000', '160602.246000', '160602.710000', '160603.170000', '160603.617000', '160604.088000', '160604.547000', '160605.014000', '160605.459000', '160605.914000', '160606.369000', '160606.827000', '160607.295000', '160607.765000', '160608.259000', '160608.684000', '160609.147000', '160609.599000', '160610.071000', '160610.529000', '160610.980000', '160611.452000', '160611.893000', '160612.364000', '160612.814000', '160613.297000', '160613.753000', '160614.207000', '160614.666000', '160615.131000', '160615.582000', '160616.050000', '160616.508000', '160617.002000', '160617.432000', '160617.881000', '160618.350000', '160618.813000', '160619.257000', '160619.727000', '160620.180000', '160620.648000', '160621.115000', '160621.555000', '160622.035000', '160622.490000', '160622.956000', '160623.442000', '160623.874000', '160624.334000', '160624.788000', '160625.246000', '160625.714000', '160626.175000', '160626.632000', '160627.115000', '160627.546000', '160628.006000', '160628.464000', '160628.925000', '160629.387000', '160629.836000', '160630.309000', '160630.779000', '160631.231000', '160631.693000', '160632.155000', '160632.610000', '160633.057000', '160633.536000', '160633.982000', '160634.447000', '160634.907000', '160635.369000', '160635.824000', '160636.291000', '160636.747000', '160637.205000', '160637.657000', '160638.116000', '160638.597000', '160639.053000', '160639.498000', '160639.997000', '160640.427000', '160640.888000', '160641.361000', '160641.815000', '160642.275000', '160642.715000', '160643.199000', '160643.660000', '160644.104000', '160644.559000', '160645.020000', '160645.475000', '160645.952000', '160646.398000', '160646.861000', '160647.340000', '160647.927000', '160648.243000', '160648.719000', '160649.181000', '160649.635000', '160650.095000', '160650.556000', '160651.023000', '160651.474000', '160651.934000', '160652.397000', '160652.859000', '160653.306000', '160653.764000', '160654.236000', '160654.694000', '160655.153000', '160655.616000', '160656.077000', '160656.533000', '160656.994000', '160657.465000', '160657.900000', '160658.379000', '160658.835000', '160659.326000', '160659.755000', '160700.204000', '160700.681000', '160701.135000', '160701.595000', '160702.043000', '160702.519000', '160702.978000', '160703.418000', '160703.881000', '160704.354000', '160704.801000', '160705.266000', '160705.741000', '160706.204000', '160706.650000', '160707.110000', '160707.583000', '160708.030000', '160708.501000', '160708.971000', '160709.404000', '160709.947000', '160710.337000', '160710.798000', '160711.251000', '160711.715000', '160712.164000', '160712.627000', '160713.097000', '160713.566000', '160714.017000', '160714.469000', '160714.941000', '160715.398000', '160715.850000', '160716.302000', '160716.779000', '160717.223000', '160717.725000', '160718.147000', '160718.605000', '160719.066000', '160719.524000', '160719.997000', '160720.450000', '160720.922000', '160721.410000', '160721.968000', '160722.299000', '160722.764000', '160723.217000', '160723.730000', '160724.124000', '160724.595000', '160725.042000'], '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': [832, 561, 866, 561, 737, 548, 777, 539, 818, 550, 768, 552, 743, 593, 539, 785, 531, 704, 533, 650, 540, 744, 514, 884, 528, 811, 524, 810, 524, 820, 513, 869, 576, 931, 617, 780, 592, 684, 583, 825, 577, 906, 571, 778, 639, 651, 842, 574, 902, 540, 926, 586, 938, 693, 897, 574, 855, 580, 856, 581, 863, 589, 848, 560, 845, 584, 630, 588, 553, 589, 536, 579, 578, 566, 536, 555, 544, 574, 570, 562, 560, 569, 538, 617, 533, 689, 548, 763, 553, 766, 551, 776, 548, 811, 569, 914, 605, 821, 573, 775, 570, 819, 562, 740, 579, 722, 585, 565, 693, 537, 670, 523, 777, 519, 799, 521, 759, 523, 795, 556, 916, 574, 760, 566, 825, 578, 835, 580, 865, 578, 867, 572, 867, 579, 789, 570, 768, 569, 800, 585, 819, 589, 763, 586, 757, 574, 812, 571, 658, 572, 719, 574, 803, 574, 834, 582, 851, 574, 852, 587, 840, 595, 835, 574, 811, 576, 632, 574, 691, 575, 753, 566, 799, 568, 795, 576, 745, 569, 797, 568, 865, 581, 836, 600, 631, 570, 611, 574, 735, 573, 859, 571, 786, 567, 665, 576, 718, 578, 862, 580, 819, 563, 795, 565, 820, 569, 793, 569, 794, 566, 738, 582, 517, 579, 532, 574, 519, 551, 544, 651, 541, 621, 551, 692, 555, 763, 568, 888, 581, 818, 590, 767, 571, 787, 577, 850, 648, 691, 701, 816, 731, 850, 753, 856, 768, 558, 807, 557, 610, 546, 620, 626, 597, 542, 630, 544, 586, 551, 724, 528, 831, 574, 854, 570, 804, 564, 796, 551, 858, 566, 860, 564, 857, 568, 807, 546, 829, 583, 832, 585, 737, 573, 735, 560, 718, 558, 751, 566, 727, 561, 756, 540, 761, 547, 768, 558, 736, 542, 742, 533, 698, 531, 640, 546, 582, 561, 584, 537, 580, 533, 756, 520, 706, 525, 724, 533, 739, 531, 761, 543, 808, 518, 736, 543, 702, 543, 654, 572, 780, 530, 642, 562, 649, 542, 601, 559, 699, 557, 791, 530, 631, 549, 635, 568, 783, 569, 845, 555, 801, 548, 818, 556, 858, 577, 830, 567, 790, 561, 779, 574, 803, 562, 787, 556, 769, 548, 765, 563, 791, 598, 847, 519, 783, 526, 758, 519, 745, 507, 767, 525, 745, 554, 491, 562, 529, 712, 561, 911, 544, 905, 546, 864, 595, 937, 612, 963, 613, 925, 615, 893, 644, 862, 685, 886, 580, 845, 575, 841, 623, 858, 716, 758, 651, 754, 574, 584, 580, 564, 569, 544, 603, 528, 530, 534, 595, 520, 628, 521, 702, 527, 754, 523, 747, 531, 785, 535, 806, 585, 931, 585, 557, 565, 558, 578, 574, 575, 530, 583, 583, 597, 716, 768, 859, 789, 803, 830, 851, 793, 881, 728, 841, 725, 645, 759, 554, 582, 548, 591, 543, 597, 662, 600, 858, 586, 843, 599, 795, 597, 673, 593, 529, 587, 517, 585, 523, 597, 566, 583, 538, 573, 545, 573, 675, 581, 573, 587, 622, 546, 543, 624, 570, 636, 562, 696, 553, 625, 532, 589, 538, 618, 546, 680, 562, 735, 567, 764, 565, 780, 567, 802, 557, 778, 567, 767, 575, 772, 580, 792, 572, 854, 574, 749, 569, 705, 568, 667, 566, 534, 628, 534, 603, 531, 658, 535, 659, 558, 718, 556, 710, 543, 753, 536, 791, 570, 828, 585, 781, 569, 879, 577, 650, 586, 775, 624, 731, 643, 615, 739, 556, 803, 556, 760, 546, 627, 585, 990, 596, 910, 614, 828, 655, 735, 724, 577, 710, 603, 890, 609, 885, 679, 587, 933, 600, 1004, 613, 889, 733, 577, 772, 595, 657, 607, 820, 607, 903, 613, 791, 611, 570, 619, 571, 607, 548, 640, 576, 689, 582, 709, 581, 796, 594, 914, 603, 820, 614, 836, 618, 858, 612, 848, 603, 781, 593, 750, 597, 577, 604, 540, 669, 564, 781, 574, 670, 575, 698, 575, 702, 569, 695, 575, 780, 587, 701, 594, 780, 593, 792, 585, 795, 590, 840, 593, 777, 592, 771, 605, 658, 600, 557, 742, 572, 660, 574, 700, 579, 790, 580, 854, 586, 917, 606, 785, 593, 807, 601, 816, 596, 830, 602, 835, 595, 835, 601, 821, 599, 809, 585, 815, 594, 812, 581, 760, 602, 729, 588, 767, 593, 822, 588, 837, 571, 783, 571, 828, 601, 722, 576, 629, 592, 721, 580, 734, 588, 645, 580, 655, 572, 690, 593, 590, 565, 550, 573, 579, 635, 573, 664, 574, 754, 556, 818, 564, 861, 586, 810, 570, 871, 574, 889, 562, 789, 588, 901, 600, 817, 599, 822, 597, 830, 584, 807, 601, 839, 608, 801, 607, 744, 589, 779, 587, 827, 607, 768, 597, 724, 600, 715, 600, 732, 585, 723, 595, 707, 599, 717, 600, 744, 597, 575, 580, 575, 571, 581, 735, 598, 801, 615, 933, 585, 809, 605, 749, 598, 735, 681, 654, 688, 583, 679, 581, 687, 576, 727, 594, 746, 608, 885, 608, 826, 605, 826, 600, 815, 600, 843, 595, 866, 590, 859, 601, 862, 605, 760, 585, 783, 590, 803, 600, 782, 611, 719, 602, 577, 581, 583, 599, 568, 594, 556, 563, 566, 587, 585, 635, 599, 705, 596, 806, 599, 918, 591, 874, 587, 867, 601, 799, 633, 664, 726, 583, 671, 588], 'WindowCenter': [285.0, 281.0, 283.0, 280.0, 282.0, 280.0, 281.0, 279.0, 281.0, 278.0, 280.0, 279.0, 281.0, 280.0, 279.0, 281.0, 278.0, 280.0, 278.0, 280.0, 279.0, 280.0, 278.0, 281.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 281.0, 278.0, 281.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 281.0, 278.0, 280.0, 279.0, 279.0, 280.0, 277.0, 279.0, 276.0, 279.0, 277.0, 279.0, 277.0, 278.0, 276.0, 278.0, 275.0, 278.0, 275.0, 278.0, 275.0, 277.0, 275.0, 278.0, 276.0, 276.0, 277.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 279.0, 278.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 281.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 279.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 281.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 277.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 280.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 278.0, 278.0, 280.0, 277.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 280.0, 278.0, 279.0, 278.0, 279.0, 277.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 278.0, 277.0, 278.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 279.0, 278.0, 278.0, 279.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 276.0, 277.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 277.0, 277.0, 277.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 278.0, 278.0, 278.0, 276.0, 278.0, 275.0, 276.0, 275.0, 276.0, 275.0, 276.0, 277.0, 276.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 275.0, 277.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 279.0, 277.0, 277.0, 278.0, 280.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 279.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 278.0, 281.0, 278.0, 282.0, 279.0, 279.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 278.0, 281.0, 280.0, 278.0, 282.0, 278.0, 281.0, 278.0, 280.0, 279.0, 277.0, 279.0, 277.0, 278.0, 277.0, 279.0, 278.0, 280.0, 277.0, 279.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 277.0, 277.0, 277.0, 279.0, 277.0, 279.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 277.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 280.0, 278.0, 280.0, 279.0, 280.0, 279.0, 282.0, 279.0, 280.0, 279.0, 281.0, 280.0, 280.0, 278.0, 278.0, 279.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 280.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 279.0, 278.0, 277.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 281.0, 278.0, 280.0, 280.0, 280.0, 280.0, 278.0, 280.0, 278.0], 'WindowWidth': [626.0, 619.0, 620.0, 617.0, 619.0, 617.0, 617.0, 614.0, 616.0, 613.0, 615.0, 614.0, 617.0, 615.0, 614.0, 616.0, 613.0, 615.0, 612.0, 616.0, 613.0, 616.0, 612.0, 616.0, 612.0, 615.0, 611.0, 615.0, 611.0, 615.0, 612.0, 616.0, 613.0, 616.0, 613.0, 613.0, 612.0, 613.0, 612.0, 615.0, 614.0, 617.0, 613.0, 615.0, 613.0, 613.0, 615.0, 611.0, 613.0, 608.0, 613.0, 610.0, 613.0, 610.0, 611.0, 608.0, 610.0, 607.0, 610.0, 607.0, 610.0, 607.0, 610.0, 607.0, 610.0, 608.0, 609.0, 609.0, 608.0, 609.0, 608.0, 610.0, 609.0, 610.0, 608.0, 610.0, 608.0, 610.0, 609.0, 610.0, 610.0, 610.0, 610.0, 612.0, 611.0, 613.0, 610.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 616.0, 614.0, 617.0, 614.0, 614.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 614.0, 612.0, 614.0, 611.0, 614.0, 611.0, 615.0, 611.0, 615.0, 611.0, 615.0, 611.0, 615.0, 612.0, 616.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 613.0, 616.0, 613.0, 616.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 613.0, 615.0, 612.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 613.0, 613.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 613.0, 615.0, 613.0, 615.0, 612.0, 616.0, 614.0, 616.0, 614.0, 613.0, 613.0, 614.0, 613.0, 615.0, 613.0, 616.0, 614.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 616.0, 614.0, 613.0, 613.0, 612.0, 613.0, 614.0, 613.0, 616.0, 613.0, 615.0, 613.0, 613.0, 613.0, 614.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 615.0, 613.0, 616.0, 613.0, 615.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 613.0, 612.0, 614.0, 613.0, 614.0, 613.0, 615.0, 614.0, 618.0, 614.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 615.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 616.0, 615.0, 612.0, 615.0, 611.0, 613.0, 611.0, 613.0, 613.0, 614.0, 611.0, 613.0, 611.0, 612.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 611.0, 614.0, 610.0, 614.0, 611.0, 614.0, 611.0, 614.0, 610.0, 614.0, 611.0, 615.0, 611.0, 614.0, 611.0, 614.0, 611.0, 613.0, 611.0, 614.0, 613.0, 614.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 615.0, 612.0, 614.0, 611.0, 614.0, 610.0, 614.0, 610.0, 613.0, 610.0, 612.0, 610.0, 611.0, 611.0, 611.0, 612.0, 613.0, 611.0, 615.0, 610.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 611.0, 615.0, 610.0, 614.0, 610.0, 614.0, 610.0, 613.0, 611.0, 615.0, 611.0, 613.0, 611.0, 613.0, 610.0, 612.0, 611.0, 614.0, 611.0, 615.0, 611.0, 613.0, 611.0, 613.0, 612.0, 615.0, 612.0, 615.0, 613.0, 615.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 616.0, 614.0, 616.0, 614.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 617.0, 614.0, 615.0, 613.0, 611.0, 612.0, 612.0, 615.0, 613.0, 617.0, 612.0, 616.0, 613.0, 616.0, 614.0, 616.0, 613.0, 616.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 613.0, 613.0, 610.0, 613.0, 610.0, 613.0, 611.0, 613.0, 613.0, 612.0, 612.0, 612.0, 610.0, 610.0, 611.0, 610.0, 610.0, 610.0, 611.0, 609.0, 610.0, 610.0, 612.0, 610.0, 612.0, 610.0, 613.0, 610.0, 613.0, 610.0, 614.0, 611.0, 615.0, 613.0, 615.0, 613.0, 617.0, 612.0, 611.0, 611.0, 610.0, 612.0, 612.0, 613.0, 612.0, 614.0, 613.0, 614.0, 615.0, 616.0, 616.0, 615.0, 615.0, 615.0, 613.0, 614.0, 613.0, 612.0, 612.0, 611.0, 609.0, 611.0, 607.0, 608.0, 607.0, 608.0, 607.0, 609.0, 609.0, 609.0, 611.0, 609.0, 611.0, 609.0, 611.0, 610.0, 611.0, 610.0, 607.0, 609.0, 608.0, 610.0, 609.0, 611.0, 610.0, 611.0, 610.0, 611.0, 610.0, 611.0, 612.0, 611.0, 611.0, 613.0, 615.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 614.0, 611.0, 613.0, 612.0, 613.0, 612.0, 614.0, 613.0, 614.0, 613.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 613.0, 615.0, 613.0, 614.0, 613.0, 615.0, 613.0, 616.0, 614.0, 615.0, 613.0, 615.0, 613.0, 617.0, 615.0, 617.0, 614.0, 616.0, 614.0, 616.0, 615.0, 618.0, 614.0, 615.0, 614.0, 616.0, 615.0, 616.0, 616.0, 615.0, 617.0, 613.0, 616.0, 613.0, 618.0, 614.0, 614.0, 614.0, 617.0, 614.0, 617.0, 615.0, 618.0, 616.0, 615.0, 615.0, 614.0, 615.0, 614.0, 616.0, 613.0, 616.0, 615.0, 613.0, 617.0, 613.0, 616.0, 612.0, 615.0, 614.0, 610.0, 613.0, 610.0, 611.0, 611.0, 613.0, 612.0, 614.0, 611.0, 612.0, 610.0, 610.0, 611.0, 610.0, 611.0, 611.0, 612.0, 611.0, 613.0, 611.0, 613.0, 612.0, 614.0, 612.0, 614.0, 611.0, 613.0, 612.0, 613.0, 611.0, 613.0, 612.0, 613.0, 611.0, 613.0, 611.0, 612.0, 611.0, 610.0, 611.0, 610.0, 613.0, 610.0, 613.0, 611.0, 611.0, 611.0, 613.0, 611.0, 612.0, 611.0, 613.0, 611.0, 613.0, 611.0, 612.0, 612.0, 613.0, 612.0, 614.0, 612.0, 615.0, 612.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 613.0, 613.0, 611.0, 614.0, 612.0, 613.0, 611.0, 614.0, 611.0, 615.0, 613.0, 616.0, 612.0, 615.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 613.0, 615.0, 613.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 615.0, 613.0, 615.0, 612.0, 615.0, 613.0, 615.0, 614.0, 614.0, 613.0, 615.0, 613.0, 615.0, 614.0, 617.0, 614.0, 615.0, 614.0, 616.0, 615.0, 615.0, 613.0, 612.0, 614.0, 614.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 616.0, 615.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 618.0, 614.0, 617.0, 614.0, 616.0, 613.0, 616.0, 613.0, 616.0, 612.0, 615.0, 613.0, 616.0, 612.0, 615.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 615.0, 614.0, 615.0, 614.0, 615.0, 613.0, 615.0, 612.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 616.0, 615.0, 616.0, 615.0, 617.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 616.0, 614.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 615.0, 615.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 615.0, 612.0, 614.0, 612.0, 616.0, 613.0, 613.0, 611.0, 613.0, 612.0, 613.0, 612.0, 614.0, 613.0, 614.0, 612.0, 611.0, 612.0, 611.0, 613.0, 613.0, 615.0, 613.0, 613.0, 612.0, 612.0, 613.0, 614.0, 616.0, 616.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 613.0, 616.0, 613.0, 615.0, 615.0, 614.0, 615.0, 613.0, 614.0, 612.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.0009757471264367816</td></tr>
<tr><td colspan=3>aqi</td><td>0.020616066091954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.36079674981587</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2501118203797474</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0037481967548902</td></tr>
<tr><td colspan=3>efc</td><td>0.4473</td></tr>
<tr><td colspan=3>fber</td><td>8291.9268</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.086033554097928</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8735632183908044</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3196904015496482</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2440231283165013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5045184857421714</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210529590590272</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194559</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019663576036691666</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014095068909227848</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0751049416673</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>38.1779</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.5806</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308497.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.5806</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7581</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.2283</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.2397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>88.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.3661</td></tr>
<tr><td colspan=3>tsnr</td><td>43.50863010273315</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>