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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-04_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-04_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-0014/ses-04/func/sub-0014_ses-04_task-social_acq-mb8_run-04_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>d435c68fba58b0d0a88ea725ba9889be</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>16:19:42.535000</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.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</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-04_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.0937489</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30cb3bf7-6360-4f70-aba4-1320e58920ec||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.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['161942.535000', '161942.995000', '161943.455000', '161943.915000', '161944.375000', '161944.835000', '161945.295000', '161945.755000', '161946.215000', '161946.675000', '161947.135000', '161947.595000', '161948.055000', '161948.515000', '161948.975000', '161949.435000', '161949.895000', '161950.355000', '161950.815000', '161951.275000', '161951.735000', '161952.195000', '161952.655000', '161953.115000', '161953.575000', '161954.035000', '161954.495000', '161954.955000', '161955.415000', '161955.875000', '161956.335000', '161956.795000', '161957.255000', '161957.715000', '161958.175000', '161958.635000', '161959.095000', '161959.555000', '162000.015000', '162000.475000', '162000.935000', '162001.395000', '162001.855000', '162002.315000', '162002.775000', '162003.235000', '162003.695000', '162004.155000', '162004.615000', '162005.075000', '162005.535000', '162005.995000', '162006.455000', '162006.915000', '162007.375000', '162007.835000', '162008.295000', '162008.755000', '162009.215000', '162009.675000', '162010.135000', '162010.595000', '162011.055000', '162011.515000', '162011.975000', '162012.435000', '162012.895000', '162013.355000', '162013.815000', '162014.275000', '162014.735000', '162015.195000', '162015.655000', '162016.115000', '162016.575000', '162017.035000', '162017.495000', '162017.955000', '162018.415000', '162018.875000', '162019.335000', '162019.795000', '162020.255000', '162020.715000', '162021.175000', '162021.635000', '162022.095000', '162022.555000', '162023.015000', '162023.475000', '162023.935000', '162024.395000', '162024.855000', '162025.315000', '162025.775000', '162026.235000', '162026.695000', '162027.155000', '162027.615000', '162028.075000', '162028.535000', '162028.995000', '162029.455000', '162029.915000', '162030.375000', '162030.835000', '162031.295000', '162031.755000', '162032.215000', '162032.675000', '162033.135000', '162033.595000', '162034.055000', '162034.515000', '162034.975000', '162035.435000', '162035.895000', '162036.355000', '162036.815000', '162037.275000', '162037.735000', '162038.195000', '162038.655000', '162039.115000', '162039.575000', '162040.035000', '162040.495000', '162040.955000', '162041.415000', '162041.875000', '162042.335000', '162042.795000', '162043.255000', '162043.715000', '162044.175000', '162044.635000', '162045.095000', '162045.555000', '162046.015000', '162046.475000', '162046.935000', '162047.395000', '162047.855000', '162048.315000', '162048.775000', '162049.235000', '162049.695000', '162050.155000', '162050.615000', '162051.075000', '162051.535000', '162051.995000', '162052.455000', '162052.915000', '162053.375000', '162053.835000', '162054.295000', '162054.755000', '162055.215000', '162055.675000', '162056.135000', '162056.595000', '162057.055000', '162057.515000', '162057.975000', '162058.435000', '162058.895000', '162059.355000', '162059.815000', '162100.275000', '162100.735000', '162101.195000', '162101.655000', '162102.115000', '162102.575000', '162103.035000', '162103.495000', '162103.955000', '162104.415000', '162104.875000', '162105.335000', '162105.795000', '162106.255000', '162106.715000', '162107.175000', '162107.635000', '162108.095000', '162108.555000', '162109.015000', '162109.475000', '162109.935000', '162110.395000', '162110.855000', '162111.315000', '162111.775000', '162112.235000', '162112.695000', '162113.155000', '162113.615000', '162114.075000', '162114.535000', '162114.995000', '162115.455000', '162115.915000', '162116.375000', '162116.835000', '162117.295000', '162117.755000', '162118.215000', '162118.675000', '162119.135000', '162119.595000', '162120.055000', '162120.515000', '162120.975000', '162121.435000', '162121.895000', '162122.355000', '162122.815000', '162123.275000', '162123.735000', '162124.195000', '162124.655000', '162125.115000', '162125.575000', '162126.035000', '162126.495000', '162126.955000', '162127.415000', '162127.875000', '162128.335000', '162128.795000', '162129.255000', '162129.715000', '162130.175000', '162130.635000', '162131.095000', '162131.555000', '162132.015000', '162132.475000', '162132.935000', '162133.395000', '162133.855000', '162134.315000', '162134.775000', '162135.235000', '162135.695000', '162136.155000', '162136.615000', '162137.075000', '162137.535000', '162137.995000', '162138.455000', '162138.915000', '162139.375000', '162139.835000', '162140.295000', '162140.755000', '162141.215000', '162141.675000', '162142.135000', '162142.595000', '162143.055000', '162143.515000', '162143.975000', '162144.435000', '162144.895000', '162145.355000', '162145.815000', '162146.275000', '162146.735000', '162147.195000', '162147.655000', '162148.115000', '162148.575000', '162149.035000', '162149.495000', '162149.955000', '162150.415000', '162150.875000', '162151.335000', '162151.795000', '162152.255000', '162152.715000', '162153.175000', '162153.635000', '162154.095000', '162154.555000', '162155.015000', '162155.475000', '162155.935000', '162156.395000', '162156.855000', '162157.315000', '162157.775000', '162158.235000', '162158.695000', '162159.155000', '162159.615000', '162200.075000', '162200.535000', '162200.995000', '162201.455000', '162201.915000', '162202.375000', '162202.835000', '162203.295000', '162203.755000', '162204.215000', '162204.675000', '162205.135000', '162205.595000', '162206.055000', '162206.515000', '162206.975000', '162207.435000', '162207.895000', '162208.355000', '162208.815000', '162209.275000', '162209.735000', '162210.195000', '162210.655000', '162211.115000', '162211.575000', '162212.035000', '162212.495000', '162212.955000', '162213.415000', '162213.875000', '162214.335000', '162214.795000', '162215.255000', '162215.715000', '162216.175000', '162216.635000', '162217.095000', '162217.555000', '162218.015000', '162218.475000', '162218.935000', '162219.395000', '162219.855000', '162220.315000', '162220.775000', '162221.235000', '162221.695000', '162222.155000', '162222.615000', '162223.075000', '162223.535000', '162223.995000', '162224.455000', '162224.915000', '162225.375000', '162225.835000', '162226.295000', '162226.755000', '162227.215000', '162227.675000', '162228.135000', '162228.595000', '162229.055000', '162229.515000', '162229.975000', '162230.435000', '162230.895000', '162231.355000', '162231.815000', '162232.275000', '162232.735000', '162233.195000', '162233.655000', '162234.115000', '162234.575000', '162235.035000', '162235.495000', '162235.955000', '162236.415000', '162236.875000', '162237.335000', '162237.795000', '162238.255000', '162238.715000', '162239.175000', '162239.635000', '162240.095000', '162240.555000', '162241.015000', '162241.475000', '162241.935000', '162242.395000', '162242.855000', '162243.315000', '162243.775000', '162244.235000', '162244.695000', '162245.155000', '162245.615000', '162246.075000', '162246.535000', '162246.995000', '162247.455000', '162247.915000', '162248.375000', '162248.835000', '162249.295000', '162249.755000', '162250.215000', '162250.675000', '162251.135000', '162251.595000', '162252.055000', '162252.515000', '162252.975000', '162253.435000', '162253.895000', '162254.355000', '162254.815000', '162255.275000', '162255.735000', '162256.195000', '162256.655000', '162257.115000', '162257.575000', '162258.035000', '162258.495000', '162258.955000', '162259.415000', '162259.875000', '162300.335000', '162300.795000', '162301.255000', '162301.715000', '162302.175000', '162302.635000', '162303.095000', '162303.555000', '162304.015000', '162304.475000', '162304.935000', '162305.395000', '162305.855000', '162306.315000', '162306.775000', '162307.235000', '162307.695000', '162308.155000', '162308.615000', '162309.075000', '162309.535000', '162309.995000', '162310.455000', '162310.915000', '162311.375000', '162311.835000', '162312.295000', '162312.755000', '162313.215000', '162313.675000', '162314.135000', '162314.595000', '162315.055000', '162315.515000', '162315.975000', '162316.435000', '162316.895000', '162317.355000', '162317.815000', '162318.275000', '162318.735000', '162319.195000', '162319.655000', '162320.115000', '162320.575000', '162321.035000', '162321.495000', '162321.955000', '162322.415000', '162322.875000', '162323.335000', '162323.795000', '162324.255000', '162324.715000', '162325.175000', '162325.635000', '162326.095000', '162326.555000', '162327.015000', '162327.475000', '162327.935000', '162328.395000', '162328.855000', '162329.315000', '162329.775000', '162330.235000', '162330.695000', '162331.155000', '162331.615000', '162332.075000', '162332.535000', '162332.995000', '162333.455000', '162333.915000', '162334.375000', '162334.835000', '162335.295000', '162335.755000', '162336.215000', '162336.675000', '162337.135000', '162337.595000', '162338.055000', '162338.515000', '162338.975000', '162339.435000', '162339.895000', '162340.355000', '162340.815000', '162341.275000', '162341.735000', '162342.195000', '162342.655000', '162343.115000', '162343.575000', '162344.035000', '162344.495000', '162344.955000', '162345.415000', '162345.875000', '162346.335000', '162346.795000', '162347.255000', '162347.715000', '162348.175000', '162348.635000', '162349.095000', '162349.555000', '162350.015000', '162350.475000', '162350.935000', '162351.395000', '162351.855000', '162352.315000', '162352.775000', '162353.235000', '162353.695000', '162354.155000', '162354.615000', '162355.075000', '162355.535000', '162355.995000', '162356.455000', '162356.915000', '162357.375000', '162357.835000', '162358.295000', '162358.755000', '162359.215000', '162359.675000', '162400.135000', '162400.595000', '162401.055000', '162401.515000', '162401.975000', '162402.435000', '162402.895000', '162403.355000', '162403.815000', '162404.275000', '162404.735000', '162405.195000', '162405.655000', '162406.115000', '162406.575000', '162407.035000', '162407.495000', '162407.955000', '162408.415000', '162408.875000', '162409.335000', '162409.795000', '162410.255000', '162410.715000', '162411.175000', '162411.635000', '162412.095000', '162412.555000', '162413.015000', '162413.475000', '162413.935000', '162414.395000', '162414.855000', '162415.315000', '162415.775000', '162416.235000', '162416.695000', '162417.155000', '162417.615000', '162418.075000', '162418.535000', '162418.995000', '162419.455000', '162419.915000', '162420.375000', '162420.835000', '162421.295000', '162421.755000', '162422.215000', '162422.675000', '162423.135000', '162423.595000', '162424.055000', '162424.515000', '162424.975000', '162425.435000', '162425.895000', '162426.355000', '162426.815000', '162427.275000', '162427.735000', '162428.195000', '162428.655000', '162429.115000', '162429.575000', '162430.035000', '162430.495000', '162430.955000', '162431.415000', '162431.875000', '162432.335000', '162432.795000', '162433.255000', '162433.715000', '162434.175000', '162434.635000', '162435.095000', '162435.555000', '162436.015000', '162436.475000', '162436.935000', '162437.395000', '162437.855000', '162438.315000', '162438.775000', '162439.235000', '162439.695000', '162440.155000', '162440.615000', '162441.075000', '162441.535000', '162441.995000', '162442.455000', '162442.915000', '162443.375000', '162443.835000', '162444.295000', '162444.755000', '162445.215000', '162445.675000', '162446.135000', '162446.595000', '162447.055000', '162447.515000', '162447.975000', '162448.435000', '162448.895000', '162449.355000', '162449.815000', '162450.275000', '162450.735000', '162451.195000', '162451.655000', '162452.115000', '162452.575000', '162453.035000', '162453.495000', '162453.955000', '162454.415000', '162454.875000', '162455.335000', '162455.795000', '162456.255000', '162456.715000', '162457.175000', '162457.635000', '162458.095000', '162458.555000', '162459.015000', '162459.475000', '162459.935000', '162500.395000', '162500.855000', '162501.315000', '162501.775000', '162502.235000', '162502.695000', '162503.155000', '162503.615000', '162504.075000', '162504.535000', '162504.995000', '162505.455000', '162505.915000', '162506.375000', '162506.835000', '162507.295000', '162507.755000', '162508.215000', '162508.675000', '162509.135000', '162509.595000', '162510.055000', '162510.515000', '162510.975000', '162511.435000', '162511.895000', '162512.355000', '162512.815000', '162513.275000', '162513.735000', '162514.195000', '162514.655000', '162515.115000', '162515.575000', '162516.035000', '162516.495000', '162516.955000', '162517.415000', '162517.875000', '162518.335000', '162518.795000', '162519.255000', '162519.715000', '162520.175000', '162520.635000', '162521.095000', '162521.555000', '162522.015000', '162522.475000', '162522.935000', '162523.395000', '162523.855000', '162524.315000', '162524.775000', '162525.235000', '162525.695000', '162526.155000', '162526.615000', '162527.075000', '162527.535000', '162527.995000', '162528.455000', '162528.915000', '162529.375000', '162529.835000', '162530.295000', '162530.755000', '162531.215000', '162531.675000', '162532.135000', '162532.595000', '162533.055000', '162533.515000', '162533.975000', '162534.435000', '162534.895000', '162535.355000', '162535.815000', '162536.275000', '162536.735000', '162537.195000', '162537.655000', '162538.115000', '162538.575000', '162539.035000', '162539.495000', '162539.955000', '162540.415000', '162540.875000', '162541.335000', '162541.795000', '162542.255000', '162542.715000', '162543.175000', '162543.635000', '162544.095000', '162544.555000', '162545.015000', '162545.475000', '162545.935000', '162546.395000', '162546.855000', '162547.315000', '162547.775000', '162548.235000', '162548.695000', '162549.155000', '162549.615000', '162550.075000', '162550.535000', '162550.995000', '162551.455000', '162551.915000', '162552.375000', '162552.835000', '162553.295000', '162553.755000', '162554.215000', '162554.675000', '162555.135000', '162555.595000', '162556.055000', '162556.515000', '162556.975000', '162557.435000', '162557.895000', '162558.355000', '162558.815000', '162559.275000', '162559.735000', '162600.195000', '162600.655000', '162601.115000', '162601.575000', '162602.035000', '162602.495000', '162602.955000', '162603.415000', '162603.875000', '162604.335000', '162604.795000', '162605.255000', '162605.715000', '162606.175000', '162606.635000', '162607.095000', '162607.555000', '162608.015000', '162608.475000', '162608.935000', '162609.395000', '162609.855000', '162610.315000', '162610.775000', '162611.235000', '162611.695000', '162612.155000', '162612.615000', '162613.075000', '162613.535000', '162613.995000', '162614.455000', '162614.915000', '162615.375000', '162615.835000', '162616.295000', '162616.755000', '162617.215000', '162617.675000', '162618.135000', '162618.595000', '162619.055000', '162619.515000', '162619.975000', '162620.435000', '162620.895000', '162621.355000', '162621.815000', '162622.275000', '162622.735000', '162623.195000'], 'ContentTime': ['162006.391000', '162006.395000', '162006.398000', '162006.400000', '162006.403000', '162006.406000', '162006.409000', '162006.411000', '162006.414000', '162006.417000', '162006.420000', '162006.422000', '162006.425000', '162006.428000', '162006.431000', '162006.434000', '162006.436000', '162006.439000', '162006.442000', '162006.445000', '162006.448000', '162006.451000', '162006.453000', '162006.456000', '162006.459000', '162006.462000', '162006.464000', '162006.467000', '162006.470000', '162006.473000', '162006.476000', '162006.478000', '162006.487000', '162006.490000', '162006.493000', '162006.495000', '162006.498000', '162006.501000', '162006.504000', '162006.507000', '162006.509000', '162006.512000', '162006.515000', '162006.518000', '162006.521000', '162006.524000', '162006.526000', '162006.529000', '162006.532000', '162006.535000', '162006.537000', '162026.343000', '162026.346000', '162026.349000', '162026.351000', '162026.354000', '162026.357000', '162026.360000', '162026.363000', '162026.365000', '162026.368000', '162026.371000', '162026.374000', '162026.377000', '162026.379000', '162026.388000', '162026.391000', '162026.394000', '162026.397000', '162026.399000', '162026.402000', '162026.405000', '162026.408000', '162026.411000', '162026.413000', '162026.418000', '162026.421000', '162026.424000', '162026.427000', '162026.429000', '162026.432000', '162026.435000', '162026.438000', '162026.441000', '162026.443000', '162026.446000', '162026.449000', '162026.452000', '162026.455000', '162026.457000', '162026.460000', '162026.463000', '162026.466000', '162026.468000', '162046.343000', '162046.346000', '162046.349000', '162046.351000', '162046.354000', '162046.357000', '162046.360000', '162046.363000', '162046.365000', '162046.368000', '162046.371000', '162046.374000', '162046.376000', '162046.379000', '162046.382000', '162046.385000', '162046.388000', '162046.390000', '162046.393000', '162046.396000', '162046.399000', '162046.402000', '162046.405000', '162046.407000', '162046.410000', '162046.420000', '162046.422000', '162046.425000', '162046.428000', '162046.431000', '162046.433000', '162046.436000', '162046.439000', '162046.442000', '162046.445000', '162046.448000', '162046.450000', '162046.453000', '162046.456000', '162046.459000', '162046.462000', '162046.464000', '162046.467000', '162046.470000', '162106.343000', '162106.346000', '162106.349000', '162106.351000', '162106.354000', '162106.357000', '162106.360000', '162106.362000', '162106.365000', '162106.368000', '162106.371000', '162106.374000', '162106.377000', '162106.379000', '162106.382000', '162106.385000', '162106.388000', '162106.391000', '162106.393000', '162106.396000', '162106.399000', '162106.402000', '162106.405000', '162106.407000', '162106.410000', '162106.413000', '162106.416000', '162106.419000', '162106.421000', '162106.424000', '162106.427000', '162106.430000', '162106.433000', '162106.435000', '162106.441000', '162106.444000', '162106.447000', '162106.450000', '162106.452000', '162106.455000', '162106.458000', '162106.461000', '162106.464000', '162126.343000', '162126.346000', '162126.349000', '162126.351000', '162126.354000', '162126.357000', '162126.360000', '162126.363000', '162126.365000', '162126.368000', '162126.371000', '162126.374000', '162126.377000', '162126.379000', '162126.387000', '162126.390000', '162126.393000', '162126.396000', '162126.399000', '162126.401000', '162126.404000', '162126.407000', '162126.410000', '162126.413000', '162126.415000', '162126.418000', '162126.421000', '162126.424000', '162126.427000', '162126.429000', '162126.432000', '162126.435000', '162126.438000', '162126.441000', '162126.444000', '162126.446000', '162126.449000', '162126.452000', '162126.455000', '162126.458000', '162126.460000', '162126.463000', '162126.466000', '162126.469000', '162146.343000', '162146.358000', '162146.361000', '162146.364000', '162146.366000', '162146.369000', '162146.372000', '162146.375000', '162146.378000', '162146.380000', '162146.383000', '162146.386000', '162146.389000', '162146.392000', '162146.395000', '162146.397000', '162146.400000', '162146.412000', '162146.415000', '162146.418000', '162146.420000', '162146.423000', '162146.426000', '162146.429000', '162146.431000', '162146.434000', '162146.437000', '162146.440000', '162146.443000', '162146.446000', '162146.448000', '162146.451000', '162146.455000', '162146.458000', '162146.461000', '162146.464000', '162146.467000', '162146.469000', '162146.472000', '162146.475000', '162146.478000', '162146.481000', '162146.484000', '162206.343000', '162206.346000', '162206.349000', '162206.351000', '162206.354000', '162206.357000', '162206.360000', '162206.363000', '162206.366000', '162206.368000', '162206.371000', '162206.374000', '162206.377000', '162206.379000', '162206.382000', '162206.385000', '162206.388000', '162206.391000', '162206.394000', '162206.397000', '162206.400000', '162206.402000', '162206.405000', '162206.408000', '162206.411000', '162206.414000', '162206.416000', '162206.419000', '162206.422000', '162206.425000', '162206.428000', '162206.431000', '162206.433000', '162206.436000', '162206.439000', '162206.442000', '162206.445000', '162206.448000', '162206.450000', '162206.453000', '162206.456000', '162206.459000', '162206.462000', '162206.464000', '162226.344000', '162226.347000', '162226.355000', '162226.358000', '162226.361000', '162226.363000', '162226.366000', '162226.369000', '162226.372000', '162226.375000', '162226.377000', '162226.380000', '162226.383000', '162226.386000', '162226.389000', '162226.391000', '162226.394000', '162226.397000', '162226.400000', '162226.403000', '162226.405000', '162226.408000', '162226.411000', '162226.414000', '162226.417000', '162226.420000', '162226.422000', '162226.425000', '162226.428000', '162226.431000', '162226.434000', '162226.448000', '162226.451000', '162226.453000', '162226.456000', '162226.459000', '162226.462000', '162226.465000', '162226.467000', '162226.470000', '162226.473000', '162226.476000', '162226.479000', '162246.343000', '162246.346000', '162246.349000', '162246.351000', '162246.354000', '162246.357000', '162246.360000', '162246.363000', '162246.365000', '162246.368000', '162246.371000', '162246.374000', '162246.377000', '162246.379000', '162246.382000', '162246.385000', '162246.388000', '162246.391000', '162246.394000', '162246.397000', '162246.399000', '162246.402000', '162246.405000', '162246.408000', '162246.411000', '162246.413000', '162246.416000', '162246.419000', '162246.422000', '162246.425000', '162246.428000', '162246.430000', '162246.433000', '162246.436000', '162246.439000', '162246.442000', '162246.444000', '162246.447000', '162246.450000', '162246.453000', '162246.456000', '162246.459000', '162246.462000', '162246.464000', '162306.343000', '162306.346000', '162306.349000', '162306.352000', '162306.354000', '162306.357000', '162306.360000', '162306.363000', '162306.366000', '162306.369000', '162306.371000', '162306.374000', '162306.377000', '162306.380000', '162306.383000', '162306.385000', '162306.388000', '162306.391000', '162306.394000', '162306.397000', '162306.400000', '162306.402000', '162306.405000', '162306.408000', '162306.411000', '162306.414000', '162306.424000', '162306.427000', '162306.430000', '162306.433000', '162306.436000', '162306.438000', '162306.441000', '162306.444000', '162306.447000', '162306.450000', '162306.453000', '162306.455000', '162306.458000', '162306.461000', '162306.464000', '162306.467000', '162306.470000', '162326.343000', '162326.346000', '162326.349000', '162326.351000', '162326.354000', '162326.357000', '162326.360000', '162326.363000', '162326.366000', '162326.368000', '162326.371000', '162326.374000', '162326.377000', '162326.380000', '162326.383000', '162326.386000', '162326.388000', '162326.391000', '162326.394000', '162326.397000', '162326.400000', '162326.402000', '162326.405000', '162326.408000', '162326.411000', '162326.414000', '162326.417000', '162326.420000', '162326.422000', '162326.425000', '162326.428000', '162326.431000', '162326.434000', '162326.437000', '162326.439000', '162326.442000', '162326.445000', '162326.448000', '162326.450000', '162326.453000', '162326.456000', '162326.459000', '162326.462000', '162326.465000', '162346.343000', '162346.346000', '162346.349000', '162346.351000', '162346.354000', '162346.357000', '162346.360000', '162346.363000', '162346.365000', '162346.368000', '162346.371000', '162346.374000', '162346.377000', '162346.380000', '162346.382000', '162346.385000', '162346.388000', '162346.391000', '162346.394000', '162346.396000', '162346.399000', '162346.402000', '162346.405000', '162346.408000', '162346.411000', '162346.413000', '162346.417000', '162346.419000', '162346.422000', '162346.425000', '162346.428000', '162346.431000', '162346.433000', '162346.436000', '162346.439000', '162346.442000', '162346.445000', '162346.448000', '162346.450000', '162346.453000', '162346.456000', '162346.459000', '162346.462000', '162406.343000', '162406.346000', '162406.349000', '162406.352000', '162406.355000', '162406.358000', '162406.361000', '162406.364000', '162406.367000', '162406.370000', '162406.372000', '162406.375000', '162406.378000', '162406.381000', '162406.384000', '162406.386000', '162406.389000', '162406.392000', '162406.395000', '162406.398000', '162406.401000', '162406.403000', '162406.406000', '162406.409000', '162406.412000', '162406.415000', '162406.418000', '162406.421000', '162406.423000', '162406.426000', '162406.429000', '162406.432000', '162406.435000', '162406.437000', '162406.440000', '162406.443000', '162406.446000', '162406.449000', '162406.452000', '162406.455000', '162406.457000', '162406.460000', '162406.463000', '162426.343000', '162426.346000', '162426.349000', '162426.352000', '162426.354000', '162426.357000', '162426.360000', '162426.363000', '162426.366000', '162426.369000', '162426.371000', '162426.374000', '162426.377000', '162426.380000', '162426.383000', '162426.386000', '162426.388000', '162426.391000', '162426.394000', '162426.397000', '162426.400000', '162426.402000', '162426.405000', '162426.408000', '162426.411000', '162426.414000', '162426.417000', '162426.420000', '162426.422000', '162426.425000', '162426.428000', '162426.431000', '162426.434000', '162426.436000', '162426.439000', '162426.442000', '162426.445000', '162426.458000', '162426.461000', '162426.464000', '162426.467000', '162426.470000', '162426.472000', '162426.475000', '162446.344000', '162446.347000', '162446.350000', '162446.353000', '162446.355000', '162446.358000', '162446.361000', '162446.364000', '162446.367000', '162446.370000', '162446.373000', '162446.376000', '162446.379000', '162446.382000', '162446.385000', '162446.387000', '162446.404000', '162446.407000', '162446.410000', '162446.413000', '162446.416000', '162446.418000', '162446.421000', '162446.424000', '162446.427000', '162446.430000', '162446.433000', '162446.436000', '162446.438000', '162446.441000', '162446.444000', '162446.447000', '162446.450000', '162446.453000', '162446.455000', '162446.458000', '162446.461000', '162446.464000', '162446.467000', '162446.470000', '162446.472000', '162446.475000', '162446.478000', '162506.343000', '162506.346000', '162506.349000', '162506.352000', '162506.354000', '162506.357000', '162506.360000', '162506.363000', '162506.366000', '162506.368000', '162506.371000', '162506.374000', '162506.377000', '162506.380000', '162506.383000', '162506.385000', '162506.388000', '162506.391000', '162506.394000', '162506.397000', '162506.400000', '162506.402000', '162506.405000', '162506.408000', '162506.411000', '162506.414000', '162506.417000', '162506.419000', '162506.422000', '162506.425000', '162506.428000', '162506.431000', '162506.433000', '162506.436000', '162506.439000', '162506.442000', '162506.446000', '162506.448000', '162506.451000', '162506.454000', '162506.457000', '162506.459000', '162506.462000', '162506.465000', '162526.343000', '162526.346000', '162526.349000', '162526.352000', '162526.354000', '162526.357000', '162526.360000', '162526.363000', '162526.366000', '162526.369000', '162526.371000', '162526.374000', '162526.377000', '162526.380000', '162526.383000', '162526.386000', '162526.389000', '162526.392000', '162526.394000', '162526.397000', '162526.400000', '162526.403000', '162526.406000', '162526.409000', '162526.411000', '162526.414000', '162526.417000', '162526.420000', '162526.423000', '162526.426000', '162526.429000', '162526.432000', '162526.436000', '162526.439000', '162526.442000', '162526.445000', '162526.448000', '162526.450000', '162526.453000', '162526.456000', '162526.459000', '162526.462000', '162526.465000', '162546.343000', '162546.346000', '162546.349000', '162546.352000', '162546.354000', '162546.357000', '162546.360000', '162546.363000', '162546.366000', '162546.368000', '162546.371000', '162546.374000', '162546.377000', '162546.380000', '162546.383000', '162546.385000', '162546.394000', '162546.397000', '162546.400000', '162546.403000', '162546.406000', '162546.409000', '162546.411000', '162546.414000', '162546.417000', '162546.420000', '162546.423000', '162546.426000', '162546.428000', '162546.431000', '162546.434000', '162546.437000', '162546.440000', '162546.443000', '162546.445000', '162546.448000', '162546.451000', '162546.454000', '162546.457000', '162546.460000', '162546.462000', '162546.465000', '162546.468000', '162546.471000', '162606.343000', '162606.346000', '162606.349000', '162606.352000', '162606.363000', '162606.366000', '162606.369000', '162606.372000', '162606.374000', '162606.377000', '162606.380000', '162606.383000', '162606.386000', '162606.388000', '162606.391000', '162606.394000', '162606.397000', '162606.400000', '162606.403000', '162606.408000', '162606.411000', '162606.414000', '162606.417000', '162606.420000', '162606.422000', '162606.425000', '162606.428000', '162606.431000', '162606.434000', '162606.436000', '162606.439000', '162606.442000', '162606.445000', '162606.448000', '162606.451000', '162606.453000', '162606.456000', '162606.459000', '162606.462000', '162606.465000', '162606.467000', '162606.470000', '162606.473000', '162623.938000', '162623.942000', '162623.946000', '162623.949000', '162623.952000', '162623.955000', '162623.958000', '162623.961000', '162623.964000', '162623.967000', '162623.970000', '162623.973000', '162623.976000', '162623.979000', '162623.982000', '162623.985000', '162623.988000', '162623.990000', '162623.993000', '162623.996000', '162624.000000', '162624.003000', '162624.006000', '162624.009000', '162624.011000', '162624.014000', '162624.018000', '162624.021000', '162624.024000', '162624.027000', '162624.029000', '162624.032000', '162624.035000', '162624.038000', '162624.041000', '162624.044000', '162624.046000', '162624.049000', '162624.052000'], 'InstanceCreationTime': ['162006.391000', '162006.395000', '162006.398000', '162006.400000', '162006.403000', '162006.406000', '162006.409000', '162006.411000', '162006.414000', '162006.417000', '162006.420000', '162006.422000', '162006.425000', '162006.428000', '162006.431000', '162006.434000', '162006.436000', '162006.439000', '162006.442000', '162006.445000', '162006.448000', '162006.451000', '162006.453000', '162006.456000', '162006.459000', '162006.462000', '162006.464000', '162006.467000', '162006.470000', '162006.473000', '162006.476000', '162006.478000', '162006.487000', '162006.490000', '162006.493000', '162006.495000', '162006.498000', '162006.501000', '162006.504000', '162006.507000', '162006.509000', '162006.512000', '162006.515000', '162006.518000', '162006.521000', '162006.524000', '162006.526000', '162006.529000', '162006.532000', '162006.535000', '162006.537000', '162026.343000', '162026.346000', '162026.349000', '162026.351000', '162026.354000', '162026.357000', '162026.360000', '162026.363000', '162026.365000', '162026.368000', '162026.371000', '162026.374000', '162026.377000', '162026.379000', '162026.388000', '162026.391000', '162026.394000', '162026.397000', '162026.399000', '162026.402000', '162026.405000', '162026.408000', '162026.411000', '162026.413000', '162026.418000', '162026.421000', '162026.424000', '162026.427000', '162026.429000', '162026.432000', '162026.435000', '162026.438000', '162026.441000', '162026.443000', '162026.446000', '162026.449000', '162026.452000', '162026.455000', '162026.457000', '162026.460000', '162026.463000', '162026.466000', '162026.468000', '162046.343000', '162046.346000', '162046.349000', '162046.351000', '162046.354000', '162046.357000', '162046.360000', '162046.363000', '162046.365000', '162046.368000', '162046.371000', '162046.374000', '162046.376000', '162046.379000', '162046.382000', '162046.385000', '162046.388000', '162046.390000', '162046.393000', '162046.396000', '162046.399000', '162046.402000', '162046.405000', '162046.407000', '162046.410000', '162046.420000', '162046.422000', '162046.425000', '162046.428000', '162046.431000', '162046.433000', '162046.436000', '162046.439000', '162046.442000', '162046.445000', '162046.448000', '162046.450000', '162046.453000', '162046.456000', '162046.459000', '162046.462000', '162046.464000', '162046.467000', '162046.470000', '162106.343000', '162106.346000', '162106.349000', '162106.351000', '162106.354000', '162106.357000', '162106.360000', '162106.362000', '162106.365000', '162106.368000', '162106.371000', '162106.374000', '162106.377000', '162106.379000', '162106.382000', '162106.385000', '162106.388000', '162106.391000', '162106.393000', '162106.396000', '162106.399000', '162106.402000', '162106.405000', '162106.407000', '162106.410000', '162106.413000', '162106.416000', '162106.419000', '162106.421000', '162106.424000', '162106.427000', '162106.430000', '162106.433000', '162106.435000', '162106.441000', '162106.444000', '162106.447000', '162106.450000', '162106.452000', '162106.455000', '162106.458000', '162106.461000', '162106.464000', '162126.343000', '162126.346000', '162126.349000', '162126.351000', '162126.354000', '162126.357000', '162126.360000', '162126.363000', '162126.365000', '162126.368000', '162126.371000', '162126.374000', '162126.377000', '162126.379000', '162126.387000', '162126.390000', '162126.393000', '162126.396000', '162126.399000', '162126.401000', '162126.404000', '162126.407000', '162126.410000', '162126.413000', '162126.415000', '162126.418000', '162126.421000', '162126.424000', '162126.427000', '162126.429000', '162126.432000', '162126.435000', '162126.438000', '162126.441000', '162126.444000', '162126.446000', '162126.449000', '162126.452000', '162126.455000', '162126.458000', '162126.460000', '162126.463000', '162126.466000', '162126.469000', '162146.343000', '162146.358000', '162146.361000', '162146.364000', '162146.366000', '162146.369000', '162146.372000', '162146.375000', '162146.378000', '162146.380000', '162146.383000', '162146.386000', '162146.389000', '162146.392000', '162146.395000', '162146.397000', '162146.400000', '162146.412000', '162146.415000', '162146.418000', '162146.420000', '162146.423000', '162146.426000', '162146.429000', '162146.431000', '162146.434000', '162146.437000', '162146.440000', '162146.443000', '162146.446000', '162146.448000', '162146.451000', '162146.455000', '162146.458000', '162146.461000', '162146.464000', '162146.467000', '162146.469000', '162146.472000', '162146.475000', '162146.478000', '162146.481000', '162146.484000', '162206.343000', '162206.346000', '162206.349000', '162206.351000', '162206.354000', '162206.357000', '162206.360000', '162206.363000', '162206.366000', '162206.368000', '162206.371000', '162206.374000', '162206.377000', '162206.379000', '162206.382000', '162206.385000', '162206.388000', '162206.391000', '162206.394000', '162206.397000', '162206.400000', '162206.402000', '162206.405000', '162206.408000', '162206.411000', '162206.414000', '162206.416000', '162206.419000', '162206.422000', '162206.425000', '162206.428000', '162206.431000', '162206.433000', '162206.436000', '162206.439000', '162206.442000', '162206.445000', '162206.448000', '162206.450000', '162206.453000', '162206.456000', '162206.459000', '162206.462000', '162206.464000', '162226.344000', '162226.347000', '162226.355000', '162226.358000', '162226.361000', '162226.363000', '162226.366000', '162226.369000', '162226.372000', '162226.375000', '162226.377000', '162226.380000', '162226.383000', '162226.386000', '162226.389000', '162226.391000', '162226.394000', '162226.397000', '162226.400000', '162226.403000', '162226.405000', '162226.408000', '162226.411000', '162226.414000', '162226.417000', '162226.420000', '162226.422000', '162226.425000', '162226.428000', '162226.431000', '162226.434000', '162226.448000', '162226.451000', '162226.453000', '162226.456000', '162226.459000', '162226.462000', '162226.465000', '162226.467000', '162226.470000', '162226.473000', '162226.476000', '162226.479000', '162246.343000', '162246.346000', '162246.349000', '162246.351000', '162246.354000', '162246.357000', '162246.360000', '162246.363000', '162246.365000', '162246.368000', '162246.371000', '162246.374000', '162246.377000', '162246.379000', '162246.382000', '162246.385000', '162246.388000', '162246.391000', '162246.394000', '162246.397000', '162246.399000', '162246.402000', '162246.405000', '162246.408000', '162246.411000', '162246.413000', '162246.416000', '162246.419000', '162246.422000', '162246.425000', '162246.428000', '162246.430000', '162246.433000', '162246.436000', '162246.439000', '162246.442000', '162246.444000', '162246.447000', '162246.450000', '162246.453000', '162246.456000', '162246.459000', '162246.462000', '162246.464000', '162306.343000', '162306.346000', '162306.349000', '162306.352000', '162306.354000', '162306.357000', '162306.360000', '162306.363000', '162306.366000', '162306.369000', '162306.371000', '162306.374000', '162306.377000', '162306.380000', '162306.383000', '162306.385000', '162306.388000', '162306.391000', '162306.394000', '162306.397000', '162306.400000', '162306.402000', '162306.405000', '162306.408000', '162306.411000', '162306.414000', '162306.424000', '162306.427000', '162306.430000', '162306.433000', '162306.436000', '162306.438000', '162306.441000', '162306.444000', '162306.447000', '162306.450000', '162306.453000', '162306.455000', '162306.458000', '162306.461000', '162306.464000', '162306.467000', '162306.470000', '162326.343000', '162326.346000', '162326.349000', '162326.351000', '162326.354000', '162326.357000', '162326.360000', '162326.363000', '162326.366000', '162326.368000', '162326.371000', '162326.374000', '162326.377000', '162326.380000', '162326.383000', '162326.386000', '162326.388000', '162326.391000', '162326.394000', '162326.397000', '162326.400000', '162326.402000', '162326.405000', '162326.408000', '162326.411000', '162326.414000', '162326.417000', '162326.420000', '162326.422000', '162326.425000', '162326.428000', '162326.431000', '162326.434000', '162326.437000', '162326.439000', '162326.442000', '162326.445000', '162326.448000', '162326.450000', '162326.453000', '162326.456000', '162326.459000', '162326.462000', '162326.465000', '162346.343000', '162346.346000', '162346.349000', '162346.351000', '162346.354000', '162346.357000', '162346.360000', '162346.363000', '162346.365000', '162346.368000', '162346.371000', '162346.374000', '162346.377000', '162346.380000', '162346.382000', '162346.385000', '162346.388000', '162346.391000', '162346.394000', '162346.396000', '162346.399000', '162346.402000', '162346.405000', '162346.408000', '162346.411000', '162346.413000', '162346.417000', '162346.419000', '162346.422000', '162346.425000', '162346.428000', '162346.431000', '162346.433000', '162346.436000', '162346.439000', '162346.442000', '162346.445000', '162346.448000', '162346.450000', '162346.453000', '162346.456000', '162346.459000', '162346.462000', '162406.343000', '162406.346000', '162406.349000', '162406.352000', '162406.355000', '162406.358000', '162406.361000', '162406.364000', '162406.367000', '162406.370000', '162406.372000', '162406.375000', '162406.378000', '162406.381000', '162406.384000', '162406.386000', '162406.389000', '162406.392000', '162406.395000', '162406.398000', '162406.401000', '162406.403000', '162406.406000', '162406.409000', '162406.412000', '162406.415000', '162406.418000', '162406.421000', '162406.423000', '162406.426000', '162406.429000', '162406.432000', '162406.435000', '162406.437000', '162406.440000', '162406.443000', '162406.446000', '162406.449000', '162406.452000', '162406.455000', '162406.457000', '162406.460000', '162406.463000', '162426.343000', '162426.346000', '162426.349000', '162426.352000', '162426.354000', '162426.357000', '162426.360000', '162426.363000', '162426.366000', '162426.369000', '162426.371000', '162426.374000', '162426.377000', '162426.380000', '162426.383000', '162426.386000', '162426.388000', '162426.391000', '162426.394000', '162426.397000', '162426.400000', '162426.402000', '162426.405000', '162426.408000', '162426.411000', '162426.414000', '162426.417000', '162426.420000', '162426.422000', '162426.425000', '162426.428000', '162426.431000', '162426.434000', '162426.436000', '162426.439000', '162426.442000', '162426.445000', '162426.458000', '162426.461000', '162426.464000', '162426.467000', '162426.470000', '162426.472000', '162426.475000', '162446.344000', '162446.347000', '162446.350000', '162446.353000', '162446.355000', '162446.358000', '162446.361000', '162446.364000', '162446.367000', '162446.370000', '162446.373000', '162446.376000', '162446.379000', '162446.382000', '162446.385000', '162446.387000', '162446.404000', '162446.407000', '162446.410000', '162446.413000', '162446.416000', '162446.418000', '162446.421000', '162446.424000', '162446.427000', '162446.430000', '162446.433000', '162446.436000', '162446.438000', '162446.441000', '162446.444000', '162446.447000', '162446.450000', '162446.453000', '162446.455000', '162446.458000', '162446.461000', '162446.464000', '162446.467000', '162446.470000', '162446.472000', '162446.475000', '162446.478000', '162506.343000', '162506.346000', '162506.349000', '162506.352000', '162506.354000', '162506.357000', '162506.360000', '162506.363000', '162506.366000', '162506.368000', '162506.371000', '162506.374000', '162506.377000', '162506.380000', '162506.383000', '162506.385000', '162506.388000', '162506.391000', '162506.394000', '162506.397000', '162506.400000', '162506.402000', '162506.405000', '162506.408000', '162506.411000', '162506.414000', '162506.417000', '162506.419000', '162506.422000', '162506.425000', '162506.428000', '162506.431000', '162506.433000', '162506.436000', '162506.439000', '162506.442000', '162506.446000', '162506.448000', '162506.451000', '162506.454000', '162506.457000', '162506.459000', '162506.462000', '162506.465000', '162526.343000', '162526.346000', '162526.349000', '162526.352000', '162526.354000', '162526.357000', '162526.360000', '162526.363000', '162526.366000', '162526.369000', '162526.371000', '162526.374000', '162526.377000', '162526.380000', '162526.383000', '162526.386000', '162526.389000', '162526.392000', '162526.394000', '162526.397000', '162526.400000', '162526.403000', '162526.406000', '162526.409000', '162526.411000', '162526.414000', '162526.417000', '162526.420000', '162526.423000', '162526.426000', '162526.429000', '162526.432000', '162526.436000', '162526.439000', '162526.442000', '162526.445000', '162526.448000', '162526.450000', '162526.453000', '162526.456000', '162526.459000', '162526.462000', '162526.465000', '162546.343000', '162546.346000', '162546.349000', '162546.352000', '162546.354000', '162546.357000', '162546.360000', '162546.363000', '162546.366000', '162546.368000', '162546.371000', '162546.374000', '162546.377000', '162546.380000', '162546.383000', '162546.385000', '162546.394000', '162546.397000', '162546.400000', '162546.403000', '162546.406000', '162546.409000', '162546.411000', '162546.414000', '162546.417000', '162546.420000', '162546.423000', '162546.426000', '162546.428000', '162546.431000', '162546.434000', '162546.437000', '162546.440000', '162546.443000', '162546.445000', '162546.448000', '162546.451000', '162546.454000', '162546.457000', '162546.460000', '162546.462000', '162546.465000', '162546.468000', '162546.471000', '162606.343000', '162606.346000', '162606.349000', '162606.352000', '162606.363000', '162606.366000', '162606.369000', '162606.372000', '162606.374000', '162606.377000', '162606.380000', '162606.383000', '162606.386000', '162606.388000', '162606.391000', '162606.394000', '162606.397000', '162606.400000', '162606.403000', '162606.408000', '162606.411000', '162606.414000', '162606.417000', '162606.420000', '162606.422000', '162606.425000', '162606.428000', '162606.431000', '162606.434000', '162606.436000', '162606.439000', '162606.442000', '162606.445000', '162606.448000', '162606.451000', '162606.453000', '162606.456000', '162606.459000', '162606.462000', '162606.465000', '162606.467000', '162606.470000', '162606.473000', '162623.938000', '162623.942000', '162623.946000', '162623.949000', '162623.952000', '162623.955000', '162623.958000', '162623.961000', '162623.964000', '162623.967000', '162623.970000', '162623.973000', '162623.976000', '162623.979000', '162623.982000', '162623.985000', '162623.988000', '162623.990000', '162623.993000', '162623.996000', '162624.000000', '162624.003000', '162624.006000', '162624.009000', '162624.011000', '162624.014000', '162624.018000', '162624.021000', '162624.024000', '162624.027000', '162624.029000', '162624.032000', '162624.035000', '162624.038000', '162624.041000', '162624.044000', '162624.046000', '162624.049000', '162624.052000'], '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': [9602, 11876, 9630, 15170, 11452, 14311, 9348, 11435, 9523, 9647, 9630, 10173, 11137, 9056, 10251, 10080, 11242, 9702, 11093, 9964, 14147, 10540, 9264, 9623, 9360, 9795, 10179, 10857, 10101, 13803, 10468, 12556, 9623, 10709, 9789, 9804, 9851, 11359, 11060, 9760, 9965, 9679, 10560, 9677, 10042, 9682, 11235, 9522, 10907, 9906, 10078, 10005, 9426, 9569, 11005, 9627, 8861, 9689, 9238, 9494, 9845, 10635, 9862, 11186, 9485, 11573, 9571, 12226, 9613, 14034, 10504, 13199, 9460, 9558, 9660, 9241, 9779, 9655, 11661, 9287, 9481, 8618, 10605, 9767, 13102, 12171, 13519, 10101, 10193, 9622, 8021, 9635, 10264, 10382, 10115, 12636, 9938, 12157, 9550, 8385, 9568, 8630, 9635, 10658, 9663, 13318, 10173, 9357, 9468, 9743, 9680, 9521, 11423, 9783, 12660, 9917, 10566, 9564, 9519, 9742, 8983, 9647, 9123, 10225, 10101, 9889, 10175, 11808, 10657, 14738, 10602, 13137, 9943, 12189, 10015, 14423, 11737, 14629, 10690, 12399, 9650, 11770, 9552, 13224, 9698, 8824, 9632, 9771, 10105, 9764, 10546, 10343, 12252, 9807, 9149, 9617, 9501, 9960, 10060, 11257, 10135, 13358, 9548, 10709, 9501, 10424, 9807, 9116, 9614, 9930, 9585, 9404, 10218, 9989, 12206, 9725, 10594, 9859, 10355, 9961, 12147, 9648, 11067, 9639, 10046, 9644, 9401, 11158, 9834, 11521, 9453, 8410, 9805, 9083, 9830, 10000, 12023, 9964, 10928, 9987, 11430, 9634, 13176, 10478, 9835, 10203, 9790, 10429, 9695, 10121, 10365, 9570, 13653, 9514, 8857, 9625, 9809, 10487, 10039, 11221, 10081, 14261, 9374, 9172, 9799, 9204, 9893, 9815, 12156, 10400, 10783, 9847, 9216, 9490, 10043, 10915, 9623, 14537, 10039, 9892, 9629, 9613, 9733, 9749, 11711, 9313, 12524, 9525, 9838, 9680, 7966, 9860, 10326, 10427, 9502, 10186, 9800, 9789, 10117, 10031, 10176, 13593, 11028, 14955, 9397, 11554, 9540, 9025, 9587, 10855, 9764, 10441, 9514, 9957, 9577, 9575, 9582, 10130, 11777, 9840, 13125, 9645, 9832, 9789, 10174, 10262, 13032, 10345, 13333, 9633, 8362, 9600, 8541, 9706, 11997, 10752, 9335, 9519, 10082, 9567, 9737, 10122, 10536, 11103, 9731, 9442, 9300, 9341, 9472, 10282, 10490, 10725, 9809, 9879, 9515, 9558, 10219, 9919, 9761, 11454, 9809, 10470, 9759, 9268, 9577, 9516, 9736, 10321, 9855, 11734, 13343, 9639, 12895, 9825, 11691, 14251, 12634, 15296, 9786, 12324, 9746, 9351, 9495, 9332, 9752, 9968, 9890, 9500, 9650, 9396, 12102, 9497, 10142, 9523, 9256, 9400, 8983, 9466, 9501, 9632, 10243, 9758, 9073, 9585, 9516, 9605, 10183, 9426, 12306, 10969, 9567, 10747, 9291, 9509, 9992, 9658, 11310, 9534, 14213, 9928, 8321, 9403, 8531, 9531, 9854, 9533, 9797, 11052, 9782, 10063, 9952, 9896, 9439, 10896, 9476, 12821, 9450, 8452, 9520, 7921, 9440, 9810, 10762, 9743, 11556, 9485, 10063, 9440, 10459, 9974, 12894, 9941, 8736, 9483, 9697, 10242, 9786, 10283, 9799, 11383, 10021, 13401, 9324, 8218, 9566, 9477, 10190, 9831, 10354, 9740, 11919, 9543, 9635, 9506, 9194, 9406, 9688, 12520, 9767, 13860, 9853, 9225, 9714, 9002, 9908, 10122, 12245, 9784, 13062, 10481, 13018, 9333, 9313, 9548, 8417, 9570, 8741, 9592, 9594, 9289, 9995, 9093, 9668, 10877, 9634, 9362, 9354, 9756, 10327, 9771, 10698, 10169, 13839, 10821, 14559, 9377, 11712, 9624, 11147, 9581, 11131, 9574, 9400, 10135, 9303, 10825, 9773, 11303, 9702, 14524, 10079, 12544, 9387, 10225, 9527, 9199, 9458, 9509, 10858, 10098, 11123, 9604, 10274, 9565, 10275, 9783, 12506, 9790, 11930, 9897, 10170, 9908, 12607, 10098, 13445, 9362, 10984, 9365, 10286, 9497, 11164, 9685, 9594, 9323, 9080, 9118, 9676, 10241, 10088, 11510, 9584, 10393, 9394, 10893, 9851, 12898, 10475, 14257, 9744, 11860, 9415, 10860, 9478, 13581, 10461, 13767, 9381, 9269, 9478, 9195, 9440, 8873, 9685, 10195, 10217, 9146, 9548, 9299, 9456, 9917, 11135, 9705, 12215, 9501, 10573, 9345, 11132, 9701, 10760, 9345, 9839, 9140, 9529, 9475, 9426, 11221, 9606, 12526, 9416, 9982, 9719, 10002, 9710, 10962, 9481, 14307, 9150, 11509, 9334, 12354, 9940, 9371, 9809, 10430, 9427, 8939, 8689, 9742, 10285, 10627, 9768, 9416, 9570, 9397, 9896, 10231, 12880, 9414, 12285, 9319, 12171, 9287, 10661, 9578, 11548, 9989, 14137, 9455, 9124, 9559, 9571, 9503, 9359, 10202, 9894, 11439, 9609, 10634, 10034, 10390, 9982, 10201, 9643, 11897, 9461, 10230, 9459, 8968, 9435, 9758, 9475, 10078, 10922, 9929, 10169, 9334, 9299, 9462, 10062, 9696, 12344, 9819, 10225, 9388, 9319, 9817, 10594, 9685, 12393, 9723, 11196, 9501, 10869, 9313, 11264, 9539, 10032, 9423, 9168, 9083, 9913, 10636, 10046, 10758, 10146, 13515, 9756, 11377, 9315, 10591, 9482, 8929, 9745, 10210, 10998, 9571, 10262, 9384, 9569, 9535, 8473, 9749, 9353, 12215, 9601, 11047, 9694, 9989, 10095, 12027, 9703, 14332, 9474, 8085, 9673, 9816, 9623, 10369, 11973, 9610, 11520, 9416, 10279, 9826, 10574, 9714, 11030, 9648, 9422, 9480, 9888, 10072, 9957, 10454, 9761, 13464, 9340, 9897, 9397, 9985, 9562, 9807, 12393, 9369, 12851, 9670, 10857, 9509, 11303, 9595, 12731, 9538, 9912, 9398, 9502, 10552, 9657, 11317, 10031, 13963, 9356, 9916, 9402, 9360, 9520, 10025, 12249, 9481, 9998, 9609, 9614, 10537, 9480, 9308, 9830, 9698, 10901, 9875, 10147, 9437, 11170, 9689, 11016, 9358, 9754, 9227, 9116, 10910, 9649, 13237, 9416, 9250, 9364, 9583, 9391, 9255, 11464, 9965, 13692, 9204, 9485, 9386, 9106, 9888, 10124, 12443, 9388, 11733, 9381, 11049, 9211, 13141, 10937, 14276, 10216, 11159, 9301, 11678, 9392, 11114, 9591, 9745, 9305, 9826, 9455, 9817, 10945, 9500, 14004, 9292, 10608, 9371, 11708, 9490, 12804, 9637, 8908, 9480, 9364, 9137, 9856, 9572, 9576, 11892, 9890, 13335, 9368, 11674, 9342, 10319, 9559, 10538, 9795, 9547, 9285, 9326, 9271, 9179, 9879, 9502, 11999, 9533, 10878, 9745, 9771, 9457, 10810, 9564, 10432, 9338, 9206, 9078, 9739, 9407, 9919, 10647, 10014, 12608, 9505, 8364, 9379, 9424], 'WindowCenter': [4165.0, 4171.0, 4148.0, 4174.0, 4141.0, 4159.0, 4106.0, 4123.0, 4104.0, 4114.0, 4117.0, 4115.0, 4126.0, 4093.0, 4102.0, 4113.0, 4113.0, 4103.0, 4113.0, 4115.0, 4159.0, 4126.0, 4103.0, 4102.0, 4103.0, 4114.0, 4115.0, 4125.0, 4127.0, 4147.0, 4127.0, 4134.0, 4116.0, 4114.0, 4115.0, 4114.0, 4118.0, 4126.0, 4127.0, 4103.0, 4104.0, 4104.0, 4114.0, 4103.0, 4114.0, 4117.0, 4125.0, 4104.0, 4113.0, 4101.0, 4102.0, 4102.0, 4092.0, 4105.0, 4125.0, 4116.0, 4104.0, 4104.0, 4104.0, 4105.0, 4115.0, 4125.0, 4116.0, 4125.0, 4116.0, 4126.0, 4117.0, 4134.0, 4117.0, 4158.0, 4129.0, 4147.0, 4105.0, 4104.0, 4103.0, 4104.0, 4116.0, 4116.0, 4137.0, 4104.0, 4115.0, 4095.0, 4128.0, 4128.0, 4150.0, 4150.0, 4163.0, 4130.0, 4116.0, 4118.0, 4096.0, 4117.0, 4117.0, 4128.0, 4129.0, 4148.0, 4117.0, 4137.0, 4118.0, 4095.0, 4116.0, 4095.0, 4117.0, 4126.0, 4118.0, 4147.0, 4117.0, 4105.0, 4105.0, 4104.0, 4105.0, 4104.0, 4126.0, 4116.0, 4137.0, 4116.0, 4126.0, 4117.0, 4116.0, 4117.0, 4106.0, 4118.0, 4118.0, 4128.0, 4129.0, 4129.0, 4130.0, 4150.0, 4130.0, 4161.0, 4129.0, 4147.0, 4117.0, 4135.0, 4116.0, 4148.0, 4125.0, 4146.0, 4115.0, 4123.0, 4102.0, 4122.0, 4103.0, 4133.0, 4103.0, 4092.0, 4101.0, 4101.0, 4101.0, 4103.0, 4111.0, 4114.0, 4124.0, 4114.0, 4103.0, 4103.0, 4103.0, 4103.0, 4116.0, 4126.0, 4116.0, 4145.0, 4105.0, 4113.0, 4104.0, 4115.0, 4116.0, 4094.0, 4104.0, 4103.0, 4103.0, 4101.0, 4114.0, 4114.0, 4135.0, 4103.0, 4113.0, 4103.0, 4112.0, 4115.0, 4135.0, 4105.0, 4124.0, 4103.0, 4103.0, 4102.0, 4103.0, 4125.0, 4115.0, 4125.0, 4115.0, 4094.0, 4115.0, 4105.0, 4118.0, 4117.0, 4137.0, 4115.0, 4113.0, 4103.0, 4123.0, 4115.0, 4134.0, 4114.0, 4103.0, 4103.0, 4103.0, 4113.0, 4105.0, 4115.0, 4116.0, 4105.0, 4146.0, 4105.0, 4094.0, 4104.0, 4114.0, 4114.0, 4103.0, 4125.0, 4115.0, 4144.0, 4102.0, 4102.0, 4102.0, 4103.0, 4117.0, 4116.0, 4136.0, 4116.0, 4114.0, 4115.0, 4104.0, 4116.0, 4117.0, 4125.0, 4119.0, 4147.0, 4117.0, 4104.0, 4105.0, 4104.0, 4104.0, 4105.0, 4127.0, 4105.0, 4136.0, 4105.0, 4103.0, 4105.0, 4083.0, 4117.0, 4126.0, 4127.0, 4106.0, 4116.0, 4117.0, 4116.0, 4116.0, 4115.0, 4129.0, 4148.0, 4127.0, 4145.0, 4105.0, 4124.0, 4104.0, 4092.0, 4104.0, 4113.0, 4116.0, 4114.0, 4104.0, 4103.0, 4103.0, 4103.0, 4103.0, 4114.0, 4126.0, 4104.0, 4133.0, 4103.0, 4103.0, 4102.0, 4103.0, 4117.0, 4136.0, 4116.0, 4135.0, 4104.0, 4092.0, 4104.0, 4092.0, 4104.0, 4124.0, 4114.0, 4092.0, 4091.0, 4100.0, 4090.0, 4089.0, 4101.0, 4112.0, 4112.0, 4091.0, 4090.0, 4090.0, 4090.0, 4101.0, 4114.0, 4115.0, 4113.0, 4101.0, 4101.0, 4090.0, 4090.0, 4100.0, 4101.0, 4101.0, 4112.0, 4101.0, 4099.0, 4101.0, 4091.0, 4103.0, 4114.0, 4127.0, 4129.0, 4117.0, 4138.0, 4146.0, 4105.0, 4134.0, 4102.0, 4123.0, 4132.0, 4123.0, 4131.0, 4090.0, 4109.0, 4088.0, 4088.0, 4088.0, 4089.0, 4101.0, 4101.0, 4099.0, 4101.0, 4090.0, 4092.0, 4120.0, 4102.0, 4101.0, 4102.0, 4090.0, 4092.0, 4091.0, 4103.0, 4102.0, 4116.0, 4114.0, 4117.0, 4106.0, 4116.0, 4115.0, 4116.0, 4114.0, 4105.0, 4136.0, 4126.0, 4105.0, 4114.0, 4092.0, 4102.0, 4101.0, 4102.0, 4111.0, 4103.0, 4132.0, 4103.0, 4080.0, 4091.0, 4090.0, 4103.0, 4113.0, 4115.0, 4115.0, 4126.0, 4116.0, 4115.0, 4116.0, 4115.0, 4106.0, 4126.0, 4117.0, 4136.0, 4105.0, 4094.0, 4104.0, 4083.0, 4105.0, 4115.0, 4116.0, 4104.0, 4124.0, 4102.0, 4101.0, 4101.0, 4111.0, 4114.0, 4133.0, 4115.0, 4093.0, 4102.0, 4103.0, 4112.0, 4102.0, 4102.0, 4103.0, 4124.0, 4104.0, 4133.0, 4103.0, 4082.0, 4102.0, 4103.0, 4113.0, 4114.0, 4114.0, 4116.0, 4134.0, 4116.0, 4115.0, 4104.0, 4105.0, 4104.0, 4117.0, 4137.0, 4116.0, 4146.0, 4114.0, 4104.0, 4105.0, 4105.0, 4116.0, 4116.0, 4137.0, 4116.0, 4149.0, 4128.0, 4135.0, 4104.0, 4101.0, 4102.0, 4081.0, 4116.0, 4094.0, 4106.0, 4105.0, 4104.0, 4115.0, 4104.0, 4116.0, 4128.0, 4119.0, 4118.0, 4107.0, 4117.0, 4117.0, 4116.0, 4116.0, 4130.0, 4148.0, 4128.0, 4147.0, 4106.0, 4125.0, 4105.0, 4126.0, 4118.0, 4125.0, 4106.0, 4104.0, 4104.0, 4104.0, 4114.0, 4103.0, 4125.0, 4104.0, 4146.0, 4104.0, 4124.0, 4104.0, 4113.0, 4104.0, 4104.0, 4105.0, 4115.0, 4127.0, 4117.0, 4126.0, 4117.0, 4116.0, 4117.0, 4128.0, 4130.0, 4149.0, 4116.0, 4125.0, 4105.0, 4113.0, 4115.0, 4135.0, 4116.0, 4134.0, 4104.0, 4112.0, 4103.0, 4112.0, 4115.0, 4125.0, 4105.0, 4103.0, 4103.0, 4094.0, 4103.0, 4115.0, 4127.0, 4127.0, 4137.0, 4117.0, 4116.0, 4107.0, 4126.0, 4116.0, 4148.0, 4117.0, 4147.0, 4105.0, 4124.0, 4104.0, 4113.0, 4105.0, 4135.0, 4115.0, 4134.0, 4092.0, 4091.0, 4102.0, 4090.0, 4102.0, 4091.0, 4102.0, 4101.0, 4101.0, 4091.0, 4091.0, 4090.0, 4101.0, 4114.0, 4124.0, 4102.0, 4122.0, 4102.0, 4113.0, 4103.0, 4113.0, 4105.0, 4113.0, 4093.0, 4102.0, 4091.0, 4102.0, 4102.0, 4103.0, 4124.0, 4103.0, 4124.0, 4092.0, 4101.0, 4102.0, 4101.0, 4102.0, 4114.0, 4104.0, 4144.0, 4104.0, 4112.0, 4093.0, 4149.0, 4129.0, 4105.0, 4117.0, 4140.0, 4116.0, 4120.0, 4108.0, 4116.0, 4116.0, 4126.0, 4118.0, 4107.0, 4120.0, 4119.0, 4121.0, 4119.0, 4139.0, 4096.0, 4125.0, 4092.0, 4111.0, 4080.0, 4090.0, 4091.0, 4112.0, 4103.0, 4134.0, 4094.0, 4093.0, 4104.0, 4093.0, 4093.0, 4094.0, 4116.0, 4106.0, 4127.0, 4106.0, 4114.0, 4106.0, 4115.0, 4106.0, 4104.0, 4106.0, 4127.0, 4108.0, 4117.0, 4108.0, 4097.0, 4107.0, 4106.0, 4108.0, 4119.0, 4129.0, 4118.0, 4117.0, 4105.0, 4105.0, 4105.0, 4117.0, 4117.0, 4138.0, 4106.0, 4115.0, 4095.0, 4094.0, 4105.0, 4117.0, 4118.0, 4138.0, 4106.0, 4115.0, 4105.0, 4114.0, 4106.0, 4127.0, 4108.0, 4116.0, 4106.0, 4095.0, 4095.0, 4105.0, 4115.0, 4118.0, 4128.0, 4117.0, 4137.0, 4106.0, 4125.0, 4105.0, 4114.0, 4106.0, 4105.0, 4118.0, 4118.0, 4128.0, 4107.0, 4116.0, 4108.0, 4117.0, 4118.0, 4097.0, 4120.0, 4120.0, 4141.0, 4119.0, 4128.0, 4118.0, 4117.0, 4119.0, 4138.0, 4119.0, 4148.0, 4106.0, 4097.0, 4106.0, 4105.0, 4118.0, 4117.0, 4126.0, 4104.0, 4115.0, 4094.0, 4102.0, 4103.0, 4113.0, 4106.0, 4114.0, 4105.0, 4104.0, 4104.0, 4115.0, 4103.0, 4115.0, 4116.0, 4118.0, 4148.0, 4107.0, 4104.0, 4105.0, 4104.0, 4106.0, 4117.0, 4137.0, 4105.0, 4136.0, 4104.0, 4113.0, 4104.0, 4125.0, 4107.0, 4135.0, 4105.0, 4104.0, 4093.0, 4091.0, 4101.0, 4103.0, 4114.0, 4104.0, 4134.0, 4092.0, 4102.0, 4093.0, 4093.0, 4104.0, 4117.0, 4136.0, 4106.0, 4116.0, 4105.0, 4105.0, 4115.0, 4117.0, 4107.0, 4116.0, 4106.0, 4126.0, 4117.0, 4116.0, 4107.0, 4127.0, 4119.0, 4128.0, 4107.0, 4105.0, 4105.0, 4105.0, 4125.0, 4116.0, 4137.0, 4106.0, 4104.0, 4105.0, 4104.0, 4105.0, 4118.0, 4138.0, 4116.0, 4147.0, 4106.0, 4116.0, 4106.0, 4107.0, 4129.0, 4130.0, 4150.0, 4120.0, 4139.0, 4119.0, 4138.0, 4121.0, 4151.0, 4130.0, 4149.0, 4117.0, 4125.0, 4105.0, 4123.0, 4106.0, 4125.0, 4106.0, 4105.0, 4104.0, 4104.0, 4104.0, 4116.0, 4127.0, 4118.0, 4147.0, 4105.0, 4114.0, 4105.0, 4123.0, 4104.0, 4135.0, 4105.0, 4092.0, 4103.0, 4091.0, 4091.0, 4102.0, 4102.0, 4105.0, 4125.0, 4104.0, 4134.0, 4093.0, 4112.0, 4093.0, 4101.0, 4104.0, 4114.0, 4115.0, 4104.0, 4104.0, 4091.0, 4092.0, 4092.0, 4115.0, 4105.0, 4125.0, 4104.0, 4113.0, 4104.0, 4102.0, 4104.0, 4125.0, 4117.0, 4114.0, 4105.0, 4094.0, 4093.0, 4103.0, 4093.0, 4117.0, 4116.0, 4117.0, 4136.0, 4105.0, 4083.0, 4105.0, 4104.0], 'WindowWidth': [9256.0, 9254.0, 9217.0, 9246.0, 9193.0, 9210.0, 9136.0, 9154.0, 9130.0, 9145.0, 9153.0, 9147.0, 9162.0, 9113.0, 9125.0, 9139.0, 9139.0, 9126.0, 9139.0, 9146.0, 9213.0, 9162.0, 9128.0, 9125.0, 9126.0, 9144.0, 9145.0, 9160.0, 9165.0, 9194.0, 9166.0, 9172.0, 9148.0, 9143.0, 9145.0, 9145.0, 9155.0, 9162.0, 9164.0, 9127.0, 9129.0, 9130.0, 9143.0, 9127.0, 9142.0, 9151.0, 9159.0, 9128.0, 9139.0, 9122.0, 9123.0, 9125.0, 9111.0, 9131.0, 9159.0, 9149.0, 9132.0, 9130.0, 9129.0, 9132.0, 9146.0, 9160.0, 9150.0, 9160.0, 9150.0, 9162.0, 9150.0, 9172.0, 9152.0, 9210.0, 9171.0, 9192.0, 9132.0, 9130.0, 9128.0, 9130.0, 9151.0, 9148.0, 9178.0, 9133.0, 9147.0, 9119.0, 9168.0, 9170.0, 9204.0, 9203.0, 9224.0, 9174.0, 9149.0, 9156.0, 9124.0, 9153.0, 9152.0, 9169.0, 9173.0, 9196.0, 9154.0, 9180.0, 9154.0, 9122.0, 9150.0, 9120.0, 9152.0, 9162.0, 9156.0, 9191.0, 9151.0, 9133.0, 9133.0, 9131.0, 9130.0, 9129.0, 9162.0, 9147.0, 9179.0, 9150.0, 9162.0, 9153.0, 9148.0, 9155.0, 9140.0, 9157.0, 9155.0, 9169.0, 9172.0, 9171.0, 9175.0, 9205.0, 9177.0, 9219.0, 9172.0, 9194.0, 9153.0, 9173.0, 9149.0, 9195.0, 9162.0, 9189.0, 9144.0, 9154.0, 9126.0, 9150.0, 9127.0, 9168.0, 9128.0, 9112.0, 9122.0, 9121.0, 9120.0, 9126.0, 9135.0, 9145.0, 9156.0, 9145.0, 9129.0, 9128.0, 9129.0, 9126.0, 9149.0, 9162.0, 9151.0, 9188.0, 9133.0, 9142.0, 9131.0, 9146.0, 9150.0, 9117.0, 9129.0, 9126.0, 9126.0, 9123.0, 9144.0, 9143.0, 9174.0, 9127.0, 9139.0, 9128.0, 9138.0, 9148.0, 9172.0, 9135.0, 9155.0, 9128.0, 9126.0, 9125.0, 9129.0, 9161.0, 9146.0, 9159.0, 9148.0, 9117.0, 9148.0, 9135.0, 9155.0, 9153.0, 9180.0, 9144.0, 9140.0, 9128.0, 9152.0, 9148.0, 9171.0, 9145.0, 9125.0, 9125.0, 9127.0, 9137.0, 9132.0, 9145.0, 9148.0, 9132.0, 9187.0, 9132.0, 9116.0, 9130.0, 9143.0, 9143.0, 9127.0, 9158.0, 9146.0, 9183.0, 9125.0, 9125.0, 9124.0, 9128.0, 9153.0, 9148.0, 9175.0, 9147.0, 9141.0, 9146.0, 9131.0, 9147.0, 9151.0, 9160.0, 9157.0, 9192.0, 9149.0, 9128.0, 9128.0, 9126.0, 9126.0, 9132.0, 9164.0, 9131.0, 9172.0, 9130.0, 9125.0, 9130.0, 9098.0, 9150.0, 9162.0, 9165.0, 9134.0, 9149.0, 9149.0, 9147.0, 9149.0, 9146.0, 9170.0, 9194.0, 9166.0, 9188.0, 9131.0, 9155.0, 9129.0, 9111.0, 9128.0, 9141.0, 9149.0, 9143.0, 9130.0, 9126.0, 9126.0, 9125.0, 9125.0, 9142.0, 9161.0, 9130.0, 9168.0, 9124.0, 9123.0, 9123.0, 9125.0, 9150.0, 9173.0, 9150.0, 9171.0, 9128.0, 9112.0, 9127.0, 9110.0, 9131.0, 9157.0, 9144.0, 9109.0, 9107.0, 9118.0, 9104.0, 9101.0, 9121.0, 9137.0, 9137.0, 9105.0, 9105.0, 9106.0, 9106.0, 9120.0, 9144.0, 9144.0, 9140.0, 9120.0, 9119.0, 9104.0, 9104.0, 9117.0, 9121.0, 9121.0, 9137.0, 9119.0, 9116.0, 9121.0, 9108.0, 9130.0, 9144.0, 9170.0, 9172.0, 9153.0, 9183.0, 9188.0, 9131.0, 9171.0, 9124.0, 9153.0, 9163.0, 9152.0, 9161.0, 9101.0, 9126.0, 9099.0, 9097.0, 9098.0, 9103.0, 9119.0, 9120.0, 9116.0, 9120.0, 9105.0, 9109.0, 9144.0, 9123.0, 9122.0, 9124.0, 9104.0, 9111.0, 9106.0, 9127.0, 9124.0, 9150.0, 9145.0, 9153.0, 9134.0, 9149.0, 9146.0, 9148.0, 9143.0, 9133.0, 9174.0, 9162.0, 9130.0, 9142.0, 9109.0, 9123.0, 9119.0, 9121.0, 9134.0, 9128.0, 9164.0, 9126.0, 9091.0, 9108.0, 9106.0, 9125.0, 9140.0, 9147.0, 9146.0, 9163.0, 9147.0, 9146.0, 9150.0, 9145.0, 9137.0, 9165.0, 9155.0, 9176.0, 9134.0, 9116.0, 9130.0, 9099.0, 9131.0, 9147.0, 9147.0, 9128.0, 9154.0, 9122.0, 9120.0, 9120.0, 9133.0, 9144.0, 9167.0, 9144.0, 9114.0, 9125.0, 9125.0, 9138.0, 9125.0, 9123.0, 9127.0, 9155.0, 9130.0, 9168.0, 9126.0, 9098.0, 9125.0, 9127.0, 9141.0, 9143.0, 9144.0, 9150.0, 9173.0, 9151.0, 9147.0, 9131.0, 9133.0, 9130.0, 9154.0, 9180.0, 9148.0, 9187.0, 9143.0, 9128.0, 9131.0, 9132.0, 9147.0, 9148.0, 9176.0, 9149.0, 9199.0, 9167.0, 9172.0, 9129.0, 9122.0, 9124.0, 9095.0, 9149.0, 9117.0, 9134.0, 9129.0, 9129.0, 9147.0, 9130.0, 9149.0, 9168.0, 9160.0, 9155.0, 9140.0, 9152.0, 9150.0, 9149.0, 9149.0, 9174.0, 9195.0, 9169.0, 9191.0, 9134.0, 9156.0, 9132.0, 9161.0, 9154.0, 9159.0, 9134.0, 9129.0, 9127.0, 9127.0, 9142.0, 9125.0, 9157.0, 9130.0, 9187.0, 9129.0, 9153.0, 9129.0, 9139.0, 9128.0, 9129.0, 9131.0, 9148.0, 9166.0, 9152.0, 9162.0, 9152.0, 9149.0, 9150.0, 9166.0, 9174.0, 9197.0, 9149.0, 9155.0, 9130.0, 9139.0, 9147.0, 9170.0, 9146.0, 9170.0, 9128.0, 9138.0, 9127.0, 9137.0, 9146.0, 9159.0, 9133.0, 9126.0, 9127.0, 9117.0, 9127.0, 9146.0, 9165.0, 9167.0, 9179.0, 9152.0, 9148.0, 9139.0, 9161.0, 9152.0, 9195.0, 9151.0, 9191.0, 9132.0, 9155.0, 9128.0, 9137.0, 9132.0, 9172.0, 9146.0, 9168.0, 9110.0, 9107.0, 9122.0, 9104.0, 9121.0, 9109.0, 9124.0, 9120.0, 9119.0, 9104.0, 9105.0, 9104.0, 9119.0, 9144.0, 9155.0, 9125.0, 9149.0, 9123.0, 9136.0, 9125.0, 9138.0, 9131.0, 9139.0, 9112.0, 9123.0, 9107.0, 9121.0, 9121.0, 9126.0, 9156.0, 9124.0, 9154.0, 9109.0, 9120.0, 9122.0, 9118.0, 9123.0, 9141.0, 9132.0, 9182.0, 9127.0, 9135.0, 9112.0, 9201.0, 9172.0, 9135.0, 9152.0, 9191.0, 9153.0, 9165.0, 9145.0, 9147.0, 9146.0, 9162.0, 9152.0, 9137.0, 9158.0, 9156.0, 9162.0, 9153.0, 9181.0, 9116.0, 9153.0, 9105.0, 9128.0, 9084.0, 9098.0, 9101.0, 9132.0, 9122.0, 9163.0, 9109.0, 9107.0, 9123.0, 9108.0, 9108.0, 9111.0, 9145.0, 9130.0, 9161.0, 9129.0, 9140.0, 9131.0, 9142.0, 9130.0, 9126.0, 9133.0, 9161.0, 9137.0, 9148.0, 9135.0, 9120.0, 9135.0, 9133.0, 9137.0, 9154.0, 9168.0, 9150.0, 9147.0, 9130.0, 9129.0, 9128.0, 9148.0, 9150.0, 9177.0, 9132.0, 9144.0, 9115.0, 9113.0, 9129.0, 9148.0, 9152.0, 9177.0, 9133.0, 9142.0, 9130.0, 9139.0, 9132.0, 9162.0, 9139.0, 9146.0, 9133.0, 9115.0, 9115.0, 9129.0, 9142.0, 9154.0, 9165.0, 9150.0, 9175.0, 9132.0, 9156.0, 9130.0, 9141.0, 9132.0, 9132.0, 9154.0, 9152.0, 9165.0, 9136.0, 9148.0, 9139.0, 9149.0, 9153.0, 9125.0, 9161.0, 9161.0, 9190.0, 9154.0, 9167.0, 9152.0, 9149.0, 9155.0, 9180.0, 9156.0, 9193.0, 9133.0, 9121.0, 9133.0, 9129.0, 9151.0, 9150.0, 9160.0, 9126.0, 9142.0, 9111.0, 9120.0, 9123.0, 9137.0, 9134.0, 9143.0, 9130.0, 9127.0, 9126.0, 9143.0, 9126.0, 9145.0, 9147.0, 9154.0, 9192.0, 9136.0, 9129.0, 9130.0, 9127.0, 9134.0, 9149.0, 9178.0, 9131.0, 9171.0, 9128.0, 9138.0, 9125.0, 9157.0, 9136.0, 9170.0, 9130.0, 9124.0, 9109.0, 9105.0, 9119.0, 9125.0, 9140.0, 9128.0, 9167.0, 9109.0, 9122.0, 9110.0, 9110.0, 9127.0, 9151.0, 9174.0, 9135.0, 9146.0, 9130.0, 9132.0, 9145.0, 9151.0, 9138.0, 9148.0, 9134.0, 9162.0, 9150.0, 9147.0, 9137.0, 9165.0, 9157.0, 9167.0, 9135.0, 9132.0, 9130.0, 9132.0, 9160.0, 9149.0, 9176.0, 9133.0, 9128.0, 9131.0, 9129.0, 9132.0, 9155.0, 9180.0, 9150.0, 9191.0, 9134.0, 9148.0, 9134.0, 9139.0, 9171.0, 9176.0, 9202.0, 9160.0, 9184.0, 9158.0, 9180.0, 9163.0, 9203.0, 9173.0, 9196.0, 9149.0, 9157.0, 9131.0, 9152.0, 9136.0, 9159.0, 9134.0, 9131.0, 9128.0, 9129.0, 9127.0, 9148.0, 9163.0, 9153.0, 9191.0, 9133.0, 9142.0, 9129.0, 9150.0, 9129.0, 9170.0, 9131.0, 9111.0, 9124.0, 9107.0, 9106.0, 9121.0, 9122.0, 9131.0, 9157.0, 9128.0, 9166.0, 9112.0, 9137.0, 9113.0, 9118.0, 9129.0, 9144.0, 9144.0, 9129.0, 9127.0, 9107.0, 9108.0, 9109.0, 9144.0, 9132.0, 9159.0, 9128.0, 9137.0, 9126.0, 9121.0, 9127.0, 9157.0, 9150.0, 9142.0, 9130.0, 9113.0, 9112.0, 9125.0, 9111.0, 9149.0, 9148.0, 9149.0, 9173.0, 9131.0, 9100.0, 9130.0, 9127.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.0004268202764976959</td></tr>
<tr><td colspan=3>aqi</td><td>0.01662224953917051</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.159767036470626</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1744823558823543</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024219170818922</td></tr>
<tr><td colspan=3>efc</td><td>0.5062</td></tr>
<tr><td colspan=3>fber</td><td>3573.7444</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07585934201883981</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2672811059907834</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.655132948059947</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6360017553346387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9017376580899104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4276594307552926</td></tr>
<tr><td colspan=3>gcor</td><td>0.00756306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012088806368410587</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026305614039301872</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.5599423480818695</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.6874</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.0707</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.7617</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296446.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1191.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.938</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8057</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.5044</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3235.5991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.4479</td></tr>
<tr><td colspan=3>tsnr</td><td>40.9335501184687</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>