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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-03_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-03_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-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-03_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>a6418dbb83cc3b99bb595c0da319fa10</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>11:05:33.025000</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.104251</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ab04d295-7a28-4029-9644-94cb37cb699c||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['110533.025000', '110533.485000', '110533.945000', '110534.405000', '110534.865000', '110535.325000', '110535.785000', '110536.245000', '110536.705000', '110537.165000', '110537.625000', '110538.085000', '110538.545000', '110539.005000', '110539.465000', '110539.925000', '110540.385000', '110540.845000', '110541.305000', '110541.765000', '110542.225000', '110542.685000', '110543.145000', '110543.605000', '110544.065000', '110544.525000', '110544.985000', '110545.445000', '110545.905000', '110546.365000', '110546.825000', '110547.285000', '110547.745000', '110548.205000', '110548.665000', '110549.125000', '110549.585000', '110550.045000', '110550.505000', '110550.965000', '110551.425000', '110551.885000', '110552.345000', '110552.805000', '110553.265000', '110553.725000', '110554.185000', '110554.645000', '110555.105000', '110555.565000', '110556.025000', '110556.485000', '110556.945000', '110557.405000', '110557.865000', '110558.325000', '110558.785000', '110559.245000', '110559.705000', '110600.165000', '110600.625000', '110601.085000', '110601.545000', '110602.005000', '110602.465000', '110602.925000', '110603.385000', '110603.845000', '110604.305000', '110604.765000', '110605.225000', '110605.685000', '110606.145000', '110606.605000', '110607.065000', '110607.525000', '110607.985000', '110608.445000', '110608.905000', '110609.365000', '110609.825000', '110610.285000', '110610.745000', '110611.205000', '110611.665000', '110612.125000', '110612.585000', '110613.045000', '110613.505000', '110613.965000', '110614.425000', '110614.885000', '110615.345000', '110615.805000', '110616.265000', '110616.725000', '110617.185000', '110617.645000', '110618.105000', '110618.565000', '110619.025000', '110619.485000', '110619.945000', '110620.405000', '110620.865000', '110621.325000', '110621.785000', '110622.245000', '110622.705000', '110623.165000', '110623.625000', '110624.085000', '110624.545000', '110625.005000', '110625.465000', '110625.925000', '110626.385000', '110626.845000', '110627.305000', '110627.765000', '110628.225000', '110628.685000', '110629.145000', '110629.605000', '110630.065000', '110630.525000', '110630.985000', '110631.445000', '110631.905000', '110632.365000', '110632.825000', '110633.285000', '110633.745000', '110634.205000', '110634.665000', '110635.125000', '110635.585000', '110636.045000', '110636.505000', '110636.965000', '110637.425000', '110637.885000', '110638.345000', '110638.805000', '110639.265000', '110639.725000', '110640.185000', '110640.645000', '110641.105000', '110641.565000', '110642.025000', '110642.485000', '110642.945000', '110643.405000', '110643.865000', '110644.325000', '110644.785000', '110645.245000', '110645.705000', '110646.165000', '110646.625000', '110647.085000', '110647.545000', '110648.005000', '110648.465000', '110648.925000', '110649.385000', '110649.845000', '110650.305000', '110650.765000', '110651.225000', '110651.685000', '110652.145000', '110652.605000', '110653.065000', '110653.525000', '110653.985000', '110654.445000', '110654.905000', '110655.365000', '110655.825000', '110656.285000', '110656.745000', '110657.205000', '110657.665000', '110658.125000', '110658.585000', '110659.045000', '110659.505000', '110659.965000', '110700.425000', '110700.885000', '110701.345000', '110701.805000', '110702.265000', '110702.725000', '110703.185000', '110703.645000', '110704.105000', '110704.565000', '110705.025000', '110705.485000', '110705.945000', '110706.405000', '110706.865000', '110707.325000', '110707.785000', '110708.245000', '110708.705000', '110709.165000', '110709.625000', '110710.085000', '110710.545000', '110711.005000', '110711.465000', '110711.925000', '110712.385000', '110712.845000', '110713.305000', '110713.765000', '110714.225000', '110714.685000', '110715.145000', '110715.605000', '110716.065000', '110716.525000', '110716.985000', '110717.445000', '110717.905000', '110718.365000', '110718.825000', '110719.285000', '110719.745000', '110720.205000', '110720.665000', '110721.125000', '110721.585000', '110722.045000', '110722.505000', '110722.965000', '110723.425000', '110723.885000', '110724.345000', '110724.805000', '110725.265000', '110725.725000', '110726.185000', '110726.645000', '110727.105000', '110727.565000', '110728.025000', '110728.485000', '110728.945000', '110729.405000', '110729.865000', '110730.325000', '110730.785000', '110731.245000', '110731.705000', '110732.165000', '110732.625000', '110733.085000', '110733.545000', '110734.005000', '110734.465000', '110734.925000', '110735.385000', '110735.845000', '110736.305000', '110736.765000', '110737.225000', '110737.685000', '110738.145000', '110738.605000', '110739.065000', '110739.525000', '110739.985000', '110740.445000', '110740.905000', '110741.365000', '110741.825000', '110742.285000', '110742.745000', '110743.205000', '110743.665000', '110744.125000', '110744.585000', '110745.045000', '110745.505000', '110745.965000', '110746.425000', '110746.885000', '110747.345000', '110747.805000', '110748.265000', '110748.725000', '110749.185000', '110749.645000', '110750.105000', '110750.565000', '110751.025000', '110751.485000', '110751.945000', '110752.405000', '110752.865000', '110753.325000', '110753.785000', '110754.245000', '110754.705000', '110755.165000', '110755.625000', '110756.085000', '110756.545000', '110757.005000', '110757.465000', '110757.925000', '110758.385000', '110758.845000', '110759.305000', '110759.765000', '110800.225000', '110800.685000', '110801.145000', '110801.605000', '110802.065000', '110802.525000', '110802.985000', '110803.445000', '110803.905000', '110804.365000', '110804.825000', '110805.285000', '110805.745000', '110806.205000', '110806.665000', '110807.125000', '110807.585000', '110808.045000', '110808.505000', '110808.965000', '110809.425000', '110809.885000', '110810.345000', '110810.805000', '110811.265000', '110811.725000', '110812.185000', '110812.645000', '110813.105000', '110813.565000', '110814.025000', '110814.485000', '110814.945000', '110815.405000', '110815.865000', '110816.325000', '110816.785000', '110817.245000', '110817.705000', '110818.165000', '110818.625000', '110819.085000', '110819.545000', '110820.005000', '110820.465000', '110820.925000', '110821.385000', '110821.845000', '110822.305000', '110822.765000', '110823.225000', '110823.685000', '110824.145000', '110824.605000', '110825.065000', '110825.525000', '110825.985000', '110826.445000', '110826.905000', '110827.365000', '110827.825000', '110828.285000', '110828.745000', '110829.205000', '110829.665000', '110830.125000', '110830.585000', '110831.045000', '110831.505000', '110831.965000', '110832.425000', '110832.885000', '110833.345000', '110833.805000', '110834.265000', '110834.725000', '110835.185000', '110835.645000', '110836.105000', '110836.565000', '110837.025000', '110837.485000', '110837.945000', '110838.405000', '110838.865000', '110839.325000', '110839.785000', '110840.245000', '110840.705000', '110841.165000', '110841.625000', '110842.085000', '110842.545000', '110843.005000', '110843.465000', '110843.925000', '110844.385000', '110844.845000', '110845.305000', '110845.765000', '110846.225000', '110846.685000', '110847.145000', '110847.605000', '110848.065000', '110848.525000', '110848.985000', '110849.445000', '110849.905000', '110850.365000', '110850.825000', '110851.285000', '110851.745000', '110852.205000', '110852.665000', '110853.125000', '110853.585000', '110854.045000', '110854.505000', '110854.965000', '110855.425000', '110855.885000', '110856.345000', '110856.805000', '110857.265000', '110857.725000', '110858.185000', '110858.645000', '110859.105000', '110859.565000', '110900.025000', '110900.485000', '110900.945000', '110901.405000', '110901.865000', '110902.325000', '110902.785000', '110903.245000', '110903.705000', '110904.165000', '110904.625000', '110905.085000', '110905.545000', '110906.005000', '110906.465000', '110906.925000', '110907.385000', '110907.845000', '110908.305000', '110908.765000', '110909.225000', '110909.685000', '110910.145000', '110910.605000', '110911.065000', '110911.525000', '110911.985000', '110912.445000', '110912.905000', '110913.365000', '110913.825000', '110914.285000', '110914.745000', '110915.205000', '110915.665000', '110916.125000', '110916.585000', '110917.045000', '110917.505000', '110917.965000', '110918.425000', '110918.885000', '110919.345000', '110919.805000', '110920.265000', '110920.725000', '110921.185000', '110921.645000', '110922.105000', '110922.565000', '110923.025000', '110923.485000', '110923.945000', '110924.405000', '110924.865000', '110925.325000', '110925.785000', '110926.245000', '110926.705000', '110927.165000', '110927.625000', '110928.085000', '110928.545000', '110929.005000', '110929.465000', '110929.925000', '110930.385000', '110930.845000', '110931.305000', '110931.765000', '110932.225000', '110932.685000', '110933.145000', '110933.605000', '110934.065000', '110934.525000', '110934.985000', '110935.445000', '110935.905000', '110936.365000', '110936.825000', '110937.285000', '110937.745000', '110938.205000', '110938.665000', '110939.125000', '110939.585000', '110940.045000', '110940.505000', '110940.965000', '110941.425000', '110941.885000', '110942.345000', '110942.805000', '110943.265000', '110943.725000', '110944.185000', '110944.645000', '110945.105000', '110945.565000', '110946.025000', '110946.485000', '110946.945000', '110947.405000', '110947.865000', '110948.325000', '110948.785000', '110949.245000', '110949.705000', '110950.165000', '110950.625000', '110951.085000', '110951.545000', '110952.005000', '110952.465000', '110952.925000', '110953.385000', '110953.845000', '110954.305000', '110954.765000', '110955.225000', '110955.685000', '110956.145000', '110956.605000', '110957.065000', '110957.525000', '110957.985000', '110958.445000', '110958.905000', '110959.365000', '110959.825000', '111000.285000', '111000.745000', '111001.205000', '111001.665000', '111002.125000', '111002.585000', '111003.045000', '111003.505000', '111003.965000', '111004.425000', '111004.885000', '111005.345000', '111005.805000', '111006.265000', '111006.725000', '111007.185000', '111007.645000', '111008.105000', '111008.565000', '111009.025000', '111009.485000', '111009.945000', '111010.405000', '111010.865000', '111011.325000', '111011.785000', '111012.245000', '111012.705000', '111013.165000', '111013.625000', '111014.085000', '111014.545000', '111015.005000', '111015.465000', '111015.925000', '111016.385000', '111016.845000', '111017.305000', '111017.765000', '111018.225000', '111018.685000', '111019.145000', '111019.605000', '111020.065000', '111020.525000', '111020.985000', '111021.445000', '111021.905000', '111022.365000', '111022.825000', '111023.285000', '111023.745000', '111024.205000', '111024.665000', '111025.125000', '111025.585000', '111026.045000', '111026.505000', '111026.965000', '111027.425000', '111027.885000', '111028.345000', '111028.805000', '111029.265000', '111029.725000', '111030.185000', '111030.645000', '111031.105000', '111031.565000', '111032.025000', '111032.485000', '111032.945000', '111033.405000', '111033.865000', '111034.325000', '111034.785000', '111035.245000', '111035.705000', '111036.165000', '111036.625000', '111037.085000', '111037.545000', '111038.005000', '111038.465000', '111038.925000', '111039.385000', '111039.845000', '111040.305000', '111040.765000', '111041.225000', '111041.685000', '111042.145000', '111042.605000', '111043.065000', '111043.525000', '111043.985000', '111044.445000', '111044.905000', '111045.365000', '111045.825000', '111046.285000', '111046.745000', '111047.205000', '111047.665000', '111048.125000', '111048.585000', '111049.045000', '111049.505000', '111049.965000', '111050.425000', '111050.885000', '111051.345000', '111051.805000', '111052.265000', '111052.725000', '111053.185000', '111053.645000', '111054.105000', '111054.565000', '111055.025000', '111055.485000', '111055.945000', '111056.405000', '111056.865000', '111057.325000', '111057.785000', '111058.245000', '111058.705000', '111059.165000', '111059.625000', '111100.085000', '111100.545000', '111101.005000', '111101.465000', '111101.925000', '111102.385000', '111102.845000', '111103.305000', '111103.765000', '111104.225000', '111104.685000', '111105.145000', '111105.605000', '111106.065000', '111106.525000', '111106.985000', '111107.445000', '111107.905000', '111108.365000', '111108.825000', '111109.285000', '111109.745000', '111110.205000', '111110.665000', '111111.125000', '111111.585000', '111112.045000', '111112.505000', '111112.965000', '111113.425000', '111113.885000', '111114.345000', '111114.805000', '111115.265000', '111115.725000', '111116.185000', '111116.645000', '111117.105000', '111117.565000', '111118.025000', '111118.485000', '111118.945000', '111119.405000', '111119.865000', '111120.325000', '111120.785000', '111121.245000', '111121.705000', '111122.165000', '111122.625000', '111123.085000', '111123.545000', '111124.005000', '111124.465000', '111124.925000', '111125.385000', '111125.845000', '111126.305000', '111126.765000', '111127.225000', '111127.685000', '111128.145000', '111128.605000', '111129.065000', '111129.525000', '111129.985000', '111130.445000', '111130.905000', '111131.365000', '111131.825000', '111132.285000', '111132.745000', '111133.205000', '111133.665000', '111134.125000', '111134.585000', '111135.045000', '111135.505000', '111135.965000', '111136.425000', '111136.885000', '111137.345000', '111137.805000', '111138.265000', '111138.725000', '111139.185000', '111139.645000', '111140.105000', '111140.565000', '111141.025000', '111141.485000', '111141.945000', '111142.405000', '111142.865000', '111143.325000', '111143.785000', '111144.245000', '111144.705000', '111145.165000', '111145.625000', '111146.085000', '111146.545000', '111147.005000', '111147.465000', '111147.925000', '111148.385000', '111148.845000', '111149.305000', '111149.765000', '111150.225000', '111150.685000', '111151.145000', '111151.605000', '111152.065000', '111152.525000', '111152.985000', '111153.445000', '111153.905000', '111154.365000', '111154.825000', '111155.285000', '111155.745000', '111156.205000', '111156.665000', '111157.125000', '111157.585000', '111158.045000', '111158.505000', '111158.965000', '111159.425000', '111159.885000', '111200.345000', '111200.805000', '111201.265000', '111201.725000', '111202.185000', '111202.645000', '111203.105000', '111203.565000', '111204.025000', '111204.485000', '111204.945000', '111205.405000', '111205.865000', '111206.325000', '111206.785000', '111207.245000', '111207.705000', '111208.165000', '111208.625000', '111209.085000', '111209.545000', '111210.005000', '111210.465000', '111210.925000', '111211.385000', '111211.845000', '111212.305000', '111212.765000', '111213.225000', '111213.685000'], 'ContentTime': ['110601.721000', '110601.725000', '110601.728000', '110601.730000', '110601.733000', '110601.735000', '110601.738000', '110601.740000', '110601.743000', '110601.745000', '110601.748000', '110601.763000', '110601.765000', '110601.768000', '110601.771000', '110601.773000', '110601.776000', '110601.778000', '110601.781000', '110601.784000', '110601.787000', '110601.789000', '110601.792000', '110601.795000', '110601.797000', '110601.800000', '110601.802000', '110601.805000', '110601.808000', '110601.810000', '110601.813000', '110601.816000', '110601.819000', '110601.822000', '110601.825000', '110601.827000', '110601.830000', '110601.832000', '110601.835000', '110601.838000', '110601.840000', '110601.843000', '110601.845000', '110601.848000', '110601.851000', '110601.853000', '110601.856000', '110601.858000', '110601.861000', '110601.863000', '110601.866000', '110601.868000', '110601.871000', '110601.873000', '110601.876000', '110601.879000', '110601.881000', '110601.884000', '110601.886000', '110621.697000', '110621.700000', '110621.702000', '110621.705000', '110621.714000', '110621.716000', '110621.719000', '110621.722000', '110621.724000', '110621.727000', '110621.729000', '110621.732000', '110621.734000', '110621.737000', '110621.740000', '110621.742000', '110621.745000', '110621.747000', '110621.750000', '110621.752000', '110621.755000', '110621.757000', '110621.760000', '110621.763000', '110621.765000', '110621.768000', '110621.770000', '110621.773000', '110621.775000', '110621.778000', '110621.781000', '110621.783000', '110621.786000', '110621.788000', '110621.791000', '110621.793000', '110621.796000', '110621.799000', '110621.801000', '110621.804000', '110621.806000', '110621.809000', '110621.812000', '110621.814000', '110641.696000', '110641.699000', '110641.702000', '110641.704000', '110641.707000', '110641.710000', '110641.712000', '110641.715000', '110641.717000', '110641.720000', '110641.722000', '110641.725000', '110641.728000', '110641.730000', '110641.733000', '110641.735000', '110641.738000', '110641.740000', '110641.743000', '110641.745000', '110641.748000', '110641.750000', '110641.753000', '110641.756000', '110641.758000', '110641.761000', '110641.763000', '110641.766000', '110641.769000', '110641.771000', '110641.774000', '110641.776000', '110641.779000', '110641.781000', '110641.784000', '110641.786000', '110641.789000', '110641.792000', '110641.794000', '110641.797000', '110641.799000', '110641.802000', '110641.805000', '110701.696000', '110701.699000', '110701.702000', '110701.704000', '110701.707000', '110701.710000', '110701.712000', '110701.715000', '110701.717000', '110701.720000', '110701.722000', '110701.725000', '110701.727000', '110701.730000', '110701.733000', '110701.735000', '110701.738000', '110701.740000', '110701.743000', '110701.745000', '110701.748000', '110701.750000', '110701.753000', '110701.770000', '110701.773000', '110701.776000', '110701.778000', '110701.781000', '110701.783000', '110701.786000', '110701.788000', '110701.791000', '110701.793000', '110701.796000', '110701.799000', '110701.801000', '110701.804000', '110701.806000', '110701.809000', '110701.811000', '110701.814000', '110701.817000', '110701.819000', '110701.822000', '110721.696000', '110721.699000', '110721.701000', '110721.704000', '110721.706000', '110721.709000', '110721.711000', '110721.714000', '110721.717000', '110721.719000', '110721.722000', '110721.724000', '110721.727000', '110721.729000', '110721.732000', '110721.734000', '110721.737000', '110721.740000', '110721.742000', '110721.745000', '110721.748000', '110721.750000', '110721.753000', '110721.755000', '110721.758000', '110721.761000', '110721.763000', '110721.766000', '110721.769000', '110721.772000', '110721.775000', '110721.778000', '110721.780000', '110721.783000', '110721.785000', '110721.788000', '110721.790000', '110721.793000', '110721.795000', '110721.798000', '110721.801000', '110721.803000', '110721.806000', '110741.696000', '110741.699000', '110741.702000', '110741.704000', '110741.707000', '110741.714000', '110741.717000', '110741.719000', '110741.722000', '110741.725000', '110741.727000', '110741.730000', '110741.732000', '110741.735000', '110741.738000', '110741.740000', '110741.743000', '110741.745000', '110741.748000', '110741.751000', '110741.753000', '110741.756000', '110741.758000', '110741.761000', '110741.764000', '110741.766000', '110741.769000', '110741.771000', '110741.774000', '110741.776000', '110741.779000', '110741.781000', '110741.784000', '110741.787000', '110741.789000', '110741.792000', '110741.794000', '110741.797000', '110741.800000', '110741.802000', '110741.805000', '110741.807000', '110741.810000', '110741.812000', '110801.696000', '110801.699000', '110801.702000', '110801.705000', '110801.707000', '110801.710000', '110801.712000', '110801.715000', '110801.718000', '110801.720000', '110801.723000', '110801.725000', '110801.728000', '110801.730000', '110801.733000', '110801.736000', '110801.738000', '110801.741000', '110801.743000', '110801.746000', '110801.748000', '110801.751000', '110801.754000', '110801.756000', '110801.759000', '110801.761000', '110801.764000', '110801.767000', '110801.769000', '110801.772000', '110801.775000', '110801.777000', '110801.780000', '110801.782000', '110801.785000', '110801.788000', '110801.790000', '110801.793000', '110801.795000', '110801.798000', '110801.800000', '110801.803000', '110801.805000', '110821.697000', '110821.700000', '110821.702000', '110821.705000', '110821.707000', '110821.710000', '110821.713000', '110821.715000', '110821.718000', '110821.721000', '110821.723000', '110821.726000', '110821.728000', '110821.731000', '110821.733000', '110821.736000', '110821.738000', '110821.741000', '110821.744000', '110821.746000', '110821.749000', '110821.751000', '110821.754000', '110821.757000', '110821.759000', '110821.762000', '110821.764000', '110821.767000', '110821.769000', '110821.772000', '110821.775000', '110821.777000', '110821.780000', '110821.782000', '110821.785000', '110821.788000', '110821.790000', '110821.793000', '110821.795000', '110821.798000', '110821.801000', '110821.803000', '110821.806000', '110821.808000', '110841.697000', '110841.700000', '110841.702000', '110841.705000', '110841.723000', '110841.726000', '110841.728000', '110841.731000', '110841.734000', '110841.736000', '110841.739000', '110841.741000', '110841.744000', '110841.747000', '110841.749000', '110841.752000', '110841.754000', '110841.757000', '110841.759000', '110841.762000', '110841.765000', '110841.767000', '110841.770000', '110841.772000', '110841.775000', '110841.777000', '110841.780000', '110841.782000', '110841.785000', '110841.788000', '110841.790000', '110841.793000', '110841.795000', '110841.798000', '110841.801000', '110841.804000', '110841.807000', '110841.810000', '110841.813000', '110841.815000', '110841.818000', '110841.820000', '110841.823000', '110901.696000', '110901.699000', '110901.702000', '110901.705000', '110901.707000', '110901.710000', '110901.712000', '110901.715000', '110901.717000', '110901.720000', '110901.723000', '110901.725000', '110901.728000', '110901.730000', '110901.733000', '110901.735000', '110901.738000', '110901.741000', '110901.743000', '110901.746000', '110901.748000', '110901.751000', '110901.754000', '110901.756000', '110901.759000', '110901.768000', '110901.770000', '110901.773000', '110901.775000', '110901.778000', '110901.781000', '110901.783000', '110901.786000', '110901.788000', '110901.791000', '110901.794000', '110901.796000', '110901.799000', '110901.802000', '110901.805000', '110901.807000', '110901.810000', '110901.812000', '110901.815000', '110921.697000', '110921.700000', '110921.702000', '110921.705000', '110921.708000', '110921.710000', '110921.713000', '110921.715000', '110921.718000', '110921.720000', '110921.723000', '110921.725000', '110921.728000', '110921.731000', '110921.733000', '110921.736000', '110921.738000', '110921.741000', '110921.744000', '110921.746000', '110921.749000', '110921.751000', '110921.754000', '110921.757000', '110921.759000', '110921.762000', '110921.764000', '110921.767000', '110921.769000', '110921.772000', '110921.774000', '110921.777000', '110921.780000', '110921.782000', '110921.785000', '110921.787000', '110921.790000', '110921.792000', '110921.795000', '110921.798000', '110921.800000', '110921.803000', '110921.805000', '110941.695000', '110941.698000', '110941.701000', '110941.704000', '110941.706000', '110941.709000', '110941.711000', '110941.714000', '110941.717000', '110941.719000', '110941.722000', '110941.724000', '110941.727000', '110941.729000', '110941.732000', '110941.735000', '110941.737000', '110941.740000', '110941.743000', '110941.745000', '110941.748000', '110941.750000', '110941.753000', '110941.756000', '110941.758000', '110941.761000', '110941.763000', '110941.766000', '110941.768000', '110941.771000', '110941.774000', '110941.776000', '110941.779000', '110941.781000', '110941.784000', '110941.786000', '110941.789000', '110941.791000', '110941.794000', '110941.797000', '110941.799000', '110941.802000', '110941.804000', '110941.807000', '111001.697000', '111001.700000', '111001.702000', '111001.705000', '111001.707000', '111001.710000', '111001.713000', '111001.715000', '111001.718000', '111001.720000', '111001.723000', '111001.725000', '111001.728000', '111001.730000', '111001.733000', '111001.736000', '111001.738000', '111001.741000', '111001.743000', '111001.746000', '111001.749000', '111001.751000', '111001.754000', '111001.756000', '111001.759000', '111001.761000', '111001.764000', '111001.766000', '111001.769000', '111001.779000', '111001.782000', '111001.784000', '111001.787000', '111001.790000', '111001.792000', '111001.795000', '111001.797000', '111001.800000', '111001.802000', '111001.805000', '111001.808000', '111001.810000', '111001.813000', '111021.697000', '111021.700000', '111021.702000', '111021.705000', '111021.707000', '111021.710000', '111021.712000', '111021.715000', '111021.718000', '111021.720000', '111021.723000', '111021.725000', '111021.728000', '111021.730000', '111021.733000', '111021.736000', '111021.738000', '111021.741000', '111021.743000', '111021.746000', '111021.748000', '111021.751000', '111021.754000', '111021.756000', '111021.759000', '111021.761000', '111021.764000', '111021.766000', '111021.769000', '111021.772000', '111021.774000', '111021.777000', '111021.779000', '111021.782000', '111021.785000', '111021.787000', '111021.790000', '111021.792000', '111021.795000', '111021.797000', '111021.800000', '111021.803000', '111021.805000', '111021.808000', '111041.697000', '111041.699000', '111041.702000', '111041.705000', '111041.707000', '111041.710000', '111041.712000', '111041.715000', '111041.717000', '111041.720000', '111041.722000', '111041.725000', '111041.727000', '111041.730000', '111041.733000', '111041.735000', '111041.738000', '111041.740000', '111041.743000', '111041.746000', '111041.748000', '111041.751000', '111041.753000', '111041.756000', '111041.758000', '111041.761000', '111041.764000', '111041.766000', '111041.769000', '111041.771000', '111041.774000', '111041.777000', '111041.779000', '111041.782000', '111041.784000', '111041.787000', '111041.789000', '111041.792000', '111041.794000', '111041.797000', '111041.800000', '111041.802000', '111041.805000', '111101.696000', '111101.699000', '111101.703000', '111101.705000', '111101.708000', '111101.710000', '111101.713000', '111101.716000', '111101.718000', '111101.721000', '111101.723000', '111101.726000', '111101.729000', '111101.731000', '111101.734000', '111101.736000', '111101.739000', '111101.742000', '111101.744000', '111101.747000', '111101.749000', '111101.752000', '111101.754000', '111101.757000', '111101.760000', '111101.762000', '111101.765000', '111101.771000', '111101.773000', '111101.776000', '111101.778000', '111101.781000', '111101.784000', '111101.786000', '111101.789000', '111101.791000', '111101.794000', '111101.796000', '111101.799000', '111101.802000', '111101.804000', '111101.807000', '111101.809000', '111101.812000', '111121.697000', '111121.699000', '111121.702000', '111121.705000', '111121.707000', '111121.710000', '111121.712000', '111121.715000', '111121.717000', '111121.720000', '111121.722000', '111121.725000', '111121.728000', '111121.730000', '111121.733000', '111121.735000', '111121.738000', '111121.740000', '111121.743000', '111121.746000', '111121.748000', '111121.751000', '111121.753000', '111121.756000', '111121.758000', '111121.761000', '111121.763000', '111121.766000', '111121.769000', '111121.771000', '111121.774000', '111121.776000', '111121.779000', '111121.783000', '111121.786000', '111121.788000', '111121.791000', '111121.793000', '111121.796000', '111121.798000', '111121.801000', '111121.804000', '111121.806000', '111141.697000', '111141.699000', '111141.702000', '111141.705000', '111141.708000', '111141.711000', '111141.714000', '111141.716000', '111141.719000', '111141.722000', '111141.724000', '111141.727000', '111141.729000', '111141.732000', '111141.734000', '111141.737000', '111141.740000', '111141.742000', '111141.745000', '111141.747000', '111141.750000', '111141.753000', '111141.755000', '111141.758000', '111141.760000', '111141.763000', '111141.766000', '111141.768000', '111141.771000', '111141.773000', '111141.776000', '111141.778000', '111141.781000', '111141.784000', '111141.786000', '111141.789000', '111141.791000', '111141.794000', '111141.797000', '111141.799000', '111141.802000', '111141.805000', '111141.807000', '111201.695000', '111201.698000', '111201.701000', '111201.703000', '111201.706000', '111201.709000', '111201.711000', '111201.714000', '111201.716000', '111201.719000', '111201.721000', '111201.724000', '111201.727000', '111201.729000', '111201.732000', '111201.734000', '111201.737000', '111201.739000', '111201.742000', '111201.744000', '111201.747000', '111201.749000', '111201.752000', '111201.755000', '111201.757000', '111201.760000', '111201.762000', '111201.765000', '111201.768000', '111201.770000', '111201.773000', '111201.775000', '111201.778000', '111201.780000', '111201.783000', '111201.785000', '111201.788000', '111201.790000', '111201.793000', '111201.796000', '111201.798000', '111201.801000', '111201.803000', '111201.806000', '111215.245000', '111215.249000', '111215.252000', '111215.254000', '111215.257000', '111215.260000', '111215.263000', '111215.266000', '111215.268000', '111215.271000', '111215.274000', '111215.277000', '111215.280000', '111215.282000', '111215.285000', '111215.288000', '111215.290000', '111215.293000', '111215.296000', '111215.298000', '111215.301000', '111215.304000', '111215.306000', '111215.309000', '111215.312000', '111215.315000', '111215.317000', '111215.320000', '111215.322000', '111215.325000'], 'InstanceCreationTime': ['110601.721000', '110601.725000', '110601.728000', '110601.730000', '110601.733000', '110601.735000', '110601.738000', '110601.740000', '110601.743000', '110601.745000', '110601.748000', '110601.763000', '110601.765000', '110601.768000', '110601.771000', '110601.773000', '110601.776000', '110601.778000', '110601.781000', '110601.784000', '110601.787000', '110601.789000', '110601.792000', '110601.795000', '110601.797000', '110601.800000', '110601.802000', '110601.805000', '110601.808000', '110601.810000', '110601.813000', '110601.816000', '110601.819000', '110601.822000', '110601.825000', '110601.827000', '110601.830000', '110601.832000', '110601.835000', '110601.838000', '110601.840000', '110601.843000', '110601.845000', '110601.848000', '110601.851000', '110601.853000', '110601.856000', '110601.858000', '110601.861000', '110601.863000', '110601.866000', '110601.868000', '110601.871000', '110601.873000', '110601.876000', '110601.879000', '110601.881000', '110601.884000', '110601.886000', '110621.697000', '110621.700000', '110621.702000', '110621.705000', '110621.714000', '110621.716000', '110621.719000', '110621.722000', '110621.724000', '110621.727000', '110621.729000', '110621.732000', '110621.734000', '110621.737000', '110621.740000', '110621.742000', '110621.745000', '110621.747000', '110621.750000', '110621.752000', '110621.755000', '110621.757000', '110621.760000', '110621.763000', '110621.765000', '110621.768000', '110621.770000', '110621.773000', '110621.775000', '110621.778000', '110621.781000', '110621.783000', '110621.786000', '110621.788000', '110621.791000', '110621.793000', '110621.796000', '110621.799000', '110621.801000', '110621.804000', '110621.806000', '110621.809000', '110621.812000', '110621.814000', '110641.696000', '110641.699000', '110641.702000', '110641.704000', '110641.707000', '110641.710000', '110641.712000', '110641.715000', '110641.717000', '110641.720000', '110641.722000', '110641.725000', '110641.728000', '110641.730000', '110641.733000', '110641.735000', '110641.738000', '110641.740000', '110641.743000', '110641.745000', '110641.748000', '110641.750000', '110641.753000', '110641.756000', '110641.758000', '110641.761000', '110641.763000', '110641.766000', '110641.769000', '110641.771000', '110641.774000', '110641.776000', '110641.779000', '110641.781000', '110641.784000', '110641.786000', '110641.789000', '110641.792000', '110641.794000', '110641.797000', '110641.799000', '110641.802000', '110641.805000', '110701.696000', '110701.699000', '110701.702000', '110701.704000', '110701.707000', '110701.710000', '110701.712000', '110701.715000', '110701.717000', '110701.720000', '110701.722000', '110701.725000', '110701.727000', '110701.730000', '110701.733000', '110701.735000', '110701.738000', '110701.740000', '110701.743000', '110701.745000', '110701.748000', '110701.750000', '110701.753000', '110701.770000', '110701.773000', '110701.776000', '110701.778000', '110701.781000', '110701.783000', '110701.786000', '110701.788000', '110701.791000', '110701.793000', '110701.796000', '110701.799000', '110701.801000', '110701.804000', '110701.806000', '110701.809000', '110701.811000', '110701.814000', '110701.817000', '110701.819000', '110701.822000', '110721.696000', '110721.699000', '110721.701000', '110721.704000', '110721.706000', '110721.709000', '110721.711000', '110721.714000', '110721.717000', '110721.719000', '110721.722000', '110721.724000', '110721.727000', '110721.729000', '110721.732000', '110721.734000', '110721.737000', '110721.740000', '110721.742000', '110721.745000', '110721.748000', '110721.750000', '110721.753000', '110721.755000', '110721.758000', '110721.761000', '110721.763000', '110721.766000', '110721.769000', '110721.772000', '110721.775000', '110721.778000', '110721.780000', '110721.783000', '110721.785000', '110721.788000', '110721.790000', '110721.793000', '110721.795000', '110721.798000', '110721.801000', '110721.803000', '110721.806000', '110741.696000', '110741.699000', '110741.702000', '110741.704000', '110741.707000', '110741.714000', '110741.717000', '110741.719000', '110741.722000', '110741.725000', '110741.727000', '110741.730000', '110741.732000', '110741.735000', '110741.738000', '110741.740000', '110741.743000', '110741.745000', '110741.748000', '110741.751000', '110741.753000', '110741.756000', '110741.758000', '110741.761000', '110741.764000', '110741.766000', '110741.769000', '110741.771000', '110741.774000', '110741.776000', '110741.779000', '110741.781000', '110741.784000', '110741.787000', '110741.789000', '110741.792000', '110741.794000', '110741.797000', '110741.800000', '110741.802000', '110741.805000', '110741.807000', '110741.810000', '110741.812000', '110801.696000', '110801.699000', '110801.702000', '110801.705000', '110801.707000', '110801.710000', '110801.712000', '110801.715000', '110801.718000', '110801.720000', '110801.723000', '110801.725000', '110801.728000', '110801.730000', '110801.733000', '110801.736000', '110801.738000', '110801.741000', '110801.743000', '110801.746000', '110801.748000', '110801.751000', '110801.754000', '110801.756000', '110801.759000', '110801.761000', '110801.764000', '110801.767000', '110801.769000', '110801.772000', '110801.775000', '110801.777000', '110801.780000', '110801.782000', '110801.785000', '110801.788000', '110801.790000', '110801.793000', '110801.795000', '110801.798000', '110801.800000', '110801.803000', '110801.805000', '110821.697000', '110821.700000', '110821.702000', '110821.705000', '110821.707000', '110821.710000', '110821.713000', '110821.715000', '110821.718000', '110821.721000', '110821.723000', '110821.726000', '110821.728000', '110821.731000', '110821.733000', '110821.736000', '110821.738000', '110821.741000', '110821.744000', '110821.746000', '110821.749000', '110821.751000', '110821.754000', '110821.757000', '110821.759000', '110821.762000', '110821.764000', '110821.767000', '110821.769000', '110821.772000', '110821.775000', '110821.777000', '110821.780000', '110821.782000', '110821.785000', '110821.788000', '110821.790000', '110821.793000', '110821.795000', '110821.798000', '110821.801000', '110821.803000', '110821.806000', '110821.808000', '110841.697000', '110841.700000', '110841.702000', '110841.705000', '110841.723000', '110841.726000', '110841.728000', '110841.731000', '110841.734000', '110841.736000', '110841.739000', '110841.741000', '110841.744000', '110841.747000', '110841.749000', '110841.752000', '110841.754000', '110841.757000', '110841.759000', '110841.762000', '110841.765000', '110841.767000', '110841.770000', '110841.772000', '110841.775000', '110841.777000', '110841.780000', '110841.782000', '110841.785000', '110841.788000', '110841.790000', '110841.793000', '110841.795000', '110841.798000', '110841.801000', '110841.804000', '110841.807000', '110841.810000', '110841.813000', '110841.815000', '110841.818000', '110841.820000', '110841.823000', '110901.696000', '110901.699000', '110901.702000', '110901.705000', '110901.707000', '110901.710000', '110901.712000', '110901.715000', '110901.717000', '110901.720000', '110901.723000', '110901.725000', '110901.728000', '110901.730000', '110901.733000', '110901.735000', '110901.738000', '110901.741000', '110901.743000', '110901.746000', '110901.748000', '110901.751000', '110901.754000', '110901.756000', '110901.759000', '110901.768000', '110901.770000', '110901.773000', '110901.775000', '110901.778000', '110901.781000', '110901.783000', '110901.786000', '110901.788000', '110901.791000', '110901.794000', '110901.796000', '110901.799000', '110901.802000', '110901.805000', '110901.807000', '110901.810000', '110901.812000', '110901.815000', '110921.697000', '110921.700000', '110921.702000', '110921.705000', '110921.708000', '110921.710000', '110921.713000', '110921.715000', '110921.718000', '110921.720000', '110921.723000', '110921.725000', '110921.728000', '110921.731000', '110921.733000', '110921.736000', '110921.738000', '110921.741000', '110921.744000', '110921.746000', '110921.749000', '110921.751000', '110921.754000', '110921.757000', '110921.759000', '110921.762000', '110921.764000', '110921.767000', '110921.769000', '110921.772000', '110921.774000', '110921.777000', '110921.780000', '110921.782000', '110921.785000', '110921.787000', '110921.790000', '110921.792000', '110921.795000', '110921.798000', '110921.800000', '110921.803000', '110921.805000', '110941.695000', '110941.698000', '110941.701000', '110941.704000', '110941.706000', '110941.709000', '110941.711000', '110941.714000', '110941.717000', '110941.719000', '110941.722000', '110941.724000', '110941.727000', '110941.729000', '110941.732000', '110941.735000', '110941.737000', '110941.740000', '110941.743000', '110941.745000', '110941.748000', '110941.750000', '110941.753000', '110941.756000', '110941.758000', '110941.761000', '110941.763000', '110941.766000', '110941.768000', '110941.771000', '110941.774000', '110941.776000', '110941.779000', '110941.781000', '110941.784000', '110941.786000', '110941.789000', '110941.791000', '110941.794000', '110941.797000', '110941.799000', '110941.802000', '110941.804000', '110941.807000', '111001.697000', '111001.700000', '111001.702000', '111001.705000', '111001.707000', '111001.710000', '111001.713000', '111001.715000', '111001.718000', '111001.720000', '111001.723000', '111001.725000', '111001.728000', '111001.730000', '111001.733000', '111001.736000', '111001.738000', '111001.741000', '111001.743000', '111001.746000', '111001.749000', '111001.751000', '111001.754000', '111001.756000', '111001.759000', '111001.761000', '111001.764000', '111001.766000', '111001.769000', '111001.779000', '111001.782000', '111001.784000', '111001.787000', '111001.790000', '111001.792000', '111001.795000', '111001.797000', '111001.800000', '111001.802000', '111001.805000', '111001.808000', '111001.810000', '111001.813000', '111021.697000', '111021.700000', '111021.702000', '111021.705000', '111021.707000', '111021.710000', '111021.712000', '111021.715000', '111021.718000', '111021.720000', '111021.723000', '111021.725000', '111021.728000', '111021.730000', '111021.733000', '111021.736000', '111021.738000', '111021.741000', '111021.743000', '111021.746000', '111021.748000', '111021.751000', '111021.754000', '111021.756000', '111021.759000', '111021.761000', '111021.764000', '111021.766000', '111021.769000', '111021.772000', '111021.774000', '111021.777000', '111021.779000', '111021.782000', '111021.785000', '111021.787000', '111021.790000', '111021.792000', '111021.795000', '111021.797000', '111021.800000', '111021.803000', '111021.805000', '111021.808000', '111041.697000', '111041.699000', '111041.702000', '111041.705000', '111041.707000', '111041.710000', '111041.712000', '111041.715000', '111041.717000', '111041.720000', '111041.722000', '111041.725000', '111041.727000', '111041.730000', '111041.733000', '111041.735000', '111041.738000', '111041.740000', '111041.743000', '111041.746000', '111041.748000', '111041.751000', '111041.753000', '111041.756000', '111041.758000', '111041.761000', '111041.764000', '111041.766000', '111041.769000', '111041.771000', '111041.774000', '111041.777000', '111041.779000', '111041.782000', '111041.784000', '111041.787000', '111041.789000', '111041.792000', '111041.794000', '111041.797000', '111041.800000', '111041.802000', '111041.805000', '111101.696000', '111101.699000', '111101.703000', '111101.705000', '111101.708000', '111101.710000', '111101.713000', '111101.716000', '111101.718000', '111101.721000', '111101.723000', '111101.726000', '111101.729000', '111101.731000', '111101.734000', '111101.736000', '111101.739000', '111101.742000', '111101.744000', '111101.747000', '111101.749000', '111101.752000', '111101.754000', '111101.757000', '111101.760000', '111101.762000', '111101.765000', '111101.771000', '111101.773000', '111101.776000', '111101.778000', '111101.781000', '111101.784000', '111101.786000', '111101.789000', '111101.791000', '111101.794000', '111101.796000', '111101.799000', '111101.802000', '111101.804000', '111101.807000', '111101.809000', '111101.812000', '111121.697000', '111121.699000', '111121.702000', '111121.705000', '111121.707000', '111121.710000', '111121.712000', '111121.715000', '111121.717000', '111121.720000', '111121.722000', '111121.725000', '111121.728000', '111121.730000', '111121.733000', '111121.735000', '111121.738000', '111121.740000', '111121.743000', '111121.746000', '111121.748000', '111121.751000', '111121.753000', '111121.756000', '111121.758000', '111121.761000', '111121.763000', '111121.766000', '111121.769000', '111121.771000', '111121.774000', '111121.776000', '111121.779000', '111121.783000', '111121.786000', '111121.788000', '111121.791000', '111121.793000', '111121.796000', '111121.798000', '111121.801000', '111121.804000', '111121.806000', '111141.697000', '111141.699000', '111141.702000', '111141.705000', '111141.708000', '111141.711000', '111141.714000', '111141.716000', '111141.719000', '111141.722000', '111141.724000', '111141.727000', '111141.729000', '111141.732000', '111141.734000', '111141.737000', '111141.740000', '111141.742000', '111141.745000', '111141.747000', '111141.750000', '111141.753000', '111141.755000', '111141.758000', '111141.760000', '111141.763000', '111141.766000', '111141.768000', '111141.771000', '111141.773000', '111141.776000', '111141.778000', '111141.781000', '111141.784000', '111141.786000', '111141.789000', '111141.791000', '111141.794000', '111141.797000', '111141.799000', '111141.802000', '111141.805000', '111141.807000', '111201.695000', '111201.698000', '111201.701000', '111201.703000', '111201.706000', '111201.709000', '111201.711000', '111201.714000', '111201.716000', '111201.719000', '111201.721000', '111201.724000', '111201.727000', '111201.729000', '111201.732000', '111201.734000', '111201.737000', '111201.739000', '111201.742000', '111201.744000', '111201.747000', '111201.749000', '111201.752000', '111201.755000', '111201.757000', '111201.760000', '111201.762000', '111201.765000', '111201.768000', '111201.770000', '111201.773000', '111201.775000', '111201.778000', '111201.780000', '111201.783000', '111201.785000', '111201.788000', '111201.790000', '111201.793000', '111201.796000', '111201.798000', '111201.801000', '111201.803000', '111201.806000', '111215.245000', '111215.249000', '111215.252000', '111215.254000', '111215.257000', '111215.260000', '111215.263000', '111215.266000', '111215.268000', '111215.271000', '111215.274000', '111215.277000', '111215.280000', '111215.282000', '111215.285000', '111215.288000', '111215.290000', '111215.293000', '111215.296000', '111215.298000', '111215.301000', '111215.304000', '111215.306000', '111215.309000', '111215.312000', '111215.315000', '111215.317000', '111215.320000', '111215.322000', '111215.325000'], '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': [8626, 7852, 7355, 8312, 7601, 10342, 7576, 10767, 7609, 9449, 7711, 7941, 7928, 7281, 8273, 7810, 8923, 7346, 11665, 7609, 11133, 7559, 10539, 7845, 8693, 7806, 7389, 7817, 7582, 9773, 7305, 10769, 7762, 9875, 7641, 8370, 7808, 8153, 7721, 7939, 6891, 7487, 6891, 8603, 7043, 9049, 7358, 7116, 9553, 7307, 11144, 7265, 10266, 7333, 8715, 7770, 7347, 8096, 7084, 10854, 7428, 11260, 8113, 11951, 7225, 7734, 7164, 7520, 7633, 8705, 7593, 8467, 7777, 7234, 8445, 7577, 9933, 7676, 10138, 7553, 8591, 7468, 9018, 8199, 10696, 8533, 11207, 7393, 7146, 10463, 6947, 12060, 7643, 9016, 7795, 7258, 9515, 7634, 10792, 7388, 8565, 8020, 7321, 8065, 7407, 10523, 7599, 10369, 7522, 7969, 7759, 7263, 8137, 7204, 10081, 7444, 8422, 7840, 7102, 7701, 7521, 8571, 7900, 8583, 8093, 7963, 7823, 7867, 8149, 7654, 9878, 7320, 9139, 7986, 7535, 8094, 7319, 8078, 7642, 10603, 7264, 10302, 7288, 7878, 7355, 8463, 7441, 7595, 7455, 7876, 8020, 7516, 10502, 8053, 9290, 8039, 9060, 8504, 7934, 8006, 7819, 8590, 7881, 8601, 8009, 10892, 7935, 11463, 8302, 9482, 8051, 8410, 8301, 7758, 11185, 7743, 11583, 7474, 9580, 7632, 9602, 6948, 7006, 6667, 6910, 7090, 6953, 6768, 6993, 6772, 7259, 6950, 7036, 10442, 7133, 12926, 8283, 10575, 7862, 8646, 12126, 8545, 13251, 8492, 9471, 7149, 7115, 9394, 7098, 10614, 7082, 8289, 7579, 6934, 7839, 7179, 10744, 7432, 10275, 6601, 6775, 6961, 7653, 6817, 7299, 6827, 7667, 6785, 10765, 7792, 11198, 9249, 11817, 6952, 7949, 7302, 6925, 13856, 8518, 12245, 7653, 9418, 9024, 7894, 11891, 7187, 12094, 7110, 10859, 7515, 10161, 6833, 8106, 8119, 7213, 12269, 7108, 11842, 7683, 9537, 6868, 6993, 8297, 7168, 11949, 7104, 10853, 7265, 8291, 6792, 7271, 7347, 7140, 9255, 7033, 9545, 6988, 7131, 6933, 7101, 6803, 8041, 6972, 6943, 7141, 6784, 10208, 6659, 11779, 7414, 11224, 8500, 10531, 7478, 9811, 6836, 8033, 7840, 8027, 11669, 7952, 12133, 7666, 8668, 8205, 13921, 11130, 12116, 11123, 7330, 7222, 7240, 7347, 11032, 8388, 9149, 8016, 6960, 10898, 10566, 14920, 11185, 15852, 11822, 16467, 12568, 15135, 10780, 9456, 9447, 7218, 10395, 6935, 9317, 7559, 7465, 7370, 6958, 7289, 7418, 7143, 7281, 6718, 7079, 9116, 7639, 9718, 7817, 9638, 7001, 8404, 6701, 7418, 10594, 7454, 11875, 7637, 9748, 7386, 7830, 11847, 7225, 13016, 7800, 9695, 7156, 7182, 9765, 7033, 11595, 6604, 9052, 7492, 9817, 7194, 7561, 7241, 7328, 6955, 7813, 6807, 7687, 10465, 8076, 10155, 7929, 11582, 7371, 9907, 7765, 7953, 14499, 9526, 13309, 9037, 10908, 11918, 8447, 14552, 8850, 11082, 7630, 7820, 13040, 7609, 13011, 7544, 10030, 7332, 8584, 8409, 7018, 11502, 6934, 9928, 6741, 7362, 6706, 6687, 9798, 6755, 10010, 6792, 7397, 9732, 7715, 12398, 6875, 9011, 6796, 7555, 6744, 6869, 6764, 6797, 10337, 7249, 9987, 6678, 8558, 6837, 9864, 6792, 9315, 11963, 8245, 13879, 9014, 11238, 8393, 8655, 14058, 9084, 12693, 8425, 9230, 12198, 8062, 12961, 8171, 10068, 7165, 7337, 10497, 6754, 13992, 9017, 10255, 6969, 7358, 6845, 6913, 11130, 7062, 13019, 8435, 8816, 7261, 8103, 6904, 7277, 7408, 6825, 11381, 6963, 11097, 6772, 8020, 7021, 6981, 7992, 6820, 12435, 8354, 8839, 6890, 8068, 6963, 10885, 7019, 12739, 9185, 10916, 8313, 7951, 12133, 6991, 14201, 7781, 10465, 7189, 8560, 13410, 8735, 14239, 8217, 10192, 7283, 6984, 12578, 6974, 12298, 7499, 9199, 7273, 7272, 8040, 7274, 11481, 7302, 8609, 7550, 7383, 7378, 6826, 10643, 7137, 7610, 7068, 10451, 6949, 8969, 7153, 7384, 12393, 9152, 10239, 7130, 9784, 7346, 7044, 11667, 7179, 13772, 9088, 10813, 7471, 8274, 7245, 7024, 9719, 7524, 13174, 9959, 11420, 7293, 11539, 6998, 9358, 8371, 7864, 13760, 9754, 11806, 7284, 8963, 7621, 6992, 12719, 7527, 11365, 7191, 8299, 7149, 6839, 12079, 6981, 9453, 7226, 7735, 7441, 6818, 7971, 6874, 10956, 7106, 7880, 7338, 7041, 7525, 7140, 7140, 7064, 9552, 7127, 9975, 6917, 10699, 8240, 10141, 6709, 7838, 7033, 7256, 11898, 7987, 15106, 10652, 10995, 7512, 10013, 8726, 8413, 14727, 9365, 12739, 7930, 8781, 7934, 7132, 14221, 7608, 11379, 7326, 8065, 8637, 6831, 12769, 6993, 9297, 7230, 7145, 7376, 7242, 7547, 7158, 7368, 6960, 10144, 7030, 11530, 8785, 11474, 7358, 9027, 8709, 6864, 14922, 8669, 11789, 9871, 8557, 13199, 7783, 12774, 7246, 7827, 12506, 7359, 12243, 7284, 8241, 7752, 6796, 14015, 9207, 11293, 7568, 7307, 12246, 6990, 11039, 7111, 7087, 9131, 6864, 11547, 7053, 8688, 7207, 7402, 7586, 6772, 8330, 6918, 11174, 7569, 8426, 8768, 8579, 7985, 7062, 11727, 7363, 11921, 7734, 10476, 9968, 8254, 7996, 6750, 15024, 8415, 11126, 8155, 9107, 13071, 8405, 14601, 8513, 10289, 7598, 7067, 12754, 7354, 13679, 8754, 10819, 6905, 8844, 7191, 7012, 10169, 6865, 11736, 6942, 8600, 7408, 8084, 7272, 6960, 11271, 7083, 11058, 7112, 8426, 7195, 7215, 9965, 7054, 12272, 6969, 10419, 7237, 9236, 7318, 10053, 7125, 7456, 8028, 7097, 12742, 7218, 8989, 7725, 7148, 10762, 7090, 12264, 8492, 9277, 7146, 7786, 8061, 6752, 14353, 9228, 12381, 8722, 9055, 7416, 7181, 11482, 7262, 12891, 7906, 9727, 8488, 7050, 12725, 7003, 10229, 7342, 7064, 7625, 7201, 11700, 7376, 8713, 7639, 7932, 7765, 6917, 10266, 7907, 12875, 9709, 11258, 7093, 9159, 7618, 7381, 14600, 10152, 12598, 8282, 9070, 9509, 7273, 13767, 7204, 9309, 7445, 7030, 13217, 7869, 11565, 7109, 9322, 7474, 7035, 12120, 7063, 11895, 7314, 8742, 7491, 7341, 7850, 7187, 7089, 7245, 9706, 7573, 7593, 7474, 6986, 11712, 7134, 9488, 7423, 8462, 7856, 7210, 12888, 8033, 11088, 7525, 8407, 7908, 7169, 11789, 7848, 11930, 7677, 8749, 7804, 7571, 7849, 7547, 11405, 7962], 'WindowCenter': [4531.0, 4505.0, 4491.0, 4499.0, 4488.0, 4506.0, 4476.0, 4504.0, 4474.0, 4493.0, 4473.0, 4473.0, 4484.0, 4473.0, 4482.0, 4474.0, 4496.0, 4475.0, 4515.0, 4475.0, 4503.0, 4473.0, 4492.0, 4472.0, 4482.0, 4472.0, 4462.0, 4472.0, 4472.0, 4493.0, 4473.0, 4493.0, 4463.0, 4482.0, 4472.0, 4483.0, 4474.0, 4485.0, 4484.0, 4470.0, 4474.0, 4470.0, 4472.0, 4481.0, 4474.0, 4494.0, 4472.0, 4473.0, 4491.0, 4471.0, 4501.0, 4472.0, 4502.0, 4472.0, 4483.0, 4472.0, 4471.0, 4471.0, 4461.0, 4502.0, 4471.0, 4500.0, 4471.0, 4512.0, 4472.0, 4472.0, 4474.0, 4484.0, 4486.0, 4495.0, 4487.0, 4496.0, 4485.0, 4476.0, 4497.0, 4486.0, 4506.0, 4472.0, 4506.0, 4487.0, 4512.0, 4486.0, 4496.0, 4481.0, 4506.0, 4480.0, 4531.0, 4488.0, 4477.0, 4504.0, 4474.0, 4511.0, 4472.0, 4481.0, 4471.0, 4460.0, 4491.0, 4471.0, 4500.0, 4472.0, 4480.0, 4482.0, 4470.0, 4470.0, 4470.0, 4500.0, 4471.0, 4490.0, 4470.0, 4470.0, 4469.0, 4460.0, 4470.0, 4459.0, 4489.0, 4471.0, 4471.0, 4469.0, 4459.0, 4471.0, 4472.0, 4482.0, 4482.0, 4481.0, 4484.0, 4481.0, 4472.0, 4482.0, 4483.0, 4472.0, 4492.0, 4472.0, 4492.0, 4482.0, 4471.0, 4482.0, 4471.0, 4483.0, 4471.0, 4503.0, 4473.0, 4490.0, 4474.0, 4482.0, 4484.0, 4481.0, 4472.0, 4471.0, 4472.0, 4485.0, 4484.0, 4474.0, 4503.0, 4486.0, 4494.0, 4484.0, 4491.0, 4493.0, 4483.0, 4484.0, 4486.0, 4495.0, 4496.0, 4496.0, 4496.0, 4515.0, 4483.0, 4513.0, 4484.0, 4492.0, 4473.0, 4482.0, 4482.0, 4473.0, 4502.0, 4474.0, 4512.0, 4475.0, 4490.0, 4470.0, 4489.0, 4472.0, 4471.0, 4473.0, 4471.0, 4473.0, 4486.0, 4488.0, 4489.0, 4489.0, 4500.0, 4487.0, 4489.0, 4517.0, 4486.0, 4527.0, 4497.0, 4517.0, 4486.0, 4498.0, 4527.0, 4496.0, 4526.0, 4494.0, 4494.0, 4473.0, 4471.0, 4493.0, 4471.0, 4501.0, 4471.0, 4482.0, 4483.0, 4473.0, 4483.0, 4474.0, 4512.0, 4473.0, 4487.0, 4489.0, 4475.0, 4485.0, 4482.0, 4474.0, 4497.0, 4488.0, 4498.0, 4490.0, 4531.0, 4513.0, 4531.0, 4520.0, 4529.0, 4487.0, 4497.0, 4485.0, 4485.0, 4535.0, 4496.0, 4527.0, 4487.0, 4507.0, 4507.0, 4496.0, 4526.0, 4474.0, 4526.0, 4486.0, 4502.0, 4484.0, 4502.0, 4463.0, 4482.0, 4483.0, 4472.0, 4513.0, 4472.0, 4511.0, 4471.0, 4491.0, 4459.0, 4461.0, 4481.0, 4471.0, 4511.0, 4470.0, 4501.0, 4472.0, 4481.0, 4460.0, 4471.0, 4472.0, 4474.0, 4492.0, 4472.0, 4505.0, 4484.0, 4485.0, 4487.0, 4485.0, 4476.0, 4497.0, 4486.0, 4488.0, 4488.0, 4477.0, 4518.0, 4489.0, 4528.0, 4499.0, 4529.0, 4536.0, 4545.0, 4511.0, 4518.0, 4490.0, 4498.0, 4497.0, 4499.0, 4541.0, 4509.0, 4512.0, 4454.0, 4495.0, 4477.0, 4544.0, 4538.0, 4548.0, 4554.0, 4509.0, 4508.0, 4497.0, 4508.0, 4538.0, 4522.0, 4488.0, 4558.0, 4518.0, 4548.0, 4533.0, 4551.0, 4518.0, 4546.0, 4513.0, 4520.0, 4499.0, 4521.0, 4488.0, 4477.0, 4475.0, 4453.0, 4471.0, 4441.0, 4461.0, 4452.0, 4453.0, 4454.0, 4455.0, 4456.0, 4456.0, 4456.0, 4469.0, 4459.0, 4470.0, 4491.0, 4471.0, 4491.0, 4482.0, 4490.0, 4471.0, 4481.0, 4462.0, 4472.0, 4514.0, 4473.0, 4513.0, 4485.0, 4504.0, 4484.0, 4485.0, 4514.0, 4484.0, 4523.0, 4484.0, 4504.0, 4473.0, 4474.0, 4504.0, 4474.0, 4525.0, 4488.0, 4505.0, 4483.0, 4502.0, 4482.0, 4483.0, 4485.0, 4485.0, 4486.0, 4498.0, 4489.0, 4497.0, 4528.0, 4509.0, 4529.0, 4509.0, 4537.0, 4497.0, 4517.0, 4496.0, 4497.0, 4548.0, 4519.0, 4538.0, 4507.0, 4516.0, 4526.0, 4495.0, 4534.0, 4495.0, 4514.0, 4483.0, 4483.0, 4524.0, 4483.0, 4523.0, 4484.0, 4503.0, 4483.0, 4495.0, 4494.0, 4473.0, 4513.0, 4474.0, 4503.0, 4475.0, 4486.0, 4475.0, 4487.0, 4517.0, 4477.0, 4517.0, 4488.0, 4498.0, 4518.0, 4486.0, 4525.0, 4476.0, 4506.0, 4476.0, 4484.0, 4488.0, 4489.0, 4487.0, 4488.0, 4516.0, 4499.0, 4517.0, 4489.0, 4509.0, 4489.0, 4519.0, 4490.0, 4521.0, 4541.0, 4513.0, 4552.0, 4522.0, 4542.0, 4511.0, 4511.0, 4550.0, 4510.0, 4539.0, 4509.0, 4509.0, 4538.0, 4500.0, 4537.0, 4499.0, 4517.0, 4488.0, 4487.0, 4516.0, 4487.0, 4537.0, 4507.0, 4516.0, 4486.0, 4485.0, 4474.0, 4473.0, 4514.0, 4486.0, 4534.0, 4496.0, 4505.0, 4487.0, 4483.0, 4486.0, 4485.0, 4485.0, 4476.0, 4528.0, 4487.0, 4528.0, 4488.0, 4499.0, 4488.0, 4490.0, 4509.0, 4501.0, 4552.0, 4513.0, 4522.0, 4504.0, 4514.0, 4503.0, 4543.0, 4503.0, 4551.0, 4522.0, 4544.0, 4510.0, 4512.0, 4540.0, 4490.0, 4548.0, 4499.0, 4518.0, 4490.0, 4509.0, 4550.0, 4510.0, 4549.0, 4509.0, 4518.0, 4485.0, 4489.0, 4537.0, 4489.0, 4539.0, 4501.0, 4511.0, 4498.0, 4488.0, 4508.0, 4499.0, 4527.0, 4500.0, 4507.0, 4499.0, 4500.0, 4499.0, 4501.0, 4531.0, 4502.0, 4512.0, 4501.0, 4532.0, 4503.0, 4510.0, 4500.0, 4499.0, 4551.0, 4522.0, 4530.0, 4501.0, 4519.0, 4498.0, 4489.0, 4528.0, 4489.0, 4549.0, 4524.0, 4532.0, 4515.0, 4512.0, 4503.0, 4500.0, 4519.0, 4498.0, 4551.0, 4532.0, 4541.0, 4501.0, 4539.0, 4488.0, 4506.0, 4497.0, 4498.0, 4548.0, 4518.0, 4527.0, 4488.0, 4505.0, 4486.0, 4487.0, 4537.0, 4496.0, 4526.0, 4486.0, 4495.0, 4485.0, 4488.0, 4528.0, 4486.0, 4516.0, 4488.0, 4486.0, 4487.0, 4477.0, 4498.0, 4486.0, 4529.0, 4490.0, 4499.0, 4500.0, 4489.0, 4500.0, 4501.0, 4502.0, 4503.0, 4534.0, 4502.0, 4545.0, 4516.0, 4542.0, 4523.0, 4533.0, 4504.0, 4512.0, 4503.0, 4500.0, 4540.0, 4511.0, 4562.0, 4544.0, 4532.0, 4501.0, 4521.0, 4508.0, 4510.0, 4550.0, 4508.0, 4539.0, 4498.0, 4508.0, 4498.0, 4489.0, 4549.0, 4500.0, 4529.0, 4499.0, 4500.0, 4509.0, 4490.0, 4539.0, 4489.0, 4519.0, 4500.0, 4500.0, 4502.0, 4516.0, 4515.0, 4516.0, 4515.0, 4515.0, 4545.0, 4517.0, 4556.0, 4536.0, 4555.0, 4516.0, 4523.0, 4513.0, 4491.0, 4552.0, 4511.0, 4542.0, 4521.0, 4524.0, 4555.0, 4513.0, 4555.0, 4500.0, 4503.0, 4555.0, 4501.0, 4542.0, 4503.0, 4514.0, 4515.0, 4506.0, 4565.0, 4523.0, 4542.0, 4499.0, 4500.0, 4541.0, 4499.0, 4528.0, 4490.0, 4492.0, 4519.0, 4490.0, 4540.0, 4503.0, 4509.0, 4502.0, 4501.0, 4512.0, 4502.0, 4513.0, 4500.0, 4531.0, 4512.0, 4512.0, 4523.0, 4525.0, 4511.0, 4502.0, 4542.0, 4501.0, 4539.0, 4501.0, 4531.0, 4533.0, 4513.0, 4513.0, 4503.0, 4563.0, 4509.0, 4532.0, 4510.0, 4522.0, 4552.0, 4509.0, 4549.0, 4511.0, 4519.0, 4497.0, 4489.0, 4552.0, 4498.0, 4548.0, 4511.0, 4530.0, 4491.0, 4509.0, 4490.0, 4499.0, 4529.0, 4488.0, 4540.0, 4501.0, 4520.0, 4513.0, 4511.0, 4502.0, 4502.0, 4531.0, 4500.0, 4529.0, 4502.0, 4512.0, 4503.0, 4504.0, 4533.0, 4505.0, 4544.0, 4504.0, 4532.0, 4504.0, 4522.0, 4514.0, 4535.0, 4505.0, 4515.0, 4516.0, 4504.0, 4553.0, 4513.0, 4524.0, 4514.0, 4516.0, 4546.0, 4515.0, 4555.0, 4525.0, 4535.0, 4516.0, 4516.0, 4515.0, 4506.0, 4564.0, 4527.0, 4555.0, 4526.0, 4524.0, 4504.0, 4502.0, 4542.0, 4500.0, 4550.0, 4511.0, 4521.0, 4522.0, 4502.0, 4551.0, 4502.0, 4531.0, 4501.0, 4501.0, 4512.0, 4512.0, 4554.0, 4516.0, 4526.0, 4527.0, 4525.0, 4525.0, 4504.0, 4546.0, 4527.0, 4567.0, 4535.0, 4546.0, 4505.0, 4524.0, 4501.0, 4503.0, 4561.0, 4532.0, 4552.0, 4510.0, 4510.0, 4519.0, 4500.0, 4548.0, 4500.0, 4509.0, 4499.0, 4502.0, 4551.0, 4510.0, 4529.0, 4491.0, 4519.0, 4489.0, 4490.0, 4539.0, 4488.0, 4530.0, 4499.0, 4511.0, 4502.0, 4501.0, 4512.0, 4502.0, 4502.0, 4514.0, 4534.0, 4514.0, 4514.0, 4514.0, 4515.0, 4557.0, 4518.0, 4535.0, 4516.0, 4524.0, 4515.0, 4517.0, 4554.0, 4525.0, 4545.0, 4517.0, 4529.0, 4525.0, 4516.0, 4543.0, 4515.0, 4544.0, 4513.0, 4525.0, 4514.0, 4527.0, 4527.0, 4526.0, 4557.0, 4524.0], 'WindowWidth': [9968.0, 9922.0, 9895.0, 9903.0, 9883.0, 9907.0, 9864.0, 9900.0, 9860.0, 9882.0, 9856.0, 9857.0, 9872.0, 9856.0, 9868.0, 9860.0, 9895.0, 9864.0, 9918.0, 9861.0, 9897.0, 9857.0, 9879.0, 9854.0, 9865.0, 9853.0, 9839.0, 9854.0, 9854.0, 9883.0, 9855.0, 9881.0, 9839.0, 9863.0, 9854.0, 9872.0, 9861.0, 9875.0, 9875.0, 9850.0, 9862.0, 9851.0, 9857.0, 9866.0, 9863.0, 9887.0, 9854.0, 9858.0, 9881.0, 9852.0, 9892.0, 9857.0, 9896.0, 9855.0, 9872.0, 9854.0, 9852.0, 9852.0, 9840.0, 9896.0, 9852.0, 9890.0, 9853.0, 9909.0, 9856.0, 9856.0, 9862.0, 9877.0, 9881.0, 9892.0, 9886.0, 9894.0, 9878.0, 9867.0, 9898.0, 9882.0, 9907.0, 9855.0, 9909.0, 9886.0, 9926.0, 9878.0, 9897.0, 9875.0, 9907.0, 9861.0, 9948.0, 9887.0, 9870.0, 9903.0, 9859.0, 9906.0, 9853.0, 9865.0, 9852.0, 9837.0, 9881.0, 9854.0, 9891.0, 9855.0, 9865.0, 9868.0, 9851.0, 9852.0, 9850.0, 9893.0, 9852.0, 9877.0, 9850.0, 9850.0, 9849.0, 9837.0, 9850.0, 9834.0, 9874.0, 9852.0, 9849.0, 9848.0, 9834.0, 9853.0, 9855.0, 9871.0, 9870.0, 9869.0, 9874.0, 9868.0, 9858.0, 9871.0, 9873.0, 9858.0, 9884.0, 9858.0, 9882.0, 9869.0, 9854.0, 9869.0, 9854.0, 9871.0, 9854.0, 9902.0, 9860.0, 9879.0, 9861.0, 9871.0, 9878.0, 9869.0, 9859.0, 9856.0, 9857.0, 9880.0, 9878.0, 9863.0, 9902.0, 9883.0, 9892.0, 9877.0, 9882.0, 9888.0, 9874.0, 9878.0, 9884.0, 9894.0, 9899.0, 9900.0, 9897.0, 9920.0, 9874.0, 9914.0, 9874.0, 9884.0, 9859.0, 9870.0, 9870.0, 9858.0, 9900.0, 9862.0, 9913.0, 9868.0, 9879.0, 9852.0, 9877.0, 9859.0, 9858.0, 9865.0, 9857.0, 9862.0, 9883.0, 9891.0, 9893.0, 9895.0, 9907.0, 9888.0, 9891.0, 9927.0, 9884.0, 9940.0, 9899.0, 9926.0, 9883.0, 9899.0, 9940.0, 9894.0, 9937.0, 9890.0, 9888.0, 9858.0, 9856.0, 9887.0, 9853.0, 9895.0, 9856.0, 9870.0, 9872.0, 9860.0, 9874.0, 9864.0, 9913.0, 9862.0, 9872.0, 9894.0, 9869.0, 9882.0, 9873.0, 9867.0, 9901.0, 9894.0, 9904.0, 9899.0, 9952.0, 9932.0, 9953.0, 9935.0, 9948.0, 9887.0, 9902.0, 9882.0, 9882.0, 9949.0, 9897.0, 9939.0, 9885.0, 9914.0, 9913.0, 9897.0, 9936.0, 9863.0, 9939.0, 9883.0, 9899.0, 9875.0, 9898.0, 9846.0, 9871.0, 9873.0, 9858.0, 9915.0, 9857.0, 9908.0, 9855.0, 9879.0, 9837.0, 9840.0, 9868.0, 9855.0, 9909.0, 9854.0, 9895.0, 9857.0, 9868.0, 9839.0, 9854.0, 9858.0, 9864.0, 9886.0, 9858.0, 9904.0, 9879.0, 9883.0, 9887.0, 9882.0, 9872.0, 9898.0, 9886.0, 9888.0, 9890.0, 9872.0, 9930.0, 9893.0, 9944.0, 9908.0, 9947.0, 9970.0, 9981.0, 9929.0, 9932.0, 9898.0, 9905.0, 9905.0, 9904.0, 9968.0, 9920.0, 9909.0, 9819.0, 9897.0, 9860.0, 9964.0, 9967.0, 9981.0, 9999.0, 9930.0, 9928.0, 9908.0, 9927.0, 9965.0, 9950.0, 9883.0, 10024.0, 9948.0, 9988.0, 9958.0, 9979.0, 9928.0, 9966.0, 9911.0, 9921.0, 9886.0, 9921.0, 9871.0, 9857.0, 9852.0, 9820.0, 9840.0, 9801.0, 9825.0, 9817.0, 9818.0, 9822.0, 9824.0, 9828.0, 9828.0, 9830.0, 9850.0, 9837.0, 9853.0, 9881.0, 9856.0, 9881.0, 9872.0, 9881.0, 9856.0, 9868.0, 9845.0, 9859.0, 9918.0, 9861.0, 9914.0, 9880.0, 9903.0, 9876.0, 9878.0, 9917.0, 9877.0, 9928.0, 9877.0, 9903.0, 9861.0, 9864.0, 9904.0, 9865.0, 9934.0, 9892.0, 9911.0, 9878.0, 9900.0, 9876.0, 9878.0, 9883.0, 9885.0, 9887.0, 9907.0, 9895.0, 9904.0, 9946.0, 9923.0, 9950.0, 9924.0, 9957.0, 9902.0, 9929.0, 9899.0, 9903.0, 9973.0, 9933.0, 9958.0, 9914.0, 9925.0, 9938.0, 9894.0, 9947.0, 9893.0, 9917.0, 9874.0, 9875.0, 9931.0, 9876.0, 9928.0, 9878.0, 9901.0, 9875.0, 9895.0, 9891.0, 9861.0, 9914.0, 9864.0, 9902.0, 9868.0, 9885.0, 9871.0, 9888.0, 9929.0, 9874.0, 9925.0, 9891.0, 9904.0, 9930.0, 9883.0, 9935.0, 9871.0, 9911.0, 9872.0, 9877.0, 9890.0, 9892.0, 9888.0, 9892.0, 9925.0, 9908.0, 9929.0, 9894.0, 9921.0, 9897.0, 9933.0, 9898.0, 9940.0, 9968.0, 9931.0, 9983.0, 9944.0, 9970.0, 9926.0, 9926.0, 9980.0, 9923.0, 9961.0, 9918.0, 9919.0, 9959.0, 9907.0, 9956.0, 9906.0, 9927.0, 9888.0, 9886.0, 9926.0, 9888.0, 9954.0, 9915.0, 9925.0, 9886.0, 9880.0, 9865.0, 9864.0, 9919.0, 9882.0, 9947.0, 9897.0, 9909.0, 9888.0, 9878.0, 9884.0, 9882.0, 9884.0, 9874.0, 9944.0, 9890.0, 9944.0, 9893.0, 9905.0, 9891.0, 9895.0, 9922.0, 9915.0, 9984.0, 9932.0, 9944.0, 9924.0, 9935.0, 9920.0, 9971.0, 9919.0, 9981.0, 9945.0, 9975.0, 9925.0, 9929.0, 9964.0, 9896.0, 9971.0, 9907.0, 9930.0, 9896.0, 9922.0, 9978.0, 9923.0, 9975.0, 9920.0, 9930.0, 9885.0, 9892.0, 9957.0, 9893.0, 9959.0, 9912.0, 9922.0, 9905.0, 9891.0, 9919.0, 9909.0, 9944.0, 9909.0, 9916.0, 9909.0, 9911.0, 9910.0, 9918.0, 9954.0, 9916.0, 9930.0, 9915.0, 9955.0, 9918.0, 9924.0, 9911.0, 9910.0, 9982.0, 9943.0, 9952.0, 9914.0, 9934.0, 9904.0, 9894.0, 9946.0, 9896.0, 9976.0, 9948.0, 9957.0, 9937.0, 9931.0, 9918.0, 9910.0, 9935.0, 9907.0, 9983.0, 9955.0, 9970.0, 9914.0, 9962.0, 9893.0, 9913.0, 9903.0, 9906.0, 9974.0, 9930.0, 9942.0, 9890.0, 9909.0, 9886.0, 9887.0, 9955.0, 9898.0, 9938.0, 9885.0, 9896.0, 9884.0, 9891.0, 9943.0, 9887.0, 9926.0, 9890.0, 9885.0, 9888.0, 9876.0, 9905.0, 9888.0, 9947.0, 9897.0, 9909.0, 9910.0, 9896.0, 9913.0, 9914.0, 9918.0, 9921.0, 9962.0, 9919.0, 9980.0, 9944.0, 9972.0, 9948.0, 9960.0, 9926.0, 9934.0, 9920.0, 9913.0, 9967.0, 9928.0, 10000.0, 9978.0, 9957.0, 9917.0, 9941.0, 9920.0, 9922.0, 9977.0, 9918.0, 9960.0, 9905.0, 9918.0, 9907.0, 9896.0, 9976.0, 9910.0, 9948.0, 9907.0, 9910.0, 9922.0, 9896.0, 9961.0, 9896.0, 9933.0, 9911.0, 9911.0, 9917.0, 9942.0, 9939.0, 9943.0, 9940.0, 9940.0, 9979.0, 9947.0, 9998.0, 9969.0, 9994.0, 9941.0, 9947.0, 9931.0, 9900.0, 9982.0, 9926.0, 9968.0, 9939.0, 9950.0, 9991.0, 9933.0, 9990.0, 9912.0, 9918.0, 9990.0, 9914.0, 9969.0, 9917.0, 9933.0, 9937.0, 9930.0, 10007.0, 9947.0, 9971.0, 9907.0, 9910.0, 9968.0, 9909.0, 9946.0, 9898.0, 9899.0, 9936.0, 9898.0, 9962.0, 9916.0, 9922.0, 9915.0, 9914.0, 9930.0, 9918.0, 9933.0, 9914.0, 9953.0, 9932.0, 9930.0, 9944.0, 9948.0, 9930.0, 9919.0, 9970.0, 9914.0, 9963.0, 9912.0, 9953.0, 9960.0, 9932.0, 9934.0, 9919.0, 9997.0, 9923.0, 9954.0, 9924.0, 9941.0, 9983.0, 9921.0, 9976.0, 9924.0, 9933.0, 9903.0, 9893.0, 9983.0, 9907.0, 9972.0, 9925.0, 9947.0, 9896.0, 9918.0, 9895.0, 9910.0, 9947.0, 9892.0, 9962.0, 9916.0, 9940.0, 9932.0, 9927.0, 9916.0, 9915.0, 9954.0, 9910.0, 9948.0, 9915.0, 9928.0, 9918.0, 9922.0, 9962.0, 9922.0, 9974.0, 9921.0, 9955.0, 9920.0, 9942.0, 9934.0, 9965.0, 9924.0, 9937.0, 9939.0, 9922.0, 9987.0, 9934.0, 9948.0, 9936.0, 9940.0, 9983.0, 9939.0, 9992.0, 9953.0, 9965.0, 9943.0, 9941.0, 9938.0, 9926.0, 10004.0, 9954.0, 9993.0, 9952.0, 9947.0, 9920.0, 9916.0, 9968.0, 9912.0, 9977.0, 9927.0, 9941.0, 9942.0, 9915.0, 9981.0, 9916.0, 9953.0, 9914.0, 9914.0, 9931.0, 9930.0, 9988.0, 9943.0, 9955.0, 9959.0, 9954.0, 9955.0, 9923.0, 9981.0, 9956.0, 10012.0, 9967.0, 9982.0, 9925.0, 9947.0, 9913.0, 9917.0, 9995.0, 9955.0, 9983.0, 9926.0, 9923.0, 9935.0, 9909.0, 9972.0, 9909.0, 9921.0, 9910.0, 9913.0, 9981.0, 9924.0, 9950.0, 9899.0, 9934.0, 9893.0, 9895.0, 9961.0, 9892.0, 9949.0, 9909.0, 9924.0, 9915.0, 9914.0, 9930.0, 9917.0, 9918.0, 9937.0, 9965.0, 9937.0, 9935.0, 9938.0, 9941.0, 9996.0, 9945.0, 9968.0, 9943.0, 9950.0, 9938.0, 9941.0, 9990.0, 9952.0, 9978.0, 9942.0, 9959.0, 9953.0, 9940.0, 9975.0, 9937.0, 9973.0, 9934.0, 9951.0, 9938.0, 9958.0, 9959.0, 9957.0, 9997.0, 9951.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.007609378596087456</td></tr>
<tr><td colspan=3>aqi</td><td>0.04702104361334867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9669345907604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1873464482834097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0719905769700457</td></tr>
<tr><td colspan=3>efc</td><td>0.5151</td></tr>
<tr><td colspan=3>fber</td><td>5802.4087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17874992994622557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>147</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.915995397008054</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5439120465615055</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.450946396110339</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7149379352708354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465851808303342</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174797</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.017957409843802452</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04964154586195946</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.609691868067992</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>19.8929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.0503</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287579.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>1025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.1373</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4031</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3680.3571</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.7212</td></tr>
<tr><td colspan=3>tsnr</td><td>30.812928249826655</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>