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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-04_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_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-0009/ses-04/func/sub-0009_ses-04_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>3ec1ef622dc2a928e09c88751bddc9d2</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>13:29:7.315000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828612</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c0775aa6-85a4-4709-aa1c-ec2b8a9fb0eb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['132907.315000', '132907.775000', '132908.235000', '132908.695000', '132909.155000', '132909.615000', '132910.075000', '132910.535000', '132910.995000', '132911.455000', '132911.915000', '132912.375000', '132912.835000', '132913.295000', '132913.755000', '132914.215000', '132914.675000', '132915.135000', '132915.595000', '132916.055000', '132916.515000', '132916.975000', '132917.435000', '132917.895000', '132918.355000', '132918.815000', '132919.275000', '132919.735000', '132920.195000', '132920.655000', '132921.115000', '132921.575000', '132922.035000', '132922.495000', '132922.955000', '132923.415000', '132923.875000', '132924.335000', '132924.795000', '132925.255000', '132925.715000', '132926.175000', '132926.635000', '132927.095000', '132927.555000', '132928.015000', '132928.475000', '132928.935000', '132929.395000', '132929.855000', '132930.315000', '132930.775000', '132931.235000', '132931.695000', '132932.155000', '132932.615000', '132933.075000', '132933.535000', '132933.995000', '132934.455000', '132934.915000', '132935.375000', '132935.835000', '132936.295000', '132936.755000', '132937.215000', '132937.675000', '132938.135000', '132938.595000', '132939.055000', '132939.515000', '132939.975000', '132940.435000', '132940.895000', '132941.355000', '132941.815000', '132942.275000', '132942.735000', '132943.195000', '132943.655000', '132944.115000', '132944.575000', '132945.035000', '132945.495000', '132945.955000', '132946.415000', '132946.875000', '132947.335000', '132947.795000', '132948.255000', '132948.715000', '132949.175000', '132949.635000', '132950.095000', '132950.555000', '132951.015000', '132951.475000', '132951.935000', '132952.395000', '132952.855000', '132953.315000', '132953.775000', '132954.235000', '132954.695000', '132955.155000', '132955.615000', '132956.075000', '132956.535000', '132956.995000', '132957.455000', '132957.915000', '132958.375000', '132958.835000', '132959.295000', '132959.755000', '133000.215000', '133000.675000', '133001.135000', '133001.595000', '133002.055000', '133002.515000', '133002.975000', '133003.435000', '133003.895000', '133004.355000', '133004.815000', '133005.275000', '133005.735000', '133006.195000', '133006.655000', '133007.115000', '133007.575000', '133008.035000', '133008.495000', '133008.955000', '133009.415000', '133009.875000', '133010.335000', '133010.795000', '133011.255000', '133011.715000', '133012.175000', '133012.635000', '133013.095000', '133013.555000', '133014.015000', '133014.475000', '133014.935000', '133015.395000', '133015.855000', '133016.315000', '133016.775000', '133017.235000', '133017.695000', '133018.155000', '133018.615000', '133019.075000', '133019.535000', '133019.995000', '133020.455000', '133020.915000', '133021.375000', '133021.835000', '133022.295000', '133022.755000', '133023.215000', '133023.675000', '133024.135000', '133024.595000', '133025.055000', '133025.515000', '133025.975000', '133026.435000', '133026.895000', '133027.355000', '133027.815000', '133028.275000', '133028.735000', '133029.195000', '133029.655000', '133030.115000', '133030.575000', '133031.035000', '133031.495000', '133031.955000', '133032.415000', '133032.875000', '133033.335000', '133033.795000', '133034.255000', '133034.715000', '133035.175000', '133035.635000', '133036.095000', '133036.555000', '133037.015000', '133037.475000', '133037.935000', '133038.395000', '133038.855000', '133039.315000', '133039.775000', '133040.235000', '133040.695000', '133041.155000', '133041.615000', '133042.075000', '133042.535000', '133042.995000', '133043.455000', '133043.915000', '133044.375000', '133044.835000', '133045.295000', '133045.755000', '133046.215000', '133046.675000', '133047.135000', '133047.595000', '133048.055000', '133048.515000', '133048.975000', '133049.435000', '133049.895000', '133050.355000', '133050.815000', '133051.275000', '133051.735000', '133052.195000', '133052.655000', '133053.115000', '133053.575000', '133054.035000', '133054.495000', '133054.955000', '133055.415000', '133055.875000', '133056.335000', '133056.795000', '133057.255000', '133057.715000', '133058.175000', '133058.635000', '133059.095000', '133059.555000', '133100.015000', '133100.475000', '133100.935000', '133101.395000', '133101.855000', '133102.315000', '133102.775000', '133103.235000', '133103.695000', '133104.155000', '133104.615000', '133105.075000', '133105.535000', '133105.995000', '133106.455000', '133106.915000', '133107.375000', '133107.835000', '133108.295000', '133108.755000', '133109.215000', '133109.675000', '133110.135000', '133110.595000', '133111.055000', '133111.515000', '133111.975000', '133112.435000', '133112.895000', '133113.355000', '133113.815000', '133114.275000', '133114.735000', '133115.195000', '133115.655000', '133116.115000', '133116.575000', '133117.035000', '133117.495000', '133117.955000', '133118.415000', '133118.875000', '133119.335000', '133119.795000', '133120.255000', '133120.715000', '133121.175000', '133121.635000', '133122.095000', '133122.555000', '133123.015000', '133123.475000', '133123.935000', '133124.395000', '133124.855000', '133125.315000', '133125.775000', '133126.235000', '133126.695000', '133127.155000', '133127.615000', '133128.075000', '133128.535000', '133128.995000', '133129.455000', '133129.915000', '133130.375000', '133130.835000', '133131.295000', '133131.755000', '133132.215000', '133132.675000', '133133.135000', '133133.595000', '133134.055000', '133134.515000', '133134.975000', '133135.435000', '133135.895000', '133136.355000', '133136.815000', '133137.275000', '133137.735000', '133138.195000', '133138.655000', '133139.115000', '133139.575000', '133140.035000', '133140.495000', '133140.955000', '133141.415000', '133141.875000', '133142.335000', '133142.795000', '133143.255000', '133143.715000', '133144.175000', '133144.635000', '133145.095000', '133145.555000', '133146.015000', '133146.475000', '133146.935000', '133147.395000', '133147.855000', '133148.315000', '133148.775000', '133149.235000', '133149.695000', '133150.155000', '133150.615000', '133151.075000', '133151.535000', '133151.995000', '133152.455000', '133152.915000', '133153.375000', '133153.835000', '133154.295000', '133154.755000', '133155.215000', '133155.675000', '133156.135000', '133156.595000', '133157.055000', '133157.515000', '133157.975000', '133158.435000', '133158.895000', '133159.355000', '133159.815000', '133200.275000', '133200.735000', '133201.195000', '133201.655000', '133202.115000', '133202.575000', '133203.035000', '133203.495000', '133203.955000', '133204.415000', '133204.875000', '133205.335000', '133205.795000', '133206.255000', '133206.715000', '133207.175000', '133207.635000', '133208.095000', '133208.555000', '133209.015000', '133209.475000', '133209.935000', '133210.395000', '133210.855000', '133211.315000', '133211.775000', '133212.235000', '133212.695000', '133213.155000', '133213.615000', '133214.075000', '133214.535000', '133214.995000', '133215.455000', '133215.915000', '133216.375000', '133216.835000', '133217.295000', '133217.755000', '133218.215000', '133218.675000', '133219.135000', '133219.595000', '133220.055000', '133220.515000', '133220.975000', '133221.435000', '133221.895000', '133222.355000', '133222.815000', '133223.275000', '133223.735000', '133224.195000', '133224.655000', '133225.115000', '133225.575000', '133226.035000', '133226.495000', '133226.955000', '133227.415000', '133227.875000', '133228.335000', '133228.795000', '133229.255000', '133229.715000', '133230.175000', '133230.635000', '133231.095000', '133231.555000', '133232.015000', '133232.475000', '133232.935000', '133233.395000', '133233.855000', '133234.315000', '133234.775000', '133235.235000', '133235.695000', '133236.155000', '133236.615000', '133237.075000', '133237.535000', '133237.995000', '133238.455000', '133238.915000', '133239.375000', '133239.835000', '133240.295000', '133240.755000', '133241.215000', '133241.675000', '133242.135000', '133242.595000', '133243.055000', '133243.515000', '133243.975000', '133244.435000', '133244.895000', '133245.355000', '133245.815000', '133246.275000', '133246.735000', '133247.195000', '133247.655000', '133248.115000', '133248.575000', '133249.035000', '133249.495000', '133249.955000', '133250.415000', '133250.875000', '133251.335000', '133251.795000', '133252.255000', '133252.715000', '133253.175000', '133253.635000', '133254.095000', '133254.555000', '133255.015000', '133255.475000', '133255.935000', '133256.395000', '133256.855000', '133257.315000', '133257.775000', '133258.235000', '133258.695000', '133259.155000', '133259.615000', '133300.075000', '133300.535000', '133300.995000', '133301.455000', '133301.915000', '133302.375000', '133302.835000', '133303.295000', '133303.755000', '133304.215000', '133304.675000', '133305.135000', '133305.595000', '133306.055000', '133306.515000', '133306.975000', '133307.435000', '133307.895000', '133308.355000', '133308.815000', '133309.275000', '133309.735000', '133310.195000', '133310.655000', '133311.115000', '133311.575000', '133312.035000', '133312.495000', '133312.955000', '133313.415000', '133313.875000', '133314.335000', '133314.795000', '133315.255000', '133315.715000', '133316.175000', '133316.635000', '133317.095000', '133317.555000', '133318.015000', '133318.475000', '133318.935000', '133319.395000', '133319.855000', '133320.315000', '133320.775000', '133321.235000', '133321.695000', '133322.155000', '133322.615000', '133323.075000', '133323.535000', '133323.995000', '133324.455000', '133324.915000', '133325.375000', '133325.835000', '133326.295000', '133326.755000', '133327.215000', '133327.675000', '133328.135000', '133328.595000', '133329.055000', '133329.515000', '133329.975000', '133330.435000', '133330.895000', '133331.355000', '133331.815000', '133332.275000', '133332.735000', '133333.195000', '133333.655000', '133334.115000', '133334.575000', '133335.035000', '133335.495000', '133335.955000', '133336.415000', '133336.875000', '133337.335000', '133337.795000', '133338.255000', '133338.715000', '133339.175000', '133339.635000', '133340.095000', '133340.555000', '133341.015000', '133341.475000', '133341.935000', '133342.395000', '133342.855000', '133343.315000', '133343.775000', '133344.235000', '133344.695000', '133345.155000', '133345.615000', '133346.075000', '133346.535000', '133346.995000', '133347.455000', '133347.915000', '133348.375000', '133348.835000', '133349.295000', '133349.755000', '133350.215000', '133350.675000', '133351.135000', '133351.595000', '133352.055000', '133352.515000', '133352.975000', '133353.435000', '133353.895000', '133354.355000', '133354.815000', '133355.275000', '133355.735000', '133356.195000', '133356.655000', '133357.115000', '133357.575000', '133358.035000', '133358.495000', '133358.955000', '133359.415000', '133359.875000', '133400.335000', '133400.795000', '133401.255000', '133401.715000', '133402.175000', '133402.635000', '133403.095000', '133403.555000', '133404.015000', '133404.475000', '133404.935000', '133405.395000', '133405.855000', '133406.315000', '133406.775000', '133407.235000', '133407.695000', '133408.155000', '133408.615000', '133409.075000', '133409.535000', '133409.995000', '133410.455000', '133410.915000', '133411.375000', '133411.835000', '133412.295000', '133412.755000', '133413.215000', '133413.675000', '133414.135000', '133414.595000', '133415.055000', '133415.515000', '133415.975000', '133416.435000', '133416.895000', '133417.355000', '133417.815000', '133418.275000', '133418.735000', '133419.195000', '133419.655000', '133420.115000', '133420.575000', '133421.035000', '133421.495000', '133421.955000', '133422.415000', '133422.875000', '133423.335000', '133423.795000', '133424.255000', '133424.715000', '133425.175000', '133425.635000', '133426.095000', '133426.555000', '133427.015000', '133427.475000', '133427.935000', '133428.395000', '133428.855000', '133429.315000', '133429.775000', '133430.235000', '133430.695000', '133431.155000', '133431.615000', '133432.075000', '133432.535000', '133432.995000', '133433.455000', '133433.915000', '133434.375000', '133434.835000', '133435.295000', '133435.755000', '133436.215000', '133436.675000', '133437.135000', '133437.595000', '133438.055000', '133438.515000', '133438.975000', '133439.435000', '133439.895000', '133440.355000', '133440.815000', '133441.275000', '133441.735000', '133442.195000', '133442.655000', '133443.115000', '133443.575000', '133444.035000', '133444.495000', '133444.955000', '133445.415000', '133445.875000', '133446.335000', '133446.795000', '133447.255000', '133447.715000', '133448.175000', '133448.635000', '133449.095000', '133449.555000', '133450.015000', '133450.475000', '133450.935000', '133451.395000', '133451.855000', '133452.315000', '133452.775000', '133453.235000', '133453.695000', '133454.155000', '133454.615000', '133455.075000', '133455.535000', '133455.995000', '133456.455000', '133456.915000', '133457.375000', '133457.835000', '133458.295000', '133458.755000', '133459.215000', '133459.675000', '133500.135000', '133500.595000', '133501.055000', '133501.515000', '133501.975000', '133502.435000', '133502.895000', '133503.355000', '133503.815000', '133504.275000', '133504.735000', '133505.195000', '133505.655000', '133506.115000', '133506.575000', '133507.035000', '133507.495000', '133507.955000', '133508.415000', '133508.875000', '133509.335000', '133509.795000', '133510.255000', '133510.715000', '133511.175000', '133511.635000', '133512.095000', '133512.555000', '133513.015000', '133513.475000', '133513.935000', '133514.395000', '133514.855000', '133515.315000', '133515.775000', '133516.235000', '133516.695000', '133517.155000', '133517.615000', '133518.075000', '133518.535000', '133518.995000', '133519.455000', '133519.915000', '133520.375000', '133520.835000', '133521.295000', '133521.755000', '133522.215000', '133522.675000', '133523.135000', '133523.595000', '133524.055000', '133524.515000', '133524.975000', '133525.435000', '133525.895000', '133526.355000', '133526.815000', '133527.275000', '133527.735000', '133528.195000', '133528.655000', '133529.115000', '133529.575000', '133530.035000', '133530.495000', '133530.955000', '133531.415000', '133531.875000', '133532.335000', '133532.795000', '133533.255000', '133533.715000', '133534.175000', '133534.635000', '133535.095000', '133535.555000', '133536.015000', '133536.475000', '133536.935000', '133537.395000', '133537.855000', '133538.315000', '133538.775000', '133539.235000', '133539.695000', '133540.155000', '133540.615000', '133541.075000', '133541.535000', '133541.995000', '133542.455000', '133542.915000', '133543.375000', '133543.835000', '133544.295000', '133544.755000', '133545.215000', '133545.675000', '133546.135000', '133546.595000', '133547.055000', '133547.515000', '133547.975000'], 'ContentTime': ['132933.553000', '132933.557000', '132933.560000', '132933.563000', '132933.566000', '132933.569000', '132933.573000', '132933.577000', '132933.580000', '132933.583000', '132933.594000', '132933.597000', '132933.600000', '132933.603000', '132933.606000', '132933.609000', '132933.612000', '132933.615000', '132933.619000', '132933.622000', '132933.625000', '132933.628000', '132933.631000', '132933.634000', '132933.637000', '132933.639000', '132933.643000', '132933.646000', '132933.648000', '132933.651000', '132933.654000', '132933.657000', '132933.660000', '132933.663000', '132933.666000', '132933.669000', '132933.672000', '132933.675000', '132933.678000', '132933.681000', '132933.684000', '132933.696000', '132933.699000', '132933.702000', '132933.704000', '132933.707000', '132933.710000', '132933.713000', '132933.716000', '132933.719000', '132933.722000', '132933.725000', '132933.728000', '132933.731000', '132953.509000', '132953.512000', '132953.515000', '132953.518000', '132953.521000', '132953.524000', '132953.527000', '132953.530000', '132953.539000', '132953.542000', '132953.545000', '132953.548000', '132953.550000', '132953.554000', '132953.556000', '132953.559000', '132953.562000', '132953.566000', '132953.568000', '132953.571000', '132953.574000', '132953.577000', '132953.580000', '132953.583000', '132953.586000', '132953.595000', '132953.598000', '132953.600000', '132953.603000', '132953.606000', '132953.609000', '132953.612000', '132953.615000', '132953.619000', '132953.621000', '132953.624000', '132953.627000', '132953.630000', '132953.633000', '132953.636000', '132953.639000', '132953.642000', '132953.645000', '132953.648000', '133013.509000', '133013.512000', '133013.515000', '133013.518000', '133013.521000', '133013.524000', '133013.527000', '133013.530000', '133013.533000', '133013.536000', '133013.538000', '133013.542000', '133013.545000', '133013.549000', '133013.552000', '133013.555000', '133013.558000', '133013.561000', '133013.564000', '133013.567000', '133013.570000', '133013.573000', '133013.575000', '133013.579000', '133013.581000', '133013.584000', '133013.587000', '133013.590000', '133013.593000', '133013.596000', '133013.599000', '133013.602000', '133013.605000', '133013.608000', '133013.611000', '133013.614000', '133013.617000', '133013.620000', '133013.624000', '133013.628000', '133013.631000', '133013.634000', '133013.637000', '133033.509000', '133033.512000', '133033.515000', '133033.518000', '133033.521000', '133033.524000', '133033.527000', '133033.530000', '133033.533000', '133033.536000', '133033.538000', '133033.541000', '133033.544000', '133033.547000', '133033.550000', '133033.559000', '133033.562000', '133033.565000', '133033.568000', '133033.571000', '133033.574000', '133033.577000', '133033.580000', '133033.583000', '133033.586000', '133033.589000', '133033.592000', '133033.595000', '133033.598000', '133033.600000', '133033.603000', '133033.606000', '133033.609000', '133033.612000', '133033.615000', '133033.618000', '133033.621000', '133033.624000', '133033.627000', '133033.630000', '133033.633000', '133033.636000', '133033.639000', '133033.642000', '133053.509000', '133053.512000', '133053.515000', '133053.518000', '133053.521000', '133053.524000', '133053.527000', '133053.530000', '133053.533000', '133053.536000', '133053.539000', '133053.542000', '133053.545000', '133053.548000', '133053.553000', '133053.557000', '133053.560000', '133053.563000', '133053.566000', '133053.569000', '133053.572000', '133053.575000', '133053.578000', '133053.581000', '133053.584000', '133053.587000', '133053.590000', '133053.593000', '133053.596000', '133053.598000', '133053.601000', '133053.604000', '133053.608000', '133053.610000', '133053.614000', '133053.616000', '133053.619000', '133053.622000', '133053.625000', '133053.628000', '133053.631000', '133053.636000', '133053.639000', '133113.509000', '133113.512000', '133113.515000', '133113.518000', '133113.521000', '133113.524000', '133113.527000', '133113.530000', '133113.533000', '133113.536000', '133113.539000', '133113.542000', '133113.545000', '133113.548000', '133113.551000', '133113.554000', '133113.557000', '133113.560000', '133113.562000', '133113.566000', '133113.569000', '133113.572000', '133113.574000', '133113.578000', '133113.580000', '133113.583000', '133113.586000', '133113.589000', '133113.592000', '133113.595000', '133113.598000', '133113.601000', '133113.604000', '133113.607000', '133113.610000', '133113.613000', '133113.616000', '133113.619000', '133113.622000', '133113.625000', '133113.640000', '133113.643000', '133113.646000', '133113.649000', '133133.508000', '133133.511000', '133133.514000', '133133.517000', '133133.520000', '133133.523000', '133133.526000', '133133.529000', '133133.532000', '133133.535000', '133133.538000', '133133.541000', '133133.544000', '133133.547000', '133133.550000', '133133.553000', '133133.556000', '133133.559000', '133133.562000', '133133.565000', '133133.568000', '133133.571000', '133133.574000', '133133.577000', '133133.579000', '133133.583000', '133133.585000', '133133.588000', '133133.591000', '133133.594000', '133133.597000', '133133.600000', '133133.603000', '133133.606000', '133133.609000', '133133.612000', '133133.615000', '133133.618000', '133133.621000', '133133.624000', '133133.627000', '133133.630000', '133133.633000', '133153.508000', '133153.511000', '133153.514000', '133153.517000', '133153.520000', '133153.523000', '133153.526000', '133153.529000', '133153.532000', '133153.535000', '133153.538000', '133153.541000', '133153.544000', '133153.547000', '133153.550000', '133153.553000', '133153.556000', '133153.559000', '133153.562000', '133153.565000', '133153.568000', '133153.571000', '133153.574000', '133153.577000', '133153.580000', '133153.583000', '133153.586000', '133153.589000', '133153.591000', '133153.594000', '133153.597000', '133153.600000', '133153.603000', '133153.606000', '133153.609000', '133153.612000', '133153.615000', '133153.618000', '133153.621000', '133153.624000', '133153.627000', '133153.630000', '133153.633000', '133153.636000', '133213.509000', '133213.512000', '133213.515000', '133213.518000', '133213.521000', '133213.524000', '133213.527000', '133213.530000', '133213.533000', '133213.536000', '133213.539000', '133213.542000', '133213.545000', '133213.548000', '133213.551000', '133213.554000', '133213.557000', '133213.560000', '133213.563000', '133213.566000', '133213.569000', '133213.572000', '133213.575000', '133213.578000', '133213.581000', '133213.584000', '133213.587000', '133213.590000', '133213.594000', '133213.597000', '133213.599000', '133213.602000', '133213.605000', '133213.608000', '133213.611000', '133213.614000', '133213.617000', '133213.620000', '133213.623000', '133213.626000', '133213.629000', '133213.632000', '133213.635000', '133233.509000', '133233.518000', '133233.521000', '133233.524000', '133233.527000', '133233.530000', '133233.533000', '133233.536000', '133233.539000', '133233.542000', '133233.545000', '133233.548000', '133233.551000', '133233.554000', '133233.557000', '133233.560000', '133233.563000', '133233.572000', '133233.575000', '133233.578000', '133233.581000', '133233.584000', '133233.587000', '133233.590000', '133233.593000', '133233.596000', '133233.599000', '133233.602000', '133233.605000', '133233.608000', '133233.611000', '133233.614000', '133233.617000', '133233.620000', '133233.623000', '133233.626000', '133233.629000', '133233.632000', '133233.635000', '133233.638000', '133233.641000', '133233.644000', '133233.647000', '133233.649000', '133253.509000', '133253.512000', '133253.515000', '133253.518000', '133253.521000', '133253.524000', '133253.527000', '133253.530000', '133253.533000', '133253.536000', '133253.539000', '133253.542000', '133253.545000', '133253.548000', '133253.551000', '133253.554000', '133253.557000', '133253.560000', '133253.563000', '133253.566000', '133253.569000', '133253.572000', '133253.575000', '133253.578000', '133253.581000', '133253.584000', '133253.587000', '133253.590000', '133253.593000', '133253.596000', '133253.599000', '133253.602000', '133253.605000', '133253.608000', '133253.611000', '133253.614000', '133253.617000', '133253.620000', '133253.623000', '133253.626000', '133253.629000', '133253.632000', '133253.635000', '133313.509000', '133313.512000', '133313.515000', '133313.518000', '133313.521000', '133313.524000', '133313.527000', '133313.541000', '133313.544000', '133313.547000', '133313.550000', '133313.553000', '133313.556000', '133313.559000', '133313.562000', '133313.565000', '133313.568000', '133313.571000', '133313.574000', '133313.577000', '133313.580000', '133313.583000', '133313.586000', '133313.589000', '133313.592000', '133313.595000', '133313.598000', '133313.601000', '133313.604000', '133313.607000', '133313.610000', '133313.612000', '133313.616000', '133313.618000', '133313.621000', '133313.624000', '133313.627000', '133313.630000', '133313.633000', '133313.636000', '133313.639000', '133313.642000', '133313.645000', '133313.648000', '133333.509000', '133333.512000', '133333.515000', '133333.518000', '133333.521000', '133333.524000', '133333.527000', '133333.530000', '133333.533000', '133333.536000', '133333.539000', '133333.542000', '133333.545000', '133333.548000', '133333.551000', '133333.554000', '133333.557000', '133333.560000', '133333.563000', '133333.566000', '133333.569000', '133333.572000', '133333.575000', '133333.578000', '133333.581000', '133333.584000', '133333.587000', '133333.590000', '133333.593000', '133333.596000', '133333.599000', '133333.602000', '133333.605000', '133333.608000', '133333.611000', '133333.614000', '133333.617000', '133333.620000', '133333.623000', '133333.626000', '133333.630000', '133333.633000', '133333.636000', '133353.508000', '133353.511000', '133353.514000', '133353.517000', '133353.520000', '133353.523000', '133353.526000', '133353.529000', '133353.532000', '133353.535000', '133353.538000', '133353.541000', '133353.544000', '133353.547000', '133353.550000', '133353.553000', '133353.556000', '133353.559000', '133353.562000', '133353.565000', '133353.568000', '133353.571000', '133353.574000', '133353.577000', '133353.580000', '133353.583000', '133353.586000', '133353.589000', '133353.592000', '133353.595000', '133353.598000', '133353.601000', '133353.604000', '133353.607000', '133353.610000', '133353.613000', '133353.616000', '133353.619000', '133353.621000', '133353.624000', '133353.627000', '133353.630000', '133353.633000', '133353.636000', '133413.508000', '133413.511000', '133413.514000', '133413.517000', '133413.520000', '133413.523000', '133413.526000', '133413.529000', '133413.532000', '133413.535000', '133413.538000', '133413.541000', '133413.544000', '133413.547000', '133413.550000', '133413.553000', '133413.556000', '133413.559000', '133413.562000', '133413.565000', '133413.567000', '133413.571000', '133413.573000', '133413.576000', '133413.579000', '133413.582000', '133413.585000', '133413.588000', '133413.591000', '133413.594000', '133413.597000', '133413.600000', '133413.603000', '133413.606000', '133413.609000', '133413.612000', '133413.615000', '133413.618000', '133413.621000', '133413.623000', '133413.626000', '133413.629000', '133413.632000', '133433.509000', '133433.512000', '133433.515000', '133433.518000', '133433.521000', '133433.524000', '133433.527000', '133433.530000', '133433.533000', '133433.536000', '133433.539000', '133433.542000', '133433.545000', '133433.548000', '133433.551000', '133433.554000', '133433.557000', '133433.560000', '133433.563000', '133433.566000', '133433.569000', '133433.572000', '133433.575000', '133433.578000', '133433.581000', '133433.583000', '133433.587000', '133433.589000', '133433.592000', '133433.595000', '133433.598000', '133433.601000', '133433.604000', '133433.607000', '133433.610000', '133433.613000', '133433.616000', '133433.619000', '133433.622000', '133433.625000', '133433.628000', '133433.631000', '133433.634000', '133433.637000', '133453.509000', '133453.512000', '133453.515000', '133453.518000', '133453.521000', '133453.524000', '133453.527000', '133453.530000', '133453.533000', '133453.536000', '133453.553000', '133453.556000', '133453.559000', '133453.562000', '133453.565000', '133453.568000', '133453.582000', '133453.585000', '133453.588000', '133453.591000', '133453.597000', '133453.600000', '133453.603000', '133453.606000', '133453.609000', '133453.612000', '133453.615000', '133453.618000', '133453.621000', '133453.624000', '133453.627000', '133453.630000', '133453.633000', '133453.636000', '133453.639000', '133453.642000', '133453.645000', '133453.648000', '133453.651000', '133453.653000', '133453.657000', '133453.659000', '133453.662000', '133513.509000', '133513.512000', '133513.518000', '133513.522000', '133513.525000', '133513.528000', '133513.531000', '133513.534000', '133513.536000', '133513.540000', '133513.542000', '133513.545000', '133513.548000', '133513.552000', '133513.554000', '133513.557000', '133513.560000', '133513.564000', '133513.566000', '133513.569000', '133513.572000', '133513.575000', '133513.578000', '133513.581000', '133513.584000', '133513.587000', '133513.590000', '133513.593000', '133513.596000', '133513.599000', '133513.602000', '133513.605000', '133513.608000', '133513.611000', '133513.616000', '133513.619000', '133513.622000', '133513.625000', '133513.628000', '133513.631000', '133513.634000', '133513.637000', '133513.640000', '133533.509000', '133533.512000', '133533.515000', '133533.518000', '133533.521000', '133533.524000', '133533.527000', '133533.530000', '133533.533000', '133533.536000', '133533.539000', '133533.542000', '133533.545000', '133533.548000', '133533.551000', '133533.554000', '133533.557000', '133533.560000', '133533.563000', '133533.565000', '133533.569000', '133533.571000', '133533.574000', '133533.577000', '133533.580000', '133533.583000', '133533.586000', '133533.589000', '133533.592000', '133533.595000', '133533.598000', '133533.601000', '133533.604000', '133533.607000', '133533.610000', '133533.612000', '133533.615000', '133533.618000', '133533.621000', '133533.624000', '133533.627000', '133533.630000', '133533.633000', '133533.636000', '133549.445000', '133549.448000', '133549.460000', '133549.463000', '133549.466000', '133549.469000', '133549.472000', '133549.475000', '133549.478000', '133549.480000', '133549.484000', '133549.487000', '133549.489000', '133549.493000', '133549.496000', '133549.499000', '133549.502000', '133549.505000', '133549.508000', '133549.511000', '133549.514000', '133549.517000', '133549.520000', '133549.523000', '133549.526000', '133549.529000', '133549.532000', '133549.535000', '133549.537000', '133549.540000', '133549.543000', '133549.546000', '133549.549000', '133549.552000', '133549.555000'], 'InstanceCreationTime': ['132933.553000', '132933.557000', '132933.560000', '132933.563000', '132933.566000', '132933.569000', '132933.573000', '132933.577000', '132933.580000', '132933.583000', '132933.594000', '132933.597000', '132933.600000', '132933.603000', '132933.606000', '132933.609000', '132933.612000', '132933.615000', '132933.619000', '132933.622000', '132933.625000', '132933.628000', '132933.631000', '132933.634000', '132933.637000', '132933.639000', '132933.643000', '132933.646000', '132933.648000', '132933.651000', '132933.654000', '132933.657000', '132933.660000', '132933.663000', '132933.666000', '132933.669000', '132933.672000', '132933.675000', '132933.678000', '132933.681000', '132933.684000', '132933.696000', '132933.699000', '132933.702000', '132933.704000', '132933.707000', '132933.710000', '132933.713000', '132933.716000', '132933.719000', '132933.722000', '132933.725000', '132933.728000', '132933.731000', '132953.509000', '132953.512000', '132953.515000', '132953.518000', '132953.521000', '132953.524000', '132953.527000', '132953.530000', '132953.539000', '132953.542000', '132953.545000', '132953.548000', '132953.550000', '132953.554000', '132953.556000', '132953.559000', '132953.562000', '132953.566000', '132953.568000', '132953.571000', '132953.574000', '132953.577000', '132953.580000', '132953.583000', '132953.586000', '132953.595000', '132953.598000', '132953.600000', '132953.603000', '132953.606000', '132953.609000', '132953.612000', '132953.615000', '132953.619000', '132953.621000', '132953.624000', '132953.627000', '132953.630000', '132953.633000', '132953.636000', '132953.639000', '132953.642000', '132953.645000', '132953.648000', '133013.509000', '133013.512000', '133013.515000', '133013.518000', '133013.521000', '133013.524000', '133013.527000', '133013.530000', '133013.533000', '133013.536000', '133013.538000', '133013.542000', '133013.545000', '133013.549000', '133013.552000', '133013.555000', '133013.558000', '133013.561000', '133013.564000', '133013.567000', '133013.570000', '133013.573000', '133013.575000', '133013.579000', '133013.581000', '133013.584000', '133013.587000', '133013.590000', '133013.593000', '133013.596000', '133013.599000', '133013.602000', '133013.605000', '133013.608000', '133013.611000', '133013.614000', '133013.617000', '133013.620000', '133013.624000', '133013.628000', '133013.631000', '133013.634000', '133013.637000', '133033.509000', '133033.512000', '133033.515000', '133033.518000', '133033.521000', '133033.524000', '133033.527000', '133033.530000', '133033.533000', '133033.536000', '133033.538000', '133033.541000', '133033.544000', '133033.547000', '133033.550000', '133033.559000', '133033.562000', '133033.565000', '133033.568000', '133033.571000', '133033.574000', '133033.577000', '133033.580000', '133033.583000', '133033.586000', '133033.589000', '133033.592000', '133033.595000', '133033.598000', '133033.600000', '133033.603000', '133033.606000', '133033.609000', '133033.612000', '133033.615000', '133033.618000', '133033.621000', '133033.624000', '133033.627000', '133033.630000', '133033.633000', '133033.636000', '133033.639000', '133033.642000', '133053.509000', '133053.512000', '133053.515000', '133053.518000', '133053.521000', '133053.524000', '133053.527000', '133053.530000', '133053.533000', '133053.536000', '133053.539000', '133053.542000', '133053.545000', '133053.548000', '133053.553000', '133053.557000', '133053.560000', '133053.563000', '133053.566000', '133053.569000', '133053.572000', '133053.575000', '133053.578000', '133053.581000', '133053.584000', '133053.587000', '133053.590000', '133053.593000', '133053.596000', '133053.598000', '133053.601000', '133053.604000', '133053.608000', '133053.610000', '133053.614000', '133053.616000', '133053.619000', '133053.622000', '133053.625000', '133053.628000', '133053.631000', '133053.636000', '133053.639000', '133113.509000', '133113.512000', '133113.515000', '133113.518000', '133113.521000', '133113.524000', '133113.527000', '133113.530000', '133113.533000', '133113.536000', '133113.539000', '133113.542000', '133113.545000', '133113.548000', '133113.551000', '133113.554000', '133113.557000', '133113.560000', '133113.562000', '133113.566000', '133113.569000', '133113.572000', '133113.574000', '133113.578000', '133113.580000', '133113.583000', '133113.586000', '133113.589000', '133113.592000', '133113.595000', '133113.598000', '133113.601000', '133113.604000', '133113.607000', '133113.610000', '133113.613000', '133113.616000', '133113.619000', '133113.622000', '133113.625000', '133113.640000', '133113.643000', '133113.646000', '133113.649000', '133133.508000', '133133.511000', '133133.514000', '133133.517000', '133133.520000', '133133.523000', '133133.526000', '133133.529000', '133133.532000', '133133.535000', '133133.538000', '133133.541000', '133133.544000', '133133.547000', '133133.550000', '133133.553000', '133133.556000', '133133.559000', '133133.562000', '133133.565000', '133133.568000', '133133.571000', '133133.574000', '133133.577000', '133133.579000', '133133.583000', '133133.585000', '133133.588000', '133133.591000', '133133.594000', '133133.597000', '133133.600000', '133133.603000', '133133.606000', '133133.609000', '133133.612000', '133133.615000', '133133.618000', '133133.621000', '133133.624000', '133133.627000', '133133.630000', '133133.633000', '133153.508000', '133153.511000', '133153.514000', '133153.517000', '133153.520000', '133153.523000', '133153.526000', '133153.529000', '133153.532000', '133153.535000', '133153.538000', '133153.541000', '133153.544000', '133153.547000', '133153.550000', '133153.553000', '133153.556000', '133153.559000', '133153.562000', '133153.565000', '133153.568000', '133153.571000', '133153.574000', '133153.577000', '133153.580000', '133153.583000', '133153.586000', '133153.589000', '133153.591000', '133153.594000', '133153.597000', '133153.600000', '133153.603000', '133153.606000', '133153.609000', '133153.612000', '133153.615000', '133153.618000', '133153.621000', '133153.624000', '133153.627000', '133153.630000', '133153.633000', '133153.636000', '133213.509000', '133213.512000', '133213.515000', '133213.518000', '133213.521000', '133213.524000', '133213.527000', '133213.530000', '133213.533000', '133213.536000', '133213.539000', '133213.542000', '133213.545000', '133213.548000', '133213.551000', '133213.554000', '133213.557000', '133213.560000', '133213.563000', '133213.566000', '133213.569000', '133213.572000', '133213.575000', '133213.578000', '133213.581000', '133213.584000', '133213.587000', '133213.590000', '133213.594000', '133213.597000', '133213.599000', '133213.602000', '133213.605000', '133213.608000', '133213.611000', '133213.614000', '133213.617000', '133213.620000', '133213.623000', '133213.626000', '133213.629000', '133213.632000', '133213.635000', '133233.509000', '133233.518000', '133233.521000', '133233.524000', '133233.527000', '133233.530000', '133233.533000', '133233.536000', '133233.539000', '133233.542000', '133233.545000', '133233.548000', '133233.551000', '133233.554000', '133233.557000', '133233.560000', '133233.563000', '133233.572000', '133233.575000', '133233.578000', '133233.581000', '133233.584000', '133233.587000', '133233.590000', '133233.593000', '133233.596000', '133233.599000', '133233.602000', '133233.605000', '133233.608000', '133233.611000', '133233.614000', '133233.617000', '133233.620000', '133233.623000', '133233.626000', '133233.629000', '133233.632000', '133233.635000', '133233.638000', '133233.641000', '133233.644000', '133233.647000', '133233.649000', '133253.509000', '133253.512000', '133253.515000', '133253.518000', '133253.521000', '133253.524000', '133253.527000', '133253.530000', '133253.533000', '133253.536000', '133253.539000', '133253.542000', '133253.545000', '133253.548000', '133253.551000', '133253.554000', '133253.557000', '133253.560000', '133253.563000', '133253.566000', '133253.569000', '133253.572000', '133253.575000', '133253.578000', '133253.581000', '133253.584000', '133253.587000', '133253.590000', '133253.593000', '133253.596000', '133253.599000', '133253.602000', '133253.605000', '133253.608000', '133253.611000', '133253.614000', '133253.617000', '133253.620000', '133253.623000', '133253.626000', '133253.629000', '133253.632000', '133253.635000', '133313.509000', '133313.512000', '133313.515000', '133313.518000', '133313.521000', '133313.524000', '133313.527000', '133313.541000', '133313.544000', '133313.547000', '133313.550000', '133313.553000', '133313.556000', '133313.559000', '133313.562000', '133313.565000', '133313.568000', '133313.571000', '133313.574000', '133313.577000', '133313.580000', '133313.583000', '133313.586000', '133313.589000', '133313.592000', '133313.595000', '133313.598000', '133313.601000', '133313.604000', '133313.607000', '133313.610000', '133313.612000', '133313.616000', '133313.618000', '133313.621000', '133313.624000', '133313.627000', '133313.630000', '133313.633000', '133313.636000', '133313.639000', '133313.642000', '133313.645000', '133313.648000', '133333.509000', '133333.512000', '133333.515000', '133333.518000', '133333.521000', '133333.524000', '133333.527000', '133333.530000', '133333.533000', '133333.536000', '133333.539000', '133333.542000', '133333.545000', '133333.548000', '133333.551000', '133333.554000', '133333.557000', '133333.560000', '133333.563000', '133333.566000', '133333.569000', '133333.572000', '133333.575000', '133333.578000', '133333.581000', '133333.584000', '133333.587000', '133333.590000', '133333.593000', '133333.596000', '133333.599000', '133333.602000', '133333.605000', '133333.608000', '133333.611000', '133333.614000', '133333.617000', '133333.620000', '133333.623000', '133333.626000', '133333.630000', '133333.633000', '133333.636000', '133353.508000', '133353.511000', '133353.514000', '133353.517000', '133353.520000', '133353.523000', '133353.526000', '133353.529000', '133353.532000', '133353.535000', '133353.538000', '133353.541000', '133353.544000', '133353.547000', '133353.550000', '133353.553000', '133353.556000', '133353.559000', '133353.562000', '133353.565000', '133353.568000', '133353.571000', '133353.574000', '133353.577000', '133353.580000', '133353.583000', '133353.586000', '133353.589000', '133353.592000', '133353.595000', '133353.598000', '133353.601000', '133353.604000', '133353.607000', '133353.610000', '133353.613000', '133353.616000', '133353.619000', '133353.621000', '133353.624000', '133353.627000', '133353.630000', '133353.633000', '133353.636000', '133413.508000', '133413.511000', '133413.514000', '133413.517000', '133413.520000', '133413.523000', '133413.526000', '133413.529000', '133413.532000', '133413.535000', '133413.538000', '133413.541000', '133413.544000', '133413.547000', '133413.550000', '133413.553000', '133413.556000', '133413.559000', '133413.562000', '133413.565000', '133413.567000', '133413.571000', '133413.573000', '133413.576000', '133413.579000', '133413.582000', '133413.585000', '133413.588000', '133413.591000', '133413.594000', '133413.597000', '133413.600000', '133413.603000', '133413.606000', '133413.609000', '133413.612000', '133413.615000', '133413.618000', '133413.621000', '133413.623000', '133413.626000', '133413.629000', '133413.632000', '133433.509000', '133433.512000', '133433.515000', '133433.518000', '133433.521000', '133433.524000', '133433.527000', '133433.530000', '133433.533000', '133433.536000', '133433.539000', '133433.542000', '133433.545000', '133433.548000', '133433.551000', '133433.554000', '133433.557000', '133433.560000', '133433.563000', '133433.566000', '133433.569000', '133433.572000', '133433.575000', '133433.578000', '133433.581000', '133433.583000', '133433.587000', '133433.589000', '133433.592000', '133433.595000', '133433.598000', '133433.601000', '133433.604000', '133433.607000', '133433.610000', '133433.613000', '133433.616000', '133433.619000', '133433.622000', '133433.625000', '133433.628000', '133433.631000', '133433.634000', '133433.637000', '133453.509000', '133453.512000', '133453.515000', '133453.518000', '133453.521000', '133453.524000', '133453.527000', '133453.530000', '133453.533000', '133453.536000', '133453.553000', '133453.556000', '133453.559000', '133453.562000', '133453.565000', '133453.568000', '133453.582000', '133453.585000', '133453.588000', '133453.591000', '133453.597000', '133453.600000', '133453.603000', '133453.606000', '133453.609000', '133453.612000', '133453.615000', '133453.618000', '133453.621000', '133453.624000', '133453.627000', '133453.630000', '133453.633000', '133453.636000', '133453.639000', '133453.642000', '133453.645000', '133453.648000', '133453.651000', '133453.653000', '133453.657000', '133453.659000', '133453.662000', '133513.509000', '133513.512000', '133513.518000', '133513.522000', '133513.525000', '133513.528000', '133513.531000', '133513.534000', '133513.536000', '133513.540000', '133513.542000', '133513.545000', '133513.548000', '133513.552000', '133513.554000', '133513.557000', '133513.560000', '133513.564000', '133513.566000', '133513.569000', '133513.572000', '133513.575000', '133513.578000', '133513.581000', '133513.584000', '133513.587000', '133513.590000', '133513.593000', '133513.596000', '133513.599000', '133513.602000', '133513.605000', '133513.608000', '133513.611000', '133513.616000', '133513.619000', '133513.622000', '133513.625000', '133513.628000', '133513.631000', '133513.634000', '133513.637000', '133513.640000', '133533.509000', '133533.512000', '133533.515000', '133533.518000', '133533.521000', '133533.524000', '133533.527000', '133533.530000', '133533.533000', '133533.536000', '133533.539000', '133533.542000', '133533.545000', '133533.548000', '133533.551000', '133533.554000', '133533.557000', '133533.560000', '133533.563000', '133533.565000', '133533.569000', '133533.571000', '133533.574000', '133533.577000', '133533.580000', '133533.583000', '133533.586000', '133533.589000', '133533.592000', '133533.595000', '133533.598000', '133533.601000', '133533.604000', '133533.607000', '133533.610000', '133533.612000', '133533.615000', '133533.618000', '133533.621000', '133533.624000', '133533.627000', '133533.630000', '133533.633000', '133533.636000', '133549.445000', '133549.448000', '133549.460000', '133549.463000', '133549.466000', '133549.469000', '133549.472000', '133549.475000', '133549.478000', '133549.480000', '133549.484000', '133549.487000', '133549.489000', '133549.493000', '133549.496000', '133549.499000', '133549.502000', '133549.505000', '133549.508000', '133549.511000', '133549.514000', '133549.517000', '133549.520000', '133549.523000', '133549.526000', '133549.529000', '133549.532000', '133549.535000', '133549.537000', '133549.540000', '133549.543000', '133549.546000', '133549.549000', '133549.552000', '133549.555000'], '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': [9254, 9550, 9190, 14292, 9092, 14013, 11430, 15998, 12762, 15962, 11132, 15426, 10719, 14911, 12207, 11567, 9215, 9052, 8977, 9110, 8780, 10186, 16970, 13058, 11064, 8879, 9302, 9330, 9231, 8413, 11539, 13301, 11682, 12050, 9337, 13590, 8993, 11769, 8809, 8160, 14452, 8819, 16977, 8867, 14765, 9707, 12663, 9597, 11658, 8855, 14409, 9517, 10334, 9527, 8637, 9068, 9337, 9121, 11321, 8970, 11349, 8905, 11248, 9236, 10980, 9565, 11007, 9397, 8637, 8814, 8623, 8892, 8901, 9696, 8996, 9621, 9494, 8895, 9837, 8319, 10024, 8491, 9671, 8700, 9704, 8626, 9877, 9201, 9965, 9232, 9912, 8916, 9017, 8920, 9227, 8883, 9069, 8807, 10073, 8839, 10111, 8800, 10211, 8911, 9946, 9524, 10052, 8908, 10074, 8832, 10308, 9014, 9513, 9051, 9549, 9182, 9878, 9266, 15048, 9809, 11785, 9907, 9607, 10426, 9314, 10411, 9368, 10184, 9541, 10089, 9407, 10166, 9665, 11143, 10011, 10929, 9908, 10981, 9663, 10708, 9875, 10098, 9832, 10076, 9804, 10459, 9761, 12468, 10400, 11358, 10507, 13232, 10118, 9168, 9285, 9390, 9418, 10080, 9986, 9231, 10744, 9472, 10486, 9724, 10130, 13927, 9841, 12114, 10392, 12084, 9863, 15442, 11104, 9712, 16275, 10571, 14851, 11587, 15146, 9735, 12678, 9896, 11568, 10007, 10055, 9634, 10555, 9217, 9878, 9343, 11619, 9514, 15499, 9487, 13757, 9955, 11465, 9028, 10929, 10875, 8933, 14509, 9124, 14386, 9922, 11528, 9798, 12070, 10025, 9492, 9877, 9136, 10072, 9265, 9906, 9135, 10180, 8933, 9382, 9057, 9117, 8926, 9360, 8916, 9492, 9004, 9089, 8921, 9116, 8929, 8997, 9096, 8890, 8975, 8815, 9076, 9341, 9117, 10464, 9323, 11974, 9400, 9610, 9297, 9295, 9150, 9832, 9161, 11517, 9163, 14633, 9336, 13398, 9691, 12337, 9905, 13178, 9769, 11879, 10006, 10876, 10224, 9758, 10065, 9284, 10322, 8755, 10242, 8697, 10016, 9832, 10211, 8786, 9511, 8754, 9341, 9010, 9338, 9036, 9247, 9108, 9665, 9159, 10442, 8900, 9734, 9641, 9115, 9574, 9170, 8802, 8859, 8988, 11660, 9047, 11094, 10765, 10135, 15402, 10646, 15752, 10240, 10417, 12492, 9764, 14358, 12542, 14640, 13723, 13457, 16870, 12607, 13826, 11915, 10499, 16418, 13505, 15721, 12185, 13762, 9560, 13120, 8882, 13169, 8912, 11314, 9095, 8929, 9059, 8243, 8971, 8644, 9132, 8603, 8949, 8283, 8981, 9255, 9054, 10108, 9218, 10099, 9327, 10296, 9297, 9868, 9121, 9284, 9083, 8609, 9157, 9218, 9048, 8971, 9185, 9012, 8922, 9130, 8635, 9014, 9011, 8700, 8951, 13573, 9599, 15741, 9427, 14358, 9682, 13214, 11972, 9635, 9078, 9175, 9163, 9950, 9116, 9784, 10931, 9460, 9335, 9157, 9384, 9180, 8626, 9002, 8820, 9091, 14511, 9225, 15203, 10154, 13028, 9982, 9019, 9348, 9110, 10639, 9236, 9645, 9128, 9686, 9145, 9864, 9209, 8943, 9145, 9113, 9262, 9201, 9327, 9830, 9146, 13519, 9209, 12473, 9228, 14965, 10958, 14549, 9309, 12873, 9346, 11647, 10356, 15107, 9445, 11555, 9433, 10007, 9460, 11730, 9361, 11159, 9664, 10435, 9961, 15312, 9725, 13515, 9851, 11957, 9836, 16983, 9656, 14422, 10030, 12348, 9041, 11680, 10096, 13884, 8646, 8781, 9313, 8842, 9853, 9862, 9413, 10081, 9123, 9404, 9379, 9702, 9687, 14759, 8726, 9213, 13408, 9020, 16638, 13337, 14275, 9350, 9550, 8944, 8310, 8756, 8705, 8702, 8816, 8786, 8718, 8933, 9346, 8605, 9492, 8900, 9052, 8947, 13597, 12655, 11642, 8540, 7762, 8168, 8918, 8524, 8725, 9088, 8915, 8837, 8856, 8691, 8239, 11774, 12877, 13809, 15478, 14192, 17088, 14756, 17513, 12580, 16552, 12768, 16911, 12850, 16615, 10987, 13161, 10098, 9229, 7679, 8313, 7593, 8342, 8374, 8170, 8640, 8396, 8609, 8444, 8768, 8576, 7970, 8709, 9356, 8522, 13173, 8825, 10091, 8611, 8581, 7972, 8631, 8985, 8712, 8487, 8803, 8621, 9168, 8575, 8703, 8736, 8460, 8734, 8411, 8667, 8189, 8745, 8289, 8777, 8705, 8599, 8834, 8563, 9402, 8353, 7853, 8642, 11446, 10577, 9436, 14076, 8851, 9456, 8379, 9346, 8707, 15822, 12998, 15434, 11741, 15557, 12671, 16243, 13762, 16388, 13570, 15101, 12086, 13833, 10735, 13526, 10225, 10686, 8842, 8271, 8747, 7793, 9083, 8365, 10495, 8734, 14609, 8796, 12411, 8774, 9226, 8618, 8764, 8688, 7791, 8804, 7970, 8605, 8307, 8659, 8524, 8682, 8995, 8726, 9318, 9106, 9155, 8791, 9157, 8936, 9238, 9247, 9592, 8983, 9432, 8793, 8583, 8792, 9129, 8985, 8921, 9006, 8608, 9013, 9986, 9050, 10009, 9013, 9891, 9528, 9319, 10412, 9081, 10026, 9150, 9666, 9064, 8636, 9160, 9174, 9125, 9692, 9042, 9952, 13896, 9321, 9143, 9296, 8796, 9014, 9530, 10050, 9328, 9357, 9292, 8429, 12789, 10043, 15938, 9627, 12670, 9330, 14531, 11102, 13303, 9040, 8397, 9129, 8507, 10232, 9792, 11064, 8491, 8850, 8278, 8809, 8770, 15723, 9558, 9781, 9252, 8768, 8142, 10541, 9115, 11759, 9309, 8662, 9377, 8713, 8743, 12808, 9314, 11577, 9479, 8765, 9772, 8794, 9612, 12391, 8778, 8880, 8600, 8321, 10215, 9161, 8649, 9914, 9309, 13076, 9382, 9672, 8638, 15509, 11037, 14551, 8433, 8814, 8225, 8742, 9306, 16765, 9145, 11513, 8864, 9824, 8777, 8672, 8720, 8822, 8770, 9009, 8555, 9489, 16138, 10054, 14761, 9172, 12881, 9607, 13079, 10739, 10058, 9133, 8676, 8951, 8711, 8871, 8362, 11833, 8555, 8715, 8744, 9048, 8781, 8846, 8526, 8648, 8763, 8933, 8866, 8844, 8772, 8942, 8960, 8407, 8860, 9513, 9052, 8708, 8098, 8649, 8481, 8662, 9636, 11158, 8610, 11253, 8415, 9413, 9184, 12277, 10439, 16744, 10992, 14340, 8898, 12764, 11380, 15758, 12122, 14055, 8746, 10577, 8661, 13475, 10349, 13581, 8741, 9765, 8769, 9489, 8596, 8709, 8705, 8150, 8758, 8052, 8667, 8569, 8823, 8705, 8993, 8985, 8791, 8454, 9209, 9025, 9452, 9657, 8760, 9329, 8934, 8888, 9403, 8655, 9245, 8756, 9284, 8839, 8738, 8760, 8351, 9034, 8221, 8928, 8558, 8933, 8771, 8826, 9717, 8909, 9174, 13508, 9190, 11800, 8991, 11321, 9238, 13332, 10250, 10530, 8946], 'WindowCenter': [3982.0, 3968.0, 3965.0, 3996.0, 3953.0, 3971.0, 3961.0, 3980.0, 3957.0, 3967.0, 3934.0, 3955.0, 3933.0, 3953.0, 3932.0, 3932.0, 3910.0, 3909.0, 3908.0, 3909.0, 3911.0, 3920.0, 3961.0, 3940.0, 3930.0, 3909.0, 3920.0, 3919.0, 3922.0, 3924.0, 3945.0, 3957.0, 3944.0, 3944.0, 3922.0, 3942.0, 3911.0, 3931.0, 3923.0, 3908.0, 3940.0, 3897.0, 3937.0, 3894.0, 3926.0, 3893.0, 3911.0, 3892.0, 3903.0, 3893.0, 3923.0, 3891.0, 3890.0, 3890.0, 3880.0, 3881.0, 3879.0, 3890.0, 3900.0, 3879.0, 3888.0, 3879.0, 3887.0, 3878.0, 3887.0, 3879.0, 3887.0, 3878.0, 3865.0, 3878.0, 3877.0, 3877.0, 3877.0, 3877.0, 3878.0, 3878.0, 3890.0, 3891.0, 3916.0, 3894.0, 3904.0, 3892.0, 3905.0, 3894.0, 3906.0, 3894.0, 3918.0, 3908.0, 3919.0, 3909.0, 3919.0, 3909.0, 3909.0, 3909.0, 3908.0, 3908.0, 3910.0, 3908.0, 3920.0, 3908.0, 3931.0, 3922.0, 3932.0, 3921.0, 3922.0, 3922.0, 3935.0, 3922.0, 3933.0, 3921.0, 3933.0, 3921.0, 3922.0, 3922.0, 3922.0, 3923.0, 3922.0, 3922.0, 3952.0, 3921.0, 3931.0, 3921.0, 3921.0, 3933.0, 3921.0, 3934.0, 3935.0, 3935.0, 3936.0, 3947.0, 3936.0, 3946.0, 3936.0, 3945.0, 3947.0, 3945.0, 3936.0, 3945.0, 3936.0, 3945.0, 3947.0, 3946.0, 3948.0, 3948.0, 3948.0, 3947.0, 3948.0, 3957.0, 3948.0, 3958.0, 3947.0, 3956.0, 3947.0, 3935.0, 3935.0, 3936.0, 3937.0, 3948.0, 3936.0, 3936.0, 3947.0, 3935.0, 3960.0, 3949.0, 3962.0, 3981.0, 3950.0, 3959.0, 3949.0, 3960.0, 3948.0, 3981.0, 3947.0, 3936.0, 3966.0, 3934.0, 3954.0, 3945.0, 3954.0, 3922.0, 3943.0, 3922.0, 3931.0, 3933.0, 3933.0, 3935.0, 3934.0, 3934.0, 3933.0, 3923.0, 3944.0, 3935.0, 3965.0, 3923.0, 3953.0, 3921.0, 3931.0, 3909.0, 3931.0, 3920.0, 3908.0, 3940.0, 3907.0, 3938.0, 3917.0, 3917.0, 3918.0, 3927.0, 3918.0, 3906.0, 3918.0, 3907.0, 3920.0, 3909.0, 3921.0, 3919.0, 3920.0, 3908.0, 3909.0, 3910.0, 3909.0, 3909.0, 3908.0, 3907.0, 3919.0, 3909.0, 3908.0, 3909.0, 3909.0, 3908.0, 3907.0, 3908.0, 3907.0, 3908.0, 3908.0, 3908.0, 3908.0, 3908.0, 3918.0, 3908.0, 3929.0, 3909.0, 3919.0, 3909.0, 3919.0, 3920.0, 3918.0, 3920.0, 3929.0, 3920.0, 3950.0, 3920.0, 3940.0, 3919.0, 3928.0, 3919.0, 3939.0, 3918.0, 3929.0, 3919.0, 3918.0, 3919.0, 3918.0, 3919.0, 3908.0, 3920.0, 3908.0, 3919.0, 3909.0, 3920.0, 3919.0, 3920.0, 3908.0, 3918.0, 3907.0, 3908.0, 3909.0, 3909.0, 3909.0, 3920.0, 3909.0, 3920.0, 3919.0, 3944.0, 3937.0, 3946.0, 3947.0, 3937.0, 3946.0, 3932.0, 3936.0, 3949.0, 3938.0, 3960.0, 3953.0, 3959.0, 3960.0, 3949.0, 3982.0, 3949.0, 3981.0, 3947.0, 3946.0, 3942.0, 3933.0, 3965.0, 3943.0, 3953.0, 3954.0, 3941.0, 3950.0, 3928.0, 3926.0, 3914.0, 3904.0, 3923.0, 3912.0, 3922.0, 3889.0, 3897.0, 3876.0, 3895.0, 3864.0, 3884.0, 3864.0, 3884.0, 3863.0, 3864.0, 3863.0, 3864.0, 3876.0, 3877.0, 3888.0, 3879.0, 3890.0, 3880.0, 3892.0, 3893.0, 3894.0, 3903.0, 3904.0, 3904.0, 3905.0, 3905.0, 3906.0, 3905.0, 3907.0, 3907.0, 3908.0, 3909.0, 3921.0, 3922.0, 3923.0, 3937.0, 3951.0, 3939.0, 3936.0, 3925.0, 3925.0, 3924.0, 3938.0, 3939.0, 3937.0, 3956.0, 3936.0, 3965.0, 3925.0, 3955.0, 3922.0, 3954.0, 3945.0, 3935.0, 3924.0, 3923.0, 3923.0, 3936.0, 3925.0, 3947.0, 3946.0, 3937.0, 3936.0, 3937.0, 3936.0, 3938.0, 3926.0, 3936.0, 3924.0, 3925.0, 3965.0, 3934.0, 3966.0, 3934.0, 3954.0, 3934.0, 3922.0, 3922.0, 3922.0, 3932.0, 3923.0, 3922.0, 3922.0, 3922.0, 3922.0, 3934.0, 3923.0, 3924.0, 3924.0, 3923.0, 3924.0, 3923.0, 3935.0, 3935.0, 3936.0, 3956.0, 3923.0, 3943.0, 3924.0, 3965.0, 3934.0, 3954.0, 3922.0, 3942.0, 3923.0, 3941.0, 3935.0, 3964.0, 3923.0, 3942.0, 3924.0, 3933.0, 3935.0, 3944.0, 3935.0, 3944.0, 3935.0, 3935.0, 3935.0, 3966.0, 3935.0, 3954.0, 3934.0, 3944.0, 3934.0, 3975.0, 3933.0, 3952.0, 3921.0, 3941.0, 3910.0, 3931.0, 3920.0, 3940.0, 3908.0, 3907.0, 3908.0, 3907.0, 3919.0, 3919.0, 3920.0, 3919.0, 3920.0, 3909.0, 3921.0, 3920.0, 3921.0, 3952.0, 3909.0, 3909.0, 3939.0, 3908.0, 3949.0, 3939.0, 3938.0, 3906.0, 3906.0, 3893.0, 3895.0, 3906.0, 3907.0, 3895.0, 3906.0, 3895.0, 3896.0, 3906.0, 3906.0, 3895.0, 3906.0, 3905.0, 3907.0, 3907.0, 3940.0, 3942.0, 3942.0, 3910.0, 3898.0, 3895.0, 3906.0, 3896.0, 3908.0, 3909.0, 3910.0, 3922.0, 3936.0, 3924.0, 3912.0, 3943.0, 3957.0, 3955.0, 3969.0, 3970.0, 3968.0, 3955.0, 3966.0, 3944.0, 3950.0, 3928.0, 3938.0, 3915.0, 3923.0, 3891.0, 3900.0, 3878.0, 3866.0, 3854.0, 3853.0, 3853.0, 3853.0, 3865.0, 3865.0, 3866.0, 3865.0, 3867.0, 3865.0, 3867.0, 3867.0, 3867.0, 3878.0, 3877.0, 3867.0, 3898.0, 3877.0, 3876.0, 3867.0, 3868.0, 3867.0, 3879.0, 3878.0, 3879.0, 3879.0, 3881.0, 3880.0, 3893.0, 3882.0, 3894.0, 3894.0, 3896.0, 3896.0, 3897.0, 3911.0, 3909.0, 3910.0, 3911.0, 3936.0, 3923.0, 3912.0, 3923.0, 3922.0, 3937.0, 3951.0, 3938.0, 3911.0, 3944.0, 3933.0, 3936.0, 3980.0, 3938.0, 3946.0, 3924.0, 3923.0, 3923.0, 3976.0, 3956.0, 3966.0, 3943.0, 3966.0, 3943.0, 3954.0, 3942.0, 3950.0, 3925.0, 3925.0, 3902.0, 3911.0, 3890.0, 3909.0, 3888.0, 3887.0, 3878.0, 3866.0, 3865.0, 3865.0, 3876.0, 3865.0, 3888.0, 3892.0, 3924.0, 3882.0, 3899.0, 3876.0, 3880.0, 3880.0, 3881.0, 3893.0, 3896.0, 3906.0, 3894.0, 3895.0, 3894.0, 3892.0, 3892.0, 3893.0, 3895.0, 3894.0, 3906.0, 3905.0, 3908.0, 3907.0, 3919.0, 3909.0, 3921.0, 3920.0, 3920.0, 3920.0, 3920.0, 3909.0, 3909.0, 3909.0, 3909.0, 3908.0, 3908.0, 3909.0, 3909.0, 3919.0, 3920.0, 3920.0, 3931.0, 3921.0, 3932.0, 3933.0, 3923.0, 3944.0, 3923.0, 3934.0, 3933.0, 3934.0, 3924.0, 3924.0, 3933.0, 3933.0, 3933.0, 3936.0, 3935.0, 3947.0, 3967.0, 3935.0, 3934.0, 3934.0, 3936.0, 3936.0, 3949.0, 3948.0, 3936.0, 3936.0, 3937.0, 3927.0, 3969.0, 3948.0, 3977.0, 3936.0, 3955.0, 3936.0, 3966.0, 3947.0, 3956.0, 3923.0, 3922.0, 3923.0, 3922.0, 3934.0, 3934.0, 3942.0, 3922.0, 3921.0, 3911.0, 3920.0, 3922.0, 3964.0, 3921.0, 3919.0, 3921.0, 3909.0, 3910.0, 3930.0, 3909.0, 3930.0, 3920.0, 3909.0, 3908.0, 3909.0, 3910.0, 3941.0, 3919.0, 3928.0, 3919.0, 3908.0, 3920.0, 3909.0, 3921.0, 3943.0, 3923.0, 3923.0, 3923.0, 3925.0, 3945.0, 3935.0, 3924.0, 3934.0, 3924.0, 3954.0, 3922.0, 3920.0, 3910.0, 3953.0, 3931.0, 3941.0, 3908.0, 3906.0, 3896.0, 3907.0, 3908.0, 3949.0, 3908.0, 3928.0, 3908.0, 3918.0, 3908.0, 3910.0, 3908.0, 3920.0, 3908.0, 3920.0, 3909.0, 3919.0, 3962.0, 3920.0, 3949.0, 3908.0, 3928.0, 3918.0, 3939.0, 3918.0, 3918.0, 3906.0, 3907.0, 3907.0, 3907.0, 3906.0, 3908.0, 3929.0, 3907.0, 3906.0, 3907.0, 3906.0, 3906.0, 3906.0, 3895.0, 3895.0, 3895.0, 3906.0, 3907.0, 3908.0, 3909.0, 3919.0, 3909.0, 3909.0, 3921.0, 3934.0, 3921.0, 3923.0, 3924.0, 3924.0, 3923.0, 3923.0, 3933.0, 3945.0, 3923.0, 3932.0, 3911.0, 3919.0, 3921.0, 3941.0, 3931.0, 3962.0, 3931.0, 3951.0, 3909.0, 3939.0, 3930.0, 3952.0, 3930.0, 3940.0, 3906.0, 3917.0, 3906.0, 3937.0, 3916.0, 3938.0, 3895.0, 3905.0, 3895.0, 3905.0, 3895.0, 3894.0, 3895.0, 3894.0, 3895.0, 3895.0, 3906.0, 3896.0, 3906.0, 3906.0, 3905.0, 3905.0, 3894.0, 3895.0, 3906.0, 3906.0, 3905.0, 3906.0, 3905.0, 3907.0, 3906.0, 3909.0, 3918.0, 3907.0, 3918.0, 3907.0, 3908.0, 3919.0, 3907.0, 3908.0, 3907.0, 3908.0, 3908.0, 3907.0, 3909.0, 3907.0, 3908.0, 3907.0, 3920.0, 3919.0, 3920.0, 3940.0, 3920.0, 3940.0, 3921.0, 3929.0, 3921.0, 3941.0, 3932.0, 3930.0, 3920.0], 'WindowWidth': [8902.0, 8875.0, 8866.0, 8907.0, 8843.0, 8865.0, 8849.0, 8875.0, 8838.0, 8853.0, 8800.0, 8831.0, 8798.0, 8827.0, 8795.0, 8794.0, 8762.0, 8759.0, 8757.0, 8759.0, 8764.0, 8777.0, 8836.0, 8803.0, 8787.0, 8759.0, 8777.0, 8774.0, 8783.0, 8789.0, 8819.0, 8838.0, 8814.0, 8813.0, 8781.0, 8811.0, 8766.0, 8792.0, 8786.0, 8756.0, 8804.0, 8738.0, 8794.0, 8732.0, 8776.0, 8728.0, 8747.0, 8725.0, 8741.0, 8726.0, 8764.0, 8719.0, 8716.0, 8717.0, 8703.0, 8706.0, 8703.0, 8718.0, 8731.0, 8701.0, 8713.0, 8702.0, 8709.0, 8699.0, 8709.0, 8700.0, 8708.0, 8699.0, 8678.0, 8697.0, 8696.0, 8695.0, 8696.0, 8696.0, 8699.0, 8698.0, 8718.0, 8722.0, 8765.0, 8730.0, 8744.0, 8726.0, 8746.0, 8730.0, 8751.0, 8733.0, 8771.0, 8756.0, 8773.0, 8757.0, 8772.0, 8758.0, 8761.0, 8760.0, 8756.0, 8757.0, 8760.0, 8758.0, 8776.0, 8758.0, 8792.0, 8781.0, 8797.0, 8780.0, 8782.0, 8780.0, 8801.0, 8780.0, 8796.0, 8779.0, 8798.0, 8780.0, 8783.0, 8782.0, 8782.0, 8783.0, 8781.0, 8781.0, 8825.0, 8780.0, 8794.0, 8779.0, 8779.0, 8798.0, 8781.0, 8801.0, 8803.0, 8805.0, 8807.0, 8824.0, 8809.0, 8820.0, 8807.0, 8819.0, 8824.0, 8822.0, 8809.0, 8820.0, 8808.0, 8818.0, 8824.0, 8822.0, 8828.0, 8827.0, 8828.0, 8826.0, 8827.0, 8839.0, 8828.0, 8843.0, 8826.0, 8836.0, 8825.0, 8805.0, 8807.0, 8808.0, 8812.0, 8829.0, 8809.0, 8810.0, 8826.0, 8808.0, 8847.0, 8832.0, 8853.0, 8877.0, 8835.0, 8843.0, 8832.0, 8848.0, 8829.0, 8879.0, 8827.0, 8809.0, 8852.0, 8801.0, 8832.0, 8820.0, 8831.0, 8784.0, 8813.0, 8782.0, 8795.0, 8800.0, 8800.0, 8804.0, 8803.0, 8802.0, 8799.0, 8787.0, 8816.0, 8805.0, 8848.0, 8785.0, 8825.0, 8780.0, 8793.0, 8762.0, 8794.0, 8776.0, 8758.0, 8803.0, 8753.0, 8797.0, 8768.0, 8767.0, 8770.0, 8781.0, 8771.0, 8753.0, 8771.0, 8754.0, 8777.0, 8760.0, 8779.0, 8773.0, 8775.0, 8759.0, 8760.0, 8763.0, 8760.0, 8758.0, 8759.0, 8755.0, 8772.0, 8761.0, 8758.0, 8759.0, 8760.0, 8757.0, 8754.0, 8755.0, 8755.0, 8755.0, 8758.0, 8756.0, 8756.0, 8755.0, 8769.0, 8757.0, 8786.0, 8759.0, 8773.0, 8759.0, 8773.0, 8775.0, 8771.0, 8777.0, 8790.0, 8777.0, 8819.0, 8775.0, 8803.0, 8772.0, 8785.0, 8774.0, 8800.0, 8772.0, 8785.0, 8773.0, 8769.0, 8773.0, 8771.0, 8774.0, 8758.0, 8777.0, 8758.0, 8775.0, 8759.0, 8776.0, 8774.0, 8777.0, 8758.0, 8773.0, 8756.0, 8759.0, 8759.0, 8759.0, 8760.0, 8776.0, 8759.0, 8778.0, 8776.0, 8816.0, 8814.0, 8824.0, 8827.0, 8813.0, 8824.0, 8800.0, 8811.0, 8833.0, 8815.0, 8851.0, 8846.0, 8846.0, 8850.0, 8833.0, 8887.0, 8834.0, 8886.0, 8828.0, 8824.0, 8814.0, 8802.0, 8848.0, 8818.0, 8828.0, 8835.0, 8808.0, 8822.0, 8783.0, 8778.0, 8757.0, 8742.0, 8770.0, 8750.0, 8764.0, 8714.0, 8723.0, 8690.0, 8717.0, 8673.0, 8700.0, 8671.0, 8698.0, 8671.0, 8672.0, 8672.0, 8676.0, 8694.0, 8696.0, 8713.0, 8703.0, 8720.0, 8707.0, 8725.0, 8727.0, 8732.0, 8742.0, 8746.0, 8745.0, 8749.0, 8747.0, 8750.0, 8749.0, 8754.0, 8754.0, 8757.0, 8761.0, 8779.0, 8782.0, 8786.0, 8812.0, 8837.0, 8818.0, 8808.0, 8790.0, 8790.0, 8791.0, 8814.0, 8817.0, 8810.0, 8836.0, 8807.0, 8849.0, 8790.0, 8832.0, 8785.0, 8828.0, 8818.0, 8804.0, 8788.0, 8786.0, 8785.0, 8806.0, 8792.0, 8825.0, 8820.0, 8813.0, 8808.0, 8811.0, 8807.0, 8813.0, 8795.0, 8808.0, 8790.0, 8791.0, 8847.0, 8803.0, 8848.0, 8803.0, 8829.0, 8802.0, 8784.0, 8782.0, 8784.0, 8797.0, 8784.0, 8782.0, 8783.0, 8781.0, 8783.0, 8800.0, 8788.0, 8789.0, 8788.0, 8787.0, 8789.0, 8787.0, 8805.0, 8806.0, 8809.0, 8837.0, 8787.0, 8814.0, 8789.0, 8846.0, 8804.0, 8831.0, 8785.0, 8812.0, 8786.0, 8809.0, 8806.0, 8843.0, 8787.0, 8810.0, 8788.0, 8799.0, 8807.0, 8818.0, 8807.0, 8815.0, 8805.0, 8805.0, 8806.0, 8851.0, 8805.0, 8829.0, 8801.0, 8813.0, 8804.0, 8860.0, 8801.0, 8825.0, 8780.0, 8805.0, 8764.0, 8794.0, 8776.0, 8803.0, 8759.0, 8753.0, 8757.0, 8755.0, 8774.0, 8774.0, 8776.0, 8775.0, 8777.0, 8760.0, 8779.0, 8779.0, 8781.0, 8823.0, 8762.0, 8761.0, 8801.0, 8756.0, 8817.0, 8802.0, 8799.0, 8750.0, 8750.0, 8730.0, 8735.0, 8753.0, 8753.0, 8736.0, 8750.0, 8734.0, 8738.0, 8752.0, 8753.0, 8735.0, 8753.0, 8749.0, 8756.0, 8756.0, 8804.0, 8810.0, 8811.0, 8764.0, 8747.0, 8735.0, 8752.0, 8736.0, 8755.0, 8760.0, 8762.0, 8782.0, 8808.0, 8790.0, 8770.0, 8811.0, 8840.0, 8834.0, 8863.0, 8863.0, 8861.0, 8835.0, 8850.0, 8814.0, 8818.0, 8783.0, 8796.0, 8758.0, 8767.0, 8718.0, 8730.0, 8695.0, 8675.0, 8659.0, 8656.0, 8654.0, 8654.0, 8674.0, 8675.0, 8680.0, 8675.0, 8680.0, 8675.0, 8682.0, 8681.0, 8682.0, 8698.0, 8694.0, 8681.0, 8725.0, 8695.0, 8693.0, 8681.0, 8684.0, 8681.0, 8699.0, 8698.0, 8702.0, 8700.0, 8707.0, 8705.0, 8726.0, 8709.0, 8730.0, 8731.0, 8735.0, 8738.0, 8740.0, 8763.0, 8760.0, 8761.0, 8768.0, 8809.0, 8783.0, 8768.0, 8786.0, 8782.0, 8812.0, 8843.0, 8817.0, 8764.0, 8815.0, 8800.0, 8811.0, 8875.0, 8815.0, 8823.0, 8791.0, 8786.0, 8789.0, 8867.0, 8835.0, 8849.0, 8814.0, 8848.0, 8814.0, 8831.0, 8808.0, 8819.0, 8777.0, 8775.0, 8738.0, 8750.0, 8719.0, 8743.0, 8713.0, 8711.0, 8697.0, 8680.0, 8678.0, 8679.0, 8694.0, 8679.0, 8713.0, 8728.0, 8769.0, 8709.0, 8730.0, 8696.0, 8703.0, 8704.0, 8706.0, 8728.0, 8738.0, 8750.0, 8734.0, 8733.0, 8733.0, 8726.0, 8726.0, 8728.0, 8734.0, 8733.0, 8752.0, 8751.0, 8758.0, 8757.0, 8777.0, 8761.0, 8780.0, 8777.0, 8779.0, 8777.0, 8778.0, 8761.0, 8762.0, 8760.0, 8761.0, 8759.0, 8760.0, 8760.0, 8761.0, 8775.0, 8779.0, 8777.0, 8795.0, 8780.0, 8799.0, 8800.0, 8788.0, 8817.0, 8788.0, 8802.0, 8801.0, 8803.0, 8792.0, 8791.0, 8801.0, 8802.0, 8800.0, 8809.0, 8807.0, 8825.0, 8852.0, 8806.0, 8805.0, 8805.0, 8811.0, 8811.0, 8832.0, 8830.0, 8812.0, 8812.0, 8812.0, 8800.0, 8861.0, 8829.0, 8868.0, 8809.0, 8834.0, 8810.0, 8852.0, 8826.0, 8837.0, 8788.0, 8786.0, 8787.0, 8787.0, 8805.0, 8802.0, 8812.0, 8784.0, 8780.0, 8769.0, 8780.0, 8783.0, 8845.0, 8783.0, 8776.0, 8779.0, 8763.0, 8766.0, 8792.0, 8763.0, 8791.0, 8778.0, 8760.0, 8761.0, 8761.0, 8763.0, 8808.0, 8775.0, 8785.0, 8775.0, 8757.0, 8779.0, 8763.0, 8782.0, 8813.0, 8788.0, 8788.0, 8789.0, 8793.0, 8820.0, 8806.0, 8790.0, 8806.0, 8790.0, 8829.0, 8784.0, 8777.0, 8764.0, 8829.0, 8792.0, 8808.0, 8759.0, 8751.0, 8741.0, 8754.0, 8758.0, 8817.0, 8758.0, 8786.0, 8757.0, 8773.0, 8760.0, 8764.0, 8761.0, 8778.0, 8760.0, 8778.0, 8763.0, 8777.0, 8839.0, 8780.0, 8817.0, 8759.0, 8785.0, 8771.0, 8801.0, 8772.0, 8771.0, 8754.0, 8755.0, 8754.0, 8755.0, 8753.0, 8758.0, 8789.0, 8756.0, 8753.0, 8754.0, 8752.0, 8753.0, 8754.0, 8738.0, 8736.0, 8736.0, 8752.0, 8758.0, 8758.0, 8761.0, 8775.0, 8761.0, 8762.0, 8781.0, 8805.0, 8784.0, 8791.0, 8792.0, 8791.0, 8788.0, 8788.0, 8800.0, 8821.0, 8787.0, 8798.0, 8769.0, 8776.0, 8779.0, 8808.0, 8795.0, 8840.0, 8794.0, 8821.0, 8762.0, 8801.0, 8791.0, 8825.0, 8790.0, 8804.0, 8753.0, 8767.0, 8753.0, 8796.0, 8767.0, 8798.0, 8737.0, 8750.0, 8736.0, 8750.0, 8737.0, 8736.0, 8736.0, 8735.0, 8736.0, 8735.0, 8751.0, 8739.0, 8753.0, 8752.0, 8750.0, 8750.0, 8734.0, 8737.0, 8753.0, 8753.0, 8750.0, 8753.0, 8749.0, 8758.0, 8753.0, 8763.0, 8772.0, 8759.0, 8774.0, 8758.0, 8760.0, 8776.0, 8758.0, 8759.0, 8758.0, 8758.0, 8759.0, 8759.0, 8761.0, 8759.0, 8761.0, 8758.0, 8777.0, 8775.0, 8780.0, 8807.0, 8780.0, 8806.0, 8781.0, 8789.0, 8781.0, 8808.0, 8797.0, 8793.0, 8778.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.001574066820276498</td></tr>
<tr><td colspan=3>aqi</td><td>0.02561863202764977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.708823721960755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2394005205651675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0226950544175315</td></tr>
<tr><td colspan=3>efc</td><td>0.4884</td></tr>
<tr><td colspan=3>fber</td><td>5683.561</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08320585423353616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.027649769585254</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5476055109982783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4200510332105782</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.815947023771682</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4068184760125746</td></tr>
<tr><td colspan=3>gcor</td><td>0.041943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014233443886041641</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029592527076601982</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.8297736421986492</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>20.2522</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1446</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1349</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2904</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>434.3427</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3101.8168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.7142</td></tr>
<tr><td colspan=3>tsnr</td><td>40.14989061281085</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>