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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-01/func/sub-0019_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a116d091c9649c25e57b2f1f48fb5813</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>15:34:35.740000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845103</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7789, -7261, 492, 25, -356, 57, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d656e2a4-16cd-41a9-a36a-dfb94ee91188||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['153435.740000', '153436.200000', '153436.660000', '153437.120000', '153437.580000', '153438.040000', '153438.500000', '153438.960000', '153439.420000', '153439.880000', '153440.340000', '153440.800000', '153441.260000', '153441.720000', '153442.180000', '153442.640000', '153443.100000', '153443.560000', '153444.020000', '153444.480000', '153444.940000', '153445.400000', '153445.860000', '153446.320000', '153446.780000', '153447.240000', '153447.700000', '153448.160000', '153448.620000', '153449.080000', '153449.540000', '153450.000000', '153450.460000', '153450.920000', '153451.380000', '153451.840000', '153452.300000', '153452.760000', '153453.220000', '153453.680000', '153454.140000', '153454.600000', '153455.060000', '153455.520000', '153455.980000', '153456.440000', '153456.900000', '153457.360000', '153457.820000', '153458.280000', '153458.740000', '153459.200000', '153459.660000', '153500.120000', '153500.580000', '153501.040000', '153501.500000', '153501.960000', '153502.420000', '153502.880000', '153503.340000', '153503.800000', '153504.260000', '153504.720000', '153505.180000', '153505.640000', '153506.100000', '153506.560000', '153507.020000', '153507.480000', '153507.940000', '153508.400000', '153508.860000', '153509.320000', '153509.780000', '153510.240000', '153510.700000', '153511.160000', '153511.620000', '153512.080000', '153512.540000', '153513.000000', '153513.460000', '153513.920000', '153514.380000', '153514.840000', '153515.300000', '153515.760000', '153516.220000', '153516.680000', '153517.140000', '153517.600000', '153518.060000', '153518.520000', '153518.980000', '153519.440000', '153519.900000', '153520.360000', '153520.820000', '153521.280000', '153521.740000', '153522.200000', '153522.660000', '153523.120000', '153523.580000', '153524.040000', '153524.500000', '153524.960000', '153525.420000', '153525.880000', '153526.340000', '153526.800000', '153527.260000', '153527.720000', '153528.180000', '153528.640000', '153529.100000', '153529.560000', '153530.020000', '153530.480000', '153530.940000', '153531.400000', '153531.860000', '153532.320000', '153532.780000', '153533.240000', '153533.700000', '153534.160000', '153534.620000', '153535.080000', '153535.540000', '153536.000000', '153536.460000', '153536.920000', '153537.380000', '153537.840000', '153538.300000', '153538.760000', '153539.220000', '153539.680000', '153540.140000', '153540.600000', '153541.060000', '153541.520000', '153541.980000', '153542.440000', '153542.900000', '153543.360000', '153543.820000', '153544.280000', '153544.740000', '153545.200000', '153545.660000', '153546.120000', '153546.580000', '153547.040000', '153547.500000', '153547.960000', '153548.420000', '153548.880000', '153549.340000', '153549.800000', '153550.260000', '153550.720000', '153551.180000', '153551.640000', '153552.100000', '153552.560000', '153553.020000', '153553.480000', '153553.940000', '153554.400000', '153554.860000', '153555.320000', '153555.780000', '153556.240000', '153556.700000', '153557.160000', '153557.620000', '153558.080000', '153558.540000', '153559.000000', '153559.460000', '153559.920000', '153600.380000', '153600.840000', '153601.300000', '153601.760000', '153602.220000', '153602.680000', '153603.140000', '153603.600000', '153604.060000', '153604.520000', '153604.980000', '153605.440000', '153605.900000', '153606.360000', '153606.820000', '153607.280000', '153607.740000', '153608.200000', '153608.660000', '153609.120000', '153609.580000', '153610.040000', '153610.500000', '153610.960000', '153611.420000', '153611.880000', '153612.340000', '153612.800000', '153613.260000', '153613.720000', '153614.180000', '153614.640000', '153615.100000', '153615.560000', '153616.020000', '153616.480000', '153616.940000', '153617.400000', '153617.860000', '153618.320000', '153618.780000', '153619.240000', '153619.700000', '153620.160000', '153620.620000', '153621.080000', '153621.540000', '153622.000000', '153622.460000', '153622.920000', '153623.380000', '153623.840000', '153624.300000', '153624.760000', '153625.220000', '153625.680000', '153626.140000', '153626.600000', '153627.060000', '153627.520000', '153627.980000', '153628.440000', '153628.900000', '153629.360000', '153629.820000', '153630.280000', '153630.740000', '153631.200000', '153631.660000', '153632.120000', '153632.580000', '153633.040000', '153633.500000', '153633.960000', '153634.420000', '153634.880000', '153635.340000', '153635.800000', '153636.260000', '153636.720000', '153637.180000', '153637.640000', '153638.100000', '153638.560000', '153639.020000', '153639.480000', '153639.940000', '153640.400000', '153640.860000', '153641.320000', '153641.780000', '153642.240000', '153642.700000', '153643.160000', '153643.620000', '153644.080000', '153644.540000', '153645.000000', '153645.460000', '153645.920000', '153646.380000', '153646.840000', '153647.300000', '153647.760000', '153648.220000', '153648.680000', '153649.140000', '153649.600000', '153650.060000', '153650.520000', '153650.980000', '153651.440000', '153651.900000', '153652.360000', '153652.820000', '153653.280000', '153653.740000', '153654.200000', '153654.660000', '153655.120000', '153655.580000', '153656.040000', '153656.500000', '153656.960000', '153657.420000', '153657.880000', '153658.340000', '153658.800000', '153659.260000', '153659.720000', '153700.180000', '153700.640000', '153701.100000', '153701.560000', '153702.020000', '153702.480000', '153702.940000', '153703.400000', '153703.860000', '153704.320000', '153704.780000', '153705.240000', '153705.700000', '153706.160000', '153706.620000', '153707.080000', '153707.540000', '153708.000000', '153708.460000', '153708.920000', '153709.380000', '153709.840000', '153710.300000', '153710.760000', '153711.220000', '153711.680000', '153712.140000', '153712.600000', '153713.060000', '153713.520000', '153713.980000', '153714.440000', '153714.900000', '153715.360000', '153715.820000', '153716.280000', '153716.740000', '153717.200000', '153717.660000', '153718.120000', '153718.580000', '153719.040000', '153719.500000', '153719.960000', '153720.420000', '153720.880000', '153721.340000', '153721.800000', '153722.260000', '153722.720000', '153723.180000', '153723.640000', '153724.100000', '153724.560000', '153725.020000', '153725.480000', '153725.940000', '153726.400000', '153726.860000', '153727.320000', '153727.780000', '153728.240000', '153728.700000', '153729.160000', '153729.620000', '153730.080000', '153730.540000', '153731.000000', '153731.460000', '153731.920000', '153732.380000', '153732.840000', '153733.300000', '153733.760000', '153734.220000', '153734.680000', '153735.140000', '153735.600000', '153736.060000', '153736.520000', '153736.980000', '153737.440000', '153737.900000', '153738.360000', '153738.820000', '153739.280000', '153739.740000', '153740.200000', '153740.660000', '153741.120000', '153741.580000', '153742.040000', '153742.500000', '153742.960000', '153743.420000', '153743.880000', '153744.340000', '153744.800000', '153745.260000', '153745.720000', '153746.180000', '153746.640000', '153747.100000', '153747.560000', '153748.020000', '153748.480000', '153748.940000', '153749.400000', '153749.860000', '153750.320000', '153750.780000', '153751.240000', '153751.700000', '153752.160000', '153752.620000', '153753.080000', '153753.540000', '153754.000000', '153754.460000', '153754.920000', '153755.380000', '153755.840000', '153756.300000', '153756.760000', '153757.220000', '153757.680000', '153758.140000', '153758.600000', '153759.060000', '153759.520000', '153759.980000', '153800.440000', '153800.900000', '153801.360000', '153801.820000', '153802.280000', '153802.740000', '153803.200000', '153803.660000', '153804.120000', '153804.580000', '153805.040000', '153805.500000', '153805.960000', '153806.420000', '153806.880000', '153807.340000', '153807.800000', '153808.260000', '153808.720000', '153809.180000', '153809.640000', '153810.100000', '153810.560000', '153811.020000', '153811.480000', '153811.940000', '153812.400000', '153812.860000', '153813.320000', '153813.780000', '153814.240000', '153814.700000', '153815.160000', '153815.620000', '153816.080000', '153816.540000', '153817.000000', '153817.460000', '153817.920000', '153818.380000', '153818.840000', '153819.300000', '153819.760000', '153820.220000', '153820.680000', '153821.140000', '153821.600000', '153822.060000', '153822.520000', '153822.980000', '153823.440000', '153823.900000', '153824.360000', '153824.820000', '153825.280000', '153825.740000', '153826.200000', '153826.660000', '153827.120000', '153827.580000', '153828.040000', '153828.500000', '153828.960000', '153829.420000', '153829.880000', '153830.340000', '153830.800000', '153831.260000', '153831.720000', '153832.180000', '153832.640000', '153833.100000', '153833.560000', '153834.020000', '153834.480000', '153834.940000', '153835.400000', '153835.860000', '153836.320000', '153836.780000', '153837.240000', '153837.700000', '153838.160000', '153838.620000', '153839.080000', '153839.540000', '153840.000000', '153840.460000', '153840.920000', '153841.380000', '153841.840000', '153842.300000', '153842.760000', '153843.220000', '153843.680000', '153844.140000', '153844.600000', '153845.060000', '153845.520000', '153845.980000', '153846.440000', '153846.900000', '153847.360000', '153847.820000', '153848.280000', '153848.740000', '153849.200000', '153849.660000', '153850.120000', '153850.580000', '153851.040000', '153851.500000', '153851.960000', '153852.420000', '153852.880000', '153853.340000', '153853.800000', '153854.260000', '153854.720000', '153855.180000', '153855.640000', '153856.100000', '153856.560000', '153857.020000', '153857.480000', '153857.940000', '153858.400000', '153858.860000', '153859.320000', '153859.780000', '153900.240000', '153900.700000', '153901.160000', '153901.620000', '153902.080000', '153902.540000', '153903.000000', '153903.460000', '153903.920000', '153904.380000', '153904.840000', '153905.300000', '153905.760000', '153906.220000', '153906.680000', '153907.140000', '153907.600000', '153908.060000', '153908.520000', '153908.980000', '153909.440000', '153909.900000', '153910.360000', '153910.820000', '153911.280000', '153911.740000', '153912.200000', '153912.660000', '153913.120000', '153913.580000', '153914.040000', '153914.500000', '153914.960000', '153915.420000', '153915.880000', '153916.340000', '153916.800000', '153917.260000', '153917.720000', '153918.180000', '153918.640000', '153919.100000', '153919.560000', '153920.020000', '153920.480000', '153920.940000', '153921.400000', '153921.860000', '153922.320000', '153922.780000', '153923.240000', '153923.700000', '153924.160000', '153924.620000', '153925.080000', '153925.540000', '153926.000000', '153926.460000', '153926.920000', '153927.380000', '153927.840000', '153928.300000', '153928.760000', '153929.220000', '153929.680000', '153930.140000', '153930.600000', '153931.060000', '153931.520000', '153931.980000', '153932.440000', '153932.900000', '153933.360000', '153933.820000', '153934.280000', '153934.740000', '153935.200000', '153935.660000', '153936.120000', '153936.580000', '153937.040000', '153937.500000', '153937.960000', '153938.420000', '153938.880000', '153939.340000', '153939.800000', '153940.260000', '153940.720000', '153941.180000', '153941.640000', '153942.100000', '153942.560000', '153943.020000', '153943.480000', '153943.940000', '153944.400000', '153944.860000', '153945.320000', '153945.780000', '153946.240000', '153946.700000', '153947.160000', '153947.620000', '153948.080000', '153948.540000', '153949.000000', '153949.460000', '153949.920000', '153950.380000', '153950.840000', '153951.300000', '153951.760000', '153952.220000', '153952.680000', '153953.140000', '153953.600000', '153954.060000', '153954.520000', '153954.980000', '153955.440000', '153955.900000', '153956.360000', '153956.820000', '153957.280000', '153957.740000', '153958.200000', '153958.660000', '153959.120000', '153959.580000', '154000.040000', '154000.500000', '154000.960000', '154001.420000', '154001.880000', '154002.340000', '154002.800000', '154003.260000', '154003.720000', '154004.180000', '154004.640000', '154005.100000', '154005.560000', '154006.020000', '154006.480000', '154006.940000', '154007.400000', '154007.860000', '154008.320000', '154008.780000', '154009.240000', '154009.700000', '154010.160000', '154010.620000', '154011.080000', '154011.540000', '154012.000000', '154012.460000', '154012.920000', '154013.380000', '154013.840000', '154014.300000', '154014.760000', '154015.220000', '154015.680000', '154016.140000', '154016.600000', '154017.060000', '154017.520000', '154017.980000', '154018.440000', '154018.900000', '154019.360000', '154019.820000', '154020.280000', '154020.740000', '154021.200000', '154021.660000', '154022.120000', '154022.580000', '154023.040000', '154023.500000', '154023.960000', '154024.420000', '154024.880000', '154025.340000', '154025.800000', '154026.260000', '154026.720000', '154027.180000', '154027.640000', '154028.100000', '154028.560000', '154029.020000', '154029.480000', '154029.940000', '154030.400000', '154030.860000', '154031.320000', '154031.780000', '154032.240000', '154032.700000', '154033.160000', '154033.620000', '154034.080000', '154034.540000', '154035.000000', '154035.460000', '154035.920000', '154036.380000', '154036.840000', '154037.300000', '154037.760000', '154038.220000', '154038.680000', '154039.140000', '154039.600000', '154040.060000', '154040.520000', '154040.980000', '154041.440000', '154041.900000', '154042.360000', '154042.820000', '154043.280000', '154043.740000', '154044.200000', '154044.660000', '154045.120000', '154045.580000', '154046.040000', '154046.500000', '154046.960000', '154047.420000', '154047.880000', '154048.340000', '154048.800000', '154049.260000', '154049.720000', '154050.180000', '154050.640000', '154051.100000', '154051.560000', '154052.020000', '154052.480000', '154052.940000', '154053.400000', '154053.860000', '154054.320000', '154054.780000', '154055.240000', '154055.700000', '154056.160000', '154056.620000', '154057.080000', '154057.540000', '154058.000000', '154058.460000', '154058.920000', '154059.380000', '154059.840000', '154100.300000', '154100.760000', '154101.220000', '154101.680000', '154102.140000', '154102.600000', '154103.060000', '154103.520000', '154103.980000', '154104.440000', '154104.900000', '154105.360000', '154105.820000', '154106.280000', '154106.740000', '154107.200000', '154107.660000', '154108.120000', '154108.580000', '154109.040000', '154109.500000', '154109.960000', '154110.420000', '154110.880000', '154111.340000', '154111.800000', '154112.260000', '154112.720000', '154113.180000', '154113.640000', '154114.100000', '154114.560000', '154115.020000', '154115.480000', '154115.940000', '154116.400000'], 'ContentTime': ['153440.002000', '153440.204000', '153440.484000', '153440.631000', '153440.933000', '153441.142000', '153441.313000', '153441.554000', '153441.781000', '153441.975000', '153442.180000', '153442.360000', '153442.624000', '153443.140000', '153443.873000', '153444.032000', '153444.489000', '153444.950000', '153445.404000', '153445.884000', '153446.334000', '153446.803000', '153447.257000', '153447.711000', '153448.169000', '153448.643000', '153449.109000', '153449.562000', '153450.011000', '153450.505000', '153450.923000', '153451.408000', '153451.847000', '153452.318000', '153452.769000', '153453.240000', '153453.695000', '153454.154000', '153454.614000', '153455.114000', '153455.542000', '153455.991000', '153456.457000', '153456.916000', '153457.374000', '153457.824000', '153458.305000', '153458.748000', '153459.211000', '153459.681000', '153500.168000', '153500.587000', '153501.051000', '153501.503000', '153501.979000', '153502.440000', '153502.898000', '153503.354000', '153503.847000', '153504.271000', '153504.742000', '153505.196000', '153505.663000', '153506.109000', '153506.570000', '153507.046000', '153507.503000', '153507.954000', '153508.412000', '153508.889000', '153509.336000', '153509.797000', '153510.258000', '153510.720000', '153511.182000', '153511.623000', '153512.085000', '153512.552000', '153513.014000', '153513.500000', '153513.937000', '153514.389000', '153514.853000', '153515.343000', '153515.768000', '153516.244000', '153516.696000', '153517.158000', '153517.616000', '153518.060000', '153518.539000', '153519.001000', '153519.453000', '153519.947000', '153520.369000', '153520.835000', '153521.299000', '153521.755000', '153522.219000', '153522.664000', '153523.136000', '153523.589000', '153524.050000', '153524.529000', '153524.975000', '153525.444000', '153525.889000', '153526.370000', '153526.831000', '153527.265000', '153527.739000', '153528.199000', '153528.644000', '153529.123000', '153529.568000', '153530.067000', '153530.489000', '153530.949000', '153531.433000', '153531.973000', '153532.326000', '153532.800000', '153533.246000', '153533.722000', '153534.175000', '153534.877000', '153535.092000', '153535.548000', '153536.016000', '153536.474000', '153536.937000', '153537.389000', '153537.853000', '153538.309000', '153538.769000', '153539.236000', '153539.706000', '153540.159000', '153540.617000', '153541.062000', '153541.525000', '153541.998000', '153542.449000', '153542.925000', '153543.364000', '153543.835000', '153544.302000', '153544.769000', '153545.215000', '153545.667000', '153546.126000', '153546.609000', '153547.046000', '153547.507000', '153547.985000', '153548.426000', '153548.907000', '153549.348000', '153549.819000', '153550.276000', '153550.742000', '153551.234000', '153551.657000', '153552.112000', '153552.571000', '153553.028000', '153553.488000', '153553.965000', '153554.406000', '153554.881000', '153555.341000', '153556.047000', '153556.266000', '153556.736000', '153557.169000', '153557.636000', '153558.100000', '153558.549000', '153559.019000', '153559.474000', '153559.938000', '153600.395000', '153600.853000', '153601.319000', '153601.775000', '153602.258000', '153602.705000', '153603.151000', '153603.606000', '153604.067000', '153604.540000', '153605.029000', '153605.470000', '153605.908000', '153606.379000', '153606.839000', '153607.290000', '153607.749000', '153608.223000', '153608.708000', '153609.138000', '153609.598000', '153610.055000', '153610.524000', '153610.982000', '153611.427000', '153611.898000', '153612.370000', '153612.828000', '153613.306000', '153613.739000', '153614.204000', '153614.657000', '153615.111000', '153615.580000', '153616.039000', '153616.496000', '153616.963000', '153617.424000', '153617.877000', '153618.369000', '153618.803000', '153619.314000', '153619.723000', '153620.179000', '153620.662000', '153621.106000', '153621.545000', '153622.013000', '153622.488000', '153622.932000', '153623.429000', '153623.862000', '153624.308000', '153624.781000', '153625.237000', '153625.692000', '153626.157000', '153626.618000', '153627.083000', '153627.540000', '153627.998000', '153628.458000', '153628.911000', '153629.366000', '153629.843000', '153630.291000', '153630.761000', '153631.230000', '153631.693000', '153632.128000', '153632.679000', '153633.055000', '153633.513000', '153633.979000', '153634.447000', '153634.934000', '153635.361000', '153635.817000', '153636.277000', '153636.734000', '153637.200000', '153637.667000', '153638.111000', '153638.576000', '153639.041000', '153639.502000', '153639.960000', '153640.450000', '153640.877000', '153641.344000', '153641.864000', '153642.258000', '153642.711000', '153643.179000', '153643.634000', '153644.100000', '153644.556000', '153645.018000', '153645.484000', '153645.931000', '153646.420000', '153646.866000', '153647.324000', '153647.798000', '153648.247000', '153648.705000', '153649.170000', '153649.630000', '153650.088000', '153650.533000', '153650.993000', '153651.463000', '153651.912000', '153652.377000', '153652.835000', '153653.315000', '153653.764000', '153654.223000', '153654.687000', '153655.148000', '153655.632000', '153656.055000', '153656.513000', '153656.970000', '153657.447000', '153657.888000', '153658.359000', '153658.812000', '153659.288000', '153659.745000', '153700.211000', '153700.660000', '153701.116000', '153701.582000', '153702.042000', '153702.485000', '153702.969000', '153703.423000', '153703.884000', '153704.336000', '153704.797000', '153705.258000', '153705.727000', '153706.185000', '153706.650000', '153707.108000', '153707.551000', '153708.018000', '153708.484000', '153708.931000', '153709.398000', '153709.851000', '153710.318000', '153710.779000', '153711.243000', '153711.707000', '153712.166000', '153712.620000', '153713.084000', '153713.529000', '153713.997000', '153714.470000', '153714.917000', '153715.375000', '153715.846000', '153716.305000', '153716.772000', '153717.219000', '153717.685000', '153718.136000', '153718.590000', '153719.051000', '153719.523000', '153719.987000', '153720.435000', '153720.903000', '153721.361000', '153721.834000', '153722.294000', '153722.753000', '153723.206000', '153723.667000', '153724.122000', '153724.576000', '153725.042000', '153725.494000', '153725.968000', '153726.421000', '153726.882000', '153727.353000', '153727.806000', '153728.255000', '153728.726000', '153729.175000', '153729.634000', '153730.097000', '153730.594000', '153731.011000', '153731.481000', '153731.931000', '153732.398000', '153732.867000', '153733.324000', '153733.780000', '153734.249000', '153734.723000', '153735.156000', '153735.616000', '153736.116000', '153736.541000', '153736.992000', '153737.463000', '153737.916000', '153738.390000', '153738.846000', '153739.316000', '153739.770000', '153740.220000', '153740.677000', '153741.155000', '153741.617000', '153742.070000', '153742.523000', '153742.973000', '153743.437000', '153743.903000', '153744.367000', '153744.820000', '153745.286000', '153745.741000', '153746.212000', '153746.669000', '153747.116000', '153747.581000', '153748.044000', '153748.495000', '153748.975000', '153749.422000', '153749.878000', '153750.347000', '153750.795000', '153751.271000', '153751.727000', '153752.179000', '153752.649000', '153753.095000', '153753.556000', '153754.017000', '153754.474000', '153754.951000', '153755.404000', '153755.884000', '153756.319000', '153756.778000', '153757.245000', '153757.709000', '153758.183000', '153758.635000', '153759.080000', '153759.555000', '153800.017000', '153800.469000', '153800.921000', '153801.389000', '153801.838000', '153802.302000', '153802.770000', '153803.228000', '153803.683000', '153804.137000', '153804.600000', '153805.067000', '153805.529000', '153805.982000', '153806.476000', '153806.912000', '153807.366000', '153807.823000', '153808.276000', '153808.749000', '153809.210000', '153809.673000', '153810.114000', '153810.588000', '153811.056000', '153811.507000', '153811.966000', '153812.430000', '153812.889000', '153813.347000', '153813.817000', '153814.261000', '153814.727000', '153815.189000', '153815.643000', '153816.114000', '153816.556000', '153817.035000', '153817.496000', '153817.946000', '153818.401000', '153818.858000', '153819.321000', '153819.796000', '153820.252000', '153820.710000', '153821.154000', '153821.622000', '153822.083000', '153822.552000', '153822.996000', '153823.477000', '153823.920000', '153824.378000', '153824.883000', '153825.311000', '153825.766000', '153826.227000', '153826.676000', '153827.154000', '153827.614000', '153828.059000', '153828.540000', '153828.983000', '153829.446000', '153829.915000', '153830.378000', '153830.822000', '153831.284000', '153831.764000', '153832.217000', '153832.659000', '153833.140000', '153833.602000', '153834.059000', '153834.513000', '153835.004000', '153835.432000', '153835.899000', '153836.356000', '153836.809000', '153837.274000', '153837.729000', '153838.184000', '153838.659000', '153839.110000', '153839.601000', '153840.028000', '153840.480000', '153840.946000', '153841.418000', '153841.861000', '153842.322000', '153842.792000', '153843.242000', '153843.714000', '153844.178000', '153844.637000', '153845.085000', '153845.562000', '153846.005000', '153846.475000', '153846.921000', '153847.377000', '153847.855000', '153848.299000', '153848.781000', '153849.218000', '153849.686000', '153850.157000', '153850.620000', '153851.073000', '153851.532000', '153851.997000', '153852.455000', '153852.914000', '153853.377000', '153853.823000', '153854.283000', '153854.755000', '153855.204000', '153855.682000', '153856.126000', '153856.601000', '153857.058000', '153857.511000', '153858.018000', '153858.436000', '153858.891000', '153859.359000', '153859.812000', '153900.269000', '153900.739000', '153901.196000', '153901.655000', '153902.114000', '153902.566000', '153903.036000', '153903.495000', '153903.956000', '153904.414000', '153904.872000', '153905.333000', '153905.779000', '153906.241000', '153906.705000', '153907.170000', '153907.640000', '153908.100000', '153908.549000', '153909.022000', '153909.505000', '153909.941000', '153910.386000', '153910.843000', '153911.324000', '153911.787000', '153912.239000', '153912.705000', '153913.143000', '153913.615000', '153914.079000', '153914.539000', '153914.997000', '153915.450000', '153915.901000', '153916.385000', '153916.825000', '153917.302000', '153917.750000', '153918.221000', '153918.676000', '153919.136000', '153919.601000', '153920.054000', '153920.515000', '153920.985000', '153921.427000', '153921.879000', '153922.353000', '153922.805000', '153923.304000', '153923.747000', '153924.204000', '153924.651000', '153925.109000', '153925.582000', '153926.025000', '153926.502000', '153926.962000', '153927.405000', '153927.869000', '153928.325000', '153928.804000', '153929.264000', '153929.718000', '153930.166000', '153930.632000', '153931.101000', '153931.566000', '153932.006000', '153932.467000', '153932.945000', '153933.387000', '153933.913000', '153934.314000', '153934.785000', '153935.237000', '153935.707000', '153936.160000', '153936.608000', '153937.085000', '153937.538000', '153938.061000', '153938.462000', '153938.921000', '153939.386000', '153939.827000', '153940.308000', '153940.765000', '153941.228000', '153941.685000', '153942.175000', '153942.599000', '153943.065000', '153943.506000', '153943.990000', '153944.447000', '153944.888000', '153945.356000', '153945.815000', '153946.274000', '153946.740000', '153947.184000', '153947.669000', '153948.118000', '153948.584000', '153949.033000', '153949.488000', '153949.952000', '153950.461000', '153950.878000', '153951.343000', '153951.801000', '153952.255000', '153952.714000', '153953.187000', '153953.628000', '153954.107000', '153954.556000', '153955.010000', '153955.474000', '153955.931000', '153956.409000', '153956.897000', '153957.316000', '153957.903000', '153958.228000', '153958.701000', '153959.149000', '153959.608000', '154000.087000', '154000.538000', '154001.012000', '154001.450000', '154001.913000', '154002.373000', '154002.854000', '154003.299000', '154003.750000', '154004.230000', '154004.726000', '154005.132000', '154005.605000', '154006.098000', '154006.530000', '154006.972000', '154007.432000', '154007.897000', '154008.348000', '154008.826000', '154009.284000', '154009.730000', '154010.214000', '154010.652000', '154011.123000', '154011.591000', '154012.036000', '154012.509000', '154012.965000', '154013.410000', '154013.889000', '154014.346000', '154014.791000', '154015.268000', '154015.739000', '154016.179000', '154016.650000', '154017.106000', '154017.594000', '154018.009000', '154018.492000', '154018.951000', '154019.396000', '154019.930000', '154020.324000', '154020.786000', '154021.241000', '154021.707000', '154022.170000', '154022.629000', '154023.089000', '154023.577000', '154024.011000', '154024.467000', '154024.943000', '154025.376000', '154025.852000', '154026.314000', '154026.754000', '154027.222000', '154027.679000', '154028.143000', '154028.614000', '154029.075000', '154029.519000', '154029.991000', '154030.439000', '154030.911000', '154031.369000', '154031.828000', '154032.285000', '154032.751000', '154033.212000', '154033.668000', '154034.131000', '154034.592000', '154035.039000', '154035.508000', '154035.958000', '154036.415000', '154036.879000', '154037.348000', '154037.804000', '154038.263000', '154038.719000', '154039.184000', '154039.651000', '154040.104000', '154040.568000', '154041.036000', '154041.493000', '154041.956000', '154042.401000', '154042.868000', '154043.320000', '154043.944000', '154044.346000', '154044.708000', '154045.166000', '154045.624000', '154046.101000', '154046.552000', '154047.010000', '154047.473000', '154047.932000', '154048.382000', '154048.855000', '154049.294000', '154049.767000', '154050.236000', '154050.694000', '154051.157000', '154051.638000', '154052.063000', '154052.533000', '154052.979000', '154053.442000', '154053.903000', '154054.360000', '154054.824000', '154055.283000', '154055.754000', '154056.212000', '154056.680000', '154057.135000', '154057.589000', '154058.058000', '154058.513000', '154058.966000', '154059.430000', '154059.891000', '154100.351000', '154100.809000', '154101.350000', '154101.737000', '154102.190000', '154102.658000', '154103.118000', '154103.562000', '154104.063000', '154104.480000', '154104.948000', '154105.453000', '154105.865000', '154106.333000', '154106.800000', '154107.246000', '154107.711000', '154108.175000', '154108.663000', '154109.086000', '154109.550000', '154110.011000', '154110.500000', '154110.920000', '154111.385000', '154112.009000', '154112.311000', '154112.780000', '154113.229000', '154113.729000', '154114.161000', '154114.693000', '154115.078000', '154115.541000', '154116.000000', '154116.453000', '154116.915000', '154117.377000', '154117.818000'], 'InstanceCreationTime': ['153440.002000', '153440.204000', '153440.484000', '153440.631000', '153440.933000', '153441.142000', '153441.313000', '153441.554000', '153441.781000', '153441.975000', '153442.180000', '153442.360000', '153442.624000', '153443.140000', '153443.873000', '153444.032000', '153444.489000', '153444.950000', '153445.404000', '153445.884000', '153446.334000', '153446.803000', '153447.257000', '153447.711000', '153448.169000', '153448.643000', '153449.109000', '153449.562000', '153450.011000', '153450.505000', '153450.923000', '153451.408000', '153451.847000', '153452.318000', '153452.769000', '153453.240000', '153453.695000', '153454.154000', '153454.614000', '153455.114000', '153455.542000', '153455.991000', '153456.457000', '153456.916000', '153457.374000', '153457.824000', '153458.305000', '153458.748000', '153459.211000', '153459.681000', '153500.168000', '153500.587000', '153501.051000', '153501.503000', '153501.979000', '153502.440000', '153502.898000', '153503.354000', '153503.847000', '153504.271000', '153504.742000', '153505.196000', '153505.663000', '153506.109000', '153506.570000', '153507.046000', '153507.503000', '153507.954000', '153508.412000', '153508.889000', '153509.336000', '153509.797000', '153510.258000', '153510.720000', '153511.182000', '153511.623000', '153512.085000', '153512.552000', '153513.014000', '153513.500000', '153513.937000', '153514.389000', '153514.853000', '153515.343000', '153515.768000', '153516.244000', '153516.696000', '153517.158000', '153517.616000', '153518.060000', '153518.539000', '153519.001000', '153519.453000', '153519.947000', '153520.369000', '153520.835000', '153521.299000', '153521.755000', '153522.219000', '153522.664000', '153523.136000', '153523.589000', '153524.050000', '153524.529000', '153524.975000', '153525.444000', '153525.889000', '153526.370000', '153526.831000', '153527.265000', '153527.739000', '153528.199000', '153528.644000', '153529.123000', '153529.568000', '153530.067000', '153530.489000', '153530.949000', '153531.433000', '153531.973000', '153532.326000', '153532.800000', '153533.246000', '153533.722000', '153534.175000', '153534.877000', '153535.092000', '153535.548000', '153536.016000', '153536.474000', '153536.937000', '153537.389000', '153537.853000', '153538.309000', '153538.769000', '153539.236000', '153539.706000', '153540.159000', '153540.617000', '153541.062000', '153541.525000', '153541.998000', '153542.449000', '153542.925000', '153543.364000', '153543.835000', '153544.302000', '153544.769000', '153545.215000', '153545.667000', '153546.126000', '153546.609000', '153547.046000', '153547.507000', '153547.985000', '153548.426000', '153548.907000', '153549.348000', '153549.819000', '153550.276000', '153550.742000', '153551.234000', '153551.657000', '153552.112000', '153552.571000', '153553.028000', '153553.488000', '153553.965000', '153554.406000', '153554.881000', '153555.341000', '153556.047000', '153556.266000', '153556.736000', '153557.169000', '153557.636000', '153558.100000', '153558.549000', '153559.019000', '153559.474000', '153559.938000', '153600.395000', '153600.853000', '153601.319000', '153601.775000', '153602.258000', '153602.705000', '153603.151000', '153603.606000', '153604.067000', '153604.540000', '153605.029000', '153605.470000', '153605.908000', '153606.379000', '153606.839000', '153607.290000', '153607.749000', '153608.223000', '153608.708000', '153609.138000', '153609.598000', '153610.055000', '153610.524000', '153610.982000', '153611.427000', '153611.898000', '153612.370000', '153612.828000', '153613.306000', '153613.739000', '153614.204000', '153614.657000', '153615.111000', '153615.580000', '153616.039000', '153616.496000', '153616.963000', '153617.424000', '153617.877000', '153618.369000', '153618.803000', '153619.314000', '153619.723000', '153620.179000', '153620.662000', '153621.106000', '153621.545000', '153622.013000', '153622.488000', '153622.932000', '153623.429000', '153623.862000', '153624.308000', '153624.781000', '153625.237000', '153625.692000', '153626.157000', '153626.618000', '153627.083000', '153627.540000', '153627.998000', '153628.458000', '153628.911000', '153629.366000', '153629.843000', '153630.291000', '153630.761000', '153631.230000', '153631.693000', '153632.128000', '153632.679000', '153633.055000', '153633.513000', '153633.979000', '153634.447000', '153634.934000', '153635.361000', '153635.817000', '153636.277000', '153636.734000', '153637.200000', '153637.667000', '153638.111000', '153638.576000', '153639.041000', '153639.502000', '153639.960000', '153640.450000', '153640.877000', '153641.344000', '153641.864000', '153642.258000', '153642.711000', '153643.179000', '153643.634000', '153644.100000', '153644.556000', '153645.018000', '153645.484000', '153645.931000', '153646.420000', '153646.866000', '153647.324000', '153647.798000', '153648.247000', '153648.705000', '153649.170000', '153649.630000', '153650.088000', '153650.533000', '153650.993000', '153651.463000', '153651.912000', '153652.377000', '153652.835000', '153653.315000', '153653.764000', '153654.223000', '153654.687000', '153655.148000', '153655.632000', '153656.055000', '153656.513000', '153656.970000', '153657.447000', '153657.888000', '153658.359000', '153658.812000', '153659.288000', '153659.745000', '153700.211000', '153700.660000', '153701.116000', '153701.582000', '153702.042000', '153702.485000', '153702.969000', '153703.423000', '153703.884000', '153704.336000', '153704.797000', '153705.258000', '153705.727000', '153706.185000', '153706.650000', '153707.108000', '153707.551000', '153708.018000', '153708.484000', '153708.931000', '153709.398000', '153709.851000', '153710.318000', '153710.779000', '153711.243000', '153711.707000', '153712.166000', '153712.620000', '153713.084000', '153713.529000', '153713.997000', '153714.470000', '153714.917000', '153715.375000', '153715.846000', '153716.305000', '153716.772000', '153717.219000', '153717.685000', '153718.136000', '153718.590000', '153719.051000', '153719.523000', '153719.987000', '153720.435000', '153720.903000', '153721.361000', '153721.834000', '153722.294000', '153722.753000', '153723.206000', '153723.667000', '153724.122000', '153724.576000', '153725.042000', '153725.494000', '153725.968000', '153726.421000', '153726.882000', '153727.353000', '153727.806000', '153728.255000', '153728.726000', '153729.175000', '153729.634000', '153730.097000', '153730.594000', '153731.011000', '153731.481000', '153731.931000', '153732.398000', '153732.867000', '153733.324000', '153733.780000', '153734.249000', '153734.723000', '153735.156000', '153735.616000', '153736.116000', '153736.541000', '153736.992000', '153737.463000', '153737.916000', '153738.390000', '153738.846000', '153739.316000', '153739.770000', '153740.220000', '153740.677000', '153741.155000', '153741.617000', '153742.070000', '153742.523000', '153742.973000', '153743.437000', '153743.903000', '153744.367000', '153744.820000', '153745.286000', '153745.741000', '153746.212000', '153746.669000', '153747.116000', '153747.581000', '153748.044000', '153748.495000', '153748.975000', '153749.422000', '153749.878000', '153750.347000', '153750.795000', '153751.271000', '153751.727000', '153752.179000', '153752.649000', '153753.095000', '153753.556000', '153754.017000', '153754.474000', '153754.951000', '153755.404000', '153755.884000', '153756.319000', '153756.778000', '153757.245000', '153757.709000', '153758.183000', '153758.635000', '153759.080000', '153759.555000', '153800.017000', '153800.469000', '153800.921000', '153801.389000', '153801.838000', '153802.302000', '153802.770000', '153803.228000', '153803.683000', '153804.137000', '153804.600000', '153805.067000', '153805.529000', '153805.982000', '153806.476000', '153806.912000', '153807.366000', '153807.823000', '153808.276000', '153808.749000', '153809.210000', '153809.673000', '153810.114000', '153810.588000', '153811.056000', '153811.507000', '153811.966000', '153812.430000', '153812.889000', '153813.347000', '153813.817000', '153814.261000', '153814.727000', '153815.189000', '153815.643000', '153816.114000', '153816.556000', '153817.035000', '153817.496000', '153817.946000', '153818.401000', '153818.858000', '153819.321000', '153819.796000', '153820.252000', '153820.710000', '153821.154000', '153821.622000', '153822.083000', '153822.552000', '153822.996000', '153823.477000', '153823.920000', '153824.378000', '153824.883000', '153825.311000', '153825.766000', '153826.227000', '153826.676000', '153827.154000', '153827.614000', '153828.059000', '153828.540000', '153828.983000', '153829.446000', '153829.915000', '153830.378000', '153830.822000', '153831.284000', '153831.764000', '153832.217000', '153832.659000', '153833.140000', '153833.602000', '153834.059000', '153834.513000', '153835.004000', '153835.432000', '153835.899000', '153836.356000', '153836.809000', '153837.274000', '153837.729000', '153838.184000', '153838.659000', '153839.110000', '153839.601000', '153840.028000', '153840.480000', '153840.946000', '153841.418000', '153841.861000', '153842.322000', '153842.792000', '153843.242000', '153843.714000', '153844.178000', '153844.637000', '153845.085000', '153845.562000', '153846.005000', '153846.475000', '153846.921000', '153847.377000', '153847.855000', '153848.299000', '153848.781000', '153849.218000', '153849.686000', '153850.157000', '153850.620000', '153851.073000', '153851.532000', '153851.997000', '153852.455000', '153852.914000', '153853.377000', '153853.823000', '153854.283000', '153854.755000', '153855.204000', '153855.682000', '153856.126000', '153856.601000', '153857.058000', '153857.511000', '153858.018000', '153858.436000', '153858.891000', '153859.359000', '153859.812000', '153900.269000', '153900.739000', '153901.196000', '153901.655000', '153902.114000', '153902.566000', '153903.036000', '153903.495000', '153903.956000', '153904.414000', '153904.872000', '153905.333000', '153905.779000', '153906.241000', '153906.705000', '153907.170000', '153907.640000', '153908.100000', '153908.549000', '153909.022000', '153909.505000', '153909.941000', '153910.386000', '153910.843000', '153911.324000', '153911.787000', '153912.239000', '153912.705000', '153913.143000', '153913.615000', '153914.079000', '153914.539000', '153914.997000', '153915.450000', '153915.901000', '153916.385000', '153916.825000', '153917.302000', '153917.750000', '153918.221000', '153918.676000', '153919.136000', '153919.601000', '153920.054000', '153920.515000', '153920.985000', '153921.427000', '153921.879000', '153922.353000', '153922.805000', '153923.304000', '153923.747000', '153924.204000', '153924.651000', '153925.109000', '153925.582000', '153926.025000', '153926.502000', '153926.962000', '153927.405000', '153927.869000', '153928.325000', '153928.804000', '153929.264000', '153929.718000', '153930.166000', '153930.632000', '153931.101000', '153931.566000', '153932.006000', '153932.467000', '153932.945000', '153933.387000', '153933.913000', '153934.314000', '153934.785000', '153935.237000', '153935.707000', '153936.160000', '153936.608000', '153937.085000', '153937.538000', '153938.061000', '153938.462000', '153938.921000', '153939.386000', '153939.827000', '153940.308000', '153940.765000', '153941.228000', '153941.685000', '153942.175000', '153942.599000', '153943.065000', '153943.506000', '153943.990000', '153944.447000', '153944.888000', '153945.356000', '153945.815000', '153946.274000', '153946.740000', '153947.184000', '153947.669000', '153948.118000', '153948.584000', '153949.033000', '153949.488000', '153949.952000', '153950.461000', '153950.878000', '153951.343000', '153951.801000', '153952.255000', '153952.714000', '153953.187000', '153953.628000', '153954.107000', '153954.556000', '153955.010000', '153955.474000', '153955.931000', '153956.409000', '153956.897000', '153957.316000', '153957.903000', '153958.228000', '153958.701000', '153959.149000', '153959.608000', '154000.087000', '154000.538000', '154001.012000', '154001.450000', '154001.913000', '154002.373000', '154002.854000', '154003.299000', '154003.750000', '154004.230000', '154004.726000', '154005.132000', '154005.605000', '154006.098000', '154006.530000', '154006.972000', '154007.432000', '154007.897000', '154008.348000', '154008.826000', '154009.284000', '154009.730000', '154010.214000', '154010.652000', '154011.123000', '154011.591000', '154012.036000', '154012.509000', '154012.965000', '154013.410000', '154013.889000', '154014.346000', '154014.791000', '154015.268000', '154015.739000', '154016.179000', '154016.650000', '154017.106000', '154017.594000', '154018.009000', '154018.492000', '154018.951000', '154019.396000', '154019.930000', '154020.324000', '154020.786000', '154021.241000', '154021.707000', '154022.170000', '154022.629000', '154023.089000', '154023.577000', '154024.011000', '154024.467000', '154024.943000', '154025.376000', '154025.852000', '154026.314000', '154026.754000', '154027.222000', '154027.679000', '154028.143000', '154028.614000', '154029.075000', '154029.519000', '154029.991000', '154030.439000', '154030.911000', '154031.369000', '154031.828000', '154032.285000', '154032.751000', '154033.212000', '154033.668000', '154034.131000', '154034.592000', '154035.039000', '154035.508000', '154035.958000', '154036.415000', '154036.879000', '154037.348000', '154037.804000', '154038.263000', '154038.719000', '154039.184000', '154039.651000', '154040.104000', '154040.568000', '154041.036000', '154041.493000', '154041.956000', '154042.401000', '154042.868000', '154043.320000', '154043.944000', '154044.346000', '154044.708000', '154045.166000', '154045.624000', '154046.101000', '154046.552000', '154047.010000', '154047.473000', '154047.932000', '154048.382000', '154048.855000', '154049.294000', '154049.767000', '154050.236000', '154050.694000', '154051.157000', '154051.638000', '154052.063000', '154052.533000', '154052.979000', '154053.442000', '154053.903000', '154054.360000', '154054.824000', '154055.283000', '154055.754000', '154056.212000', '154056.680000', '154057.135000', '154057.589000', '154058.058000', '154058.513000', '154058.966000', '154059.430000', '154059.891000', '154100.351000', '154100.809000', '154101.350000', '154101.737000', '154102.190000', '154102.658000', '154103.118000', '154103.562000', '154104.063000', '154104.480000', '154104.948000', '154105.453000', '154105.865000', '154106.333000', '154106.800000', '154107.246000', '154107.711000', '154108.175000', '154108.663000', '154109.086000', '154109.550000', '154110.011000', '154110.500000', '154110.920000', '154111.385000', '154112.009000', '154112.311000', '154112.780000', '154113.229000', '154113.729000', '154114.161000', '154114.693000', '154115.078000', '154115.541000', '154116.000000', '154116.453000', '154116.915000', '154117.377000', '154117.818000'], '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': [572, 618, 832, 554, 914, 533, 1083, 650, 547, 674, 520, 953, 539, 700, 763, 528, 1017, 506, 559, 683, 519, 922, 611, 577, 668, 528, 580, 692, 567, 878, 548, 788, 817, 582, 921, 529, 1074, 707, 546, 933, 542, 932, 559, 541, 724, 552, 1030, 782, 549, 746, 541, 579, 626, 543, 885, 728, 561, 914, 688, 573, 666, 552, 957, 547, 603, 701, 555, 871, 540, 831, 546, 591, 548, 578, 632, 543, 748, 545, 764, 551, 588, 552, 570, 622, 540, 807, 543, 567, 546, 590, 718, 565, 740, 539, 857, 546, 1021, 541, 806, 551, 582, 701, 563, 824, 547, 698, 546, 859, 548, 926, 568, 619, 711, 599, 645, 554, 771, 547, 946, 546, 986, 569, 927, 547, 588, 555, 606, 852, 548, 880, 526, 818, 539, 614, 558, 574, 754, 553, 889, 530, 917, 550, 986, 564, 1019, 654, 613, 610, 585, 747, 569, 703, 542, 870, 555, 1019, 549, 674, 550, 562, 555, 584, 805, 569, 690, 568, 653, 536, 700, 531, 789, 542, 682, 542, 585, 563, 559, 751, 533, 901, 537, 923, 548, 914, 556, 903, 573, 573, 556, 591, 771, 561, 707, 559, 731, 548, 764, 535, 830, 550, 905, 557, 588, 697, 598, 702, 557, 802, 543, 887, 557, 877, 549, 572, 547, 587, 733, 554, 751, 543, 994, 650, 535, 635, 538, 690, 549, 853, 557, 797, 549, 737, 707, 692, 894, 660, 973, 587, 934, 570, 941, 566, 918, 571, 897, 566, 1004, 722, 570, 655, 592, 600, 588, 738, 585, 868, 572, 571, 544, 563, 682, 565, 622, 540, 719, 574, 786, 582, 601, 575, 575, 713, 562, 652, 574, 715, 577, 772, 569, 564, 649, 586, 623, 590, 631, 617, 750, 583, 629, 582, 572, 904, 595, 583, 748, 585, 718, 563, 939, 576, 935, 600, 599, 693, 612, 619, 565, 709, 567, 623, 584, 604, 664, 598, 624, 570, 720, 577, 783, 570, 610, 569, 612, 704, 561, 727, 567, 881, 573, 612, 580, 623, 879, 592, 711, 578, 894, 578, 891, 574, 621, 657, 576, 818, 583, 939, 563, 784, 623, 601, 631, 559, 852, 561, 1001, 575, 616, 778, 618, 785, 536, 998, 596, 1026, 575, 756, 591, 599, 614, 583, 878, 581, 797, 600, 744, 574, 885, 574, 580, 580, 611, 572, 603, 642, 574, 712, 548, 762, 562, 691, 585, 805, 575, 909, 567, 602, 581, 611, 583, 591, 910, 582, 858, 569, 869, 569, 944, 583, 981, 595, 778, 740, 595, 675, 569, 703, 571, 883, 566, 1014, 630, 617, 765, 623, 864, 595, 887, 587, 991, 571, 970, 579, 593, 566, 554, 724, 593, 980, 573, 913, 583, 600, 575, 587, 581, 593, 833, 586, 792, 573, 794, 562, 811, 574, 943, 559, 887, 579, 750, 572, 889, 572, 589, 582, 589, 801, 571, 704, 586, 830, 553, 940, 580, 852, 577, 965, 573, 906, 579, 590, 578, 585, 811, 573, 710, 571, 951, 561, 999, 575, 605, 583, 620, 835, 547, 855, 610, 622, 791, 591, 850, 585, 757, 557, 943, 555, 1003, 730, 1021, 709, 1047, 707, 946, 677, 905, 694, 620, 721, 544, 928, 551, 853, 546, 734, 547, 819, 559, 895, 552, 577, 561, 568, 833, 561, 762, 555, 880, 538, 803, 545, 910, 542, 964, 560, 591, 542, 600, 546, 585, 813, 598, 678, 593, 822, 563, 767, 567, 745, 584, 652, 739, 556, 619, 592, 671, 583, 809, 564, 918, 555, 969, 566, 898, 560, 865, 560, 601, 849, 592, 653, 559, 720, 568, 605, 563, 621, 705, 597, 927, 610, 863, 586, 585, 663, 620, 936, 576, 776, 561, 757, 559, 600, 561, 633, 799, 605, 992, 551, 915, 557, 772, 563, 666, 567, 614, 873, 598, 780, 588, 912, 573, 1015, 568, 939, 600, 660, 552, 578, 859, 547, 762, 554, 912, 582, 1022, 553, 934, 556, 570, 551, 597, 842, 547, 853, 556, 843, 570, 938, 535, 987, 540, 947, 533, 574, 549, 593, 724, 554, 640, 553, 673, 533, 837, 531, 931, 546, 695, 548, 576, 544, 575, 596, 553, 709, 541, 733, 554, 723, 546, 795, 554, 817, 553, 573, 608, 554, 625, 568, 747, 566, 923, 534, 651, 542, 588, 584, 580, 790, 539, 999, 524, 803, 544, 606, 536, 662, 550, 565, 905, 569, 794, 542, 701, 570, 903, 560, 1012, 562, 975, 565, 973, 582, 551, 675, 567, 662, 538, 659, 550, 704, 530, 910, 540, 834, 553, 568, 542, 572, 686, 544, 765, 526, 888, 529, 819, 543, 595, 538, 524, 764, 517, 704, 536, 933, 573, 1056, 650, 775, 544, 527, 701, 550, 753, 542, 962, 541, 598, 653, 526, 740, 551, 757, 526, 1015, 540, 878, 535, 631, 596, 543, 841, 525, 666, 549, 696, 548, 699, 542, 733, 533, 712, 535, 616, 525, 639, 529, 626, 741, 554, 636, 511, 610, 531, 740, 547, 798, 531, 824, 536, 921, 589, 985, 729, 1047, 778, 949, 714, 605, 748, 536, 797, 562, 974, 602, 926, 561, 549, 566, 564, 908, 550, 827, 539, 871, 552, 763, 563, 596, 548, 596, 556, 646, 542, 547, 727, 545, 670, 544, 641, 530, 642, 528, 744, 536, 944, 542, 800, 554, 570, 539, 556, 727, 538, 716, 543, 715, 569, 590, 567, 582, 561, 553], 'WindowCenter': [285.0, 284.0, 285.0, 282.0, 285.0, 281.0, 284.0, 282.0, 281.0, 282.0, 280.0, 284.0, 281.0, 283.0, 282.0, 280.0, 284.0, 279.0, 280.0, 282.0, 280.0, 284.0, 284.0, 281.0, 281.0, 280.0, 280.0, 282.0, 281.0, 284.0, 281.0, 282.0, 283.0, 281.0, 283.0, 280.0, 284.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 279.0, 282.0, 280.0, 283.0, 282.0, 279.0, 282.0, 280.0, 280.0, 281.0, 280.0, 283.0, 283.0, 281.0, 283.0, 282.0, 281.0, 281.0, 281.0, 284.0, 280.0, 281.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 283.0, 282.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 284.0, 281.0, 284.0, 280.0, 283.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 284.0, 282.0, 285.0, 282.0, 281.0, 282.0, 281.0, 283.0, 282.0, 284.0, 281.0, 283.0, 281.0, 283.0, 283.0, 282.0, 283.0, 281.0, 283.0, 279.0, 282.0, 279.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 281.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 284.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 283.0, 281.0, 283.0, 281.0, 284.0, 282.0, 282.0, 282.0, 282.0, 285.0, 282.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 282.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 284.0, 281.0, 285.0, 282.0, 282.0, 284.0, 282.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 281.0, 280.0, 284.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 284.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 282.0, 284.0, 281.0, 283.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 284.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 284.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 284.0, 281.0, 283.0, 281.0, 280.0, 281.0, 280.0, 283.0, 280.0, 282.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 282.0, 283.0, 285.0, 282.0, 283.0, 282.0, 282.0, 284.0, 281.0, 284.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 283.0, 284.0, 282.0, 283.0, 281.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 281.0, 279.0, 282.0, 280.0, 283.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 284.0, 281.0, 284.0, 282.0, 284.0, 281.0, 283.0, 281.0, 283.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 280.0, 280.0, 281.0, 282.0, 281.0, 284.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 284.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 283.0, 280.0, 282.0, 280.0, 284.0, 281.0, 284.0, 281.0, 283.0, 280.0, 280.0, 280.0, 280.0, 282.0, 279.0, 282.0, 280.0, 283.0, 281.0, 284.0, 280.0, 283.0, 280.0, 283.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 284.0, 281.0, 282.0, 281.0, 280.0, 281.0, 282.0, 283.0, 281.0, 284.0, 280.0, 282.0, 280.0, 280.0, 280.0, 282.0, 281.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 283.0, 280.0, 283.0, 280.0, 283.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 284.0, 281.0, 284.0, 282.0, 282.0, 280.0, 279.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 282.0, 279.0, 281.0, 280.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 282.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 284.0, 281.0, 284.0, 283.0, 284.0, 282.0, 282.0, 282.0, 280.0, 282.0, 278.0, 281.0, 279.0, 282.0, 280.0, 282.0, 279.0, 278.0, 278.0, 278.0, 281.0, 278.0, 281.0, 277.0, 281.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 280.0, 280.0, 279.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0], 'WindowWidth': [627.0, 624.0, 625.0, 620.0, 623.0, 618.0, 623.0, 619.0, 617.0, 619.0, 616.0, 621.0, 617.0, 620.0, 619.0, 616.0, 621.0, 615.0, 617.0, 619.0, 616.0, 622.0, 623.0, 617.0, 617.0, 616.0, 616.0, 619.0, 617.0, 621.0, 617.0, 619.0, 620.0, 617.0, 620.0, 616.0, 621.0, 619.0, 615.0, 619.0, 615.0, 618.0, 615.0, 614.0, 618.0, 616.0, 619.0, 618.0, 614.0, 618.0, 616.0, 615.0, 617.0, 616.0, 620.0, 621.0, 618.0, 620.0, 619.0, 617.0, 618.0, 617.0, 621.0, 616.0, 617.0, 619.0, 616.0, 620.0, 616.0, 619.0, 616.0, 616.0, 616.0, 617.0, 617.0, 616.0, 619.0, 617.0, 619.0, 617.0, 617.0, 617.0, 618.0, 619.0, 617.0, 620.0, 617.0, 617.0, 617.0, 618.0, 621.0, 619.0, 621.0, 618.0, 622.0, 619.0, 622.0, 618.0, 621.0, 619.0, 619.0, 620.0, 618.0, 621.0, 618.0, 620.0, 619.0, 622.0, 618.0, 622.0, 619.0, 619.0, 620.0, 619.0, 619.0, 617.0, 620.0, 617.0, 621.0, 617.0, 621.0, 617.0, 621.0, 617.0, 617.0, 617.0, 618.0, 621.0, 617.0, 621.0, 616.0, 620.0, 617.0, 618.0, 618.0, 618.0, 621.0, 618.0, 621.0, 617.0, 621.0, 617.0, 621.0, 617.0, 621.0, 618.0, 617.0, 618.0, 617.0, 618.0, 616.0, 618.0, 616.0, 620.0, 617.0, 621.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 618.0, 617.0, 621.0, 617.0, 621.0, 617.0, 621.0, 617.0, 621.0, 617.0, 621.0, 618.0, 617.0, 617.0, 618.0, 620.0, 617.0, 619.0, 617.0, 618.0, 616.0, 619.0, 617.0, 620.0, 618.0, 620.0, 617.0, 617.0, 619.0, 618.0, 619.0, 617.0, 620.0, 619.0, 621.0, 617.0, 620.0, 617.0, 617.0, 617.0, 617.0, 619.0, 619.0, 622.0, 620.0, 624.0, 619.0, 617.0, 619.0, 618.0, 620.0, 619.0, 622.0, 618.0, 621.0, 618.0, 620.0, 620.0, 619.0, 621.0, 617.0, 620.0, 614.0, 619.0, 614.0, 617.0, 613.0, 617.0, 614.0, 616.0, 614.0, 618.0, 614.0, 612.0, 613.0, 613.0, 612.0, 613.0, 615.0, 614.0, 616.0, 614.0, 614.0, 613.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 615.0, 617.0, 615.0, 615.0, 616.0, 615.0, 618.0, 616.0, 617.0, 617.0, 618.0, 618.0, 619.0, 617.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 618.0, 619.0, 617.0, 619.0, 618.0, 619.0, 622.0, 619.0, 618.0, 620.0, 617.0, 620.0, 617.0, 621.0, 618.0, 621.0, 620.0, 618.0, 620.0, 618.0, 618.0, 617.0, 619.0, 617.0, 618.0, 618.0, 618.0, 620.0, 618.0, 619.0, 618.0, 620.0, 619.0, 621.0, 618.0, 619.0, 618.0, 619.0, 620.0, 618.0, 620.0, 619.0, 622.0, 620.0, 619.0, 620.0, 619.0, 623.0, 620.0, 621.0, 619.0, 622.0, 619.0, 622.0, 619.0, 619.0, 620.0, 619.0, 622.0, 620.0, 623.0, 619.0, 621.0, 619.0, 619.0, 619.0, 619.0, 622.0, 619.0, 623.0, 620.0, 619.0, 622.0, 619.0, 621.0, 618.0, 623.0, 619.0, 622.0, 618.0, 619.0, 618.0, 617.0, 618.0, 617.0, 622.0, 618.0, 620.0, 618.0, 618.0, 617.0, 620.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 616.0, 619.0, 616.0, 618.0, 617.0, 619.0, 617.0, 620.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 623.0, 618.0, 621.0, 617.0, 620.0, 617.0, 621.0, 620.0, 622.0, 618.0, 620.0, 620.0, 618.0, 619.0, 617.0, 618.0, 618.0, 620.0, 618.0, 622.0, 619.0, 618.0, 620.0, 618.0, 620.0, 617.0, 620.0, 617.0, 621.0, 617.0, 621.0, 617.0, 617.0, 617.0, 617.0, 620.0, 618.0, 621.0, 618.0, 621.0, 618.0, 618.0, 618.0, 617.0, 618.0, 618.0, 621.0, 618.0, 620.0, 617.0, 619.0, 616.0, 619.0, 617.0, 620.0, 616.0, 619.0, 617.0, 618.0, 617.0, 620.0, 617.0, 617.0, 617.0, 617.0, 619.0, 617.0, 619.0, 617.0, 620.0, 617.0, 621.0, 618.0, 620.0, 618.0, 621.0, 617.0, 620.0, 617.0, 617.0, 617.0, 617.0, 620.0, 617.0, 619.0, 617.0, 621.0, 617.0, 622.0, 618.0, 619.0, 620.0, 620.0, 623.0, 619.0, 620.0, 619.0, 619.0, 622.0, 618.0, 621.0, 618.0, 621.0, 618.0, 622.0, 617.0, 622.0, 620.0, 621.0, 619.0, 619.0, 617.0, 618.0, 616.0, 617.0, 616.0, 613.0, 615.0, 613.0, 617.0, 613.0, 616.0, 612.0, 615.0, 613.0, 616.0, 614.0, 617.0, 614.0, 614.0, 614.0, 614.0, 618.0, 615.0, 618.0, 615.0, 618.0, 615.0, 617.0, 615.0, 618.0, 616.0, 620.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 620.0, 618.0, 620.0, 618.0, 621.0, 618.0, 620.0, 618.0, 620.0, 618.0, 619.0, 620.0, 617.0, 618.0, 618.0, 619.0, 618.0, 619.0, 617.0, 621.0, 617.0, 622.0, 620.0, 621.0, 618.0, 620.0, 617.0, 621.0, 621.0, 620.0, 620.0, 618.0, 619.0, 617.0, 617.0, 616.0, 617.0, 620.0, 618.0, 621.0, 618.0, 620.0, 618.0, 618.0, 619.0, 618.0, 621.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 617.0, 619.0, 621.0, 618.0, 622.0, 618.0, 621.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 621.0, 618.0, 620.0, 618.0, 621.0, 618.0, 621.0, 617.0, 621.0, 618.0, 619.0, 617.0, 617.0, 620.0, 616.0, 619.0, 617.0, 621.0, 617.0, 621.0, 617.0, 620.0, 616.0, 615.0, 616.0, 616.0, 619.0, 615.0, 619.0, 616.0, 620.0, 617.0, 621.0, 616.0, 620.0, 616.0, 619.0, 615.0, 616.0, 616.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 616.0, 619.0, 616.0, 620.0, 616.0, 618.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 618.0, 616.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 620.0, 617.0, 618.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 621.0, 617.0, 618.0, 617.0, 617.0, 618.0, 620.0, 621.0, 617.0, 621.0, 616.0, 619.0, 617.0, 617.0, 616.0, 618.0, 617.0, 617.0, 620.0, 617.0, 619.0, 616.0, 618.0, 617.0, 620.0, 616.0, 619.0, 616.0, 619.0, 615.0, 619.0, 615.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 617.0, 618.0, 616.0, 620.0, 616.0, 619.0, 617.0, 616.0, 616.0, 617.0, 619.0, 616.0, 618.0, 616.0, 620.0, 616.0, 619.0, 616.0, 617.0, 616.0, 616.0, 619.0, 616.0, 618.0, 616.0, 621.0, 618.0, 621.0, 619.0, 619.0, 616.0, 615.0, 618.0, 617.0, 619.0, 616.0, 620.0, 616.0, 616.0, 617.0, 616.0, 619.0, 617.0, 619.0, 616.0, 621.0, 616.0, 619.0, 615.0, 616.0, 616.0, 614.0, 619.0, 614.0, 617.0, 615.0, 617.0, 614.0, 617.0, 615.0, 618.0, 615.0, 618.0, 616.0, 616.0, 616.0, 619.0, 618.0, 619.0, 621.0, 617.0, 617.0, 616.0, 617.0, 617.0, 618.0, 616.0, 619.0, 617.0, 620.0, 617.0, 621.0, 618.0, 621.0, 620.0, 621.0, 618.0, 619.0, 619.0, 615.0, 618.0, 613.0, 617.0, 614.0, 618.0, 615.0, 618.0, 614.0, 612.0, 612.0, 612.0, 617.0, 612.0, 616.0, 612.0, 616.0, 612.0, 615.0, 612.0, 613.0, 612.0, 613.0, 614.0, 614.0, 614.0, 614.0, 617.0, 614.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 618.0, 616.0, 620.0, 616.0, 619.0, 617.0, 616.0, 616.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 617.0, 616.0, 617.0, 618.0, 618.0, 619.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.0006905638665132336</td></tr>
<tr><td colspan=3>aqi</td><td>0.020979580552359035</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.06852712502299</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2652224071774183</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0051513611866347</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>9294.5088</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08884797274973574</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.37335272588405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2878483999988983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5552764845320066</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2769332931212443</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161025</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017959317192435265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01627195067703724</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.053173055729093</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>39.4756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.2026</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>308324.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>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.0493</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7825</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.6795</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.4213</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>87.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>61.4329</td></tr>
<tr><td colspan=3>tsnr</td><td>42.82169284997508</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>