<?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-0076_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-01/func/sub-0076_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>39448421afc0544ee84b4dfab2d139fb</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:10:58.580000</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.999404, 0.00126565, -0.0344869, 0.00122101, 0.997405, 0.0719879]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10381</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7704, -7206, 685, 31, 43, -32, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20a9d164-893d-42e1-af2e-3588b48d0ffc||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.681328773498535, 0.0032758733723312616, -0.0931190773844719, 116.2338638305664], [-0.0033956393599510193, 2.675964117050171, 0.19436529278755188, -97.48538970947266], [-0.09252592921257019, -0.19313831627368927, 2.6913845539093018, -31.806289672851562], [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': ['111058.580000', '111059.040000', '111059.500000', '111059.960000', '111100.420000', '111100.880000', '111101.340000', '111101.800000', '111102.260000', '111102.720000', '111103.180000', '111103.640000', '111104.100000', '111104.560000', '111105.020000', '111105.480000', '111105.940000', '111106.400000', '111106.860000', '111107.320000', '111107.780000', '111108.240000', '111108.700000', '111109.160000', '111109.620000', '111110.080000', '111110.540000', '111111.000000', '111111.460000', '111111.920000', '111112.380000', '111112.840000', '111113.300000', '111113.760000', '111114.220000', '111114.680000', '111115.140000', '111115.600000', '111116.060000', '111116.520000', '111116.980000', '111117.440000', '111117.900000', '111118.360000', '111118.820000', '111119.280000', '111119.740000', '111120.200000', '111120.660000', '111121.120000', '111121.580000', '111122.040000', '111122.500000', '111122.960000', '111123.420000', '111123.880000', '111124.340000', '111124.800000', '111125.260000', '111125.720000', '111126.180000', '111126.640000', '111127.100000', '111127.560000', '111128.020000', '111128.480000', '111128.940000', '111129.400000', '111129.860000', '111130.320000', '111130.780000', '111131.240000', '111131.700000', '111132.160000', '111132.620000', '111133.080000', '111133.540000', '111134.000000', '111134.460000', '111134.920000', '111135.380000', '111135.840000', '111136.300000', '111136.760000', '111137.220000', '111137.680000', '111138.140000', '111138.600000', '111139.060000', '111139.520000', '111139.980000', '111140.440000', '111140.900000', '111141.360000', '111141.820000', '111142.280000', '111142.740000', '111143.200000', '111143.660000', '111144.120000', '111144.580000', '111145.040000', '111145.500000', '111145.960000', '111146.420000', '111146.880000', '111147.340000', '111147.800000', '111148.260000', '111148.720000', '111149.180000', '111149.640000', '111150.100000', '111150.560000', '111151.020000', '111151.480000', '111151.940000', '111152.400000', '111152.860000', '111153.320000', '111153.780000', '111154.240000', '111154.700000', '111155.160000', '111155.620000', '111156.080000', '111156.540000', '111157.000000', '111157.460000', '111157.920000', '111158.380000', '111158.840000', '111159.300000', '111159.760000', '111200.220000', '111200.680000', '111201.140000', '111201.600000', '111202.060000', '111202.520000', '111202.980000', '111203.440000', '111203.900000', '111204.360000', '111204.820000', '111205.280000', '111205.740000', '111206.200000', '111206.660000', '111207.120000', '111207.580000', '111208.040000', '111208.500000', '111208.960000', '111209.420000', '111209.880000', '111210.340000', '111210.800000', '111211.260000', '111211.720000', '111212.180000', '111212.640000', '111213.100000', '111213.560000', '111214.020000', '111214.480000', '111214.940000', '111215.400000', '111215.860000', '111216.320000', '111216.780000', '111217.240000', '111217.700000', '111218.160000', '111218.620000', '111219.080000', '111219.540000', '111220.000000', '111220.460000', '111220.920000', '111221.380000', '111221.840000', '111222.300000', '111222.760000', '111223.220000', '111223.680000', '111224.140000', '111224.600000', '111225.060000', '111225.520000', '111225.980000', '111226.440000', '111226.900000', '111227.360000', '111227.820000', '111228.280000', '111228.740000', '111229.200000', '111229.660000', '111230.120000', '111230.580000', '111231.040000', '111231.500000', '111231.960000', '111232.420000', '111232.880000', '111233.340000', '111233.800000', '111234.260000', '111234.720000', '111235.180000', '111235.640000', '111236.100000', '111236.560000', '111237.020000', '111237.480000', '111237.940000', '111238.400000', '111238.860000', '111239.320000', '111239.780000', '111240.240000', '111240.700000', '111241.160000', '111241.620000', '111242.080000', '111242.540000', '111243.000000', '111243.460000', '111243.920000', '111244.380000', '111244.840000', '111245.300000', '111245.760000', '111246.220000', '111246.680000', '111247.140000', '111247.600000', '111248.060000', '111248.520000', '111248.980000', '111249.440000', '111249.900000', '111250.360000', '111250.820000', '111251.280000', '111251.740000', '111252.200000', '111252.660000', '111253.120000', '111253.580000', '111254.040000', '111254.500000', '111254.960000', '111255.420000', '111255.880000', '111256.340000', '111256.800000', '111257.260000', '111257.720000', '111258.180000', '111258.640000', '111259.100000', '111259.560000', '111300.020000', '111300.480000', '111300.940000', '111301.400000', '111301.860000', '111302.320000', '111302.780000', '111303.240000', '111303.700000', '111304.160000', '111304.620000', '111305.080000', '111305.540000', '111306.000000', '111306.460000', '111306.920000', '111307.380000', '111307.840000', '111308.300000', '111308.760000', '111309.220000', '111309.680000', '111310.140000', '111310.600000', '111311.060000', '111311.520000', '111311.980000', '111312.440000', '111312.900000', '111313.360000', '111313.820000', '111314.280000', '111314.740000', '111315.200000', '111315.660000', '111316.120000', '111316.580000', '111317.040000', '111317.500000', '111317.960000', '111318.420000', '111318.880000', '111319.340000', '111319.800000', '111320.260000', '111320.720000', '111321.180000', '111321.640000', '111322.100000', '111322.560000', '111323.020000', '111323.480000', '111323.940000', '111324.400000', '111324.860000', '111325.320000', '111325.780000', '111326.240000', '111326.700000', '111327.160000', '111327.620000', '111328.080000', '111328.540000', '111329.000000', '111329.460000', '111329.920000', '111330.380000', '111330.840000', '111331.300000', '111331.760000', '111332.220000', '111332.680000', '111333.140000', '111333.600000', '111334.060000', '111334.520000', '111334.980000', '111335.440000', '111335.900000', '111336.360000', '111336.820000', '111337.280000', '111337.740000', '111338.200000', '111338.660000', '111339.120000', '111339.580000', '111340.040000', '111340.500000', '111340.960000', '111341.420000', '111341.880000', '111342.340000', '111342.800000', '111343.260000', '111343.720000', '111344.180000', '111344.640000', '111345.100000', '111345.560000', '111346.020000', '111346.480000', '111346.940000', '111347.400000', '111347.860000', '111348.320000', '111348.780000', '111349.240000', '111349.700000', '111350.160000', '111350.620000', '111351.080000', '111351.540000', '111352.000000', '111352.460000', '111352.920000', '111353.380000', '111353.840000', '111354.300000', '111354.760000', '111355.220000', '111355.680000', '111356.140000', '111356.600000', '111357.060000', '111357.520000', '111357.980000', '111358.440000', '111358.900000', '111359.360000', '111359.820000', '111400.280000', '111400.740000', '111401.200000', '111401.660000', '111402.120000', '111402.580000', '111403.040000', '111403.500000', '111403.960000', '111404.420000', '111404.880000', '111405.340000', '111405.800000', '111406.260000', '111406.720000', '111407.180000', '111407.640000', '111408.100000', '111408.560000', '111409.020000', '111409.480000', '111409.940000', '111410.400000', '111410.860000', '111411.320000', '111411.780000', '111412.240000', '111412.700000', '111413.160000', '111413.620000', '111414.080000', '111414.540000', '111415.000000', '111415.460000', '111415.920000', '111416.380000', '111416.840000', '111417.300000', '111417.760000', '111418.220000', '111418.680000', '111419.140000', '111419.600000', '111420.060000', '111420.520000', '111420.980000', '111421.440000', '111421.900000', '111422.360000', '111422.820000', '111423.280000', '111423.740000', '111424.200000', '111424.660000', '111425.120000', '111425.580000', '111426.040000', '111426.500000', '111426.960000', '111427.420000', '111427.880000', '111428.340000', '111428.800000', '111429.260000', '111429.720000', '111430.180000', '111430.640000', '111431.100000', '111431.560000', '111432.020000', '111432.480000', '111432.940000', '111433.400000', '111433.860000', '111434.320000', '111434.780000', '111435.240000', '111435.700000', '111436.160000', '111436.620000', '111437.080000', '111437.540000', '111438.000000', '111438.460000', '111438.920000', '111439.380000', '111439.840000', '111440.300000', '111440.760000', '111441.220000', '111441.680000', '111442.140000', '111442.600000', '111443.060000', '111443.520000', '111443.980000', '111444.440000', '111444.900000', '111445.360000', '111445.820000', '111446.280000', '111446.740000', '111447.200000', '111447.660000', '111448.120000', '111448.580000', '111449.040000', '111449.500000', '111449.960000', '111450.420000', '111450.880000', '111451.340000', '111451.800000', '111452.260000', '111452.720000', '111453.180000', '111453.640000', '111454.100000', '111454.560000', '111455.020000', '111455.480000', '111455.940000', '111456.400000', '111456.860000', '111457.320000', '111457.780000', '111458.240000', '111458.700000', '111459.160000', '111459.620000', '111500.080000', '111500.540000', '111501.000000', '111501.460000', '111501.920000', '111502.380000', '111502.840000', '111503.300000', '111503.760000', '111504.220000', '111504.680000', '111505.140000', '111505.600000', '111506.060000', '111506.520000', '111506.980000', '111507.440000', '111507.900000', '111508.360000', '111508.820000', '111509.280000', '111509.740000', '111510.200000', '111510.660000', '111511.120000', '111511.580000', '111512.040000', '111512.500000', '111512.960000', '111513.420000', '111513.880000', '111514.340000', '111514.800000', '111515.260000', '111515.720000', '111516.180000', '111516.640000', '111517.100000', '111517.560000', '111518.020000', '111518.480000', '111518.940000', '111519.400000', '111519.860000', '111520.320000', '111520.780000', '111521.240000', '111521.700000', '111522.160000', '111522.620000', '111523.080000', '111523.540000', '111524.000000', '111524.460000', '111524.920000', '111525.380000', '111525.840000', '111526.300000', '111526.760000', '111527.220000', '111527.680000', '111528.140000', '111528.600000', '111529.060000', '111529.520000', '111529.980000', '111530.440000', '111530.900000', '111531.360000', '111531.820000', '111532.280000', '111532.740000', '111533.200000', '111533.660000', '111534.120000', '111534.580000', '111535.040000', '111535.500000', '111535.960000', '111536.420000', '111536.880000', '111537.340000', '111537.800000', '111538.260000', '111538.720000', '111539.180000', '111539.640000', '111540.100000', '111540.560000', '111541.020000', '111541.480000', '111541.940000', '111542.400000', '111542.860000', '111543.320000', '111543.780000', '111544.240000', '111544.700000', '111545.160000', '111545.620000', '111546.080000', '111546.540000', '111547.000000', '111547.460000', '111547.920000', '111548.380000', '111548.840000', '111549.300000', '111549.760000', '111550.220000', '111550.680000', '111551.140000', '111551.600000', '111552.060000', '111552.520000', '111552.980000', '111553.440000', '111553.900000', '111554.360000', '111554.820000', '111555.280000', '111555.740000', '111556.200000', '111556.660000', '111557.120000', '111557.580000', '111558.040000', '111558.500000', '111558.960000', '111559.420000', '111559.880000', '111600.340000', '111600.800000', '111601.260000', '111601.720000', '111602.180000', '111602.640000', '111603.100000', '111603.560000', '111604.020000', '111604.480000', '111604.940000', '111605.400000', '111605.860000', '111606.320000', '111606.780000', '111607.240000', '111607.700000', '111608.160000', '111608.620000', '111609.080000', '111609.540000', '111610.000000', '111610.460000', '111610.920000', '111611.380000', '111611.840000', '111612.300000', '111612.760000', '111613.220000', '111613.680000', '111614.140000', '111614.600000', '111615.060000', '111615.520000', '111615.980000', '111616.440000', '111616.900000', '111617.360000', '111617.820000', '111618.280000', '111618.740000', '111619.200000', '111619.660000', '111620.120000', '111620.580000', '111621.040000', '111621.500000', '111621.960000', '111622.420000', '111622.880000', '111623.340000', '111623.800000', '111624.260000', '111624.720000', '111625.180000', '111625.640000', '111626.100000', '111626.560000', '111627.020000', '111627.480000', '111627.940000', '111628.400000', '111628.860000', '111629.320000', '111629.780000', '111630.240000', '111630.700000', '111631.160000', '111631.620000', '111632.080000', '111632.540000', '111633.000000', '111633.460000', '111633.920000', '111634.380000', '111634.840000', '111635.300000', '111635.760000', '111636.220000', '111636.680000', '111637.140000', '111637.600000', '111638.060000', '111638.520000', '111638.980000', '111639.440000', '111639.900000', '111640.360000', '111640.820000', '111641.280000', '111641.740000', '111642.200000', '111642.660000', '111643.120000', '111643.580000', '111644.040000', '111644.500000', '111644.960000', '111645.420000', '111645.880000', '111646.340000', '111646.800000', '111647.260000', '111647.720000', '111648.180000', '111648.640000', '111649.100000', '111649.560000', '111650.020000', '111650.480000', '111650.940000', '111651.400000', '111651.860000', '111652.320000', '111652.780000', '111653.240000', '111653.700000', '111654.160000', '111654.620000', '111655.080000', '111655.540000', '111656.000000', '111656.460000', '111656.920000', '111657.380000', '111657.840000', '111658.300000', '111658.760000', '111659.220000', '111659.680000', '111700.140000', '111700.600000', '111701.060000', '111701.520000', '111701.980000', '111702.440000', '111702.900000', '111703.360000', '111703.820000', '111704.280000', '111704.740000', '111705.200000', '111705.660000', '111706.120000', '111706.580000', '111707.040000', '111707.500000', '111707.960000', '111708.420000', '111708.880000', '111709.340000', '111709.800000', '111710.260000', '111710.720000', '111711.180000', '111711.640000', '111712.100000', '111712.560000', '111713.020000', '111713.480000', '111713.940000', '111714.400000', '111714.860000', '111715.320000', '111715.780000', '111716.240000', '111716.700000', '111717.160000', '111717.620000', '111718.080000', '111718.540000', '111719.000000', '111719.460000', '111719.920000', '111720.380000', '111720.840000', '111721.300000', '111721.760000', '111722.220000', '111722.680000', '111723.140000', '111723.600000', '111724.060000', '111724.520000', '111724.980000', '111725.440000', '111725.900000', '111726.360000', '111726.820000', '111727.280000', '111727.740000', '111728.200000', '111728.660000', '111729.120000', '111729.580000', '111730.040000', '111730.500000', '111730.960000', '111731.420000', '111731.880000', '111732.340000', '111732.800000', '111733.260000', '111733.720000', '111734.180000', '111734.640000', '111735.100000', '111735.560000', '111736.020000', '111736.480000', '111736.940000', '111737.400000', '111737.860000', '111738.320000', '111738.780000', '111739.240000'], 'ContentTime': ['111115.316000', '111115.319000', '111115.322000', '111115.325000', '111115.338000', '111115.340000', '111115.343000', '111115.345000', '111115.348000', '111115.350000', '111115.353000', '111115.355000', '111115.358000', '111115.361000', '111115.363000', '111115.372000', '111115.375000', '111115.377000', '111115.380000', '111115.382000', '111115.385000', '111115.388000', '111115.390000', '111115.393000', '111115.395000', '111115.398000', '111115.400000', '111115.403000', '111115.405000', '111115.408000', '111115.410000', '111115.413000', '111115.415000', '111135.253000', '111135.256000', '111135.261000', '111135.264000', '111135.266000', '111135.269000', '111135.271000', '111135.274000', '111135.277000', '111135.279000', '111135.282000', '111135.284000', '111135.287000', '111135.289000', '111135.292000', '111135.295000', '111135.297000', '111135.300000', '111135.302000', '111135.305000', '111135.307000', '111135.317000', '111135.319000', '111135.322000', '111135.324000', '111135.327000', '111135.329000', '111135.332000', '111135.335000', '111135.337000', '111135.340000', '111135.342000', '111135.345000', '111135.347000', '111135.350000', '111135.352000', '111135.355000', '111135.358000', '111135.360000', '111135.363000', '111135.365000', '111135.368000', '111135.370000', '111135.373000', '111155.253000', '111155.256000', '111155.259000', '111155.261000', '111155.264000', '111155.267000', '111155.269000', '111155.272000', '111155.275000', '111155.277000', '111155.280000', '111155.282000', '111155.285000', '111155.287000', '111155.290000', '111155.292000', '111155.295000', '111155.298000', '111155.300000', '111155.310000', '111155.313000', '111155.315000', '111155.318000', '111155.320000', '111155.323000', '111155.326000', '111155.328000', '111155.331000', '111155.333000', '111155.336000', '111155.338000', '111155.341000', '111155.343000', '111155.346000', '111155.349000', '111155.351000', '111155.354000', '111155.356000', '111155.359000', '111155.361000', '111155.364000', '111155.366000', '111155.369000', '111215.253000', '111215.256000', '111215.259000', '111215.262000', '111215.264000', '111215.267000', '111215.269000', '111215.272000', '111215.274000', '111215.277000', '111215.280000', '111215.283000', '111215.286000', '111215.289000', '111215.291000', '111215.295000', '111215.298000', '111215.301000', '111215.303000', '111215.306000', '111215.308000', '111215.311000', '111215.313000', '111215.316000', '111215.318000', '111215.321000', '111215.323000', '111215.326000', '111215.328000', '111215.331000', '111215.334000', '111215.336000', '111215.339000', '111215.341000', '111215.344000', '111215.347000', '111215.349000', '111215.352000', '111215.354000', '111215.357000', '111215.359000', '111215.362000', '111215.364000', '111235.253000', '111235.256000', '111235.259000', '111235.261000', '111235.264000', '111235.266000', '111235.269000', '111235.272000', '111235.274000', '111235.277000', '111235.279000', '111235.282000', '111235.284000', '111235.287000', '111235.289000', '111235.292000', '111235.295000', '111235.297000', '111235.300000', '111235.302000', '111235.305000', '111235.308000', '111235.310000', '111235.313000', '111235.315000', '111235.318000', '111235.320000', '111235.323000', '111235.325000', '111235.328000', '111235.330000', '111235.333000', '111235.336000', '111235.338000', '111235.341000', '111235.343000', '111235.346000', '111235.349000', '111235.351000', '111235.354000', '111235.356000', '111235.359000', '111235.361000', '111235.364000', '111255.253000', '111255.256000', '111255.259000', '111255.261000', '111255.264000', '111255.267000', '111255.270000', '111255.272000', '111255.275000', '111255.278000', '111255.280000', '111255.283000', '111255.286000', '111255.288000', '111255.291000', '111255.293000', '111255.296000', '111255.298000', '111255.301000', '111255.304000', '111255.306000', '111255.309000', '111255.311000', '111255.314000', '111255.317000', '111255.319000', '111255.322000', '111255.324000', '111255.327000', '111255.329000', '111255.332000', '111255.334000', '111255.337000', '111255.340000', '111255.342000', '111255.345000', '111255.347000', '111255.350000', '111255.352000', '111255.355000', '111255.357000', '111255.360000', '111255.362000', '111315.253000', '111315.256000', '111315.259000', '111315.262000', '111315.299000', '111315.302000', '111315.304000', '111315.307000', '111315.309000', '111315.312000', '111315.314000', '111315.317000', '111315.320000', '111315.322000', '111315.325000', '111315.327000', '111315.330000', '111315.332000', '111315.335000', '111315.338000', '111315.340000', '111315.343000', '111315.345000', '111315.348000', '111315.351000', '111315.353000', '111315.356000', '111315.358000', '111315.361000', '111315.364000', '111315.366000', '111315.369000', '111315.371000', '111315.374000', '111315.376000', '111315.379000', '111315.382000', '111315.384000', '111315.387000', '111315.389000', '111315.392000', '111315.394000', '111315.397000', '111315.399000', '111335.255000', '111335.257000', '111335.260000', '111335.262000', '111335.265000', '111335.268000', '111335.270000', '111335.273000', '111335.275000', '111335.278000', '111335.280000', '111335.283000', '111335.286000', '111335.288000', '111335.291000', '111335.294000', '111335.296000', '111335.299000', '111335.302000', '111335.304000', '111335.307000', '111335.309000', '111335.312000', '111335.314000', '111335.317000', '111335.319000', '111335.322000', '111335.325000', '111335.327000', '111335.330000', '111335.332000', '111335.336000', '111335.339000', '111335.341000', '111335.344000', '111335.346000', '111335.349000', '111335.351000', '111335.354000', '111335.356000', '111335.359000', '111335.362000', '111335.364000', '111355.254000', '111355.256000', '111355.259000', '111355.262000', '111355.264000', '111355.267000', '111355.269000', '111355.272000', '111355.274000', '111355.277000', '111355.280000', '111355.282000', '111355.285000', '111355.287000', '111355.290000', '111355.292000', '111355.295000', '111355.298000', '111355.301000', '111355.303000', '111355.306000', '111355.308000', '111355.311000', '111355.313000', '111355.316000', '111355.319000', '111355.321000', '111355.324000', '111355.326000', '111355.329000', '111355.331000', '111355.334000', '111355.337000', '111355.339000', '111355.342000', '111355.344000', '111355.347000', '111355.350000', '111355.352000', '111355.355000', '111355.357000', '111355.360000', '111355.362000', '111355.365000', '111415.254000', '111415.256000', '111415.259000', '111415.262000', '111415.264000', '111415.267000', '111415.269000', '111415.272000', '111415.275000', '111415.277000', '111415.280000', '111415.282000', '111415.285000', '111415.287000', '111415.290000', '111415.292000', '111415.295000', '111415.298000', '111415.300000', '111415.303000', '111415.305000', '111415.308000', '111415.310000', '111415.313000', '111415.315000', '111415.318000', '111415.321000', '111415.323000', '111415.326000', '111415.329000', '111415.332000', '111415.334000', '111415.337000', '111415.340000', '111415.342000', '111415.345000', '111415.348000', '111415.350000', '111415.353000', '111415.355000', '111415.358000', '111415.360000', '111415.363000', '111435.253000', '111435.256000', '111435.259000', '111435.261000', '111435.264000', '111435.267000', '111435.269000', '111435.272000', '111435.274000', '111435.277000', '111435.279000', '111435.282000', '111435.285000', '111435.287000', '111435.290000', '111435.292000', '111435.295000', '111435.297000', '111435.300000', '111435.303000', '111435.305000', '111435.308000', '111435.310000', '111435.313000', '111435.315000', '111435.318000', '111435.321000', '111435.323000', '111435.326000', '111435.351000', '111435.354000', '111435.356000', '111435.359000', '111435.362000', '111435.364000', '111435.367000', '111435.369000', '111435.372000', '111435.374000', '111435.377000', '111435.380000', '111435.382000', '111435.385000', '111435.387000', '111455.254000', '111455.256000', '111455.259000', '111455.262000', '111455.264000', '111455.267000', '111455.270000', '111455.272000', '111455.275000', '111455.277000', '111455.280000', '111455.282000', '111455.285000', '111455.288000', '111455.290000', '111455.293000', '111455.295000', '111455.298000', '111455.301000', '111455.303000', '111455.306000', '111455.308000', '111455.311000', '111455.313000', '111455.316000', '111455.319000', '111455.322000', '111455.324000', '111455.327000', '111455.329000', '111455.333000', '111455.336000', '111455.339000', '111455.341000', '111455.344000', '111455.346000', '111455.349000', '111455.352000', '111455.354000', '111455.357000', '111455.359000', '111455.362000', '111455.364000', '111515.254000', '111515.264000', '111515.266000', '111515.269000', '111515.272000', '111515.274000', '111515.277000', '111515.279000', '111515.282000', '111515.284000', '111515.287000', '111515.290000', '111515.292000', '111515.295000', '111515.298000', '111515.300000', '111515.303000', '111515.305000', '111515.308000', '111515.311000', '111515.313000', '111515.316000', '111515.318000', '111515.321000', '111515.323000', '111515.326000', '111515.328000', '111515.331000', '111515.334000', '111515.336000', '111515.339000', '111515.341000', '111515.344000', '111515.346000', '111515.349000', '111515.352000', '111515.354000', '111515.357000', '111515.359000', '111515.362000', '111515.364000', '111515.367000', '111515.370000', '111515.372000', '111535.253000', '111535.256000', '111535.259000', '111535.261000', '111535.264000', '111535.267000', '111535.269000', '111535.272000', '111535.274000', '111535.277000', '111535.279000', '111535.282000', '111535.285000', '111535.287000', '111535.290000', '111535.292000', '111535.295000', '111535.297000', '111535.300000', '111535.303000', '111535.305000', '111535.308000', '111535.311000', '111535.313000', '111535.316000', '111535.318000', '111535.321000', '111535.324000', '111535.326000', '111535.329000', '111535.332000', '111535.334000', '111535.337000', '111535.339000', '111535.342000', '111535.345000', '111535.347000', '111535.350000', '111535.352000', '111535.355000', '111535.357000', '111535.360000', '111535.363000', '111555.254000', '111555.257000', '111555.260000', '111555.262000', '111555.265000', '111555.268000', '111555.270000', '111555.273000', '111555.276000', '111555.278000', '111555.281000', '111555.283000', '111555.286000', '111555.289000', '111555.291000', '111555.294000', '111555.297000', '111555.299000', '111555.302000', '111555.304000', '111555.307000', '111555.310000', '111555.312000', '111555.315000', '111555.317000', '111555.320000', '111555.322000', '111555.325000', '111555.328000', '111555.330000', '111555.333000', '111555.335000', '111555.338000', '111555.340000', '111555.343000', '111555.345000', '111555.348000', '111555.351000', '111555.353000', '111555.356000', '111555.358000', '111555.361000', '111555.363000', '111555.366000', '111615.253000', '111615.256000', '111615.259000', '111615.261000', '111615.264000', '111615.267000', '111615.269000', '111615.272000', '111615.274000', '111615.277000', '111615.287000', '111615.290000', '111615.292000', '111615.295000', '111615.297000', '111615.300000', '111615.302000', '111615.305000', '111615.308000', '111615.310000', '111615.313000', '111615.315000', '111615.318000', '111615.320000', '111615.323000', '111615.326000', '111615.328000', '111615.331000', '111615.333000', '111615.336000', '111615.338000', '111615.341000', '111615.344000', '111615.347000', '111615.350000', '111615.353000', '111615.355000', '111615.358000', '111615.361000', '111615.363000', '111615.366000', '111615.368000', '111615.371000', '111635.253000', '111635.256000', '111635.259000', '111635.261000', '111635.264000', '111635.266000', '111635.269000', '111635.272000', '111635.275000', '111635.277000', '111635.280000', '111635.282000', '111635.285000', '111635.287000', '111635.290000', '111635.293000', '111635.295000', '111635.298000', '111635.300000', '111635.303000', '111635.306000', '111635.308000', '111635.311000', '111635.313000', '111635.316000', '111635.319000', '111635.321000', '111635.324000', '111635.326000', '111635.329000', '111635.331000', '111635.334000', '111635.337000', '111635.339000', '111635.342000', '111635.344000', '111635.347000', '111635.349000', '111635.352000', '111635.355000', '111635.357000', '111635.360000', '111635.362000', '111635.365000', '111655.253000', '111655.256000', '111655.259000', '111655.261000', '111655.264000', '111655.266000', '111655.269000', '111655.272000', '111655.274000', '111655.277000', '111655.280000', '111655.282000', '111655.285000', '111655.287000', '111655.290000', '111655.292000', '111655.295000', '111655.298000', '111655.300000', '111655.303000', '111655.305000', '111655.308000', '111655.310000', '111655.313000', '111655.316000', '111655.318000', '111655.321000', '111655.323000', '111655.326000', '111655.328000', '111655.333000', '111655.335000', '111655.338000', '111655.340000', '111655.343000', '111655.345000', '111655.348000', '111655.351000', '111655.353000', '111655.356000', '111655.358000', '111655.361000', '111655.364000', '111715.253000', '111715.256000', '111715.259000', '111715.261000', '111715.264000', '111715.266000', '111715.270000', '111715.272000', '111715.275000', '111715.277000', '111715.280000', '111715.283000', '111715.285000', '111715.288000', '111715.290000', '111715.293000', '111715.296000', '111715.298000', '111715.301000', '111715.303000', '111715.306000', '111715.309000', '111715.311000', '111715.314000', '111715.316000', '111715.319000', '111715.322000', '111715.324000', '111715.327000', '111715.329000', '111715.332000', '111715.334000', '111715.337000', '111715.340000', '111715.342000', '111715.345000', '111715.347000', '111715.350000', '111715.352000', '111715.355000', '111715.358000', '111715.360000', '111715.363000', '111715.365000', '111735.254000', '111735.257000', '111735.259000', '111735.262000', '111735.264000', '111735.267000', '111735.269000', '111735.272000', '111735.275000', '111735.277000', '111735.280000', '111735.283000', '111735.285000', '111735.288000', '111735.290000', '111735.293000', '111735.296000', '111735.298000', '111735.301000', '111735.303000', '111735.306000', '111735.315000', '111735.317000', '111735.320000', '111735.323000', '111735.325000', '111735.328000', '111735.330000', '111735.333000', '111735.335000', '111735.338000', '111735.341000', '111735.343000', '111735.346000', '111735.348000', '111735.351000', '111735.354000', '111735.356000', '111735.359000', '111735.361000', '111735.364000', '111735.366000', '111735.369000', '111740.916000', '111740.919000', '111740.921000', '111740.924000', '111740.927000', '111740.929000', '111740.932000', '111740.934000', '111740.937000', '111740.940000', '111740.942000', '111740.945000', '111740.947000'], 'InstanceCreationTime': ['111115.316000', '111115.319000', '111115.322000', '111115.325000', '111115.338000', '111115.340000', '111115.343000', '111115.345000', '111115.348000', '111115.350000', '111115.353000', '111115.355000', '111115.358000', '111115.361000', '111115.363000', '111115.372000', '111115.375000', '111115.377000', '111115.380000', '111115.382000', '111115.385000', '111115.388000', '111115.390000', '111115.393000', '111115.395000', '111115.398000', '111115.400000', '111115.403000', '111115.405000', '111115.408000', '111115.410000', '111115.413000', '111115.415000', '111135.253000', '111135.256000', '111135.261000', '111135.264000', '111135.266000', '111135.269000', '111135.271000', '111135.274000', '111135.277000', '111135.279000', '111135.282000', '111135.284000', '111135.287000', '111135.289000', '111135.292000', '111135.295000', '111135.297000', '111135.300000', '111135.302000', '111135.305000', '111135.307000', '111135.317000', '111135.319000', '111135.322000', '111135.324000', '111135.327000', '111135.329000', '111135.332000', '111135.335000', '111135.337000', '111135.340000', '111135.342000', '111135.345000', '111135.347000', '111135.350000', '111135.352000', '111135.355000', '111135.358000', '111135.360000', '111135.363000', '111135.365000', '111135.368000', '111135.370000', '111135.373000', '111155.253000', '111155.256000', '111155.259000', '111155.261000', '111155.264000', '111155.267000', '111155.269000', '111155.272000', '111155.275000', '111155.277000', '111155.280000', '111155.282000', '111155.285000', '111155.287000', '111155.290000', '111155.292000', '111155.295000', '111155.298000', '111155.300000', '111155.310000', '111155.313000', '111155.315000', '111155.318000', '111155.320000', '111155.323000', '111155.326000', '111155.328000', '111155.331000', '111155.333000', '111155.336000', '111155.338000', '111155.341000', '111155.343000', '111155.346000', '111155.349000', '111155.351000', '111155.354000', '111155.356000', '111155.359000', '111155.361000', '111155.364000', '111155.366000', '111155.369000', '111215.253000', '111215.256000', '111215.259000', '111215.262000', '111215.264000', '111215.267000', '111215.269000', '111215.272000', '111215.274000', '111215.277000', '111215.280000', '111215.283000', '111215.286000', '111215.289000', '111215.291000', '111215.295000', '111215.298000', '111215.301000', '111215.303000', '111215.306000', '111215.308000', '111215.311000', '111215.313000', '111215.316000', '111215.318000', '111215.321000', '111215.323000', '111215.326000', '111215.328000', '111215.331000', '111215.334000', '111215.336000', '111215.339000', '111215.341000', '111215.344000', '111215.347000', '111215.349000', '111215.352000', '111215.354000', '111215.357000', '111215.359000', '111215.362000', '111215.364000', '111235.253000', '111235.256000', '111235.259000', '111235.261000', '111235.264000', '111235.266000', '111235.269000', '111235.272000', '111235.274000', '111235.277000', '111235.279000', '111235.282000', '111235.284000', '111235.287000', '111235.289000', '111235.292000', '111235.295000', '111235.297000', '111235.300000', '111235.302000', '111235.305000', '111235.308000', '111235.310000', '111235.313000', '111235.315000', '111235.318000', '111235.320000', '111235.323000', '111235.325000', '111235.328000', '111235.330000', '111235.333000', '111235.336000', '111235.338000', '111235.341000', '111235.343000', '111235.346000', '111235.349000', '111235.351000', '111235.354000', '111235.356000', '111235.359000', '111235.361000', '111235.364000', '111255.253000', '111255.256000', '111255.259000', '111255.261000', '111255.264000', '111255.267000', '111255.270000', '111255.272000', '111255.275000', '111255.278000', '111255.280000', '111255.283000', '111255.286000', '111255.288000', '111255.291000', '111255.293000', '111255.296000', '111255.298000', '111255.301000', '111255.304000', '111255.306000', '111255.309000', '111255.311000', '111255.314000', '111255.317000', '111255.319000', '111255.322000', '111255.324000', '111255.327000', '111255.329000', '111255.332000', '111255.334000', '111255.337000', '111255.340000', '111255.342000', '111255.345000', '111255.347000', '111255.350000', '111255.352000', '111255.355000', '111255.357000', '111255.360000', '111255.362000', '111315.253000', '111315.256000', '111315.259000', '111315.262000', '111315.299000', '111315.302000', '111315.304000', '111315.307000', '111315.309000', '111315.312000', '111315.314000', '111315.317000', '111315.320000', '111315.322000', '111315.325000', '111315.327000', '111315.330000', '111315.332000', '111315.335000', '111315.338000', '111315.340000', '111315.343000', '111315.345000', '111315.348000', '111315.351000', '111315.353000', '111315.356000', '111315.358000', '111315.361000', '111315.364000', '111315.366000', '111315.369000', '111315.371000', '111315.374000', '111315.376000', '111315.379000', '111315.382000', '111315.384000', '111315.387000', '111315.389000', '111315.392000', '111315.394000', '111315.397000', '111315.399000', '111335.255000', '111335.257000', '111335.260000', '111335.262000', '111335.265000', '111335.268000', '111335.270000', '111335.273000', '111335.275000', '111335.278000', '111335.280000', '111335.283000', '111335.286000', '111335.288000', '111335.291000', '111335.294000', '111335.296000', '111335.299000', '111335.302000', '111335.304000', '111335.307000', '111335.309000', '111335.312000', '111335.314000', '111335.317000', '111335.319000', '111335.322000', '111335.325000', '111335.327000', '111335.330000', '111335.332000', '111335.336000', '111335.339000', '111335.341000', '111335.344000', '111335.346000', '111335.349000', '111335.351000', '111335.354000', '111335.356000', '111335.359000', '111335.362000', '111335.364000', '111355.254000', '111355.256000', '111355.259000', '111355.262000', '111355.264000', '111355.267000', '111355.269000', '111355.272000', '111355.274000', '111355.277000', '111355.280000', '111355.282000', '111355.285000', '111355.287000', '111355.290000', '111355.292000', '111355.295000', '111355.298000', '111355.301000', '111355.303000', '111355.306000', '111355.308000', '111355.311000', '111355.313000', '111355.316000', '111355.319000', '111355.321000', '111355.324000', '111355.326000', '111355.329000', '111355.331000', '111355.334000', '111355.337000', '111355.339000', '111355.342000', '111355.344000', '111355.347000', '111355.350000', '111355.352000', '111355.355000', '111355.357000', '111355.360000', '111355.362000', '111355.365000', '111415.254000', '111415.256000', '111415.259000', '111415.262000', '111415.264000', '111415.267000', '111415.269000', '111415.272000', '111415.275000', '111415.277000', '111415.280000', '111415.282000', '111415.285000', '111415.287000', '111415.290000', '111415.292000', '111415.295000', '111415.298000', '111415.300000', '111415.303000', '111415.305000', '111415.308000', '111415.310000', '111415.313000', '111415.315000', '111415.318000', '111415.321000', '111415.323000', '111415.326000', '111415.329000', '111415.332000', '111415.334000', '111415.337000', '111415.340000', '111415.342000', '111415.345000', '111415.348000', '111415.350000', '111415.353000', '111415.355000', '111415.358000', '111415.360000', '111415.363000', '111435.253000', '111435.256000', '111435.259000', '111435.261000', '111435.264000', '111435.267000', '111435.269000', '111435.272000', '111435.274000', '111435.277000', '111435.279000', '111435.282000', '111435.285000', '111435.287000', '111435.290000', '111435.292000', '111435.295000', '111435.297000', '111435.300000', '111435.303000', '111435.305000', '111435.308000', '111435.310000', '111435.313000', '111435.315000', '111435.318000', '111435.321000', '111435.323000', '111435.326000', '111435.351000', '111435.354000', '111435.356000', '111435.359000', '111435.362000', '111435.364000', '111435.367000', '111435.369000', '111435.372000', '111435.374000', '111435.377000', '111435.380000', '111435.382000', '111435.385000', '111435.387000', '111455.254000', '111455.256000', '111455.259000', '111455.262000', '111455.264000', '111455.267000', '111455.270000', '111455.272000', '111455.275000', '111455.277000', '111455.280000', '111455.282000', '111455.285000', '111455.288000', '111455.290000', '111455.293000', '111455.295000', '111455.298000', '111455.301000', '111455.303000', '111455.306000', '111455.308000', '111455.311000', '111455.313000', '111455.316000', '111455.319000', '111455.322000', '111455.324000', '111455.327000', '111455.329000', '111455.333000', '111455.336000', '111455.339000', '111455.341000', '111455.344000', '111455.346000', '111455.349000', '111455.352000', '111455.354000', '111455.357000', '111455.359000', '111455.362000', '111455.364000', '111515.254000', '111515.264000', '111515.266000', '111515.269000', '111515.272000', '111515.274000', '111515.277000', '111515.279000', '111515.282000', '111515.284000', '111515.287000', '111515.290000', '111515.292000', '111515.295000', '111515.298000', '111515.300000', '111515.303000', '111515.305000', '111515.308000', '111515.311000', '111515.313000', '111515.316000', '111515.318000', '111515.321000', '111515.323000', '111515.326000', '111515.328000', '111515.331000', '111515.334000', '111515.336000', '111515.339000', '111515.341000', '111515.344000', '111515.346000', '111515.349000', '111515.352000', '111515.354000', '111515.357000', '111515.359000', '111515.362000', '111515.364000', '111515.367000', '111515.370000', '111515.372000', '111535.253000', '111535.256000', '111535.259000', '111535.261000', '111535.264000', '111535.267000', '111535.269000', '111535.272000', '111535.274000', '111535.277000', '111535.279000', '111535.282000', '111535.285000', '111535.287000', '111535.290000', '111535.292000', '111535.295000', '111535.297000', '111535.300000', '111535.303000', '111535.305000', '111535.308000', '111535.311000', '111535.313000', '111535.316000', '111535.318000', '111535.321000', '111535.324000', '111535.326000', '111535.329000', '111535.332000', '111535.334000', '111535.337000', '111535.339000', '111535.342000', '111535.345000', '111535.347000', '111535.350000', '111535.352000', '111535.355000', '111535.357000', '111535.360000', '111535.363000', '111555.254000', '111555.257000', '111555.260000', '111555.262000', '111555.265000', '111555.268000', '111555.270000', '111555.273000', '111555.276000', '111555.278000', '111555.281000', '111555.283000', '111555.286000', '111555.289000', '111555.291000', '111555.294000', '111555.297000', '111555.299000', '111555.302000', '111555.304000', '111555.307000', '111555.310000', '111555.312000', '111555.315000', '111555.317000', '111555.320000', '111555.322000', '111555.325000', '111555.328000', '111555.330000', '111555.333000', '111555.335000', '111555.338000', '111555.340000', '111555.343000', '111555.345000', '111555.348000', '111555.351000', '111555.353000', '111555.356000', '111555.358000', '111555.361000', '111555.363000', '111555.366000', '111615.253000', '111615.256000', '111615.259000', '111615.261000', '111615.264000', '111615.267000', '111615.269000', '111615.272000', '111615.274000', '111615.277000', '111615.287000', '111615.290000', '111615.292000', '111615.295000', '111615.297000', '111615.300000', '111615.302000', '111615.305000', '111615.308000', '111615.310000', '111615.313000', '111615.315000', '111615.318000', '111615.320000', '111615.323000', '111615.326000', '111615.328000', '111615.331000', '111615.333000', '111615.336000', '111615.338000', '111615.341000', '111615.344000', '111615.347000', '111615.350000', '111615.353000', '111615.355000', '111615.358000', '111615.361000', '111615.363000', '111615.366000', '111615.368000', '111615.371000', '111635.253000', '111635.256000', '111635.259000', '111635.261000', '111635.264000', '111635.266000', '111635.269000', '111635.272000', '111635.275000', '111635.277000', '111635.280000', '111635.282000', '111635.285000', '111635.287000', '111635.290000', '111635.293000', '111635.295000', '111635.298000', '111635.300000', '111635.303000', '111635.306000', '111635.308000', '111635.311000', '111635.313000', '111635.316000', '111635.319000', '111635.321000', '111635.324000', '111635.326000', '111635.329000', '111635.331000', '111635.334000', '111635.337000', '111635.339000', '111635.342000', '111635.344000', '111635.347000', '111635.349000', '111635.352000', '111635.355000', '111635.357000', '111635.360000', '111635.362000', '111635.365000', '111655.253000', '111655.256000', '111655.259000', '111655.261000', '111655.264000', '111655.266000', '111655.269000', '111655.272000', '111655.274000', '111655.277000', '111655.280000', '111655.282000', '111655.285000', '111655.287000', '111655.290000', '111655.292000', '111655.295000', '111655.298000', '111655.300000', '111655.303000', '111655.305000', '111655.308000', '111655.310000', '111655.313000', '111655.316000', '111655.318000', '111655.321000', '111655.323000', '111655.326000', '111655.328000', '111655.333000', '111655.335000', '111655.338000', '111655.340000', '111655.343000', '111655.345000', '111655.348000', '111655.351000', '111655.353000', '111655.356000', '111655.358000', '111655.361000', '111655.364000', '111715.253000', '111715.256000', '111715.259000', '111715.261000', '111715.264000', '111715.266000', '111715.270000', '111715.272000', '111715.275000', '111715.277000', '111715.280000', '111715.283000', '111715.285000', '111715.288000', '111715.290000', '111715.293000', '111715.296000', '111715.298000', '111715.301000', '111715.303000', '111715.306000', '111715.309000', '111715.311000', '111715.314000', '111715.316000', '111715.319000', '111715.322000', '111715.324000', '111715.327000', '111715.329000', '111715.332000', '111715.334000', '111715.337000', '111715.340000', '111715.342000', '111715.345000', '111715.347000', '111715.350000', '111715.352000', '111715.355000', '111715.358000', '111715.360000', '111715.363000', '111715.365000', '111735.254000', '111735.257000', '111735.259000', '111735.262000', '111735.264000', '111735.267000', '111735.269000', '111735.272000', '111735.275000', '111735.277000', '111735.280000', '111735.283000', '111735.285000', '111735.288000', '111735.290000', '111735.293000', '111735.296000', '111735.298000', '111735.301000', '111735.303000', '111735.306000', '111735.315000', '111735.317000', '111735.320000', '111735.323000', '111735.325000', '111735.328000', '111735.330000', '111735.333000', '111735.335000', '111735.338000', '111735.341000', '111735.343000', '111735.346000', '111735.348000', '111735.351000', '111735.354000', '111735.356000', '111735.359000', '111735.361000', '111735.364000', '111735.366000', '111735.369000', '111740.916000', '111740.919000', '111740.921000', '111740.924000', '111740.927000', '111740.929000', '111740.932000', '111740.934000', '111740.937000', '111740.940000', '111740.942000', '111740.945000', '111740.947000'], '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': [14373, 15018, 11863, 14542, 14621, 11642, 14572, 13960, 12159, 14466, 14028, 12054, 14252, 14002, 11245, 13996, 14097, 11485, 14431, 14419, 11413, 13976, 14420, 10775, 13994, 14439, 10758, 13614, 10771, 10726, 13090, 12145, 11038, 13059, 11727, 10923, 13368, 13344, 11069, 13231, 10446, 12121, 13701, 14753, 11333, 13185, 11259, 11300, 13541, 10276, 12445, 13309, 10136, 12806, 13927, 12174, 13511, 14885, 12744, 14090, 10941, 12781, 14708, 10295, 13504, 15007, 10262, 12936, 15089, 11882, 13427, 15079, 12012, 13316, 15226, 12631, 13694, 14851, 12313, 13886, 11618, 13096, 14156, 10486, 13277, 12680, 11825, 13735, 14561, 13079, 13652, 11582, 13353, 12488, 10818, 13830, 14350, 12616, 13668, 13388, 13641, 13892, 14236, 13975, 12637, 11312, 13731, 15307, 12224, 14027, 15257, 13602, 14311, 11306, 14196, 14121, 10900, 14040, 13899, 12052, 14520, 15120, 12469, 14675, 14975, 13549, 14268, 14734, 13633, 14298, 11008, 13642, 14547, 10893, 13587, 12603, 10729, 13883, 11084, 13200, 14070, 14025, 13322, 14646, 11403, 13846, 14665, 11142, 14108, 14757, 11030, 13850, 14654, 13145, 14474, 11202, 13206, 12656, 10529, 13827, 14331, 12673, 14099, 14908, 13883, 14576, 14908, 13354, 14069, 14845, 13441, 14017, 14952, 13286, 14000, 14039, 12784, 14456, 11376, 13749, 12204, 10341, 13381, 13346, 12732, 13827, 11763, 13479, 13873, 10545, 13816, 14811, 12133, 13866, 15034, 13034, 14060, 12354, 13905, 14200, 11520, 13957, 13788, 11215, 13756, 14314, 12297, 14023, 12433, 13661, 14821, 11452, 14403, 13337, 10911, 14015, 14449, 13865, 14375, 12891, 13457, 14511, 11359, 14166, 14430, 11468, 14133, 14971, 13378, 14142, 12622, 13616, 14514, 10935, 13964, 14140, 11272, 13998, 15044, 11904, 13797, 14998, 13523, 14566, 10960, 13809, 13881, 12123, 13598, 14685, 13376, 13875, 13629, 13558, 14553, 10991, 13519, 14937, 11744, 14353, 15074, 13363, 13877, 13580, 13641, 14389, 11757, 14231, 13717, 11765, 14149, 14273, 11531, 13871, 14530, 13580, 14255, 14954, 13353, 14261, 14590, 13360, 14565, 14722, 14102, 14497, 14167, 13104, 14096, 12197, 13572, 14297, 11395, 14206, 14338, 10957, 14068, 12867, 11334, 13850, 13159, 12748, 13897, 11640, 14181, 14535, 12042, 14019, 13140, 11519, 14218, 14630, 11907, 14083, 14904, 13281, 14274, 15549, 13511, 14691, 10910, 13391, 13265, 12904, 14109, 10580, 12012, 14589, 11560, 12672, 10692, 12942, 15941, 12581, 13714, 14847, 12506, 14677, 11529, 13348, 15592, 10853, 13357, 15736, 11518, 13472, 16492, 11627, 13697, 14242, 12026, 13696, 10354, 13525, 14329, 10242, 13116, 12774, 10327, 13775, 14235, 11153, 13660, 14833, 12889, 14305, 16091, 13064, 14612, 14541, 12574, 14305, 14316, 13697, 14260, 11757, 13238, 14679, 11684, 14273, 14652, 11532, 14194, 14450, 11188, 14258, 15216, 11215, 14141, 15291, 12876, 14638, 16199, 13607, 14382, 15852, 13470, 14413, 15808, 13955, 14701, 16593, 13908, 14863, 11440, 14305, 14698, 11371, 14633, 14666, 11891, 14520, 15087, 13585, 14289, 15909, 13217, 14414, 15364, 13449, 14490, 15904, 12557, 14578, 15505, 12603, 14216, 12380, 13562, 14853, 15890, 12987, 14396, 12940, 13322, 14363, 15621, 12636, 13925, 15018, 12825, 14009, 15859, 11775, 13945, 15642, 10843, 13881, 14692, 12024, 13726, 14395, 12763, 14201, 11548, 13493, 14343, 10533, 13299, 15122, 12562, 14096, 15431, 13710, 14403, 15986, 13663, 14222, 13152, 13711, 14130, 14792, 13751, 14380, 11785, 14049, 14270, 13284, 13916, 14296, 12067, 14233, 14591, 10969, 14190, 13452, 10967, 14053, 14177, 12436, 14414, 14532, 11545, 14146, 13501, 13352, 14577, 15150, 13435, 14066, 15646, 12502, 13982, 12648, 12927, 13948, 10937, 12933, 12547, 10319, 13256, 14871, 10432, 13727, 15171, 10115, 13328, 15938, 10699, 13707, 16102, 10527, 13265, 14754, 12284, 13890, 15216, 12942, 14276, 12330, 13175, 14297, 13349, 13705, 14702, 11524, 13748, 14422, 10962, 14092, 13984, 10391, 13795, 14664, 13451, 14221, 13394, 14142, 14335, 11539, 14128, 16151, 12433, 14554, 15519, 13256, 14511, 16319, 13283, 14561, 16064, 13710, 14382, 12270, 14514, 14180, 11593, 14414, 14009, 13662, 14598, 15552, 12453, 14609, 15653, 11770, 14238, 15222, 13627, 14427, 15478, 13323, 14316, 11110, 14073, 14342, 11628, 14279, 14443, 11804, 14273, 15724, 11284, 14615, 14105, 11775, 14660, 14428, 12830, 14527, 14373, 12559, 14564, 14383, 11997, 14611, 14119, 11127, 14263, 12446, 12105, 14117, 14572, 13623, 14279, 10906, 14009, 14241, 11712, 14380, 14773, 11411, 14107, 15585, 13218, 14202, 15586, 13095, 14047, 15785, 13925, 14159, 16739, 14103, 14549, 11574, 13728, 14519, 11634, 14105, 14560, 12256, 14157, 14314, 11222, 13923, 14495, 10837, 14106, 14452, 12740, 13991, 15548, 13638, 14126, 12152, 13146, 14290, 11446, 13937, 14080, 10639, 13600, 15067, 12644, 14134, 15632, 13236, 14474, 13286, 13454, 14035, 13439, 14152, 14481, 11641, 13995, 14669, 11633, 14182, 15520, 12115, 14056, 15253, 14019, 14448, 12966, 13855, 13694, 12041, 14348, 15487, 13134, 14523, 15655, 14447, 14735, 14063, 14302, 14538, 12303, 14208, 14377, 10912, 14098, 14868, 12877, 13861, 14507, 13880, 14339, 11307, 14011, 15318, 12879, 13942, 16028, 11882, 14242, 15668, 13469, 14144, 15827, 13458, 14063, 13850, 13484, 14452, 10624, 14120, 13749, 11724, 13973, 15482, 13481, 14147, 12380, 13591, 14452, 11403, 14160, 15016, 11155, 13880, 15652, 13476, 13992, 16103, 13299, 14447, 12829, 14056, 14128, 13757, 14280, 14606, 11084, 14066, 14817, 11508, 14113, 12213, 14107, 12423, 14399, 14586, 16545, 14134, 15062, 15770, 14611, 14492, 16035, 14065, 14352, 15866, 13336, 14442, 15588, 13187, 14291, 15501, 14651, 14653, 16505, 14441, 14322, 13284, 14573, 13628, 11721, 14297, 15500, 13789, 14381, 15607, 13799, 14322, 15254, 14450, 14461, 15010, 14813, 14412, 11755, 14460, 13799, 12657, 14820, 14754, 14278, 14551, 15700, 14032, 14600, 12244, 14271, 14477, 12006, 14273, 12753, 11112, 14135, 14378, 11658, 13903, 12637, 12670, 14185, 11557, 13871, 12851, 10681, 13619, 15099, 10834, 13927, 15176, 10829, 13662, 15390, 11007, 13884, 14678, 11106, 13718, 14832, 11091, 14202, 15230, 11430, 14109, 15508, 12433, 14131, 13897, 13448, 14628, 10834, 13735, 14800, 11118, 13933, 15104, 11027, 13552, 14976, 10896, 13722, 15827, 11576, 14313], 'WindowCenter': [4404.0, 4390.0, 4351.0, 4361.0, 4360.0, 4324.0, 4343.0, 4347.0, 4326.0, 4342.0, 4345.0, 4324.0, 4344.0, 4342.0, 4323.0, 4342.0, 4343.0, 4325.0, 4345.0, 4343.0, 4326.0, 4359.0, 4361.0, 4328.0, 4360.0, 4357.0, 4327.0, 4362.0, 4342.0, 4339.0, 4363.0, 4354.0, 4350.0, 4374.0, 4362.0, 4353.0, 4374.0, 4375.0, 4356.0, 4375.0, 4354.0, 4375.0, 4390.0, 4389.0, 4366.0, 4390.0, 4366.0, 4369.0, 4389.0, 4359.0, 4381.0, 4391.0, 4357.0, 4391.0, 4389.0, 4378.0, 4390.0, 4387.0, 4378.0, 4389.0, 4355.0, 4376.0, 4387.0, 4346.0, 4375.0, 4385.0, 4343.0, 4364.0, 4384.0, 4355.0, 4362.0, 4372.0, 4351.0, 4365.0, 4375.0, 4349.0, 4375.0, 4372.0, 4349.0, 4362.0, 4341.0, 4362.0, 4371.0, 4338.0, 4364.0, 4361.0, 4353.0, 4376.0, 4374.0, 4365.0, 4372.0, 4352.0, 4364.0, 4365.0, 4353.0, 4375.0, 4372.0, 4364.0, 4374.0, 4364.0, 4372.0, 4373.0, 4360.0, 4360.0, 4351.0, 4343.0, 4361.0, 4372.0, 4351.0, 4359.0, 4372.0, 4363.0, 4372.0, 4342.0, 4373.0, 4373.0, 4342.0, 4371.0, 4361.0, 4349.0, 4370.0, 4370.0, 4346.0, 4358.0, 4357.0, 4350.0, 4359.0, 4369.0, 4361.0, 4362.0, 4337.0, 4362.0, 4363.0, 4340.0, 4361.0, 4349.0, 4341.0, 4374.0, 4354.0, 4365.0, 4374.0, 4376.0, 4364.0, 4372.0, 4353.0, 4373.0, 4377.0, 4340.0, 4372.0, 4371.0, 4340.0, 4371.0, 4374.0, 4364.0, 4374.0, 4353.0, 4363.0, 4363.0, 4355.0, 4376.0, 4376.0, 4363.0, 4375.0, 4384.0, 4373.0, 4377.0, 4374.0, 4364.0, 4376.0, 4363.0, 4362.0, 4374.0, 4373.0, 4362.0, 4363.0, 4361.0, 4352.0, 4375.0, 4349.0, 4364.0, 4353.0, 4340.0, 4372.0, 4366.0, 4362.0, 4375.0, 4363.0, 4373.0, 4376.0, 4342.0, 4373.0, 4374.0, 4351.0, 4361.0, 4374.0, 4365.0, 4375.0, 4353.0, 4363.0, 4372.0, 4339.0, 4360.0, 4360.0, 4340.0, 4371.0, 4372.0, 4350.0, 4372.0, 4350.0, 4372.0, 4373.0, 4351.0, 4372.0, 4366.0, 4342.0, 4377.0, 4372.0, 4372.0, 4377.0, 4366.0, 4362.0, 4373.0, 4351.0, 4375.0, 4373.0, 4355.0, 4372.0, 4372.0, 4373.0, 4377.0, 4364.0, 4375.0, 4374.0, 4344.0, 4375.0, 4372.0, 4351.0, 4371.0, 4372.0, 4350.0, 4362.0, 4374.0, 4361.0, 4372.0, 4343.0, 4373.0, 4372.0, 4365.0, 4377.0, 4373.0, 4364.0, 4373.0, 4364.0, 4361.0, 4372.0, 4343.0, 4364.0, 4376.0, 4350.0, 4373.0, 4370.0, 4360.0, 4361.0, 4364.0, 4362.0, 4371.0, 4349.0, 4363.0, 4364.0, 4350.0, 4363.0, 4363.0, 4340.0, 4361.0, 4360.0, 4362.0, 4370.0, 4372.0, 4351.0, 4362.0, 4358.0, 4358.0, 4374.0, 4358.0, 4360.0, 4362.0, 4361.0, 4352.0, 4364.0, 4352.0, 4363.0, 4375.0, 4339.0, 4363.0, 4375.0, 4344.0, 4374.0, 4366.0, 4351.0, 4372.0, 4361.0, 4362.0, 4374.0, 4352.0, 4374.0, 4374.0, 4364.0, 4376.0, 4378.0, 4352.0, 4376.0, 4374.0, 4352.0, 4373.0, 4372.0, 4364.0, 4372.0, 4372.0, 4361.0, 4373.0, 4354.0, 4373.0, 4375.0, 4375.0, 4389.0, 4356.0, 4379.0, 4390.0, 4372.0, 4383.0, 4359.0, 4380.0, 4403.0, 4368.0, 4381.0, 4379.0, 4369.0, 4377.0, 4356.0, 4366.0, 4374.0, 4344.0, 4362.0, 4374.0, 4343.0, 4365.0, 4371.0, 4342.0, 4365.0, 4360.0, 4351.0, 4366.0, 4333.0, 4362.0, 4374.0, 4330.0, 4362.0, 4363.0, 4344.0, 4377.0, 4376.0, 4344.0, 4374.0, 4376.0, 4363.0, 4379.0, 4376.0, 4365.0, 4379.0, 4364.0, 4355.0, 4377.0, 4366.0, 4365.0, 4377.0, 4353.0, 4363.0, 4375.0, 4354.0, 4373.0, 4377.0, 4344.0, 4372.0, 4372.0, 4344.0, 4372.0, 4373.0, 4344.0, 4366.0, 4371.0, 4350.0, 4372.0, 4371.0, 4363.0, 4361.0, 4374.0, 4351.0, 4361.0, 4370.0, 4362.0, 4375.0, 4373.0, 4363.0, 4374.0, 4344.0, 4365.0, 4372.0, 4340.0, 4371.0, 4372.0, 4340.0, 4372.0, 4375.0, 4360.0, 4375.0, 4371.0, 4349.0, 4360.0, 4372.0, 4351.0, 4360.0, 4371.0, 4341.0, 4361.0, 4357.0, 4337.0, 4361.0, 4353.0, 4360.0, 4372.0, 4371.0, 4361.0, 4373.0, 4361.0, 4362.0, 4377.0, 4375.0, 4355.0, 4375.0, 4372.0, 4365.0, 4374.0, 4385.0, 4353.0, 4361.0, 4371.0, 4342.0, 4360.0, 4359.0, 4352.0, 4360.0, 4364.0, 4364.0, 4373.0, 4352.0, 4374.0, 4380.0, 4343.0, 4375.0, 4374.0, 4366.0, 4380.0, 4375.0, 4364.0, 4377.0, 4373.0, 4364.0, 4374.0, 4351.0, 4363.0, 4362.0, 4361.0, 4349.0, 4363.0, 4337.0, 4359.0, 4363.0, 4347.0, 4348.0, 4361.0, 4340.0, 4359.0, 4360.0, 4330.0, 4359.0, 4349.0, 4330.0, 4362.0, 4360.0, 4351.0, 4361.0, 4360.0, 4337.0, 4363.0, 4362.0, 4362.0, 4375.0, 4374.0, 4363.0, 4372.0, 4374.0, 4354.0, 4374.0, 4365.0, 4363.0, 4378.0, 4355.0, 4381.0, 4381.0, 4344.0, 4376.0, 4386.0, 4355.0, 4375.0, 4385.0, 4344.0, 4378.0, 4390.0, 4345.0, 4366.0, 4386.0, 4343.0, 4362.0, 4372.0, 4351.0, 4365.0, 4375.0, 4362.0, 4374.0, 4354.0, 4363.0, 4375.0, 4363.0, 4362.0, 4376.0, 4351.0, 4363.0, 4375.0, 4353.0, 4373.0, 4373.0, 4344.0, 4377.0, 4376.0, 4363.0, 4378.0, 4367.0, 4374.0, 4374.0, 4353.0, 4373.0, 4389.0, 4354.0, 4362.0, 4371.0, 4352.0, 4373.0, 4372.0, 4351.0, 4361.0, 4359.0, 4362.0, 4373.0, 4349.0, 4374.0, 4364.0, 4351.0, 4372.0, 4364.0, 4363.0, 4386.0, 4384.0, 4352.0, 4373.0, 4375.0, 4350.0, 4362.0, 4373.0, 4361.0, 4372.0, 4374.0, 4362.0, 4373.0, 4352.0, 4373.0, 4375.0, 4353.0, 4376.0, 4373.0, 4353.0, 4372.0, 4377.0, 4340.0, 4360.0, 4361.0, 4340.0, 4359.0, 4362.0, 4339.0, 4347.0, 4348.0, 4336.0, 4357.0, 4361.0, 4340.0, 4360.0, 4362.0, 4340.0, 4363.0, 4350.0, 4349.0, 4364.0, 4361.0, 4364.0, 4373.0, 4341.0, 4373.0, 4375.0, 4352.0, 4376.0, 4376.0, 4343.0, 4362.0, 4372.0, 4353.0, 4361.0, 4371.0, 4349.0, 4361.0, 4370.0, 4360.0, 4362.0, 4373.0, 4363.0, 4364.0, 4341.0, 4363.0, 4373.0, 4353.0, 4377.0, 4377.0, 4350.0, 4361.0, 4362.0, 4340.0, 4361.0, 4366.0, 4340.0, 4365.0, 4361.0, 4361.0, 4374.0, 4373.0, 4365.0, 4374.0, 4354.0, 4363.0, 4375.0, 4351.0, 4362.0, 4363.0, 4341.0, 4364.0, 4372.0, 4353.0, 4373.0, 4372.0, 4365.0, 4373.0, 4364.0, 4363.0, 4363.0, 4355.0, 4361.0, 4361.0, 4341.0, 4361.0, 4372.0, 4342.0, 4361.0, 4370.0, 4352.0, 4364.0, 4370.0, 4362.0, 4372.0, 4350.0, 4363.0, 4362.0, 4353.0, 4373.0, 4373.0, 4353.0, 4375.0, 4375.0, 4361.0, 4373.0, 4360.0, 4363.0, 4359.0, 4338.0, 4363.0, 4361.0, 4331.0, 4360.0, 4359.0, 4354.0, 4363.0, 4363.0, 4362.0, 4372.0, 4343.0, 4365.0, 4373.0, 4349.0, 4361.0, 4371.0, 4340.0, 4363.0, 4369.0, 4349.0, 4364.0, 4373.0, 4352.0, 4360.0, 4347.0, 4350.0, 4362.0, 4328.0, 4361.0, 4359.0, 4350.0, 4376.0, 4371.0, 4362.0, 4377.0, 4351.0, 4361.0, 4372.0, 4340.0, 4360.0, 4361.0, 4339.0, 4362.0, 4370.0, 4349.0, 4361.0, 4371.0, 4352.0, 4363.0, 4348.0, 4364.0, 4361.0, 4349.0, 4359.0, 4359.0, 4338.0, 4360.0, 4361.0, 4341.0, 4373.0, 4355.0, 4373.0, 4355.0, 4372.0, 4374.0, 4372.0, 4361.0, 4373.0, 4375.0, 4361.0, 4366.0, 4370.0, 4348.0, 4359.0, 4359.0, 4335.0, 4346.0, 4356.0, 4335.0, 4347.0, 4359.0, 4346.0, 4360.0, 4356.0, 4350.0, 4347.0, 4347.0, 4356.0, 4350.0, 4328.0, 4346.0, 4357.0, 4347.0, 4346.0, 4355.0, 4338.0, 4350.0, 4344.0, 4348.0, 4346.0, 4348.0, 4347.0, 4348.0, 4328.0, 4359.0, 4351.0, 4336.0, 4358.0, 4360.0, 4360.0, 4362.0, 4360.0, 4358.0, 4361.0, 4337.0, 4362.0, 4371.0, 4352.0, 4360.0, 4350.0, 4342.0, 4372.0, 4362.0, 4343.0, 4361.0, 4365.0, 4363.0, 4374.0, 4353.0, 4375.0, 4365.0, 4355.0, 4378.0, 4387.0, 4343.0, 4377.0, 4376.0, 4342.0, 4376.0, 4385.0, 4341.0, 4362.0, 4375.0, 4341.0, 4362.0, 4371.0, 4340.0, 4362.0, 4372.0, 4341.0, 4372.0, 4374.0, 4351.0, 4373.0, 4365.0, 4363.0, 4374.0, 4353.0, 4378.0, 4387.0, 4354.0, 4377.0, 4375.0, 4342.0, 4366.0, 4373.0, 4340.0, 4373.0, 4388.0, 4352.0, 4373.0], 'WindowWidth': [9709.0, 9682.0, 9612.0, 9622.0, 9620.0, 9561.0, 9585.0, 9595.0, 9559.0, 9580.0, 9589.0, 9556.0, 9583.0, 9583.0, 9554.0, 9580.0, 9586.0, 9558.0, 9586.0, 9586.0, 9561.0, 9611.0, 9616.0, 9567.0, 9613.0, 9610.0, 9567.0, 9620.0, 9595.0, 9589.0, 9624.0, 9614.0, 9606.0, 9642.0, 9626.0, 9614.0, 9646.0, 9645.0, 9618.0, 9646.0, 9618.0, 9648.0, 9674.0, 9671.0, 9638.0, 9674.0, 9638.0, 9644.0, 9675.0, 9629.0, 9662.0, 9681.0, 9626.0, 9677.0, 9673.0, 9656.0, 9676.0, 9670.0, 9655.0, 9674.0, 9621.0, 9649.0, 9672.0, 9606.0, 9645.0, 9664.0, 9599.0, 9629.0, 9660.0, 9614.0, 9624.0, 9640.0, 9607.0, 9631.0, 9643.0, 9602.0, 9644.0, 9639.0, 9602.0, 9623.0, 9593.0, 9619.0, 9636.0, 9585.0, 9624.0, 9621.0, 9609.0, 9646.0, 9643.0, 9628.0, 9639.0, 9609.0, 9626.0, 9631.0, 9610.0, 9643.0, 9640.0, 9625.0, 9644.0, 9630.0, 9636.0, 9642.0, 9621.0, 9618.0, 9608.0, 9595.0, 9619.0, 9640.0, 9605.0, 9617.0, 9637.0, 9622.0, 9637.0, 9595.0, 9637.0, 9639.0, 9593.0, 9632.0, 9621.0, 9600.0, 9631.0, 9636.0, 9593.0, 9611.0, 9612.0, 9602.0, 9617.0, 9632.0, 9619.0, 9622.0, 9585.0, 9620.0, 9624.0, 9588.0, 9619.0, 9603.0, 9592.0, 9641.0, 9616.0, 9629.0, 9644.0, 9649.0, 9627.0, 9639.0, 9610.0, 9639.0, 9652.0, 9591.0, 9637.0, 9637.0, 9589.0, 9634.0, 9642.0, 9625.0, 9641.0, 9611.0, 9626.0, 9629.0, 9615.0, 9648.0, 9648.0, 9625.0, 9647.0, 9658.0, 9638.0, 9650.0, 9646.0, 9624.0, 9645.0, 9625.0, 9620.0, 9641.0, 9638.0, 9618.0, 9624.0, 9619.0, 9606.0, 9643.0, 9600.0, 9624.0, 9611.0, 9590.0, 9638.0, 9632.0, 9625.0, 9646.0, 9629.0, 9640.0, 9649.0, 9596.0, 9641.0, 9647.0, 9607.0, 9620.0, 9644.0, 9625.0, 9644.0, 9611.0, 9622.0, 9638.0, 9590.0, 9617.0, 9619.0, 9590.0, 9634.0, 9638.0, 9604.0, 9637.0, 9607.0, 9636.0, 9642.0, 9607.0, 9638.0, 9632.0, 9595.0, 9647.0, 9640.0, 9636.0, 9649.0, 9633.0, 9624.0, 9641.0, 9606.0, 9643.0, 9642.0, 9614.0, 9637.0, 9640.0, 9639.0, 9651.0, 9630.0, 9642.0, 9644.0, 9602.0, 9641.0, 9640.0, 9606.0, 9633.0, 9639.0, 9605.0, 9623.0, 9642.0, 9620.0, 9639.0, 9596.0, 9638.0, 9639.0, 9629.0, 9648.0, 9644.0, 9627.0, 9640.0, 9629.0, 9620.0, 9638.0, 9596.0, 9625.0, 9648.0, 9602.0, 9637.0, 9634.0, 9615.0, 9622.0, 9626.0, 9620.0, 9635.0, 9600.0, 9623.0, 9629.0, 9602.0, 9623.0, 9625.0, 9588.0, 9618.0, 9618.0, 9619.0, 9632.0, 9637.0, 9602.0, 9621.0, 9613.0, 9610.0, 9637.0, 9613.0, 9613.0, 9621.0, 9618.0, 9606.0, 9627.0, 9608.0, 9622.0, 9641.0, 9587.0, 9622.0, 9641.0, 9597.0, 9639.0, 9633.0, 9606.0, 9636.0, 9623.0, 9624.0, 9644.0, 9613.0, 9641.0, 9645.0, 9627.0, 9646.0, 9653.0, 9610.0, 9646.0, 9647.0, 9608.0, 9639.0, 9638.0, 9625.0, 9638.0, 9638.0, 9620.0, 9639.0, 9614.0, 9640.0, 9648.0, 9644.0, 9667.0, 9619.0, 9655.0, 9671.0, 9646.0, 9663.0, 9627.0, 9659.0, 9694.0, 9639.0, 9661.0, 9655.0, 9635.0, 9652.0, 9617.0, 9629.0, 9645.0, 9595.0, 9620.0, 9640.0, 9592.0, 9625.0, 9632.0, 9590.0, 9626.0, 9618.0, 9606.0, 9631.0, 9580.0, 9620.0, 9640.0, 9574.0, 9621.0, 9626.0, 9597.0, 9645.0, 9644.0, 9599.0, 9642.0, 9645.0, 9625.0, 9653.0, 9649.0, 9627.0, 9652.0, 9627.0, 9613.0, 9650.0, 9632.0, 9626.0, 9647.0, 9610.0, 9624.0, 9643.0, 9610.0, 9637.0, 9651.0, 9597.0, 9635.0, 9638.0, 9597.0, 9634.0, 9640.0, 9596.0, 9628.0, 9634.0, 9603.0, 9636.0, 9637.0, 9620.0, 9619.0, 9638.0, 9603.0, 9619.0, 9631.0, 9618.0, 9640.0, 9637.0, 9622.0, 9640.0, 9596.0, 9625.0, 9638.0, 9589.0, 9632.0, 9636.0, 9588.0, 9634.0, 9641.0, 9616.0, 9640.0, 9635.0, 9599.0, 9617.0, 9634.0, 9603.0, 9617.0, 9635.0, 9586.0, 9615.0, 9609.0, 9580.0, 9618.0, 9608.0, 9616.0, 9636.0, 9635.0, 9620.0, 9640.0, 9621.0, 9623.0, 9647.0, 9644.0, 9614.0, 9644.0, 9637.0, 9626.0, 9643.0, 9660.0, 9608.0, 9619.0, 9634.0, 9590.0, 9615.0, 9616.0, 9604.0, 9618.0, 9626.0, 9624.0, 9638.0, 9608.0, 9641.0, 9656.0, 9597.0, 9643.0, 9644.0, 9630.0, 9655.0, 9647.0, 9626.0, 9649.0, 9642.0, 9623.0, 9642.0, 9606.0, 9621.0, 9623.0, 9621.0, 9597.0, 9622.0, 9581.0, 9612.0, 9623.0, 9596.0, 9595.0, 9617.0, 9585.0, 9612.0, 9617.0, 9572.0, 9612.0, 9600.0, 9573.0, 9620.0, 9617.0, 9603.0, 9618.0, 9617.0, 9582.0, 9622.0, 9621.0, 9619.0, 9642.0, 9639.0, 9622.0, 9637.0, 9639.0, 9612.0, 9641.0, 9629.0, 9623.0, 9651.0, 9616.0, 9655.0, 9658.0, 9602.0, 9647.0, 9664.0, 9616.0, 9645.0, 9661.0, 9601.0, 9651.0, 9673.0, 9601.0, 9628.0, 9660.0, 9595.0, 9623.0, 9637.0, 9606.0, 9629.0, 9642.0, 9621.0, 9641.0, 9613.0, 9623.0, 9646.0, 9626.0, 9621.0, 9646.0, 9605.0, 9625.0, 9646.0, 9610.0, 9639.0, 9639.0, 9598.0, 9646.0, 9646.0, 9626.0, 9652.0, 9635.0, 9640.0, 9645.0, 9610.0, 9638.0, 9669.0, 9611.0, 9621.0, 9637.0, 9605.0, 9639.0, 9640.0, 9601.0, 9618.0, 9614.0, 9618.0, 9640.0, 9598.0, 9636.0, 9625.0, 9604.0, 9634.0, 9626.0, 9623.0, 9658.0, 9658.0, 9607.0, 9636.0, 9643.0, 9602.0, 9622.0, 9637.0, 9617.0, 9635.0, 9641.0, 9620.0, 9640.0, 9608.0, 9637.0, 9644.0, 9611.0, 9642.0, 9640.0, 9609.0, 9634.0, 9652.0, 9589.0, 9614.0, 9618.0, 9586.0, 9611.0, 9621.0, 9584.0, 9592.0, 9596.0, 9576.0, 9606.0, 9614.0, 9582.0, 9612.0, 9619.0, 9584.0, 9619.0, 9602.0, 9599.0, 9625.0, 9619.0, 9624.0, 9640.0, 9594.0, 9638.0, 9645.0, 9607.0, 9642.0, 9647.0, 9595.0, 9620.0, 9638.0, 9606.0, 9619.0, 9636.0, 9599.0, 9619.0, 9633.0, 9615.0, 9624.0, 9638.0, 9620.0, 9623.0, 9591.0, 9621.0, 9638.0, 9608.0, 9644.0, 9648.0, 9603.0, 9617.0, 9621.0, 9588.0, 9619.0, 9632.0, 9588.0, 9626.0, 9620.0, 9619.0, 9641.0, 9641.0, 9626.0, 9640.0, 9613.0, 9623.0, 9644.0, 9604.0, 9620.0, 9626.0, 9591.0, 9625.0, 9637.0, 9608.0, 9637.0, 9640.0, 9625.0, 9639.0, 9625.0, 9621.0, 9627.0, 9614.0, 9617.0, 9621.0, 9589.0, 9617.0, 9636.0, 9590.0, 9618.0, 9630.0, 9604.0, 9626.0, 9632.0, 9618.0, 9634.0, 9604.0, 9623.0, 9623.0, 9608.0, 9636.0, 9641.0, 9609.0, 9643.0, 9643.0, 9617.0, 9639.0, 9620.0, 9619.0, 9616.0, 9581.0, 9620.0, 9620.0, 9574.0, 9616.0, 9615.0, 9609.0, 9625.0, 9625.0, 9621.0, 9638.0, 9595.0, 9626.0, 9642.0, 9601.0, 9618.0, 9635.0, 9587.0, 9621.0, 9628.0, 9597.0, 9625.0, 9636.0, 9603.0, 9615.0, 9596.0, 9599.0, 9620.0, 9570.0, 9616.0, 9612.0, 9603.0, 9643.0, 9633.0, 9621.0, 9646.0, 9605.0, 9617.0, 9639.0, 9589.0, 9616.0, 9621.0, 9586.0, 9620.0, 9631.0, 9598.0, 9618.0, 9635.0, 9603.0, 9623.0, 9599.0, 9623.0, 9622.0, 9602.0, 9612.0, 9614.0, 9582.0, 9615.0, 9616.0, 9590.0, 9639.0, 9612.0, 9638.0, 9611.0, 9634.0, 9641.0, 9639.0, 9616.0, 9641.0, 9645.0, 9617.0, 9629.0, 9633.0, 9596.0, 9612.0, 9615.0, 9574.0, 9590.0, 9604.0, 9572.0, 9592.0, 9611.0, 9589.0, 9611.0, 9605.0, 9596.0, 9593.0, 9591.0, 9602.0, 9600.0, 9564.0, 9591.0, 9607.0, 9590.0, 9590.0, 9604.0, 9577.0, 9598.0, 9586.0, 9589.0, 9589.0, 9594.0, 9590.0, 9594.0, 9564.0, 9608.0, 9601.0, 9575.0, 9608.0, 9613.0, 9612.0, 9619.0, 9616.0, 9608.0, 9617.0, 9581.0, 9618.0, 9634.0, 9605.0, 9616.0, 9604.0, 9592.0, 9635.0, 9623.0, 9596.0, 9620.0, 9628.0, 9625.0, 9643.0, 9612.0, 9644.0, 9631.0, 9618.0, 9652.0, 9668.0, 9598.0, 9646.0, 9648.0, 9595.0, 9642.0, 9661.0, 9592.0, 9622.0, 9644.0, 9591.0, 9622.0, 9635.0, 9589.0, 9621.0, 9640.0, 9591.0, 9635.0, 9639.0, 9605.0, 9639.0, 9628.0, 9625.0, 9642.0, 9612.0, 9649.0, 9666.0, 9614.0, 9647.0, 9648.0, 9595.0, 9629.0, 9639.0, 9589.0, 9639.0, 9667.0, 9607.0, 9637.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.0004135206422018349</td></tr>
<tr><td colspan=3>aqi</td><td>0.015206549885321101</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.062138089827826</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.275608667818599</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032087553386904</td></tr>
<tr><td colspan=3>efc</td><td>0.5164</td></tr>
<tr><td colspan=3>fber</td><td>4155.686</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07561984372225343</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3440366972477064</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.541175172029954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575560302230221</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7268726622590167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321092551600623</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125851</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005259959492832422</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03150832653045654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.9863674441124166</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>28.2477</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.158</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.1917</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1084.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.8372</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5807</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.3544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.0425</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4596.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.5949</td></tr>
<tr><td colspan=3>tsnr</td><td>46.52975458884612</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>