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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-04_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-04_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-0023/ses-01/func/sub-0023_ses-01_task-social_acq-mb8_run-04_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>266fad6523b8f1cd859171e749086d05</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>13:04:34.870000</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.999251, 0.00310013, 0.038562, 0.00261602, 0.989088, -0.147305]</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-04_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.110333</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7730, -7218, 566, 13, -104, -25, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.313</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b25b000-1994-45a4-bf9a-4e436700282e||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.6809184551239014, 0.007018589414656162, 0.1042143702507019, 111.36788177490234], [-0.00831743236631155, 2.6536500453948975, -0.39769694209098816, -84.07554626464844], [0.10345915704965591, 0.39520737528800964, 2.668515682220459, -70.73971557617188], [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': ['130434.870000', '130435.330000', '130435.790000', '130436.250000', '130436.710000', '130437.170000', '130437.630000', '130438.090000', '130438.550000', '130439.010000', '130439.470000', '130439.930000', '130440.390000', '130440.850000', '130441.310000', '130441.770000', '130442.230000', '130442.690000', '130443.150000', '130443.610000', '130444.070000', '130444.530000', '130444.990000', '130445.450000', '130445.910000', '130446.370000', '130446.830000', '130447.290000', '130447.750000', '130448.210000', '130448.670000', '130449.130000', '130449.590000', '130450.050000', '130450.510000', '130450.970000', '130451.430000', '130451.890000', '130452.350000', '130452.810000', '130453.270000', '130453.730000', '130454.190000', '130454.650000', '130455.110000', '130455.570000', '130456.030000', '130456.490000', '130456.950000', '130457.410000', '130457.870000', '130458.330000', '130458.790000', '130459.250000', '130459.710000', '130500.170000', '130500.630000', '130501.090000', '130501.550000', '130502.010000', '130502.470000', '130502.930000', '130503.390000', '130503.850000', '130504.310000', '130504.770000', '130505.230000', '130505.690000', '130506.150000', '130506.610000', '130507.070000', '130507.530000', '130507.990000', '130508.450000', '130508.910000', '130509.370000', '130509.830000', '130510.290000', '130510.750000', '130511.210000', '130511.670000', '130512.130000', '130512.590000', '130513.050000', '130513.510000', '130513.970000', '130514.430000', '130514.890000', '130515.350000', '130515.810000', '130516.270000', '130516.730000', '130517.190000', '130517.650000', '130518.110000', '130518.570000', '130519.030000', '130519.490000', '130519.950000', '130520.410000', '130520.870000', '130521.330000', '130521.790000', '130522.250000', '130522.710000', '130523.170000', '130523.630000', '130524.090000', '130524.550000', '130525.010000', '130525.470000', '130525.930000', '130526.390000', '130526.850000', '130527.310000', '130527.770000', '130528.230000', '130528.690000', '130529.150000', '130529.610000', '130530.070000', '130530.530000', '130530.990000', '130531.450000', '130531.910000', '130532.370000', '130532.830000', '130533.290000', '130533.750000', '130534.210000', '130534.670000', '130535.130000', '130535.590000', '130536.050000', '130536.510000', '130536.970000', '130537.430000', '130537.890000', '130538.350000', '130538.810000', '130539.270000', '130539.730000', '130540.190000', '130540.650000', '130541.110000', '130541.570000', '130542.030000', '130542.490000', '130542.950000', '130543.410000', '130543.870000', '130544.330000', '130544.790000', '130545.250000', '130545.710000', '130546.170000', '130546.630000', '130547.090000', '130547.550000', '130548.010000', '130548.470000', '130548.930000', '130549.390000', '130549.850000', '130550.310000', '130550.770000', '130551.230000', '130551.690000', '130552.150000', '130552.610000', '130553.070000', '130553.530000', '130553.990000', '130554.450000', '130554.910000', '130555.370000', '130555.830000', '130556.290000', '130556.750000', '130557.210000', '130557.670000', '130558.130000', '130558.590000', '130559.050000', '130559.510000', '130559.970000', '130600.430000', '130600.890000', '130601.350000', '130601.810000', '130602.270000', '130602.730000', '130603.190000', '130603.650000', '130604.110000', '130604.570000', '130605.030000', '130605.490000', '130605.950000', '130606.410000', '130606.870000', '130607.330000', '130607.790000', '130608.250000', '130608.710000', '130609.170000', '130609.630000', '130610.090000', '130610.550000', '130611.010000', '130611.470000', '130611.930000', '130612.390000', '130612.850000', '130613.310000', '130613.770000', '130614.230000', '130614.690000', '130615.150000', '130615.610000', '130616.070000', '130616.530000', '130616.990000', '130617.450000', '130617.910000', '130618.370000', '130618.830000', '130619.290000', '130619.750000', '130620.210000', '130620.670000', '130621.130000', '130621.590000', '130622.050000', '130622.510000', '130622.970000', '130623.430000', '130623.890000', '130624.350000', '130624.810000', '130625.270000', '130625.730000', '130626.190000', '130626.650000', '130627.110000', '130627.570000', '130628.030000', '130628.490000', '130628.950000', '130629.410000', '130629.870000', '130630.330000', '130630.790000', '130631.250000', '130631.710000', '130632.170000', '130632.630000', '130633.090000', '130633.550000', '130634.010000', '130634.470000', '130634.930000', '130635.390000', '130635.850000', '130636.310000', '130636.770000', '130637.230000', '130637.690000', '130638.150000', '130638.610000', '130639.070000', '130639.530000', '130639.990000', '130640.450000', '130640.910000', '130641.370000', '130641.830000', '130642.290000', '130642.750000', '130643.210000', '130643.670000', '130644.130000', '130644.590000', '130645.050000', '130645.510000', '130645.970000', '130646.430000', '130646.890000', '130647.350000', '130647.810000', '130648.270000', '130648.730000', '130649.190000', '130649.650000', '130650.110000', '130650.570000', '130651.030000', '130651.490000', '130651.950000', '130652.410000', '130652.870000', '130653.330000', '130653.790000', '130654.250000', '130654.710000', '130655.170000', '130655.630000', '130656.090000', '130656.550000', '130657.010000', '130657.470000', '130657.930000', '130658.390000', '130658.850000', '130659.310000', '130659.770000', '130700.230000', '130700.690000', '130701.150000', '130701.610000', '130702.070000', '130702.530000', '130702.990000', '130703.450000', '130703.910000', '130704.370000', '130704.830000', '130705.290000', '130705.750000', '130706.210000', '130706.670000', '130707.130000', '130707.590000', '130708.050000', '130708.510000', '130708.970000', '130709.430000', '130709.890000', '130710.350000', '130710.810000', '130711.270000', '130711.730000', '130712.190000', '130712.650000', '130713.110000', '130713.570000', '130714.030000', '130714.490000', '130714.950000', '130715.410000', '130715.870000', '130716.330000', '130716.790000', '130717.250000', '130717.710000', '130718.170000', '130718.630000', '130719.090000', '130719.550000', '130720.010000', '130720.470000', '130720.930000', '130721.390000', '130721.850000', '130722.310000', '130722.770000', '130723.230000', '130723.690000', '130724.150000', '130724.610000', '130725.070000', '130725.530000', '130725.990000', '130726.450000', '130726.910000', '130727.370000', '130727.830000', '130728.290000', '130728.750000', '130729.210000', '130729.670000', '130730.130000', '130730.590000', '130731.050000', '130731.510000', '130731.970000', '130732.430000', '130732.890000', '130733.350000', '130733.810000', '130734.270000', '130734.730000', '130735.190000', '130735.650000', '130736.110000', '130736.570000', '130737.030000', '130737.490000', '130737.950000', '130738.410000', '130738.870000', '130739.330000', '130739.790000', '130740.250000', '130740.710000', '130741.170000', '130741.630000', '130742.090000', '130742.550000', '130743.010000', '130743.470000', '130743.930000', '130744.390000', '130744.850000', '130745.310000', '130745.770000', '130746.230000', '130746.690000', '130747.150000', '130747.610000', '130748.070000', '130748.530000', '130748.990000', '130749.450000', '130749.910000', '130750.370000', '130750.830000', '130751.290000', '130751.750000', '130752.210000', '130752.670000', '130753.130000', '130753.590000', '130754.050000', '130754.510000', '130754.970000', '130755.430000', '130755.890000', '130756.350000', '130756.810000', '130757.270000', '130757.730000', '130758.190000', '130758.650000', '130759.110000', '130759.570000', '130800.030000', '130800.490000', '130800.950000', '130801.410000', '130801.870000', '130802.330000', '130802.790000', '130803.250000', '130803.710000', '130804.170000', '130804.630000', '130805.090000', '130805.550000', '130806.010000', '130806.470000', '130806.930000', '130807.390000', '130807.850000', '130808.310000', '130808.770000', '130809.230000', '130809.690000', '130810.150000', '130810.610000', '130811.070000', '130811.530000', '130811.990000', '130812.450000', '130812.910000', '130813.370000', '130813.830000', '130814.290000', '130814.750000', '130815.210000', '130815.670000', '130816.130000', '130816.590000', '130817.050000', '130817.510000', '130817.970000', '130818.430000', '130818.890000', '130819.350000', '130819.810000', '130820.270000', '130820.730000', '130821.190000', '130821.650000', '130822.110000', '130822.570000', '130823.030000', '130823.490000', '130823.950000', '130824.410000', '130824.870000', '130825.330000', '130825.790000', '130826.250000', '130826.710000', '130827.170000', '130827.630000', '130828.090000', '130828.550000', '130829.010000', '130829.470000', '130829.930000', '130830.390000', '130830.850000', '130831.310000', '130831.770000', '130832.230000', '130832.690000', '130833.150000', '130833.610000', '130834.070000', '130834.530000', '130834.990000', '130835.450000', '130835.910000', '130836.370000', '130836.830000', '130837.290000', '130837.750000', '130838.210000', '130838.670000', '130839.130000', '130839.590000', '130840.050000', '130840.510000', '130840.970000', '130841.430000', '130841.890000', '130842.350000', '130842.810000', '130843.270000', '130843.730000', '130844.190000', '130844.650000', '130845.110000', '130845.570000', '130846.030000', '130846.490000', '130846.950000', '130847.410000', '130847.870000', '130848.330000', '130848.790000', '130849.250000', '130849.710000', '130850.170000', '130850.630000', '130851.090000', '130851.550000', '130852.010000', '130852.470000', '130852.930000', '130853.390000', '130853.850000', '130854.310000', '130854.770000', '130855.230000', '130855.690000', '130856.150000', '130856.610000', '130857.070000', '130857.530000', '130857.990000', '130858.450000', '130858.910000', '130859.370000', '130859.830000', '130900.290000', '130900.750000', '130901.210000', '130901.670000', '130902.130000', '130902.590000', '130903.050000', '130903.510000', '130903.970000', '130904.430000', '130904.890000', '130905.350000', '130905.810000', '130906.270000', '130906.730000', '130907.190000', '130907.650000', '130908.110000', '130908.570000', '130909.030000', '130909.490000', '130909.950000', '130910.410000', '130910.870000', '130911.330000', '130911.790000', '130912.250000', '130912.710000', '130913.170000', '130913.630000', '130914.090000', '130914.550000', '130915.010000', '130915.470000', '130915.930000', '130916.390000', '130916.850000', '130917.310000', '130917.770000', '130918.230000', '130918.690000', '130919.150000', '130919.610000', '130920.070000', '130920.530000', '130920.990000', '130921.450000', '130921.910000', '130922.370000', '130922.830000', '130923.290000', '130923.750000', '130924.210000', '130924.670000', '130925.130000', '130925.590000', '130926.050000', '130926.510000', '130926.970000', '130927.430000', '130927.890000', '130928.350000', '130928.810000', '130929.270000', '130929.730000', '130930.190000', '130930.650000', '130931.110000', '130931.570000', '130932.030000', '130932.490000', '130932.950000', '130933.410000', '130933.870000', '130934.330000', '130934.790000', '130935.250000', '130935.710000', '130936.170000', '130936.630000', '130937.090000', '130937.550000', '130938.010000', '130938.470000', '130938.930000', '130939.390000', '130939.850000', '130940.310000', '130940.770000', '130941.230000', '130941.690000', '130942.150000', '130942.610000', '130943.070000', '130943.530000', '130943.990000', '130944.450000', '130944.910000', '130945.370000', '130945.830000', '130946.290000', '130946.750000', '130947.210000', '130947.670000', '130948.130000', '130948.590000', '130949.050000', '130949.510000', '130949.970000', '130950.430000', '130950.890000', '130951.350000', '130951.810000', '130952.270000', '130952.730000', '130953.190000', '130953.650000', '130954.110000', '130954.570000', '130955.030000', '130955.490000', '130955.950000', '130956.410000', '130956.870000', '130957.330000', '130957.790000', '130958.250000', '130958.710000', '130959.170000', '130959.630000', '131000.090000', '131000.550000', '131001.010000', '131001.470000', '131001.930000', '131002.390000', '131002.850000', '131003.310000', '131003.770000', '131004.230000', '131004.690000', '131005.150000', '131005.610000', '131006.070000', '131006.530000', '131006.990000', '131007.450000', '131007.910000', '131008.370000', '131008.830000', '131009.290000', '131009.750000', '131010.210000', '131010.670000', '131011.130000', '131011.590000', '131012.050000', '131012.510000', '131012.970000', '131013.430000', '131013.890000', '131014.350000', '131014.810000', '131015.270000', '131015.730000', '131016.190000', '131016.650000', '131017.110000', '131017.570000', '131018.030000', '131018.490000', '131018.950000', '131019.410000', '131019.870000', '131020.330000', '131020.790000', '131021.250000', '131021.710000', '131022.170000', '131022.630000', '131023.090000', '131023.550000', '131024.010000', '131024.470000', '131024.930000', '131025.390000', '131025.850000', '131026.310000', '131026.770000', '131027.230000', '131027.690000', '131028.150000', '131028.610000', '131029.070000', '131029.530000', '131029.990000', '131030.450000', '131030.910000', '131031.370000', '131031.830000', '131032.290000', '131032.750000', '131033.210000', '131033.670000', '131034.130000', '131034.590000', '131035.050000', '131035.510000', '131035.970000', '131036.430000', '131036.890000', '131037.350000', '131037.810000', '131038.270000', '131038.730000', '131039.190000', '131039.650000', '131040.110000', '131040.570000', '131041.030000', '131041.490000', '131041.950000', '131042.410000', '131042.870000', '131043.330000', '131043.790000', '131044.250000', '131044.710000', '131045.170000', '131045.630000', '131046.090000', '131046.550000', '131047.010000', '131047.470000', '131047.930000', '131048.390000', '131048.850000', '131049.310000', '131049.770000', '131050.230000', '131050.690000', '131051.150000', '131051.610000', '131052.070000', '131052.530000', '131052.990000', '131053.450000', '131053.910000', '131054.370000', '131054.830000', '131055.290000', '131055.750000', '131056.210000', '131056.670000', '131057.130000', '131057.590000', '131058.050000', '131058.510000', '131058.970000', '131059.430000', '131059.890000', '131100.350000', '131100.810000', '131101.270000', '131101.730000', '131102.190000', '131102.650000', '131103.110000', '131103.570000', '131104.030000', '131104.490000', '131104.950000', '131105.410000', '131105.870000', '131106.330000', '131106.790000', '131107.250000', '131107.710000', '131108.170000', '131108.630000', '131109.090000', '131109.550000', '131110.010000', '131110.470000', '131110.930000', '131111.390000', '131111.850000', '131112.310000', '131112.770000', '131113.230000', '131113.690000', '131114.150000', '131114.610000', '131115.070000', '131115.530000'], 'ContentTime': ['130438.535000', '130438.770000', '130438.987000', '130439.195000', '130439.393000', '130439.633000', '130439.787000', '130440.092000', '130440.195000', '130440.405000', '130440.588000', '130441.042000', '130441.510000', '130441.992000', '130442.472000', '130442.896000', '130443.357000', '130443.810000', '130444.272000', '130444.737000', '130445.210000', '130445.664000', '130446.133000', '130446.586000', '130447.033000', '130447.505000', '130447.954000', '130448.408000', '130448.884000', '130449.330000', '130449.810000', '130450.252000', '130450.726000', '130451.189000', '130451.631000', '130452.104000', '130452.571000', '130453.023000', '130453.484000', '130453.939000', '130454.390000', '130454.857000', '130455.322000', '130455.965000', '130456.246000', '130456.706000', '130457.155000', '130457.627000', '130458.123000', '130458.549000', '130459.007000', '130459.466000', '130459.921000', '130500.382000', '130500.839000', '130501.295000', '130501.798000', '130502.213000', '130502.695000', '130503.136000', '130503.614000', '130504.078000', '130504.521000', '130504.988000', '130505.432000', '130505.892000', '130506.369000', '130506.829000', '130507.275000', '130507.748000', '130508.201000', '130508.661000', '130509.131000', '130509.587000', '130510.030000', '130510.490000', '130510.963000', '130511.426000', '130511.883000', '130512.348000', '130512.835000', '130513.262000', '130513.727000', '130514.193000', '130514.688000', '130515.109000', '130515.554000', '130516.026000', '130516.485000', '130516.937000', '130517.391000', '130517.861000', '130518.351000', '130518.782000', '130519.257000', '130519.705000', '130520.169000', '130520.618000', '130521.095000', '130521.534000', '130521.995000', '130522.468000', '130522.924000', '130523.380000', '130523.845000', '130524.305000', '130524.749000', '130525.224000', '130525.672000', '130526.145000', '130526.596000', '130527.056000', '130527.520000', '130527.980000', '130528.446000', '130528.906000', '130529.358000', '130529.832000', '130530.294000', '130530.734000', '130531.204000', '130531.691000', '130532.118000', '130532.587000', '130533.044000', '130533.503000', '130533.972000', '130534.416000', '130534.892000', '130535.344000', '130535.858000', '130536.267000', '130536.733000', '130537.194000', '130537.640000', '130538.100000', '130538.557000', '130539.016000', '130539.478000', '130539.932000', '130540.404000', '130540.855000', '130541.334000', '130541.794000', '130542.237000', '130542.701000', '130543.165000', '130543.615000', '130544.118000', '130544.595000', '130545.013000', '130545.465000', '130545.915000', '130546.391000', '130546.850000', '130547.309000', '130547.754000', '130548.227000', '130548.673000', '130549.141000', '130549.604000', '130550.062000', '130550.532000', '130551.021000', '130551.439000', '130551.910000', '130552.356000', '130552.824000', '130553.291000', '130553.737000', '130554.198000', '130554.665000', '130555.150000', '130555.586000', '130556.039000', '130556.629000', '130556.967000', '130557.425000', '130557.884000', '130558.342000', '130558.809000', '130559.272000', '130559.736000', '130600.186000', '130600.648000', '130601.128000', '130601.567000', '130602.015000', '130602.532000', '130602.944000', '130603.400000', '130603.877000', '130604.332000', '130604.791000', '130605.253000', '130605.713000', '130606.173000', '130606.625000', '130607.083000', '130607.543000', '130608.008000', '130608.456000', '130608.932000', '130609.383000', '130609.841000', '130610.301000', '130610.758000', '130611.212000', '130611.684000', '130612.144000', '130612.609000', '130613.074000', '130613.527000', '130613.986000', '130614.445000', '130614.897000', '130615.364000', '130615.824000', '130616.292000', '130616.737000', '130617.207000', '130617.671000', '130618.120000', '130618.599000', '130619.054000', '130619.505000', '130619.962000', '130620.424000', '130620.913000', '130621.350000', '130621.808000', '130622.265000', '130622.722000', '130623.179000', '130623.647000', '130624.097000', '130624.559000', '130625.027000', '130625.474000', '130625.946000', '130626.411000', '130626.854000', '130627.318000', '130627.787000', '130628.241000', '130628.708000', '130629.154000', '130629.627000', '130630.098000', '130630.570000', '130631.010000', '130631.460000', '130631.956000', '130632.387000', '130632.837000', '130633.299000', '130633.766000', '130634.232000', '130634.679000', '130635.149000', '130635.618000', '130636.055000', '130636.532000', '130636.977000', '130637.441000', '130637.913000', '130638.375000', '130638.828000', '130639.350000', '130639.747000', '130640.216000', '130640.711000', '130641.125000', '130641.590000', '130642.035000', '130642.510000', '130642.973000', '130643.440000', '130643.884000', '130644.358000', '130644.816000', '130645.279000', '130645.733000', '130646.187000', '130646.723000', '130647.096000', '130647.569000', '130648.021000', '130648.484000', '130648.944000', '130649.418000', '130649.857000', '130650.330000', '130650.791000', '130651.250000', '130651.709000', '130652.174000', '130652.649000', '130653.086000', '130653.582000', '130654.002000', '130654.468000', '130654.928000', '130655.377000', '130655.839000', '130656.296000', '130656.767000', '130657.214000', '130657.681000', '130658.133000', '130658.601000', '130659.067000', '130659.535000', '130659.978000', '130700.450000', '130700.908000', '130701.373000', '130701.831000', '130702.279000', '130702.750000', '130703.243000', '130703.671000', '130704.126000', '130704.581000', '130705.054000', '130705.517000', '130705.962000', '130706.440000', '130706.885000', '130707.338000', '130707.810000', '130708.279000', '130708.728000', '130709.220000', '130709.642000', '130710.114000', '130710.606000', '130711.036000', '130711.525000', '130711.952000', '130712.395000', '130712.872000', '130713.366000', '130713.786000', '130714.257000', '130714.706000', '130715.181000', '130715.629000', '130716.081000', '130716.577000', '130717.015000', '130717.463000', '130717.921000', '130718.390000', '130718.850000', '130719.328000', '130719.773000', '130720.238000', '130720.677000', '130721.161000', '130721.612000', '130722.078000', '130722.532000', '130722.995000', '130723.456000', '130723.910000', '130724.363000', '130724.824000', '130725.278000', '130725.782000', '130726.210000', '130726.703000', '130727.139000', '130727.600000', '130728.051000', '130728.511000', '130728.969000', '130729.428000', '130729.921000', '130730.348000', '130730.816000', '130731.300000', '130731.727000', '130732.198000', '130732.644000', '130733.100000', '130733.575000', '130734.025000', '130734.501000', '130734.933000', '130735.413000', '130735.903000', '130736.334000', '130736.795000', '130737.253000', '130737.714000', '130738.172000', '130738.638000', '130739.093000', '130739.554000', '130740.056000', '130740.472000', '130740.933000', '130741.413000', '130741.852000', '130742.304000', '130742.805000', '130743.221000', '130743.690000', '130744.144000', '130744.618000', '130745.071000', '130745.540000', '130745.991000', '130746.448000', '130746.922000', '130747.407000', '130747.884000', '130748.303000', '130748.748000', '130749.214000', '130749.680000', '130750.136000', '130750.602000', '130751.048000', '130751.510000', '130751.974000', '130752.437000', '130752.885000', '130753.364000', '130753.807000', '130754.283000', '130754.731000', '130755.185000', '130755.645000', '130756.118000', '130756.579000', '130757.033000', '130757.491000', '130757.961000', '130758.405000', '130758.866000', '130759.329000', '130759.879000', '130800.298000', '130800.706000', '130801.175000', '130801.664000', '130802.103000', '130802.558000', '130803.009000', '130803.526000', '130803.923000', '130804.404000', '130804.854000', '130805.316000', '130805.761000', '130806.233000', '130806.701000', '130807.153000', '130807.603000', '130808.078000', '130808.539000', '130809.030000', '130809.455000', '130809.914000', '130810.382000', '130810.869000', '130811.289000', '130811.764000', '130812.221000', '130812.681000', '130813.126000', '130813.599000', '130814.053000', '130814.522000', '130814.977000', '130815.455000', '130815.896000', '130816.353000', '130816.807000', '130817.271000', '130817.724000', '130818.202000', '130818.664000', '130819.111000', '130819.564000', '130820.046000', '130820.527000', '130820.950000', '130821.415000', '130821.870000', '130822.338000', '130822.789000', '130823.262000', '130823.703000', '130824.185000', '130824.641000', '130825.087000', '130825.548000', '130826.010000', '130826.472000', '130826.929000', '130827.385000', '130827.848000', '130828.320000', '130828.765000', '130829.253000', '130829.699000', '130830.152000', '130830.607000', '130831.068000', '130831.530000', '130831.987000', '130832.461000', '130832.927000', '130833.378000', '130833.828000', '130834.284000', '130834.760000', '130835.229000', '130835.677000', '130836.140000', '130836.590000', '130837.058000', '130837.513000', '130837.972000', '130838.429000', '130838.898000', '130839.359000', '130839.880000', '130840.265000', '130840.732000', '130841.190000', '130841.668000', '130842.110000', '130842.573000', '130843.033000', '130843.506000', '130843.955000', '130844.409000', '130844.883000', '130845.328000', '130845.787000', '130846.257000', '130846.717000', '130847.184000', '130847.632000', '130848.096000', '130848.546000', '130849.025000', '130849.513000', '130849.946000', '130850.399000', '130850.848000', '130851.311000', '130851.764000', '130852.247000', '130852.705000', '130853.146000', '130853.610000', '130854.072000', '130854.547000', '130854.987000', '130855.453000', '130855.930000', '130856.387000', '130856.840000', '130857.302000', '130857.760000', '130858.220000', '130858.679000', '130859.140000', '130859.589000', '130900.056000', '130900.506000', '130900.970000', '130901.431000', '130901.933000', '130902.362000', '130902.821000', '130903.292000', '130903.751000', '130904.189000', '130904.701000', '130905.120000', '130905.585000', '130906.034000', '130906.508000', '130906.993000', '130907.452000', '130907.879000', '130908.347000', '130908.806000', '130909.262000', '130909.726000', '130910.185000', '130910.645000', '130911.106000', '130911.551000', '130912.025000', '130912.473000', '130912.946000', '130913.405000', '130913.863000', '130914.320000', '130914.774000', '130915.233000', '130915.711000', '130916.165000', '130916.612000', '130917.143000', '130917.543000', '130917.994000', '130918.454000', '130918.931000', '130919.384000', '130919.843000', '130920.298000', '130920.798000', '130921.224000', '130921.686000', '130922.157000', '130922.605000', '130923.065000', '130923.522000', '130923.973000', '130924.435000', '130924.909000', '130925.353000', '130925.824000', '130926.275000', '130926.735000', '130927.258000', '130927.671000', '130928.112000', '130928.587000', '130929.044000', '130929.497000', '130929.963000', '130930.431000', '130930.891000', '130931.345000', '130931.806000', '130932.262000', '130932.713000', '130933.197000', '130933.653000', '130934.138000', '130934.569000', '130935.036000', '130935.494000', '130935.947000', '130936.412000', '130936.866000', '130937.317000', '130937.774000', '130938.243000', '130938.713000', '130939.166000', '130939.619000', '130940.079000', '130940.562000', '130941.016000', '130941.460000', '130941.970000', '130942.393000', '130942.835000', '130943.315000', '130943.770000', '130944.227000', '130944.690000', '130945.180000', '130945.613000', '130946.058000', '130946.523000', '130946.998000', '130947.474000', '130947.906000', '130948.368000', '130948.822000', '130949.336000', '130949.736000', '130950.214000', '130950.660000', '130951.126000', '130951.587000', '130952.048000', '130952.510000', '130952.970000', '130953.431000', '130953.878000', '130954.376000', '130954.812000', '130955.279000', '130955.734000', '130956.180000', '130956.656000', '130957.112000', '130957.572000', '130958.031000', '130958.475000', '130958.963000', '130959.395000', '130959.858000', '131000.318000', '131000.809000', '131001.277000', '131001.700000', '131002.175000', '131002.619000', '131003.084000', '131003.560000', '131004.007000', '131004.472000', '131004.922000', '131005.398000', '131005.849000', '131006.317000', '131006.774000', '131007.220000', '131007.682000', '131008.159000', '131008.610000', '131009.060000', '131009.529000', '131009.978000', '131010.457000', '131010.897000', '131011.378000', '131011.993000', '131012.324000', '131012.751000', '131013.221000', '131013.661000', '131014.122000', '131014.592000', '131015.061000', '131015.512000', '131015.960000', '131016.434000', '131016.897000', '131017.352000', '131017.834000', '131018.273000', '131018.728000', '131019.189000', '131019.637000', '131020.099000', '131020.561000', '131021.025000', '131021.494000', '131022.009000', '131022.417000', '131022.861000', '131023.338000', '131023.793000', '131024.260000', '131024.704000', '131025.175000', '131025.636000', '131026.104000', '131026.567000', '131027.011000', '131027.462000', '131027.931000', '131028.394000', '131028.859000', '131029.339000', '131029.763000', '131030.231000', '131030.682000', '131031.152000', '131031.633000', '131032.072000', '131032.542000', '131033.005000', '131033.468000', '131033.911000', '131034.379000', '131034.835000', '131035.298000', '131035.764000', '131036.204000', '131036.686000', '131037.167000', '131037.631000', '131038.048000', '131038.501000', '131038.984000', '131039.435000', '131039.895000', '131040.354000', '131040.803000', '131041.274000', '131041.731000', '131042.186000', '131042.651000', '131043.119000', '131043.567000', '131044.047000', '131044.495000', '131044.957000', '131045.407000', '131045.870000', '131046.328000', '131046.803000', '131047.258000', '131047.710000', '131048.183000', '131048.645000', '131049.084000', '131049.571000', '131050.009000', '131050.481000', '131050.944000', '131051.400000', '131051.859000', '131052.323000', '131052.767000', '131053.266000', '131053.697000', '131054.148000', '131054.623000', '131055.080000', '131055.549000', '131055.998000', '131056.446000', '131056.926000', '131057.384000', '131057.841000', '131058.285000', '131058.750000', '131059.216000', '131059.678000', '131100.135000', '131100.598000', '131101.063000', '131101.510000', '131101.979000', '131102.431000', '131102.906000', '131103.349000', '131103.829000', '131104.268000', '131104.732000', '131105.202000', '131105.666000', '131106.122000', '131106.571000', '131107.037000', '131107.498000', '131107.966000', '131108.427000', '131108.869000', '131109.360000', '131109.792000', '131110.261000', '131110.728000', '131111.191000', '131111.643000', '131112.098000', '131112.570000', '131113.025000', '131113.471000', '131113.927000', '131114.390000', '131114.862000', '131115.320000', '131115.976000', '131116.233000', '131116.687000'], 'InstanceCreationTime': ['130438.535000', '130438.770000', '130438.987000', '130439.195000', '130439.393000', '130439.633000', '130439.787000', '130440.092000', '130440.195000', '130440.405000', '130440.588000', '130441.042000', '130441.510000', '130441.992000', '130442.472000', '130442.896000', '130443.357000', '130443.810000', '130444.272000', '130444.737000', '130445.210000', '130445.664000', '130446.133000', '130446.586000', '130447.033000', '130447.505000', '130447.954000', '130448.408000', '130448.884000', '130449.330000', '130449.810000', '130450.252000', '130450.726000', '130451.189000', '130451.631000', '130452.104000', '130452.571000', '130453.023000', '130453.484000', '130453.939000', '130454.390000', '130454.857000', '130455.322000', '130455.965000', '130456.246000', '130456.706000', '130457.155000', '130457.627000', '130458.123000', '130458.549000', '130459.007000', '130459.466000', '130459.921000', '130500.382000', '130500.839000', '130501.295000', '130501.798000', '130502.213000', '130502.695000', '130503.136000', '130503.614000', '130504.078000', '130504.521000', '130504.988000', '130505.432000', '130505.892000', '130506.369000', '130506.829000', '130507.275000', '130507.748000', '130508.201000', '130508.661000', '130509.131000', '130509.587000', '130510.030000', '130510.490000', '130510.963000', '130511.426000', '130511.883000', '130512.348000', '130512.835000', '130513.262000', '130513.727000', '130514.193000', '130514.688000', '130515.109000', '130515.554000', '130516.026000', '130516.485000', '130516.937000', '130517.391000', '130517.861000', '130518.351000', '130518.782000', '130519.257000', '130519.705000', '130520.169000', '130520.618000', '130521.095000', '130521.534000', '130521.995000', '130522.468000', '130522.924000', '130523.380000', '130523.845000', '130524.305000', '130524.749000', '130525.224000', '130525.672000', '130526.145000', '130526.596000', '130527.056000', '130527.520000', '130527.980000', '130528.446000', '130528.906000', '130529.358000', '130529.832000', '130530.294000', '130530.734000', '130531.204000', '130531.691000', '130532.118000', '130532.587000', '130533.044000', '130533.503000', '130533.972000', '130534.416000', '130534.892000', '130535.344000', '130535.858000', '130536.267000', '130536.733000', '130537.194000', '130537.640000', '130538.100000', '130538.557000', '130539.016000', '130539.478000', '130539.932000', '130540.404000', '130540.855000', '130541.334000', '130541.794000', '130542.237000', '130542.701000', '130543.165000', '130543.615000', '130544.118000', '130544.595000', '130545.013000', '130545.465000', '130545.915000', '130546.391000', '130546.850000', '130547.309000', '130547.754000', '130548.227000', '130548.673000', '130549.141000', '130549.604000', '130550.062000', '130550.532000', '130551.021000', '130551.439000', '130551.910000', '130552.356000', '130552.824000', '130553.291000', '130553.737000', '130554.198000', '130554.665000', '130555.150000', '130555.586000', '130556.039000', '130556.629000', '130556.967000', '130557.425000', '130557.884000', '130558.342000', '130558.809000', '130559.272000', '130559.736000', '130600.186000', '130600.648000', '130601.128000', '130601.567000', '130602.015000', '130602.532000', '130602.944000', '130603.400000', '130603.877000', '130604.332000', '130604.791000', '130605.253000', '130605.713000', '130606.173000', '130606.625000', '130607.083000', '130607.543000', '130608.008000', '130608.456000', '130608.932000', '130609.383000', '130609.841000', '130610.301000', '130610.758000', '130611.212000', '130611.684000', '130612.144000', '130612.609000', '130613.074000', '130613.527000', '130613.986000', '130614.445000', '130614.897000', '130615.364000', '130615.824000', '130616.292000', '130616.737000', '130617.207000', '130617.671000', '130618.120000', '130618.599000', '130619.054000', '130619.505000', '130619.962000', '130620.424000', '130620.913000', '130621.350000', '130621.808000', '130622.265000', '130622.722000', '130623.179000', '130623.647000', '130624.097000', '130624.559000', '130625.027000', '130625.474000', '130625.946000', '130626.411000', '130626.854000', '130627.318000', '130627.787000', '130628.241000', '130628.708000', '130629.154000', '130629.627000', '130630.098000', '130630.570000', '130631.010000', '130631.460000', '130631.956000', '130632.387000', '130632.837000', '130633.299000', '130633.766000', '130634.232000', '130634.679000', '130635.149000', '130635.618000', '130636.055000', '130636.532000', '130636.977000', '130637.441000', '130637.913000', '130638.375000', '130638.828000', '130639.350000', '130639.747000', '130640.216000', '130640.711000', '130641.125000', '130641.590000', '130642.035000', '130642.510000', '130642.973000', '130643.440000', '130643.884000', '130644.358000', '130644.816000', '130645.279000', '130645.733000', '130646.187000', '130646.723000', '130647.096000', '130647.569000', '130648.021000', '130648.484000', '130648.944000', '130649.418000', '130649.857000', '130650.330000', '130650.791000', '130651.250000', '130651.709000', '130652.174000', '130652.649000', '130653.086000', '130653.582000', '130654.002000', '130654.468000', '130654.928000', '130655.377000', '130655.839000', '130656.296000', '130656.767000', '130657.214000', '130657.681000', '130658.133000', '130658.601000', '130659.067000', '130659.535000', '130659.978000', '130700.450000', '130700.908000', '130701.373000', '130701.831000', '130702.279000', '130702.750000', '130703.243000', '130703.671000', '130704.126000', '130704.581000', '130705.054000', '130705.517000', '130705.962000', '130706.440000', '130706.885000', '130707.338000', '130707.810000', '130708.279000', '130708.728000', '130709.220000', '130709.642000', '130710.114000', '130710.606000', '130711.036000', '130711.525000', '130711.952000', '130712.395000', '130712.872000', '130713.366000', '130713.786000', '130714.257000', '130714.706000', '130715.181000', '130715.629000', '130716.081000', '130716.577000', '130717.015000', '130717.463000', '130717.921000', '130718.390000', '130718.850000', '130719.328000', '130719.773000', '130720.238000', '130720.677000', '130721.161000', '130721.612000', '130722.078000', '130722.532000', '130722.995000', '130723.456000', '130723.910000', '130724.363000', '130724.824000', '130725.278000', '130725.782000', '130726.210000', '130726.703000', '130727.139000', '130727.600000', '130728.051000', '130728.511000', '130728.969000', '130729.428000', '130729.921000', '130730.348000', '130730.816000', '130731.300000', '130731.727000', '130732.198000', '130732.644000', '130733.100000', '130733.575000', '130734.025000', '130734.501000', '130734.933000', '130735.413000', '130735.903000', '130736.334000', '130736.795000', '130737.253000', '130737.714000', '130738.172000', '130738.638000', '130739.093000', '130739.554000', '130740.056000', '130740.472000', '130740.933000', '130741.413000', '130741.852000', '130742.304000', '130742.805000', '130743.221000', '130743.690000', '130744.144000', '130744.618000', '130745.071000', '130745.540000', '130745.991000', '130746.448000', '130746.922000', '130747.407000', '130747.884000', '130748.303000', '130748.748000', '130749.214000', '130749.680000', '130750.136000', '130750.602000', '130751.048000', '130751.510000', '130751.974000', '130752.437000', '130752.885000', '130753.364000', '130753.807000', '130754.283000', '130754.731000', '130755.185000', '130755.645000', '130756.118000', '130756.579000', '130757.033000', '130757.491000', '130757.961000', '130758.405000', '130758.866000', '130759.329000', '130759.879000', '130800.298000', '130800.706000', '130801.175000', '130801.664000', '130802.103000', '130802.558000', '130803.009000', '130803.526000', '130803.923000', '130804.404000', '130804.854000', '130805.316000', '130805.761000', '130806.233000', '130806.701000', '130807.153000', '130807.603000', '130808.078000', '130808.539000', '130809.030000', '130809.455000', '130809.914000', '130810.382000', '130810.869000', '130811.289000', '130811.764000', '130812.221000', '130812.681000', '130813.126000', '130813.599000', '130814.053000', '130814.522000', '130814.977000', '130815.455000', '130815.896000', '130816.353000', '130816.807000', '130817.271000', '130817.724000', '130818.202000', '130818.664000', '130819.111000', '130819.564000', '130820.046000', '130820.527000', '130820.950000', '130821.415000', '130821.870000', '130822.338000', '130822.789000', '130823.262000', '130823.703000', '130824.185000', '130824.641000', '130825.087000', '130825.548000', '130826.010000', '130826.472000', '130826.929000', '130827.385000', '130827.848000', '130828.320000', '130828.765000', '130829.253000', '130829.699000', '130830.152000', '130830.607000', '130831.068000', '130831.530000', '130831.987000', '130832.461000', '130832.927000', '130833.378000', '130833.828000', '130834.284000', '130834.760000', '130835.229000', '130835.677000', '130836.140000', '130836.590000', '130837.058000', '130837.513000', '130837.972000', '130838.429000', '130838.898000', '130839.359000', '130839.880000', '130840.265000', '130840.732000', '130841.190000', '130841.668000', '130842.110000', '130842.573000', '130843.033000', '130843.506000', '130843.955000', '130844.409000', '130844.883000', '130845.328000', '130845.787000', '130846.257000', '130846.717000', '130847.184000', '130847.632000', '130848.096000', '130848.546000', '130849.025000', '130849.513000', '130849.946000', '130850.399000', '130850.848000', '130851.311000', '130851.764000', '130852.247000', '130852.705000', '130853.146000', '130853.610000', '130854.072000', '130854.547000', '130854.987000', '130855.453000', '130855.930000', '130856.387000', '130856.840000', '130857.302000', '130857.760000', '130858.220000', '130858.679000', '130859.140000', '130859.589000', '130900.056000', '130900.506000', '130900.970000', '130901.431000', '130901.933000', '130902.362000', '130902.821000', '130903.292000', '130903.751000', '130904.189000', '130904.701000', '130905.120000', '130905.585000', '130906.034000', '130906.508000', '130906.993000', '130907.452000', '130907.879000', '130908.347000', '130908.806000', '130909.262000', '130909.726000', '130910.185000', '130910.645000', '130911.106000', '130911.551000', '130912.025000', '130912.473000', '130912.946000', '130913.405000', '130913.863000', '130914.320000', '130914.774000', '130915.233000', '130915.711000', '130916.165000', '130916.612000', '130917.143000', '130917.543000', '130917.994000', '130918.454000', '130918.931000', '130919.384000', '130919.843000', '130920.298000', '130920.798000', '130921.224000', '130921.686000', '130922.157000', '130922.605000', '130923.065000', '130923.522000', '130923.973000', '130924.435000', '130924.909000', '130925.353000', '130925.824000', '130926.275000', '130926.735000', '130927.258000', '130927.671000', '130928.112000', '130928.587000', '130929.044000', '130929.497000', '130929.963000', '130930.431000', '130930.891000', '130931.345000', '130931.806000', '130932.262000', '130932.713000', '130933.197000', '130933.653000', '130934.138000', '130934.569000', '130935.036000', '130935.494000', '130935.947000', '130936.412000', '130936.866000', '130937.317000', '130937.774000', '130938.243000', '130938.713000', '130939.166000', '130939.619000', '130940.079000', '130940.562000', '130941.016000', '130941.460000', '130941.970000', '130942.393000', '130942.835000', '130943.315000', '130943.770000', '130944.227000', '130944.690000', '130945.180000', '130945.613000', '130946.058000', '130946.523000', '130946.998000', '130947.474000', '130947.906000', '130948.368000', '130948.822000', '130949.336000', '130949.736000', '130950.214000', '130950.660000', '130951.126000', '130951.587000', '130952.048000', '130952.510000', '130952.970000', '130953.431000', '130953.878000', '130954.376000', '130954.812000', '130955.279000', '130955.734000', '130956.180000', '130956.656000', '130957.112000', '130957.572000', '130958.031000', '130958.475000', '130958.963000', '130959.395000', '130959.858000', '131000.318000', '131000.809000', '131001.277000', '131001.700000', '131002.175000', '131002.619000', '131003.084000', '131003.560000', '131004.007000', '131004.472000', '131004.922000', '131005.398000', '131005.849000', '131006.317000', '131006.774000', '131007.220000', '131007.682000', '131008.159000', '131008.610000', '131009.060000', '131009.529000', '131009.978000', '131010.457000', '131010.897000', '131011.378000', '131011.993000', '131012.324000', '131012.751000', '131013.221000', '131013.661000', '131014.122000', '131014.592000', '131015.061000', '131015.512000', '131015.960000', '131016.434000', '131016.897000', '131017.352000', '131017.834000', '131018.273000', '131018.728000', '131019.189000', '131019.637000', '131020.099000', '131020.561000', '131021.025000', '131021.494000', '131022.009000', '131022.417000', '131022.861000', '131023.338000', '131023.793000', '131024.260000', '131024.704000', '131025.175000', '131025.636000', '131026.104000', '131026.567000', '131027.011000', '131027.462000', '131027.931000', '131028.394000', '131028.859000', '131029.339000', '131029.763000', '131030.231000', '131030.682000', '131031.152000', '131031.633000', '131032.072000', '131032.542000', '131033.005000', '131033.468000', '131033.911000', '131034.379000', '131034.835000', '131035.298000', '131035.764000', '131036.204000', '131036.686000', '131037.167000', '131037.631000', '131038.048000', '131038.501000', '131038.984000', '131039.435000', '131039.895000', '131040.354000', '131040.803000', '131041.274000', '131041.731000', '131042.186000', '131042.651000', '131043.119000', '131043.567000', '131044.047000', '131044.495000', '131044.957000', '131045.407000', '131045.870000', '131046.328000', '131046.803000', '131047.258000', '131047.710000', '131048.183000', '131048.645000', '131049.084000', '131049.571000', '131050.009000', '131050.481000', '131050.944000', '131051.400000', '131051.859000', '131052.323000', '131052.767000', '131053.266000', '131053.697000', '131054.148000', '131054.623000', '131055.080000', '131055.549000', '131055.998000', '131056.446000', '131056.926000', '131057.384000', '131057.841000', '131058.285000', '131058.750000', '131059.216000', '131059.678000', '131100.135000', '131100.598000', '131101.063000', '131101.510000', '131101.979000', '131102.431000', '131102.906000', '131103.349000', '131103.829000', '131104.268000', '131104.732000', '131105.202000', '131105.666000', '131106.122000', '131106.571000', '131107.037000', '131107.498000', '131107.966000', '131108.427000', '131108.869000', '131109.360000', '131109.792000', '131110.261000', '131110.728000', '131111.191000', '131111.643000', '131112.098000', '131112.570000', '131113.025000', '131113.471000', '131113.927000', '131114.390000', '131114.862000', '131115.320000', '131115.976000', '131116.233000', '131116.687000'], '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': [792, 833, 802, 808, 781, 788, 768, 776, 789, 903, 785, 790, 766, 800, 835, 804, 798, 831, 812, 790, 782, 814, 792, 748, 853, 809, 741, 833, 803, 778, 854, 848, 829, 796, 929, 809, 812, 807, 796, 1092, 819, 781, 764, 832, 834, 825, 819, 741, 823, 802, 768, 843, 785, 801, 789, 800, 802, 815, 775, 827, 754, 765, 834, 671, 663, 716, 792, 693, 787, 803, 809, 810, 787, 795, 793, 788, 787, 800, 961, 775, 760, 732, 791, 706, 757, 736, 985, 772, 736, 736, 778, 778, 801, 796, 753, 748, 746, 822, 856, 788, 743, 761, 787, 774, 746, 770, 762, 818, 766, 777, 804, 758, 836, 770, 928, 844, 799, 733, 801, 818, 823, 839, 1107, 818, 769, 760, 826, 787, 819, 775, 800, 793, 780, 842, 803, 795, 886, 809, 929, 785, 787, 741, 795, 900, 781, 732, 727, 774, 739, 761, 752, 895, 783, 742, 758, 742, 806, 773, 751, 767, 787, 740, 836, 802, 819, 814, 753, 821, 803, 783, 859, 831, 836, 782, 758, 845, 828, 791, 848, 793, 797, 840, 801, 855, 806, 847, 846, 821, 790, 845, 817, 818, 852, 824, 819, 817, 828, 821, 797, 1019, 822, 806, 823, 837, 974, 830, 832, 790, 779, 792, 827, 804, 761, 756, 746, 789, 773, 788, 830, 812, 788, 779, 832, 788, 812, 751, 832, 813, 755, 811, 813, 835, 782, 802, 750, 804, 819, 757, 818, 767, 774, 840, 839, 809, 843, 776, 795, 800, 857, 802, 885, 756, 1013, 859, 846, 886, 775, 1134, 913, 1038, 856, 869, 895, 831, 836, 932, 865, 979, 832, 862, 803, 843, 787, 864, 850, 822, 837, 750, 863, 822, 857, 770, 767, 869, 816, 852, 752, 868, 842, 794, 876, 804, 728, 851, 767, 869, 804, 823, 849, 765, 878, 822, 847, 704, 1024, 813, 762, 872, 812, 855, 771, 1098, 860, 773, 857, 772, 807, 813, 773, 769, 841, 848, 780, 911, 862, 807, 717, 835, 1041, 1191, 956, 1045, 1196, 975, 1028, 1203, 835, 882, 747, 828, 878, 824, 834, 805, 686, 754, 814, 752, 841, 831, 756, 825, 764, 808, 830, 716, 816, 972, 777, 848, 963, 786, 1094, 754, 787, 711, 771, 1115, 791, 779, 716, 803, 821, 752, 837, 809, 788, 802, 731, 832, 827, 797, 796, 716, 818, 813, 685, 809, 807, 800, 796, 872, 784, 821, 809, 743, 737, 866, 746, 794, 811, 739, 817, 824, 728, 986, 856, 965, 865, 971, 1034, 755, 1002, 705, 761, 735, 786, 780, 771, 806, 718, 812, 767, 816, 778, 775, 813, 761, 809, 843, 693, 781, 744, 794, 779, 675, 776, 729, 806, 719, 749, 771, 891, 695, 768, 749, 774, 907, 708, 738, 921, 705, 799, 758, 801, 983, 697, 756, 1027, 694, 744, 737, 768, 766, 724, 749, 940, 701, 766, 738, 742, 776, 750, 773, 749, 733, 762, 731, 787, 742, 791, 734, 749, 782, 771, 763, 778, 843, 816, 855, 779, 937, 766, 735, 771, 778, 763, 741, 771, 780, 729, 756, 778, 772, 808, 789, 775, 792, 768, 824, 991, 797, 780, 772, 777, 895, 808, 970, 884, 796, 733, 799, 830, 773, 820, 730, 807, 839, 755, 787, 787, 791, 993, 781, 761, 674, 775, 796, 750, 804, 761, 779, 797, 759, 755, 953, 766, 823, 742, 769, 835, 785, 823, 728, 786, 795, 740, 789, 712, 757, 803, 727, 823, 833, 802, 799, 740, 839, 856, 766, 853, 932, 774, 813, 787, 795, 753, 820, 810, 674, 832, 848, 686, 871, 831, 794, 824, 929, 837, 1009, 807, 828, 723, 842, 855, 803, 859, 831, 808, 861, 844, 871, 792, 821, 863, 800, 712, 849, 852, 848, 795, 824, 849, 820, 843, 845, 804, 840, 840, 855, 771, 731, 865, 811, 744, 845, 784, 743, 842, 778, 860, 843, 850, 843, 1041, 825, 781, 826, 881, 841, 810, 686, 846, 798, 843, 880, 841, 849, 815, 670, 845, 811, 800, 823, 965, 841, 868, 794, 907, 800, 772, 1112, 773, 801, 763, 801, 820, 682, 817, 975, 810, 803, 1153, 938, 810, 742, 822, 852, 785, 797, 790, 795, 845, 773, 846, 851, 815, 835, 839, 834, 776, 807, 830, 838, 822, 828, 720, 840, 870, 842, 853, 841, 806, 722, 843, 828, 830, 782, 810, 835, 824, 812, 815, 783, 785, 853, 839, 804, 815, 804, 797, 850, 827, 803, 833, 827, 829, 827, 703, 840, 793, 782, 829, 837, 838, 781, 967, 815, 1042, 821, 861, 1121, 977, 1200, 1034, 844, 740, 836, 875, 827, 804, 827, 831, 847, 660, 847, 838, 811, 809, 790, 846, 946, 824, 818, 778, 846, 833, 820, 821, 695, 841, 823, 825, 791, 729, 839, 804, 846, 840, 802, 796, 728, 830, 818, 803, 870, 817, 838, 813, 761, 856, 942, 836, 833, 729, 844, 816, 825, 796, 734, 838, 797, 826, 852, 816, 852, 790, 907, 846, 827, 675, 856, 846, 823, 842, 887, 837, 841, 834, 782, 816, 827, 806, 753, 853, 792, 885, 800, 762, 961, 750, 761, 1162, 766, 752, 792, 859, 713, 889, 863, 768, 1089, 883, 758, 767, 700, 735, 789, 653, 724, 773, 787, 768, 787, 812, 746, 768, 805, 695, 785, 818, 789, 852, 702, 739, 780, 736, 799, 738, 761, 765, 731], 'WindowCenter': [283.0, 282.0, 282.0, 281.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 279.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 279.0, 282.0, 279.0, 279.0, 279.0, 282.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 278.0, 278.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 279.0, 280.0, 280.0, 280.0, 281.0, 283.0, 280.0, 279.0, 279.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 279.0, 281.0, 281.0, 280.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 280.0, 279.0, 278.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 279.0, 279.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 279.0, 281.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 279.0, 281.0, 280.0, 280.0, 280.0, 279.0, 282.0, 280.0, 281.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 279.0, 278.0, 279.0, 277.0, 279.0, 279.0, 279.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 282.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 279.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 282.0, 281.0, 279.0, 279.0, 279.0, 279.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 282.0, 283.0, 281.0, 282.0, 283.0, 281.0, 280.0, 282.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 279.0, 278.0, 280.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 277.0, 278.0, 279.0, 278.0, 279.0, 280.0, 278.0, 280.0, 278.0, 278.0, 277.0, 277.0, 280.0, 277.0, 277.0, 277.0, 277.0, 278.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 280.0, 278.0, 278.0, 279.0, 278.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 280.0, 277.0, 279.0, 276.0, 276.0, 276.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 278.0, 279.0, 279.0, 278.0, 278.0, 279.0, 279.0, 281.0, 279.0, 280.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 278.0, 280.0, 281.0, 279.0, 279.0, 279.0, 280.0, 281.0, 279.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 278.0, 279.0, 281.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 278.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 280.0, 280.0, 280.0, 281.0, 279.0, 281.0, 281.0, 281.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 278.0, 280.0, 279.0, 281.0, 280.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 278.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 278.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 279.0, 281.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 282.0, 280.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 278.0, 277.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 278.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 281.0, 281.0, 281.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 282.0, 280.0, 279.0, 277.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 280.0, 278.0, 280.0, 280.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 278.0, 280.0, 279.0, 279.0, 279.0, 278.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 279.0, 281.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 277.0, 276.0, 279.0, 278.0, 280.0, 278.0, 281.0, 282.0, 281.0, 281.0, 278.0, 279.0, 279.0, 277.0, 280.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 279.0, 279.0], 'WindowWidth': [621.0, 619.0, 619.0, 617.0, 616.0, 615.0, 614.0, 614.0, 616.0, 616.0, 615.0, 615.0, 614.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 613.0, 615.0, 615.0, 615.0, 614.0, 617.0, 616.0, 617.0, 617.0, 617.0, 616.0, 618.0, 618.0, 618.0, 616.0, 618.0, 616.0, 616.0, 615.0, 615.0, 618.0, 615.0, 615.0, 614.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 617.0, 613.0, 619.0, 613.0, 613.0, 614.0, 618.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 618.0, 616.0, 616.0, 615.0, 615.0, 613.0, 614.0, 614.0, 616.0, 614.0, 613.0, 613.0, 613.0, 612.0, 613.0, 613.0, 612.0, 612.0, 612.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 617.0, 615.0, 615.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 619.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 617.0, 615.0, 617.0, 617.0, 616.0, 614.0, 617.0, 618.0, 615.0, 613.0, 611.0, 613.0, 613.0, 613.0, 612.0, 615.0, 613.0, 612.0, 612.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 615.0, 616.0, 616.0, 616.0, 616.0, 614.0, 614.0, 616.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 614.0, 613.0, 614.0, 616.0, 614.0, 614.0, 613.0, 613.0, 613.0, 613.0, 613.0, 614.0, 613.0, 613.0, 613.0, 614.0, 613.0, 615.0, 615.0, 614.0, 615.0, 615.0, 614.0, 614.0, 614.0, 616.0, 615.0, 614.0, 616.0, 615.0, 615.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 613.0, 614.0, 615.0, 616.0, 618.0, 616.0, 616.0, 615.0, 617.0, 618.0, 617.0, 616.0, 615.0, 614.0, 616.0, 615.0, 615.0, 615.0, 614.0, 617.0, 615.0, 616.0, 614.0, 613.0, 613.0, 612.0, 612.0, 614.0, 613.0, 614.0, 611.0, 612.0, 612.0, 612.0, 610.0, 612.0, 612.0, 611.0, 612.0, 611.0, 613.0, 612.0, 613.0, 612.0, 612.0, 613.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 619.0, 618.0, 616.0, 616.0, 615.0, 616.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 616.0, 613.0, 618.0, 616.0, 615.0, 616.0, 615.0, 616.0, 614.0, 618.0, 616.0, 613.0, 613.0, 613.0, 614.0, 616.0, 616.0, 615.0, 617.0, 618.0, 617.0, 616.0, 616.0, 616.0, 614.0, 615.0, 618.0, 620.0, 618.0, 618.0, 620.0, 616.0, 615.0, 617.0, 615.0, 616.0, 614.0, 613.0, 612.0, 613.0, 614.0, 615.0, 613.0, 614.0, 613.0, 612.0, 614.0, 614.0, 612.0, 613.0, 612.0, 613.0, 613.0, 611.0, 612.0, 614.0, 612.0, 613.0, 614.0, 612.0, 615.0, 611.0, 612.0, 610.0, 611.0, 615.0, 610.0, 610.0, 609.0, 610.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 613.0, 612.0, 615.0, 613.0, 613.0, 613.0, 612.0, 614.0, 615.0, 612.0, 612.0, 613.0, 612.0, 613.0, 615.0, 616.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 615.0, 613.0, 616.0, 614.0, 614.0, 612.0, 613.0, 614.0, 609.0, 612.0, 608.0, 608.0, 608.0, 609.0, 609.0, 610.0, 610.0, 609.0, 610.0, 610.0, 611.0, 612.0, 613.0, 613.0, 612.0, 612.0, 613.0, 614.0, 616.0, 614.0, 615.0, 614.0, 613.0, 615.0, 614.0, 615.0, 614.0, 613.0, 615.0, 617.0, 614.0, 614.0, 614.0, 615.0, 616.0, 615.0, 616.0, 617.0, 613.0, 614.0, 613.0, 613.0, 615.0, 613.0, 614.0, 617.0, 613.0, 614.0, 612.0, 613.0, 612.0, 613.0, 614.0, 616.0, 613.0, 612.0, 612.0, 612.0, 612.0, 612.0, 614.0, 613.0, 613.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 615.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 613.0, 611.0, 613.0, 612.0, 612.0, 612.0, 612.0, 613.0, 612.0, 612.0, 613.0, 612.0, 615.0, 615.0, 615.0, 616.0, 614.0, 616.0, 617.0, 616.0, 615.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 613.0, 612.0, 613.0, 613.0, 613.0, 613.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 616.0, 614.0, 615.0, 615.0, 615.0, 615.0, 614.0, 614.0, 614.0, 614.0, 613.0, 617.0, 614.0, 615.0, 613.0, 614.0, 615.0, 613.0, 615.0, 613.0, 614.0, 614.0, 613.0, 614.0, 613.0, 612.0, 615.0, 613.0, 617.0, 615.0, 613.0, 613.0, 613.0, 614.0, 614.0, 614.0, 614.0, 616.0, 613.0, 613.0, 613.0, 615.0, 613.0, 614.0, 614.0, 613.0, 614.0, 615.0, 613.0, 616.0, 616.0, 615.0, 615.0, 616.0, 613.0, 615.0, 612.0, 613.0, 611.0, 613.0, 613.0, 613.0, 614.0, 614.0, 613.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 614.0, 616.0, 616.0, 614.0, 615.0, 615.0, 615.0, 615.0, 614.0, 614.0, 613.0, 615.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 613.0, 614.0, 614.0, 613.0, 614.0, 613.0, 614.0, 615.0, 616.0, 616.0, 615.0, 616.0, 616.0, 615.0, 618.0, 615.0, 614.0, 615.0, 617.0, 615.0, 615.0, 614.0, 616.0, 615.0, 614.0, 618.0, 615.0, 615.0, 614.0, 613.0, 613.0, 611.0, 613.0, 615.0, 613.0, 613.0, 616.0, 614.0, 612.0, 611.0, 612.0, 613.0, 612.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 614.0, 613.0, 614.0, 614.0, 614.0, 613.0, 613.0, 614.0, 614.0, 614.0, 615.0, 613.0, 614.0, 614.0, 614.0, 614.0, 614.0, 613.0, 612.0, 614.0, 613.0, 614.0, 614.0, 615.0, 616.0, 616.0, 616.0, 615.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 614.0, 613.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 615.0, 618.0, 615.0, 616.0, 614.0, 613.0, 615.0, 614.0, 618.0, 615.0, 613.0, 611.0, 611.0, 612.0, 612.0, 612.0, 612.0, 613.0, 614.0, 611.0, 615.0, 615.0, 613.0, 613.0, 612.0, 613.0, 614.0, 613.0, 613.0, 612.0, 613.0, 613.0, 613.0, 613.0, 611.0, 614.0, 613.0, 613.0, 613.0, 613.0, 614.0, 615.0, 614.0, 615.0, 614.0, 613.0, 613.0, 613.0, 613.0, 613.0, 615.0, 615.0, 615.0, 615.0, 614.0, 616.0, 615.0, 614.0, 615.0, 613.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 615.0, 613.0, 616.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 617.0, 617.0, 615.0, 610.0, 607.0, 613.0, 612.0, 615.0, 611.0, 618.0, 619.0, 617.0, 616.0, 613.0, 613.0, 613.0, 611.0, 614.0, 613.0, 612.0, 612.0, 612.0, 613.0, 613.0, 611.0, 613.0, 613.0, 613.0, 612.0, 613.0, 613.0, 614.0, 615.0, 615.0, 613.0, 615.0, 614.0, 614.0, 614.0, 613.0, 613.0, 614.0, 613.0, 615.0, 613.0, 613.0, 614.0, 614.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.006218932261768083</td></tr>
<tr><td colspan=3>aqi</td><td>0.03472014397244546</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.845407244747136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2628256578620682</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0837513272758632</td></tr>
<tr><td colspan=3>efc</td><td>0.501</td></tr>
<tr><td colspan=3>fber</td><td>6574.4746</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16649622317815443</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>172</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.747416762342134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5199525543078045</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4085747607569212</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.743727389129896</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4075555130365953</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121005</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013719934038817883</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038210105150938034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.00584669428049</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8152</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0112</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.4192</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>293217.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>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>25.9087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4457</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.9868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>224.6597</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>86.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>58.6639</td></tr>
<tr><td colspan=3>tsnr</td><td>29.881230639875866</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>