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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-03_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-03_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-0080/ses-01/func/sub-0080_ses-01_task-social_acq-mb8_run-03_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>7d8244084cf31850372bb2cb5a0978b5</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:01:44.510000</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.989829, -0.0344856, 0.138019, 0.0286858, 0.998629, 0.0437932]</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-03_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.0893289</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4193, -7762, -7262, 593, -37, -285, 59, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3154cd52-5675-42dd-8d57-7ad048c41e55||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.6556389331817627, 0.07696196436882019, 0.3762173652648926, 104.00782012939453], [0.09252243489027023, 2.6792478561401367, 0.10634917765855789, -94.47172546386719], [0.37029433250427246, -0.11749391257762909, 2.6715445518493652, -76.29450988769531], [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': ['110144.510000', '110144.970000', '110145.430000', '110145.890000', '110146.350000', '110146.810000', '110147.270000', '110147.730000', '110148.190000', '110148.650000', '110149.110000', '110149.570000', '110150.030000', '110150.490000', '110150.950000', '110151.410000', '110151.870000', '110152.330000', '110152.790000', '110153.250000', '110153.710000', '110154.170000', '110154.630000', '110155.090000', '110155.550000', '110156.010000', '110156.470000', '110156.930000', '110157.390000', '110157.850000', '110158.310000', '110158.770000', '110159.230000', '110159.690000', '110200.150000', '110200.610000', '110201.070000', '110201.530000', '110201.990000', '110202.450000', '110202.910000', '110203.370000', '110203.830000', '110204.290000', '110204.750000', '110205.210000', '110205.670000', '110206.130000', '110206.590000', '110207.050000', '110207.510000', '110207.970000', '110208.430000', '110208.890000', '110209.350000', '110209.810000', '110210.270000', '110210.730000', '110211.190000', '110211.650000', '110212.110000', '110212.570000', '110213.030000', '110213.490000', '110213.950000', '110214.410000', '110214.870000', '110215.330000', '110215.790000', '110216.250000', '110216.710000', '110217.170000', '110217.630000', '110218.090000', '110218.550000', '110219.010000', '110219.470000', '110219.930000', '110220.390000', '110220.850000', '110221.310000', '110221.770000', '110222.230000', '110222.690000', '110223.150000', '110223.610000', '110224.070000', '110224.530000', '110224.990000', '110225.450000', '110225.910000', '110226.370000', '110226.830000', '110227.290000', '110227.750000', '110228.210000', '110228.670000', '110229.130000', '110229.590000', '110230.050000', '110230.510000', '110230.970000', '110231.430000', '110231.890000', '110232.350000', '110232.810000', '110233.270000', '110233.730000', '110234.190000', '110234.650000', '110235.110000', '110235.570000', '110236.030000', '110236.490000', '110236.950000', '110237.410000', '110237.870000', '110238.330000', '110238.790000', '110239.250000', '110239.710000', '110240.170000', '110240.630000', '110241.090000', '110241.550000', '110242.010000', '110242.470000', '110242.930000', '110243.390000', '110243.850000', '110244.310000', '110244.770000', '110245.230000', '110245.690000', '110246.150000', '110246.610000', '110247.070000', '110247.530000', '110247.990000', '110248.450000', '110248.910000', '110249.370000', '110249.830000', '110250.290000', '110250.750000', '110251.210000', '110251.670000', '110252.130000', '110252.590000', '110253.050000', '110253.510000', '110253.970000', '110254.430000', '110254.890000', '110255.350000', '110255.810000', '110256.270000', '110256.730000', '110257.190000', '110257.650000', '110258.110000', '110258.570000', '110259.030000', '110259.490000', '110259.950000', '110300.410000', '110300.870000', '110301.330000', '110301.790000', '110302.250000', '110302.710000', '110303.170000', '110303.630000', '110304.090000', '110304.550000', '110305.010000', '110305.470000', '110305.930000', '110306.390000', '110306.850000', '110307.310000', '110307.770000', '110308.230000', '110308.690000', '110309.150000', '110309.610000', '110310.070000', '110310.530000', '110310.990000', '110311.450000', '110311.910000', '110312.370000', '110312.830000', '110313.290000', '110313.750000', '110314.210000', '110314.670000', '110315.130000', '110315.590000', '110316.050000', '110316.510000', '110316.970000', '110317.430000', '110317.890000', '110318.350000', '110318.810000', '110319.270000', '110319.730000', '110320.190000', '110320.650000', '110321.110000', '110321.570000', '110322.030000', '110322.490000', '110322.950000', '110323.410000', '110323.870000', '110324.330000', '110324.790000', '110325.250000', '110325.710000', '110326.170000', '110326.630000', '110327.090000', '110327.550000', '110328.010000', '110328.470000', '110328.930000', '110329.390000', '110329.850000', '110330.310000', '110330.770000', '110331.230000', '110331.690000', '110332.150000', '110332.610000', '110333.070000', '110333.530000', '110333.990000', '110334.450000', '110334.910000', '110335.370000', '110335.830000', '110336.290000', '110336.750000', '110337.210000', '110337.670000', '110338.130000', '110338.590000', '110339.050000', '110339.510000', '110339.970000', '110340.430000', '110340.890000', '110341.350000', '110341.810000', '110342.270000', '110342.730000', '110343.190000', '110343.650000', '110344.110000', '110344.570000', '110345.030000', '110345.490000', '110345.950000', '110346.410000', '110346.870000', '110347.330000', '110347.790000', '110348.250000', '110348.710000', '110349.170000', '110349.630000', '110350.090000', '110350.550000', '110351.010000', '110351.470000', '110351.930000', '110352.390000', '110352.850000', '110353.310000', '110353.770000', '110354.230000', '110354.690000', '110355.150000', '110355.610000', '110356.070000', '110356.530000', '110356.990000', '110357.450000', '110357.910000', '110358.370000', '110358.830000', '110359.290000', '110359.750000', '110400.210000', '110400.670000', '110401.130000', '110401.590000', '110402.050000', '110402.510000', '110402.970000', '110403.430000', '110403.890000', '110404.350000', '110404.810000', '110405.270000', '110405.730000', '110406.190000', '110406.650000', '110407.110000', '110407.570000', '110408.030000', '110408.490000', '110408.950000', '110409.410000', '110409.870000', '110410.330000', '110410.790000', '110411.250000', '110411.710000', '110412.170000', '110412.630000', '110413.090000', '110413.550000', '110414.010000', '110414.470000', '110414.930000', '110415.390000', '110415.850000', '110416.310000', '110416.770000', '110417.230000', '110417.690000', '110418.150000', '110418.610000', '110419.070000', '110419.530000', '110419.990000', '110420.450000', '110420.910000', '110421.370000', '110421.830000', '110422.290000', '110422.750000', '110423.210000', '110423.670000', '110424.130000', '110424.590000', '110425.050000', '110425.510000', '110425.970000', '110426.430000', '110426.890000', '110427.350000', '110427.810000', '110428.270000', '110428.730000', '110429.190000', '110429.650000', '110430.110000', '110430.570000', '110431.030000', '110431.490000', '110431.950000', '110432.410000', '110432.870000', '110433.330000', '110433.790000', '110434.250000', '110434.710000', '110435.170000', '110435.630000', '110436.090000', '110436.550000', '110437.010000', '110437.470000', '110437.930000', '110438.390000', '110438.850000', '110439.310000', '110439.770000', '110440.230000', '110440.690000', '110441.150000', '110441.610000', '110442.070000', '110442.530000', '110442.990000', '110443.450000', '110443.910000', '110444.370000', '110444.830000', '110445.290000', '110445.750000', '110446.210000', '110446.670000', '110447.130000', '110447.590000', '110448.050000', '110448.510000', '110448.970000', '110449.430000', '110449.890000', '110450.350000', '110450.810000', '110451.270000', '110451.730000', '110452.190000', '110452.650000', '110453.110000', '110453.570000', '110454.030000', '110454.490000', '110454.950000', '110455.410000', '110455.870000', '110456.330000', '110456.790000', '110457.250000', '110457.710000', '110458.170000', '110458.630000', '110459.090000', '110459.550000', '110500.010000', '110500.470000', '110500.930000', '110501.390000', '110501.850000', '110502.310000', '110502.770000', '110503.230000', '110503.690000', '110504.150000', '110504.610000', '110505.070000', '110505.530000', '110505.990000', '110506.450000', '110506.910000', '110507.370000', '110507.830000', '110508.290000', '110508.750000', '110509.210000', '110509.670000', '110510.130000', '110510.590000', '110511.050000', '110511.510000', '110511.970000', '110512.430000', '110512.890000', '110513.350000', '110513.810000', '110514.270000', '110514.730000', '110515.190000', '110515.650000', '110516.110000', '110516.570000', '110517.030000', '110517.490000', '110517.950000', '110518.410000', '110518.870000', '110519.330000', '110519.790000', '110520.250000', '110520.710000', '110521.170000', '110521.630000', '110522.090000', '110522.550000', '110523.010000', '110523.470000', '110523.930000', '110524.390000', '110524.850000', '110525.310000', '110525.770000', '110526.230000', '110526.690000', '110527.150000', '110527.610000', '110528.070000', '110528.530000', '110528.990000', '110529.450000', '110529.910000', '110530.370000', '110530.830000', '110531.290000', '110531.750000', '110532.210000', '110532.670000', '110533.130000', '110533.590000', '110534.050000', '110534.510000', '110534.970000', '110535.430000', '110535.890000', '110536.350000', '110536.810000', '110537.270000', '110537.730000', '110538.190000', '110538.650000', '110539.110000', '110539.570000', '110540.030000', '110540.490000', '110540.950000', '110541.410000', '110541.870000', '110542.330000', '110542.790000', '110543.250000', '110543.710000', '110544.170000', '110544.630000', '110545.090000', '110545.550000', '110546.010000', '110546.470000', '110546.930000', '110547.390000', '110547.850000', '110548.310000', '110548.770000', '110549.230000', '110549.690000', '110550.150000', '110550.610000', '110551.070000', '110551.530000', '110551.990000', '110552.450000', '110552.910000', '110553.370000', '110553.830000', '110554.290000', '110554.750000', '110555.210000', '110555.670000', '110556.130000', '110556.590000', '110557.050000', '110557.510000', '110557.970000', '110558.430000', '110558.890000', '110559.350000', '110559.810000', '110600.270000', '110600.730000', '110601.190000', '110601.650000', '110602.110000', '110602.570000', '110603.030000', '110603.490000', '110603.950000', '110604.410000', '110604.870000', '110605.330000', '110605.790000', '110606.250000', '110606.710000', '110607.170000', '110607.630000', '110608.090000', '110608.550000', '110609.010000', '110609.470000', '110609.930000', '110610.390000', '110610.850000', '110611.310000', '110611.770000', '110612.230000', '110612.690000', '110613.150000', '110613.610000', '110614.070000', '110614.530000', '110614.990000', '110615.450000', '110615.910000', '110616.370000', '110616.830000', '110617.290000', '110617.750000', '110618.210000', '110618.670000', '110619.130000', '110619.590000', '110620.050000', '110620.510000', '110620.970000', '110621.430000', '110621.890000', '110622.350000', '110622.810000', '110623.270000', '110623.730000', '110624.190000', '110624.650000', '110625.110000', '110625.570000', '110626.030000', '110626.490000', '110626.950000', '110627.410000', '110627.870000', '110628.330000', '110628.790000', '110629.250000', '110629.710000', '110630.170000', '110630.630000', '110631.090000', '110631.550000', '110632.010000', '110632.470000', '110632.930000', '110633.390000', '110633.850000', '110634.310000', '110634.770000', '110635.230000', '110635.690000', '110636.150000', '110636.610000', '110637.070000', '110637.530000', '110637.990000', '110638.450000', '110638.910000', '110639.370000', '110639.830000', '110640.290000', '110640.750000', '110641.210000', '110641.670000', '110642.130000', '110642.590000', '110643.050000', '110643.510000', '110643.970000', '110644.430000', '110644.890000', '110645.350000', '110645.810000', '110646.270000', '110646.730000', '110647.190000', '110647.650000', '110648.110000', '110648.570000', '110649.030000', '110649.490000', '110649.950000', '110650.410000', '110650.870000', '110651.330000', '110651.790000', '110652.250000', '110652.710000', '110653.170000', '110653.630000', '110654.090000', '110654.550000', '110655.010000', '110655.470000', '110655.930000', '110656.390000', '110656.850000', '110657.310000', '110657.770000', '110658.230000', '110658.690000', '110659.150000', '110659.610000', '110700.070000', '110700.530000', '110700.990000', '110701.450000', '110701.910000', '110702.370000', '110702.830000', '110703.290000', '110703.750000', '110704.210000', '110704.670000', '110705.130000', '110705.590000', '110706.050000', '110706.510000', '110706.970000', '110707.430000', '110707.890000', '110708.350000', '110708.810000', '110709.270000', '110709.730000', '110710.190000', '110710.650000', '110711.110000', '110711.570000', '110712.030000', '110712.490000', '110712.950000', '110713.410000', '110713.870000', '110714.330000', '110714.790000', '110715.250000', '110715.710000', '110716.170000', '110716.630000', '110717.090000', '110717.550000', '110718.010000', '110718.470000', '110718.930000', '110719.390000', '110719.850000', '110720.310000', '110720.770000', '110721.230000', '110721.690000', '110722.150000', '110722.610000', '110723.070000', '110723.530000', '110723.990000', '110724.450000', '110724.910000', '110725.370000', '110725.830000', '110726.290000', '110726.750000', '110727.210000', '110727.670000', '110728.130000', '110728.590000', '110729.050000', '110729.510000', '110729.970000', '110730.430000', '110730.890000', '110731.350000', '110731.810000', '110732.270000', '110732.730000', '110733.190000', '110733.650000', '110734.110000', '110734.570000', '110735.030000', '110735.490000', '110735.950000', '110736.410000', '110736.870000', '110737.330000', '110737.790000', '110738.250000', '110738.710000', '110739.170000', '110739.630000', '110740.090000', '110740.550000', '110741.010000', '110741.470000', '110741.930000', '110742.390000', '110742.850000', '110743.310000', '110743.770000', '110744.230000', '110744.690000', '110745.150000', '110745.610000', '110746.070000', '110746.530000', '110746.990000', '110747.450000', '110747.910000', '110748.370000', '110748.830000', '110749.290000', '110749.750000', '110750.210000', '110750.670000', '110751.130000', '110751.590000', '110752.050000', '110752.510000', '110752.970000', '110753.430000', '110753.890000', '110754.350000', '110754.810000', '110755.270000', '110755.730000', '110756.190000', '110756.650000', '110757.110000', '110757.570000', '110758.030000', '110758.490000', '110758.950000', '110759.410000', '110759.870000', '110800.330000', '110800.790000', '110801.250000', '110801.710000', '110802.170000', '110802.630000', '110803.090000', '110803.550000', '110804.010000', '110804.470000', '110804.930000', '110805.390000', '110805.850000', '110806.310000', '110806.770000', '110807.230000', '110807.690000', '110808.150000', '110808.610000', '110809.070000', '110809.530000', '110809.990000', '110810.450000', '110810.910000', '110811.370000', '110811.830000', '110812.290000', '110812.750000', '110813.210000', '110813.670000', '110814.130000', '110814.590000', '110815.050000', '110815.510000', '110815.970000', '110816.430000', '110816.890000', '110817.350000', '110817.810000', '110818.270000', '110818.730000', '110819.190000', '110819.650000', '110820.110000', '110820.570000', '110821.030000', '110821.490000', '110821.950000', '110822.410000', '110822.870000', '110823.330000', '110823.790000', '110824.250000', '110824.710000', '110825.170000'], 'ContentTime': ['110156.510000', '110156.514000', '110156.517000', '110156.519000', '110156.529000', '110156.532000', '110156.535000', '110156.537000', '110156.540000', '110156.543000', '110156.545000', '110156.548000', '110156.550000', '110156.553000', '110156.556000', '110156.558000', '110156.561000', '110156.570000', '110156.572000', '110156.575000', '110156.577000', '110156.580000', '110156.583000', '110156.585000', '110216.477000', '110216.479000', '110216.482000', '110216.485000', '110216.487000', '110216.490000', '110216.492000', '110216.495000', '110216.498000', '110216.501000', '110216.504000', '110216.506000', '110216.511000', '110216.513000', '110216.516000', '110216.526000', '110216.531000', '110216.533000', '110216.536000', '110216.539000', '110216.541000', '110216.544000', '110216.546000', '110216.549000', '110216.552000', '110216.554000', '110216.557000', '110216.559000', '110216.562000', '110216.565000', '110216.567000', '110216.570000', '110216.573000', '110216.575000', '110216.578000', '110216.580000', '110216.583000', '110216.586000', '110216.589000', '110216.591000', '110216.594000', '110216.597000', '110216.599000', '110236.478000', '110236.480000', '110236.483000', '110236.486000', '110236.488000', '110236.491000', '110236.493000', '110236.496000', '110236.499000', '110236.501000', '110236.504000', '110236.507000', '110236.509000', '110236.512000', '110236.514000', '110236.517000', '110236.520000', '110236.522000', '110236.525000', '110236.528000', '110236.530000', '110236.533000', '110236.535000', '110236.538000', '110236.540000', '110236.549000', '110236.551000', '110236.554000', '110236.557000', '110236.559000', '110236.562000', '110236.565000', '110236.567000', '110236.570000', '110236.572000', '110236.575000', '110236.577000', '110236.580000', '110236.583000', '110236.585000', '110236.588000', '110236.591000', '110236.593000', '110236.596000', '110256.477000', '110256.480000', '110256.483000', '110256.486000', '110256.488000', '110256.491000', '110256.493000', '110256.496000', '110256.498000', '110256.501000', '110256.504000', '110256.506000', '110256.509000', '110256.511000', '110256.514000', '110256.517000', '110256.520000', '110256.523000', '110256.525000', '110256.528000', '110256.531000', '110256.533000', '110256.536000', '110256.538000', '110256.541000', '110256.543000', '110256.546000', '110256.549000', '110256.551000', '110256.554000', '110256.556000', '110256.559000', '110256.562000', '110256.564000', '110256.567000', '110256.570000', '110256.572000', '110256.575000', '110256.578000', '110256.580000', '110256.583000', '110256.585000', '110256.588000', '110316.477000', '110316.480000', '110316.483000', '110316.486000', '110316.489000', '110316.491000', '110316.494000', '110316.497000', '110316.499000', '110316.502000', '110316.504000', '110316.507000', '110316.510000', '110316.512000', '110316.515000', '110316.517000', '110316.520000', '110316.523000', '110316.525000', '110316.528000', '110316.531000', '110316.533000', '110316.536000', '110316.538000', '110316.541000', '110316.544000', '110316.546000', '110316.549000', '110316.551000', '110316.554000', '110316.557000', '110316.559000', '110316.562000', '110316.564000', '110316.567000', '110316.570000', '110316.572000', '110316.575000', '110316.577000', '110316.580000', '110316.582000', '110316.585000', '110316.588000', '110316.607000', '110336.477000', '110336.480000', '110336.483000', '110336.485000', '110336.488000', '110336.491000', '110336.493000', '110336.496000', '110336.498000', '110336.501000', '110336.503000', '110336.506000', '110336.509000', '110336.511000', '110336.514000', '110336.517000', '110336.520000', '110336.522000', '110336.525000', '110336.528000', '110336.531000', '110336.534000', '110336.536000', '110336.540000', '110336.542000', '110336.545000', '110336.548000', '110336.551000', '110336.553000', '110336.556000', '110336.559000', '110336.562000', '110336.564000', '110336.567000', '110336.570000', '110336.573000', '110336.576000', '110336.579000', '110336.581000', '110336.584000', '110336.587000', '110336.589000', '110336.592000', '110356.477000', '110356.481000', '110356.484000', '110356.486000', '110356.489000', '110356.492000', '110356.494000', '110356.497000', '110356.499000', '110356.502000', '110356.505000', '110356.507000', '110356.510000', '110356.513000', '110356.516000', '110356.518000', '110356.521000', '110356.523000', '110356.526000', '110356.529000', '110356.531000', '110356.534000', '110356.536000', '110356.539000', '110356.542000', '110356.545000', '110356.547000', '110356.550000', '110356.552000', '110356.555000', '110356.558000', '110356.560000', '110356.563000', '110356.566000', '110356.568000', '110356.571000', '110356.573000', '110356.576000', '110356.579000', '110356.581000', '110356.584000', '110356.587000', '110356.589000', '110356.592000', '110416.478000', '110416.480000', '110416.483000', '110416.486000', '110416.488000', '110416.491000', '110416.493000', '110416.496000', '110416.499000', '110416.501000', '110416.504000', '110416.507000', '110416.509000', '110416.512000', '110416.514000', '110416.517000', '110416.520000', '110416.522000', '110416.525000', '110416.528000', '110416.530000', '110416.533000', '110416.535000', '110416.538000', '110416.541000', '110416.543000', '110416.546000', '110416.549000', '110416.551000', '110416.554000', '110416.557000', '110416.560000', '110416.563000', '110416.565000', '110416.568000', '110416.571000', '110416.573000', '110416.576000', '110416.578000', '110416.581000', '110416.584000', '110416.586000', '110416.589000', '110436.476000', '110436.479000', '110436.482000', '110436.484000', '110436.487000', '110436.490000', '110436.492000', '110436.495000', '110436.498000', '110436.500000', '110436.503000', '110436.505000', '110436.508000', '110436.511000', '110436.513000', '110436.516000', '110436.519000', '110436.521000', '110436.524000', '110436.526000', '110436.529000', '110436.532000', '110436.534000', '110436.537000', '110436.540000', '110436.542000', '110436.545000', '110436.547000', '110436.550000', '110436.553000', '110436.555000', '110436.558000', '110436.561000', '110436.563000', '110436.566000', '110436.568000', '110436.571000', '110436.573000', '110436.576000', '110436.579000', '110436.581000', '110436.584000', '110436.587000', '110436.589000', '110456.477000', '110456.481000', '110456.483000', '110456.486000', '110456.489000', '110456.492000', '110456.495000', '110456.497000', '110456.500000', '110456.503000', '110456.505000', '110456.508000', '110456.511000', '110456.513000', '110456.516000', '110456.519000', '110456.521000', '110456.524000', '110456.527000', '110456.529000', '110456.532000', '110456.535000', '110456.537000', '110456.540000', '110456.543000', '110456.545000', '110456.548000', '110456.551000', '110456.553000', '110456.556000', '110456.559000', '110456.561000', '110456.564000', '110456.566000', '110456.569000', '110456.572000', '110456.576000', '110456.579000', '110456.593000', '110456.595000', '110456.598000', '110456.601000', '110456.603000', '110516.478000', '110516.480000', '110516.483000', '110516.486000', '110516.489000', '110516.491000', '110516.494000', '110516.497000', '110516.499000', '110516.502000', '110516.504000', '110516.507000', '110516.510000', '110516.512000', '110516.515000', '110516.518000', '110516.520000', '110516.523000', '110516.525000', '110516.550000', '110516.553000', '110516.555000', '110516.558000', '110516.561000', '110516.563000', '110516.566000', '110516.569000', '110516.571000', '110516.574000', '110516.577000', '110516.579000', '110516.582000', '110516.585000', '110516.587000', '110516.590000', '110516.593000', '110516.595000', '110516.598000', '110516.600000', '110516.603000', '110516.606000', '110516.608000', '110516.611000', '110516.614000', '110536.477000', '110536.480000', '110536.483000', '110536.485000', '110536.488000', '110536.491000', '110536.493000', '110536.496000', '110536.498000', '110536.501000', '110536.504000', '110536.506000', '110536.509000', '110536.511000', '110536.514000', '110536.517000', '110536.519000', '110536.522000', '110536.525000', '110536.527000', '110536.530000', '110536.533000', '110536.535000', '110536.538000', '110536.540000', '110536.543000', '110536.546000', '110536.548000', '110536.551000', '110536.554000', '110536.556000', '110536.559000', '110536.561000', '110536.564000', '110536.567000', '110536.569000', '110536.572000', '110536.575000', '110536.577000', '110536.580000', '110536.583000', '110536.585000', '110536.588000', '110556.478000', '110556.481000', '110556.484000', '110556.486000', '110556.489000', '110556.492000', '110556.494000', '110556.497000', '110556.500000', '110556.502000', '110556.505000', '110556.508000', '110556.510000', '110556.513000', '110556.516000', '110556.518000', '110556.521000', '110556.523000', '110556.526000', '110556.529000', '110556.531000', '110556.534000', '110556.536000', '110556.539000', '110556.542000', '110556.544000', '110556.547000', '110556.549000', '110556.552000', '110556.555000', '110556.557000', '110556.560000', '110556.562000', '110556.565000', '110556.568000', '110556.570000', '110556.573000', '110556.576000', '110556.578000', '110556.581000', '110556.583000', '110556.586000', '110556.589000', '110556.591000', '110616.477000', '110616.480000', '110616.483000', '110616.485000', '110616.488000', '110616.491000', '110616.494000', '110616.496000', '110616.499000', '110616.502000', '110616.504000', '110616.507000', '110616.509000', '110616.512000', '110616.515000', '110616.517000', '110616.520000', '110616.523000', '110616.525000', '110616.528000', '110616.530000', '110616.533000', '110616.536000', '110616.538000', '110616.541000', '110616.544000', '110616.546000', '110616.549000', '110616.551000', '110616.554000', '110616.557000', '110616.559000', '110616.562000', '110616.564000', '110616.567000', '110616.570000', '110616.572000', '110616.575000', '110616.578000', '110616.580000', '110616.583000', '110616.585000', '110616.588000', '110636.477000', '110636.480000', '110636.483000', '110636.486000', '110636.488000', '110636.491000', '110636.504000', '110636.507000', '110636.509000', '110636.512000', '110636.515000', '110636.517000', '110636.520000', '110636.522000', '110636.525000', '110636.528000', '110636.530000', '110636.533000', '110636.536000', '110636.538000', '110636.541000', '110636.544000', '110636.546000', '110636.549000', '110636.551000', '110636.554000', '110636.557000', '110636.559000', '110636.562000', '110636.564000', '110636.567000', '110636.569000', '110636.572000', '110636.575000', '110636.577000', '110636.580000', '110636.583000', '110636.585000', '110636.588000', '110636.590000', '110636.593000', '110636.596000', '110636.598000', '110636.601000', '110656.477000', '110656.479000', '110656.482000', '110656.485000', '110656.488000', '110656.490000', '110656.493000', '110656.496000', '110656.498000', '110656.501000', '110656.503000', '110656.506000', '110656.509000', '110656.511000', '110656.514000', '110656.517000', '110656.519000', '110656.522000', '110656.524000', '110656.527000', '110656.530000', '110656.532000', '110656.535000', '110656.538000', '110656.540000', '110656.543000', '110656.545000', '110656.548000', '110656.551000', '110656.553000', '110656.556000', '110656.559000', '110656.561000', '110656.564000', '110656.566000', '110656.569000', '110656.572000', '110656.574000', '110656.577000', '110656.580000', '110656.582000', '110656.585000', '110656.587000', '110716.478000', '110716.480000', '110716.483000', '110716.486000', '110716.488000', '110716.491000', '110716.494000', '110716.496000', '110716.499000', '110716.502000', '110716.504000', '110716.507000', '110716.509000', '110716.512000', '110716.515000', '110716.517000', '110716.520000', '110716.523000', '110716.525000', '110716.528000', '110716.531000', '110716.533000', '110716.536000', '110716.538000', '110716.541000', '110716.544000', '110716.546000', '110716.549000', '110716.552000', '110716.554000', '110716.557000', '110716.559000', '110716.562000', '110716.565000', '110716.567000', '110716.570000', '110716.573000', '110716.575000', '110716.578000', '110716.580000', '110716.583000', '110716.586000', '110716.588000', '110716.591000', '110736.477000', '110736.480000', '110736.483000', '110736.486000', '110736.488000', '110736.491000', '110736.494000', '110736.496000', '110736.499000', '110736.501000', '110736.504000', '110736.507000', '110736.509000', '110736.512000', '110736.515000', '110736.517000', '110736.520000', '110736.522000', '110736.525000', '110736.528000', '110736.530000', '110736.533000', '110736.536000', '110736.538000', '110736.541000', '110736.543000', '110736.546000', '110736.549000', '110736.551000', '110736.554000', '110736.557000', '110736.559000', '110736.562000', '110736.564000', '110736.567000', '110736.570000', '110736.572000', '110736.575000', '110736.577000', '110736.580000', '110736.583000', '110736.585000', '110736.588000', '110756.479000', '110756.482000', '110756.484000', '110756.487000', '110756.490000', '110756.492000', '110756.495000', '110756.497000', '110756.500000', '110756.503000', '110756.505000', '110756.508000', '110756.511000', '110756.513000', '110756.516000', '110756.519000', '110756.521000', '110756.524000', '110756.526000', '110756.529000', '110756.532000', '110756.534000', '110756.537000', '110756.539000', '110756.542000', '110756.544000', '110756.547000', '110756.550000', '110756.552000', '110756.555000', '110756.558000', '110756.571000', '110756.573000', '110756.576000', '110756.579000', '110756.581000', '110756.584000', '110756.586000', '110756.589000', '110756.592000', '110756.594000', '110756.597000', '110756.600000', '110756.602000', '110816.478000', '110816.482000', '110816.484000', '110816.487000', '110816.489000', '110816.492000', '110816.495000', '110816.497000', '110816.500000', '110816.503000', '110816.505000', '110816.508000', '110816.510000', '110816.513000', '110816.516000', '110816.518000', '110816.521000', '110816.524000', '110816.526000', '110816.529000', '110816.531000', '110816.534000', '110816.537000', '110816.539000', '110816.542000', '110816.545000', '110816.547000', '110816.550000', '110816.552000', '110816.555000', '110816.558000', '110816.560000', '110816.563000', '110816.566000', '110816.568000', '110816.571000', '110816.573000', '110816.576000', '110816.579000', '110816.581000', '110816.584000', '110816.587000', '110816.589000', '110826.305000', '110826.308000', '110826.310000', '110826.313000', '110826.316000', '110826.318000', '110826.321000', '110826.324000', '110826.326000', '110826.330000', '110826.332000', '110826.335000', '110826.338000', '110826.340000', '110826.345000', '110826.348000', '110826.350000', '110826.353000', '110826.356000', '110826.359000', '110826.362000', '110826.365000'], 'InstanceCreationTime': ['110156.510000', '110156.514000', '110156.517000', '110156.519000', '110156.529000', '110156.532000', '110156.535000', '110156.537000', '110156.540000', '110156.543000', '110156.545000', '110156.548000', '110156.550000', '110156.553000', '110156.556000', '110156.558000', '110156.561000', '110156.570000', '110156.572000', '110156.575000', '110156.577000', '110156.580000', '110156.583000', '110156.585000', '110216.477000', '110216.479000', '110216.482000', '110216.485000', '110216.487000', '110216.490000', '110216.492000', '110216.495000', '110216.498000', '110216.501000', '110216.504000', '110216.506000', '110216.511000', '110216.513000', '110216.516000', '110216.526000', '110216.531000', '110216.533000', '110216.536000', '110216.539000', '110216.541000', '110216.544000', '110216.546000', '110216.549000', '110216.552000', '110216.554000', '110216.557000', '110216.559000', '110216.562000', '110216.565000', '110216.567000', '110216.570000', '110216.573000', '110216.575000', '110216.578000', '110216.580000', '110216.583000', '110216.586000', '110216.589000', '110216.591000', '110216.594000', '110216.597000', '110216.599000', '110236.478000', '110236.480000', '110236.483000', '110236.486000', '110236.488000', '110236.491000', '110236.493000', '110236.496000', '110236.499000', '110236.501000', '110236.504000', '110236.507000', '110236.509000', '110236.512000', '110236.514000', '110236.517000', '110236.520000', '110236.522000', '110236.525000', '110236.528000', '110236.530000', '110236.533000', '110236.535000', '110236.538000', '110236.540000', '110236.549000', '110236.551000', '110236.554000', '110236.557000', '110236.559000', '110236.562000', '110236.565000', '110236.567000', '110236.570000', '110236.572000', '110236.575000', '110236.577000', '110236.580000', '110236.583000', '110236.585000', '110236.588000', '110236.591000', '110236.593000', '110236.596000', '110256.477000', '110256.480000', '110256.483000', '110256.486000', '110256.488000', '110256.491000', '110256.493000', '110256.496000', '110256.498000', '110256.501000', '110256.504000', '110256.506000', '110256.509000', '110256.511000', '110256.514000', '110256.517000', '110256.520000', '110256.523000', '110256.525000', '110256.528000', '110256.531000', '110256.533000', '110256.536000', '110256.538000', '110256.541000', '110256.543000', '110256.546000', '110256.549000', '110256.551000', '110256.554000', '110256.556000', '110256.559000', '110256.562000', '110256.564000', '110256.567000', '110256.570000', '110256.572000', '110256.575000', '110256.578000', '110256.580000', '110256.583000', '110256.585000', '110256.588000', '110316.477000', '110316.480000', '110316.483000', '110316.486000', '110316.489000', '110316.491000', '110316.494000', '110316.497000', '110316.499000', '110316.502000', '110316.504000', '110316.507000', '110316.510000', '110316.512000', '110316.515000', '110316.517000', '110316.520000', '110316.523000', '110316.525000', '110316.528000', '110316.531000', '110316.533000', '110316.536000', '110316.538000', '110316.541000', '110316.544000', '110316.546000', '110316.549000', '110316.551000', '110316.554000', '110316.557000', '110316.559000', '110316.562000', '110316.564000', '110316.567000', '110316.570000', '110316.572000', '110316.575000', '110316.577000', '110316.580000', '110316.582000', '110316.585000', '110316.588000', '110316.607000', '110336.477000', '110336.480000', '110336.483000', '110336.485000', '110336.488000', '110336.491000', '110336.493000', '110336.496000', '110336.498000', '110336.501000', '110336.503000', '110336.506000', '110336.509000', '110336.511000', '110336.514000', '110336.517000', '110336.520000', '110336.522000', '110336.525000', '110336.528000', '110336.531000', '110336.534000', '110336.536000', '110336.540000', '110336.542000', '110336.545000', '110336.548000', '110336.551000', '110336.553000', '110336.556000', '110336.559000', '110336.562000', '110336.564000', '110336.567000', '110336.570000', '110336.573000', '110336.576000', '110336.579000', '110336.581000', '110336.584000', '110336.587000', '110336.589000', '110336.592000', '110356.477000', '110356.481000', '110356.484000', '110356.486000', '110356.489000', '110356.492000', '110356.494000', '110356.497000', '110356.499000', '110356.502000', '110356.505000', '110356.507000', '110356.510000', '110356.513000', '110356.516000', '110356.518000', '110356.521000', '110356.523000', '110356.526000', '110356.529000', '110356.531000', '110356.534000', '110356.536000', '110356.539000', '110356.542000', '110356.545000', '110356.547000', '110356.550000', '110356.552000', '110356.555000', '110356.558000', '110356.560000', '110356.563000', '110356.566000', '110356.568000', '110356.571000', '110356.573000', '110356.576000', '110356.579000', '110356.581000', '110356.584000', '110356.587000', '110356.589000', '110356.592000', '110416.478000', '110416.480000', '110416.483000', '110416.486000', '110416.488000', '110416.491000', '110416.493000', '110416.496000', '110416.499000', '110416.501000', '110416.504000', '110416.507000', '110416.509000', '110416.512000', '110416.514000', '110416.517000', '110416.520000', '110416.522000', '110416.525000', '110416.528000', '110416.530000', '110416.533000', '110416.535000', '110416.538000', '110416.541000', '110416.543000', '110416.546000', '110416.549000', '110416.551000', '110416.554000', '110416.557000', '110416.560000', '110416.563000', '110416.565000', '110416.568000', '110416.571000', '110416.573000', '110416.576000', '110416.578000', '110416.581000', '110416.584000', '110416.586000', '110416.589000', '110436.476000', '110436.479000', '110436.482000', '110436.484000', '110436.487000', '110436.490000', '110436.492000', '110436.495000', '110436.498000', '110436.500000', '110436.503000', '110436.505000', '110436.508000', '110436.511000', '110436.513000', '110436.516000', '110436.519000', '110436.521000', '110436.524000', '110436.526000', '110436.529000', '110436.532000', '110436.534000', '110436.537000', '110436.540000', '110436.542000', '110436.545000', '110436.547000', '110436.550000', '110436.553000', '110436.555000', '110436.558000', '110436.561000', '110436.563000', '110436.566000', '110436.568000', '110436.571000', '110436.573000', '110436.576000', '110436.579000', '110436.581000', '110436.584000', '110436.587000', '110436.589000', '110456.477000', '110456.481000', '110456.483000', '110456.486000', '110456.489000', '110456.492000', '110456.495000', '110456.497000', '110456.500000', '110456.503000', '110456.505000', '110456.508000', '110456.511000', '110456.513000', '110456.516000', '110456.519000', '110456.521000', '110456.524000', '110456.527000', '110456.529000', '110456.532000', '110456.535000', '110456.537000', '110456.540000', '110456.543000', '110456.545000', '110456.548000', '110456.551000', '110456.553000', '110456.556000', '110456.559000', '110456.561000', '110456.564000', '110456.566000', '110456.569000', '110456.572000', '110456.576000', '110456.579000', '110456.593000', '110456.595000', '110456.598000', '110456.601000', '110456.603000', '110516.478000', '110516.480000', '110516.483000', '110516.486000', '110516.489000', '110516.491000', '110516.494000', '110516.497000', '110516.499000', '110516.502000', '110516.504000', '110516.507000', '110516.510000', '110516.512000', '110516.515000', '110516.518000', '110516.520000', '110516.523000', '110516.525000', '110516.550000', '110516.553000', '110516.555000', '110516.558000', '110516.561000', '110516.563000', '110516.566000', '110516.569000', '110516.571000', '110516.574000', '110516.577000', '110516.579000', '110516.582000', '110516.585000', '110516.587000', '110516.590000', '110516.593000', '110516.595000', '110516.598000', '110516.600000', '110516.603000', '110516.606000', '110516.608000', '110516.611000', '110516.614000', '110536.477000', '110536.480000', '110536.483000', '110536.485000', '110536.488000', '110536.491000', '110536.493000', '110536.496000', '110536.498000', '110536.501000', '110536.504000', '110536.506000', '110536.509000', '110536.511000', '110536.514000', '110536.517000', '110536.519000', '110536.522000', '110536.525000', '110536.527000', '110536.530000', '110536.533000', '110536.535000', '110536.538000', '110536.540000', '110536.543000', '110536.546000', '110536.548000', '110536.551000', '110536.554000', '110536.556000', '110536.559000', '110536.561000', '110536.564000', '110536.567000', '110536.569000', '110536.572000', '110536.575000', '110536.577000', '110536.580000', '110536.583000', '110536.585000', '110536.588000', '110556.478000', '110556.481000', '110556.484000', '110556.486000', '110556.489000', '110556.492000', '110556.494000', '110556.497000', '110556.500000', '110556.502000', '110556.505000', '110556.508000', '110556.510000', '110556.513000', '110556.516000', '110556.518000', '110556.521000', '110556.523000', '110556.526000', '110556.529000', '110556.531000', '110556.534000', '110556.536000', '110556.539000', '110556.542000', '110556.544000', '110556.547000', '110556.549000', '110556.552000', '110556.555000', '110556.557000', '110556.560000', '110556.562000', '110556.565000', '110556.568000', '110556.570000', '110556.573000', '110556.576000', '110556.578000', '110556.581000', '110556.583000', '110556.586000', '110556.589000', '110556.591000', '110616.477000', '110616.480000', '110616.483000', '110616.485000', '110616.488000', '110616.491000', '110616.494000', '110616.496000', '110616.499000', '110616.502000', '110616.504000', '110616.507000', '110616.509000', '110616.512000', '110616.515000', '110616.517000', '110616.520000', '110616.523000', '110616.525000', '110616.528000', '110616.530000', '110616.533000', '110616.536000', '110616.538000', '110616.541000', '110616.544000', '110616.546000', '110616.549000', '110616.551000', '110616.554000', '110616.557000', '110616.559000', '110616.562000', '110616.564000', '110616.567000', '110616.570000', '110616.572000', '110616.575000', '110616.578000', '110616.580000', '110616.583000', '110616.585000', '110616.588000', '110636.477000', '110636.480000', '110636.483000', '110636.486000', '110636.488000', '110636.491000', '110636.504000', '110636.507000', '110636.509000', '110636.512000', '110636.515000', '110636.517000', '110636.520000', '110636.522000', '110636.525000', '110636.528000', '110636.530000', '110636.533000', '110636.536000', '110636.538000', '110636.541000', '110636.544000', '110636.546000', '110636.549000', '110636.551000', '110636.554000', '110636.557000', '110636.559000', '110636.562000', '110636.564000', '110636.567000', '110636.569000', '110636.572000', '110636.575000', '110636.577000', '110636.580000', '110636.583000', '110636.585000', '110636.588000', '110636.590000', '110636.593000', '110636.596000', '110636.598000', '110636.601000', '110656.477000', '110656.479000', '110656.482000', '110656.485000', '110656.488000', '110656.490000', '110656.493000', '110656.496000', '110656.498000', '110656.501000', '110656.503000', '110656.506000', '110656.509000', '110656.511000', '110656.514000', '110656.517000', '110656.519000', '110656.522000', '110656.524000', '110656.527000', '110656.530000', '110656.532000', '110656.535000', '110656.538000', '110656.540000', '110656.543000', '110656.545000', '110656.548000', '110656.551000', '110656.553000', '110656.556000', '110656.559000', '110656.561000', '110656.564000', '110656.566000', '110656.569000', '110656.572000', '110656.574000', '110656.577000', '110656.580000', '110656.582000', '110656.585000', '110656.587000', '110716.478000', '110716.480000', '110716.483000', '110716.486000', '110716.488000', '110716.491000', '110716.494000', '110716.496000', '110716.499000', '110716.502000', '110716.504000', '110716.507000', '110716.509000', '110716.512000', '110716.515000', '110716.517000', '110716.520000', '110716.523000', '110716.525000', '110716.528000', '110716.531000', '110716.533000', '110716.536000', '110716.538000', '110716.541000', '110716.544000', '110716.546000', '110716.549000', '110716.552000', '110716.554000', '110716.557000', '110716.559000', '110716.562000', '110716.565000', '110716.567000', '110716.570000', '110716.573000', '110716.575000', '110716.578000', '110716.580000', '110716.583000', '110716.586000', '110716.588000', '110716.591000', '110736.477000', '110736.480000', '110736.483000', '110736.486000', '110736.488000', '110736.491000', '110736.494000', '110736.496000', '110736.499000', '110736.501000', '110736.504000', '110736.507000', '110736.509000', '110736.512000', '110736.515000', '110736.517000', '110736.520000', '110736.522000', '110736.525000', '110736.528000', '110736.530000', '110736.533000', '110736.536000', '110736.538000', '110736.541000', '110736.543000', '110736.546000', '110736.549000', '110736.551000', '110736.554000', '110736.557000', '110736.559000', '110736.562000', '110736.564000', '110736.567000', '110736.570000', '110736.572000', '110736.575000', '110736.577000', '110736.580000', '110736.583000', '110736.585000', '110736.588000', '110756.479000', '110756.482000', '110756.484000', '110756.487000', '110756.490000', '110756.492000', '110756.495000', '110756.497000', '110756.500000', '110756.503000', '110756.505000', '110756.508000', '110756.511000', '110756.513000', '110756.516000', '110756.519000', '110756.521000', '110756.524000', '110756.526000', '110756.529000', '110756.532000', '110756.534000', '110756.537000', '110756.539000', '110756.542000', '110756.544000', '110756.547000', '110756.550000', '110756.552000', '110756.555000', '110756.558000', '110756.571000', '110756.573000', '110756.576000', '110756.579000', '110756.581000', '110756.584000', '110756.586000', '110756.589000', '110756.592000', '110756.594000', '110756.597000', '110756.600000', '110756.602000', '110816.478000', '110816.482000', '110816.484000', '110816.487000', '110816.489000', '110816.492000', '110816.495000', '110816.497000', '110816.500000', '110816.503000', '110816.505000', '110816.508000', '110816.510000', '110816.513000', '110816.516000', '110816.518000', '110816.521000', '110816.524000', '110816.526000', '110816.529000', '110816.531000', '110816.534000', '110816.537000', '110816.539000', '110816.542000', '110816.545000', '110816.547000', '110816.550000', '110816.552000', '110816.555000', '110816.558000', '110816.560000', '110816.563000', '110816.566000', '110816.568000', '110816.571000', '110816.573000', '110816.576000', '110816.579000', '110816.581000', '110816.584000', '110816.587000', '110816.589000', '110826.305000', '110826.308000', '110826.310000', '110826.313000', '110826.316000', '110826.318000', '110826.321000', '110826.324000', '110826.326000', '110826.330000', '110826.332000', '110826.335000', '110826.338000', '110826.340000', '110826.345000', '110826.348000', '110826.350000', '110826.353000', '110826.356000', '110826.359000', '110826.362000', '110826.365000'], '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': [8575, 13962, 16770, 15504, 17062, 10418, 11684, 15829, 10639, 13093, 8599, 11043, 16271, 11963, 15012, 10301, 15168, 17516, 12573, 15857, 10315, 11295, 17604, 10644, 13971, 10051, 11304, 15231, 10558, 11592, 9370, 11796, 9108, 11873, 9985, 10569, 10150, 12064, 8675, 10624, 12906, 9267, 11048, 8101, 9804, 12406, 9227, 11171, 9020, 10234, 7598, 10676, 12194, 10095, 11465, 8653, 10599, 7730, 10666, 11989, 9540, 11517, 9443, 11236, 12747, 9052, 11543, 7393, 11086, 12971, 9935, 12269, 7911, 11195, 7599, 10898, 12977, 9102, 11515, 7795, 11160, 13443, 9388, 11750, 8332, 11295, 7287, 10946, 13485, 9047, 12180, 7487, 11273, 7773, 11370, 13060, 11129, 13669, 8708, 12839, 7978, 10926, 11324, 11206, 13876, 8979, 12306, 10651, 10905, 7361, 11205, 13841, 11113, 13373, 9263, 12476, 15200, 9806, 12830, 7922, 11453, 13572, 9877, 12725, 8827, 11427, 9314, 11285, 7822, 11245, 15542, 9931, 13550, 12083, 10672, 13333, 11067, 12528, 10206, 12092, 8267, 11352, 14890, 10303, 13145, 9864, 11596, 7795, 11496, 14266, 10371, 12996, 9647, 11392, 9960, 11466, 14187, 11220, 13882, 9601, 12285, 7849, 10911, 9733, 10726, 12364, 9016, 11749, 9750, 11186, 14368, 10110, 11707, 7730, 11618, 15096, 10390, 13715, 10337, 11862, 9558, 11369, 14996, 10908, 14098, 9852, 11985, 9371, 10962, 15111, 10810, 14095, 9510, 11026, 14651, 10296, 12391, 7773, 11571, 13671, 10232, 12884, 10105, 11602, 10862, 11829, 10386, 11315, 14826, 9942, 13733, 10042, 11985, 9715, 11410, 15115, 10513, 13118, 8653, 10932, 7518, 11212, 12263, 11470, 12079, 9348, 14061, 10482, 14158, 9732, 11878, 8745, 11578, 13569, 7981, 12351, 15056, 10678, 12831, 10069, 10704, 9516, 12379, 7513, 12083, 13045, 10935, 11560, 9629, 10071, 8100, 12191, 10575, 10923, 11386, 9434, 7215, 7880, 8969, 12590, 13456, 11882, 12817, 11415, 13258, 11483, 12809, 11484, 13529, 10836, 13552, 9494, 12121, 15092, 10868, 12293, 9879, 11960, 8224, 11601, 12975, 11582, 13511, 10521, 12110, 11063, 10969, 16390, 11335, 12435, 9877, 12001, 7857, 11621, 14503, 10909, 12091, 9996, 10511, 7983, 11525, 7588, 11424, 7949, 11366, 13874, 10598, 12175, 7757, 11625, 15299, 11191, 13527, 9906, 11327, 8466, 11803, 12112, 11029, 15094, 11099, 12052, 9741, 11380, 15419, 11014, 13082, 9488, 11532, 7887, 11102, 13624, 11001, 12140, 9359, 11823, 9058, 10688, 7945, 11372, 14036, 9659, 13965, 8942, 11547, 13475, 10023, 11380, 8768, 10796, 9410, 11461, 8351, 11373, 10049, 11569, 14573, 9589, 13375, 9352, 11161, 13113, 11276, 13125, 9965, 11865, 9220, 11208, 15124, 10142, 12197, 9064, 11542, 7678, 11634, 14183, 10554, 13503, 10129, 11571, 10097, 11575, 7831, 11900, 14409, 10232, 13072, 8713, 11506, 8727, 11177, 12153, 9688, 13018, 9295, 8699, 8010, 8132, 10411, 9365, 12839, 14714, 11528, 13562, 9446, 12094, 16935, 10443, 12526, 9750, 11265, 8420, 10948, 7709, 9527, 7975, 10980, 15271, 9858, 12356, 7455, 10983, 13188, 10039, 12036, 9042, 10784, 8167, 10836, 13907, 9959, 12300, 8228, 11377, 7771, 10825, 7495, 11069, 13551, 10243, 12783, 8595, 12613, 7992, 11181, 12198, 11068, 13683, 8258, 11184, 13784, 10111, 11922, 8812, 10731, 8474, 11086, 13889, 10369, 12920, 8529, 11092, 7214, 10754, 11377, 10733, 13947, 8940, 12650, 9498, 11314, 13243, 9731, 12359, 8169, 11070, 13835, 9541, 12690, 8690, 11274, 8016, 10785, 12786, 8591, 11849, 8357, 10387, 8331, 9449, 8809, 11595, 13600, 9855, 13081, 10247, 11346, 12668, 11197, 11876, 11095, 13676, 9012, 11190, 13780, 10155, 12052, 8459, 11341, 8613, 11417, 12053, 9334, 12005, 7915, 11358, 8003, 11268, 14583, 10793, 11990, 8416, 11483, 12012, 11268, 12498, 10769, 11840, 8745, 11861, 8063, 12756, 9236, 11120, 9025, 8528, 9727, 12308, 13987, 10321, 12329, 15273, 9385, 11830, 9402, 9844, 8097, 10857, 12836, 9850, 13560, 9172, 11494, 14292, 11551, 12857, 10157, 12600, 8932, 12130, 14037, 10784, 13585, 9028, 11091, 13816, 9784, 11744, 8746, 10826, 12182, 9956, 14014, 9779, 12100, 8823, 11144, 9709, 10594, 12972, 8685, 11995, 8788, 10719, 8462, 10137, 12740, 9170, 11651, 8233, 8906, 8427, 8944, 9175, 11065, 12812, 10052, 12952, 8030, 10873, 8324, 10560, 14478, 10352, 12757, 8816, 11634, 13607, 11052, 13590, 8871, 11569, 8410, 10370, 13457, 9378, 11672, 16695, 10026, 12976, 8764, 12070, 9184, 12142, 9417, 11140, 14861, 11340, 13496, 8320, 13085, 8731, 13331, 16428, 11452, 13998, 8308, 10393, 13557, 10066, 12932, 9166, 10565, 8903, 10341, 9079, 9998, 14642, 10591, 13398, 8872, 13294, 9422, 11180, 16225, 10525, 14099, 9337, 12107, 9144, 11019, 9820, 9585, 13886, 9245, 11873, 8863, 9330, 7777, 9504, 12079, 9054, 13990, 9391, 13409, 8490, 7126, 8064, 8492, 13810, 11875, 15228, 13142, 12197, 14057, 16387, 10341, 14268, 16160, 11058, 14000, 8980, 13955, 8518, 11367, 8999, 11331, 8963, 11748, 8387, 9893, 14359, 9054, 13882, 8747, 10822, 9259, 9982, 13637, 9767, 13591, 8320, 10484, 8551, 9245, 8425, 9365, 13548, 9068, 12937, 10352, 9988, 9081, 9033, 13299, 9344, 12804, 16397, 10263, 14478, 8913, 12498, 8054, 8991, 7299, 9798, 7498, 9132, 11613, 10685, 11684, 10037, 15197, 11012, 14925, 12749, 11546, 15221, 9828, 14054, 9672, 11501, 9818, 12283, 15245, 10779, 14319, 8887, 10641, 8011, 9624, 13184, 9973, 12256, 9231, 9893, 14362, 9383, 13477, 9702, 10886, 9772, 10846, 14904, 10210, 13915, 16232, 11375, 14223, 9642, 12348, 10230, 10357, 13739, 9843, 12454, 8789, 9711, 14275, 9567, 12665, 9622, 9575, 13514, 10335, 13718, 9466, 11415, 8818, 9789, 8458, 9074, 14476, 10939, 14654, 9285, 12214, 9637, 11667, 8685, 10228, 14362, 9030, 13924, 9821, 12210, 8711, 8784, 9949, 11248, 14204, 10490, 13817, 9068, 11286, 15193, 10155, 14448, 8527, 12211, 8415, 10214, 14878, 9158, 12021, 9027, 11629, 8458, 10210, 8215, 9375, 13164, 8369, 12003, 7878, 10097, 15872, 10485, 13824, 9010, 8063, 9913, 12894, 8665, 12936, 9217, 9935, 7627, 8849, 8605, 12553, 14256, 9642, 13386, 14834, 9813, 12403, 8031, 10080, 14102, 10206, 12386], 'WindowCenter': [4503.0, 4549.0, 4543.0, 4518.0, 4515.0, 4449.0, 4459.0, 4475.0, 4434.0, 4455.0, 4404.0, 4445.0, 4475.0, 4445.0, 4464.0, 4411.0, 4451.0, 4458.0, 4415.0, 4434.0, 4379.0, 4390.0, 4430.0, 4377.0, 4423.0, 4380.0, 4390.0, 4406.0, 4369.0, 4361.0, 4358.0, 4387.0, 4373.0, 4404.0, 4397.0, 4404.0, 4395.0, 4416.0, 4362.0, 4394.0, 4413.0, 4373.0, 4393.0, 4377.0, 4411.0, 4428.0, 4400.0, 4418.0, 4415.0, 4436.0, 4405.0, 4436.0, 4454.0, 4436.0, 4447.0, 4416.0, 4438.0, 4396.0, 4448.0, 4457.0, 4438.0, 4461.0, 4439.0, 4460.0, 4469.0, 4428.0, 4449.0, 4408.0, 4457.0, 4466.0, 4440.0, 4471.0, 4408.0, 4450.0, 4405.0, 4449.0, 4469.0, 4417.0, 4459.0, 4408.0, 4461.0, 4469.0, 4429.0, 4457.0, 4417.0, 4460.0, 4423.0, 4473.0, 4481.0, 4443.0, 4473.0, 4412.0, 4462.0, 4424.0, 4475.0, 4482.0, 4474.0, 4495.0, 4432.0, 4472.0, 4420.0, 4462.0, 4460.0, 4462.0, 4492.0, 4430.0, 4471.0, 4449.0, 4449.0, 4398.0, 4461.0, 4479.0, 4459.0, 4482.0, 4440.0, 4471.0, 4479.0, 4438.0, 4469.0, 4405.0, 4458.0, 4467.0, 4439.0, 4469.0, 4429.0, 4459.0, 4429.0, 4460.0, 4409.0, 4460.0, 4479.0, 4439.0, 4468.0, 4446.0, 4434.0, 4453.0, 4446.0, 4455.0, 4436.0, 4457.0, 4405.0, 4447.0, 4477.0, 4437.0, 4455.0, 4426.0, 4447.0, 4408.0, 4459.0, 4466.0, 4438.0, 4467.0, 4425.0, 4446.0, 4438.0, 4459.0, 4477.0, 4448.0, 4468.0, 4426.0, 4458.0, 4404.0, 4447.0, 4425.0, 4447.0, 4456.0, 4429.0, 4459.0, 4428.0, 4448.0, 4478.0, 4437.0, 4458.0, 4396.0, 4459.0, 4477.0, 4439.0, 4467.0, 4439.0, 4458.0, 4439.0, 4461.0, 4489.0, 4449.0, 4480.0, 4438.0, 4458.0, 4428.0, 4449.0, 4476.0, 4447.0, 4479.0, 4414.0, 4436.0, 4465.0, 4435.0, 4456.0, 4383.0, 4446.0, 4465.0, 4436.0, 4467.0, 4437.0, 4458.0, 4461.0, 4461.0, 4437.0, 4448.0, 4480.0, 4425.0, 4456.0, 4426.0, 4445.0, 4426.0, 4446.0, 4476.0, 4436.0, 4457.0, 4404.0, 4435.0, 4382.0, 4472.0, 4468.0, 4459.0, 4482.0, 4440.0, 4478.0, 4445.0, 4463.0, 4424.0, 4456.0, 4414.0, 4458.0, 4466.0, 4392.0, 4457.0, 4464.0, 4433.0, 4452.0, 4423.0, 4434.0, 4424.0, 4453.0, 4393.0, 4455.0, 4465.0, 4446.0, 4444.0, 4437.0, 4437.0, 4405.0, 4469.0, 4447.0, 4461.0, 4470.0, 4439.0, 4420.0, 4419.0, 4439.0, 4495.0, 4480.0, 4462.0, 4469.0, 4459.0, 4469.0, 4460.0, 4482.0, 4461.0, 4479.0, 4461.0, 4469.0, 4414.0, 4443.0, 4463.0, 4432.0, 4444.0, 4423.0, 4446.0, 4393.0, 4445.0, 4452.0, 4432.0, 4451.0, 4421.0, 4442.0, 4430.0, 4433.0, 4472.0, 4430.0, 4442.0, 4423.0, 4455.0, 4394.0, 4444.0, 4463.0, 4434.0, 4443.0, 4423.0, 4434.0, 4395.0, 4447.0, 4407.0, 4458.0, 4405.0, 4457.0, 4466.0, 4436.0, 4446.0, 4396.0, 4448.0, 4475.0, 4436.0, 4466.0, 4424.0, 4434.0, 4405.0, 4447.0, 4455.0, 4447.0, 4476.0, 4447.0, 4457.0, 4425.0, 4447.0, 4477.0, 4446.0, 4454.0, 4425.0, 4446.0, 4406.0, 4447.0, 4466.0, 4448.0, 4456.0, 4427.0, 4456.0, 4427.0, 4448.0, 4406.0, 4460.0, 4480.0, 4429.0, 4469.0, 4415.0, 4461.0, 4479.0, 4435.0, 4446.0, 4416.0, 4447.0, 4427.0, 4459.0, 4419.0, 4461.0, 4438.0, 4447.0, 4477.0, 4427.0, 4469.0, 4415.0, 4447.0, 4455.0, 4435.0, 4455.0, 4424.0, 4448.0, 4415.0, 4435.0, 4463.0, 4425.0, 4444.0, 4413.0, 4445.0, 4393.0, 4447.0, 4465.0, 4436.0, 4456.0, 4435.0, 4445.0, 4438.0, 4447.0, 4394.0, 4459.0, 4466.0, 4426.0, 4457.0, 4405.0, 4446.0, 4415.0, 4459.0, 4456.0, 4428.0, 4471.0, 4431.0, 4420.0, 4422.0, 4434.0, 4465.0, 4455.0, 4484.0, 4479.0, 4449.0, 4460.0, 4415.0, 4445.0, 4473.0, 4436.0, 4444.0, 4425.0, 4448.0, 4406.0, 4448.0, 4396.0, 4425.0, 4408.0, 4448.0, 4488.0, 4438.0, 4457.0, 4397.0, 4449.0, 4469.0, 4427.0, 4445.0, 4416.0, 4437.0, 4406.0, 4448.0, 4468.0, 4440.0, 4472.0, 4408.0, 4450.0, 4396.0, 4448.0, 4397.0, 4461.0, 4481.0, 4451.0, 4472.0, 4419.0, 4460.0, 4407.0, 4450.0, 4458.0, 4448.0, 4480.0, 4420.0, 4449.0, 4465.0, 4437.0, 4445.0, 4418.0, 4448.0, 4421.0, 4460.0, 4479.0, 4439.0, 4460.0, 4418.0, 4448.0, 4398.0, 4463.0, 4460.0, 4451.0, 4482.0, 4429.0, 4460.0, 4428.0, 4449.0, 4468.0, 4428.0, 4458.0, 4406.0, 4447.0, 4467.0, 4425.0, 4456.0, 4405.0, 4447.0, 4394.0, 4437.0, 4457.0, 4417.0, 4460.0, 4419.0, 4437.0, 4420.0, 4441.0, 4443.0, 4474.0, 4480.0, 4439.0, 4470.0, 4438.0, 4449.0, 4457.0, 4448.0, 4446.0, 4447.0, 4470.0, 4404.0, 4435.0, 4468.0, 4437.0, 4445.0, 4406.0, 4435.0, 4404.0, 4445.0, 4445.0, 4426.0, 4457.0, 4394.0, 4446.0, 4405.0, 4446.0, 4476.0, 4446.0, 4459.0, 4421.0, 4459.0, 4456.0, 4447.0, 4455.0, 4448.0, 4459.0, 4428.0, 4459.0, 4420.0, 4483.0, 4430.0, 4473.0, 4456.0, 4445.0, 4465.0, 4486.0, 4494.0, 4439.0, 4470.0, 4475.0, 4415.0, 4445.0, 4427.0, 4439.0, 4419.0, 4460.0, 4469.0, 4440.0, 4470.0, 4428.0, 4449.0, 4467.0, 4445.0, 4454.0, 4423.0, 4455.0, 4415.0, 4457.0, 4454.0, 4422.0, 4454.0, 4402.0, 4432.0, 4452.0, 4411.0, 4431.0, 4390.0, 4422.0, 4440.0, 4423.0, 4463.0, 4425.0, 4444.0, 4414.0, 4435.0, 4423.0, 4436.0, 4466.0, 4406.0, 4445.0, 4404.0, 4436.0, 4405.0, 4437.0, 4455.0, 4440.0, 4459.0, 4419.0, 4428.0, 4418.0, 4428.0, 4452.0, 4474.0, 4469.0, 4439.0, 4471.0, 4408.0, 4460.0, 4418.0, 4450.0, 4489.0, 4449.0, 4470.0, 4418.0, 4459.0, 4467.0, 4449.0, 4468.0, 4416.0, 4457.0, 4406.0, 4438.0, 4468.0, 4427.0, 4448.0, 4486.0, 4425.0, 4465.0, 4416.0, 4469.0, 4440.0, 4473.0, 4428.0, 4460.0, 4491.0, 4450.0, 4469.0, 4417.0, 4480.0, 4431.0, 4494.0, 4489.0, 4449.0, 4468.0, 4405.0, 4438.0, 4466.0, 4423.0, 4455.0, 4413.0, 4434.0, 4428.0, 4438.0, 4426.0, 4439.0, 4488.0, 4450.0, 4478.0, 4429.0, 4469.0, 4428.0, 4459.0, 4488.0, 4437.0, 4477.0, 4427.0, 4455.0, 4427.0, 4449.0, 4426.0, 4428.0, 4478.0, 4428.0, 4459.0, 4430.0, 4439.0, 4422.0, 4453.0, 4472.0, 4457.0, 4495.0, 4444.0, 4494.0, 4446.0, 4426.0, 4450.0, 4458.0, 4510.0, 4500.0, 4518.0, 4510.0, 4475.0, 4494.0, 4505.0, 4440.0, 4470.0, 4475.0, 4435.0, 4455.0, 4415.0, 4464.0, 4404.0, 4443.0, 4414.0, 4445.0, 4417.0, 4459.0, 4407.0, 4439.0, 4479.0, 4418.0, 4467.0, 4418.0, 4447.0, 4428.0, 4439.0, 4479.0, 4438.0, 4468.0, 4407.0, 4439.0, 4417.0, 4428.0, 4418.0, 4441.0, 4480.0, 4431.0, 4472.0, 4439.0, 4441.0, 4428.0, 4431.0, 4481.0, 4430.0, 4471.0, 4489.0, 4451.0, 4480.0, 4433.0, 4472.0, 4422.0, 4444.0, 4399.0, 4467.0, 4401.0, 4468.0, 4476.0, 4464.0, 4486.0, 4466.0, 4503.0, 4464.0, 4494.0, 4469.0, 4461.0, 4491.0, 4439.0, 4477.0, 4428.0, 4458.0, 4451.0, 4473.0, 4488.0, 4448.0, 4478.0, 4416.0, 4437.0, 4408.0, 4439.0, 4467.0, 4436.0, 4469.0, 4427.0, 4438.0, 4479.0, 4427.0, 4479.0, 4439.0, 4448.0, 4440.0, 4462.0, 4478.0, 4426.0, 4467.0, 4488.0, 4446.0, 4454.0, 4411.0, 4442.0, 4424.0, 4434.0, 4452.0, 4412.0, 4457.0, 4413.0, 4423.0, 4465.0, 4426.0, 4467.0, 4427.0, 4426.0, 4456.0, 4436.0, 4467.0, 4439.0, 4459.0, 4417.0, 4439.0, 4418.0, 4442.0, 4492.0, 4462.0, 4492.0, 4430.0, 4470.0, 4443.0, 4461.0, 4445.0, 4468.0, 4494.0, 4434.0, 4497.0, 4442.0, 4471.0, 4429.0, 4432.0, 4453.0, 4464.0, 4482.0, 4450.0, 4470.0, 4419.0, 4438.0, 4464.0, 4425.0, 4467.0, 4405.0, 4444.0, 4394.0, 4428.0, 4463.0, 4403.0, 4432.0, 4406.0, 4436.0, 4396.0, 4427.0, 4405.0, 4417.0, 4457.0, 4408.0, 4446.0, 4395.0, 4439.0, 4476.0, 4439.0, 4468.0, 4429.0, 4419.0, 4455.0, 4484.0, 4431.0, 4472.0, 4431.0, 4441.0, 4425.0, 4444.0, 4435.0, 4499.0, 4495.0, 4430.0, 4471.0, 4467.0, 4429.0, 4448.0, 4396.0, 4427.0, 4468.0, 4426.0, 4447.0], 'WindowWidth': [9921.0, 9978.0, 9954.0, 9911.0, 9903.0, 9796.0, 9810.0, 9829.0, 9770.0, 9800.0, 9726.0, 9786.0, 9826.0, 9784.0, 9811.0, 9727.0, 9784.0, 9794.0, 9724.0, 9750.0, 9665.0, 9681.0, 9737.0, 9660.0, 9729.0, 9668.0, 9682.0, 9691.0, 9646.0, 9622.0, 9631.0, 9670.0, 9662.0, 9705.0, 9702.0, 9708.0, 9697.0, 9724.0, 9644.0, 9689.0, 9714.0, 9662.0, 9683.0, 9678.0, 9727.0, 9746.0, 9711.0, 9733.0, 9744.0, 9772.0, 9732.0, 9771.0, 9792.0, 9770.0, 9787.0, 9747.0, 9775.0, 9718.0, 9791.0, 9805.0, 9778.0, 9813.0, 9780.0, 9809.0, 9821.0, 9766.0, 9793.0, 9740.0, 9805.0, 9816.0, 9783.0, 9827.0, 9738.0, 9797.0, 9732.0, 9794.0, 9824.0, 9750.0, 9809.0, 9739.0, 9815.0, 9823.0, 9769.0, 9802.0, 9752.0, 9812.0, 9770.0, 9837.0, 9845.0, 9798.0, 9837.0, 9753.0, 9820.0, 9773.0, 9843.0, 9847.0, 9840.0, 9872.0, 9780.0, 9832.0, 9757.0, 9820.0, 9813.0, 9818.0, 9862.0, 9773.0, 9831.0, 9796.0, 9795.0, 9728.0, 9814.0, 9838.0, 9811.0, 9848.0, 9787.0, 9830.0, 9836.0, 9780.0, 9824.0, 9733.0, 9804.0, 9818.0, 9783.0, 9824.0, 9769.0, 9810.0, 9769.0, 9813.0, 9742.0, 9813.0, 9836.0, 9780.0, 9823.0, 9783.0, 9767.0, 9790.0, 9785.0, 9797.0, 9773.0, 9803.0, 9728.0, 9787.0, 9830.0, 9774.0, 9797.0, 9758.0, 9788.0, 9739.0, 9808.0, 9815.0, 9778.0, 9816.0, 9758.0, 9787.0, 9777.0, 9810.0, 9830.0, 9791.0, 9819.0, 9761.0, 9806.0, 9728.0, 9789.0, 9758.0, 9790.0, 9801.0, 9770.0, 9810.0, 9764.0, 9792.0, 9831.0, 9775.0, 9805.0, 9719.0, 9807.0, 9831.0, 9781.0, 9818.0, 9781.0, 9807.0, 9782.0, 9815.0, 9851.0, 9795.0, 9841.0, 9777.0, 9804.0, 9766.0, 9797.0, 9828.0, 9789.0, 9838.0, 9741.0, 9772.0, 9811.0, 9772.0, 9799.0, 9697.0, 9785.0, 9811.0, 9773.0, 9818.0, 9778.0, 9805.0, 9815.0, 9817.0, 9776.0, 9795.0, 9839.0, 9757.0, 9799.0, 9757.0, 9784.0, 9759.0, 9788.0, 9828.0, 9771.0, 9803.0, 9725.0, 9767.0, 9698.0, 9832.0, 9821.0, 9808.0, 9849.0, 9791.0, 9840.0, 9786.0, 9810.0, 9756.0, 9804.0, 9745.0, 9811.0, 9821.0, 9709.0, 9804.0, 9808.0, 9767.0, 9792.0, 9753.0, 9768.0, 9757.0, 9794.0, 9713.0, 9799.0, 9814.0, 9790.0, 9784.0, 9779.0, 9778.0, 9733.0, 9824.0, 9792.0, 9817.0, 9830.0, 9787.0, 9765.0, 9760.0, 9788.0, 9873.0, 9845.0, 9818.0, 9822.0, 9809.0, 9823.0, 9815.0, 9848.0, 9820.0, 9842.0, 9817.0, 9823.0, 9738.0, 9777.0, 9807.0, 9760.0, 9781.0, 9752.0, 9788.0, 9711.0, 9782.0, 9788.0, 9761.0, 9787.0, 9744.0, 9775.0, 9754.0, 9764.0, 9814.0, 9756.0, 9774.0, 9749.0, 9796.0, 9715.0, 9782.0, 9804.0, 9765.0, 9777.0, 9749.0, 9768.0, 9715.0, 9788.0, 9737.0, 9804.0, 9730.0, 9802.0, 9815.0, 9772.0, 9787.0, 9719.0, 9791.0, 9823.0, 9771.0, 9812.0, 9754.0, 9766.0, 9728.0, 9789.0, 9798.0, 9791.0, 9829.0, 9789.0, 9803.0, 9758.0, 9790.0, 9831.0, 9786.0, 9798.0, 9757.0, 9785.0, 9731.0, 9788.0, 9812.0, 9790.0, 9802.0, 9762.0, 9802.0, 9763.0, 9794.0, 9736.0, 9812.0, 9839.0, 9767.0, 9822.0, 9742.0, 9814.0, 9839.0, 9772.0, 9787.0, 9746.0, 9791.0, 9765.0, 9811.0, 9756.0, 9815.0, 9777.0, 9790.0, 9834.0, 9762.0, 9821.0, 9743.0, 9787.0, 9792.0, 9769.0, 9796.0, 9752.0, 9793.0, 9744.0, 9769.0, 9805.0, 9754.0, 9778.0, 9736.0, 9783.0, 9709.0, 9786.0, 9812.0, 9773.0, 9798.0, 9771.0, 9785.0, 9778.0, 9793.0, 9715.0, 9808.0, 9815.0, 9759.0, 9802.0, 9729.0, 9785.0, 9744.0, 9808.0, 9800.0, 9763.0, 9824.0, 9770.0, 9755.0, 9765.0, 9784.0, 9829.0, 9813.0, 9854.0, 9839.0, 9794.0, 9815.0, 9740.0, 9782.0, 9816.0, 9772.0, 9781.0, 9756.0, 9791.0, 9731.0, 9791.0, 9720.0, 9759.0, 9739.0, 9793.0, 9846.0, 9778.0, 9803.0, 9722.0, 9793.0, 9823.0, 9761.0, 9783.0, 9746.0, 9775.0, 9735.0, 9793.0, 9819.0, 9783.0, 9832.0, 9738.0, 9796.0, 9719.0, 9790.0, 9725.0, 9814.0, 9842.0, 9803.0, 9833.0, 9754.0, 9810.0, 9736.0, 9797.0, 9804.0, 9791.0, 9840.0, 9758.0, 9796.0, 9811.0, 9777.0, 9784.0, 9750.0, 9791.0, 9762.0, 9813.0, 9837.0, 9783.0, 9811.0, 9751.0, 9791.0, 9726.0, 9822.0, 9811.0, 9801.0, 9849.0, 9769.0, 9812.0, 9765.0, 9794.0, 9819.0, 9765.0, 9804.0, 9730.0, 9789.0, 9819.0, 9756.0, 9798.0, 9729.0, 9788.0, 9716.0, 9774.0, 9801.0, 9751.0, 9813.0, 9755.0, 9776.0, 9759.0, 9790.0, 9798.0, 9839.0, 9842.0, 9782.0, 9828.0, 9779.0, 9795.0, 9802.0, 9790.0, 9787.0, 9791.0, 9828.0, 9726.0, 9771.0, 9820.0, 9774.0, 9782.0, 9731.0, 9769.0, 9728.0, 9783.0, 9784.0, 9762.0, 9803.0, 9714.0, 9786.0, 9730.0, 9785.0, 9826.0, 9785.0, 9811.0, 9763.0, 9811.0, 9801.0, 9791.0, 9797.0, 9790.0, 9810.0, 9769.0, 9810.0, 9760.0, 9849.0, 9770.0, 9837.0, 9822.0, 9806.0, 9833.0, 9866.0, 9870.0, 9783.0, 9828.0, 9825.0, 9744.0, 9785.0, 9762.0, 9782.0, 9759.0, 9816.0, 9826.0, 9785.0, 9827.0, 9764.0, 9793.0, 9817.0, 9782.0, 9794.0, 9752.0, 9795.0, 9744.0, 9804.0, 9796.0, 9748.0, 9795.0, 9719.0, 9760.0, 9786.0, 9730.0, 9757.0, 9700.0, 9746.0, 9770.0, 9750.0, 9805.0, 9755.0, 9782.0, 9741.0, 9770.0, 9751.0, 9773.0, 9814.0, 9732.0, 9784.0, 9728.0, 9774.0, 9731.0, 9776.0, 9801.0, 9788.0, 9813.0, 9757.0, 9769.0, 9757.0, 9771.0, 9808.0, 9842.0, 9827.0, 9785.0, 9832.0, 9741.0, 9816.0, 9753.0, 9799.0, 9850.0, 9797.0, 9827.0, 9752.0, 9811.0, 9821.0, 9796.0, 9820.0, 9750.0, 9807.0, 9735.0, 9779.0, 9822.0, 9763.0, 9794.0, 9842.0, 9760.0, 9814.0, 9750.0, 9826.0, 9791.0, 9838.0, 9769.0, 9814.0, 9860.0, 9800.0, 9823.0, 9755.0, 9841.0, 9779.0, 9866.0, 9851.0, 9795.0, 9821.0, 9730.0, 9780.0, 9815.0, 9752.0, 9796.0, 9740.0, 9767.0, 9767.0, 9780.0, 9764.0, 9784.0, 9850.0, 9801.0, 9835.0, 9772.0, 9822.0, 9768.0, 9811.0, 9849.0, 9777.0, 9833.0, 9763.0, 9801.0, 9765.0, 9798.0, 9761.0, 9767.0, 9835.0, 9767.0, 9812.0, 9771.0, 9785.0, 9767.0, 9810.0, 9834.0, 9824.0, 9870.0, 9798.0, 9867.0, 9810.0, 9782.0, 9818.0, 9830.0, 9901.0, 9888.0, 9909.0, 9901.0, 9841.0, 9866.0, 9889.0, 9784.0, 9826.0, 9823.0, 9765.0, 9795.0, 9743.0, 9806.0, 9724.0, 9777.0, 9742.0, 9784.0, 9750.0, 9808.0, 9735.0, 9780.0, 9836.0, 9750.0, 9818.0, 9751.0, 9789.0, 9767.0, 9783.0, 9838.0, 9780.0, 9822.0, 9734.0, 9783.0, 9749.0, 9767.0, 9755.0, 9788.0, 9839.0, 9777.0, 9832.0, 9782.0, 9787.0, 9768.0, 9775.0, 9842.0, 9773.0, 9828.0, 9850.0, 9805.0, 9842.0, 9781.0, 9834.0, 9767.0, 9800.0, 9728.0, 9835.0, 9732.0, 9839.0, 9845.0, 9828.0, 9861.0, 9831.0, 9878.0, 9828.0, 9868.0, 9823.0, 9814.0, 9857.0, 9783.0, 9833.0, 9766.0, 9809.0, 9803.0, 9835.0, 9850.0, 9791.0, 9833.0, 9745.0, 9777.0, 9738.0, 9785.0, 9820.0, 9776.0, 9824.0, 9762.0, 9780.0, 9837.0, 9764.0, 9838.0, 9783.0, 9794.0, 9787.0, 9821.0, 9837.0, 9760.0, 9817.0, 9846.0, 9785.0, 9796.0, 9733.0, 9776.0, 9753.0, 9769.0, 9792.0, 9734.0, 9803.0, 9740.0, 9751.0, 9810.0, 9762.0, 9818.0, 9763.0, 9759.0, 9798.0, 9774.0, 9817.0, 9782.0, 9809.0, 9749.0, 9782.0, 9755.0, 9794.0, 9861.0, 9818.0, 9860.0, 9772.0, 9827.0, 9793.0, 9816.0, 9802.0, 9834.0, 9866.0, 9782.0, 9879.0, 9791.0, 9830.0, 9771.0, 9781.0, 9809.0, 9826.0, 9847.0, 9798.0, 9827.0, 9754.0, 9776.0, 9806.0, 9753.0, 9814.0, 9727.0, 9777.0, 9709.0, 9762.0, 9802.0, 9721.0, 9759.0, 9728.0, 9772.0, 9715.0, 9759.0, 9727.0, 9747.0, 9799.0, 9737.0, 9785.0, 9715.0, 9780.0, 9827.0, 9780.0, 9819.0, 9769.0, 9758.0, 9813.0, 9852.0, 9775.0, 9832.0, 9773.0, 9788.0, 9774.0, 9797.0, 9787.0, 9881.0, 9868.0, 9770.0, 9827.0, 9816.0, 9764.0, 9788.0, 9717.0, 9759.0, 9818.0, 9759.0, 9785.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.0031759862385321103</td></tr>
<tr><td colspan=3>aqi</td><td>0.035040737958715595</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.646909987451224</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2555961457634923</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0375724811710685</td></tr>
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
<tr><td colspan=3>fber</td><td>5333.2896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12035279805893426</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.238532110091743</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536827918702043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.401306579112026</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7832364790970168</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4259406978970866</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011801665648818016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04337195307016373</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>4.139367898299065</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>18.087</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9353</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.0007</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.7901</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8396</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.3322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.2036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.7788</td></tr>
<tr><td colspan=3>tsnr</td><td>33.68494160473347</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>