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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f23e798a53e8ebbfe5cd173d94394b4b</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:09:3.880000</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.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0814999</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>547f3c48-0849-4517-95d8-18f9ba09e3d3||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.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['150903.880000', '150904.340000', '150904.800000', '150905.260000', '150905.720000', '150906.180000', '150906.640000', '150907.100000', '150907.560000', '150908.020000', '150908.480000', '150908.940000', '150909.400000', '150909.860000', '150910.320000', '150910.780000', '150911.240000', '150911.700000', '150912.160000', '150912.620000', '150913.080000', '150913.540000', '150914.000000', '150914.460000', '150914.920000', '150915.380000', '150915.840000', '150916.300000', '150916.760000', '150917.220000', '150917.680000', '150918.140000', '150918.600000', '150919.060000', '150919.520000', '150919.980000', '150920.440000', '150920.900000', '150921.360000', '150921.820000', '150922.280000', '150922.740000', '150923.200000', '150923.660000', '150924.120000', '150924.580000', '150925.040000', '150925.500000', '150925.960000', '150926.420000', '150926.880000', '150927.340000', '150927.800000', '150928.260000', '150928.720000', '150929.180000', '150929.640000', '150930.100000', '150930.560000', '150931.020000', '150931.480000', '150931.940000', '150932.400000', '150932.860000', '150933.320000', '150933.780000', '150934.240000', '150934.700000', '150935.160000', '150935.620000', '150936.080000', '150936.540000', '150937.000000', '150937.460000', '150937.920000', '150938.380000', '150938.840000', '150939.300000', '150939.760000', '150940.220000', '150940.680000', '150941.140000', '150941.600000', '150942.060000', '150942.520000', '150942.980000', '150943.440000', '150943.900000', '150944.360000', '150944.820000', '150945.280000', '150945.740000', '150946.200000', '150946.660000', '150947.120000', '150947.580000', '150948.040000', '150948.500000', '150948.960000', '150949.420000', '150949.880000', '150950.340000', '150950.800000', '150951.260000', '150951.720000', '150952.180000', '150952.640000', '150953.100000', '150953.560000', '150954.020000', '150954.480000', '150954.940000', '150955.400000', '150955.860000', '150956.320000', '150956.780000', '150957.240000', '150957.700000', '150958.160000', '150958.620000', '150959.080000', '150959.540000', '151000.000000', '151000.460000', '151000.920000', '151001.380000', '151001.840000', '151002.300000', '151002.760000', '151003.220000', '151003.680000', '151004.140000', '151004.600000', '151005.060000', '151005.520000', '151005.980000', '151006.440000', '151006.900000', '151007.360000', '151007.820000', '151008.280000', '151008.740000', '151009.200000', '151009.660000', '151010.120000', '151010.580000', '151011.040000', '151011.500000', '151011.960000', '151012.420000', '151012.880000', '151013.340000', '151013.800000', '151014.260000', '151014.720000', '151015.180000', '151015.640000', '151016.100000', '151016.560000', '151017.020000', '151017.480000', '151017.940000', '151018.400000', '151018.860000', '151019.320000', '151019.780000', '151020.240000', '151020.700000', '151021.160000', '151021.620000', '151022.080000', '151022.540000', '151023.000000', '151023.460000', '151023.920000', '151024.380000', '151024.840000', '151025.300000', '151025.760000', '151026.220000', '151026.680000', '151027.140000', '151027.600000', '151028.060000', '151028.520000', '151028.980000', '151029.440000', '151029.900000', '151030.360000', '151030.820000', '151031.280000', '151031.740000', '151032.200000', '151032.660000', '151033.120000', '151033.580000', '151034.040000', '151034.500000', '151034.960000', '151035.420000', '151035.880000', '151036.340000', '151036.800000', '151037.260000', '151037.720000', '151038.180000', '151038.640000', '151039.100000', '151039.560000', '151040.020000', '151040.480000', '151040.940000', '151041.400000', '151041.860000', '151042.320000', '151042.780000', '151043.240000', '151043.700000', '151044.160000', '151044.620000', '151045.080000', '151045.540000', '151046.000000', '151046.460000', '151046.920000', '151047.380000', '151047.840000', '151048.300000', '151048.760000', '151049.220000', '151049.680000', '151050.140000', '151050.600000', '151051.060000', '151051.520000', '151051.980000', '151052.440000', '151052.900000', '151053.360000', '151053.820000', '151054.280000', '151054.740000', '151055.200000', '151055.660000', '151056.120000', '151056.580000', '151057.040000', '151057.500000', '151057.960000', '151058.420000', '151058.880000', '151059.340000', '151059.800000', '151100.260000', '151100.720000', '151101.180000', '151101.640000', '151102.100000', '151102.560000', '151103.020000', '151103.480000', '151103.940000', '151104.400000', '151104.860000', '151105.320000', '151105.780000', '151106.240000', '151106.700000', '151107.160000', '151107.620000', '151108.080000', '151108.540000', '151109.000000', '151109.460000', '151109.920000', '151110.380000', '151110.840000', '151111.300000', '151111.760000', '151112.220000', '151112.680000', '151113.140000', '151113.600000', '151114.060000', '151114.520000', '151114.980000', '151115.440000', '151115.900000', '151116.360000', '151116.820000', '151117.280000', '151117.740000', '151118.200000', '151118.660000', '151119.120000', '151119.580000', '151120.040000', '151120.500000', '151120.960000', '151121.420000', '151121.880000', '151122.340000', '151122.800000', '151123.260000', '151123.720000', '151124.180000', '151124.640000', '151125.100000', '151125.560000', '151126.020000', '151126.480000', '151126.940000', '151127.400000', '151127.860000', '151128.320000', '151128.780000', '151129.240000', '151129.700000', '151130.160000', '151130.620000', '151131.080000', '151131.540000', '151132.000000', '151132.460000', '151132.920000', '151133.380000', '151133.840000', '151134.300000', '151134.760000', '151135.220000', '151135.680000', '151136.140000', '151136.600000', '151137.060000', '151137.520000', '151137.980000', '151138.440000', '151138.900000', '151139.360000', '151139.820000', '151140.280000', '151140.740000', '151141.200000', '151141.660000', '151142.120000', '151142.580000', '151143.040000', '151143.500000', '151143.960000', '151144.420000', '151144.880000', '151145.340000', '151145.800000', '151146.260000', '151146.720000', '151147.180000', '151147.640000', '151148.100000', '151148.560000', '151149.020000', '151149.480000', '151149.940000', '151150.400000', '151150.860000', '151151.320000', '151151.780000', '151152.240000', '151152.700000', '151153.160000', '151153.620000', '151154.080000', '151154.540000', '151155.000000', '151155.460000', '151155.920000', '151156.380000', '151156.840000', '151157.300000', '151157.760000', '151158.220000', '151158.680000', '151159.140000', '151159.600000', '151200.060000', '151200.520000', '151200.980000', '151201.440000', '151201.900000', '151202.360000', '151202.820000', '151203.280000', '151203.740000', '151204.200000', '151204.660000', '151205.120000', '151205.580000', '151206.040000', '151206.500000', '151206.960000', '151207.420000', '151207.880000', '151208.340000', '151208.800000', '151209.260000', '151209.720000', '151210.180000', '151210.640000', '151211.100000', '151211.560000', '151212.020000', '151212.480000', '151212.940000', '151213.400000', '151213.860000', '151214.320000', '151214.780000', '151215.240000', '151215.700000', '151216.160000', '151216.620000', '151217.080000', '151217.540000', '151218.000000', '151218.460000', '151218.920000', '151219.380000', '151219.840000', '151220.300000', '151220.760000', '151221.220000', '151221.680000', '151222.140000', '151222.600000', '151223.060000', '151223.520000', '151223.980000', '151224.440000', '151224.900000', '151225.360000', '151225.820000', '151226.280000', '151226.740000', '151227.200000', '151227.660000', '151228.120000', '151228.580000', '151229.040000', '151229.500000', '151229.960000', '151230.420000', '151230.880000', '151231.340000', '151231.800000', '151232.260000', '151232.720000', '151233.180000', '151233.640000', '151234.100000', '151234.560000', '151235.020000', '151235.480000', '151235.940000', '151236.400000', '151236.860000', '151237.320000', '151237.780000', '151238.240000', '151238.700000', '151239.160000', '151239.620000', '151240.080000', '151240.540000', '151241.000000', '151241.460000', '151241.920000', '151242.380000', '151242.840000', '151243.300000', '151243.760000', '151244.220000', '151244.680000', '151245.140000', '151245.600000', '151246.060000', '151246.520000', '151246.980000', '151247.440000', '151247.900000', '151248.360000', '151248.820000', '151249.280000', '151249.740000', '151250.200000', '151250.660000', '151251.120000', '151251.580000', '151252.040000', '151252.500000', '151252.960000', '151253.420000', '151253.880000', '151254.340000', '151254.800000', '151255.260000', '151255.720000', '151256.180000', '151256.640000', '151257.100000', '151257.560000', '151258.020000', '151258.480000', '151258.940000', '151259.400000', '151259.860000', '151300.320000', '151300.780000', '151301.240000', '151301.700000', '151302.160000', '151302.620000', '151303.080000', '151303.540000', '151304.000000', '151304.460000', '151304.920000', '151305.380000', '151305.840000', '151306.300000', '151306.760000', '151307.220000', '151307.680000', '151308.140000', '151308.600000', '151309.060000', '151309.520000', '151309.980000', '151310.440000', '151310.900000', '151311.360000', '151311.820000', '151312.280000', '151312.740000', '151313.200000', '151313.660000', '151314.120000', '151314.580000', '151315.040000', '151315.500000', '151315.960000', '151316.420000', '151316.880000', '151317.340000', '151317.800000', '151318.260000', '151318.720000', '151319.180000', '151319.640000', '151320.100000', '151320.560000', '151321.020000', '151321.480000', '151321.940000', '151322.400000', '151322.860000', '151323.320000', '151323.780000', '151324.240000', '151324.700000', '151325.160000', '151325.620000', '151326.080000', '151326.540000', '151327.000000', '151327.460000', '151327.920000', '151328.380000', '151328.840000', '151329.300000', '151329.760000', '151330.220000', '151330.680000', '151331.140000', '151331.600000', '151332.060000', '151332.520000', '151332.980000', '151333.440000', '151333.900000', '151334.360000', '151334.820000', '151335.280000', '151335.740000', '151336.200000', '151336.660000', '151337.120000', '151337.580000', '151338.040000', '151338.500000', '151338.960000', '151339.420000', '151339.880000', '151340.340000', '151340.800000', '151341.260000', '151341.720000', '151342.180000', '151342.640000', '151343.100000', '151343.560000', '151344.020000', '151344.480000', '151344.940000', '151345.400000', '151345.860000', '151346.320000', '151346.780000', '151347.240000', '151347.700000', '151348.160000', '151348.620000', '151349.080000', '151349.540000', '151350.000000', '151350.460000', '151350.920000', '151351.380000', '151351.840000', '151352.300000', '151352.760000', '151353.220000', '151353.680000', '151354.140000', '151354.600000', '151355.060000', '151355.520000', '151355.980000', '151356.440000', '151356.900000', '151357.360000', '151357.820000', '151358.280000', '151358.740000', '151359.200000', '151359.660000', '151400.120000', '151400.580000', '151401.040000', '151401.500000', '151401.960000', '151402.420000', '151402.880000', '151403.340000', '151403.800000', '151404.260000', '151404.720000', '151405.180000', '151405.640000', '151406.100000', '151406.560000', '151407.020000', '151407.480000', '151407.940000', '151408.400000', '151408.860000', '151409.320000', '151409.780000', '151410.240000', '151410.700000', '151411.160000', '151411.620000', '151412.080000', '151412.540000', '151413.000000', '151413.460000', '151413.920000', '151414.380000', '151414.840000', '151415.300000', '151415.760000', '151416.220000', '151416.680000', '151417.140000', '151417.600000', '151418.060000', '151418.520000', '151418.980000', '151419.440000', '151419.900000', '151420.360000', '151420.820000', '151421.280000', '151421.740000', '151422.200000', '151422.660000', '151423.120000', '151423.580000', '151424.040000', '151424.500000', '151424.960000', '151425.420000', '151425.880000', '151426.340000', '151426.800000', '151427.260000', '151427.720000', '151428.180000', '151428.640000', '151429.100000', '151429.560000', '151430.020000', '151430.480000', '151430.940000', '151431.400000', '151431.860000', '151432.320000', '151432.780000', '151433.240000', '151433.700000', '151434.160000', '151434.620000', '151435.080000', '151435.540000', '151436.000000', '151436.460000', '151436.920000', '151437.380000', '151437.840000', '151438.300000', '151438.760000', '151439.220000', '151439.680000', '151440.140000', '151440.600000', '151441.060000', '151441.520000', '151441.980000', '151442.440000', '151442.900000', '151443.360000', '151443.820000', '151444.280000', '151444.740000', '151445.200000', '151445.660000', '151446.120000', '151446.580000', '151447.040000', '151447.500000', '151447.960000', '151448.420000', '151448.880000', '151449.340000', '151449.800000', '151450.260000', '151450.720000', '151451.180000', '151451.640000', '151452.100000', '151452.560000', '151453.020000', '151453.480000', '151453.940000', '151454.400000', '151454.860000', '151455.320000', '151455.780000', '151456.240000', '151456.700000', '151457.160000', '151457.620000', '151458.080000', '151458.540000', '151459.000000', '151459.460000', '151459.920000', '151500.380000', '151500.840000', '151501.300000', '151501.760000', '151502.220000', '151502.680000', '151503.140000', '151503.600000', '151504.060000', '151504.520000', '151504.980000', '151505.440000', '151505.900000', '151506.360000', '151506.820000', '151507.280000', '151507.740000', '151508.200000', '151508.660000', '151509.120000', '151509.580000', '151510.040000', '151510.500000', '151510.960000', '151511.420000', '151511.880000', '151512.340000', '151512.800000', '151513.260000', '151513.720000', '151514.180000', '151514.640000', '151515.100000', '151515.560000', '151516.020000', '151516.480000', '151516.940000', '151517.400000', '151517.860000', '151518.320000', '151518.780000', '151519.240000', '151519.700000', '151520.160000', '151520.620000', '151521.080000', '151521.540000', '151522.000000', '151522.460000', '151522.920000', '151523.380000', '151523.840000', '151524.300000', '151524.760000', '151525.220000', '151525.680000', '151526.140000', '151526.600000', '151527.060000', '151527.520000', '151527.980000', '151528.440000', '151528.900000', '151529.360000', '151529.820000', '151530.280000', '151530.740000', '151531.200000', '151531.660000', '151532.120000', '151532.580000', '151533.040000', '151533.500000', '151533.960000', '151534.420000', '151534.880000', '151535.340000', '151535.800000', '151536.260000', '151536.720000', '151537.180000', '151537.640000', '151538.100000', '151538.560000', '151539.020000', '151539.480000', '151539.940000', '151540.400000', '151540.860000', '151541.320000', '151541.780000', '151542.240000', '151542.700000', '151543.160000', '151543.620000', '151544.080000', '151544.540000'], 'ContentTime': ['150917.591000', '150917.594000', '150917.597000', '150917.601000', '150917.603000', '150917.606000', '150917.609000', '150917.612000', '150917.615000', '150917.617000', '150917.626000', '150917.629000', '150917.641000', '150917.643000', '150917.646000', '150917.649000', '150917.651000', '150917.654000', '150917.656000', '150917.659000', '150917.662000', '150917.664000', '150917.667000', '150917.676000', '150917.679000', '150917.681000', '150917.684000', '150917.686000', '150937.508000', '150937.511000', '150937.514000', '150937.517000', '150937.519000', '150937.527000', '150937.532000', '150937.535000', '150937.538000', '150937.540000', '150937.543000', '150937.546000', '150937.548000', '150937.551000', '150937.554000', '150937.556000', '150937.559000', '150937.561000', '150937.574000', '150937.576000', '150937.579000', '150937.581000', '150937.584000', '150937.587000', '150937.589000', '150937.592000', '150937.596000', '150937.606000', '150937.609000', '150937.611000', '150937.615000', '150937.617000', '150937.620000', '150937.622000', '150937.625000', '150937.628000', '150937.630000', '150937.633000', '150937.636000', '150937.639000', '150937.641000', '150937.644000', '150937.647000', '150957.509000', '150957.513000', '150957.516000', '150957.518000', '150957.521000', '150957.524000', '150957.526000', '150957.529000', '150957.531000', '150957.534000', '150957.537000', '150957.539000', '150957.542000', '150957.545000', '150957.547000', '150957.550000', '150957.552000', '150957.555000', '150957.558000', '150957.560000', '150957.563000', '150957.565000', '150957.575000', '150957.578000', '150957.580000', '150957.583000', '150957.585000', '150957.588000', '150957.591000', '150957.593000', '150957.596000', '150957.598000', '150957.601000', '150957.604000', '150957.606000', '150957.609000', '150957.611000', '150957.614000', '150957.617000', '150957.619000', '150957.622000', '150957.624000', '150957.627000', '150957.629000', '151017.509000', '151017.512000', '151017.515000', '151017.518000', '151017.520000', '151017.523000', '151017.525000', '151017.528000', '151017.531000', '151017.533000', '151017.536000', '151017.539000', '151017.541000', '151017.544000', '151017.547000', '151017.550000', '151017.552000', '151017.556000', '151017.559000', '151017.561000', '151017.564000', '151017.567000', '151017.569000', '151017.572000', '151017.575000', '151017.577000', '151017.580000', '151017.583000', '151017.585000', '151017.588000', '151017.591000', '151017.593000', '151017.596000', '151017.598000', '151017.601000', '151017.604000', '151017.606000', '151017.609000', '151017.611000', '151017.614000', '151017.617000', '151017.619000', '151017.622000', '151037.510000', '151037.512000', '151037.515000', '151037.517000', '151037.520000', '151037.523000', '151037.525000', '151037.528000', '151037.530000', '151037.533000', '151037.536000', '151037.538000', '151037.541000', '151037.544000', '151037.546000', '151037.549000', '151037.551000', '151037.554000', '151037.557000', '151037.559000', '151037.562000', '151037.564000', '151037.567000', '151037.569000', '151037.572000', '151037.575000', '151037.577000', '151037.580000', '151037.582000', '151037.585000', '151037.587000', '151037.590000', '151037.593000', '151037.595000', '151037.598000', '151037.600000', '151037.603000', '151037.605000', '151037.608000', '151037.611000', '151037.613000', '151037.616000', '151037.618000', '151037.621000', '151057.509000', '151057.512000', '151057.515000', '151057.517000', '151057.520000', '151057.523000', '151057.526000', '151057.528000', '151057.531000', '151057.534000', '151057.537000', '151057.540000', '151057.543000', '151057.545000', '151057.548000', '151057.551000', '151057.553000', '151057.556000', '151057.559000', '151057.562000', '151057.565000', '151057.567000', '151057.571000', '151057.575000', '151057.578000', '151057.580000', '151057.583000', '151057.586000', '151057.589000', '151057.591000', '151057.594000', '151057.597000', '151057.599000', '151057.602000', '151057.605000', '151057.607000', '151057.610000', '151057.613000', '151057.616000', '151057.618000', '151057.621000', '151057.623000', '151057.626000', '151117.508000', '151117.511000', '151117.514000', '151117.517000', '151117.520000', '151117.523000', '151117.526000', '151117.529000', '151117.532000', '151117.535000', '151117.537000', '151117.540000', '151117.543000', '151117.545000', '151117.548000', '151117.551000', '151117.554000', '151117.556000', '151117.559000', '151117.562000', '151117.565000', '151117.568000', '151117.570000', '151117.573000', '151117.576000', '151117.579000', '151117.581000', '151117.584000', '151117.587000', '151117.590000', '151117.593000', '151117.595000', '151117.598000', '151117.601000', '151117.603000', '151117.606000', '151117.609000', '151117.621000', '151117.624000', '151117.627000', '151117.629000', '151117.632000', '151117.634000', '151117.637000', '151137.511000', '151137.514000', '151137.517000', '151137.520000', '151137.523000', '151137.525000', '151137.528000', '151137.531000', '151137.533000', '151137.536000', '151137.539000', '151137.542000', '151137.545000', '151137.547000', '151137.550000', '151137.553000', '151137.555000', '151137.558000', '151137.561000', '151137.564000', '151137.567000', '151137.569000', '151137.572000', '151137.575000', '151137.578000', '151137.581000', '151137.584000', '151137.592000', '151137.595000', '151137.597000', '151137.600000', '151137.603000', '151137.606000', '151137.608000', '151137.611000', '151137.614000', '151137.616000', '151137.619000', '151137.621000', '151137.624000', '151137.627000', '151137.630000', '151137.632000', '151137.635000', '151157.508000', '151157.511000', '151157.514000', '151157.517000', '151157.520000', '151157.522000', '151157.525000', '151157.528000', '151157.530000', '151157.533000', '151157.536000', '151157.539000', '151157.541000', '151157.544000', '151157.547000', '151157.550000', '151157.552000', '151157.555000', '151157.558000', '151157.561000', '151157.563000', '151157.566000', '151157.569000', '151157.571000', '151157.574000', '151157.577000', '151157.580000', '151157.583000', '151157.585000', '151157.588000', '151157.591000', '151157.594000', '151157.597000', '151157.600000', '151157.602000', '151157.605000', '151157.608000', '151157.611000', '151157.613000', '151157.616000', '151157.618000', '151157.621000', '151157.624000', '151217.510000', '151217.513000', '151217.516000', '151217.518000', '151217.521000', '151217.524000', '151217.526000', '151217.529000', '151217.532000', '151217.535000', '151217.538000', '151217.540000', '151217.543000', '151217.546000', '151217.549000', '151217.552000', '151217.554000', '151217.557000', '151217.560000', '151217.563000', '151217.565000', '151217.568000', '151217.571000', '151217.573000', '151217.576000', '151217.579000', '151217.582000', '151217.584000', '151217.602000', '151217.605000', '151217.608000', '151217.611000', '151217.615000', '151217.618000', '151217.621000', '151217.624000', '151217.626000', '151217.629000', '151217.632000', '151217.634000', '151217.637000', '151217.640000', '151217.642000', '151237.509000', '151237.513000', '151237.515000', '151237.518000', '151237.521000', '151237.524000', '151237.527000', '151237.530000', '151237.533000', '151237.535000', '151237.538000', '151237.541000', '151237.544000', '151237.546000', '151237.549000', '151237.552000', '151237.555000', '151237.557000', '151237.560000', '151237.563000', '151237.566000', '151237.569000', '151237.572000', '151237.575000', '151237.577000', '151237.580000', '151237.583000', '151237.586000', '151237.588000', '151237.591000', '151237.594000', '151237.597000', '151237.599000', '151237.602000', '151237.605000', '151237.607000', '151237.610000', '151237.613000', '151237.616000', '151237.619000', '151237.621000', '151237.624000', '151237.627000', '151237.629000', '151257.509000', '151257.512000', '151257.515000', '151257.518000', '151257.521000', '151257.523000', '151257.526000', '151257.528000', '151257.531000', '151257.534000', '151257.537000', '151257.539000', '151257.542000', '151257.545000', '151257.547000', '151257.550000', '151257.553000', '151257.555000', '151257.558000', '151257.564000', '151257.567000', '151257.570000', '151257.572000', '151257.575000', '151257.578000', '151257.580000', '151257.583000', '151257.586000', '151257.589000', '151257.592000', '151257.594000', '151257.597000', '151257.600000', '151257.602000', '151257.605000', '151257.608000', '151257.611000', '151257.613000', '151257.616000', '151257.619000', '151257.622000', '151257.627000', '151257.631000', '151317.509000', '151317.512000', '151317.515000', '151317.518000', '151317.521000', '151317.524000', '151317.526000', '151317.529000', '151317.532000', '151317.535000', '151317.538000', '151317.540000', '151317.543000', '151317.546000', '151317.548000', '151317.551000', '151317.554000', '151317.557000', '151317.560000', '151317.562000', '151317.565000', '151317.568000', '151317.571000', '151317.573000', '151317.576000', '151317.579000', '151317.581000', '151317.584000', '151317.586000', '151317.589000', '151317.592000', '151317.595000', '151317.598000', '151317.601000', '151317.604000', '151317.606000', '151317.609000', '151317.611000', '151317.614000', '151317.617000', '151317.619000', '151317.622000', '151317.625000', '151317.628000', '151337.509000', '151337.511000', '151337.515000', '151337.518000', '151337.521000', '151337.523000', '151337.526000', '151337.529000', '151337.531000', '151337.534000', '151337.537000', '151337.539000', '151337.542000', '151337.545000', '151337.547000', '151337.550000', '151337.553000', '151337.555000', '151337.558000', '151337.560000', '151337.563000', '151337.566000', '151337.568000', '151337.571000', '151337.573000', '151337.576000', '151337.579000', '151337.581000', '151337.584000', '151337.587000', '151337.590000', '151337.592000', '151337.595000', '151337.598000', '151337.600000', '151337.603000', '151337.606000', '151337.608000', '151337.611000', '151337.613000', '151337.616000', '151337.619000', '151337.621000', '151357.509000', '151357.511000', '151357.514000', '151357.517000', '151357.519000', '151357.522000', '151357.525000', '151357.527000', '151357.530000', '151357.532000', '151357.535000', '151357.538000', '151357.540000', '151357.543000', '151357.545000', '151357.548000', '151357.551000', '151357.553000', '151357.556000', '151357.559000', '151357.561000', '151357.564000', '151357.567000', '151357.569000', '151357.572000', '151357.574000', '151357.577000', '151357.580000', '151357.582000', '151357.585000', '151357.588000', '151357.590000', '151357.593000', '151357.596000', '151357.599000', '151357.601000', '151357.604000', '151357.606000', '151357.609000', '151357.612000', '151357.614000', '151357.618000', '151357.621000', '151357.623000', '151417.509000', '151417.512000', '151417.514000', '151417.517000', '151417.519000', '151417.522000', '151417.525000', '151417.527000', '151417.530000', '151417.532000', '151417.535000', '151417.538000', '151417.540000', '151417.543000', '151417.545000', '151417.548000', '151417.551000', '151417.553000', '151417.556000', '151417.559000', '151417.561000', '151417.564000', '151417.567000', '151417.569000', '151417.572000', '151417.574000', '151417.577000', '151417.579000', '151417.582000', '151417.585000', '151417.587000', '151417.590000', '151417.593000', '151417.595000', '151417.598000', '151417.601000', '151417.603000', '151417.606000', '151417.608000', '151417.611000', '151417.614000', '151417.616000', '151417.619000', '151437.512000', '151437.515000', '151437.517000', '151437.520000', '151437.523000', '151437.525000', '151437.528000', '151437.530000', '151437.533000', '151437.536000', '151437.538000', '151437.541000', '151437.544000', '151437.546000', '151437.549000', '151437.551000', '151437.554000', '151437.557000', '151437.559000', '151437.562000', '151437.564000', '151437.567000', '151437.570000', '151437.572000', '151437.575000', '151437.577000', '151437.580000', '151437.583000', '151437.585000', '151437.620000', '151437.623000', '151437.625000', '151437.628000', '151437.630000', '151437.633000', '151437.636000', '151437.638000', '151437.641000', '151437.643000', '151437.646000', '151437.649000', '151437.651000', '151437.654000', '151457.510000', '151457.513000', '151457.515000', '151457.518000', '151457.520000', '151457.523000', '151457.526000', '151457.528000', '151457.531000', '151457.533000', '151457.536000', '151457.539000', '151457.541000', '151457.544000', '151457.547000', '151457.549000', '151457.552000', '151457.555000', '151457.557000', '151457.560000', '151457.562000', '151457.565000', '151457.568000', '151457.570000', '151457.573000', '151457.575000', '151457.578000', '151457.581000', '151457.583000', '151457.586000', '151457.589000', '151457.591000', '151457.594000', '151457.596000', '151457.599000', '151457.602000', '151457.604000', '151457.607000', '151457.609000', '151457.612000', '151457.615000', '151457.617000', '151457.622000', '151457.625000', '151517.510000', '151517.512000', '151517.515000', '151517.518000', '151517.521000', '151517.523000', '151517.526000', '151517.528000', '151517.531000', '151517.534000', '151517.536000', '151517.539000', '151517.541000', '151517.544000', '151517.547000', '151517.549000', '151517.552000', '151517.554000', '151517.557000', '151517.560000', '151517.562000', '151517.565000', '151517.567000', '151517.570000', '151517.572000', '151517.575000', '151517.578000', '151517.580000', '151517.583000', '151517.585000', '151517.588000', '151517.591000', '151517.593000', '151517.596000', '151517.599000', '151517.601000', '151517.604000', '151517.606000', '151517.609000', '151517.612000', '151517.614000', '151517.617000', '151517.620000', '151517.622000', '151537.516000', '151537.519000', '151537.522000', '151537.524000', '151537.527000', '151537.530000', '151537.532000', '151537.535000', '151537.537000', '151537.540000', '151537.543000', '151537.545000', '151537.548000', '151537.551000', '151537.553000', '151537.556000', '151537.559000', '151537.562000', '151537.564000', '151537.567000', '151537.569000', '151537.572000', '151537.575000', '151537.577000', '151537.580000', '151537.583000', '151537.585000', '151537.588000', '151537.591000', '151537.593000', '151537.596000', '151537.599000', '151537.601000', '151537.604000', '151537.607000', '151537.609000', '151537.612000', '151537.614000', '151537.617000', '151537.620000', '151537.622000', '151537.625000', '151537.627000', '151545.495000', '151545.498000', '151545.500000', '151545.503000', '151545.505000', '151545.508000', '151545.511000', '151545.513000', '151545.516000', '151545.518000', '151545.521000', '151545.524000', '151545.526000', '151545.529000', '151545.532000', '151545.534000', '151545.537000', '151545.539000'], 'InstanceCreationTime': ['150917.591000', '150917.594000', '150917.597000', '150917.601000', '150917.603000', '150917.606000', '150917.609000', '150917.612000', '150917.615000', '150917.617000', '150917.626000', '150917.629000', '150917.641000', '150917.643000', '150917.646000', '150917.649000', '150917.651000', '150917.654000', '150917.656000', '150917.659000', '150917.662000', '150917.664000', '150917.667000', '150917.676000', '150917.679000', '150917.681000', '150917.684000', '150917.686000', '150937.508000', '150937.511000', '150937.514000', '150937.517000', '150937.519000', '150937.527000', '150937.532000', '150937.535000', '150937.538000', '150937.540000', '150937.543000', '150937.546000', '150937.548000', '150937.551000', '150937.554000', '150937.556000', '150937.559000', '150937.561000', '150937.574000', '150937.576000', '150937.579000', '150937.581000', '150937.584000', '150937.587000', '150937.589000', '150937.592000', '150937.596000', '150937.606000', '150937.609000', '150937.611000', '150937.615000', '150937.617000', '150937.620000', '150937.622000', '150937.625000', '150937.628000', '150937.630000', '150937.633000', '150937.636000', '150937.639000', '150937.641000', '150937.644000', '150937.647000', '150957.509000', '150957.513000', '150957.516000', '150957.518000', '150957.521000', '150957.524000', '150957.526000', '150957.529000', '150957.531000', '150957.534000', '150957.537000', '150957.539000', '150957.542000', '150957.545000', '150957.547000', '150957.550000', '150957.552000', '150957.555000', '150957.558000', '150957.560000', '150957.563000', '150957.565000', '150957.575000', '150957.578000', '150957.580000', '150957.583000', '150957.585000', '150957.588000', '150957.591000', '150957.593000', '150957.596000', '150957.598000', '150957.601000', '150957.604000', '150957.606000', '150957.609000', '150957.611000', '150957.614000', '150957.617000', '150957.619000', '150957.622000', '150957.624000', '150957.627000', '150957.629000', '151017.509000', '151017.512000', '151017.515000', '151017.518000', '151017.520000', '151017.523000', '151017.525000', '151017.528000', '151017.531000', '151017.533000', '151017.536000', '151017.539000', '151017.541000', '151017.544000', '151017.547000', '151017.550000', '151017.552000', '151017.556000', '151017.559000', '151017.561000', '151017.564000', '151017.567000', '151017.569000', '151017.572000', '151017.575000', '151017.577000', '151017.580000', '151017.583000', '151017.585000', '151017.588000', '151017.591000', '151017.593000', '151017.596000', '151017.598000', '151017.601000', '151017.604000', '151017.606000', '151017.609000', '151017.611000', '151017.614000', '151017.617000', '151017.619000', '151017.622000', '151037.510000', '151037.512000', '151037.515000', '151037.517000', '151037.520000', '151037.523000', '151037.525000', '151037.528000', '151037.530000', '151037.533000', '151037.536000', '151037.538000', '151037.541000', '151037.544000', '151037.546000', '151037.549000', '151037.551000', '151037.554000', '151037.557000', '151037.559000', '151037.562000', '151037.564000', '151037.567000', '151037.569000', '151037.572000', '151037.575000', '151037.577000', '151037.580000', '151037.582000', '151037.585000', '151037.587000', '151037.590000', '151037.593000', '151037.595000', '151037.598000', '151037.600000', '151037.603000', '151037.605000', '151037.608000', '151037.611000', '151037.613000', '151037.616000', '151037.618000', '151037.621000', '151057.509000', '151057.512000', '151057.515000', '151057.517000', '151057.520000', '151057.523000', '151057.526000', '151057.528000', '151057.531000', '151057.534000', '151057.537000', '151057.540000', '151057.543000', '151057.545000', '151057.548000', '151057.551000', '151057.553000', '151057.556000', '151057.559000', '151057.562000', '151057.565000', '151057.567000', '151057.571000', '151057.575000', '151057.578000', '151057.580000', '151057.583000', '151057.586000', '151057.589000', '151057.591000', '151057.594000', '151057.597000', '151057.599000', '151057.602000', '151057.605000', '151057.607000', '151057.610000', '151057.613000', '151057.616000', '151057.618000', '151057.621000', '151057.623000', '151057.626000', '151117.508000', '151117.511000', '151117.514000', '151117.517000', '151117.520000', '151117.523000', '151117.526000', '151117.529000', '151117.532000', '151117.535000', '151117.537000', '151117.540000', '151117.543000', '151117.545000', '151117.548000', '151117.551000', '151117.554000', '151117.556000', '151117.559000', '151117.562000', '151117.565000', '151117.568000', '151117.570000', '151117.573000', '151117.576000', '151117.579000', '151117.581000', '151117.584000', '151117.587000', '151117.590000', '151117.593000', '151117.595000', '151117.598000', '151117.601000', '151117.603000', '151117.606000', '151117.609000', '151117.621000', '151117.624000', '151117.627000', '151117.629000', '151117.632000', '151117.634000', '151117.637000', '151137.511000', '151137.514000', '151137.517000', '151137.520000', '151137.523000', '151137.525000', '151137.528000', '151137.531000', '151137.533000', '151137.536000', '151137.539000', '151137.542000', '151137.545000', '151137.547000', '151137.550000', '151137.553000', '151137.555000', '151137.558000', '151137.561000', '151137.564000', '151137.567000', '151137.569000', '151137.572000', '151137.575000', '151137.578000', '151137.581000', '151137.584000', '151137.592000', '151137.595000', '151137.597000', '151137.600000', '151137.603000', '151137.606000', '151137.608000', '151137.611000', '151137.614000', '151137.616000', '151137.619000', '151137.621000', '151137.624000', '151137.627000', '151137.630000', '151137.632000', '151137.635000', '151157.508000', '151157.511000', '151157.514000', '151157.517000', '151157.520000', '151157.522000', '151157.525000', '151157.528000', '151157.530000', '151157.533000', '151157.536000', '151157.539000', '151157.541000', '151157.544000', '151157.547000', '151157.550000', '151157.552000', '151157.555000', '151157.558000', '151157.561000', '151157.563000', '151157.566000', '151157.569000', '151157.571000', '151157.574000', '151157.577000', '151157.580000', '151157.583000', '151157.585000', '151157.588000', '151157.591000', '151157.594000', '151157.597000', '151157.600000', '151157.602000', '151157.605000', '151157.608000', '151157.611000', '151157.613000', '151157.616000', '151157.618000', '151157.621000', '151157.624000', '151217.510000', '151217.513000', '151217.516000', '151217.518000', '151217.521000', '151217.524000', '151217.526000', '151217.529000', '151217.532000', '151217.535000', '151217.538000', '151217.540000', '151217.543000', '151217.546000', '151217.549000', '151217.552000', '151217.554000', '151217.557000', '151217.560000', '151217.563000', '151217.565000', '151217.568000', '151217.571000', '151217.573000', '151217.576000', '151217.579000', '151217.582000', '151217.584000', '151217.602000', '151217.605000', '151217.608000', '151217.611000', '151217.615000', '151217.618000', '151217.621000', '151217.624000', '151217.626000', '151217.629000', '151217.632000', '151217.634000', '151217.637000', '151217.640000', '151217.642000', '151237.509000', '151237.513000', '151237.515000', '151237.518000', '151237.521000', '151237.524000', '151237.527000', '151237.530000', '151237.533000', '151237.535000', '151237.538000', '151237.541000', '151237.544000', '151237.546000', '151237.549000', '151237.552000', '151237.555000', '151237.557000', '151237.560000', '151237.563000', '151237.566000', '151237.569000', '151237.572000', '151237.575000', '151237.577000', '151237.580000', '151237.583000', '151237.586000', '151237.588000', '151237.591000', '151237.594000', '151237.597000', '151237.599000', '151237.602000', '151237.605000', '151237.607000', '151237.610000', '151237.613000', '151237.616000', '151237.619000', '151237.621000', '151237.624000', '151237.627000', '151237.629000', '151257.509000', '151257.512000', '151257.515000', '151257.518000', '151257.521000', '151257.523000', '151257.526000', '151257.528000', '151257.531000', '151257.534000', '151257.537000', '151257.539000', '151257.542000', '151257.545000', '151257.547000', '151257.550000', '151257.553000', '151257.555000', '151257.558000', '151257.564000', '151257.567000', '151257.570000', '151257.572000', '151257.575000', '151257.578000', '151257.580000', '151257.583000', '151257.586000', '151257.589000', '151257.592000', '151257.594000', '151257.597000', '151257.600000', '151257.602000', '151257.605000', '151257.608000', '151257.611000', '151257.613000', '151257.616000', '151257.619000', '151257.622000', '151257.627000', '151257.631000', '151317.509000', '151317.512000', '151317.515000', '151317.518000', '151317.521000', '151317.524000', '151317.526000', '151317.529000', '151317.532000', '151317.535000', '151317.538000', '151317.540000', '151317.543000', '151317.546000', '151317.548000', '151317.551000', '151317.554000', '151317.557000', '151317.560000', '151317.562000', '151317.565000', '151317.568000', '151317.571000', '151317.573000', '151317.576000', '151317.579000', '151317.581000', '151317.584000', '151317.586000', '151317.589000', '151317.592000', '151317.595000', '151317.598000', '151317.601000', '151317.604000', '151317.606000', '151317.609000', '151317.611000', '151317.614000', '151317.617000', '151317.619000', '151317.622000', '151317.625000', '151317.628000', '151337.509000', '151337.511000', '151337.515000', '151337.518000', '151337.521000', '151337.523000', '151337.526000', '151337.529000', '151337.531000', '151337.534000', '151337.537000', '151337.539000', '151337.542000', '151337.545000', '151337.547000', '151337.550000', '151337.553000', '151337.555000', '151337.558000', '151337.560000', '151337.563000', '151337.566000', '151337.568000', '151337.571000', '151337.573000', '151337.576000', '151337.579000', '151337.581000', '151337.584000', '151337.587000', '151337.590000', '151337.592000', '151337.595000', '151337.598000', '151337.600000', '151337.603000', '151337.606000', '151337.608000', '151337.611000', '151337.613000', '151337.616000', '151337.619000', '151337.621000', '151357.509000', '151357.511000', '151357.514000', '151357.517000', '151357.519000', '151357.522000', '151357.525000', '151357.527000', '151357.530000', '151357.532000', '151357.535000', '151357.538000', '151357.540000', '151357.543000', '151357.545000', '151357.548000', '151357.551000', '151357.553000', '151357.556000', '151357.559000', '151357.561000', '151357.564000', '151357.567000', '151357.569000', '151357.572000', '151357.574000', '151357.577000', '151357.580000', '151357.582000', '151357.585000', '151357.588000', '151357.590000', '151357.593000', '151357.596000', '151357.599000', '151357.601000', '151357.604000', '151357.606000', '151357.609000', '151357.612000', '151357.614000', '151357.618000', '151357.621000', '151357.623000', '151417.509000', '151417.512000', '151417.514000', '151417.517000', '151417.519000', '151417.522000', '151417.525000', '151417.527000', '151417.530000', '151417.532000', '151417.535000', '151417.538000', '151417.540000', '151417.543000', '151417.545000', '151417.548000', '151417.551000', '151417.553000', '151417.556000', '151417.559000', '151417.561000', '151417.564000', '151417.567000', '151417.569000', '151417.572000', '151417.574000', '151417.577000', '151417.579000', '151417.582000', '151417.585000', '151417.587000', '151417.590000', '151417.593000', '151417.595000', '151417.598000', '151417.601000', '151417.603000', '151417.606000', '151417.608000', '151417.611000', '151417.614000', '151417.616000', '151417.619000', '151437.512000', '151437.515000', '151437.517000', '151437.520000', '151437.523000', '151437.525000', '151437.528000', '151437.530000', '151437.533000', '151437.536000', '151437.538000', '151437.541000', '151437.544000', '151437.546000', '151437.549000', '151437.551000', '151437.554000', '151437.557000', '151437.559000', '151437.562000', '151437.564000', '151437.567000', '151437.570000', '151437.572000', '151437.575000', '151437.577000', '151437.580000', '151437.583000', '151437.585000', '151437.620000', '151437.623000', '151437.625000', '151437.628000', '151437.630000', '151437.633000', '151437.636000', '151437.638000', '151437.641000', '151437.643000', '151437.646000', '151437.649000', '151437.651000', '151437.654000', '151457.510000', '151457.513000', '151457.515000', '151457.518000', '151457.520000', '151457.523000', '151457.526000', '151457.528000', '151457.531000', '151457.533000', '151457.536000', '151457.539000', '151457.541000', '151457.544000', '151457.547000', '151457.549000', '151457.552000', '151457.555000', '151457.557000', '151457.560000', '151457.562000', '151457.565000', '151457.568000', '151457.570000', '151457.573000', '151457.575000', '151457.578000', '151457.581000', '151457.583000', '151457.586000', '151457.589000', '151457.591000', '151457.594000', '151457.596000', '151457.599000', '151457.602000', '151457.604000', '151457.607000', '151457.609000', '151457.612000', '151457.615000', '151457.617000', '151457.622000', '151457.625000', '151517.510000', '151517.512000', '151517.515000', '151517.518000', '151517.521000', '151517.523000', '151517.526000', '151517.528000', '151517.531000', '151517.534000', '151517.536000', '151517.539000', '151517.541000', '151517.544000', '151517.547000', '151517.549000', '151517.552000', '151517.554000', '151517.557000', '151517.560000', '151517.562000', '151517.565000', '151517.567000', '151517.570000', '151517.572000', '151517.575000', '151517.578000', '151517.580000', '151517.583000', '151517.585000', '151517.588000', '151517.591000', '151517.593000', '151517.596000', '151517.599000', '151517.601000', '151517.604000', '151517.606000', '151517.609000', '151517.612000', '151517.614000', '151517.617000', '151517.620000', '151517.622000', '151537.516000', '151537.519000', '151537.522000', '151537.524000', '151537.527000', '151537.530000', '151537.532000', '151537.535000', '151537.537000', '151537.540000', '151537.543000', '151537.545000', '151537.548000', '151537.551000', '151537.553000', '151537.556000', '151537.559000', '151537.562000', '151537.564000', '151537.567000', '151537.569000', '151537.572000', '151537.575000', '151537.577000', '151537.580000', '151537.583000', '151537.585000', '151537.588000', '151537.591000', '151537.593000', '151537.596000', '151537.599000', '151537.601000', '151537.604000', '151537.607000', '151537.609000', '151537.612000', '151537.614000', '151537.617000', '151537.620000', '151537.622000', '151537.625000', '151537.627000', '151545.495000', '151545.498000', '151545.500000', '151545.503000', '151545.505000', '151545.508000', '151545.511000', '151545.513000', '151545.516000', '151545.518000', '151545.521000', '151545.524000', '151545.526000', '151545.529000', '151545.532000', '151545.534000', '151545.537000', '151545.539000'], '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': [7293, 8815, 7211, 9063, 7113, 9943, 7102, 10728, 7203, 8881, 7252, 7148, 7539, 7116, 7408, 7255, 8575, 7232, 8772, 7255, 9602, 7293, 9485, 7201, 7431, 6899, 8389, 7210, 10193, 7366, 8670, 7177, 6966, 7327, 7014, 6830, 7178, 7125, 7109, 8323, 7121, 8490, 7191, 9377, 7075, 9067, 7261, 6995, 7126, 6862, 8877, 7347, 9336, 6875, 10018, 6988, 8181, 7078, 7603, 7258, 7679, 8449, 6896, 8476, 7023, 9390, 6899, 9792, 7220, 8861, 7064, 6825, 7444, 6836, 8902, 7428, 11541, 6866, 9887, 7128, 9537, 7493, 9132, 7685, 7157, 7394, 6961, 7689, 6992, 8816, 7010, 9603, 7076, 7020, 7011, 6971, 7191, 7933, 7222, 6851, 9055, 7034, 8249, 6994, 6840, 8346, 6847, 10872, 7055, 7121, 7336, 10392, 7260, 10656, 8235, 11360, 6887, 9227, 6783, 8809, 7290, 8104, 7217, 6936, 7829, 7009, 9040, 7144, 10018, 7155, 8502, 7690, 6930, 7153, 7415, 7253, 9277, 7132, 7022, 6954, 6984, 7973, 7117, 8816, 7450, 8101, 7332, 6936, 7752, 7037, 8878, 7198, 9807, 7124, 7497, 7260, 6828, 7366, 6860, 8102, 7409, 11161, 7188, 9488, 7075, 9202, 7138, 9677, 7150, 9311, 7300, 6783, 7450, 7153, 8204, 7201, 9156, 7337, 9423, 6998, 8003, 7278, 8371, 7118, 8771, 7901, 6831, 8065, 6851, 9081, 6923, 7458, 10171, 8939, 7077, 7182, 6982, 7376, 7009, 8240, 7119, 9479, 7232, 9152, 7289, 8355, 7310, 8397, 7848, 6863, 8789, 7192, 9504, 6937, 9984, 7113, 10912, 7431, 7006, 7450, 7071, 9179, 7328, 10910, 7535, 8738, 7106, 7005, 7112, 6807, 9160, 7167, 9938, 6989, 7473, 7350, 6974, 8621, 7245, 11861, 7026, 9391, 7352, 7189, 7372, 8568, 7372, 9888, 7372, 6975, 7177, 7062, 8739, 7387, 9484, 7124, 7266, 7104, 6776, 8216, 7265, 9594, 7217, 10247, 7224, 6900, 7188, 6953, 7423, 11082, 7796, 8113, 6977, 7182, 7198, 7115, 10190, 7542, 6822, 7232, 6773, 8070, 7505, 6671, 10445, 7571, 7682, 9569, 7233, 8187, 7516, 6802, 9381, 7167, 9540, 8443, 6656, 8825, 6986, 7221, 7560, 6803, 9317, 7034, 10407, 7525, 6832, 7747, 6590, 9457, 6775, 11127, 7763, 7273, 7411, 6741, 8897, 6870, 9801, 7215, 7869, 7487, 6963, 8142, 6933, 9574, 7350, 7999, 8654, 6725, 9444, 7129, 9819, 7394, 10370, 7783, 8748, 8791, 6696, 8602, 6874, 9270, 7040, 9878, 6943, 10275, 7216, 7018, 7239, 6758, 6939, 8806, 7527, 6799, 7609, 6771, 8525, 7014, 8711, 7072, 9884, 8373, 6695, 8295, 6934, 9190, 7070, 9866, 7480, 7330, 7401, 6843, 8454, 6788, 9578, 7329, 10634, 8050, 6629, 7338, 6746, 8252, 6663, 8902, 7369, 12800, 7044, 9654, 7080, 9551, 7742, 9385, 7294, 6658, 7595, 7090, 8384, 6975, 9413, 6991, 9088, 7024, 9241, 7037, 9437, 6973, 9360, 7064, 10913, 7124, 7138, 7440, 7082, 9156, 7121, 9623, 7302, 7146, 7610, 7160, 9605, 7167, 10490, 7520, 10928, 7106, 9704, 7407, 9309, 7544, 7156, 8331, 6947, 8980, 7118, 9383, 7119, 10113, 7214, 9077, 7317, 8970, 7189, 7959, 7124, 6888, 7953, 7149, 9090, 7265, 9756, 7127, 9327, 7040, 7046, 7413, 7258, 7406, 7063, 8865, 6822, 9018, 7163, 8528, 7245, 8063, 8332, 7110, 8617, 7086, 7703, 7211, 7668, 7242, 6958, 9724, 7251, 9453, 7271, 9588, 7239, 9881, 7177, 7705, 7139, 6995, 8600, 7100, 9855, 7079, 10975, 8353, 9350, 7183, 7237, 6985, 7709, 7423, 7073, 11004, 6945, 9778, 7231, 9552, 7521, 9069, 7650, 6861, 8412, 7186, 9266, 6931, 9644, 6883, 11076, 7244, 9543, 7085, 9418, 7203, 9709, 7330, 7723, 6926, 7445, 7005, 7111, 7564, 7171, 9116, 7119, 9061, 6977, 9563, 7093, 9813, 6912, 10388, 7230, 8581, 7052, 8999, 7321, 8256, 7777, 6840, 8708, 6983, 9762, 7237, 9882, 7408, 10266, 7576, 7031, 7552, 6579, 8439, 7015, 10479, 7002, 7634, 7393, 6979, 7613, 6986, 9206, 6958, 11788, 6977, 9620, 7194, 9231, 7463, 8987, 7750, 7058, 7996, 6979, 8867, 7221, 9750, 6948, 9588, 7276, 8399, 7208, 8584, 7111, 9590, 7073, 7201, 7761, 7144, 8313, 7261, 9284, 7224, 9945, 7558, 7207, 7333, 6949, 8623, 6764, 9756, 7115, 12653, 7715, 10083, 7090, 9310, 7450, 7763, 7570, 6969, 8505, 7178, 8136, 7089, 8142, 7373, 6998, 10362, 7073, 9392, 7247, 8954, 7404, 9579, 7140, 7978, 8069, 7000, 8155, 7122, 9353, 7374, 8199, 8469, 7210, 9219, 7510, 9525, 7183, 10043, 7519, 7256, 7506, 7109, 8881, 7179, 9632, 7167, 9523, 6902, 10140, 7226, 8573, 6825, 7826, 7124, 7841, 7806, 6898, 8305, 7068, 9377, 7168, 9738, 7166, 10667, 7183, 9609, 7307, 10331, 7275, 10155, 7461, 7898, 7495, 6842, 8380, 6963, 9681, 7335, 10339, 7337, 10511, 7076, 9376, 7068, 9843, 6958, 9968, 6936, 8697, 7161, 7157, 7296, 7054, 9134, 7027, 9581, 7040, 10553, 7210, 7180, 7804, 7126, 9533, 7056, 11728, 8631, 8476, 7070, 7244, 7542, 9537, 7167, 9477, 7411, 7134, 6983, 7106, 7393, 7110, 9345, 7212, 8372, 7074, 7120, 7484, 8120, 7574, 9914, 8010, 6886, 7619, 7067, 8495, 6987, 9448, 7348, 8466, 6982, 6970, 7823, 6826, 9919, 6815, 11016, 7567, 8712, 7327, 8078, 7227, 7671, 7558, 7109, 10382, 7160, 9349, 7338, 7916, 7816, 7760, 9400, 7007, 9399, 7096, 7734, 7221, 8024, 7554, 7565, 9835, 7020, 8959, 6740, 9464, 7009, 9588, 7034, 10783, 7164, 7280, 7278, 6754, 7102, 7657, 7392, 6866, 7896, 6939, 9118, 6990, 9571, 7210, 9961, 7309, 7391, 7256, 7037, 8521, 7126, 11319, 7252, 8892, 7435, 7697, 7260, 8934, 8232, 6557, 8442, 7173, 8826, 6900, 9179, 6933, 9384, 7240, 6928, 7150, 6982, 8481, 7136, 9913, 7432, 8084, 7201, 6760, 8131, 8725, 7563, 11371, 8661, 6777, 7364, 6886, 7564, 7029, 8659, 7143, 8786, 6983, 8350, 7056, 9845, 7130, 9673, 7356, 8741, 7102, 8314, 7040, 8556, 7271, 7730, 8815, 6901, 8890, 6909, 9280, 7132, 9812, 7373, 6830, 6714, 7054, 8857], 'WindowCenter': [4021.0, 4024.0, 3991.0, 3999.0, 3978.0, 4007.0, 3965.0, 4004.0, 3963.0, 3982.0, 3962.0, 3963.0, 3986.0, 3966.0, 3974.0, 3974.0, 3995.0, 3976.0, 3997.0, 3987.0, 4007.0, 3976.0, 3996.0, 3976.0, 3964.0, 3967.0, 3984.0, 3975.0, 4007.0, 3974.0, 3984.0, 3964.0, 3962.0, 3974.0, 3961.0, 3964.0, 3965.0, 3964.0, 3965.0, 3996.0, 3977.0, 3996.0, 3978.0, 4009.0, 3979.0, 3997.0, 3977.0, 3977.0, 3978.0, 3966.0, 3995.0, 3988.0, 4008.0, 3968.0, 4006.0, 3976.0, 3984.0, 3975.0, 3974.0, 3986.0, 3986.0, 3985.0, 3967.0, 3985.0, 3977.0, 3994.0, 3977.0, 4005.0, 3975.0, 3996.0, 3964.0, 3963.0, 3973.0, 3964.0, 3998.0, 3974.0, 4016.0, 3964.0, 3993.0, 3964.0, 3993.0, 3974.0, 3994.0, 3974.0, 3963.0, 3962.0, 3963.0, 3973.0, 3963.0, 3995.0, 3966.0, 3995.0, 3975.0, 3965.0, 3976.0, 3964.0, 3977.0, 3984.0, 3975.0, 3967.0, 3996.0, 3963.0, 3983.0, 3978.0, 3978.0, 3999.0, 3977.0, 4018.0, 3976.0, 3976.0, 3977.0, 4006.0, 3977.0, 4007.0, 3986.0, 4005.0, 3963.0, 3983.0, 3954.0, 3982.0, 3975.0, 3974.0, 3964.0, 3963.0, 3973.0, 3964.0, 3984.0, 3964.0, 4005.0, 3964.0, 3983.0, 3976.0, 3963.0, 3963.0, 3962.0, 3975.0, 3995.0, 3965.0, 3964.0, 3963.0, 3963.0, 3974.0, 3965.0, 3997.0, 3977.0, 3985.0, 3977.0, 3964.0, 3976.0, 3965.0, 3996.0, 3976.0, 4007.0, 3975.0, 3963.0, 3975.0, 3963.0, 3975.0, 3964.0, 3988.0, 3976.0, 4016.0, 3964.0, 3994.0, 3963.0, 3995.0, 3964.0, 3994.0, 3965.0, 3996.0, 3975.0, 3952.0, 3974.0, 3965.0, 3984.0, 3975.0, 4007.0, 3976.0, 4006.0, 3978.0, 3986.0, 3977.0, 3997.0, 3979.0, 3996.0, 3987.0, 3966.0, 3986.0, 3964.0, 3994.0, 3964.0, 3976.0, 4003.0, 3984.0, 3963.0, 3962.0, 3963.0, 3963.0, 3963.0, 3984.0, 3965.0, 4007.0, 3977.0, 3995.0, 3977.0, 3984.0, 3987.0, 3985.0, 3986.0, 3964.0, 3985.0, 3964.0, 3993.0, 3976.0, 4006.0, 3965.0, 4006.0, 3964.0, 3964.0, 3972.0, 3963.0, 3994.0, 3974.0, 4004.0, 3976.0, 3984.0, 3976.0, 3977.0, 3976.0, 3963.0, 3994.0, 3964.0, 4004.0, 3966.0, 3975.0, 3964.0, 3964.0, 3995.0, 3976.0, 4015.0, 3965.0, 3994.0, 3962.0, 3962.0, 3974.0, 3984.0, 3963.0, 3993.0, 3962.0, 3962.0, 3962.0, 3963.0, 3983.0, 3976.0, 4006.0, 3976.0, 3976.0, 3966.0, 3965.0, 3986.0, 3977.0, 4007.0, 3978.0, 4006.0, 3976.0, 3964.0, 3976.0, 3964.0, 3975.0, 4016.0, 3975.0, 3974.0, 3963.0, 3975.0, 3976.0, 3975.0, 4007.0, 3975.0, 3964.0, 3975.0, 3966.0, 3989.0, 3977.0, 3967.0, 4006.0, 3989.0, 3975.0, 3995.0, 3977.0, 3985.0, 3975.0, 3966.0, 3996.0, 3979.0, 3996.0, 3985.0, 3966.0, 3985.0, 3968.0, 3965.0, 3976.0, 3966.0, 3998.0, 3966.0, 4006.0, 3976.0, 3965.0, 3977.0, 3955.0, 4008.0, 3968.0, 4007.0, 3976.0, 3977.0, 3976.0, 3955.0, 3996.0, 3965.0, 3996.0, 3977.0, 3986.0, 3976.0, 3965.0, 3986.0, 3966.0, 4006.0, 3979.0, 3986.0, 3998.0, 3967.0, 4007.0, 3979.0, 3996.0, 3976.0, 4009.0, 3977.0, 3985.0, 3986.0, 3953.0, 3984.0, 3954.0, 3983.0, 3964.0, 3994.0, 3963.0, 3994.0, 3964.0, 3964.0, 3963.0, 3952.0, 3964.0, 3985.0, 3976.0, 3954.0, 3974.0, 3966.0, 3985.0, 3978.0, 3996.0, 3982.0, 4035.0, 4000.0, 3967.0, 3986.0, 3965.0, 3994.0, 3965.0, 3995.0, 3976.0, 3976.0, 3976.0, 3965.0, 3985.0, 3965.0, 3996.0, 3976.0, 4005.0, 3975.0, 3954.0, 3963.0, 3953.0, 3973.0, 3952.0, 3984.0, 3963.0, 4003.0, 3951.0, 3981.0, 3952.0, 3981.0, 3963.0, 3983.0, 3962.0, 3952.0, 3973.0, 3964.0, 3985.0, 3978.0, 4008.0, 3977.0, 3998.0, 3978.0, 3996.0, 3977.0, 4008.0, 3977.0, 3997.0, 3977.0, 4006.0, 3966.0, 3965.0, 3978.0, 3977.0, 4007.0, 3977.0, 4007.0, 3978.0, 3964.0, 3975.0, 3965.0, 3995.0, 3965.0, 4006.0, 3974.0, 4005.0, 3966.0, 3994.0, 3963.0, 3995.0, 3973.0, 3964.0, 3973.0, 3963.0, 3983.0, 3962.0, 3994.0, 3964.0, 3992.0, 3962.0, 3982.0, 3962.0, 3982.0, 3976.0, 3985.0, 3964.0, 3963.0, 3973.0, 3963.0, 3985.0, 3975.0, 4006.0, 3965.0, 3994.0, 3965.0, 3962.0, 3973.0, 3962.0, 3974.0, 3963.0, 3985.0, 3965.0, 3984.0, 3965.0, 3983.0, 3976.0, 3987.0, 3987.0, 3977.0, 3996.0, 3977.0, 3987.0, 3976.0, 3975.0, 3977.0, 3976.0, 4008.0, 3976.0, 3996.0, 3976.0, 3995.0, 3976.0, 4008.0, 3977.0, 3975.0, 3965.0, 3976.0, 3995.0, 3977.0, 4008.0, 3976.0, 4006.0, 4000.0, 3995.0, 3966.0, 3975.0, 3964.0, 3974.0, 3976.0, 3965.0, 4006.0, 3964.0, 3994.0, 3975.0, 3993.0, 3985.0, 3996.0, 3975.0, 3965.0, 3983.0, 3965.0, 3993.0, 3963.0, 4005.0, 3963.0, 4003.0, 3975.0, 3993.0, 3963.0, 3982.0, 3974.0, 3994.0, 3974.0, 3973.0, 3975.0, 3975.0, 3964.0, 3975.0, 3987.0, 3978.0, 3998.0, 3979.0, 3997.0, 3977.0, 4006.0, 3978.0, 4018.0, 3966.0, 4005.0, 3976.0, 3984.0, 3963.0, 3995.0, 3977.0, 3986.0, 3975.0, 3965.0, 3984.0, 3965.0, 4004.0, 3975.0, 4006.0, 3976.0, 4005.0, 3975.0, 3963.0, 3974.0, 3963.0, 3984.0, 3976.0, 4006.0, 3976.0, 3975.0, 3975.0, 3963.0, 3974.0, 3965.0, 3996.0, 3963.0, 4016.0, 3964.0, 3994.0, 3965.0, 3993.0, 3975.0, 3983.0, 3973.0, 3963.0, 3972.0, 3964.0, 3993.0, 3975.0, 4006.0, 3964.0, 3994.0, 3974.0, 3983.0, 3975.0, 3994.0, 3964.0, 3995.0, 3964.0, 3975.0, 3985.0, 3976.0, 3984.0, 3976.0, 3995.0, 3989.0, 4007.0, 3987.0, 3976.0, 3976.0, 3963.0, 3984.0, 3964.0, 4008.0, 3964.0, 4015.0, 3974.0, 3993.0, 3964.0, 3982.0, 3975.0, 3973.0, 3973.0, 3965.0, 3985.0, 3964.0, 3986.0, 3976.0, 3985.0, 3976.0, 3964.0, 4018.0, 3976.0, 3997.0, 3976.0, 3996.0, 3976.0, 4007.0, 3966.0, 3984.0, 3984.0, 3963.0, 3983.0, 3976.0, 3994.0, 3976.0, 3986.0, 3985.0, 3975.0, 3995.0, 3978.0, 4009.0, 3976.0, 3996.0, 3965.0, 3975.0, 3974.0, 3963.0, 3994.0, 3963.0, 3994.0, 3966.0, 4006.0, 3964.0, 4006.0, 3975.0, 3983.0, 3979.0, 3986.0, 3978.0, 3987.0, 3987.0, 3977.0, 3986.0, 3976.0, 3996.0, 3977.0, 4008.0, 3977.0, 4016.0, 3965.0, 3996.0, 3976.0, 4004.0, 3974.0, 4005.0, 3974.0, 3985.0, 3975.0, 3954.0, 3984.0, 3963.0, 3994.0, 3977.0, 4005.0, 3964.0, 4004.0, 3963.0, 3992.0, 3964.0, 3993.0, 3963.0, 4005.0, 3964.0, 3984.0, 3964.0, 3964.0, 3975.0, 3976.0, 4006.0, 3977.0, 4006.0, 3975.0, 4018.0, 3976.0, 3976.0, 3976.0, 3975.0, 4006.0, 3976.0, 4017.0, 3998.0, 3985.0, 3964.0, 3963.0, 3973.0, 3995.0, 3964.0, 3994.0, 3975.0, 3961.0, 3962.0, 3962.0, 3974.0, 3976.0, 3996.0, 3977.0, 3985.0, 3964.0, 3963.0, 3974.0, 3984.0, 3987.0, 4006.0, 3973.0, 3963.0, 3973.0, 3963.0, 3983.0, 3975.0, 4004.0, 3975.0, 3997.0, 3978.0, 3975.0, 3985.0, 3967.0, 4018.0, 3967.0, 4015.0, 3987.0, 3985.0, 3975.0, 3973.0, 3975.0, 3986.0, 3986.0, 3964.0, 4018.0, 3965.0, 3994.0, 3975.0, 3986.0, 3987.0, 3974.0, 3994.0, 3964.0, 3995.0, 3964.0, 3974.0, 3974.0, 3985.0, 3986.0, 3974.0, 4007.0, 3963.0, 3984.0, 3953.0, 3993.0, 3963.0, 3994.0, 3962.0, 4002.0, 3964.0, 3963.0, 3973.0, 3953.0, 3974.0, 3984.0, 3974.0, 3965.0, 3986.0, 3975.0, 3995.0, 3976.0, 4007.0, 3977.0, 4005.0, 3975.0, 3963.0, 3973.0, 3964.0, 3997.0, 3965.0, 4017.0, 3976.0, 3985.0, 3975.0, 3974.0, 3976.0, 3995.0, 3984.0, 3953.0, 3983.0, 3962.0, 3983.0, 3963.0, 3994.0, 3964.0, 3995.0, 3977.0, 3964.0, 3965.0, 3964.0, 3995.0, 3976.0, 4005.0, 3977.0, 3986.0, 3976.0, 3964.0, 3986.0, 3998.0, 3988.0, 4004.0, 3984.0, 3951.0, 3960.0, 3960.0, 3971.0, 3976.0, 3995.0, 3974.0, 3995.0, 3977.0, 3986.0, 3975.0, 4005.0, 3976.0, 3994.0, 3975.0, 3985.0, 3964.0, 3983.0, 3963.0, 3984.0, 3974.0, 3973.0, 3994.0, 3964.0, 3982.0, 3964.0, 3993.0, 3964.0, 4004.0, 3977.0, 3977.0, 3966.0, 3974.0, 3995.0], 'WindowWidth': [8983.0, 8973.0, 8921.0, 8925.0, 8898.0, 8934.0, 8872.0, 8922.0, 8864.0, 8887.0, 8863.0, 8865.0, 8900.0, 8874.0, 8881.0, 8883.0, 8910.0, 8888.0, 8914.0, 8905.0, 8931.0, 8888.0, 8913.0, 8888.0, 8868.0, 8875.0, 8893.0, 8885.0, 8932.0, 8883.0, 8893.0, 8867.0, 8860.0, 8880.0, 8859.0, 8870.0, 8872.0, 8869.0, 8872.0, 8915.0, 8892.0, 8913.0, 8893.0, 8935.0, 8897.0, 8916.0, 8894.0, 8893.0, 8894.0, 8875.0, 8913.0, 8908.0, 8932.0, 8880.0, 8926.0, 8888.0, 8895.0, 8886.0, 8884.0, 8902.0, 8900.0, 8899.0, 8876.0, 8898.0, 8890.0, 8908.0, 8893.0, 8926.0, 8886.0, 8912.0, 8867.0, 8864.0, 8879.0, 8871.0, 8920.0, 8880.0, 8940.0, 8868.0, 8904.0, 8869.0, 8903.0, 8881.0, 8908.0, 8881.0, 8864.0, 8862.0, 8864.0, 8877.0, 8865.0, 8911.0, 8873.0, 8910.0, 8886.0, 8871.0, 8888.0, 8870.0, 8890.0, 8897.0, 8885.0, 8877.0, 8916.0, 8864.0, 8891.0, 8894.0, 8896.0, 8924.0, 8892.0, 8948.0, 8888.0, 8888.0, 8891.0, 8926.0, 8891.0, 8930.0, 8900.0, 8922.0, 8865.0, 8890.0, 8852.0, 8888.0, 8883.0, 8879.0, 8867.0, 8865.0, 8877.0, 8867.0, 8893.0, 8870.0, 8926.0, 8870.0, 8893.0, 8888.0, 8866.0, 8865.0, 8862.0, 8884.0, 8910.0, 8868.0, 8866.0, 8863.0, 8866.0, 8879.0, 8871.0, 8917.0, 8890.0, 8898.0, 8889.0, 8868.0, 8885.0, 8870.0, 8914.0, 8889.0, 8929.0, 8886.0, 8864.0, 8884.0, 8865.0, 8884.0, 8869.0, 8905.0, 8886.0, 8941.0, 8868.0, 8907.0, 8866.0, 8907.0, 8868.0, 8908.0, 8871.0, 8911.0, 8885.0, 8850.0, 8881.0, 8872.0, 8894.0, 8886.0, 8931.0, 8887.0, 8929.0, 8892.0, 8901.0, 8892.0, 8919.0, 8897.0, 8915.0, 8903.0, 8874.0, 8899.0, 8868.0, 8908.0, 8868.0, 8887.0, 8919.0, 8894.0, 8863.0, 8862.0, 8864.0, 8865.0, 8867.0, 8896.0, 8872.0, 8930.0, 8890.0, 8910.0, 8889.0, 8897.0, 8906.0, 8898.0, 8900.0, 8869.0, 8897.0, 8870.0, 8906.0, 8889.0, 8928.0, 8873.0, 8926.0, 8867.0, 8865.0, 8874.0, 8864.0, 8908.0, 8882.0, 8921.0, 8887.0, 8897.0, 8888.0, 8893.0, 8889.0, 8866.0, 8908.0, 8870.0, 8924.0, 8873.0, 8884.0, 8869.0, 8869.0, 8913.0, 8888.0, 8939.0, 8872.0, 8908.0, 8863.0, 8863.0, 8881.0, 8894.0, 8865.0, 8903.0, 8862.0, 8862.0, 8861.0, 8866.0, 8890.0, 8887.0, 8926.0, 8887.0, 8888.0, 8874.0, 8873.0, 8900.0, 8890.0, 8931.0, 8894.0, 8927.0, 8888.0, 8870.0, 8886.0, 8869.0, 8888.0, 8941.0, 8883.0, 8879.0, 8866.0, 8886.0, 8888.0, 8887.0, 8930.0, 8884.0, 8870.0, 8885.0, 8876.0, 8907.0, 8889.0, 8877.0, 8928.0, 8910.0, 8884.0, 8912.0, 8890.0, 8895.0, 8885.0, 8871.0, 8912.0, 8895.0, 8913.0, 8896.0, 8872.0, 8896.0, 8875.0, 8867.0, 8884.0, 8875.0, 8918.0, 8874.0, 8927.0, 8886.0, 8870.0, 8886.0, 8855.0, 8932.0, 8878.0, 8928.0, 8885.0, 8889.0, 8885.0, 8856.0, 8910.0, 8871.0, 8913.0, 8887.0, 8899.0, 8884.0, 8869.0, 8899.0, 8875.0, 8925.0, 8895.0, 8900.0, 8920.0, 8876.0, 8930.0, 8895.0, 8912.0, 8887.0, 8934.0, 8890.0, 8896.0, 8898.0, 8850.0, 8892.0, 8854.0, 8889.0, 8867.0, 8905.0, 8863.0, 8906.0, 8866.0, 8865.0, 8864.0, 8848.0, 8867.0, 8896.0, 8884.0, 8853.0, 8882.0, 8872.0, 8895.0, 8891.0, 8912.0, 8905.0, 8983.0, 8928.0, 8878.0, 8898.0, 8868.0, 8906.0, 8870.0, 8908.0, 8885.0, 8888.0, 8886.0, 8872.0, 8897.0, 8870.0, 8912.0, 8887.0, 8921.0, 8883.0, 8852.0, 8862.0, 8849.0, 8875.0, 8847.0, 8893.0, 8864.0, 8917.0, 8843.0, 8881.0, 8844.0, 8881.0, 8862.0, 8888.0, 8859.0, 8848.0, 8875.0, 8868.0, 8896.0, 8896.0, 8934.0, 8891.0, 8918.0, 8894.0, 8915.0, 8892.0, 8932.0, 8890.0, 8918.0, 8889.0, 8927.0, 8874.0, 8871.0, 8893.0, 8893.0, 8931.0, 8891.0, 8930.0, 8894.0, 8869.0, 8882.0, 8870.0, 8911.0, 8872.0, 8928.0, 8881.0, 8921.0, 8871.0, 8905.0, 8866.0, 8910.0, 8878.0, 8865.0, 8876.0, 8862.0, 8889.0, 8861.0, 8907.0, 8866.0, 8901.0, 8861.0, 8886.0, 8862.0, 8887.0, 8887.0, 8897.0, 8866.0, 8864.0, 8878.0, 8865.0, 8894.0, 8883.0, 8926.0, 8871.0, 8908.0, 8870.0, 8863.0, 8878.0, 8861.0, 8881.0, 8866.0, 8895.0, 8869.0, 8892.0, 8870.0, 8891.0, 8887.0, 8905.0, 8902.0, 8894.0, 8914.0, 8892.0, 8903.0, 8889.0, 8885.0, 8891.0, 8886.0, 8931.0, 8888.0, 8912.0, 8886.0, 8911.0, 8886.0, 8933.0, 8890.0, 8885.0, 8872.0, 8889.0, 8911.0, 8891.0, 8931.0, 8889.0, 8926.0, 8923.0, 8911.0, 8873.0, 8883.0, 8868.0, 8882.0, 8886.0, 8869.0, 8926.0, 8869.0, 8906.0, 8884.0, 8904.0, 8899.0, 8914.0, 8883.0, 8870.0, 8893.0, 8869.0, 8904.0, 8866.0, 8924.0, 8865.0, 8919.0, 8882.0, 8903.0, 8864.0, 8887.0, 8879.0, 8908.0, 8879.0, 8878.0, 8886.0, 8883.0, 8870.0, 8885.0, 8905.0, 8895.0, 8919.0, 8898.0, 8919.0, 8894.0, 8928.0, 8894.0, 8948.0, 8875.0, 8926.0, 8886.0, 8892.0, 8866.0, 8910.0, 8892.0, 8902.0, 8884.0, 8871.0, 8895.0, 8870.0, 8919.0, 8883.0, 8928.0, 8887.0, 8923.0, 8884.0, 8866.0, 8879.0, 8865.0, 8894.0, 8886.0, 8926.0, 8889.0, 8884.0, 8883.0, 8866.0, 8881.0, 8871.0, 8914.0, 8866.0, 8942.0, 8867.0, 8908.0, 8872.0, 8906.0, 8884.0, 8892.0, 8878.0, 8865.0, 8876.0, 8869.0, 8905.0, 8884.0, 8926.0, 8871.0, 8907.0, 8883.0, 8892.0, 8885.0, 8909.0, 8868.0, 8910.0, 8869.0, 8883.0, 8899.0, 8887.0, 8895.0, 8890.0, 8911.0, 8911.0, 8931.0, 8905.0, 8889.0, 8886.0, 8867.0, 8894.0, 8869.0, 8931.0, 8869.0, 8938.0, 8880.0, 8905.0, 8866.0, 8887.0, 8883.0, 8879.0, 8877.0, 8869.0, 8895.0, 8868.0, 8899.0, 8887.0, 8897.0, 8887.0, 8870.0, 8948.0, 8888.0, 8917.0, 8890.0, 8914.0, 8887.0, 8930.0, 8875.0, 8895.0, 8896.0, 8866.0, 8893.0, 8886.0, 8907.0, 8890.0, 8900.0, 8898.0, 8885.0, 8913.0, 8894.0, 8935.0, 8889.0, 8912.0, 8870.0, 8884.0, 8880.0, 8866.0, 8906.0, 8867.0, 8907.0, 8873.0, 8927.0, 8867.0, 8927.0, 8883.0, 8892.0, 8897.0, 8902.0, 8897.0, 8906.0, 8907.0, 8892.0, 8901.0, 8888.0, 8913.0, 8890.0, 8932.0, 8891.0, 8942.0, 8873.0, 8912.0, 8886.0, 8920.0, 8880.0, 8923.0, 8883.0, 8897.0, 8883.0, 8853.0, 8895.0, 8866.0, 8906.0, 8892.0, 8925.0, 8868.0, 8921.0, 8864.0, 8901.0, 8867.0, 8902.0, 8867.0, 8923.0, 8868.0, 8894.0, 8868.0, 8870.0, 8886.0, 8887.0, 8927.0, 8891.0, 8928.0, 8887.0, 8947.0, 8888.0, 8889.0, 8888.0, 8886.0, 8929.0, 8890.0, 8943.0, 8920.0, 8896.0, 8869.0, 8864.0, 8880.0, 8909.0, 8868.0, 8905.0, 8884.0, 8859.0, 8862.0, 8863.0, 8881.0, 8888.0, 8913.0, 8890.0, 8897.0, 8870.0, 8866.0, 8881.0, 8895.0, 8904.0, 8926.0, 8879.0, 8865.0, 8877.0, 8866.0, 8891.0, 8885.0, 8922.0, 8886.0, 8917.0, 8892.0, 8886.0, 8899.0, 8876.0, 8948.0, 8879.0, 8940.0, 8905.0, 8897.0, 8885.0, 8877.0, 8884.0, 8901.0, 8900.0, 8868.0, 8947.0, 8873.0, 8909.0, 8886.0, 8903.0, 8905.0, 8881.0, 8908.0, 8870.0, 8911.0, 8871.0, 8881.0, 8881.0, 8898.0, 8900.0, 8880.0, 8928.0, 8864.0, 8892.0, 8851.0, 8903.0, 8865.0, 8907.0, 8862.0, 8916.0, 8869.0, 8866.0, 8880.0, 8852.0, 8884.0, 8897.0, 8882.0, 8871.0, 8901.0, 8886.0, 8912.0, 8887.0, 8932.0, 8890.0, 8924.0, 8885.0, 8864.0, 8880.0, 8868.0, 8917.0, 8872.0, 8943.0, 8888.0, 8897.0, 8884.0, 8882.0, 8888.0, 8911.0, 8895.0, 8851.0, 8890.0, 8862.0, 8889.0, 8866.0, 8909.0, 8869.0, 8910.0, 8889.0, 8870.0, 8873.0, 8868.0, 8911.0, 8888.0, 8926.0, 8890.0, 8901.0, 8887.0, 8869.0, 8899.0, 8921.0, 8905.0, 8922.0, 8892.0, 8847.0, 8856.0, 8857.0, 8871.0, 8888.0, 8911.0, 8884.0, 8912.0, 8893.0, 8901.0, 8887.0, 8926.0, 8890.0, 8909.0, 8886.0, 8897.0, 8867.0, 8890.0, 8866.0, 8895.0, 8883.0, 8877.0, 8907.0, 8866.0, 8889.0, 8867.0, 8903.0, 8870.0, 8922.0, 8892.0, 8894.0, 8876.0, 8884.0, 8911.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.001350885057471264</td></tr>
<tr><td colspan=3>aqi</td><td>0.020424139885057473</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.63559478380901</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.186674932520138</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0181371557192158</td></tr>
<tr><td colspan=3>efc</td><td>0.4253</td></tr>
<tr><td colspan=3>fber</td><td>8555.5508</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11048782801516177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.850574712643677</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4089153469584113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2437734010497277</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6337467553884024</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3492258844371037</td></tr>
<tr><td colspan=3>gcor</td><td>0.00484941</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005418478976935148</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04146384820342064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.927703653847189</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>29.8439</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.9642</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313191.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>536.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.8829</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4021</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.0063</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3292.601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.2431</td></tr>
<tr><td colspan=3>tsnr</td><td>41.35490608820692</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>