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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-04_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_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-0088/ses-04/func/sub-0088_ses-04_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>89a4beb6a1d1ce99c18d15745540ecec</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>11:07:42.497500</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_VE11E_LATEST_20181129</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0867843</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b38424f4-6ed6-4976-beb2-55a602f9f6f2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['110742.497500', '110742.957500', '110743.417500', '110743.877500', '110744.337500', '110744.797500', '110745.257500', '110745.717500', '110746.177500', '110746.637500', '110747.097500', '110747.557500', '110748.017500', '110748.477500', '110748.937500', '110749.397500', '110749.857500', '110750.317500', '110750.777500', '110751.237500', '110751.697500', '110752.157500', '110752.617500', '110753.077500', '110753.537500', '110753.997500', '110754.457500', '110754.917500', '110755.377500', '110755.837500', '110756.297500', '110756.757500', '110757.217500', '110757.677500', '110758.137500', '110758.597500', '110759.057500', '110759.517500', '110759.977500', '110800.437500', '110800.897500', '110801.357500', '110801.817500', '110802.277500', '110802.737500', '110803.197500', '110803.657500', '110804.117500', '110804.577500', '110805.037500', '110805.497500', '110805.957500', '110806.417500', '110806.877500', '110807.337500', '110807.797500', '110808.257500', '110808.717500', '110809.177500', '110809.637500', '110810.097500', '110810.557500', '110811.017500', '110811.477500', '110811.937500', '110812.397500', '110812.857500', '110813.317500', '110813.777500', '110814.237500', '110814.697500', '110815.157500', '110815.617500', '110816.077500', '110816.537500', '110816.997500', '110817.457500', '110817.917500', '110818.377500', '110818.837500', '110819.297500', '110819.757500', '110820.217500', '110820.677500', '110821.137500', '110821.597500', '110822.057500', '110822.517500', '110822.977500', '110823.437500', '110823.897500', '110824.357500', '110824.817500', '110825.277500', '110825.737500', '110826.197500', '110826.657500', '110827.117500', '110827.577500', '110828.037500', '110828.497500', '110828.957500', '110829.417500', '110829.877500', '110830.337500', '110830.797500', '110831.257500', '110831.717500', '110832.177500', '110832.637500', '110833.097500', '110833.557500', '110834.017500', '110834.477500', '110834.937500', '110835.397500', '110835.857500', '110836.317500', '110836.777500', '110837.237500', '110837.697500', '110838.157500', '110838.617500', '110839.077500', '110839.537500', '110839.997500', '110840.457500', '110840.917500', '110841.377500', '110841.837500', '110842.297500', '110842.757500', '110843.217500', '110843.677500', '110844.137500', '110844.597500', '110845.057500', '110845.517500', '110845.977500', '110846.437500', '110846.897500', '110847.357500', '110847.817500', '110848.277500', '110848.737500', '110849.197500', '110849.657500', '110850.117500', '110850.577500', '110851.037500', '110851.497500', '110851.957500', '110852.417500', '110852.877500', '110853.337500', '110853.797500', '110854.257500', '110854.717500', '110855.177500', '110855.637500', '110856.097500', '110856.557500', '110857.017500', '110857.477500', '110857.937500', '110858.397500', '110858.857500', '110859.317500', '110859.777500', '110900.237500', '110900.697500', '110901.157500', '110901.617500', '110902.077500', '110902.537500', '110902.997500', '110903.457500', '110903.917500', '110904.377500', '110904.837500', '110905.297500', '110905.757500', '110906.217500', '110906.677500', '110907.137500', '110907.597500', '110908.057500', '110908.517500', '110908.977500', '110909.437500', '110909.897500', '110910.357500', '110910.817500', '110911.277500', '110911.737500', '110912.197500', '110912.657500', '110913.117500', '110913.577500', '110914.037500', '110914.497500', '110914.957500', '110915.417500', '110915.877500', '110916.337500', '110916.797500', '110917.257500', '110917.717500', '110918.177500', '110918.637500', '110919.097500', '110919.557500', '110920.017500', '110920.477500', '110920.937500', '110921.397500', '110921.857500', '110922.317500', '110922.777500', '110923.237500', '110923.697500', '110924.157500', '110924.617500', '110925.077500', '110925.537500', '110925.997500', '110926.457500', '110926.917500', '110927.377500', '110927.837500', '110928.297500', '110928.757500', '110929.217500', '110929.677500', '110930.137500', '110930.597500', '110931.057500', '110931.517500', '110931.977500', '110932.437500', '110932.897500', '110933.357500', '110933.817500', '110934.277500', '110934.737500', '110935.197500', '110935.657500', '110936.117500', '110936.577500', '110937.037500', '110937.497500', '110937.957500', '110938.417500', '110938.877500', '110939.337500', '110939.797500', '110940.257500', '110940.717500', '110941.177500', '110941.637500', '110942.097500', '110942.557500', '110943.017500', '110943.477500', '110943.937500', '110944.397500', '110944.857500', '110945.317500', '110945.777500', '110946.237500', '110946.697500', '110947.157500', '110947.617500', '110948.077500', '110948.537500', '110948.997500', '110949.457500', '110949.917500', '110950.377500', '110950.837500', '110951.297500', '110951.757500', '110952.217500', '110952.677500', '110953.137500', '110953.597500', '110954.057500', '110954.517500', '110954.977500', '110955.437500', '110955.897500', '110956.357500', '110956.817500', '110957.277500', '110957.737500', '110958.197500', '110958.657500', '110959.117500', '110959.577500', '111000.037500', '111000.497500', '111000.957500', '111001.417500', '111001.877500', '111002.337500', '111002.797500', '111003.257500', '111003.717500', '111004.177500', '111004.637500', '111005.097500', '111005.557500', '111006.017500', '111006.477500', '111006.937500', '111007.397500', '111007.857500', '111008.317500', '111008.777500', '111009.237500', '111009.697500', '111010.157500', '111010.617500', '111011.077500', '111011.537500', '111011.997500', '111012.457500', '111012.917500', '111013.377500', '111013.837500', '111014.297500', '111014.757500', '111015.217500', '111015.677500', '111016.137500', '111016.597500', '111017.057500', '111017.517500', '111017.977500', '111018.437500', '111018.897500', '111019.357500', '111019.817500', '111020.277500', '111020.737500', '111021.197500', '111021.657500', '111022.117500', '111022.577500', '111023.037500', '111023.497500', '111023.957500', '111024.417500', '111024.877500', '111025.337500', '111025.797500', '111026.257500', '111026.717500', '111027.177500', '111027.637500', '111028.097500', '111028.557500', '111029.017500', '111029.477500', '111029.937500', '111030.397500', '111030.857500', '111031.317500', '111031.777500', '111032.237500', '111032.697500', '111033.157500', '111033.617500', '111034.077500', '111034.537500', '111034.997500', '111035.457500', '111035.917500', '111036.377500', '111036.837500', '111037.297500', '111037.757500', '111038.217500', '111038.677500', '111039.137500', '111039.597500', '111040.057500', '111040.517500', '111040.977500', '111041.437500', '111041.897500', '111042.357500', '111042.817500', '111043.277500', '111043.737500', '111044.197500', '111044.657500', '111045.117500', '111045.577500', '111046.037500', '111046.497500', '111046.957500', '111047.417500', '111047.877500', '111048.337500', '111048.797500', '111049.257500', '111049.717500', '111050.177500', '111050.637500', '111051.097500', '111051.557500', '111052.017500', '111052.477500', '111052.937500', '111053.397500', '111053.857500', '111054.317500', '111054.777500', '111055.237500', '111055.697500', '111056.157500', '111056.617500', '111057.077500', '111057.537500', '111057.997500', '111058.457500', '111058.917500', '111059.377500', '111059.837500', '111100.297500', '111100.757500', '111101.217500', '111101.677500', '111102.137500', '111102.597500', '111103.057500', '111103.517500', '111103.977500', '111104.437500', '111104.897500', '111105.357500', '111105.817500', '111106.277500', '111106.737500', '111107.197500', '111107.657500', '111108.117500', '111108.577500', '111109.037500', '111109.497500', '111109.957500', '111110.417500', '111110.877500', '111111.337500', '111111.797500', '111112.257500', '111112.717500', '111113.177500', '111113.637500', '111114.097500', '111114.557500', '111115.017500', '111115.477500', '111115.937500', '111116.397500', '111116.857500', '111117.317500', '111117.777500', '111118.237500', '111118.697500', '111119.157500', '111119.617500', '111120.077500', '111120.537500', '111120.997500', '111121.457500', '111121.917500', '111122.377500', '111122.837500', '111123.297500', '111123.757500', '111124.217500', '111124.677500', '111125.137500', '111125.597500', '111126.057500', '111126.517500', '111126.977500', '111127.437500', '111127.897500', '111128.357500', '111128.817500', '111129.277500', '111129.737500', '111130.197500', '111130.657500', '111131.117500', '111131.577500', '111132.037500', '111132.497500', '111132.957500', '111133.417500', '111133.877500', '111134.337500', '111134.797500', '111135.257500', '111135.717500', '111136.177500', '111136.637500', '111137.097500', '111137.557500', '111138.017500', '111138.477500', '111138.937500', '111139.397500', '111139.857500', '111140.317500', '111140.777500', '111141.237500', '111141.697500', '111142.157500', '111142.617500', '111143.077500', '111143.537500', '111143.997500', '111144.457500', '111144.917500', '111145.377500', '111145.837500', '111146.297500', '111146.757500', '111147.217500', '111147.677500', '111148.137500', '111148.597500', '111149.057500', '111149.517500', '111149.977500', '111150.437500', '111150.897500', '111151.357500', '111151.817500', '111152.277500', '111152.737500', '111153.197500', '111153.657500', '111154.117500', '111154.577500', '111155.037500', '111155.497500', '111155.957500', '111156.417500', '111156.877500', '111157.337500', '111157.797500', '111158.257500', '111158.717500', '111159.177500', '111159.637500', '111200.097500', '111200.557500', '111201.017500', '111201.477500', '111201.937500', '111202.397500', '111202.857500', '111203.317500', '111203.777500', '111204.237500', '111204.697500', '111205.157500', '111205.617500', '111206.077500', '111206.537500', '111206.997500', '111207.457500', '111207.917500', '111208.377500', '111208.837500', '111209.297500', '111209.757500', '111210.217500', '111210.677500', '111211.137500', '111211.597500', '111212.057500', '111212.517500', '111212.977500', '111213.437500', '111213.897500', '111214.357500', '111214.817500', '111215.277500', '111215.737500', '111216.197500', '111216.657500', '111217.117500', '111217.577500', '111218.037500', '111218.497500', '111218.957500', '111219.417500', '111219.877500', '111220.337500', '111220.797500', '111221.257500', '111221.717500', '111222.177500', '111222.637500', '111223.097500', '111223.557500', '111224.017500', '111224.477500', '111224.937500', '111225.397500', '111225.857500', '111226.317500', '111226.777500', '111227.237500', '111227.697500', '111228.157500', '111228.617500', '111229.077500', '111229.537500', '111229.997500', '111230.457500', '111230.917500', '111231.377500', '111231.837500', '111232.297500', '111232.757500', '111233.217500', '111233.677500', '111234.137500', '111234.597500', '111235.057500', '111235.517500', '111235.977500', '111236.437500', '111236.897500', '111237.357500', '111237.817500', '111238.277500', '111238.737500', '111239.197500', '111239.657500', '111240.117500', '111240.577500', '111241.037500', '111241.497500', '111241.957500', '111242.417500', '111242.877500', '111243.337500', '111243.797500', '111244.257500', '111244.717500', '111245.177500', '111245.637500', '111246.097500', '111246.557500', '111247.017500', '111247.477500', '111247.937500', '111248.397500', '111248.857500', '111249.317500', '111249.777500', '111250.237500', '111250.697500', '111251.157500', '111251.617500', '111252.077500', '111252.537500', '111252.997500', '111253.457500', '111253.917500', '111254.377500', '111254.837500', '111255.297500', '111255.757500', '111256.217500', '111256.677500', '111257.137500', '111257.597500', '111258.057500', '111258.517500', '111258.977500', '111259.437500', '111259.897500', '111300.357500', '111300.817500', '111301.277500', '111301.737500', '111302.197500', '111302.657500', '111303.117500', '111303.577500', '111304.037500', '111304.497500', '111304.957500', '111305.417500', '111305.877500', '111306.337500', '111306.797500', '111307.257500', '111307.717500', '111308.177500', '111308.637500', '111309.097500', '111309.557500', '111310.017500', '111310.477500', '111310.937500', '111311.397500', '111311.857500', '111312.317500', '111312.777500', '111313.237500', '111313.697500', '111314.157500', '111314.617500', '111315.077500', '111315.537500', '111315.997500', '111316.457500', '111316.917500', '111317.377500', '111317.837500', '111318.297500', '111318.757500', '111319.217500', '111319.677500', '111320.137500', '111320.597500', '111321.057500', '111321.517500', '111321.977500', '111322.437500', '111322.897500', '111323.357500', '111323.817500', '111324.277500', '111324.737500', '111325.197500', '111325.657500', '111326.117500', '111326.577500', '111327.037500', '111327.497500', '111327.957500', '111328.417500', '111328.877500', '111329.337500', '111329.797500', '111330.257500', '111330.717500', '111331.177500', '111331.637500', '111332.097500', '111332.557500', '111333.017500', '111333.477500', '111333.937500', '111334.397500', '111334.857500', '111335.317500', '111335.777500', '111336.237500', '111336.697500', '111337.157500', '111337.617500', '111338.077500', '111338.537500', '111338.997500', '111339.457500', '111339.917500', '111340.377500', '111340.837500', '111341.297500', '111341.757500', '111342.217500', '111342.677500', '111343.137500', '111343.597500', '111344.057500', '111344.517500', '111344.977500', '111345.437500', '111345.897500', '111346.357500', '111346.817500', '111347.277500', '111347.737500', '111348.197500', '111348.657500', '111349.117500', '111349.577500', '111350.037500', '111350.497500', '111350.957500', '111351.417500', '111351.877500', '111352.337500', '111352.797500', '111353.257500', '111353.717500', '111354.177500', '111354.637500', '111355.097500', '111355.557500', '111356.017500', '111356.477500', '111356.937500', '111357.397500', '111357.857500', '111358.317500', '111358.777500', '111359.237500', '111359.697500', '111400.157500', '111400.617500', '111401.077500', '111401.537500', '111401.997500', '111402.457500', '111402.917500', '111403.377500', '111403.837500', '111404.297500', '111404.757500', '111405.217500', '111405.677500', '111406.137500', '111406.597500', '111407.057500', '111407.517500', '111407.977500', '111408.437500', '111408.897500', '111409.357500', '111409.817500', '111410.277500', '111410.737500', '111411.197500', '111411.657500', '111412.117500', '111412.577500', '111413.037500', '111413.497500', '111413.957500', '111414.417500', '111414.877500', '111415.337500', '111415.797500', '111416.257500', '111416.717500', '111417.177500', '111417.637500', '111418.097500', '111418.557500', '111419.017500', '111419.477500', '111419.937500', '111420.397500', '111420.857500', '111421.317500', '111421.777500', '111422.237500', '111422.697500', '111423.157500'], 'ContentTime': ['110807.664000', '110807.672000', '110807.674000', '110807.677000', '110807.680000', '110807.682000', '110807.685000', '110807.688000', '110807.690000', '110807.693000', '110807.695000', '110807.698000', '110807.700000', '110807.703000', '110807.706000', '110807.708000', '110807.711000', '110807.713000', '110807.722000', '110807.725000', '110807.734000', '110807.737000', '110807.740000', '110807.742000', '110807.745000', '110807.747000', '110807.750000', '110807.753000', '110807.755000', '110807.758000', '110807.760000', '110807.763000', '110807.766000', '110807.768000', '110807.771000', '110807.774000', '110807.776000', '110807.779000', '110807.782000', '110807.785000', '110807.787000', '110807.790000', '110807.793000', '110807.795000', '110807.798000', '110807.800000', '110807.803000', '110807.806000', '110807.808000', '110807.811000', '110807.813000', '110807.816000', '110827.634000', '110827.636000', '110827.639000', '110827.642000', '110827.644000', '110827.647000', '110827.650000', '110827.652000', '110827.655000', '110827.657000', '110827.660000', '110827.663000', '110827.665000', '110827.668000', '110827.671000', '110827.675000', '110827.677000', '110827.680000', '110827.683000', '110827.685000', '110827.688000', '110827.691000', '110827.693000', '110827.696000', '110827.698000', '110827.701000', '110827.704000', '110827.706000', '110827.709000', '110827.711000', '110827.714000', '110827.717000', '110827.719000', '110827.722000', '110827.724000', '110827.727000', '110827.729000', '110827.732000', '110827.735000', '110827.737000', '110827.740000', '110827.742000', '110827.745000', '110827.747000', '110847.632000', '110847.635000', '110847.638000', '110847.640000', '110847.643000', '110847.646000', '110847.648000', '110847.651000', '110847.653000', '110847.656000', '110847.666000', '110847.669000', '110847.672000', '110847.674000', '110847.677000', '110847.679000', '110847.692000', '110847.695000', '110847.697000', '110847.700000', '110847.703000', '110847.705000', '110847.708000', '110847.710000', '110847.713000', '110847.716000', '110847.718000', '110847.721000', '110847.724000', '110847.726000', '110847.729000', '110847.731000', '110847.734000', '110847.737000', '110847.739000', '110847.742000', '110847.744000', '110847.747000', '110847.749000', '110847.752000', '110847.755000', '110847.757000', '110847.760000', '110907.633000', '110907.636000', '110907.639000', '110907.642000', '110907.644000', '110907.647000', '110907.649000', '110907.652000', '110907.655000', '110907.657000', '110907.660000', '110907.662000', '110907.665000', '110907.668000', '110907.670000', '110907.673000', '110907.675000', '110907.678000', '110907.681000', '110907.687000', '110907.690000', '110907.693000', '110907.695000', '110907.698000', '110907.700000', '110907.703000', '110907.706000', '110907.708000', '110907.711000', '110907.713000', '110907.716000', '110907.719000', '110907.721000', '110907.724000', '110907.726000', '110907.729000', '110907.731000', '110907.734000', '110907.737000', '110907.739000', '110907.742000', '110907.744000', '110907.747000', '110907.750000', '110927.633000', '110927.636000', '110927.639000', '110927.644000', '110927.646000', '110927.649000', '110927.652000', '110927.654000', '110927.657000', '110927.660000', '110927.662000', '110927.665000', '110927.667000', '110927.670000', '110927.681000', '110927.683000', '110927.686000', '110927.688000', '110927.691000', '110927.694000', '110927.696000', '110927.699000', '110927.701000', '110927.704000', '110927.707000', '110927.710000', '110927.712000', '110927.715000', '110927.717000', '110927.720000', '110927.723000', '110927.725000', '110927.728000', '110927.730000', '110927.733000', '110927.736000', '110927.738000', '110927.741000', '110927.743000', '110927.746000', '110927.749000', '110927.751000', '110927.754000', '110947.633000', '110947.636000', '110947.639000', '110947.642000', '110947.644000', '110947.647000', '110947.649000', '110947.652000', '110947.655000', '110947.657000', '110947.660000', '110947.662000', '110947.665000', '110947.668000', '110947.670000', '110947.673000', '110947.675000', '110947.678000', '110947.681000', '110947.683000', '110947.686000', '110947.689000', '110947.691000', '110947.694000', '110947.696000', '110947.699000', '110947.702000', '110947.704000', '110947.707000', '110947.710000', '110947.712000', '110947.715000', '110947.717000', '110947.720000', '110947.722000', '110947.725000', '110947.728000', '110947.730000', '110947.738000', '110947.740000', '110947.743000', '110947.746000', '110947.749000', '110947.751000', '111007.634000', '111007.636000', '111007.639000', '111007.642000', '111007.644000', '111007.647000', '111007.650000', '111007.652000', '111007.655000', '111007.657000', '111007.660000', '111007.663000', '111007.665000', '111007.668000', '111007.671000', '111007.673000', '111007.676000', '111007.679000', '111007.681000', '111007.684000', '111007.686000', '111007.689000', '111007.692000', '111007.694000', '111007.697000', '111007.699000', '111007.702000', '111007.705000', '111007.707000', '111007.710000', '111007.713000', '111007.715000', '111007.718000', '111007.720000', '111007.723000', '111007.726000', '111007.728000', '111007.731000', '111007.734000', '111007.736000', '111007.739000', '111007.754000', '111007.757000', '111027.633000', '111027.636000', '111027.639000', '111027.641000', '111027.644000', '111027.647000', '111027.649000', '111027.652000', '111027.655000', '111027.657000', '111027.660000', '111027.662000', '111027.665000', '111027.668000', '111027.670000', '111027.673000', '111027.675000', '111027.678000', '111027.681000', '111027.683000', '111027.686000', '111027.688000', '111027.691000', '111027.701000', '111027.703000', '111027.706000', '111027.709000', '111027.711000', '111027.714000', '111027.716000', '111027.719000', '111027.722000', '111027.724000', '111027.727000', '111027.729000', '111027.732000', '111027.735000', '111027.737000', '111027.740000', '111027.743000', '111027.745000', '111027.748000', '111027.750000', '111027.753000', '111047.632000', '111047.635000', '111047.638000', '111047.641000', '111047.643000', '111047.646000', '111047.648000', '111047.651000', '111047.654000', '111047.656000', '111047.659000', '111047.661000', '111047.664000', '111047.667000', '111047.669000', '111047.672000', '111047.674000', '111047.677000', '111047.680000', '111047.682000', '111047.685000', '111047.688000', '111047.690000', '111047.693000', '111047.695000', '111047.698000', '111047.701000', '111047.703000', '111047.706000', '111047.713000', '111047.716000', '111047.718000', '111047.721000', '111047.723000', '111047.726000', '111047.729000', '111047.731000', '111047.734000', '111047.737000', '111047.739000', '111047.742000', '111047.745000', '111047.747000', '111107.633000', '111107.635000', '111107.638000', '111107.641000', '111107.644000', '111107.646000', '111107.649000', '111107.651000', '111107.661000', '111107.663000', '111107.667000', '111107.670000', '111107.673000', '111107.675000', '111107.678000', '111107.681000', '111107.684000', '111107.686000', '111107.689000', '111107.692000', '111107.694000', '111107.697000', '111107.700000', '111107.702000', '111107.705000', '111107.707000', '111107.710000', '111107.713000', '111107.716000', '111107.718000', '111107.721000', '111107.723000', '111107.726000', '111107.729000', '111107.731000', '111107.734000', '111107.737000', '111107.739000', '111107.742000', '111107.744000', '111107.747000', '111107.749000', '111107.752000', '111127.633000', '111127.636000', '111127.639000', '111127.642000', '111127.644000', '111127.647000', '111127.650000', '111127.652000', '111127.655000', '111127.658000', '111127.660000', '111127.663000', '111127.665000', '111127.668000', '111127.671000', '111127.673000', '111127.676000', '111127.678000', '111127.681000', '111127.683000', '111127.686000', '111127.689000', '111127.691000', '111127.694000', '111127.697000', '111127.699000', '111127.702000', '111127.704000', '111127.707000', '111127.710000', '111127.712000', '111127.715000', '111127.717000', '111127.720000', '111127.723000', '111127.725000', '111127.728000', '111127.730000', '111127.733000', '111127.736000', '111127.738000', '111127.741000', '111127.743000', '111127.746000', '111147.634000', '111147.637000', '111147.640000', '111147.643000', '111147.645000', '111147.648000', '111147.650000', '111147.653000', '111147.656000', '111147.658000', '111147.661000', '111147.664000', '111147.666000', '111147.669000', '111147.672000', '111147.674000', '111147.677000', '111147.679000', '111147.682000', '111147.684000', '111147.687000', '111147.690000', '111147.692000', '111147.695000', '111147.698000', '111147.700000', '111147.703000', '111147.705000', '111147.708000', '111147.711000', '111147.713000', '111147.716000', '111147.718000', '111147.721000', '111147.724000', '111147.726000', '111147.729000', '111147.746000', '111147.749000', '111147.751000', '111147.754000', '111147.756000', '111147.759000', '111207.634000', '111207.637000', '111207.639000', '111207.642000', '111207.644000', '111207.647000', '111207.650000', '111207.652000', '111207.655000', '111207.658000', '111207.660000', '111207.663000', '111207.665000', '111207.668000', '111207.670000', '111207.673000', '111207.676000', '111207.678000', '111207.681000', '111207.684000', '111207.686000', '111207.689000', '111207.692000', '111207.694000', '111207.697000', '111207.699000', '111207.702000', '111207.705000', '111207.707000', '111207.710000', '111207.712000', '111207.715000', '111207.718000', '111207.720000', '111207.723000', '111207.725000', '111207.728000', '111207.731000', '111207.734000', '111207.736000', '111207.739000', '111207.741000', '111207.744000', '111207.747000', '111227.633000', '111227.636000', '111227.639000', '111227.642000', '111227.644000', '111227.647000', '111227.649000', '111227.652000', '111227.655000', '111227.657000', '111227.660000', '111227.664000', '111227.666000', '111227.669000', '111227.672000', '111227.674000', '111227.677000', '111227.680000', '111227.682000', '111227.685000', '111227.688000', '111227.690000', '111227.693000', '111227.696000', '111227.698000', '111227.701000', '111227.703000', '111227.707000', '111227.710000', '111227.713000', '111227.715000', '111227.718000', '111227.721000', '111227.723000', '111227.726000', '111227.728000', '111227.731000', '111227.734000', '111227.736000', '111227.739000', '111227.742000', '111227.744000', '111227.747000', '111247.633000', '111247.636000', '111247.639000', '111247.642000', '111247.645000', '111247.647000', '111247.650000', '111247.653000', '111247.655000', '111247.658000', '111247.660000', '111247.663000', '111247.666000', '111247.668000', '111247.671000', '111247.673000', '111247.676000', '111247.679000', '111247.681000', '111247.684000', '111247.687000', '111247.689000', '111247.692000', '111247.695000', '111247.697000', '111247.700000', '111247.702000', '111247.705000', '111247.708000', '111247.710000', '111247.713000', '111247.716000', '111247.718000', '111247.721000', '111247.724000', '111247.726000', '111247.729000', '111247.732000', '111247.734000', '111247.737000', '111247.740000', '111247.742000', '111247.745000', '111247.747000', '111307.633000', '111307.636000', '111307.638000', '111307.641000', '111307.643000', '111307.646000', '111307.649000', '111307.651000', '111307.654000', '111307.657000', '111307.659000', '111307.662000', '111307.664000', '111307.667000', '111307.670000', '111307.672000', '111307.675000', '111307.678000', '111307.680000', '111307.683000', '111307.685000', '111307.688000', '111307.691000', '111307.696000', '111307.698000', '111307.701000', '111307.703000', '111307.706000', '111307.709000', '111307.711000', '111307.714000', '111307.717000', '111307.719000', '111307.722000', '111307.725000', '111307.727000', '111307.730000', '111307.732000', '111307.735000', '111307.738000', '111307.740000', '111307.743000', '111307.745000', '111327.632000', '111327.635000', '111327.638000', '111327.641000', '111327.644000', '111327.646000', '111327.649000', '111327.652000', '111327.654000', '111327.657000', '111327.659000', '111327.662000', '111327.665000', '111327.667000', '111327.670000', '111327.672000', '111327.675000', '111327.678000', '111327.680000', '111327.683000', '111327.686000', '111327.688000', '111327.691000', '111327.694000', '111327.696000', '111327.699000', '111327.701000', '111327.704000', '111327.707000', '111327.709000', '111327.712000', '111327.714000', '111327.717000', '111327.720000', '111327.722000', '111327.725000', '111327.728000', '111327.730000', '111327.733000', '111327.735000', '111327.738000', '111327.740000', '111327.743000', '111327.746000', '111347.633000', '111347.636000', '111347.641000', '111347.643000', '111347.646000', '111347.649000', '111347.651000', '111347.654000', '111347.657000', '111347.659000', '111347.662000', '111347.665000', '111347.667000', '111347.670000', '111347.672000', '111347.675000', '111347.678000', '111347.680000', '111347.683000', '111347.685000', '111347.688000', '111347.691000', '111347.693000', '111347.696000', '111347.699000', '111347.701000', '111347.704000', '111347.707000', '111347.709000', '111347.712000', '111347.715000', '111347.719000', '111347.722000', '111347.724000', '111347.727000', '111347.730000', '111347.732000', '111347.735000', '111347.737000', '111347.740000', '111347.742000', '111347.745000', '111347.749000', '111407.634000', '111407.637000', '111407.640000', '111407.642000', '111407.645000', '111407.648000', '111407.650000', '111407.653000', '111407.655000', '111407.658000', '111407.661000', '111407.663000', '111407.666000', '111407.669000', '111407.671000', '111407.674000', '111407.676000', '111407.679000', '111407.682000', '111407.684000', '111407.687000', '111407.690000', '111407.692000', '111407.695000', '111407.697000', '111407.700000', '111407.703000', '111407.705000', '111407.708000', '111407.711000', '111407.713000', '111407.716000', '111407.718000', '111407.721000', '111407.724000', '111407.726000', '111407.729000', '111407.731000', '111407.734000', '111407.737000', '111407.739000', '111407.742000', '111407.745000', '111407.747000', '111424.525000', '111424.529000', '111424.532000', '111424.535000', '111424.538000', '111424.541000', '111424.544000', '111424.547000', '111424.549000', '111424.552000', '111424.555000', '111424.557000', '111424.560000', '111424.563000', '111424.565000', '111424.568000', '111424.571000', '111424.574000', '111424.576000', '111424.579000', '111424.582000', '111424.585000', '111424.587000', '111424.591000', '111424.594000', '111424.597000', '111424.600000', '111424.603000', '111424.606000', '111424.609000', '111424.611000', '111424.614000', '111424.617000', '111424.620000', '111424.622000', '111424.625000', '111424.628000'], 'InstanceCreationTime': ['110807.664000', '110807.672000', '110807.674000', '110807.677000', '110807.680000', '110807.682000', '110807.685000', '110807.688000', '110807.690000', '110807.693000', '110807.695000', '110807.698000', '110807.700000', '110807.703000', '110807.706000', '110807.708000', '110807.711000', '110807.713000', '110807.722000', '110807.725000', '110807.734000', '110807.737000', '110807.740000', '110807.742000', '110807.745000', '110807.747000', '110807.750000', '110807.753000', '110807.755000', '110807.758000', '110807.760000', '110807.763000', '110807.766000', '110807.768000', '110807.771000', '110807.774000', '110807.776000', '110807.779000', '110807.782000', '110807.785000', '110807.787000', '110807.790000', '110807.793000', '110807.795000', '110807.798000', '110807.800000', '110807.803000', '110807.806000', '110807.808000', '110807.811000', '110807.813000', '110807.816000', '110827.634000', '110827.636000', '110827.639000', '110827.642000', '110827.644000', '110827.647000', '110827.650000', '110827.652000', '110827.655000', '110827.657000', '110827.660000', '110827.663000', '110827.665000', '110827.668000', '110827.671000', '110827.675000', '110827.677000', '110827.680000', '110827.683000', '110827.685000', '110827.688000', '110827.691000', '110827.693000', '110827.696000', '110827.698000', '110827.701000', '110827.704000', '110827.706000', '110827.709000', '110827.711000', '110827.714000', '110827.717000', '110827.719000', '110827.722000', '110827.724000', '110827.727000', '110827.729000', '110827.732000', '110827.735000', '110827.737000', '110827.740000', '110827.742000', '110827.745000', '110827.747000', '110847.632000', '110847.635000', '110847.638000', '110847.640000', '110847.643000', '110847.646000', '110847.648000', '110847.651000', '110847.653000', '110847.656000', '110847.666000', '110847.669000', '110847.672000', '110847.674000', '110847.677000', '110847.679000', '110847.692000', '110847.695000', '110847.697000', '110847.700000', '110847.703000', '110847.705000', '110847.708000', '110847.710000', '110847.713000', '110847.716000', '110847.718000', '110847.721000', '110847.724000', '110847.726000', '110847.729000', '110847.731000', '110847.734000', '110847.737000', '110847.739000', '110847.742000', '110847.744000', '110847.747000', '110847.749000', '110847.752000', '110847.755000', '110847.757000', '110847.760000', '110907.633000', '110907.636000', '110907.639000', '110907.642000', '110907.644000', '110907.647000', '110907.649000', '110907.652000', '110907.655000', '110907.657000', '110907.660000', '110907.662000', '110907.665000', '110907.668000', '110907.670000', '110907.673000', '110907.675000', '110907.678000', '110907.681000', '110907.687000', '110907.690000', '110907.693000', '110907.695000', '110907.698000', '110907.700000', '110907.703000', '110907.706000', '110907.708000', '110907.711000', '110907.713000', '110907.716000', '110907.719000', '110907.721000', '110907.724000', '110907.726000', '110907.729000', '110907.731000', '110907.734000', '110907.737000', '110907.739000', '110907.742000', '110907.744000', '110907.747000', '110907.750000', '110927.633000', '110927.636000', '110927.639000', '110927.644000', '110927.646000', '110927.649000', '110927.652000', '110927.654000', '110927.657000', '110927.660000', '110927.662000', '110927.665000', '110927.667000', '110927.670000', '110927.681000', '110927.683000', '110927.686000', '110927.688000', '110927.691000', '110927.694000', '110927.696000', '110927.699000', '110927.701000', '110927.704000', '110927.707000', '110927.710000', '110927.712000', '110927.715000', '110927.717000', '110927.720000', '110927.723000', '110927.725000', '110927.728000', '110927.730000', '110927.733000', '110927.736000', '110927.738000', '110927.741000', '110927.743000', '110927.746000', '110927.749000', '110927.751000', '110927.754000', '110947.633000', '110947.636000', '110947.639000', '110947.642000', '110947.644000', '110947.647000', '110947.649000', '110947.652000', '110947.655000', '110947.657000', '110947.660000', '110947.662000', '110947.665000', '110947.668000', '110947.670000', '110947.673000', '110947.675000', '110947.678000', '110947.681000', '110947.683000', '110947.686000', '110947.689000', '110947.691000', '110947.694000', '110947.696000', '110947.699000', '110947.702000', '110947.704000', '110947.707000', '110947.710000', '110947.712000', '110947.715000', '110947.717000', '110947.720000', '110947.722000', '110947.725000', '110947.728000', '110947.730000', '110947.738000', '110947.740000', '110947.743000', '110947.746000', '110947.749000', '110947.751000', '111007.634000', '111007.636000', '111007.639000', '111007.642000', '111007.644000', '111007.647000', '111007.650000', '111007.652000', '111007.655000', '111007.657000', '111007.660000', '111007.663000', '111007.665000', '111007.668000', '111007.671000', '111007.673000', '111007.676000', '111007.679000', '111007.681000', '111007.684000', '111007.686000', '111007.689000', '111007.692000', '111007.694000', '111007.697000', '111007.699000', '111007.702000', '111007.705000', '111007.707000', '111007.710000', '111007.713000', '111007.715000', '111007.718000', '111007.720000', '111007.723000', '111007.726000', '111007.728000', '111007.731000', '111007.734000', '111007.736000', '111007.739000', '111007.754000', '111007.757000', '111027.633000', '111027.636000', '111027.639000', '111027.641000', '111027.644000', '111027.647000', '111027.649000', '111027.652000', '111027.655000', '111027.657000', '111027.660000', '111027.662000', '111027.665000', '111027.668000', '111027.670000', '111027.673000', '111027.675000', '111027.678000', '111027.681000', '111027.683000', '111027.686000', '111027.688000', '111027.691000', '111027.701000', '111027.703000', '111027.706000', '111027.709000', '111027.711000', '111027.714000', '111027.716000', '111027.719000', '111027.722000', '111027.724000', '111027.727000', '111027.729000', '111027.732000', '111027.735000', '111027.737000', '111027.740000', '111027.743000', '111027.745000', '111027.748000', '111027.750000', '111027.753000', '111047.632000', '111047.635000', '111047.638000', '111047.641000', '111047.643000', '111047.646000', '111047.648000', '111047.651000', '111047.654000', '111047.656000', '111047.659000', '111047.661000', '111047.664000', '111047.667000', '111047.669000', '111047.672000', '111047.674000', '111047.677000', '111047.680000', '111047.682000', '111047.685000', '111047.688000', '111047.690000', '111047.693000', '111047.695000', '111047.698000', '111047.701000', '111047.703000', '111047.706000', '111047.713000', '111047.716000', '111047.718000', '111047.721000', '111047.723000', '111047.726000', '111047.729000', '111047.731000', '111047.734000', '111047.737000', '111047.739000', '111047.742000', '111047.745000', '111047.747000', '111107.633000', '111107.635000', '111107.638000', '111107.641000', '111107.644000', '111107.646000', '111107.649000', '111107.651000', '111107.661000', '111107.663000', '111107.667000', '111107.670000', '111107.673000', '111107.675000', '111107.678000', '111107.681000', '111107.684000', '111107.686000', '111107.689000', '111107.692000', '111107.694000', '111107.697000', '111107.700000', '111107.702000', '111107.705000', '111107.707000', '111107.710000', '111107.713000', '111107.716000', '111107.718000', '111107.721000', '111107.723000', '111107.726000', '111107.729000', '111107.731000', '111107.734000', '111107.737000', '111107.739000', '111107.742000', '111107.744000', '111107.747000', '111107.749000', '111107.752000', '111127.633000', '111127.636000', '111127.639000', '111127.642000', '111127.644000', '111127.647000', '111127.650000', '111127.652000', '111127.655000', '111127.658000', '111127.660000', '111127.663000', '111127.665000', '111127.668000', '111127.671000', '111127.673000', '111127.676000', '111127.678000', '111127.681000', '111127.683000', '111127.686000', '111127.689000', '111127.691000', '111127.694000', '111127.697000', '111127.699000', '111127.702000', '111127.704000', '111127.707000', '111127.710000', '111127.712000', '111127.715000', '111127.717000', '111127.720000', '111127.723000', '111127.725000', '111127.728000', '111127.730000', '111127.733000', '111127.736000', '111127.738000', '111127.741000', '111127.743000', '111127.746000', '111147.634000', '111147.637000', '111147.640000', '111147.643000', '111147.645000', '111147.648000', '111147.650000', '111147.653000', '111147.656000', '111147.658000', '111147.661000', '111147.664000', '111147.666000', '111147.669000', '111147.672000', '111147.674000', '111147.677000', '111147.679000', '111147.682000', '111147.684000', '111147.687000', '111147.690000', '111147.692000', '111147.695000', '111147.698000', '111147.700000', '111147.703000', '111147.705000', '111147.708000', '111147.711000', '111147.713000', '111147.716000', '111147.718000', '111147.721000', '111147.724000', '111147.726000', '111147.729000', '111147.746000', '111147.749000', '111147.751000', '111147.754000', '111147.756000', '111147.759000', '111207.634000', '111207.637000', '111207.639000', '111207.642000', '111207.644000', '111207.647000', '111207.650000', '111207.652000', '111207.655000', '111207.658000', '111207.660000', '111207.663000', '111207.665000', '111207.668000', '111207.670000', '111207.673000', '111207.676000', '111207.678000', '111207.681000', '111207.684000', '111207.686000', '111207.689000', '111207.692000', '111207.694000', '111207.697000', '111207.699000', '111207.702000', '111207.705000', '111207.707000', '111207.710000', '111207.712000', '111207.715000', '111207.718000', '111207.720000', '111207.723000', '111207.725000', '111207.728000', '111207.731000', '111207.734000', '111207.736000', '111207.739000', '111207.741000', '111207.744000', '111207.747000', '111227.633000', '111227.636000', '111227.639000', '111227.642000', '111227.644000', '111227.647000', '111227.649000', '111227.652000', '111227.655000', '111227.657000', '111227.660000', '111227.664000', '111227.666000', '111227.669000', '111227.672000', '111227.674000', '111227.677000', '111227.680000', '111227.682000', '111227.685000', '111227.688000', '111227.690000', '111227.693000', '111227.696000', '111227.698000', '111227.701000', '111227.703000', '111227.707000', '111227.710000', '111227.713000', '111227.715000', '111227.718000', '111227.721000', '111227.723000', '111227.726000', '111227.728000', '111227.731000', '111227.734000', '111227.736000', '111227.739000', '111227.742000', '111227.744000', '111227.747000', '111247.633000', '111247.636000', '111247.639000', '111247.642000', '111247.645000', '111247.647000', '111247.650000', '111247.653000', '111247.655000', '111247.658000', '111247.660000', '111247.663000', '111247.666000', '111247.668000', '111247.671000', '111247.673000', '111247.676000', '111247.679000', '111247.681000', '111247.684000', '111247.687000', '111247.689000', '111247.692000', '111247.695000', '111247.697000', '111247.700000', '111247.702000', '111247.705000', '111247.708000', '111247.710000', '111247.713000', '111247.716000', '111247.718000', '111247.721000', '111247.724000', '111247.726000', '111247.729000', '111247.732000', '111247.734000', '111247.737000', '111247.740000', '111247.742000', '111247.745000', '111247.747000', '111307.633000', '111307.636000', '111307.638000', '111307.641000', '111307.643000', '111307.646000', '111307.649000', '111307.651000', '111307.654000', '111307.657000', '111307.659000', '111307.662000', '111307.664000', '111307.667000', '111307.670000', '111307.672000', '111307.675000', '111307.678000', '111307.680000', '111307.683000', '111307.685000', '111307.688000', '111307.691000', '111307.696000', '111307.698000', '111307.701000', '111307.703000', '111307.706000', '111307.709000', '111307.711000', '111307.714000', '111307.717000', '111307.719000', '111307.722000', '111307.725000', '111307.727000', '111307.730000', '111307.732000', '111307.735000', '111307.738000', '111307.740000', '111307.743000', '111307.745000', '111327.632000', '111327.635000', '111327.638000', '111327.641000', '111327.644000', '111327.646000', '111327.649000', '111327.652000', '111327.654000', '111327.657000', '111327.659000', '111327.662000', '111327.665000', '111327.667000', '111327.670000', '111327.672000', '111327.675000', '111327.678000', '111327.680000', '111327.683000', '111327.686000', '111327.688000', '111327.691000', '111327.694000', '111327.696000', '111327.699000', '111327.701000', '111327.704000', '111327.707000', '111327.709000', '111327.712000', '111327.714000', '111327.717000', '111327.720000', '111327.722000', '111327.725000', '111327.728000', '111327.730000', '111327.733000', '111327.735000', '111327.738000', '111327.740000', '111327.743000', '111327.746000', '111347.633000', '111347.636000', '111347.641000', '111347.643000', '111347.646000', '111347.649000', '111347.651000', '111347.654000', '111347.657000', '111347.659000', '111347.662000', '111347.665000', '111347.667000', '111347.670000', '111347.672000', '111347.675000', '111347.678000', '111347.680000', '111347.683000', '111347.685000', '111347.688000', '111347.691000', '111347.693000', '111347.696000', '111347.699000', '111347.701000', '111347.704000', '111347.707000', '111347.709000', '111347.712000', '111347.715000', '111347.719000', '111347.722000', '111347.724000', '111347.727000', '111347.730000', '111347.732000', '111347.735000', '111347.737000', '111347.740000', '111347.742000', '111347.745000', '111347.749000', '111407.634000', '111407.637000', '111407.640000', '111407.642000', '111407.645000', '111407.648000', '111407.650000', '111407.653000', '111407.655000', '111407.658000', '111407.661000', '111407.663000', '111407.666000', '111407.669000', '111407.671000', '111407.674000', '111407.676000', '111407.679000', '111407.682000', '111407.684000', '111407.687000', '111407.690000', '111407.692000', '111407.695000', '111407.697000', '111407.700000', '111407.703000', '111407.705000', '111407.708000', '111407.711000', '111407.713000', '111407.716000', '111407.718000', '111407.721000', '111407.724000', '111407.726000', '111407.729000', '111407.731000', '111407.734000', '111407.737000', '111407.739000', '111407.742000', '111407.745000', '111407.747000', '111424.525000', '111424.529000', '111424.532000', '111424.535000', '111424.538000', '111424.541000', '111424.544000', '111424.547000', '111424.549000', '111424.552000', '111424.555000', '111424.557000', '111424.560000', '111424.563000', '111424.565000', '111424.568000', '111424.571000', '111424.574000', '111424.576000', '111424.579000', '111424.582000', '111424.585000', '111424.587000', '111424.591000', '111424.594000', '111424.597000', '111424.600000', '111424.603000', '111424.606000', '111424.609000', '111424.611000', '111424.614000', '111424.617000', '111424.620000', '111424.622000', '111424.625000', '111424.628000'], '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': [8546, 7875, 7561, 12188, 7267, 10089, 7099, 12247, 8580, 6916, 10099, 6823, 13565, 8887, 13504, 9388, 10051, 9006, 10201, 8922, 7227, 7922, 7210, 12234, 7595, 7065, 10028, 6939, 13328, 8877, 7981, 10395, 7133, 13767, 9304, 13459, 14738, 12161, 15274, 8594, 10178, 8721, 7343, 14628, 14410, 14973, 12860, 7500, 12218, 8531, 7959, 14515, 8462, 7062, 8034, 7023, 14480, 7959, 7949, 9369, 7387, 7070, 13667, 10441, 12743, 14110, 9139, 10308, 7647, 7246, 7333, 13337, 10091, 7266, 13453, 9302, 12909, 9970, 12290, 11246, 8581, 12510, 8158, 15021, 12179, 13855, 8796, 7290, 13082, 8799, 12901, 11385, 12633, 10096, 7442, 9677, 7378, 12095, 7500, 8584, 9798, 7324, 9710, 7374, 12175, 7650, 10900, 8908, 7604, 11785, 7202, 8716, 9472, 7934, 13661, 6977, 14193, 8447, 13224, 7243, 7206, 9341, 7116, 12531, 8176, 8960, 10189, 6941, 11722, 7587, 14025, 10031, 8834, 7604, 7001, 10124, 7240, 7099, 12464, 8128, 13453, 10301, 6973, 11714, 7212, 13862, 8912, 12911, 7299, 7470, 7467, 7052, 12164, 7304, 11099, 7422, 9326, 7875, 11199, 10256, 11611, 11050, 7260, 8676, 7106, 12458, 7758, 9930, 11268, 7394, 10852, 7215, 13165, 8603, 10930, 12345, 10568, 11738, 7052, 8157, 8020, 7094, 12908, 8479, 7488, 8990, 7344, 12933, 8577, 11260, 10760, 7087, 11064, 7049, 11676, 7571, 14081, 8302, 8116, 7276, 7216, 7539, 7061, 11924, 7030, 10864, 7154, 13420, 8917, 9169, 8335, 7511, 12833, 7515, 11363, 7171, 7288, 10182, 7385, 12069, 6995, 9613, 11225, 7476, 7234, 13605, 10136, 13789, 11665, 8705, 12123, 7211, 12807, 7929, 14364, 10402, 16107, 12962, 11431, 8253, 7601, 10552, 7127, 12928, 9480, 6938, 10921, 7040, 8649, 11250, 8195, 14803, 9100, 12984, 7650, 7867, 9266, 7633, 9619, 6932, 11125, 8686, 6920, 10685, 9699, 7600, 13195, 7336, 11561, 8075, 10685, 8908, 7158, 9624, 7156, 12700, 8366, 8084, 7557, 7061, 12445, 7735, 13312, 8792, 6957, 10775, 7255, 13531, 9079, 13918, 7330, 11536, 7198, 14023, 7985, 8829, 7436, 10864, 7538, 13213, 8185, 7191, 7281, 6984, 9168, 7841, 13090, 7201, 10444, 7164, 12728, 7875, 13793, 9683, 10904, 8301, 11348, 9220, 12903, 9940, 8262, 8344, 7097, 10107, 6914, 12034, 7639, 7123, 8047, 7039, 13312, 9179, 7327, 8457, 7305, 12750, 8774, 7125, 13676, 9127, 7180, 11425, 7539, 13143, 10338, 14906, 7994, 8997, 7218, 10568, 7195, 13470, 7989, 8087, 7436, 7182, 7535, 6826, 9407, 7041, 11767, 7655, 7482, 10457, 7168, 11684, 9527, 12419, 15472, 12280, 12315, 8523, 15097, 12711, 15302, 12923, 9613, 12312, 7549, 7136, 13816, 12252, 9146, 7771, 7865, 7256, 11140, 7393, 12413, 8656, 8495, 14425, 15191, 14358, 14696, 16131, 15214, 14109, 12125, 9572, 7635, 9197, 7102, 9379, 7724, 12079, 7811, 9125, 8443, 7603, 9517, 7184, 13920, 10084, 7482, 11072, 8526, 7451, 10698, 7543, 13400, 9151, 13365, 10283, 7783, 12525, 8363, 6961, 10418, 7072, 13630, 10057, 9535, 11628, 7387, 11445, 8087, 7147, 13180, 7483, 12595, 8024, 7052, 10396, 6925, 13807, 8434, 10989, 7426, 7094, 10979, 7414, 13774, 8658, 13109, 7749, 8331, 8124, 7673, 12222, 7215, 11620, 7541, 7474, 11344, 7131, 12512, 7750, 9280, 8413, 7497, 11767, 6925, 11736, 7181, 13252, 8607, 12954, 7957, 7492, 7721, 6975, 10412, 7203, 9533, 7093, 9016, 7467, 6961, 9444, 7241, 7008, 12149, 8494, 7160, 14611, 13351, 13381, 14289, 9629, 10165, 7707, 12439, 7882, 11877, 8242, 14606, 8518, 13583, 7198, 7288, 7188, 7198, 10088, 7325, 13438, 7308, 10973, 7410, 7824, 8905, 7100, 10539, 7451, 6955, 12959, 8877, 9915, 11888, 7504, 13395, 8125, 13693, 9679, 11880, 7270, 6953, 9267, 7073, 14005, 9014, 7157, 8739, 7041, 13770, 7245, 12141, 7900, 11547, 7252, 9900, 7313, 7066, 9962, 7402, 13236, 8886, 7209, 7470, 6868, 12914, 8226, 8621, 11025, 7356, 7069, 13463, 8655, 7042, 12399, 7506, 13083, 8973, 13989, 11628, 14062, 13353, 10398, 9171, 6997, 7106, 10543, 7386, 12034, 7141, 13206, 7506, 12475, 7551, 12166, 8182, 7727, 6990, 7051, 12608, 8605, 12866, 10816, 9453, 12040, 8050, 12906, 9231, 11818, 7794, 7773, 10454, 7196, 13427, 8998, 7063, 7811, 7269, 11814, 7288, 11728, 8686, 7214, 11267, 7158, 12586, 8671, 9620, 8913, 7513, 11098, 7322, 12948, 8617, 7134, 9286, 7161, 9939, 8644, 7353, 13475, 9563, 7565, 12839, 7840, 13159, 9692, 13414, 11842, 12781, 7969, 8495, 7415, 7910, 7410, 7556, 8693, 7028, 8629, 6862, 12168, 8375, 7747, 11489, 7268, 11419, 7892, 10511, 10242, 7148, 11153, 7055, 12789, 8278, 7785, 7188, 7004, 12485, 7696, 13813, 8695, 6967, 9679, 7169, 12968, 7753, 11756, 7122, 11973, 7573, 6919, 7262, 6846, 11925, 7839, 10913, 7262, 6716, 11225, 7037, 12043, 7837, 7421, 11459, 6983, 13717, 9224, 12453, 7212, 11439, 7762, 11189, 8826, 6984, 10027, 7252, 12152, 7807, 13424, 10612, 8812, 7298, 7089, 11075, 7201, 11813, 8130, 7409, 8671, 9860, 6979, 12927, 10527, 8535, 12255, 7874, 12842, 10760, 13656, 11720, 7107, 7358, 7102, 12363, 8406, 7410, 8013, 7165, 12123, 8056, 11556, 7568, 6881, 11026, 7032, 13163, 8871, 7212, 7498, 7157, 13456, 9303, 7304, 11610, 7116, 13815, 11781, 13918, 10864, 8997, 8390, 7920, 11012, 10426, 9922, 7177, 9526, 6986, 12176, 7607, 11187, 7506, 7389, 7484, 7585, 13146, 7502, 10442, 7312, 10778, 8483, 7638, 10598, 7549, 9468, 7295, 10507, 8193, 8677, 10964, 7452, 10932, 7400, 12873, 8903, 7181, 9616, 6998, 10522, 8289, 7667, 10743, 8292, 7070, 13395, 10074, 11128, 9391, 7044, 9950, 7364, 11567, 7574, 8187, 7514, 7067, 12438, 7334, 8372, 7579, 7277, 13253, 8218, 11440, 8181, 7398, 11301, 7714, 12816, 7279, 9541, 8201, 7655, 12961, 9407, 12725, 7329, 9005, 7462, 7972, 8468, 8303, 11658, 7180, 10457, 8308, 8551, 12442, 8349, 10288, 7190, 12218, 7841, 12078, 7215, 7141, 7602, 8993, 7804, 7144, 8207, 7102, 11688, 7523, 7706, 8190, 6949], 'WindowCenter': [4368.0, 4342.0, 4329.0, 4365.0, 4305.0, 4345.0, 4303.0, 4354.0, 4324.0, 4303.0, 4342.0, 4294.0, 4365.0, 4324.0, 4364.0, 4332.0, 4330.0, 4321.0, 4329.0, 4320.0, 4290.0, 4313.0, 4314.0, 4352.0, 4314.0, 4305.0, 4342.0, 4304.0, 4375.0, 4336.0, 4314.0, 4346.0, 4305.0, 4365.0, 4334.0, 4352.0, 4364.0, 4352.0, 4362.0, 4311.0, 4329.0, 4308.0, 4289.0, 4348.0, 4349.0, 4348.0, 4338.0, 4288.0, 4326.0, 4297.0, 4285.0, 4347.0, 4296.0, 4275.0, 4287.0, 4278.0, 4348.0, 4299.0, 4300.0, 4318.0, 4289.0, 4289.0, 4349.0, 4332.0, 4351.0, 4351.0, 4323.0, 4344.0, 4302.0, 4301.0, 4276.0, 4337.0, 4328.0, 4291.0, 4352.0, 4320.0, 4352.0, 4332.0, 4340.0, 4329.0, 4308.0, 4339.0, 4284.0, 4334.0, 4339.0, 4333.0, 4280.0, 4260.0, 4319.0, 4281.0, 4322.0, 4323.0, 4319.0, 4290.0, 4258.0, 4276.0, 4257.0, 4305.0, 4260.0, 4279.0, 4301.0, 4273.0, 4302.0, 4272.0, 4322.0, 4281.0, 4312.0, 4292.0, 4285.0, 4326.0, 4285.0, 4293.0, 4304.0, 4284.0, 4334.0, 4273.0, 4335.0, 4283.0, 4335.0, 4274.0, 4273.0, 4293.0, 4276.0, 4333.0, 4296.0, 4308.0, 4330.0, 4288.0, 4336.0, 4299.0, 4346.0, 4317.0, 4308.0, 4288.0, 4275.0, 4330.0, 4288.0, 4291.0, 4350.0, 4321.0, 4362.0, 4343.0, 4292.0, 4338.0, 4290.0, 4349.0, 4310.0, 4348.0, 4298.0, 4287.0, 4287.0, 4289.0, 4337.0, 4302.0, 4338.0, 4299.0, 4316.0, 4311.0, 4337.0, 4331.0, 4340.0, 4339.0, 4290.0, 4309.0, 4288.0, 4337.0, 4299.0, 4317.0, 4338.0, 4289.0, 4330.0, 4289.0, 4348.0, 4307.0, 4325.0, 4338.0, 4329.0, 4340.0, 4288.0, 4297.0, 4297.0, 4276.0, 4361.0, 4310.0, 4303.0, 4321.0, 4298.0, 4348.0, 4321.0, 4338.0, 4341.0, 4289.0, 4338.0, 4288.0, 4338.0, 4298.0, 4347.0, 4309.0, 4295.0, 4287.0, 4286.0, 4296.0, 4288.0, 4338.0, 4288.0, 4338.0, 4289.0, 4359.0, 4321.0, 4320.0, 4310.0, 4289.0, 4350.0, 4298.0, 4339.0, 4290.0, 4301.0, 4328.0, 4302.0, 4350.0, 4292.0, 4333.0, 4353.0, 4301.0, 4313.0, 4372.0, 4344.0, 4373.0, 4354.0, 4323.0, 4350.0, 4288.0, 4337.0, 4298.0, 4346.0, 4328.0, 4357.0, 4336.0, 4327.0, 4296.0, 4284.0, 4313.0, 4274.0, 4334.0, 4306.0, 4275.0, 4327.0, 4288.0, 4307.0, 4329.0, 4297.0, 4347.0, 4308.0, 4336.0, 4284.0, 4285.0, 4304.0, 4284.0, 4301.0, 4277.0, 4324.0, 4307.0, 4288.0, 4339.0, 4333.0, 4299.0, 4351.0, 4299.0, 4338.0, 4310.0, 4326.0, 4318.0, 4291.0, 4319.0, 4288.0, 4348.0, 4308.0, 4308.0, 4300.0, 4291.0, 4350.0, 4299.0, 4348.0, 4322.0, 4288.0, 4339.0, 4289.0, 4349.0, 4310.0, 4348.0, 4287.0, 4325.0, 4273.0, 4344.0, 4286.0, 4295.0, 4286.0, 4323.0, 4284.0, 4335.0, 4297.0, 4274.0, 4285.0, 4286.0, 4315.0, 4296.0, 4347.0, 4287.0, 4328.0, 4287.0, 4336.0, 4298.0, 4346.0, 4319.0, 4324.0, 4294.0, 4312.0, 4306.0, 4323.0, 4306.0, 4283.0, 4284.0, 4274.0, 4313.0, 4272.0, 4335.0, 4295.0, 4286.0, 4295.0, 4287.0, 4347.0, 4333.0, 4301.0, 4311.0, 4301.0, 4350.0, 4308.0, 4302.0, 4360.0, 4330.0, 4291.0, 4341.0, 4286.0, 4346.0, 4317.0, 4358.0, 4298.0, 4294.0, 4274.0, 4326.0, 4288.0, 4337.0, 4296.0, 4285.0, 4284.0, 4287.0, 4298.0, 4278.0, 4317.0, 4289.0, 4350.0, 4310.0, 4302.0, 4341.0, 4302.0, 4350.0, 4334.0, 4349.0, 4374.0, 4341.0, 4337.0, 4306.0, 4347.0, 4335.0, 4360.0, 4337.0, 4306.0, 4336.0, 4286.0, 4276.0, 4359.0, 4337.0, 4317.0, 4272.0, 4286.0, 4262.0, 4327.0, 4275.0, 4335.0, 4305.0, 4292.0, 4335.0, 4346.0, 4333.0, 4335.0, 4331.0, 4319.0, 4321.0, 4295.0, 4264.0, 4229.0, 4260.0, 4219.0, 4263.0, 4231.0, 4282.0, 4245.0, 4261.0, 4252.0, 4242.0, 4273.0, 4247.0, 4317.0, 4286.0, 4260.0, 4309.0, 4281.0, 4260.0, 4300.0, 4258.0, 4319.0, 4290.0, 4320.0, 4302.0, 4272.0, 4321.0, 4295.0, 4274.0, 4301.0, 4263.0, 4332.0, 4304.0, 4306.0, 4326.0, 4276.0, 4323.0, 4283.0, 4273.0, 4335.0, 4285.0, 4324.0, 4286.0, 4274.0, 4314.0, 4277.0, 4346.0, 4296.0, 4327.0, 4286.0, 4276.0, 4324.0, 4286.0, 4347.0, 4308.0, 4338.0, 4288.0, 4298.0, 4296.0, 4286.0, 4339.0, 4288.0, 4336.0, 4299.0, 4301.0, 4340.0, 4293.0, 4349.0, 4302.0, 4320.0, 4314.0, 4291.0, 4339.0, 4290.0, 4341.0, 4288.0, 4350.0, 4310.0, 4340.0, 4301.0, 4287.0, 4300.0, 4290.0, 4330.0, 4289.0, 4318.0, 4290.0, 4321.0, 4304.0, 4305.0, 4334.0, 4317.0, 4322.0, 4364.0, 4325.0, 4307.0, 4376.0, 4378.0, 4366.0, 4364.0, 4335.0, 4334.0, 4291.0, 4337.0, 4286.0, 4327.0, 4299.0, 4346.0, 4297.0, 4337.0, 4288.0, 4287.0, 4278.0, 4273.0, 4316.0, 4277.0, 4338.0, 4287.0, 4328.0, 4289.0, 4288.0, 4309.0, 4289.0, 4330.0, 4287.0, 4289.0, 4349.0, 4321.0, 4329.0, 4343.0, 4302.0, 4350.0, 4298.0, 4347.0, 4319.0, 4326.0, 4274.0, 4276.0, 4307.0, 4277.0, 4347.0, 4309.0, 4276.0, 4297.0, 4278.0, 4348.0, 4288.0, 4325.0, 4296.0, 4325.0, 4286.0, 4316.0, 4276.0, 4276.0, 4317.0, 4290.0, 4348.0, 4308.0, 4289.0, 4286.0, 4281.0, 4350.0, 4312.0, 4320.0, 4340.0, 4301.0, 4304.0, 4362.0, 4322.0, 4291.0, 4338.0, 4275.0, 4337.0, 4297.0, 4338.0, 4328.0, 4349.0, 4340.0, 4318.0, 4308.0, 4288.0, 4276.0, 4325.0, 4274.0, 4324.0, 4274.0, 4335.0, 4276.0, 4325.0, 4287.0, 4326.0, 4284.0, 4270.0, 4251.0, 4248.0, 4311.0, 4281.0, 4323.0, 4305.0, 4293.0, 4312.0, 4270.0, 4310.0, 4292.0, 4312.0, 4258.0, 4257.0, 4287.0, 4261.0, 4321.0, 4292.0, 4261.0, 4271.0, 4260.0, 4311.0, 4271.0, 4312.0, 4282.0, 4274.0, 4311.0, 4262.0, 4323.0, 4297.0, 4304.0, 4293.0, 4275.0, 4314.0, 4275.0, 4324.0, 4297.0, 4275.0, 4306.0, 4290.0, 4316.0, 4309.0, 4302.0, 4360.0, 4332.0, 4302.0, 4350.0, 4310.0, 4339.0, 4308.0, 4336.0, 4327.0, 4326.0, 4287.0, 4284.0, 4274.0, 4284.0, 4276.0, 4273.0, 4294.0, 4265.0, 4295.0, 4265.0, 4335.0, 4297.0, 4299.0, 4338.0, 4287.0, 4329.0, 4313.0, 4329.0, 4320.0, 4278.0, 4326.0, 4276.0, 4337.0, 4298.0, 4286.0, 4277.0, 4277.0, 4348.0, 4288.0, 4348.0, 4309.0, 4278.0, 4316.0, 4276.0, 4337.0, 4288.0, 4326.0, 4275.0, 4339.0, 4302.0, 4279.0, 4288.0, 4277.0, 4335.0, 4298.0, 4329.0, 4288.0, 4276.0, 4327.0, 4277.0, 4339.0, 4298.0, 4287.0, 4338.0, 4277.0, 4348.0, 4308.0, 4325.0, 4275.0, 4314.0, 4285.0, 4313.0, 4296.0, 4264.0, 4304.0, 4274.0, 4323.0, 4284.0, 4335.0, 4315.0, 4294.0, 4273.0, 4263.0, 4313.0, 4275.0, 4326.0, 4298.0, 4287.0, 4295.0, 4316.0, 4276.0, 4348.0, 4329.0, 4310.0, 4338.0, 4297.0, 4348.0, 4329.0, 4337.0, 4328.0, 4263.0, 4271.0, 4274.0, 4334.0, 4296.0, 4285.0, 4286.0, 4276.0, 4337.0, 4298.0, 4338.0, 4287.0, 4277.0, 4328.0, 4290.0, 4349.0, 4309.0, 4288.0, 4277.0, 4289.0, 4347.0, 4320.0, 4288.0, 4338.0, 4277.0, 4350.0, 4337.0, 4337.0, 4327.0, 4293.0, 4284.0, 4282.0, 4315.0, 4304.0, 4303.0, 4261.0, 4290.0, 4263.0, 4322.0, 4273.0, 4312.0, 4273.0, 4271.0, 4275.0, 4273.0, 4334.0, 4275.0, 4313.0, 4273.0, 4312.0, 4294.0, 4274.0, 4313.0, 4283.0, 4303.0, 4274.0, 4314.0, 4296.0, 4306.0, 4327.0, 4286.0, 4325.0, 4288.0, 4336.0, 4307.0, 4274.0, 4307.0, 4288.0, 4318.0, 4298.0, 4300.0, 4326.0, 4297.0, 4289.0, 4349.0, 4321.0, 4327.0, 4307.0, 4276.0, 4316.0, 4276.0, 4325.0, 4285.0, 4283.0, 4278.0, 4275.0, 4337.0, 4287.0, 4296.0, 4288.0, 4286.0, 4338.0, 4298.0, 4326.0, 4298.0, 4276.0, 4328.0, 4277.0, 4336.0, 4275.0, 4294.0, 4284.0, 4275.0, 4325.0, 4295.0, 4324.0, 4272.0, 4292.0, 4273.0, 4282.0, 4285.0, 4297.0, 4326.0, 4275.0, 4313.0, 4295.0, 4294.0, 4326.0, 4285.0, 4303.0, 4263.0, 4322.0, 4274.0, 4313.0, 4261.0, 4250.0, 4274.0, 4293.0, 4276.0, 4263.0, 4283.0, 4276.0, 4324.0, 4287.0, 4284.0, 4285.0, 4275.0], 'WindowWidth': [9661.0, 9614.0, 9588.0, 9632.0, 9547.0, 9598.0, 9542.0, 9609.0, 9570.0, 9541.0, 9591.0, 9532.0, 9626.0, 9571.0, 9623.0, 9579.0, 9573.0, 9562.0, 9569.0, 9558.0, 9518.0, 9554.0, 9561.0, 9606.0, 9557.0, 9546.0, 9592.0, 9546.0, 9640.0, 9589.0, 9559.0, 9603.0, 9550.0, 9625.0, 9583.0, 9604.0, 9622.0, 9602.0, 9618.0, 9548.0, 9568.0, 9540.0, 9514.0, 9593.0, 9595.0, 9591.0, 9579.0, 9509.0, 9557.0, 9520.0, 9501.0, 9590.0, 9520.0, 9491.0, 9507.0, 9498.0, 9592.0, 9524.0, 9528.0, 9551.0, 9515.0, 9515.0, 9595.0, 9577.0, 9601.0, 9600.0, 9565.0, 9596.0, 9538.0, 9533.0, 9490.0, 9572.0, 9567.0, 9519.0, 9602.0, 9559.0, 9601.0, 9579.0, 9583.0, 9568.0, 9535.0, 9579.0, 9498.0, 9563.0, 9581.0, 9561.0, 9486.0, 9457.0, 9535.0, 9487.0, 9547.0, 9550.0, 9537.0, 9498.0, 9452.0, 9473.0, 9449.0, 9511.0, 9458.0, 9482.0, 9516.0, 9479.0, 9520.0, 9481.0, 9543.0, 9492.0, 9530.0, 9506.0, 9498.0, 9554.0, 9505.0, 9510.0, 9525.0, 9497.0, 9566.0, 9484.0, 9569.0, 9497.0, 9568.0, 9486.0, 9483.0, 9508.0, 9493.0, 9563.0, 9519.0, 9537.0, 9568.0, 9513.0, 9572.0, 9528.0, 9588.0, 9548.0, 9536.0, 9510.0, 9490.0, 9569.0, 9513.0, 9521.0, 9599.0, 9566.0, 9619.0, 9594.0, 9525.0, 9580.0, 9519.0, 9595.0, 9544.0, 9592.0, 9529.0, 9509.0, 9511.0, 9515.0, 9578.0, 9537.0, 9581.0, 9531.0, 9549.0, 9548.0, 9578.0, 9575.0, 9585.0, 9583.0, 9519.0, 9542.0, 9513.0, 9576.0, 9529.0, 9549.0, 9581.0, 9515.0, 9570.0, 9515.0, 9591.0, 9538.0, 9559.0, 9579.0, 9568.0, 9586.0, 9513.0, 9526.0, 9523.0, 9492.0, 9618.0, 9549.0, 9541.0, 9559.0, 9529.0, 9591.0, 9562.0, 9579.0, 9586.0, 9514.0, 9578.0, 9511.0, 9580.0, 9528.0, 9590.0, 9540.0, 9517.0, 9509.0, 9506.0, 9523.0, 9513.0, 9580.0, 9514.0, 9580.0, 9518.0, 9611.0, 9561.0, 9558.0, 9545.0, 9515.0, 9599.0, 9527.0, 9584.0, 9519.0, 9533.0, 9569.0, 9537.0, 9599.0, 9522.0, 9578.0, 9606.0, 9537.0, 9557.0, 9634.0, 9599.0, 9637.0, 9612.0, 9570.0, 9602.0, 9515.0, 9576.0, 9524.0, 9586.0, 9565.0, 9604.0, 9574.0, 9559.0, 9519.0, 9501.0, 9539.0, 9489.0, 9566.0, 9533.0, 9493.0, 9562.0, 9513.0, 9537.0, 9566.0, 9521.0, 9591.0, 9538.0, 9574.0, 9502.0, 9501.0, 9526.0, 9499.0, 9519.0, 9492.0, 9554.0, 9535.0, 9515.0, 9585.0, 9582.0, 9532.0, 9602.0, 9530.0, 9581.0, 9544.0, 9561.0, 9552.0, 9521.0, 9556.0, 9512.0, 9590.0, 9540.0, 9540.0, 9532.0, 9522.0, 9599.0, 9532.0, 9595.0, 9564.0, 9514.0, 9585.0, 9515.0, 9598.0, 9542.0, 9592.0, 9508.0, 9556.0, 9486.0, 9581.0, 9504.0, 9515.0, 9504.0, 9551.0, 9502.0, 9569.0, 9522.0, 9488.0, 9506.0, 9508.0, 9545.0, 9521.0, 9589.0, 9511.0, 9566.0, 9511.0, 9573.0, 9525.0, 9586.0, 9555.0, 9555.0, 9516.0, 9534.0, 9532.0, 9551.0, 9530.0, 9497.0, 9499.0, 9486.0, 9536.0, 9484.0, 9568.0, 9520.0, 9508.0, 9519.0, 9510.0, 9590.0, 9584.0, 9536.0, 9550.0, 9535.0, 9597.0, 9541.0, 9542.0, 9615.0, 9575.0, 9521.0, 9587.0, 9506.0, 9588.0, 9546.0, 9606.0, 9523.0, 9513.0, 9486.0, 9561.0, 9513.0, 9572.0, 9520.0, 9502.0, 9501.0, 9509.0, 9525.0, 9501.0, 9551.0, 9516.0, 9597.0, 9548.0, 9537.0, 9588.0, 9541.0, 9600.0, 9584.0, 9597.0, 9637.0, 9587.0, 9579.0, 9533.0, 9590.0, 9570.0, 9614.0, 9576.0, 9531.0, 9571.0, 9506.0, 9492.0, 9610.0, 9575.0, 9550.0, 9481.0, 9502.0, 9464.0, 9558.0, 9488.0, 9568.0, 9531.0, 9508.0, 9569.0, 9586.0, 9565.0, 9572.0, 9560.0, 9541.0, 9541.0, 9497.0, 9452.0, 9397.0, 9441.0, 9384.0, 9446.0, 9403.0, 9473.0, 9427.0, 9445.0, 9434.0, 9419.0, 9462.0, 9435.0, 9528.0, 9488.0, 9457.0, 9524.0, 9490.0, 9459.0, 9509.0, 9452.0, 9533.0, 9499.0, 9537.0, 9516.0, 9475.0, 9542.0, 9513.0, 9484.0, 9516.0, 9467.0, 9557.0, 9525.0, 9530.0, 9557.0, 9490.0, 9549.0, 9498.0, 9483.0, 9568.0, 9502.0, 9551.0, 9504.0, 9483.0, 9537.0, 9493.0, 9584.0, 9517.0, 9559.0, 9505.0, 9491.0, 9553.0, 9505.0, 9587.0, 9536.0, 9576.0, 9511.0, 9521.0, 9520.0, 9505.0, 9579.0, 9509.0, 9572.0, 9528.0, 9534.0, 9584.0, 9523.0, 9594.0, 9536.0, 9557.0, 9553.0, 9519.0, 9582.0, 9516.0, 9583.0, 9510.0, 9595.0, 9542.0, 9582.0, 9531.0, 9507.0, 9529.0, 9517.0, 9567.0, 9513.0, 9551.0, 9519.0, 9558.0, 9541.0, 9547.0, 9580.0, 9566.0, 9580.0, 9626.0, 9574.0, 9550.0, 9643.0, 9647.0, 9629.0, 9624.0, 9584.0, 9581.0, 9516.0, 9572.0, 9503.0, 9558.0, 9522.0, 9583.0, 9519.0, 9572.0, 9512.0, 9509.0, 9494.0, 9484.0, 9544.0, 9492.0, 9576.0, 9507.0, 9561.0, 9514.0, 9511.0, 9538.0, 9516.0, 9570.0, 9510.0, 9515.0, 9592.0, 9560.0, 9568.0, 9591.0, 9536.0, 9595.0, 9524.0, 9587.0, 9556.0, 9558.0, 9486.0, 9489.0, 9532.0, 9496.0, 9588.0, 9538.0, 9491.0, 9520.0, 9497.0, 9591.0, 9509.0, 9556.0, 9518.0, 9552.0, 9507.0, 9543.0, 9491.0, 9490.0, 9546.0, 9517.0, 9591.0, 9538.0, 9511.0, 9505.0, 9507.0, 9597.0, 9546.0, 9559.0, 9584.0, 9534.0, 9541.0, 9618.0, 9562.0, 9521.0, 9576.0, 9487.0, 9574.0, 9518.0, 9577.0, 9564.0, 9592.0, 9582.0, 9550.0, 9536.0, 9511.0, 9494.0, 9557.0, 9486.0, 9553.0, 9483.0, 9568.0, 9489.0, 9553.0, 9504.0, 9553.0, 9498.0, 9473.0, 9446.0, 9439.0, 9526.0, 9489.0, 9546.0, 9525.0, 9505.0, 9530.0, 9471.0, 9523.0, 9503.0, 9528.0, 9452.0, 9448.0, 9490.0, 9462.0, 9541.0, 9504.0, 9463.0, 9475.0, 9460.0, 9527.0, 9476.0, 9529.0, 9490.0, 9482.0, 9529.0, 9466.0, 9547.0, 9520.0, 9524.0, 9508.0, 9486.0, 9535.0, 9488.0, 9550.0, 9520.0, 9486.0, 9530.0, 9515.0, 9543.0, 9537.0, 9536.0, 9610.0, 9575.0, 9536.0, 9598.0, 9544.0, 9578.0, 9535.0, 9570.0, 9561.0, 9556.0, 9504.0, 9495.0, 9483.0, 9495.0, 9488.0, 9479.0, 9509.0, 9473.0, 9514.0, 9475.0, 9568.0, 9520.0, 9528.0, 9579.0, 9510.0, 9563.0, 9554.0, 9565.0, 9555.0, 9497.0, 9558.0, 9490.0, 9572.0, 9525.0, 9504.0, 9494.0, 9494.0, 9592.0, 9511.0, 9590.0, 9539.0, 9494.0, 9544.0, 9492.0, 9574.0, 9507.0, 9556.0, 9487.0, 9583.0, 9538.0, 9499.0, 9509.0, 9494.0, 9569.0, 9527.0, 9567.0, 9509.0, 9492.0, 9561.0, 9497.0, 9579.0, 9526.0, 9507.0, 9578.0, 9493.0, 9592.0, 9536.0, 9556.0, 9487.0, 9536.0, 9501.0, 9536.0, 9516.0, 9472.0, 9525.0, 9485.0, 9547.0, 9498.0, 9566.0, 9539.0, 9509.0, 9481.0, 9469.0, 9534.0, 9487.0, 9556.0, 9524.0, 9507.0, 9515.0, 9543.0, 9493.0, 9592.0, 9568.0, 9543.0, 9579.0, 9523.0, 9593.0, 9565.0, 9575.0, 9562.0, 9467.0, 9476.0, 9486.0, 9563.0, 9520.0, 9502.0, 9505.0, 9493.0, 9575.0, 9524.0, 9577.0, 9507.0, 9495.0, 9566.0, 9517.0, 9593.0, 9542.0, 9508.0, 9494.0, 9514.0, 9589.0, 9558.0, 9512.0, 9576.0, 9495.0, 9595.0, 9575.0, 9575.0, 9559.0, 9509.0, 9498.0, 9493.0, 9538.0, 9522.0, 9520.0, 9462.0, 9499.0, 9467.0, 9545.0, 9481.0, 9531.0, 9483.0, 9476.0, 9487.0, 9482.0, 9566.0, 9488.0, 9535.0, 9483.0, 9533.0, 9512.0, 9483.0, 9535.0, 9496.0, 9522.0, 9486.0, 9538.0, 9518.0, 9531.0, 9561.0, 9503.0, 9554.0, 9512.0, 9571.0, 9534.0, 9486.0, 9532.0, 9513.0, 9548.0, 9523.0, 9528.0, 9558.0, 9521.0, 9515.0, 9594.0, 9559.0, 9562.0, 9534.0, 9490.0, 9543.0, 9489.0, 9554.0, 9500.0, 9493.0, 9495.0, 9489.0, 9575.0, 9508.0, 9517.0, 9510.0, 9505.0, 9577.0, 9522.0, 9557.0, 9521.0, 9489.0, 9559.0, 9490.0, 9569.0, 9488.0, 9508.0, 9496.0, 9484.0, 9553.0, 9510.0, 9549.0, 9478.0, 9504.0, 9480.0, 9492.0, 9498.0, 9518.0, 9559.0, 9488.0, 9534.0, 9514.0, 9511.0, 9557.0, 9498.0, 9520.0, 9468.0, 9544.0, 9482.0, 9532.0, 9462.0, 9444.0, 9483.0, 9506.0, 9489.0, 9468.0, 9494.0, 9489.0, 9552.0, 9505.0, 9499.0, 9500.0, 9488.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.0004423793103448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.03059591712643678</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.58571163386649</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2106278374798627</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9742202385845794</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>7805.2354</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10836687056505412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.436781609195402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5328656404927457</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3599897619152777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.795592387893338</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4430147716696213</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190256</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0064221881330013275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03237633779644966</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8674425650293998</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.762</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.956</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8027</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.8867</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3829</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.9594</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.4161</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.4211</td></tr>
<tr><td colspan=3>tsnr</td><td>36.67242991155945</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>