<?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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-04/func/sub-0019_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>f6db13c240d8201ae7591200cb1bc2f3</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:11:53.447500</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.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</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.0834549</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>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.359</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96aa6554-ec1e-4db1-acd6-ab8a3654824d||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.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['161153.447500', '161153.907500', '161154.367500', '161154.827500', '161155.287500', '161155.747500', '161156.207500', '161156.667500', '161157.127500', '161157.587500', '161158.047500', '161158.507500', '161158.967500', '161159.427500', '161159.887500', '161200.347500', '161200.807500', '161201.267500', '161201.727500', '161202.187500', '161202.647500', '161203.107500', '161203.567500', '161204.027500', '161204.487500', '161204.947500', '161205.407500', '161205.867500', '161206.327500', '161206.787500', '161207.247500', '161207.707500', '161208.167500', '161208.627500', '161209.087500', '161209.547500', '161210.007500', '161210.467500', '161210.927500', '161211.387500', '161211.847500', '161212.307500', '161212.767500', '161213.227500', '161213.687500', '161214.147500', '161214.607500', '161215.067500', '161215.527500', '161215.987500', '161216.447500', '161216.907500', '161217.367500', '161217.827500', '161218.287500', '161218.747500', '161219.207500', '161219.667500', '161220.127500', '161220.587500', '161221.047500', '161221.507500', '161221.967500', '161222.427500', '161222.887500', '161223.347500', '161223.807500', '161224.267500', '161224.727500', '161225.187500', '161225.647500', '161226.107500', '161226.567500', '161227.027500', '161227.487500', '161227.947500', '161228.407500', '161228.867500', '161229.327500', '161229.787500', '161230.247500', '161230.707500', '161231.167500', '161231.627500', '161232.087500', '161232.547500', '161233.007500', '161233.467500', '161233.927500', '161234.387500', '161234.847500', '161235.307500', '161235.767500', '161236.227500', '161236.687500', '161237.147500', '161237.607500', '161238.067500', '161238.527500', '161238.987500', '161239.447500', '161239.907500', '161240.367500', '161240.827500', '161241.287500', '161241.747500', '161242.207500', '161242.667500', '161243.127500', '161243.587500', '161244.047500', '161244.507500', '161244.967500', '161245.427500', '161245.887500', '161246.347500', '161246.807500', '161247.267500', '161247.727500', '161248.187500', '161248.647500', '161249.107500', '161249.567500', '161250.027500', '161250.487500', '161250.947500', '161251.407500', '161251.867500', '161252.327500', '161252.787500', '161253.247500', '161253.707500', '161254.167500', '161254.627500', '161255.087500', '161255.547500', '161256.007500', '161256.467500', '161256.927500', '161257.387500', '161257.847500', '161258.307500', '161258.767500', '161259.227500', '161259.687500', '161300.147500', '161300.607500', '161301.067500', '161301.527500', '161301.987500', '161302.447500', '161302.907500', '161303.367500', '161303.827500', '161304.287500', '161304.747500', '161305.207500', '161305.667500', '161306.127500', '161306.587500', '161307.047500', '161307.507500', '161307.967500', '161308.427500', '161308.887500', '161309.347500', '161309.807500', '161310.267500', '161310.727500', '161311.187500', '161311.647500', '161312.107500', '161312.567500', '161313.027500', '161313.487500', '161313.947500', '161314.407500', '161314.867500', '161315.327500', '161315.787500', '161316.247500', '161316.707500', '161317.167500', '161317.627500', '161318.087500', '161318.547500', '161319.007500', '161319.467500', '161319.927500', '161320.387500', '161320.847500', '161321.307500', '161321.767500', '161322.227500', '161322.687500', '161323.147500', '161323.607500', '161324.067500', '161324.527500', '161324.987500', '161325.447500', '161325.907500', '161326.367500', '161326.827500', '161327.287500', '161327.747500', '161328.207500', '161328.667500', '161329.127500', '161329.587500', '161330.047500', '161330.507500', '161330.967500', '161331.427500', '161331.887500', '161332.347500', '161332.807500', '161333.267500', '161333.727500', '161334.187500', '161334.647500', '161335.107500', '161335.567500', '161336.027500', '161336.487500', '161336.947500', '161337.407500', '161337.867500', '161338.327500', '161338.787500', '161339.247500', '161339.707500', '161340.167500', '161340.627500', '161341.087500', '161341.547500', '161342.007500', '161342.467500', '161342.927500', '161343.387500', '161343.847500', '161344.307500', '161344.767500', '161345.227500', '161345.687500', '161346.147500', '161346.607500', '161347.067500', '161347.527500', '161347.987500', '161348.447500', '161348.907500', '161349.367500', '161349.827500', '161350.287500', '161350.747500', '161351.207500', '161351.667500', '161352.127500', '161352.587500', '161353.047500', '161353.507500', '161353.967500', '161354.427500', '161354.887500', '161355.347500', '161355.807500', '161356.267500', '161356.727500', '161357.187500', '161357.647500', '161358.107500', '161358.567500', '161359.027500', '161359.487500', '161359.947500', '161400.407500', '161400.867500', '161401.327500', '161401.787500', '161402.247500', '161402.707500', '161403.167500', '161403.627500', '161404.087500', '161404.547500', '161405.007500', '161405.467500', '161405.927500', '161406.387500', '161406.847500', '161407.307500', '161407.767500', '161408.227500', '161408.687500', '161409.147500', '161409.607500', '161410.067500', '161410.527500', '161410.987500', '161411.447500', '161411.907500', '161412.367500', '161412.827500', '161413.287500', '161413.747500', '161414.207500', '161414.667500', '161415.127500', '161415.587500', '161416.047500', '161416.507500', '161416.967500', '161417.427500', '161417.887500', '161418.347500', '161418.807500', '161419.267500', '161419.727500', '161420.187500', '161420.647500', '161421.107500', '161421.567500', '161422.027500', '161422.487500', '161422.947500', '161423.407500', '161423.867500', '161424.327500', '161424.787500', '161425.247500', '161425.707500', '161426.167500', '161426.627500', '161427.087500', '161427.547500', '161428.007500', '161428.467500', '161428.927500', '161429.387500', '161429.847500', '161430.307500', '161430.767500', '161431.227500', '161431.687500', '161432.147500', '161432.607500', '161433.067500', '161433.527500', '161433.987500', '161434.447500', '161434.907500', '161435.367500', '161435.827500', '161436.287500', '161436.747500', '161437.207500', '161437.667500', '161438.127500', '161438.587500', '161439.047500', '161439.507500', '161439.967500', '161440.427500', '161440.887500', '161441.347500', '161441.807500', '161442.267500', '161442.727500', '161443.187500', '161443.647500', '161444.107500', '161444.567500', '161445.027500', '161445.487500', '161445.947500', '161446.407500', '161446.867500', '161447.327500', '161447.787500', '161448.247500', '161448.707500', '161449.167500', '161449.627500', '161450.087500', '161450.547500', '161451.007500', '161451.467500', '161451.927500', '161452.387500', '161452.847500', '161453.307500', '161453.767500', '161454.227500', '161454.687500', '161455.147500', '161455.607500', '161456.067500', '161456.527500', '161456.987500', '161457.447500', '161457.907500', '161458.367500', '161458.827500', '161459.287500', '161459.747500', '161500.207500', '161500.667500', '161501.127500', '161501.587500', '161502.047500', '161502.507500', '161502.967500', '161503.427500', '161503.887500', '161504.347500', '161504.807500', '161505.267500', '161505.727500', '161506.187500', '161506.647500', '161507.107500', '161507.567500', '161508.027500', '161508.487500', '161508.947500', '161509.407500', '161509.867500', '161510.327500', '161510.787500', '161511.247500', '161511.707500', '161512.167500', '161512.627500', '161513.087500', '161513.547500', '161514.007500', '161514.467500', '161514.927500', '161515.387500', '161515.847500', '161516.307500', '161516.767500', '161517.227500', '161517.687500', '161518.147500', '161518.607500', '161519.067500', '161519.527500', '161519.987500', '161520.447500', '161520.907500', '161521.367500', '161521.827500', '161522.287500', '161522.747500', '161523.207500', '161523.667500', '161524.127500', '161524.587500', '161525.047500', '161525.507500', '161525.967500', '161526.427500', '161526.887500', '161527.347500', '161527.807500', '161528.267500', '161528.727500', '161529.187500', '161529.647500', '161530.107500', '161530.567500', '161531.027500', '161531.487500', '161531.947500', '161532.407500', '161532.867500', '161533.327500', '161533.787500', '161534.247500', '161534.707500', '161535.167500', '161535.627500', '161536.087500', '161536.547500', '161537.007500', '161537.467500', '161537.927500', '161538.387500', '161538.847500', '161539.307500', '161539.767500', '161540.227500', '161540.687500', '161541.147500', '161541.607500', '161542.067500', '161542.527500', '161542.987500', '161543.447500', '161543.907500', '161544.367500', '161544.827500', '161545.287500', '161545.747500', '161546.207500', '161546.667500', '161547.127500', '161547.587500', '161548.047500', '161548.507500', '161548.967500', '161549.427500', '161549.887500', '161550.347500', '161550.807500', '161551.267500', '161551.727500', '161552.187500', '161552.647500', '161553.107500', '161553.567500', '161554.027500', '161554.487500', '161554.947500', '161555.407500', '161555.867500', '161556.327500', '161556.787500', '161557.247500', '161557.707500', '161558.167500', '161558.627500', '161559.087500', '161559.547500', '161600.007500', '161600.467500', '161600.927500', '161601.387500', '161601.847500', '161602.307500', '161602.767500', '161603.227500', '161603.687500', '161604.147500', '161604.607500', '161605.067500', '161605.527500', '161605.987500', '161606.447500', '161606.907500', '161607.367500', '161607.827500', '161608.287500', '161608.747500', '161609.207500', '161609.667500', '161610.127500', '161610.587500', '161611.047500', '161611.507500', '161611.967500', '161612.427500', '161612.887500', '161613.347500', '161613.807500', '161614.267500', '161614.727500', '161615.187500', '161615.647500', '161616.107500', '161616.567500', '161617.027500', '161617.487500', '161617.947500', '161618.407500', '161618.867500', '161619.327500', '161619.787500', '161620.247500', '161620.707500', '161621.167500', '161621.627500', '161622.087500', '161622.547500', '161623.007500', '161623.467500', '161623.927500', '161624.387500', '161624.847500', '161625.307500', '161625.767500', '161626.227500', '161626.687500', '161627.147500', '161627.607500', '161628.067500', '161628.527500', '161628.987500', '161629.447500', '161629.907500', '161630.367500', '161630.827500', '161631.287500', '161631.747500', '161632.207500', '161632.667500', '161633.127500', '161633.587500', '161634.047500', '161634.507500', '161634.967500', '161635.427500', '161635.887500', '161636.347500', '161636.807500', '161637.267500', '161637.727500', '161638.187500', '161638.647500', '161639.107500', '161639.567500', '161640.027500', '161640.487500', '161640.947500', '161641.407500', '161641.867500', '161642.327500', '161642.787500', '161643.247500', '161643.707500', '161644.167500', '161644.627500', '161645.087500', '161645.547500', '161646.007500', '161646.467500', '161646.927500', '161647.387500', '161647.847500', '161648.307500', '161648.767500', '161649.227500', '161649.687500', '161650.147500', '161650.607500', '161651.067500', '161651.527500', '161651.987500', '161652.447500', '161652.907500', '161653.367500', '161653.827500', '161654.287500', '161654.747500', '161655.207500', '161655.667500', '161656.127500', '161656.587500', '161657.047500', '161657.507500', '161657.967500', '161658.427500', '161658.887500', '161659.347500', '161659.807500', '161700.267500', '161700.727500', '161701.187500', '161701.647500', '161702.107500', '161702.567500', '161703.027500', '161703.487500', '161703.947500', '161704.407500', '161704.867500', '161705.327500', '161705.787500', '161706.247500', '161706.707500', '161707.167500', '161707.627500', '161708.087500', '161708.547500', '161709.007500', '161709.467500', '161709.927500', '161710.387500', '161710.847500', '161711.307500', '161711.767500', '161712.227500', '161712.687500', '161713.147500', '161713.607500', '161714.067500', '161714.527500', '161714.987500', '161715.447500', '161715.907500', '161716.367500', '161716.827500', '161717.287500', '161717.747500', '161718.207500', '161718.667500', '161719.127500', '161719.587500', '161720.047500', '161720.507500', '161720.967500', '161721.427500', '161721.887500', '161722.347500', '161722.807500', '161723.267500', '161723.727500', '161724.187500', '161724.647500', '161725.107500', '161725.567500', '161726.027500', '161726.487500', '161726.947500', '161727.407500', '161727.867500', '161728.327500', '161728.787500', '161729.247500', '161729.707500', '161730.167500', '161730.627500', '161731.087500', '161731.547500', '161732.007500', '161732.467500', '161732.927500', '161733.387500', '161733.847500', '161734.307500', '161734.767500', '161735.227500', '161735.687500', '161736.147500', '161736.607500', '161737.067500', '161737.527500', '161737.987500', '161738.447500', '161738.907500', '161739.367500', '161739.827500', '161740.287500', '161740.747500', '161741.207500', '161741.667500', '161742.127500', '161742.587500', '161743.047500', '161743.507500', '161743.967500', '161744.427500', '161744.887500', '161745.347500', '161745.807500', '161746.267500', '161746.727500', '161747.187500', '161747.647500', '161748.107500', '161748.567500', '161749.027500', '161749.487500', '161749.947500', '161750.407500', '161750.867500', '161751.327500', '161751.787500', '161752.247500', '161752.707500', '161753.167500', '161753.627500', '161754.087500', '161754.547500', '161755.007500', '161755.467500', '161755.927500', '161756.387500', '161756.847500', '161757.307500', '161757.767500', '161758.227500', '161758.687500', '161759.147500', '161759.607500', '161800.067500', '161800.527500', '161800.987500', '161801.447500', '161801.907500', '161802.367500', '161802.827500', '161803.287500', '161803.747500', '161804.207500', '161804.667500', '161805.127500', '161805.587500', '161806.047500', '161806.507500', '161806.967500', '161807.427500', '161807.887500', '161808.347500', '161808.807500', '161809.267500', '161809.727500', '161810.187500', '161810.647500', '161811.107500', '161811.567500', '161812.027500', '161812.487500', '161812.947500', '161813.407500', '161813.867500', '161814.327500', '161814.787500', '161815.247500', '161815.707500', '161816.167500', '161816.627500', '161817.087500', '161817.547500', '161818.007500', '161818.467500', '161818.927500', '161819.387500', '161819.847500', '161820.307500', '161820.767500', '161821.227500', '161821.687500', '161822.147500', '161822.607500', '161823.067500', '161823.527500', '161823.987500', '161824.447500', '161824.907500', '161825.367500', '161825.827500', '161826.287500', '161826.747500', '161827.207500', '161827.667500', '161828.127500', '161828.587500', '161829.047500', '161829.507500', '161829.967500', '161830.427500', '161830.887500', '161831.347500', '161831.807500', '161832.267500', '161832.727500', '161833.187500', '161833.647500', '161834.107500'], 'ContentTime': ['161203.957000', '161203.960000', '161203.964000', '161203.967000', '161203.969000', '161203.980000', '161203.983000', '161203.986000', '161203.989000', '161203.992000', '161203.995000', '161203.998000', '161204.002000', '161204.005000', '161204.008000', '161204.011000', '161204.014000', '161204.017000', '161204.020000', '161204.023000', '161204.025000', '161223.913000', '161223.916000', '161223.919000', '161223.922000', '161223.925000', '161223.928000', '161223.931000', '161223.934000', '161223.937000', '161223.940000', '161223.943000', '161223.946000', '161223.949000', '161223.952000', '161223.955000', '161223.958000', '161223.961000', '161223.964000', '161223.967000', '161223.970000', '161223.973000', '161223.976000', '161223.979000', '161223.982000', '161223.985000', '161223.988000', '161223.991000', '161223.994000', '161223.997000', '161224.001000', '161224.014000', '161224.025000', '161224.028000', '161224.032000', '161224.046000', '161224.049000', '161224.052000', '161224.072000', '161224.074000', '161224.077000', '161224.080000', '161224.083000', '161224.086000', '161224.089000', '161243.913000', '161243.916000', '161243.919000', '161243.922000', '161243.925000', '161243.928000', '161243.930000', '161243.933000', '161243.936000', '161243.939000', '161243.942000', '161243.945000', '161243.950000', '161243.954000', '161243.957000', '161243.960000', '161243.963000', '161243.966000', '161243.969000', '161243.972000', '161243.974000', '161243.977000', '161243.980000', '161243.983000', '161243.986000', '161243.989000', '161243.992000', '161243.994000', '161243.997000', '161244.001000', '161244.004000', '161244.007000', '161244.010000', '161244.013000', '161244.016000', '161244.018000', '161244.021000', '161244.024000', '161244.027000', '161244.030000', '161244.033000', '161244.036000', '161244.038000', '161303.913000', '161303.916000', '161303.919000', '161303.922000', '161303.925000', '161303.927000', '161303.930000', '161303.933000', '161303.936000', '161303.939000', '161303.942000', '161303.945000', '161303.948000', '161303.950000', '161303.953000', '161303.956000', '161303.959000', '161303.962000', '161303.965000', '161303.968000', '161303.971000', '161303.974000', '161303.976000', '161303.979000', '161303.982000', '161303.985000', '161303.988000', '161303.991000', '161303.994000', '161303.996000', '161304.000000', '161304.003000', '161304.006000', '161304.009000', '161304.012000', '161304.015000', '161304.025000', '161304.027000', '161304.030000', '161304.033000', '161304.036000', '161304.039000', '161304.042000', '161304.045000', '161323.914000', '161323.917000', '161323.920000', '161323.923000', '161323.926000', '161323.929000', '161323.932000', '161323.934000', '161323.937000', '161323.940000', '161323.943000', '161323.946000', '161323.949000', '161323.952000', '161323.955000', '161323.959000', '161323.964000', '161323.967000', '161323.970000', '161323.972000', '161323.976000', '161323.978000', '161323.981000', '161323.984000', '161323.987000', '161323.990000', '161323.993000', '161323.996000', '161324.000000', '161324.003000', '161324.005000', '161324.008000', '161324.011000', '161324.014000', '161324.017000', '161324.020000', '161324.023000', '161324.026000', '161324.028000', '161324.031000', '161324.034000', '161324.037000', '161324.040000', '161343.913000', '161343.916000', '161343.919000', '161343.922000', '161343.925000', '161343.927000', '161343.930000', '161343.933000', '161343.936000', '161343.939000', '161343.942000', '161343.945000', '161343.948000', '161343.950000', '161343.953000', '161343.956000', '161343.959000', '161343.962000', '161343.965000', '161343.968000', '161343.971000', '161343.974000', '161343.976000', '161343.979000', '161343.982000', '161343.985000', '161343.988000', '161343.991000', '161343.994000', '161343.997000', '161344.001000', '161344.004000', '161344.007000', '161344.010000', '161344.012000', '161344.015000', '161344.018000', '161344.021000', '161344.024000', '161344.027000', '161344.030000', '161344.033000', '161344.035000', '161344.038000', '161403.913000', '161403.916000', '161403.919000', '161403.922000', '161403.925000', '161403.928000', '161403.931000', '161403.934000', '161403.937000', '161403.940000', '161403.942000', '161403.945000', '161403.948000', '161403.951000', '161403.954000', '161403.957000', '161403.960000', '161403.963000', '161403.966000', '161403.969000', '161403.972000', '161403.975000', '161403.980000', '161403.984000', '161403.987000', '161403.990000', '161403.993000', '161403.996000', '161403.998000', '161404.014000', '161404.017000', '161404.020000', '161404.022000', '161404.025000', '161404.028000', '161404.031000', '161404.034000', '161404.037000', '161404.039000', '161404.042000', '161404.045000', '161404.048000', '161404.051000', '161423.913000', '161423.916000', '161423.919000', '161423.922000', '161423.925000', '161423.927000', '161423.931000', '161423.933000', '161423.936000', '161423.939000', '161423.942000', '161423.945000', '161423.948000', '161423.951000', '161423.954000', '161423.957000', '161423.959000', '161423.962000', '161423.965000', '161423.968000', '161423.971000', '161423.974000', '161423.977000', '161423.980000', '161423.983000', '161423.985000', '161423.988000', '161423.991000', '161423.994000', '161423.997000', '161424.001000', '161424.004000', '161424.007000', '161424.010000', '161424.013000', '161424.015000', '161424.018000', '161424.021000', '161424.024000', '161424.027000', '161424.030000', '161424.033000', '161424.036000', '161424.038000', '161443.913000', '161443.916000', '161443.919000', '161443.921000', '161443.924000', '161443.927000', '161443.930000', '161443.933000', '161443.936000', '161443.939000', '161443.950000', '161443.953000', '161443.956000', '161443.959000', '161443.962000', '161443.964000', '161443.967000', '161443.970000', '161443.973000', '161443.976000', '161443.979000', '161443.982000', '161443.986000', '161443.989000', '161443.993000', '161443.995000', '161443.998000', '161444.002000', '161444.005000', '161444.008000', '161444.011000', '161444.014000', '161444.017000', '161444.020000', '161444.023000', '161444.026000', '161444.028000', '161444.031000', '161444.034000', '161444.037000', '161444.040000', '161444.043000', '161444.046000', '161503.913000', '161503.916000', '161503.919000', '161503.922000', '161503.924000', '161503.928000', '161503.930000', '161503.933000', '161503.936000', '161503.939000', '161503.942000', '161503.945000', '161503.948000', '161503.951000', '161503.954000', '161503.957000', '161503.959000', '161503.970000', '161503.973000', '161503.975000', '161503.978000', '161503.981000', '161503.984000', '161503.987000', '161503.990000', '161503.993000', '161503.996000', '161504.000000', '161504.003000', '161504.006000', '161504.009000', '161504.011000', '161504.014000', '161504.017000', '161504.020000', '161504.023000', '161504.026000', '161504.029000', '161504.032000', '161504.035000', '161504.037000', '161504.040000', '161504.043000', '161504.046000', '161523.913000', '161523.916000', '161523.919000', '161523.922000', '161523.925000', '161523.927000', '161523.930000', '161523.933000', '161523.936000', '161523.939000', '161523.942000', '161523.945000', '161523.949000', '161523.952000', '161523.955000', '161523.958000', '161523.961000', '161523.964000', '161523.967000', '161523.970000', '161523.973000', '161523.975000', '161523.978000', '161523.981000', '161523.984000', '161523.987000', '161523.990000', '161523.993000', '161524.003000', '161524.006000', '161524.009000', '161524.013000', '161524.016000', '161524.019000', '161524.022000', '161524.025000', '161524.028000', '161524.031000', '161524.034000', '161524.036000', '161524.039000', '161524.042000', '161524.045000', '161543.915000', '161543.918000', '161543.921000', '161543.924000', '161543.927000', '161543.930000', '161543.933000', '161543.935000', '161543.939000', '161543.941000', '161543.944000', '161543.959000', '161543.962000', '161543.965000', '161543.968000', '161543.970000', '161543.973000', '161543.976000', '161543.979000', '161543.982000', '161543.985000', '161543.988000', '161543.991000', '161543.994000', '161543.997000', '161544.000000', '161544.003000', '161544.006000', '161544.009000', '161544.012000', '161544.015000', '161544.018000', '161544.021000', '161544.024000', '161544.027000', '161544.029000', '161544.032000', '161544.035000', '161544.038000', '161544.041000', '161544.044000', '161544.047000', '161544.050000', '161544.052000', '161603.913000', '161603.916000', '161603.919000', '161603.922000', '161603.925000', '161603.928000', '161603.931000', '161603.933000', '161603.936000', '161603.939000', '161603.942000', '161603.945000', '161603.948000', '161603.951000', '161603.954000', '161603.957000', '161603.960000', '161603.963000', '161603.966000', '161603.969000', '161603.971000', '161603.974000', '161603.977000', '161603.980000', '161603.983000', '161603.986000', '161603.989000', '161603.992000', '161603.995000', '161603.997000', '161604.001000', '161604.004000', '161604.007000', '161604.010000', '161604.013000', '161604.016000', '161604.019000', '161604.022000', '161604.026000', '161604.031000', '161604.034000', '161604.037000', '161604.040000', '161623.913000', '161623.916000', '161623.919000', '161623.922000', '161623.925000', '161623.928000', '161623.931000', '161623.934000', '161623.937000', '161623.940000', '161623.943000', '161623.946000', '161623.949000', '161623.952000', '161623.955000', '161623.958000', '161623.961000', '161623.963000', '161623.966000', '161623.969000', '161623.972000', '161623.975000', '161623.978000', '161623.981000', '161623.984000', '161623.987000', '161623.990000', '161623.993000', '161623.996000', '161624.000000', '161624.002000', '161624.005000', '161624.008000', '161624.011000', '161624.014000', '161624.017000', '161624.020000', '161624.023000', '161624.026000', '161624.029000', '161624.032000', '161624.034000', '161624.037000', '161624.045000', '161643.913000', '161643.916000', '161643.919000', '161643.922000', '161643.925000', '161643.928000', '161643.931000', '161643.933000', '161643.936000', '161643.939000', '161643.942000', '161643.945000', '161643.948000', '161643.951000', '161643.954000', '161643.957000', '161643.959000', '161643.962000', '161643.965000', '161643.968000', '161643.971000', '161643.974000', '161643.977000', '161643.980000', '161643.983000', '161643.987000', '161643.990000', '161643.993000', '161643.996000', '161644.000000', '161644.003000', '161644.005000', '161644.008000', '161644.012000', '161644.014000', '161644.017000', '161644.020000', '161644.023000', '161644.026000', '161644.029000', '161644.032000', '161644.035000', '161644.037000', '161703.913000', '161703.916000', '161703.919000', '161703.922000', '161703.925000', '161703.928000', '161703.931000', '161703.933000', '161703.936000', '161703.939000', '161703.942000', '161703.945000', '161703.948000', '161703.951000', '161703.954000', '161703.957000', '161703.959000', '161703.962000', '161703.965000', '161703.968000', '161703.971000', '161703.974000', '161703.977000', '161703.980000', '161703.983000', '161703.986000', '161703.989000', '161703.991000', '161703.994000', '161703.997000', '161704.001000', '161704.004000', '161704.007000', '161704.010000', '161704.013000', '161704.015000', '161704.029000', '161704.032000', '161704.035000', '161704.038000', '161704.041000', '161704.044000', '161704.047000', '161704.049000', '161723.913000', '161723.916000', '161723.919000', '161723.922000', '161723.925000', '161723.928000', '161723.930000', '161723.933000', '161723.936000', '161723.939000', '161723.942000', '161723.945000', '161723.948000', '161723.951000', '161723.954000', '161723.957000', '161723.960000', '161723.963000', '161723.965000', '161723.968000', '161723.971000', '161723.974000', '161723.977000', '161723.980000', '161723.983000', '161723.986000', '161723.989000', '161723.992000', '161723.995000', '161723.998000', '161724.001000', '161724.004000', '161724.007000', '161724.010000', '161724.013000', '161724.016000', '161724.019000', '161724.022000', '161724.025000', '161724.027000', '161724.030000', '161724.033000', '161724.036000', '161743.913000', '161743.916000', '161743.919000', '161743.922000', '161743.925000', '161743.928000', '161743.931000', '161743.934000', '161743.936000', '161743.939000', '161743.942000', '161743.945000', '161743.948000', '161743.951000', '161743.954000', '161743.958000', '161743.961000', '161743.964000', '161743.967000', '161743.970000', '161743.973000', '161743.976000', '161743.979000', '161743.982000', '161743.985000', '161743.988000', '161743.991000', '161743.994000', '161743.996000', '161744.001000', '161744.003000', '161744.006000', '161744.009000', '161744.012000', '161744.015000', '161744.018000', '161744.021000', '161744.024000', '161744.027000', '161744.029000', '161744.032000', '161744.035000', '161744.038000', '161744.041000', '161803.914000', '161803.917000', '161803.920000', '161803.923000', '161803.926000', '161803.929000', '161803.931000', '161803.934000', '161803.937000', '161803.940000', '161803.943000', '161803.946000', '161803.949000', '161803.952000', '161803.955000', '161803.958000', '161803.961000', '161803.963000', '161803.966000', '161803.969000', '161803.972000', '161803.975000', '161803.978000', '161803.981000', '161803.984000', '161803.987000', '161803.990000', '161803.993000', '161803.995000', '161803.998000', '161804.002000', '161804.005000', '161804.008000', '161804.011000', '161804.014000', '161804.017000', '161804.020000', '161804.023000', '161804.026000', '161804.029000', '161804.032000', '161804.035000', '161804.038000', '161823.913000', '161823.916000', '161823.919000', '161823.922000', '161823.925000', '161823.928000', '161823.931000', '161823.933000', '161823.936000', '161823.939000', '161823.942000', '161823.945000', '161823.948000', '161823.951000', '161823.954000', '161823.957000', '161823.960000', '161823.963000', '161823.966000', '161823.969000', '161823.972000', '161823.974000', '161823.977000', '161823.980000', '161823.983000', '161823.986000', '161823.989000', '161823.992000', '161823.995000', '161823.998000', '161824.002000', '161824.004000', '161824.007000', '161824.010000', '161824.013000', '161824.016000', '161824.019000', '161824.022000', '161824.025000', '161824.027000', '161824.030000', '161824.033000', '161824.036000', '161824.039000', '161834.973000', '161834.977000', '161834.980000', '161834.991000', '161834.995000', '161834.998000', '161835.001000', '161835.003000', '161835.007000', '161835.009000', '161835.012000', '161835.015000', '161835.018000', '161835.021000', '161835.024000', '161835.027000', '161835.031000', '161835.034000', '161835.036000', '161835.039000', '161835.042000', '161835.045000', '161835.048000', '161835.051000'], 'InstanceCreationTime': ['161203.957000', '161203.960000', '161203.964000', '161203.967000', '161203.969000', '161203.980000', '161203.983000', '161203.986000', '161203.989000', '161203.992000', '161203.995000', '161203.998000', '161204.002000', '161204.005000', '161204.008000', '161204.011000', '161204.014000', '161204.017000', '161204.020000', '161204.023000', '161204.025000', '161223.913000', '161223.916000', '161223.919000', '161223.922000', '161223.925000', '161223.928000', '161223.931000', '161223.934000', '161223.937000', '161223.940000', '161223.943000', '161223.946000', '161223.949000', '161223.952000', '161223.955000', '161223.958000', '161223.961000', '161223.964000', '161223.967000', '161223.970000', '161223.973000', '161223.976000', '161223.979000', '161223.982000', '161223.985000', '161223.988000', '161223.991000', '161223.994000', '161223.997000', '161224.001000', '161224.014000', '161224.025000', '161224.028000', '161224.032000', '161224.046000', '161224.049000', '161224.052000', '161224.072000', '161224.074000', '161224.077000', '161224.080000', '161224.083000', '161224.086000', '161224.089000', '161243.913000', '161243.916000', '161243.919000', '161243.922000', '161243.925000', '161243.928000', '161243.930000', '161243.933000', '161243.936000', '161243.939000', '161243.942000', '161243.945000', '161243.950000', '161243.954000', '161243.957000', '161243.960000', '161243.963000', '161243.966000', '161243.969000', '161243.972000', '161243.974000', '161243.977000', '161243.980000', '161243.983000', '161243.986000', '161243.989000', '161243.992000', '161243.994000', '161243.997000', '161244.001000', '161244.004000', '161244.007000', '161244.010000', '161244.013000', '161244.016000', '161244.018000', '161244.021000', '161244.024000', '161244.027000', '161244.030000', '161244.033000', '161244.036000', '161244.038000', '161303.913000', '161303.916000', '161303.919000', '161303.922000', '161303.925000', '161303.927000', '161303.930000', '161303.933000', '161303.936000', '161303.939000', '161303.942000', '161303.945000', '161303.948000', '161303.950000', '161303.953000', '161303.956000', '161303.959000', '161303.962000', '161303.965000', '161303.968000', '161303.971000', '161303.974000', '161303.976000', '161303.979000', '161303.982000', '161303.985000', '161303.988000', '161303.991000', '161303.994000', '161303.996000', '161304.000000', '161304.003000', '161304.006000', '161304.009000', '161304.012000', '161304.015000', '161304.025000', '161304.027000', '161304.030000', '161304.033000', '161304.036000', '161304.039000', '161304.042000', '161304.045000', '161323.914000', '161323.917000', '161323.920000', '161323.923000', '161323.926000', '161323.929000', '161323.932000', '161323.934000', '161323.937000', '161323.940000', '161323.943000', '161323.946000', '161323.949000', '161323.952000', '161323.955000', '161323.959000', '161323.964000', '161323.967000', '161323.970000', '161323.972000', '161323.976000', '161323.978000', '161323.981000', '161323.984000', '161323.987000', '161323.990000', '161323.993000', '161323.996000', '161324.000000', '161324.003000', '161324.005000', '161324.008000', '161324.011000', '161324.014000', '161324.017000', '161324.020000', '161324.023000', '161324.026000', '161324.028000', '161324.031000', '161324.034000', '161324.037000', '161324.040000', '161343.913000', '161343.916000', '161343.919000', '161343.922000', '161343.925000', '161343.927000', '161343.930000', '161343.933000', '161343.936000', '161343.939000', '161343.942000', '161343.945000', '161343.948000', '161343.950000', '161343.953000', '161343.956000', '161343.959000', '161343.962000', '161343.965000', '161343.968000', '161343.971000', '161343.974000', '161343.976000', '161343.979000', '161343.982000', '161343.985000', '161343.988000', '161343.991000', '161343.994000', '161343.997000', '161344.001000', '161344.004000', '161344.007000', '161344.010000', '161344.012000', '161344.015000', '161344.018000', '161344.021000', '161344.024000', '161344.027000', '161344.030000', '161344.033000', '161344.035000', '161344.038000', '161403.913000', '161403.916000', '161403.919000', '161403.922000', '161403.925000', '161403.928000', '161403.931000', '161403.934000', '161403.937000', '161403.940000', '161403.942000', '161403.945000', '161403.948000', '161403.951000', '161403.954000', '161403.957000', '161403.960000', '161403.963000', '161403.966000', '161403.969000', '161403.972000', '161403.975000', '161403.980000', '161403.984000', '161403.987000', '161403.990000', '161403.993000', '161403.996000', '161403.998000', '161404.014000', '161404.017000', '161404.020000', '161404.022000', '161404.025000', '161404.028000', '161404.031000', '161404.034000', '161404.037000', '161404.039000', '161404.042000', '161404.045000', '161404.048000', '161404.051000', '161423.913000', '161423.916000', '161423.919000', '161423.922000', '161423.925000', '161423.927000', '161423.931000', '161423.933000', '161423.936000', '161423.939000', '161423.942000', '161423.945000', '161423.948000', '161423.951000', '161423.954000', '161423.957000', '161423.959000', '161423.962000', '161423.965000', '161423.968000', '161423.971000', '161423.974000', '161423.977000', '161423.980000', '161423.983000', '161423.985000', '161423.988000', '161423.991000', '161423.994000', '161423.997000', '161424.001000', '161424.004000', '161424.007000', '161424.010000', '161424.013000', '161424.015000', '161424.018000', '161424.021000', '161424.024000', '161424.027000', '161424.030000', '161424.033000', '161424.036000', '161424.038000', '161443.913000', '161443.916000', '161443.919000', '161443.921000', '161443.924000', '161443.927000', '161443.930000', '161443.933000', '161443.936000', '161443.939000', '161443.950000', '161443.953000', '161443.956000', '161443.959000', '161443.962000', '161443.964000', '161443.967000', '161443.970000', '161443.973000', '161443.976000', '161443.979000', '161443.982000', '161443.986000', '161443.989000', '161443.993000', '161443.995000', '161443.998000', '161444.002000', '161444.005000', '161444.008000', '161444.011000', '161444.014000', '161444.017000', '161444.020000', '161444.023000', '161444.026000', '161444.028000', '161444.031000', '161444.034000', '161444.037000', '161444.040000', '161444.043000', '161444.046000', '161503.913000', '161503.916000', '161503.919000', '161503.922000', '161503.924000', '161503.928000', '161503.930000', '161503.933000', '161503.936000', '161503.939000', '161503.942000', '161503.945000', '161503.948000', '161503.951000', '161503.954000', '161503.957000', '161503.959000', '161503.970000', '161503.973000', '161503.975000', '161503.978000', '161503.981000', '161503.984000', '161503.987000', '161503.990000', '161503.993000', '161503.996000', '161504.000000', '161504.003000', '161504.006000', '161504.009000', '161504.011000', '161504.014000', '161504.017000', '161504.020000', '161504.023000', '161504.026000', '161504.029000', '161504.032000', '161504.035000', '161504.037000', '161504.040000', '161504.043000', '161504.046000', '161523.913000', '161523.916000', '161523.919000', '161523.922000', '161523.925000', '161523.927000', '161523.930000', '161523.933000', '161523.936000', '161523.939000', '161523.942000', '161523.945000', '161523.949000', '161523.952000', '161523.955000', '161523.958000', '161523.961000', '161523.964000', '161523.967000', '161523.970000', '161523.973000', '161523.975000', '161523.978000', '161523.981000', '161523.984000', '161523.987000', '161523.990000', '161523.993000', '161524.003000', '161524.006000', '161524.009000', '161524.013000', '161524.016000', '161524.019000', '161524.022000', '161524.025000', '161524.028000', '161524.031000', '161524.034000', '161524.036000', '161524.039000', '161524.042000', '161524.045000', '161543.915000', '161543.918000', '161543.921000', '161543.924000', '161543.927000', '161543.930000', '161543.933000', '161543.935000', '161543.939000', '161543.941000', '161543.944000', '161543.959000', '161543.962000', '161543.965000', '161543.968000', '161543.970000', '161543.973000', '161543.976000', '161543.979000', '161543.982000', '161543.985000', '161543.988000', '161543.991000', '161543.994000', '161543.997000', '161544.000000', '161544.003000', '161544.006000', '161544.009000', '161544.012000', '161544.015000', '161544.018000', '161544.021000', '161544.024000', '161544.027000', '161544.029000', '161544.032000', '161544.035000', '161544.038000', '161544.041000', '161544.044000', '161544.047000', '161544.050000', '161544.052000', '161603.913000', '161603.916000', '161603.919000', '161603.922000', '161603.925000', '161603.928000', '161603.931000', '161603.933000', '161603.936000', '161603.939000', '161603.942000', '161603.945000', '161603.948000', '161603.951000', '161603.954000', '161603.957000', '161603.960000', '161603.963000', '161603.966000', '161603.969000', '161603.971000', '161603.974000', '161603.977000', '161603.980000', '161603.983000', '161603.986000', '161603.989000', '161603.992000', '161603.995000', '161603.997000', '161604.001000', '161604.004000', '161604.007000', '161604.010000', '161604.013000', '161604.016000', '161604.019000', '161604.022000', '161604.026000', '161604.031000', '161604.034000', '161604.037000', '161604.040000', '161623.913000', '161623.916000', '161623.919000', '161623.922000', '161623.925000', '161623.928000', '161623.931000', '161623.934000', '161623.937000', '161623.940000', '161623.943000', '161623.946000', '161623.949000', '161623.952000', '161623.955000', '161623.958000', '161623.961000', '161623.963000', '161623.966000', '161623.969000', '161623.972000', '161623.975000', '161623.978000', '161623.981000', '161623.984000', '161623.987000', '161623.990000', '161623.993000', '161623.996000', '161624.000000', '161624.002000', '161624.005000', '161624.008000', '161624.011000', '161624.014000', '161624.017000', '161624.020000', '161624.023000', '161624.026000', '161624.029000', '161624.032000', '161624.034000', '161624.037000', '161624.045000', '161643.913000', '161643.916000', '161643.919000', '161643.922000', '161643.925000', '161643.928000', '161643.931000', '161643.933000', '161643.936000', '161643.939000', '161643.942000', '161643.945000', '161643.948000', '161643.951000', '161643.954000', '161643.957000', '161643.959000', '161643.962000', '161643.965000', '161643.968000', '161643.971000', '161643.974000', '161643.977000', '161643.980000', '161643.983000', '161643.987000', '161643.990000', '161643.993000', '161643.996000', '161644.000000', '161644.003000', '161644.005000', '161644.008000', '161644.012000', '161644.014000', '161644.017000', '161644.020000', '161644.023000', '161644.026000', '161644.029000', '161644.032000', '161644.035000', '161644.037000', '161703.913000', '161703.916000', '161703.919000', '161703.922000', '161703.925000', '161703.928000', '161703.931000', '161703.933000', '161703.936000', '161703.939000', '161703.942000', '161703.945000', '161703.948000', '161703.951000', '161703.954000', '161703.957000', '161703.959000', '161703.962000', '161703.965000', '161703.968000', '161703.971000', '161703.974000', '161703.977000', '161703.980000', '161703.983000', '161703.986000', '161703.989000', '161703.991000', '161703.994000', '161703.997000', '161704.001000', '161704.004000', '161704.007000', '161704.010000', '161704.013000', '161704.015000', '161704.029000', '161704.032000', '161704.035000', '161704.038000', '161704.041000', '161704.044000', '161704.047000', '161704.049000', '161723.913000', '161723.916000', '161723.919000', '161723.922000', '161723.925000', '161723.928000', '161723.930000', '161723.933000', '161723.936000', '161723.939000', '161723.942000', '161723.945000', '161723.948000', '161723.951000', '161723.954000', '161723.957000', '161723.960000', '161723.963000', '161723.965000', '161723.968000', '161723.971000', '161723.974000', '161723.977000', '161723.980000', '161723.983000', '161723.986000', '161723.989000', '161723.992000', '161723.995000', '161723.998000', '161724.001000', '161724.004000', '161724.007000', '161724.010000', '161724.013000', '161724.016000', '161724.019000', '161724.022000', '161724.025000', '161724.027000', '161724.030000', '161724.033000', '161724.036000', '161743.913000', '161743.916000', '161743.919000', '161743.922000', '161743.925000', '161743.928000', '161743.931000', '161743.934000', '161743.936000', '161743.939000', '161743.942000', '161743.945000', '161743.948000', '161743.951000', '161743.954000', '161743.958000', '161743.961000', '161743.964000', '161743.967000', '161743.970000', '161743.973000', '161743.976000', '161743.979000', '161743.982000', '161743.985000', '161743.988000', '161743.991000', '161743.994000', '161743.996000', '161744.001000', '161744.003000', '161744.006000', '161744.009000', '161744.012000', '161744.015000', '161744.018000', '161744.021000', '161744.024000', '161744.027000', '161744.029000', '161744.032000', '161744.035000', '161744.038000', '161744.041000', '161803.914000', '161803.917000', '161803.920000', '161803.923000', '161803.926000', '161803.929000', '161803.931000', '161803.934000', '161803.937000', '161803.940000', '161803.943000', '161803.946000', '161803.949000', '161803.952000', '161803.955000', '161803.958000', '161803.961000', '161803.963000', '161803.966000', '161803.969000', '161803.972000', '161803.975000', '161803.978000', '161803.981000', '161803.984000', '161803.987000', '161803.990000', '161803.993000', '161803.995000', '161803.998000', '161804.002000', '161804.005000', '161804.008000', '161804.011000', '161804.014000', '161804.017000', '161804.020000', '161804.023000', '161804.026000', '161804.029000', '161804.032000', '161804.035000', '161804.038000', '161823.913000', '161823.916000', '161823.919000', '161823.922000', '161823.925000', '161823.928000', '161823.931000', '161823.933000', '161823.936000', '161823.939000', '161823.942000', '161823.945000', '161823.948000', '161823.951000', '161823.954000', '161823.957000', '161823.960000', '161823.963000', '161823.966000', '161823.969000', '161823.972000', '161823.974000', '161823.977000', '161823.980000', '161823.983000', '161823.986000', '161823.989000', '161823.992000', '161823.995000', '161823.998000', '161824.002000', '161824.004000', '161824.007000', '161824.010000', '161824.013000', '161824.016000', '161824.019000', '161824.022000', '161824.025000', '161824.027000', '161824.030000', '161824.033000', '161824.036000', '161824.039000', '161834.973000', '161834.977000', '161834.980000', '161834.991000', '161834.995000', '161834.998000', '161835.001000', '161835.003000', '161835.007000', '161835.009000', '161835.012000', '161835.015000', '161835.018000', '161835.021000', '161835.024000', '161835.027000', '161835.031000', '161835.034000', '161835.036000', '161835.039000', '161835.042000', '161835.045000', '161835.048000', '161835.051000'], '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': [10419, 8903, 10595, 9233, 13448, 9180, 14027, 10547, 8936, 11725, 9347, 13483, 9270, 13923, 10419, 8744, 12511, 9495, 12484, 9227, 10639, 9711, 9241, 13884, 9129, 13092, 9095, 9347, 9094, 9234, 14191, 9059, 13140, 8927, 8543, 9119, 9214, 14397, 8899, 13992, 8941, 8356, 9305, 9449, 13917, 9050, 14827, 9372, 8506, 10079, 9245, 13370, 9028, 14649, 10178, 8632, 10491, 9231, 13039, 8963, 13397, 8635, 8858, 11453, 9345, 11072, 9381, 9530, 14712, 9451, 12777, 9497, 9371, 11717, 9705, 15438, 9406, 14616, 9997, 9161, 9567, 9873, 13379, 9578, 15511, 9031, 9221, 9472, 9782, 11244, 9450, 14755, 9444, 10599, 9602, 9220, 10616, 9602, 15171, 9396, 14470, 9461, 9531, 9375, 9230, 13709, 9218, 15745, 9508, 12259, 9634, 9840, 9642, 9071, 13761, 9297, 14929, 9465, 13216, 9439, 13403, 9318, 9681, 9475, 9438, 11419, 9627, 13042, 9664, 14374, 9364, 14275, 9904, 9291, 9386, 9842, 12311, 9132, 14578, 10041, 9328, 10517, 9607, 13223, 9531, 14891, 10609, 9069, 11519, 9626, 11711, 9480, 13748, 9132, 15034, 10179, 9120, 9833, 9660, 12508, 9610, 14392, 9155, 9118, 9063, 9634, 11734, 9196, 15209, 9302, 12901, 9189, 9108, 10223, 9525, 14482, 9162, 14163, 8966, 8922, 9986, 9647, 13108, 9522, 15270, 9258, 13764, 9357, 8983, 9906, 9389, 13838, 9281, 14797, 9196, 9309, 10362, 9653, 13458, 9259, 14780, 10013, 9333, 10792, 9540, 14669, 9229, 15192, 11555, 9126, 10354, 9463, 13485, 9438, 14837, 10249, 9138, 11174, 9297, 13846, 9216, 14431, 10312, 9022, 13253, 9172, 12831, 9190, 10511, 9249, 9274, 14806, 9437, 13421, 9022, 8931, 10552, 9310, 15252, 9027, 9818, 9005, 9414, 13650, 9455, 15796, 10337, 11803, 10330, 9350, 12090, 9085, 14531, 9016, 11634, 10357, 9418, 12898, 9506, 12097, 9500, 9340, 12122, 9265, 15378, 9416, 13791, 9128, 11107, 10074, 8939, 15360, 9410, 13883, 9095, 9259, 9039, 9217, 13305, 9230, 14421, 9284, 9257, 9346, 9390, 12905, 9000, 15358, 9151, 14439, 8881, 13366, 9117, 12371, 9388, 9493, 9556, 9413, 12701, 9172, 12238, 9464, 12581, 9217, 13162, 9008, 8984, 8796, 9171, 9872, 9330, 12018, 9394, 14239, 9037, 15232, 9184, 13687, 8869, 12277, 9659, 9153, 10890, 9015, 13083, 9091, 12473, 9229, 13681, 9043, 10030, 8778, 9350, 10918, 9434, 12524, 9100, 14384, 9074, 14289, 8677, 10652, 9174, 8760, 10393, 9214, 13414, 9173, 11583, 9355, 10108, 9263, 9000, 12932, 9446, 13291, 9368, 14503, 9294, 14767, 10033, 8516, 8751, 8358, 12110, 9099, 15819, 9214, 13601, 9803, 8144, 11052, 9388, 13828, 9072, 12162, 10203, 9273, 14539, 9326, 8872, 12640, 9612, 14216, 9310, 14212, 9921, 9045, 12839, 9566, 15024, 9726, 15888, 12915, 15460, 11310, 8482, 11390, 9258, 14801, 9571, 13357, 9954, 8668, 10207, 9173, 13400, 8911, 14801, 9205, 14922, 8875, 10563, 9153, 8669, 10019, 9035, 14207, 9155, 12277, 9225, 8675, 9150, 9306, 13945, 9161, 14710, 8994, 10897, 9543, 8772, 10894, 9126, 15052, 9022, 14556, 9036, 12438, 9300, 8747, 8930, 9084, 13602, 9090, 13010, 9232, 9011, 9261, 8745, 12700, 8898, 15164, 9001, 13306, 9334, 10530, 10092, 8886, 15009, 8968, 14517, 8982, 11524, 9043, 8816, 11043, 8969, 14459, 8812, 13152, 9086, 8876, 9133, 9128, 14924, 9021, 13995, 8891, 8789, 9700, 8975, 14367, 8906, 11470, 9060, 8703, 12213, 9272, 14499, 9004, 11747, 10035, 9102, 13561, 9297, 13590, 9047, 9285, 9100, 8999, 14343, 8909, 13777, 8912, 10175, 10051, 8800, 14933, 9016, 14440, 8929, 13180, 9179, 8718, 11901, 9132, 13406, 8914, 11300, 9064, 8943, 13986, 9119, 13246, 9095, 8536, 10267, 8952, 14569, 9109, 14001, 8942, 8537, 9687, 9261, 14228, 8880, 15253, 9017, 9302, 9186, 8855, 12005, 8947, 15153, 8907, 11814, 8940, 8294, 9864, 8944, 13829, 9000, 14069, 8836, 8289, 9382, 9181, 12766, 8798, 13137, 9100, 8196, 10204, 8978, 13540, 8844, 15636, 9827, 12032, 9339, 8497, 10536, 8978, 14494, 9120, 14739, 8928, 11965, 9156, 8330, 10372, 8551, 13107, 8895, 11088, 9177, 9378, 13216, 9752, 14739, 10131, 9866, 12479, 8631, 15538, 9745, 11753, 10139, 8497, 14998, 11714, 8624, 14368, 9661, 13347, 10180, 11205, 10077, 8486, 12745, 8508, 15873, 9620, 15801, 11076, 15592, 10564, 14521, 10161, 10925, 9995, 8594, 14300, 8810, 14287, 9066, 12108, 9359, 8672, 11142, 8783, 14960, 9090, 13726, 9693, 11805, 9417, 9046, 11578, 8697, 13843, 9129, 14247, 9173, 13595, 10136, 8295, 10738, 8877, 12916, 8926, 11884, 9453, 8746, 14110, 8815, 14431, 8965, 12065, 9806, 10293, 11417, 8623, 15275, 9338, 14469, 9334, 12147, 9451, 8386, 13293, 8523, 14591, 9109, 9010, 9295, 8686, 13288, 9044, 14566, 10148, 9345, 9963, 8546, 14606, 9248, 14564, 9959, 8215, 10054, 8774, 13221, 8992, 14794, 10270, 8369, 9893, 8814, 13631, 8811, 14318, 10058, 8305, 11273, 8739, 14244, 9003, 13309, 9593, 8406, 12744, 8365, 14419, 8986, 10165, 9438, 8597, 13864, 8982, 13491, 9732, 7999, 11441, 8624, 14041, 8985, 13230, 10337, 7868, 11358, 8625, 13596, 9177, 11749, 10217, 8386, 13156, 9038, 14983, 9426, 13436, 10521, 8070, 12235, 8575, 13897, 8922, 13317, 9952, 8226, 12926, 8879, 13901, 9107, 10966, 9617, 8189, 12314, 8183, 15173, 9335, 14068, 9508, 11849, 9779, 8117, 13580, 8422, 13931, 9065, 11602, 9619, 8150, 12559, 8710, 13536, 8819, 9900, 9206, 8466, 14481, 8789, 14524, 9551, 11966, 9423, 8219, 12669, 8269, 15279, 9457, 13545, 9595, 9629, 9580, 8534, 15011, 9138, 14630, 9264, 11466, 9305, 8664, 10032, 8456, 15088, 8699, 13717, 8910, 13909, 9284, 10735, 9608, 8386, 13156, 8743, 13043, 8654, 9974, 9365, 8338, 13315, 8671, 14450, 9291, 14104, 10083, 10106, 12207, 8422, 14710, 8889, 14781, 9313, 13921, 10060, 9629, 11185, 8532, 12736, 8767, 13932, 8783, 11265, 10026, 8233, 12907, 8181, 13888, 8737, 14012, 9797, 9328, 12055, 8453, 13752, 8799, 10931, 9412, 8350, 14769, 8952, 12468, 9517, 8064, 11026, 8439, 15290, 10067, 11964, 9868], 'WindowCenter': [4342.0, 4307.0, 4312.0, 4290.0, 4316.0, 4275.0, 4316.0, 4285.0, 4263.0, 4293.0, 4273.0, 4303.0, 4263.0, 4301.0, 4282.0, 4252.0, 4292.0, 4272.0, 4291.0, 4272.0, 4281.0, 4272.0, 4262.0, 4302.0, 4274.0, 4303.0, 4274.0, 4262.0, 4262.0, 4273.0, 4304.0, 4263.0, 4302.0, 4263.0, 4251.0, 4260.0, 4261.0, 4302.0, 4261.0, 4302.0, 4262.0, 4252.0, 4262.0, 4260.0, 4302.0, 4262.0, 4302.0, 4260.0, 4251.0, 4271.0, 4261.0, 4290.0, 4262.0, 4301.0, 4271.0, 4251.0, 4282.0, 4261.0, 4302.0, 4275.0, 4327.0, 4276.0, 4273.0, 4304.0, 4296.0, 4294.0, 4284.0, 4283.0, 4315.0, 4283.0, 4304.0, 4285.0, 4273.0, 4294.0, 4273.0, 4312.0, 4272.0, 4302.0, 4272.0, 4261.0, 4271.0, 4269.0, 4300.0, 4271.0, 4302.0, 4262.0, 4260.0, 4270.0, 4270.0, 4281.0, 4271.0, 4312.0, 4273.0, 4283.0, 4283.0, 4273.0, 4293.0, 4272.0, 4314.0, 4274.0, 4315.0, 4284.0, 4273.0, 4272.0, 4271.0, 4312.0, 4272.0, 4312.0, 4284.0, 4293.0, 4273.0, 4269.0, 4271.0, 4261.0, 4303.0, 4261.0, 4312.0, 4271.0, 4290.0, 4270.0, 4290.0, 4260.0, 4271.0, 4271.0, 4261.0, 4290.0, 4271.0, 4302.0, 4272.0, 4300.0, 4272.0, 4302.0, 4271.0, 4272.0, 4271.0, 4271.0, 4291.0, 4273.0, 4313.0, 4283.0, 4273.0, 4284.0, 4285.0, 4302.0, 4284.0, 4313.0, 4283.0, 4263.0, 4293.0, 4273.0, 4293.0, 4271.0, 4300.0, 4273.0, 4313.0, 4282.0, 4271.0, 4271.0, 4272.0, 4291.0, 4271.0, 4310.0, 4273.0, 4262.0, 4273.0, 4272.0, 4292.0, 4275.0, 4314.0, 4275.0, 4302.0, 4273.0, 4273.0, 4283.0, 4273.0, 4326.0, 4274.0, 4302.0, 4274.0, 4273.0, 4284.0, 4284.0, 4303.0, 4272.0, 4313.0, 4272.0, 4302.0, 4273.0, 4262.0, 4271.0, 4260.0, 4301.0, 4272.0, 4311.0, 4272.0, 4271.0, 4283.0, 4273.0, 4301.0, 4274.0, 4312.0, 4283.0, 4271.0, 4294.0, 4274.0, 4314.0, 4286.0, 4314.0, 4295.0, 4272.0, 4283.0, 4271.0, 4299.0, 4261.0, 4301.0, 4271.0, 4260.0, 4282.0, 4261.0, 4301.0, 4261.0, 4300.0, 4272.0, 4261.0, 4303.0, 4273.0, 4302.0, 4273.0, 4270.0, 4261.0, 4260.0, 4312.0, 4272.0, 4302.0, 4261.0, 4262.0, 4283.0, 4272.0, 4313.0, 4274.0, 4283.0, 4274.0, 4273.0, 4302.0, 4272.0, 4312.0, 4284.0, 4292.0, 4270.0, 4261.0, 4292.0, 4261.0, 4301.0, 4261.0, 4281.0, 4272.0, 4271.0, 4302.0, 4273.0, 4292.0, 4273.0, 4272.0, 4304.0, 4273.0, 4324.0, 4274.0, 4313.0, 4275.0, 4282.0, 4272.0, 4262.0, 4312.0, 4271.0, 4301.0, 4262.0, 4261.0, 4261.0, 4261.0, 4303.0, 4273.0, 4314.0, 4285.0, 4273.0, 4274.0, 4271.0, 4303.0, 4262.0, 4312.0, 4274.0, 4301.0, 4263.0, 4301.0, 4261.0, 4291.0, 4261.0, 4261.0, 4270.0, 4260.0, 4291.0, 4259.0, 4289.0, 4272.0, 4291.0, 4272.0, 4301.0, 4273.0, 4262.0, 4263.0, 4274.0, 4283.0, 4272.0, 4303.0, 4273.0, 4304.0, 4263.0, 4312.0, 4274.0, 4303.0, 4262.0, 4290.0, 4261.0, 4260.0, 4282.0, 4261.0, 4302.0, 4262.0, 4291.0, 4272.0, 4301.0, 4274.0, 4273.0, 4264.0, 4273.0, 4294.0, 4274.0, 4302.0, 4263.0, 4314.0, 4273.0, 4302.0, 4264.0, 4282.0, 4271.0, 4261.0, 4283.0, 4273.0, 4302.0, 4273.0, 4293.0, 4274.0, 4284.0, 4285.0, 4275.0, 4316.0, 4285.0, 4315.0, 4276.0, 4328.0, 4303.0, 4302.0, 4261.0, 4227.0, 4227.0, 4225.0, 4267.0, 4260.0, 4323.0, 4283.0, 4316.0, 4295.0, 4263.0, 4293.0, 4274.0, 4312.0, 4273.0, 4303.0, 4296.0, 4285.0, 4329.0, 4289.0, 4287.0, 4316.0, 4286.0, 4313.0, 4274.0, 4303.0, 4284.0, 4264.0, 4306.0, 4274.0, 4314.0, 4274.0, 4312.0, 4292.0, 4289.0, 4267.0, 4235.0, 4265.0, 4247.0, 4289.0, 4259.0, 4288.0, 4258.0, 4248.0, 4268.0, 4248.0, 4277.0, 4248.0, 4287.0, 4259.0, 4299.0, 4250.0, 4268.0, 4260.0, 4246.0, 4259.0, 4258.0, 4299.0, 4261.0, 4290.0, 4272.0, 4262.0, 4272.0, 4270.0, 4313.0, 4273.0, 4313.0, 4275.0, 4282.0, 4273.0, 4261.0, 4283.0, 4261.0, 4313.0, 4262.0, 4303.0, 4263.0, 4291.0, 4274.0, 4251.0, 4261.0, 4262.0, 4302.0, 4273.0, 4303.0, 4274.0, 4262.0, 4275.0, 4263.0, 4304.0, 4275.0, 4314.0, 4275.0, 4314.0, 4274.0, 4283.0, 4283.0, 4264.0, 4315.0, 4264.0, 4314.0, 4263.0, 4283.0, 4262.0, 4262.0, 4294.0, 4261.0, 4313.0, 4273.0, 4305.0, 4275.0, 4262.0, 4274.0, 4274.0, 4313.0, 4274.0, 4304.0, 4274.0, 4262.0, 4274.0, 4274.0, 4315.0, 4274.0, 4295.0, 4274.0, 4275.0, 4304.0, 4274.0, 4313.0, 4275.0, 4293.0, 4285.0, 4274.0, 4315.0, 4275.0, 4302.0, 4274.0, 4273.0, 4274.0, 4273.0, 4316.0, 4275.0, 4315.0, 4276.0, 4283.0, 4286.0, 4273.0, 4315.0, 4265.0, 4315.0, 4275.0, 4302.0, 4275.0, 4263.0, 4294.0, 4273.0, 4304.0, 4274.0, 4292.0, 4274.0, 4274.0, 4315.0, 4275.0, 4304.0, 4275.0, 4263.0, 4284.0, 4273.0, 4315.0, 4275.0, 4316.0, 4276.0, 4264.0, 4284.0, 4273.0, 4314.0, 4274.0, 4314.0, 4274.0, 4273.0, 4273.0, 4262.0, 4292.0, 4263.0, 4313.0, 4263.0, 4292.0, 4264.0, 4252.0, 4283.0, 4263.0, 4303.0, 4274.0, 4313.0, 4274.0, 4263.0, 4273.0, 4272.0, 4302.0, 4275.0, 4305.0, 4275.0, 4267.0, 4296.0, 4276.0, 4316.0, 4275.0, 4315.0, 4285.0, 4305.0, 4276.0, 4262.0, 4284.0, 4262.0, 4314.0, 4275.0, 4314.0, 4274.0, 4305.0, 4287.0, 4279.0, 4287.0, 4254.0, 4292.0, 4251.0, 4256.0, 4249.0, 4246.0, 4289.0, 4270.0, 4322.0, 4297.0, 4296.0, 4316.0, 4276.0, 4325.0, 4286.0, 4295.0, 4284.0, 4265.0, 4316.0, 4308.0, 4279.0, 4328.0, 4286.0, 4302.0, 4283.0, 4280.0, 4271.0, 4251.0, 4293.0, 4261.0, 4314.0, 4274.0, 4313.0, 4281.0, 4299.0, 4258.0, 4275.0, 4256.0, 4257.0, 4247.0, 4236.0, 4288.0, 4249.0, 4287.0, 4249.0, 4266.0, 4247.0, 4235.0, 4269.0, 4248.0, 4300.0, 4250.0, 4289.0, 4260.0, 4280.0, 4261.0, 4249.0, 4279.0, 4249.0, 4300.0, 4260.0, 4301.0, 4261.0, 4301.0, 4282.0, 4251.0, 4282.0, 4273.0, 4302.0, 4275.0, 4294.0, 4286.0, 4263.0, 4314.0, 4275.0, 4314.0, 4264.0, 4293.0, 4274.0, 4272.0, 4294.0, 4262.0, 4314.0, 4263.0, 4302.0, 4263.0, 4289.0, 4270.0, 4250.0, 4302.0, 4252.0, 4301.0, 4262.0, 4261.0, 4272.0, 4264.0, 4313.0, 4275.0, 4313.0, 4273.0, 4261.0, 4270.0, 4252.0, 4312.0, 4274.0, 4313.0, 4272.0, 4251.0, 4271.0, 4251.0, 4302.0, 4263.0, 4313.0, 4284.0, 4252.0, 4272.0, 4263.0, 4303.0, 4274.0, 4313.0, 4274.0, 4251.0, 4281.0, 4262.0, 4303.0, 4274.0, 4302.0, 4274.0, 4252.0, 4303.0, 4254.0, 4313.0, 4273.0, 4282.0, 4272.0, 4264.0, 4314.0, 4274.0, 4304.0, 4275.0, 4253.0, 4294.0, 4263.0, 4313.0, 4275.0, 4303.0, 4284.0, 4254.0, 4293.0, 4263.0, 4303.0, 4286.0, 4305.0, 4284.0, 4263.0, 4304.0, 4275.0, 4314.0, 4275.0, 4304.0, 4284.0, 4253.0, 4303.0, 4263.0, 4303.0, 4274.0, 4304.0, 4283.0, 4264.0, 4305.0, 4275.0, 4314.0, 4275.0, 4294.0, 4286.0, 4254.0, 4306.0, 4264.0, 4314.0, 4274.0, 4315.0, 4284.0, 4294.0, 4284.0, 4252.0, 4305.0, 4264.0, 4313.0, 4274.0, 4292.0, 4284.0, 4254.0, 4306.0, 4275.0, 4316.0, 4286.0, 4285.0, 4286.0, 4264.0, 4327.0, 4277.0, 4315.0, 4287.0, 4295.0, 4274.0, 4255.0, 4305.0, 4264.0, 4315.0, 4273.0, 4304.0, 4274.0, 4272.0, 4273.0, 4263.0, 4314.0, 4262.0, 4312.0, 4272.0, 4280.0, 4260.0, 4251.0, 4271.0, 4250.0, 4313.0, 4262.0, 4302.0, 4263.0, 4300.0, 4261.0, 4281.0, 4272.0, 4252.0, 4302.0, 4262.0, 4301.0, 4262.0, 4281.0, 4274.0, 4264.0, 4316.0, 4276.0, 4315.0, 4285.0, 4315.0, 4284.0, 4283.0, 4294.0, 4252.0, 4312.0, 4262.0, 4301.0, 4260.0, 4301.0, 4271.0, 4259.0, 4279.0, 4248.0, 4291.0, 4250.0, 4301.0, 4263.0, 4282.0, 4273.0, 4251.0, 4292.0, 4253.0, 4301.0, 4251.0, 4302.0, 4273.0, 4261.0, 4293.0, 4252.0, 4303.0, 4263.0, 4283.0, 4273.0, 4262.0, 4314.0, 4274.0, 4303.0, 4283.0, 4253.0, 4293.0, 4264.0, 4314.0, 4283.0, 4293.0, 4283.0], 'WindowWidth': [9590.0, 9529.0, 9525.0, 9490.0, 9516.0, 9460.0, 9515.0, 9472.0, 9438.0, 9478.0, 9451.0, 9489.0, 9435.0, 9484.0, 9460.0, 9418.0, 9473.0, 9449.0, 9472.0, 9447.0, 9457.0, 9448.0, 9432.0, 9487.0, 9451.0, 9490.0, 9451.0, 9431.0, 9434.0, 9448.0, 9492.0, 9436.0, 9487.0, 9437.0, 9417.0, 9428.0, 9429.0, 9488.0, 9431.0, 9487.0, 9435.0, 9419.0, 9433.0, 9427.0, 9487.0, 9434.0, 9485.0, 9428.0, 9417.0, 9443.0, 9430.0, 9468.0, 9435.0, 9485.0, 9446.0, 9416.0, 9460.0, 9431.0, 9486.0, 9457.0, 9536.0, 9463.0, 9454.0, 9497.0, 9492.0, 9482.0, 9469.0, 9465.0, 9510.0, 9467.0, 9496.0, 9471.0, 9453.0, 9480.0, 9451.0, 9502.0, 9450.0, 9489.0, 9448.0, 9432.0, 9444.0, 9440.0, 9483.0, 9446.0, 9487.0, 9434.0, 9430.0, 9442.0, 9440.0, 9458.0, 9446.0, 9502.0, 9453.0, 9464.0, 9467.0, 9450.0, 9479.0, 9450.0, 9509.0, 9455.0, 9510.0, 9469.0, 9451.0, 9450.0, 9446.0, 9504.0, 9450.0, 9504.0, 9468.0, 9477.0, 9453.0, 9440.0, 9446.0, 9431.0, 9490.0, 9431.0, 9501.0, 9446.0, 9468.0, 9443.0, 9467.0, 9430.0, 9443.0, 9444.0, 9429.0, 9470.0, 9446.0, 9487.0, 9447.0, 9483.0, 9448.0, 9489.0, 9447.0, 9448.0, 9448.0, 9446.0, 9472.0, 9453.0, 9506.0, 9466.0, 9452.0, 9468.0, 9470.0, 9490.0, 9470.0, 9506.0, 9466.0, 9436.0, 9479.0, 9450.0, 9478.0, 9446.0, 9484.0, 9454.0, 9504.0, 9462.0, 9446.0, 9447.0, 9449.0, 9472.0, 9447.0, 9496.0, 9452.0, 9435.0, 9452.0, 9449.0, 9476.0, 9457.0, 9507.0, 9459.0, 9489.0, 9453.0, 9452.0, 9464.0, 9452.0, 9529.0, 9457.0, 9490.0, 9453.0, 9454.0, 9469.0, 9469.0, 9490.0, 9448.0, 9502.0, 9450.0, 9486.0, 9449.0, 9433.0, 9446.0, 9429.0, 9485.0, 9450.0, 9501.0, 9448.0, 9448.0, 9464.0, 9451.0, 9487.0, 9455.0, 9504.0, 9466.0, 9448.0, 9479.0, 9453.0, 9507.0, 9477.0, 9511.0, 9483.0, 9447.0, 9462.0, 9445.0, 9480.0, 9432.0, 9485.0, 9446.0, 9428.0, 9459.0, 9431.0, 9484.0, 9431.0, 9482.0, 9448.0, 9430.0, 9489.0, 9449.0, 9489.0, 9451.0, 9442.0, 9431.0, 9428.0, 9500.0, 9448.0, 9487.0, 9433.0, 9434.0, 9463.0, 9449.0, 9504.0, 9454.0, 9463.0, 9454.0, 9450.0, 9488.0, 9448.0, 9501.0, 9467.0, 9474.0, 9444.0, 9431.0, 9472.0, 9432.0, 9484.0, 9433.0, 9458.0, 9447.0, 9444.0, 9487.0, 9452.0, 9474.0, 9452.0, 9448.0, 9493.0, 9450.0, 9520.0, 9455.0, 9505.0, 9454.0, 9461.0, 9450.0, 9432.0, 9503.0, 9446.0, 9486.0, 9434.0, 9431.0, 9430.0, 9430.0, 9490.0, 9450.0, 9506.0, 9470.0, 9450.0, 9452.0, 9446.0, 9490.0, 9436.0, 9502.0, 9451.0, 9485.0, 9436.0, 9485.0, 9431.0, 9471.0, 9432.0, 9429.0, 9441.0, 9426.0, 9469.0, 9425.0, 9465.0, 9445.0, 9468.0, 9447.0, 9484.0, 9451.0, 9434.0, 9436.0, 9451.0, 9464.0, 9447.0, 9491.0, 9450.0, 9492.0, 9438.0, 9502.0, 9453.0, 9489.0, 9434.0, 9467.0, 9430.0, 9426.0, 9459.0, 9430.0, 9486.0, 9434.0, 9471.0, 9447.0, 9483.0, 9453.0, 9448.0, 9439.0, 9450.0, 9479.0, 9451.0, 9488.0, 9437.0, 9505.0, 9453.0, 9489.0, 9440.0, 9459.0, 9445.0, 9430.0, 9463.0, 9448.0, 9488.0, 9452.0, 9478.0, 9457.0, 9468.0, 9473.0, 9457.0, 9513.0, 9471.0, 9512.0, 9460.0, 9532.0, 9510.0, 9484.0, 9422.0, 9370.0, 9370.0, 9365.0, 9425.0, 9427.0, 9520.0, 9466.0, 9514.0, 9486.0, 9439.0, 9476.0, 9451.0, 9501.0, 9453.0, 9491.0, 9486.0, 9470.0, 9538.0, 9484.0, 9478.0, 9514.0, 9474.0, 9504.0, 9453.0, 9490.0, 9468.0, 9438.0, 9500.0, 9453.0, 9512.0, 9453.0, 9501.0, 9472.0, 9463.0, 9431.0, 9382.0, 9425.0, 9402.0, 9463.0, 9424.0, 9461.0, 9422.0, 9406.0, 9433.0, 9405.0, 9442.0, 9405.0, 9458.0, 9423.0, 9478.0, 9413.0, 9435.0, 9426.0, 9402.0, 9424.0, 9422.0, 9479.0, 9430.0, 9468.0, 9447.0, 9432.0, 9447.0, 9443.0, 9503.0, 9452.0, 9505.0, 9457.0, 9461.0, 9449.0, 9430.0, 9463.0, 9431.0, 9504.0, 9434.0, 9490.0, 9436.0, 9471.0, 9454.0, 9417.0, 9432.0, 9433.0, 9487.0, 9449.0, 9490.0, 9453.0, 9435.0, 9455.0, 9437.0, 9496.0, 9457.0, 9510.0, 9458.0, 9508.0, 9455.0, 9462.0, 9465.0, 9438.0, 9509.0, 9439.0, 9508.0, 9437.0, 9462.0, 9435.0, 9433.0, 9480.0, 9433.0, 9504.0, 9451.0, 9497.0, 9456.0, 9434.0, 9454.0, 9451.0, 9505.0, 9453.0, 9494.0, 9453.0, 9435.0, 9453.0, 9452.0, 9509.0, 9456.0, 9483.0, 9456.0, 9457.0, 9492.0, 9455.0, 9505.0, 9456.0, 9478.0, 9470.0, 9453.0, 9510.0, 9458.0, 9491.0, 9454.0, 9449.0, 9454.0, 9452.0, 9514.0, 9459.0, 9511.0, 9460.0, 9465.0, 9472.0, 9451.0, 9511.0, 9441.0, 9509.0, 9456.0, 9489.0, 9455.0, 9437.0, 9481.0, 9450.0, 9494.0, 9453.0, 9474.0, 9454.0, 9453.0, 9511.0, 9456.0, 9494.0, 9456.0, 9439.0, 9467.0, 9452.0, 9511.0, 9457.0, 9513.0, 9461.0, 9441.0, 9468.0, 9451.0, 9509.0, 9454.0, 9508.0, 9454.0, 9450.0, 9450.0, 9432.0, 9475.0, 9435.0, 9502.0, 9435.0, 9474.0, 9440.0, 9420.0, 9462.0, 9436.0, 9491.0, 9453.0, 9505.0, 9454.0, 9436.0, 9450.0, 9448.0, 9490.0, 9458.0, 9497.0, 9459.0, 9449.0, 9487.0, 9458.0, 9511.0, 9458.0, 9510.0, 9471.0, 9497.0, 9458.0, 9435.0, 9466.0, 9434.0, 9507.0, 9454.0, 9508.0, 9454.0, 9497.0, 9479.0, 9472.0, 9476.0, 9424.0, 9469.0, 9412.0, 9411.0, 9406.0, 9397.0, 9465.0, 9443.0, 9520.0, 9493.0, 9489.0, 9514.0, 9460.0, 9526.0, 9477.0, 9484.0, 9465.0, 9442.0, 9513.0, 9506.0, 9471.0, 9534.0, 9474.0, 9488.0, 9462.0, 9453.0, 9442.0, 9415.0, 9476.0, 9431.0, 9508.0, 9451.0, 9506.0, 9457.0, 9477.0, 9419.0, 9437.0, 9413.0, 9412.0, 9402.0, 9385.0, 9460.0, 9407.0, 9457.0, 9410.0, 9427.0, 9403.0, 9384.0, 9434.0, 9406.0, 9477.0, 9411.0, 9463.0, 9429.0, 9451.0, 9429.0, 9410.0, 9451.0, 9410.0, 9480.0, 9426.0, 9483.0, 9431.0, 9483.0, 9461.0, 9418.0, 9460.0, 9451.0, 9487.0, 9455.0, 9480.0, 9472.0, 9438.0, 9508.0, 9457.0, 9507.0, 9440.0, 9476.0, 9451.0, 9448.0, 9480.0, 9432.0, 9508.0, 9437.0, 9487.0, 9436.0, 9466.0, 9442.0, 9413.0, 9485.0, 9418.0, 9484.0, 9434.0, 9432.0, 9446.0, 9440.0, 9505.0, 9459.0, 9504.0, 9447.0, 9428.0, 9442.0, 9418.0, 9501.0, 9452.0, 9503.0, 9448.0, 9419.0, 9445.0, 9418.0, 9487.0, 9438.0, 9504.0, 9467.0, 9422.0, 9448.0, 9434.0, 9488.0, 9453.0, 9504.0, 9454.0, 9418.0, 9458.0, 9436.0, 9488.0, 9452.0, 9487.0, 9454.0, 9422.0, 9490.0, 9425.0, 9503.0, 9452.0, 9459.0, 9449.0, 9438.0, 9507.0, 9456.0, 9495.0, 9456.0, 9423.0, 9480.0, 9436.0, 9503.0, 9458.0, 9492.0, 9467.0, 9427.0, 9479.0, 9439.0, 9491.0, 9473.0, 9496.0, 9469.0, 9437.0, 9493.0, 9456.0, 9506.0, 9457.0, 9494.0, 9467.0, 9423.0, 9491.0, 9437.0, 9490.0, 9453.0, 9492.0, 9467.0, 9440.0, 9498.0, 9457.0, 9509.0, 9456.0, 9480.0, 9471.0, 9427.0, 9498.0, 9439.0, 9508.0, 9455.0, 9509.0, 9469.0, 9479.0, 9468.0, 9422.0, 9495.0, 9439.0, 9506.0, 9454.0, 9476.0, 9468.0, 9427.0, 9499.0, 9457.0, 9512.0, 9474.0, 9471.0, 9474.0, 9442.0, 9531.0, 9462.0, 9513.0, 9476.0, 9484.0, 9455.0, 9428.0, 9497.0, 9441.0, 9510.0, 9451.0, 9493.0, 9454.0, 9446.0, 9451.0, 9435.0, 9507.0, 9435.0, 9501.0, 9448.0, 9456.0, 9429.0, 9416.0, 9445.0, 9415.0, 9503.0, 9433.0, 9487.0, 9436.0, 9482.0, 9432.0, 9457.0, 9447.0, 9418.0, 9488.0, 9435.0, 9485.0, 9436.0, 9461.0, 9454.0, 9440.0, 9513.0, 9461.0, 9510.0, 9472.0, 9510.0, 9469.0, 9463.0, 9480.0, 9421.0, 9503.0, 9434.0, 9483.0, 9429.0, 9484.0, 9444.0, 9424.0, 9452.0, 9410.0, 9468.0, 9414.0, 9481.0, 9437.0, 9459.0, 9449.0, 9416.0, 9473.0, 9423.0, 9484.0, 9419.0, 9488.0, 9452.0, 9432.0, 9478.0, 9420.0, 9490.0, 9437.0, 9462.0, 9451.0, 9434.0, 9508.0, 9454.0, 9493.0, 9466.0, 9423.0, 9478.0, 9440.0, 9508.0, 9466.0, 9477.0, 9465.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.0022739746543778807</td></tr>
<tr><td colspan=3>aqi</td><td>0.023899905990783406</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.692902939976925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2144166052249121</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0199490811880048</td></tr>
<tr><td colspan=3>efc</td><td>0.4549</td></tr>
<tr><td colspan=3>fber</td><td>5269.0928</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08609919392117946</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.723502304147465</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3134834959083204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2478473100435075</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5138180309749987</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.178785146706455</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0188852921128273</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017112895846366882</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>4.054838695318117</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.8575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5644</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8551</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308965.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.4731</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7174</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3565.3287</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.7871</td></tr>
<tr><td colspan=3>tsnr</td><td>40.42312564328313</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>