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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-05_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-05_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-0112/ses-03/func/sub-0112_ses-03_task-social_acq-mb8_run-05_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>1503d854278964c29605a7fdbe0b0e6c</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>19:28:1.705000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.077383</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5937585b-c4f2-4fbe-ba00-43d8a5de203f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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': ['192801.705000', '192802.165000', '192802.625000', '192803.085000', '192803.545000', '192804.005000', '192804.465000', '192804.925000', '192805.385000', '192805.845000', '192806.305000', '192806.765000', '192807.225000', '192807.685000', '192808.145000', '192808.605000', '192809.065000', '192809.525000', '192809.985000', '192810.445000', '192810.905000', '192811.365000', '192811.825000', '192812.285000', '192812.745000', '192813.205000', '192813.665000', '192814.125000', '192814.585000', '192815.045000', '192815.505000', '192815.965000', '192816.425000', '192816.885000', '192817.345000', '192817.805000', '192818.265000', '192818.725000', '192819.185000', '192819.645000', '192820.105000', '192820.565000', '192821.025000', '192821.485000', '192821.945000', '192822.405000', '192822.865000', '192823.325000', '192823.785000', '192824.245000', '192824.705000', '192825.165000', '192825.625000', '192826.085000', '192826.545000', '192827.005000', '192827.465000', '192827.925000', '192828.385000', '192828.845000', '192829.305000', '192829.765000', '192830.225000', '192830.685000', '192831.145000', '192831.605000', '192832.065000', '192832.525000', '192832.985000', '192833.445000', '192833.905000', '192834.365000', '192834.825000', '192835.285000', '192835.745000', '192836.205000', '192836.665000', '192837.125000', '192837.585000', '192838.045000', '192838.505000', '192838.965000', '192839.425000', '192839.885000', '192840.345000', '192840.805000', '192841.265000', '192841.725000', '192842.185000', '192842.645000', '192843.105000', '192843.565000', '192844.025000', '192844.485000', '192844.945000', '192845.405000', '192845.865000', '192846.325000', '192846.785000', '192847.245000', '192847.705000', '192848.165000', '192848.625000', '192849.085000', '192849.545000', '192850.005000', '192850.465000', '192850.925000', '192851.385000', '192851.845000', '192852.305000', '192852.765000', '192853.225000', '192853.685000', '192854.145000', '192854.605000', '192855.065000', '192855.525000', '192855.985000', '192856.445000', '192856.905000', '192857.365000', '192857.825000', '192858.285000', '192858.745000', '192859.205000', '192859.665000', '192900.125000', '192900.585000', '192901.045000', '192901.505000', '192901.965000', '192902.425000', '192902.885000', '192903.345000', '192903.805000', '192904.265000', '192904.725000', '192905.185000', '192905.645000', '192906.105000', '192906.565000', '192907.025000', '192907.485000', '192907.945000', '192908.405000', '192908.865000', '192909.325000', '192909.785000', '192910.245000', '192910.705000', '192911.165000', '192911.625000', '192912.085000', '192912.545000', '192913.005000', '192913.465000', '192913.925000', '192914.385000', '192914.845000', '192915.305000', '192915.765000', '192916.225000', '192916.685000', '192917.145000', '192917.605000', '192918.065000', '192918.525000', '192918.985000', '192919.445000', '192919.905000', '192920.365000', '192920.825000', '192921.285000', '192921.745000', '192922.205000', '192922.665000', '192923.125000', '192923.585000', '192924.045000', '192924.505000', '192924.965000', '192925.425000', '192925.885000', '192926.345000', '192926.805000', '192927.265000', '192927.725000', '192928.185000', '192928.645000', '192929.105000', '192929.565000', '192930.025000', '192930.485000', '192930.945000', '192931.405000', '192931.865000', '192932.325000', '192932.785000', '192933.245000', '192933.705000', '192934.165000', '192934.625000', '192935.085000', '192935.545000', '192936.005000', '192936.465000', '192936.925000', '192937.385000', '192937.845000', '192938.305000', '192938.765000', '192939.225000', '192939.685000', '192940.145000', '192940.605000', '192941.065000', '192941.525000', '192941.985000', '192942.445000', '192942.905000', '192943.365000', '192943.825000', '192944.285000', '192944.745000', '192945.205000', '192945.665000', '192946.125000', '192946.585000', '192947.045000', '192947.505000', '192947.965000', '192948.425000', '192948.885000', '192949.345000', '192949.805000', '192950.265000', '192950.725000', '192951.185000', '192951.645000', '192952.105000', '192952.565000', '192953.025000', '192953.485000', '192953.945000', '192954.405000', '192954.865000', '192955.325000', '192955.785000', '192956.245000', '192956.705000', '192957.165000', '192957.625000', '192958.085000', '192958.545000', '192959.005000', '192959.465000', '192959.925000', '193000.385000', '193000.845000', '193001.305000', '193001.765000', '193002.225000', '193002.685000', '193003.145000', '193003.605000', '193004.065000', '193004.525000', '193004.985000', '193005.445000', '193005.905000', '193006.365000', '193006.825000', '193007.285000', '193007.745000', '193008.205000', '193008.665000', '193009.125000', '193009.585000', '193010.045000', '193010.505000', '193010.965000', '193011.425000', '193011.885000', '193012.345000', '193012.805000', '193013.265000', '193013.725000', '193014.185000', '193014.645000', '193015.105000', '193015.565000', '193016.025000', '193016.485000', '193016.945000', '193017.405000', '193017.865000', '193018.325000', '193018.785000', '193019.245000', '193019.705000', '193020.165000', '193020.625000', '193021.085000', '193021.545000', '193022.005000', '193022.465000', '193022.925000', '193023.385000', '193023.845000', '193024.305000', '193024.765000', '193025.225000', '193025.685000', '193026.145000', '193026.605000', '193027.065000', '193027.525000', '193027.985000', '193028.445000', '193028.905000', '193029.365000', '193029.825000', '193030.285000', '193030.745000', '193031.205000', '193031.665000', '193032.125000', '193032.585000', '193033.045000', '193033.505000', '193033.965000', '193034.425000', '193034.885000', '193035.345000', '193035.805000', '193036.265000', '193036.725000', '193037.185000', '193037.645000', '193038.105000', '193038.565000', '193039.025000', '193039.485000', '193039.945000', '193040.405000', '193040.865000', '193041.325000', '193041.785000', '193042.245000', '193042.705000', '193043.165000', '193043.625000', '193044.085000', '193044.545000', '193045.005000', '193045.465000', '193045.925000', '193046.385000', '193046.845000', '193047.305000', '193047.765000', '193048.225000', '193048.685000', '193049.145000', '193049.605000', '193050.065000', '193050.525000', '193050.985000', '193051.445000', '193051.905000', '193052.365000', '193052.825000', '193053.285000', '193053.745000', '193054.205000', '193054.665000', '193055.125000', '193055.585000', '193056.045000', '193056.505000', '193056.965000', '193057.425000', '193057.885000', '193058.345000', '193058.805000', '193059.265000', '193059.725000', '193100.185000', '193100.645000', '193101.105000', '193101.565000', '193102.025000', '193102.485000', '193102.945000', '193103.405000', '193103.865000', '193104.325000', '193104.785000', '193105.245000', '193105.705000', '193106.165000', '193106.625000', '193107.085000', '193107.545000', '193108.005000', '193108.465000', '193108.925000', '193109.385000', '193109.845000', '193110.305000', '193110.765000', '193111.225000', '193111.685000', '193112.145000', '193112.605000', '193113.065000', '193113.525000', '193113.985000', '193114.445000', '193114.905000', '193115.365000', '193115.825000', '193116.285000', '193116.745000', '193117.205000', '193117.665000', '193118.125000', '193118.585000', '193119.045000', '193119.505000', '193119.965000', '193120.425000', '193120.885000', '193121.345000', '193121.805000', '193122.265000', '193122.725000', '193123.185000', '193123.645000', '193124.105000', '193124.565000', '193125.025000', '193125.485000', '193125.945000', '193126.405000', '193126.865000', '193127.325000', '193127.785000', '193128.245000', '193128.705000', '193129.165000', '193129.625000', '193130.085000', '193130.545000', '193131.005000', '193131.465000', '193131.925000', '193132.385000', '193132.845000', '193133.305000', '193133.765000', '193134.225000', '193134.685000', '193135.145000', '193135.605000', '193136.065000', '193136.525000', '193136.985000', '193137.445000', '193137.905000', '193138.365000', '193138.825000', '193139.285000', '193139.745000', '193140.205000', '193140.665000', '193141.125000', '193141.585000', '193142.045000', '193142.505000', '193142.965000', '193143.425000', '193143.885000', '193144.345000', '193144.805000', '193145.265000', '193145.725000', '193146.185000', '193146.645000', '193147.105000', '193147.565000', '193148.025000', '193148.485000', '193148.945000', '193149.405000', '193149.865000', '193150.325000', '193150.785000', '193151.245000', '193151.705000', '193152.165000', '193152.625000', '193153.085000', '193153.545000', '193154.005000', '193154.465000', '193154.925000', '193155.385000', '193155.845000', '193156.305000', '193156.765000', '193157.225000', '193157.685000', '193158.145000', '193158.605000', '193159.065000', '193159.525000', '193159.985000', '193200.445000', '193200.905000', '193201.365000', '193201.825000', '193202.285000', '193202.745000', '193203.205000', '193203.665000', '193204.125000', '193204.585000', '193205.045000', '193205.505000', '193205.965000', '193206.425000', '193206.885000', '193207.345000', '193207.805000', '193208.265000', '193208.725000', '193209.185000', '193209.645000', '193210.105000', '193210.565000', '193211.025000', '193211.485000', '193211.945000', '193212.405000', '193212.865000', '193213.325000', '193213.785000', '193214.245000', '193214.705000', '193215.165000', '193215.625000', '193216.085000', '193216.545000', '193217.005000', '193217.465000', '193217.925000', '193218.385000', '193218.845000', '193219.305000', '193219.765000', '193220.225000', '193220.685000', '193221.145000', '193221.605000', '193222.065000', '193222.525000', '193222.985000', '193223.445000', '193223.905000', '193224.365000', '193224.825000', '193225.285000', '193225.745000', '193226.205000', '193226.665000', '193227.125000', '193227.585000', '193228.045000', '193228.505000', '193228.965000', '193229.425000', '193229.885000', '193230.345000', '193230.805000', '193231.265000', '193231.725000', '193232.185000', '193232.645000', '193233.105000', '193233.565000', '193234.025000', '193234.485000', '193234.945000', '193235.405000', '193235.865000', '193236.325000', '193236.785000', '193237.245000', '193237.705000', '193238.165000', '193238.625000', '193239.085000', '193239.545000', '193240.005000', '193240.465000', '193240.925000', '193241.385000', '193241.845000', '193242.305000', '193242.765000', '193243.225000', '193243.685000', '193244.145000', '193244.605000', '193245.065000', '193245.525000', '193245.985000', '193246.445000', '193246.905000', '193247.365000', '193247.825000', '193248.285000', '193248.745000', '193249.205000', '193249.665000', '193250.125000', '193250.585000', '193251.045000', '193251.505000', '193251.965000', '193252.425000', '193252.885000', '193253.345000', '193253.805000', '193254.265000', '193254.725000', '193255.185000', '193255.645000', '193256.105000', '193256.565000', '193257.025000', '193257.485000', '193257.945000', '193258.405000', '193258.865000', '193259.325000', '193259.785000', '193300.245000', '193300.705000', '193301.165000', '193301.625000', '193302.085000', '193302.545000', '193303.005000', '193303.465000', '193303.925000', '193304.385000', '193304.845000', '193305.305000', '193305.765000', '193306.225000', '193306.685000', '193307.145000', '193307.605000', '193308.065000', '193308.525000', '193308.985000', '193309.445000', '193309.905000', '193310.365000', '193310.825000', '193311.285000', '193311.745000', '193312.205000', '193312.665000', '193313.125000', '193313.585000', '193314.045000', '193314.505000', '193314.965000', '193315.425000', '193315.885000', '193316.345000', '193316.805000', '193317.265000', '193317.725000', '193318.185000', '193318.645000', '193319.105000', '193319.565000', '193320.025000', '193320.485000', '193320.945000', '193321.405000', '193321.865000', '193322.325000', '193322.785000', '193323.245000', '193323.705000', '193324.165000', '193324.625000', '193325.085000', '193325.545000', '193326.005000', '193326.465000', '193326.925000', '193327.385000', '193327.845000', '193328.305000', '193328.765000', '193329.225000', '193329.685000', '193330.145000', '193330.605000', '193331.065000', '193331.525000', '193331.985000', '193332.445000', '193332.905000', '193333.365000', '193333.825000', '193334.285000', '193334.745000', '193335.205000', '193335.665000', '193336.125000', '193336.585000', '193337.045000', '193337.505000', '193337.965000', '193338.425000', '193338.885000', '193339.345000', '193339.805000', '193340.265000', '193340.725000', '193341.185000', '193341.645000', '193342.105000', '193342.565000', '193343.025000', '193343.485000', '193343.945000', '193344.405000', '193344.865000', '193345.325000', '193345.785000', '193346.245000', '193346.705000', '193347.165000', '193347.625000', '193348.085000', '193348.545000', '193349.005000', '193349.465000', '193349.925000', '193350.385000', '193350.845000', '193351.305000', '193351.765000', '193352.225000', '193352.685000', '193353.145000', '193353.605000', '193354.065000', '193354.525000', '193354.985000', '193355.445000', '193355.905000', '193356.365000', '193356.825000', '193357.285000', '193357.745000', '193358.205000', '193358.665000', '193359.125000', '193359.585000', '193400.045000', '193400.505000', '193400.965000', '193401.425000', '193401.885000', '193402.345000', '193402.805000', '193403.265000', '193403.725000', '193404.185000', '193404.645000', '193405.105000', '193405.565000', '193406.025000', '193406.485000', '193406.945000', '193407.405000', '193407.865000', '193408.325000', '193408.785000', '193409.245000', '193409.705000', '193410.165000', '193410.625000', '193411.085000', '193411.545000', '193412.005000', '193412.465000', '193412.925000', '193413.385000', '193413.845000', '193414.305000', '193414.765000', '193415.225000', '193415.685000', '193416.145000', '193416.605000', '193417.065000', '193417.525000', '193417.985000', '193418.445000', '193418.905000', '193419.365000', '193419.825000', '193420.285000', '193420.745000', '193421.205000', '193421.665000', '193422.125000', '193422.585000', '193423.045000', '193423.505000', '193423.965000', '193424.425000', '193424.885000', '193425.345000', '193425.805000', '193426.265000', '193426.725000', '193427.185000', '193427.645000', '193428.105000', '193428.565000', '193429.025000', '193429.485000', '193429.945000', '193430.405000', '193430.865000', '193431.325000', '193431.785000', '193432.245000', '193432.705000', '193433.165000', '193433.625000', '193434.085000', '193434.545000', '193435.005000', '193435.465000', '193435.925000', '193436.385000', '193436.845000', '193437.305000', '193437.765000', '193438.225000', '193438.685000', '193439.145000', '193439.605000', '193440.065000', '193440.525000', '193440.985000', '193441.445000', '193441.905000', '193442.365000'], 'ContentTime': ['192826.307000', '192826.310000', '192826.313000', '192826.316000', '192826.318000', '192826.321000', '192826.324000', '192826.327000', '192826.330000', '192826.333000', '192826.335000', '192826.338000', '192826.340000', '192826.343000', '192826.346000', '192826.348000', '192826.351000', '192826.353000', '192826.356000', '192826.358000', '192826.361000', '192826.363000', '192826.366000', '192826.369000', '192826.371000', '192826.374000', '192826.383000', '192826.386000', '192826.388000', '192826.391000', '192826.393000', '192826.396000', '192826.398000', '192826.401000', '192826.404000', '192826.406000', '192826.409000', '192826.411000', '192826.414000', '192826.416000', '192826.419000', '192826.422000', '192826.424000', '192826.427000', '192826.429000', '192826.432000', '192826.434000', '192826.437000', '192826.440000', '192826.442000', '192846.255000', '192846.258000', '192846.261000', '192846.264000', '192846.266000', '192846.269000', '192846.271000', '192846.274000', '192846.276000', '192846.279000', '192846.282000', '192846.284000', '192846.311000', '192846.314000', '192846.316000', '192846.319000', '192846.321000', '192846.324000', '192846.327000', '192846.329000', '192846.332000', '192846.334000', '192846.337000', '192846.340000', '192846.342000', '192846.345000', '192846.347000', '192846.350000', '192846.352000', '192846.355000', '192846.357000', '192846.360000', '192846.362000', '192846.365000', '192846.368000', '192846.370000', '192846.373000', '192846.375000', '192846.378000', '192846.381000', '192846.383000', '192846.386000', '192846.388000', '192846.391000', '192906.255000', '192906.258000', '192906.261000', '192906.263000', '192906.266000', '192906.269000', '192906.271000', '192906.274000', '192906.276000', '192906.279000', '192906.281000', '192906.284000', '192906.287000', '192906.289000', '192906.292000', '192906.294000', '192906.297000', '192906.299000', '192906.302000', '192906.304000', '192906.307000', '192906.310000', '192906.312000', '192906.315000', '192906.317000', '192906.320000', '192906.323000', '192906.325000', '192906.328000', '192906.330000', '192906.333000', '192906.336000', '192906.338000', '192906.341000', '192906.343000', '192906.354000', '192906.357000', '192906.360000', '192906.362000', '192906.365000', '192906.367000', '192906.370000', '192906.372000', '192926.255000', '192926.258000', '192926.261000', '192926.264000', '192926.266000', '192926.269000', '192926.271000', '192926.274000', '192926.276000', '192926.279000', '192926.282000', '192926.284000', '192926.287000', '192926.289000', '192926.292000', '192926.294000', '192926.297000', '192926.300000', '192926.302000', '192926.305000', '192926.307000', '192926.310000', '192926.312000', '192926.315000', '192926.318000', '192926.320000', '192926.323000', '192926.325000', '192926.328000', '192926.331000', '192926.333000', '192926.336000', '192926.338000', '192926.341000', '192926.343000', '192926.346000', '192926.349000', '192926.351000', '192926.354000', '192926.356000', '192926.359000', '192926.361000', '192926.364000', '192926.366000', '192946.255000', '192946.258000', '192946.261000', '192946.264000', '192946.266000', '192946.269000', '192946.272000', '192946.274000', '192946.277000', '192946.279000', '192946.282000', '192946.284000', '192946.287000', '192946.289000', '192946.292000', '192946.294000', '192946.297000', '192946.300000', '192946.302000', '192946.305000', '192946.307000', '192946.310000', '192946.312000', '192946.315000', '192946.317000', '192946.320000', '192946.323000', '192946.325000', '192946.328000', '192946.330000', '192946.333000', '192946.335000', '192946.338000', '192946.341000', '192946.343000', '192946.346000', '192946.348000', '192946.351000', '192946.354000', '192946.356000', '192946.359000', '192946.361000', '192946.364000', '193006.255000', '193006.258000', '193006.267000', '193006.269000', '193006.272000', '193006.274000', '193006.277000', '193006.280000', '193006.282000', '193006.285000', '193006.287000', '193006.290000', '193006.292000', '193006.295000', '193006.298000', '193006.307000', '193006.309000', '193006.312000', '193006.315000', '193006.317000', '193006.320000', '193006.322000', '193006.325000', '193006.327000', '193006.330000', '193006.333000', '193006.335000', '193006.338000', '193006.340000', '193006.343000', '193006.346000', '193006.348000', '193006.351000', '193006.353000', '193006.356000', '193006.358000', '193006.361000', '193006.363000', '193006.366000', '193006.369000', '193006.371000', '193006.374000', '193006.376000', '193006.379000', '193026.255000', '193026.258000', '193026.261000', '193026.263000', '193026.266000', '193026.268000', '193026.271000', '193026.274000', '193026.276000', '193026.279000', '193026.281000', '193026.284000', '193026.287000', '193026.289000', '193026.292000', '193026.294000', '193026.297000', '193026.299000', '193026.302000', '193026.304000', '193026.307000', '193026.310000', '193026.312000', '193026.315000', '193026.317000', '193026.320000', '193026.322000', '193026.325000', '193026.328000', '193026.330000', '193026.333000', '193026.335000', '193026.338000', '193026.341000', '193026.343000', '193026.346000', '193026.348000', '193026.351000', '193026.353000', '193026.356000', '193026.358000', '193026.361000', '193026.364000', '193046.256000', '193046.262000', '193046.264000', '193046.267000', '193046.269000', '193046.272000', '193046.275000', '193046.277000', '193046.280000', '193046.282000', '193046.285000', '193046.288000', '193046.290000', '193046.293000', '193046.295000', '193046.298000', '193046.301000', '193046.303000', '193046.306000', '193046.308000', '193046.311000', '193046.314000', '193046.316000', '193046.319000', '193046.321000', '193046.324000', '193046.326000', '193046.329000', '193046.333000', '193046.335000', '193046.338000', '193046.341000', '193046.343000', '193046.346000', '193046.348000', '193046.351000', '193046.353000', '193046.356000', '193046.358000', '193046.361000', '193046.364000', '193046.366000', '193046.396000', '193046.398000', '193106.256000', '193106.258000', '193106.261000', '193106.264000', '193106.266000', '193106.269000', '193106.271000', '193106.274000', '193106.277000', '193106.279000', '193106.282000', '193106.284000', '193106.287000', '193106.290000', '193106.292000', '193106.295000', '193106.297000', '193106.300000', '193106.302000', '193106.305000', '193106.308000', '193106.310000', '193106.313000', '193106.315000', '193106.318000', '193106.321000', '193106.323000', '193106.326000', '193106.328000', '193106.331000', '193106.334000', '193106.336000', '193106.339000', '193106.341000', '193106.344000', '193106.347000', '193106.349000', '193106.352000', '193106.354000', '193106.357000', '193106.359000', '193106.362000', '193106.365000', '193126.255000', '193126.258000', '193126.261000', '193126.263000', '193126.266000', '193126.269000', '193126.271000', '193126.274000', '193126.276000', '193126.279000', '193126.282000', '193126.284000', '193126.287000', '193126.289000', '193126.292000', '193126.295000', '193126.297000', '193126.300000', '193126.303000', '193126.305000', '193126.308000', '193126.310000', '193126.313000', '193126.316000', '193126.318000', '193126.321000', '193126.323000', '193126.326000', '193126.328000', '193126.331000', '193126.334000', '193126.336000', '193126.339000', '193126.341000', '193126.344000', '193126.347000', '193126.349000', '193126.352000', '193126.354000', '193126.357000', '193126.359000', '193126.390000', '193126.392000', '193126.395000', '193146.256000', '193146.258000', '193146.261000', '193146.264000', '193146.266000', '193146.269000', '193146.271000', '193146.274000', '193146.276000', '193146.279000', '193146.282000', '193146.284000', '193146.287000', '193146.289000', '193146.292000', '193146.294000', '193146.297000', '193146.300000', '193146.302000', '193146.305000', '193146.307000', '193146.310000', '193146.312000', '193146.315000', '193146.318000', '193146.320000', '193146.323000', '193146.326000', '193146.328000', '193146.331000', '193146.333000', '193146.336000', '193146.338000', '193146.341000', '193146.344000', '193146.346000', '193146.349000', '193146.351000', '193146.354000', '193146.357000', '193146.359000', '193146.362000', '193146.365000', '193206.255000', '193206.258000', '193206.261000', '193206.264000', '193206.266000', '193206.269000', '193206.271000', '193206.274000', '193206.277000', '193206.279000', '193206.282000', '193206.284000', '193206.287000', '193206.290000', '193206.292000', '193206.295000', '193206.297000', '193206.300000', '193206.303000', '193206.305000', '193206.308000', '193206.310000', '193206.320000', '193206.323000', '193206.325000', '193206.328000', '193206.331000', '193206.333000', '193206.336000', '193206.338000', '193206.341000', '193206.344000', '193206.346000', '193206.349000', '193206.351000', '193206.354000', '193206.357000', '193206.359000', '193206.362000', '193206.364000', '193206.367000', '193206.370000', '193206.372000', '193206.375000', '193226.255000', '193226.258000', '193226.261000', '193226.263000', '193226.266000', '193226.269000', '193226.271000', '193226.274000', '193226.276000', '193226.279000', '193226.281000', '193226.284000', '193226.287000', '193226.289000', '193226.292000', '193226.294000', '193226.297000', '193226.300000', '193226.302000', '193226.305000', '193226.307000', '193226.310000', '193226.312000', '193226.315000', '193226.318000', '193226.320000', '193226.323000', '193226.325000', '193226.328000', '193226.331000', '193226.337000', '193226.340000', '193226.342000', '193226.345000', '193226.347000', '193226.350000', '193226.353000', '193226.355000', '193226.358000', '193226.360000', '193226.363000', '193226.366000', '193226.368000', '193246.255000', '193246.258000', '193246.261000', '193246.264000', '193246.267000', '193246.269000', '193246.272000', '193246.274000', '193246.277000', '193246.279000', '193246.282000', '193246.285000', '193246.287000', '193246.290000', '193246.292000', '193246.295000', '193246.297000', '193246.300000', '193246.303000', '193246.305000', '193246.308000', '193246.310000', '193246.313000', '193246.315000', '193246.318000', '193246.321000', '193246.323000', '193246.326000', '193246.328000', '193246.331000', '193246.333000', '193246.336000', '193246.339000', '193246.341000', '193246.344000', '193246.346000', '193246.349000', '193246.352000', '193246.354000', '193246.357000', '193246.359000', '193246.362000', '193246.365000', '193246.367000', '193306.254000', '193306.257000', '193306.260000', '193306.262000', '193306.265000', '193306.268000', '193306.270000', '193306.284000', '193306.287000', '193306.289000', '193306.292000', '193306.294000', '193306.297000', '193306.300000', '193306.302000', '193306.305000', '193306.307000', '193306.310000', '193306.313000', '193306.315000', '193306.318000', '193306.320000', '193306.323000', '193306.326000', '193306.328000', '193306.331000', '193306.333000', '193306.336000', '193306.339000', '193306.341000', '193306.344000', '193306.346000', '193306.349000', '193306.351000', '193306.354000', '193306.357000', '193306.359000', '193306.362000', '193306.364000', '193306.367000', '193306.370000', '193306.372000', '193306.375000', '193326.255000', '193326.258000', '193326.261000', '193326.264000', '193326.266000', '193326.269000', '193326.271000', '193326.274000', '193326.277000', '193326.279000', '193326.282000', '193326.284000', '193326.287000', '193326.290000', '193326.292000', '193326.295000', '193326.297000', '193326.300000', '193326.302000', '193326.305000', '193326.308000', '193326.310000', '193326.313000', '193326.315000', '193326.318000', '193326.321000', '193326.323000', '193326.326000', '193326.328000', '193326.331000', '193326.334000', '193326.336000', '193326.339000', '193326.341000', '193326.344000', '193326.347000', '193326.349000', '193326.352000', '193326.355000', '193326.357000', '193326.360000', '193326.362000', '193326.365000', '193326.367000', '193346.255000', '193346.258000', '193346.261000', '193346.263000', '193346.266000', '193346.269000', '193346.271000', '193346.274000', '193346.277000', '193346.279000', '193346.282000', '193346.284000', '193346.287000', '193346.289000', '193346.292000', '193346.295000', '193346.297000', '193346.300000', '193346.302000', '193346.305000', '193346.308000', '193346.310000', '193346.313000', '193346.315000', '193346.318000', '193346.321000', '193346.323000', '193346.326000', '193346.328000', '193346.331000', '193346.334000', '193346.336000', '193346.339000', '193346.341000', '193346.344000', '193346.347000', '193346.349000', '193346.352000', '193346.354000', '193346.357000', '193346.359000', '193346.362000', '193346.365000', '193406.256000', '193406.258000', '193406.261000', '193406.264000', '193406.268000', '193406.271000', '193406.273000', '193406.276000', '193406.278000', '193406.281000', '193406.284000', '193406.286000', '193406.289000', '193406.291000', '193406.294000', '193406.297000', '193406.299000', '193406.303000', '193406.306000', '193406.309000', '193406.312000', '193406.314000', '193406.317000', '193406.319000', '193406.322000', '193406.325000', '193406.327000', '193406.330000', '193406.332000', '193406.335000', '193406.338000', '193406.340000', '193406.343000', '193406.345000', '193406.348000', '193406.351000', '193406.354000', '193406.356000', '193406.359000', '193406.362000', '193406.364000', '193406.367000', '193406.369000', '193426.255000', '193426.258000', '193426.261000', '193426.263000', '193426.266000', '193426.269000', '193426.271000', '193426.274000', '193426.277000', '193426.279000', '193426.282000', '193426.284000', '193426.287000', '193426.289000', '193426.292000', '193426.295000', '193426.297000', '193426.300000', '193426.302000', '193426.316000', '193426.319000', '193426.321000', '193426.324000', '193426.327000', '193426.329000', '193426.332000', '193426.334000', '193426.337000', '193426.339000', '193426.342000', '193426.345000', '193426.347000', '193426.350000', '193426.352000', '193426.355000', '193426.358000', '193426.360000', '193426.363000', '193426.365000', '193426.368000', '193426.370000', '193426.373000', '193426.376000', '193426.378000', '193443.977000', '193443.981000', '193443.983000', '193443.986000', '193443.989000', '193443.991000', '193443.994000', '193443.996000', '193444.000000', '193444.003000', '193444.005000', '193444.008000', '193444.011000', '193444.013000', '193444.016000', '193444.018000', '193444.021000', '193444.024000', '193444.027000', '193444.030000', '193444.033000', '193444.036000', '193444.038000', '193444.041000', '193444.044000', '193444.047000', '193444.049000', '193444.052000', '193444.055000', '193444.058000', '193444.060000', '193444.063000', '193444.066000', '193444.069000', '193444.077000', '193444.081000', '193444.084000', '193444.087000', '193444.090000'], 'InstanceCreationTime': ['192826.307000', '192826.310000', '192826.313000', '192826.316000', '192826.318000', '192826.321000', '192826.324000', '192826.327000', '192826.330000', '192826.333000', '192826.335000', '192826.338000', '192826.340000', '192826.343000', '192826.346000', '192826.348000', '192826.351000', '192826.353000', '192826.356000', '192826.358000', '192826.361000', '192826.363000', '192826.366000', '192826.369000', '192826.371000', '192826.374000', '192826.383000', '192826.386000', '192826.388000', '192826.391000', '192826.393000', '192826.396000', '192826.398000', '192826.401000', '192826.404000', '192826.406000', '192826.409000', '192826.411000', '192826.414000', '192826.416000', '192826.419000', '192826.422000', '192826.424000', '192826.427000', '192826.429000', '192826.432000', '192826.434000', '192826.437000', '192826.440000', '192826.442000', '192846.255000', '192846.258000', '192846.261000', '192846.264000', '192846.266000', '192846.269000', '192846.271000', '192846.274000', '192846.276000', '192846.279000', '192846.282000', '192846.284000', '192846.311000', '192846.314000', '192846.316000', '192846.319000', '192846.321000', '192846.324000', '192846.327000', '192846.329000', '192846.332000', '192846.334000', '192846.337000', '192846.340000', '192846.342000', '192846.345000', '192846.347000', '192846.350000', '192846.352000', '192846.355000', '192846.357000', '192846.360000', '192846.362000', '192846.365000', '192846.368000', '192846.370000', '192846.373000', '192846.375000', '192846.378000', '192846.381000', '192846.383000', '192846.386000', '192846.388000', '192846.391000', '192906.255000', '192906.258000', '192906.261000', '192906.263000', '192906.266000', '192906.269000', '192906.271000', '192906.274000', '192906.276000', '192906.279000', '192906.281000', '192906.284000', '192906.287000', '192906.289000', '192906.292000', '192906.294000', '192906.297000', '192906.299000', '192906.302000', '192906.304000', '192906.307000', '192906.310000', '192906.312000', '192906.315000', '192906.317000', '192906.320000', '192906.323000', '192906.325000', '192906.328000', '192906.330000', '192906.333000', '192906.336000', '192906.338000', '192906.341000', '192906.343000', '192906.354000', '192906.357000', '192906.360000', '192906.362000', '192906.365000', '192906.367000', '192906.370000', '192906.372000', '192926.255000', '192926.258000', '192926.261000', '192926.264000', '192926.266000', '192926.269000', '192926.271000', '192926.274000', '192926.276000', '192926.279000', '192926.282000', '192926.284000', '192926.287000', '192926.289000', '192926.292000', '192926.294000', '192926.297000', '192926.300000', '192926.302000', '192926.305000', '192926.307000', '192926.310000', '192926.312000', '192926.315000', '192926.318000', '192926.320000', '192926.323000', '192926.325000', '192926.328000', '192926.331000', '192926.333000', '192926.336000', '192926.338000', '192926.341000', '192926.343000', '192926.346000', '192926.349000', '192926.351000', '192926.354000', '192926.356000', '192926.359000', '192926.361000', '192926.364000', '192926.366000', '192946.255000', '192946.258000', '192946.261000', '192946.264000', '192946.266000', '192946.269000', '192946.272000', '192946.274000', '192946.277000', '192946.279000', '192946.282000', '192946.284000', '192946.287000', '192946.289000', '192946.292000', '192946.294000', '192946.297000', '192946.300000', '192946.302000', '192946.305000', '192946.307000', '192946.310000', '192946.312000', '192946.315000', '192946.317000', '192946.320000', '192946.323000', '192946.325000', '192946.328000', '192946.330000', '192946.333000', '192946.335000', '192946.338000', '192946.341000', '192946.343000', '192946.346000', '192946.348000', '192946.351000', '192946.354000', '192946.356000', '192946.359000', '192946.361000', '192946.364000', '193006.255000', '193006.258000', '193006.267000', '193006.269000', '193006.272000', '193006.274000', '193006.277000', '193006.280000', '193006.282000', '193006.285000', '193006.287000', '193006.290000', '193006.292000', '193006.295000', '193006.298000', '193006.307000', '193006.309000', '193006.312000', '193006.315000', '193006.317000', '193006.320000', '193006.322000', '193006.325000', '193006.327000', '193006.330000', '193006.333000', '193006.335000', '193006.338000', '193006.340000', '193006.343000', '193006.346000', '193006.348000', '193006.351000', '193006.353000', '193006.356000', '193006.358000', '193006.361000', '193006.363000', '193006.366000', '193006.369000', '193006.371000', '193006.374000', '193006.376000', '193006.379000', '193026.255000', '193026.258000', '193026.261000', '193026.263000', '193026.266000', '193026.268000', '193026.271000', '193026.274000', '193026.276000', '193026.279000', '193026.281000', '193026.284000', '193026.287000', '193026.289000', '193026.292000', '193026.294000', '193026.297000', '193026.299000', '193026.302000', '193026.304000', '193026.307000', '193026.310000', '193026.312000', '193026.315000', '193026.317000', '193026.320000', '193026.322000', '193026.325000', '193026.328000', '193026.330000', '193026.333000', '193026.335000', '193026.338000', '193026.341000', '193026.343000', '193026.346000', '193026.348000', '193026.351000', '193026.353000', '193026.356000', '193026.358000', '193026.361000', '193026.364000', '193046.256000', '193046.262000', '193046.264000', '193046.267000', '193046.269000', '193046.272000', '193046.275000', '193046.277000', '193046.280000', '193046.282000', '193046.285000', '193046.288000', '193046.290000', '193046.293000', '193046.295000', '193046.298000', '193046.301000', '193046.303000', '193046.306000', '193046.308000', '193046.311000', '193046.314000', '193046.316000', '193046.319000', '193046.321000', '193046.324000', '193046.326000', '193046.329000', '193046.333000', '193046.335000', '193046.338000', '193046.341000', '193046.343000', '193046.346000', '193046.348000', '193046.351000', '193046.353000', '193046.356000', '193046.358000', '193046.361000', '193046.364000', '193046.366000', '193046.396000', '193046.398000', '193106.256000', '193106.258000', '193106.261000', '193106.264000', '193106.266000', '193106.269000', '193106.271000', '193106.274000', '193106.277000', '193106.279000', '193106.282000', '193106.284000', '193106.287000', '193106.290000', '193106.292000', '193106.295000', '193106.297000', '193106.300000', '193106.302000', '193106.305000', '193106.308000', '193106.310000', '193106.313000', '193106.315000', '193106.318000', '193106.321000', '193106.323000', '193106.326000', '193106.328000', '193106.331000', '193106.334000', '193106.336000', '193106.339000', '193106.341000', '193106.344000', '193106.347000', '193106.349000', '193106.352000', '193106.354000', '193106.357000', '193106.359000', '193106.362000', '193106.365000', '193126.255000', '193126.258000', '193126.261000', '193126.263000', '193126.266000', '193126.269000', '193126.271000', '193126.274000', '193126.276000', '193126.279000', '193126.282000', '193126.284000', '193126.287000', '193126.289000', '193126.292000', '193126.295000', '193126.297000', '193126.300000', '193126.303000', '193126.305000', '193126.308000', '193126.310000', '193126.313000', '193126.316000', '193126.318000', '193126.321000', '193126.323000', '193126.326000', '193126.328000', '193126.331000', '193126.334000', '193126.336000', '193126.339000', '193126.341000', '193126.344000', '193126.347000', '193126.349000', '193126.352000', '193126.354000', '193126.357000', '193126.359000', '193126.390000', '193126.392000', '193126.395000', '193146.256000', '193146.258000', '193146.261000', '193146.264000', '193146.266000', '193146.269000', '193146.271000', '193146.274000', '193146.276000', '193146.279000', '193146.282000', '193146.284000', '193146.287000', '193146.289000', '193146.292000', '193146.294000', '193146.297000', '193146.300000', '193146.302000', '193146.305000', '193146.307000', '193146.310000', '193146.312000', '193146.315000', '193146.318000', '193146.320000', '193146.323000', '193146.326000', '193146.328000', '193146.331000', '193146.333000', '193146.336000', '193146.338000', '193146.341000', '193146.344000', '193146.346000', '193146.349000', '193146.351000', '193146.354000', '193146.357000', '193146.359000', '193146.362000', '193146.365000', '193206.255000', '193206.258000', '193206.261000', '193206.264000', '193206.266000', '193206.269000', '193206.271000', '193206.274000', '193206.277000', '193206.279000', '193206.282000', '193206.284000', '193206.287000', '193206.290000', '193206.292000', '193206.295000', '193206.297000', '193206.300000', '193206.303000', '193206.305000', '193206.308000', '193206.310000', '193206.320000', '193206.323000', '193206.325000', '193206.328000', '193206.331000', '193206.333000', '193206.336000', '193206.338000', '193206.341000', '193206.344000', '193206.346000', '193206.349000', '193206.351000', '193206.354000', '193206.357000', '193206.359000', '193206.362000', '193206.364000', '193206.367000', '193206.370000', '193206.372000', '193206.375000', '193226.255000', '193226.258000', '193226.261000', '193226.263000', '193226.266000', '193226.269000', '193226.271000', '193226.274000', '193226.276000', '193226.279000', '193226.281000', '193226.284000', '193226.287000', '193226.289000', '193226.292000', '193226.294000', '193226.297000', '193226.300000', '193226.302000', '193226.305000', '193226.307000', '193226.310000', '193226.312000', '193226.315000', '193226.318000', '193226.320000', '193226.323000', '193226.325000', '193226.328000', '193226.331000', '193226.337000', '193226.340000', '193226.342000', '193226.345000', '193226.347000', '193226.350000', '193226.353000', '193226.355000', '193226.358000', '193226.360000', '193226.363000', '193226.366000', '193226.368000', '193246.255000', '193246.258000', '193246.261000', '193246.264000', '193246.267000', '193246.269000', '193246.272000', '193246.274000', '193246.277000', '193246.279000', '193246.282000', '193246.285000', '193246.287000', '193246.290000', '193246.292000', '193246.295000', '193246.297000', '193246.300000', '193246.303000', '193246.305000', '193246.308000', '193246.310000', '193246.313000', '193246.315000', '193246.318000', '193246.321000', '193246.323000', '193246.326000', '193246.328000', '193246.331000', '193246.333000', '193246.336000', '193246.339000', '193246.341000', '193246.344000', '193246.346000', '193246.349000', '193246.352000', '193246.354000', '193246.357000', '193246.359000', '193246.362000', '193246.365000', '193246.367000', '193306.254000', '193306.257000', '193306.260000', '193306.262000', '193306.265000', '193306.268000', '193306.270000', '193306.284000', '193306.287000', '193306.289000', '193306.292000', '193306.294000', '193306.297000', '193306.300000', '193306.302000', '193306.305000', '193306.307000', '193306.310000', '193306.313000', '193306.315000', '193306.318000', '193306.320000', '193306.323000', '193306.326000', '193306.328000', '193306.331000', '193306.333000', '193306.336000', '193306.339000', '193306.341000', '193306.344000', '193306.346000', '193306.349000', '193306.351000', '193306.354000', '193306.357000', '193306.359000', '193306.362000', '193306.364000', '193306.367000', '193306.370000', '193306.372000', '193306.375000', '193326.255000', '193326.258000', '193326.261000', '193326.264000', '193326.266000', '193326.269000', '193326.271000', '193326.274000', '193326.277000', '193326.279000', '193326.282000', '193326.284000', '193326.287000', '193326.290000', '193326.292000', '193326.295000', '193326.297000', '193326.300000', '193326.302000', '193326.305000', '193326.308000', '193326.310000', '193326.313000', '193326.315000', '193326.318000', '193326.321000', '193326.323000', '193326.326000', '193326.328000', '193326.331000', '193326.334000', '193326.336000', '193326.339000', '193326.341000', '193326.344000', '193326.347000', '193326.349000', '193326.352000', '193326.355000', '193326.357000', '193326.360000', '193326.362000', '193326.365000', '193326.367000', '193346.255000', '193346.258000', '193346.261000', '193346.263000', '193346.266000', '193346.269000', '193346.271000', '193346.274000', '193346.277000', '193346.279000', '193346.282000', '193346.284000', '193346.287000', '193346.289000', '193346.292000', '193346.295000', '193346.297000', '193346.300000', '193346.302000', '193346.305000', '193346.308000', '193346.310000', '193346.313000', '193346.315000', '193346.318000', '193346.321000', '193346.323000', '193346.326000', '193346.328000', '193346.331000', '193346.334000', '193346.336000', '193346.339000', '193346.341000', '193346.344000', '193346.347000', '193346.349000', '193346.352000', '193346.354000', '193346.357000', '193346.359000', '193346.362000', '193346.365000', '193406.256000', '193406.258000', '193406.261000', '193406.264000', '193406.268000', '193406.271000', '193406.273000', '193406.276000', '193406.278000', '193406.281000', '193406.284000', '193406.286000', '193406.289000', '193406.291000', '193406.294000', '193406.297000', '193406.299000', '193406.303000', '193406.306000', '193406.309000', '193406.312000', '193406.314000', '193406.317000', '193406.319000', '193406.322000', '193406.325000', '193406.327000', '193406.330000', '193406.332000', '193406.335000', '193406.338000', '193406.340000', '193406.343000', '193406.345000', '193406.348000', '193406.351000', '193406.354000', '193406.356000', '193406.359000', '193406.362000', '193406.364000', '193406.367000', '193406.369000', '193426.255000', '193426.258000', '193426.261000', '193426.263000', '193426.266000', '193426.269000', '193426.271000', '193426.274000', '193426.277000', '193426.279000', '193426.282000', '193426.284000', '193426.287000', '193426.289000', '193426.292000', '193426.295000', '193426.297000', '193426.300000', '193426.302000', '193426.316000', '193426.319000', '193426.321000', '193426.324000', '193426.327000', '193426.329000', '193426.332000', '193426.334000', '193426.337000', '193426.339000', '193426.342000', '193426.345000', '193426.347000', '193426.350000', '193426.352000', '193426.355000', '193426.358000', '193426.360000', '193426.363000', '193426.365000', '193426.368000', '193426.370000', '193426.373000', '193426.376000', '193426.378000', '193443.977000', '193443.981000', '193443.983000', '193443.986000', '193443.989000', '193443.991000', '193443.994000', '193443.996000', '193444.000000', '193444.003000', '193444.005000', '193444.008000', '193444.011000', '193444.013000', '193444.016000', '193444.018000', '193444.021000', '193444.024000', '193444.027000', '193444.030000', '193444.033000', '193444.036000', '193444.038000', '193444.041000', '193444.044000', '193444.047000', '193444.049000', '193444.052000', '193444.055000', '193444.058000', '193444.060000', '193444.063000', '193444.066000', '193444.069000', '193444.077000', '193444.081000', '193444.084000', '193444.087000', '193444.090000'], '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': [9952, 8108, 9141, 7321, 8942, 7506, 9002, 7832, 9942, 7915, 7342, 7722, 7882, 7468, 7568, 7544, 8973, 10994, 7358, 7840, 7260, 9585, 8091, 12189, 7794, 9131, 7925, 7757, 8646, 8003, 6870, 7584, 8101, 7857, 8055, 7725, 11380, 7350, 7533, 8499, 7213, 9105, 10178, 10676, 7435, 9339, 7234, 11251, 8499, 14833, 8242, 12262, 7894, 13358, 8548, 7437, 8562, 7220, 8293, 10648, 9928, 13556, 11403, 6890, 7944, 6672, 9111, 6670, 12120, 7763, 10509, 6731, 10008, 8034, 6780, 7615, 7014, 7861, 6696, 7852, 6585, 8936, 6917, 6665, 9403, 7400, 15003, 11713, 13993, 8539, 8401, 12303, 9697, 13182, 9224, 13543, 7425, 8169, 7766, 6872, 7894, 10173, 7901, 13846, 8827, 7307, 9209, 8800, 13643, 10086, 8246, 8461, 7347, 11940, 10112, 12807, 8487, 12016, 7327, 10437, 7539, 9680, 8386, 7125, 7551, 6975, 7424, 7019, 8772, 7164, 7527, 7341, 12206, 7392, 10693, 7903, 11447, 9363, 10474, 6996, 7705, 7036, 8199, 7140, 8198, 7151, 7335, 7020, 7203, 8294, 7278, 9748, 7361, 11264, 7302, 12156, 9987, 12971, 8126, 12426, 7146, 8580, 6882, 9834, 7443, 11084, 6873, 9633, 7191, 6887, 10096, 10759, 11846, 11909, 13033, 12998, 14310, 8097, 12680, 7870, 11371, 8067, 13862, 11040, 14354, 10807, 13184, 9359, 13049, 9109, 12209, 8241, 7159, 7126, 7055, 8932, 7594, 11457, 8442, 7216, 8061, 7305, 8694, 7623, 7165, 8841, 7165, 8290, 7557, 7400, 7617, 6862, 10118, 7560, 7054, 6799, 7107, 8375, 7002, 11583, 7716, 7081, 7130, 7190, 8121, 7108, 12000, 8566, 7289, 7021, 7215, 8103, 6997, 12289, 7646, 9176, 7335, 7278, 7457, 6991, 11167, 7340, 10606, 7417, 7695, 7348, 7589, 10164, 7078, 9257, 6916, 8550, 7234, 10632, 7860, 11914, 7857, 10263, 7594, 9450, 7304, 6846, 6829, 7037, 6755, 7427, 8058, 7165, 8252, 6993, 7516, 6928, 8314, 7253, 9866, 7227, 9738, 7428, 9644, 7540, 11762, 10052, 11423, 7500, 10478, 7482, 9782, 7546, 11713, 9078, 12073, 7688, 9816, 7323, 10557, 7646, 10421, 7221, 7462, 7278, 7449, 7465, 7463, 11589, 10782, 7551, 7203, 7224, 6775, 7391, 7980, 7486, 7735, 7320, 7247, 10667, 7594, 11254, 7808, 11314, 7763, 13296, 9777, 7518, 7586, 7283, 7352, 13840, 8941, 11314, 9029, 9917, 7702, 8757, 7598, 8304, 7462, 8562, 7742, 8262, 7528, 8690, 7547, 8708, 7366, 8981, 8461, 10596, 6922, 8095, 7295, 7563, 9272, 7239, 13950, 10324, 10567, 7450, 9474, 7456, 8906, 7207, 8526, 7448, 7462, 7484, 7169, 7380, 7902, 7246, 9380, 9012, 10091, 7178, 7466, 7259, 7554, 7135, 10974, 10002, 10530, 7547, 8108, 7768, 9244, 7992, 12938, 8947, 7059, 6822, 7104, 7039, 7383, 10815, 10385, 12463, 8635, 11805, 7314, 7436, 7123, 9078, 8579, 12832, 9456, 12114, 7237, 8321, 7431, 8046, 7367, 11856, 8755, 11049, 7648, 9940, 7930, 7126, 7702, 6998, 12958, 7471, 11004, 7905, 8054, 7993, 6977, 10958, 8025, 12480, 8032, 10521, 8067, 9380, 12014, 8567, 12938, 8502, 11738, 8058, 11146, 8281, 9947, 10215, 7027, 9753, 7373, 6920, 7580, 7463, 7935, 7651, 8049, 7091, 7195, 7437, 7868, 7039, 7168, 7129, 7491, 7466, 7287, 7185, 6908, 7071, 6933, 7257, 6996, 7505, 7636, 7552, 7767, 7536, 8897, 7899, 9992, 7772, 9041, 7842, 10354, 8003, 12323, 8383, 7035, 8102, 7335, 7821, 12495, 11614, 7785, 11555, 7358, 7587, 7391, 8137, 12452, 11535, 9662, 10327, 7182, 7945, 8852, 7835, 12459, 10486, 6918, 7932, 7301, 7610, 8859, 7760, 13756, 8993, 7617, 7881, 7223, 7761, 11599, 7666, 12898, 8947, 7366, 7843, 7149, 6796, 7071, 7168, 6900, 9874, 7556, 8171, 7557, 10897, 8153, 11347, 8043, 10735, 7477, 13897, 10212, 12847, 9134, 8074, 7866, 7292, 7750, 13877, 9613, 12502, 9224, 7939, 7681, 8008, 7601, 11799, 7629, 12295, 8240, 6985, 7778, 6984, 7593, 12709, 8869, 13072, 9013, 7090, 7643, 6874, 7504, 11240, 7663, 12142, 7893, 6706, 7523, 7142, 7479, 11474, 7725, 10604, 8188, 9179, 7705, 14057, 8840, 9223, 6920, 7183, 7306, 7128, 7567, 7093, 10671, 8642, 11614, 7632, 7059, 7175, 7135, 10882, 9933, 13109, 10325, 12285, 7819, 10248, 8191, 11353, 8697, 12007, 8391, 11158, 6949, 8063, 7265, 6758, 7394, 7826, 7121, 7892, 12119, 10378, 11687, 9389, 7159, 7978, 9109, 7811, 14136, 10675, 8925, 7930, 7123, 7967, 6955, 7521, 6838, 7264, 7124, 7298, 7142, 8816, 9166, 12710, 7228, 10342, 7483, 7025, 7199, 7361, 9225, 12494, 7178, 7750, 7231, 7430, 7228, 9970, 9156, 12653, 7247, 8987, 7044, 7390, 7380, 11492, 7900, 11313, 7334, 7171, 7156, 7438, 7283, 11509, 7348, 11521, 7306, 7033, 7306, 8308, 11318, 11711, 7273, 7948, 7240, 8034, 11879, 8214, 11023, 7952, 7593, 7149, 7305, 7163, 6752, 8465, 7296, 13731, 9205, 6914, 8711, 7115, 8434, 8046, 13312, 9025, 7510, 9239, 7425, 7892, 7693, 12296, 8917, 12737, 7839, 7219, 7377, 7187, 10926, 11632, 13250, 7343, 10172, 7507, 9597, 7967, 13037, 9744, 11325, 8134, 13679, 8543, 14078, 8481, 11962, 8545, 7382, 7752, 7189, 8967, 10244, 13101, 7266, 10217, 7488, 8129, 7399, 9580, 7332, 11821, 7825, 8722, 7784, 7491, 8131, 9940, 8345, 11486, 8483, 9663, 8249, 7616, 8046, 14395, 9577, 7136, 7867, 12365, 7738, 9991, 7499, 7955, 8027, 8226, 7758, 8077, 7863, 8593, 7850, 9090, 8076, 11645, 8246, 12088, 8232, 11681, 8372, 11811, 8373, 11584, 8045, 10161, 8416, 10914, 8470, 12374, 8461, 10443, 7899, 8411, 7691, 8198, 8043, 9940, 8148, 9148, 7466, 7910, 7374, 7961, 7489, 12203, 8524, 7263, 7186, 7314, 7044, 7403, 12141, 8769, 10225, 8336, 8519, 8137, 11646, 12946, 13012, 13588, 11861, 15624, 10548, 12923, 10101, 13608, 9519, 12833, 8451, 9724, 7990, 7251, 7530, 7329, 7725, 7145, 7408, 7966, 7601, 7925, 7340, 8041, 7203, 7807, 7321, 7618, 7249, 7297, 7643, 7078, 7235, 7334, 7606, 7197, 7366, 7349, 7249, 7233, 7388, 7015, 7091, 7156], 'WindowCenter': [4428.0, 4386.0, 4391.0, 4363.0, 4377.0, 4360.0, 4381.0, 4367.0, 4392.0, 4368.0, 4362.0, 4358.0, 4370.0, 4360.0, 4357.0, 4368.0, 4376.0, 4398.0, 4361.0, 4367.0, 4372.0, 4399.0, 4382.0, 4411.0, 4369.0, 4392.0, 4380.0, 4369.0, 4393.0, 4435.0, 4384.0, 4369.0, 4373.0, 4374.0, 4370.0, 4360.0, 4381.0, 4336.0, 4344.0, 4367.0, 4344.0, 4367.0, 4372.0, 4401.0, 4361.0, 4376.0, 4341.0, 4380.0, 4370.0, 4416.0, 4367.0, 4391.0, 4358.0, 4394.0, 4359.0, 4346.0, 4366.0, 4336.0, 4370.0, 4401.0, 4378.0, 4385.0, 4375.0, 4323.0, 4344.0, 4320.0, 4355.0, 4321.0, 4378.0, 4345.0, 4384.0, 4338.0, 4386.0, 4366.0, 4306.0, 4331.0, 4320.0, 4334.0, 4299.0, 4327.0, 4310.0, 4336.0, 4311.0, 4305.0, 4359.0, 4316.0, 4374.0, 4368.0, 4388.0, 4364.0, 4350.0, 4393.0, 4376.0, 4393.0, 4366.0, 4404.0, 4341.0, 4350.0, 4355.0, 4334.0, 4369.0, 4396.0, 4368.0, 4414.0, 4379.0, 4360.0, 4378.0, 4372.0, 4406.0, 4381.0, 4350.0, 4351.0, 4342.0, 4392.0, 4378.0, 4390.0, 4364.0, 4386.0, 4346.0, 4374.0, 4345.0, 4372.0, 4357.0, 4334.0, 4353.0, 4345.0, 4348.0, 4344.0, 4363.0, 4349.0, 4351.0, 4345.0, 4391.0, 4348.0, 4385.0, 4354.0, 4382.0, 4376.0, 4370.0, 4332.0, 4353.0, 4341.0, 4361.0, 4345.0, 4364.0, 4344.0, 4358.0, 4350.0, 4366.0, 4375.0, 4356.0, 4385.0, 4356.0, 4393.0, 4346.0, 4395.0, 4384.0, 4405.0, 4352.0, 4393.0, 4350.0, 4376.0, 4365.0, 4403.0, 4372.0, 4410.0, 4361.0, 4391.0, 4356.0, 4360.0, 4403.0, 4396.0, 4407.0, 4398.0, 4421.0, 4420.0, 4418.0, 4358.0, 4395.0, 4356.0, 4382.0, 4357.0, 4402.0, 4386.0, 4396.0, 4374.0, 4398.0, 4367.0, 4395.0, 4365.0, 4385.0, 4350.0, 4333.0, 4336.0, 4336.0, 4366.0, 4358.0, 4383.0, 4358.0, 4337.0, 4353.0, 4347.0, 4368.0, 4359.0, 4338.0, 4365.0, 4349.0, 4358.0, 4359.0, 4348.0, 4358.0, 4351.0, 4390.0, 4357.0, 4343.0, 4338.0, 4349.0, 4367.0, 4345.0, 4400.0, 4357.0, 4348.0, 4346.0, 4346.0, 4368.0, 4349.0, 4400.0, 4365.0, 4347.0, 4349.0, 4348.0, 4367.0, 4346.0, 4395.0, 4357.0, 4379.0, 4359.0, 4351.0, 4360.0, 4349.0, 4397.0, 4361.0, 4384.0, 4359.0, 4358.0, 4362.0, 4360.0, 4388.0, 4347.0, 4380.0, 4347.0, 4370.0, 4362.0, 4397.0, 4368.0, 4413.0, 4384.0, 4383.0, 4359.0, 4374.0, 4348.0, 4337.0, 4336.0, 4349.0, 4338.0, 4361.0, 4356.0, 4349.0, 4367.0, 4350.0, 4350.0, 4346.0, 4366.0, 4356.0, 4391.0, 4360.0, 4374.0, 4359.0, 4375.0, 4360.0, 4396.0, 4389.0, 4394.0, 4347.0, 4384.0, 4349.0, 4378.0, 4360.0, 4393.0, 4365.0, 4399.0, 4355.0, 4375.0, 4342.0, 4375.0, 4344.0, 4373.0, 4333.0, 4334.0, 4347.0, 4344.0, 4346.0, 4344.0, 4383.0, 4385.0, 4342.0, 4346.0, 4346.0, 4333.0, 4345.0, 4359.0, 4348.0, 4355.0, 4359.0, 4360.0, 4386.0, 4357.0, 4395.0, 4356.0, 4400.0, 4357.0, 4405.0, 4375.0, 4344.0, 4345.0, 4343.0, 4345.0, 4402.0, 4364.0, 4383.0, 4366.0, 4361.0, 4345.0, 4355.0, 4348.0, 4352.0, 4348.0, 4368.0, 4345.0, 4353.0, 4358.0, 4357.0, 4357.0, 4365.0, 4349.0, 4366.0, 4354.0, 4385.0, 4338.0, 4354.0, 4347.0, 4355.0, 4377.0, 4345.0, 4403.0, 4378.0, 4373.0, 4343.0, 4371.0, 4349.0, 4364.0, 4346.0, 4363.0, 4349.0, 4346.0, 4346.0, 4344.0, 4357.0, 4359.0, 4360.0, 4377.0, 4379.0, 4384.0, 4344.0, 4348.0, 4344.0, 4355.0, 4347.0, 4385.0, 4374.0, 4388.0, 4356.0, 4357.0, 4360.0, 4375.0, 4368.0, 4409.0, 4377.0, 4346.0, 4335.0, 4348.0, 4347.0, 4355.0, 4398.0, 4390.0, 4407.0, 4366.0, 4395.0, 4349.0, 4345.0, 4347.0, 4376.0, 4365.0, 4397.0, 4375.0, 4397.0, 4344.0, 4355.0, 4344.0, 4355.0, 4346.0, 4397.0, 4365.0, 4381.0, 4359.0, 4383.0, 4367.0, 4344.0, 4357.0, 4351.0, 4407.0, 4355.0, 4400.0, 4370.0, 4364.0, 4369.0, 4346.0, 4397.0, 4366.0, 4407.0, 4367.0, 4385.0, 4366.0, 4379.0, 4395.0, 4369.0, 4395.0, 4370.0, 4393.0, 4355.0, 4385.0, 4367.0, 4373.0, 4386.0, 4345.0, 4375.0, 4344.0, 4343.0, 4358.0, 4345.0, 4369.0, 4355.0, 4356.0, 4345.0, 4346.0, 4345.0, 4366.0, 4347.0, 4346.0, 4349.0, 4360.0, 4356.0, 4346.0, 4347.0, 4345.0, 4345.0, 4346.0, 4362.0, 4347.0, 4362.0, 4356.0, 4361.0, 4356.0, 4361.0, 4375.0, 4367.0, 4385.0, 4360.0, 4376.0, 4369.0, 4385.0, 4367.0, 4405.0, 4366.0, 4347.0, 4367.0, 4349.0, 4357.0, 4405.0, 4397.0, 4355.0, 4397.0, 4354.0, 4355.0, 4354.0, 4368.0, 4407.0, 4397.0, 4378.0, 4386.0, 4343.0, 4364.0, 4375.0, 4356.0, 4403.0, 4384.0, 4349.0, 4357.0, 4348.0, 4355.0, 4379.0, 4357.0, 4405.0, 4379.0, 4358.0, 4354.0, 4347.0, 4361.0, 4394.0, 4358.0, 4404.0, 4367.0, 4344.0, 4355.0, 4345.0, 4347.0, 4347.0, 4348.0, 4351.0, 4386.0, 4368.0, 4366.0, 4369.0, 4408.0, 4369.0, 4397.0, 4366.0, 4399.0, 4357.0, 4415.0, 4399.0, 4405.0, 4374.0, 4364.0, 4366.0, 4349.0, 4358.0, 4405.0, 4376.0, 4403.0, 4376.0, 4354.0, 4356.0, 4359.0, 4357.0, 4393.0, 4354.0, 4395.0, 4366.0, 4345.0, 4354.0, 4344.0, 4355.0, 4403.0, 4366.0, 4403.0, 4370.0, 4343.0, 4356.0, 4337.0, 4357.0, 4399.0, 4357.0, 4394.0, 4356.0, 4335.0, 4356.0, 4343.0, 4346.0, 4393.0, 4356.0, 4383.0, 4380.0, 4393.0, 4373.0, 4416.0, 4380.0, 4387.0, 4349.0, 4345.0, 4360.0, 4356.0, 4356.0, 4346.0, 4397.0, 4378.0, 4395.0, 4359.0, 4345.0, 4347.0, 4358.0, 4400.0, 4397.0, 4407.0, 4389.0, 4393.0, 4357.0, 4384.0, 4365.0, 4384.0, 4364.0, 4394.0, 4353.0, 4384.0, 4333.0, 4352.0, 4342.0, 4335.0, 4347.0, 4343.0, 4335.0, 4355.0, 4398.0, 4374.0, 4382.0, 4363.0, 4332.0, 4356.0, 4362.0, 4355.0, 4408.0, 4383.0, 4370.0, 4354.0, 4344.0, 4354.0, 4344.0, 4355.0, 4338.0, 4355.0, 4349.0, 4346.0, 4345.0, 4375.0, 4376.0, 4406.0, 4345.0, 4385.0, 4343.0, 4344.0, 4344.0, 4344.0, 4379.0, 4393.0, 4348.0, 4355.0, 4358.0, 4346.0, 4354.0, 4388.0, 4375.0, 4404.0, 4344.0, 4365.0, 4343.0, 4344.0, 4348.0, 4394.0, 4356.0, 4384.0, 4344.0, 4343.0, 4347.0, 4345.0, 4356.0, 4395.0, 4348.0, 4384.0, 4342.0, 4336.0, 4347.0, 4366.0, 4388.0, 4395.0, 4342.0, 4353.0, 4342.0, 4355.0, 4407.0, 4361.0, 4341.0, 4317.0, 4303.0, 4298.0, 4304.0, 4303.0, 4292.0, 4341.0, 4344.0, 4416.0, 4389.0, 4359.0, 4366.0, 4347.0, 4366.0, 4380.0, 4405.0, 4379.0, 4360.0, 4390.0, 4363.0, 4368.0, 4374.0, 4406.0, 4382.0, 4405.0, 4357.0, 4344.0, 4348.0, 4350.0, 4399.0, 4397.0, 4408.0, 4346.0, 4390.0, 4360.0, 4376.0, 4355.0, 4408.0, 4380.0, 4384.0, 4361.0, 4410.0, 4366.0, 4404.0, 4367.0, 4394.0, 4360.0, 4348.0, 4345.0, 4332.0, 4366.0, 4378.0, 4406.0, 4347.0, 4378.0, 4344.0, 4357.0, 4342.0, 4373.0, 4348.0, 4386.0, 4348.0, 4357.0, 4348.0, 4348.0, 4359.0, 4373.0, 4359.0, 4382.0, 4366.0, 4373.0, 4359.0, 4352.0, 4360.0, 4413.0, 4379.0, 4336.0, 4354.0, 4381.0, 4343.0, 4372.0, 4348.0, 4359.0, 4359.0, 4353.0, 4348.0, 4356.0, 4360.0, 4363.0, 4357.0, 4364.0, 4357.0, 4383.0, 4356.0, 4398.0, 4359.0, 4384.0, 4358.0, 4382.0, 4355.0, 4383.0, 4355.0, 4373.0, 4355.0, 4388.0, 4360.0, 4398.0, 4355.0, 4371.0, 4358.0, 4357.0, 4348.0, 4358.0, 4359.0, 4371.0, 4354.0, 4368.0, 4343.0, 4347.0, 4349.0, 4368.0, 4362.0, 4395.0, 4371.0, 4355.0, 4351.0, 4357.0, 4346.0, 4362.0, 4413.0, 4369.0, 4387.0, 4366.0, 4368.0, 4359.0, 4398.0, 4394.0, 4397.0, 4391.0, 4373.0, 4393.0, 4363.0, 4370.0, 4348.0, 4369.0, 4337.0, 4365.0, 4330.0, 4347.0, 4330.0, 4304.0, 4319.0, 4318.0, 4319.0, 4310.0, 4321.0, 4332.0, 4333.0, 4343.0, 4321.0, 4330.0, 4321.0, 4330.0, 4334.0, 4342.0, 4345.0, 4348.0, 4348.0, 4335.0, 4347.0, 4349.0, 4356.0, 4351.0, 4361.0, 4346.0, 4357.0, 4356.0, 4362.0, 4362.0, 4361.0, 4360.0], 'WindowWidth': [9749.0, 9684.0, 9680.0, 9644.0, 9655.0, 9635.0, 9663.0, 9644.0, 9678.0, 9644.0, 9638.0, 9630.0, 9648.0, 9636.0, 9626.0, 9642.0, 9651.0, 9681.0, 9636.0, 9641.0, 9654.0, 9688.0, 9671.0, 9705.0, 9647.0, 9679.0, 9666.0, 9649.0, 9689.0, 9771.0, 9693.0, 9647.0, 9655.0, 9656.0, 9646.0, 9630.0, 9648.0, 9589.0, 9599.0, 9633.0, 9602.0, 9634.0, 9635.0, 9686.0, 9635.0, 9647.0, 9593.0, 9645.0, 9642.0, 9702.0, 9635.0, 9662.0, 9622.0, 9668.0, 9623.0, 9608.0, 9630.0, 9589.0, 9642.0, 9688.0, 9649.0, 9652.0, 9638.0, 9567.0, 9595.0, 9562.0, 9613.0, 9564.0, 9638.0, 9602.0, 9655.0, 9602.0, 9663.0, 9634.0, 9538.0, 9572.0, 9556.0, 9575.0, 9526.0, 9563.0, 9544.0, 9572.0, 9543.0, 9532.0, 9612.0, 9548.0, 9625.0, 9624.0, 9651.0, 9627.0, 9606.0, 9669.0, 9647.0, 9667.0, 9630.0, 9684.0, 9596.0, 9606.0, 9619.0, 9592.0, 9644.0, 9680.0, 9642.0, 9702.0, 9659.0, 9635.0, 9653.0, 9641.0, 9691.0, 9651.0, 9607.0, 9609.0, 9596.0, 9665.0, 9650.0, 9660.0, 9626.0, 9658.0, 9605.0, 9639.0, 9602.0, 9636.0, 9621.0, 9589.0, 9613.0, 9606.0, 9610.0, 9604.0, 9630.0, 9615.0, 9610.0, 9606.0, 9663.0, 9611.0, 9656.0, 9616.0, 9651.0, 9647.0, 9632.0, 9585.0, 9618.0, 9596.0, 9624.0, 9610.0, 9632.0, 9605.0, 9628.0, 9619.0, 9642.0, 9651.0, 9625.0, 9661.0, 9622.0, 9669.0, 9608.0, 9674.0, 9657.0, 9686.0, 9614.0, 9669.0, 9618.0, 9655.0, 9649.0, 9698.0, 9655.0, 9701.0, 9639.0, 9678.0, 9625.0, 9634.0, 9696.0, 9679.0, 9693.0, 9681.0, 9718.0, 9715.0, 9711.0, 9626.0, 9672.0, 9619.0, 9650.0, 9621.0, 9678.0, 9658.0, 9671.0, 9640.0, 9673.0, 9634.0, 9669.0, 9628.0, 9654.0, 9603.0, 9582.0, 9588.0, 9590.0, 9630.0, 9623.0, 9653.0, 9622.0, 9593.0, 9612.0, 9608.0, 9636.0, 9627.0, 9597.0, 9630.0, 9612.0, 9623.0, 9628.0, 9614.0, 9627.0, 9621.0, 9670.0, 9625.0, 9603.0, 9601.0, 9617.0, 9640.0, 9609.0, 9684.0, 9623.0, 9614.0, 9609.0, 9610.0, 9640.0, 9616.0, 9685.0, 9633.0, 9610.0, 9614.0, 9612.0, 9637.0, 9612.0, 9675.0, 9624.0, 9655.0, 9629.0, 9618.0, 9633.0, 9617.0, 9679.0, 9632.0, 9659.0, 9631.0, 9627.0, 9637.0, 9631.0, 9666.0, 9612.0, 9658.0, 9612.0, 9642.0, 9637.0, 9680.0, 9644.0, 9705.0, 9673.0, 9655.0, 9629.0, 9644.0, 9611.0, 9596.0, 9595.0, 9614.0, 9600.0, 9633.0, 9622.0, 9614.0, 9636.0, 9617.0, 9616.0, 9612.0, 9637.0, 9624.0, 9672.0, 9631.0, 9643.0, 9629.0, 9645.0, 9631.0, 9676.0, 9667.0, 9667.0, 9611.0, 9654.0, 9614.0, 9651.0, 9629.0, 9667.0, 9633.0, 9678.0, 9618.0, 9644.0, 9596.0, 9643.0, 9601.0, 9637.0, 9584.0, 9586.0, 9606.0, 9599.0, 9606.0, 9602.0, 9651.0, 9656.0, 9595.0, 9604.0, 9606.0, 9586.0, 9604.0, 9627.0, 9613.0, 9622.0, 9629.0, 9630.0, 9663.0, 9626.0, 9673.0, 9623.0, 9683.0, 9624.0, 9687.0, 9646.0, 9602.0, 9603.0, 9599.0, 9604.0, 9676.0, 9628.0, 9651.0, 9631.0, 9619.0, 9603.0, 9615.0, 9609.0, 9610.0, 9611.0, 9636.0, 9605.0, 9612.0, 9624.0, 9621.0, 9626.0, 9631.0, 9614.0, 9635.0, 9615.0, 9656.0, 9598.0, 9615.0, 9607.0, 9617.0, 9648.0, 9604.0, 9681.0, 9650.0, 9638.0, 9600.0, 9635.0, 9614.0, 9629.0, 9608.0, 9625.0, 9613.0, 9606.0, 9608.0, 9603.0, 9624.0, 9627.0, 9631.0, 9650.0, 9654.0, 9656.0, 9604.0, 9612.0, 9605.0, 9620.0, 9611.0, 9658.0, 9643.0, 9664.0, 9621.0, 9623.0, 9633.0, 9649.0, 9643.0, 9698.0, 9652.0, 9609.0, 9594.0, 9614.0, 9612.0, 9622.0, 9681.0, 9671.0, 9693.0, 9634.0, 9673.0, 9615.0, 9606.0, 9611.0, 9649.0, 9634.0, 9676.0, 9644.0, 9674.0, 9603.0, 9618.0, 9604.0, 9618.0, 9608.0, 9676.0, 9631.0, 9649.0, 9631.0, 9659.0, 9638.0, 9605.0, 9626.0, 9621.0, 9694.0, 9620.0, 9684.0, 9644.0, 9633.0, 9645.0, 9610.0, 9679.0, 9636.0, 9694.0, 9638.0, 9660.0, 9637.0, 9655.0, 9674.0, 9640.0, 9673.0, 9642.0, 9668.0, 9620.0, 9658.0, 9636.0, 9642.0, 9660.0, 9605.0, 9645.0, 9604.0, 9600.0, 9627.0, 9607.0, 9643.0, 9620.0, 9622.0, 9606.0, 9609.0, 9608.0, 9636.0, 9612.0, 9610.0, 9617.0, 9632.0, 9625.0, 9611.0, 9612.0, 9607.0, 9609.0, 9609.0, 9636.0, 9612.0, 9636.0, 9622.0, 9636.0, 9623.0, 9636.0, 9646.0, 9639.0, 9661.0, 9633.0, 9649.0, 9645.0, 9662.0, 9639.0, 9687.0, 9637.0, 9613.0, 9639.0, 9615.0, 9627.0, 9688.0, 9679.0, 9621.0, 9678.0, 9620.0, 9621.0, 9620.0, 9640.0, 9691.0, 9677.0, 9651.0, 9662.0, 9601.0, 9631.0, 9646.0, 9622.0, 9682.0, 9657.0, 9613.0, 9623.0, 9612.0, 9621.0, 9654.0, 9625.0, 9687.0, 9655.0, 9626.0, 9619.0, 9611.0, 9633.0, 9672.0, 9628.0, 9685.0, 9637.0, 9604.0, 9620.0, 9606.0, 9612.0, 9614.0, 9617.0, 9622.0, 9663.0, 9644.0, 9639.0, 9647.0, 9697.0, 9646.0, 9681.0, 9638.0, 9683.0, 9628.0, 9705.0, 9684.0, 9689.0, 9647.0, 9632.0, 9636.0, 9616.0, 9628.0, 9688.0, 9649.0, 9684.0, 9649.0, 9616.0, 9623.0, 9627.0, 9624.0, 9670.0, 9620.0, 9673.0, 9636.0, 9607.0, 9618.0, 9604.0, 9621.0, 9682.0, 9635.0, 9682.0, 9642.0, 9603.0, 9622.0, 9596.0, 9626.0, 9681.0, 9626.0, 9672.0, 9621.0, 9593.0, 9621.0, 9601.0, 9610.0, 9670.0, 9623.0, 9656.0, 9661.0, 9682.0, 9654.0, 9708.0, 9660.0, 9668.0, 9617.0, 9610.0, 9635.0, 9627.0, 9625.0, 9613.0, 9680.0, 9655.0, 9674.0, 9630.0, 9609.0, 9614.0, 9630.0, 9688.0, 9683.0, 9695.0, 9668.0, 9669.0, 9625.0, 9656.0, 9633.0, 9657.0, 9629.0, 9671.0, 9615.0, 9655.0, 9587.0, 9611.0, 9599.0, 9591.0, 9608.0, 9600.0, 9592.0, 9618.0, 9677.0, 9643.0, 9651.0, 9626.0, 9585.0, 9621.0, 9625.0, 9619.0, 9691.0, 9654.0, 9641.0, 9618.0, 9604.0, 9618.0, 9606.0, 9621.0, 9600.0, 9620.0, 9617.0, 9608.0, 9609.0, 9648.0, 9650.0, 9690.0, 9606.0, 9659.0, 9602.0, 9604.0, 9606.0, 9605.0, 9654.0, 9669.0, 9611.0, 9619.0, 9627.0, 9609.0, 9619.0, 9667.0, 9646.0, 9684.0, 9605.0, 9631.0, 9604.0, 9604.0, 9614.0, 9671.0, 9621.0, 9656.0, 9604.0, 9602.0, 9610.0, 9607.0, 9624.0, 9672.0, 9612.0, 9656.0, 9599.0, 9594.0, 9610.0, 9635.0, 9664.0, 9670.0, 9597.0, 9614.0, 9599.0, 9619.0, 9693.0, 9627.0, 9576.0, 9548.0, 9524.0, 9520.0, 9528.0, 9527.0, 9513.0, 9589.0, 9604.0, 9706.0, 9672.0, 9631.0, 9636.0, 9613.0, 9636.0, 9662.0, 9688.0, 9656.0, 9634.0, 9674.0, 9642.0, 9644.0, 9657.0, 9691.0, 9662.0, 9686.0, 9624.0, 9606.0, 9615.0, 9619.0, 9684.0, 9680.0, 9693.0, 9608.0, 9669.0, 9632.0, 9646.0, 9619.0, 9691.0, 9655.0, 9655.0, 9631.0, 9696.0, 9634.0, 9684.0, 9636.0, 9667.0, 9626.0, 9608.0, 9603.0, 9584.0, 9632.0, 9649.0, 9688.0, 9609.0, 9650.0, 9601.0, 9621.0, 9596.0, 9639.0, 9608.0, 9657.0, 9609.0, 9619.0, 9609.0, 9608.0, 9627.0, 9639.0, 9626.0, 9649.0, 9634.0, 9640.0, 9626.0, 9613.0, 9629.0, 9695.0, 9652.0, 9593.0, 9616.0, 9647.0, 9597.0, 9636.0, 9610.0, 9624.0, 9624.0, 9612.0, 9611.0, 9620.0, 9629.0, 9628.0, 9624.0, 9629.0, 9623.0, 9652.0, 9621.0, 9676.0, 9627.0, 9655.0, 9624.0, 9651.0, 9616.0, 9653.0, 9618.0, 9637.0, 9618.0, 9663.0, 9627.0, 9675.0, 9615.0, 9633.0, 9623.0, 9620.0, 9611.0, 9623.0, 9626.0, 9634.0, 9615.0, 9634.0, 9598.0, 9608.0, 9614.0, 9641.0, 9638.0, 9672.0, 9646.0, 9623.0, 9622.0, 9628.0, 9611.0, 9638.0, 9705.0, 9643.0, 9665.0, 9635.0, 9640.0, 9629.0, 9681.0, 9671.0, 9676.0, 9659.0, 9635.0, 9658.0, 9617.0, 9623.0, 9593.0, 9619.0, 9576.0, 9610.0, 9567.0, 9590.0, 9568.0, 9527.0, 9552.0, 9550.0, 9553.0, 9543.0, 9559.0, 9577.0, 9581.0, 9593.0, 9561.0, 9571.0, 9563.0, 9575.0, 9584.0, 9595.0, 9603.0, 9608.0, 9609.0, 9590.0, 9608.0, 9614.0, 9622.0, 9620.0, 9635.0, 9609.0, 9627.0, 9625.0, 9637.0, 9638.0, 9638.0, 9635.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.016676498277841564</td></tr>
<tr><td colspan=3>aqi</td><td>0.07137562101033294</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.650295814505746</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3092713221034484</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2201790777586203</td></tr>
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
<tr><td colspan=3>fber</td><td>5776.3047</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12748291383259033</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.218140068886338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.673077201998796</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.635055028084483</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.788413660791765</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5957629171201404</td></tr>
<tr><td colspan=3>gcor</td><td>0.00596025</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007571957539767027</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02344914712011814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.109900639193634</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>22.1385</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.1036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.3077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.4995</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3634.1787</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.892</td></tr>
<tr><td colspan=3>tsnr</td><td>26.27377181185875</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>