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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-02_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-02_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-0074/ses-01/func/sub-0074_ses-01_task-social_acq-mb8_run-02_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>f8e6f781d20a2b3052e02d5009af27a2</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>21:14:11.707500</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</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-02_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.0989478</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7732, -7219, 562, -141, -179, -101, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>228.938</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9e1f62cb-8489-476f-8cfd-42e3f4369ea3||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['211411.707500', '211412.167500', '211412.627500', '211413.087500', '211413.547500', '211414.007500', '211414.467500', '211414.927500', '211415.387500', '211415.847500', '211416.307500', '211416.767500', '211417.227500', '211417.687500', '211418.147500', '211418.607500', '211419.067500', '211419.527500', '211419.987500', '211420.447500', '211420.907500', '211421.367500', '211421.827500', '211422.287500', '211422.747500', '211423.207500', '211423.667500', '211424.127500', '211424.587500', '211425.047500', '211425.507500', '211425.967500', '211426.427500', '211426.887500', '211427.347500', '211427.807500', '211428.267500', '211428.727500', '211429.187500', '211429.647500', '211430.107500', '211430.567500', '211431.027500', '211431.487500', '211431.947500', '211432.407500', '211432.867500', '211433.327500', '211433.787500', '211434.247500', '211434.707500', '211435.167500', '211435.627500', '211436.087500', '211436.547500', '211437.007500', '211437.467500', '211437.927500', '211438.387500', '211438.847500', '211439.307500', '211439.767500', '211440.227500', '211440.687500', '211441.147500', '211441.607500', '211442.067500', '211442.527500', '211442.987500', '211443.447500', '211443.907500', '211444.367500', '211444.827500', '211445.287500', '211445.747500', '211446.207500', '211446.667500', '211447.127500', '211447.587500', '211448.047500', '211448.507500', '211448.967500', '211449.427500', '211449.887500', '211450.347500', '211450.807500', '211451.267500', '211451.727500', '211452.187500', '211452.647500', '211453.107500', '211453.567500', '211454.027500', '211454.487500', '211454.947500', '211455.407500', '211455.867500', '211456.327500', '211456.787500', '211457.247500', '211457.707500', '211458.167500', '211458.627500', '211459.087500', '211459.547500', '211500.007500', '211500.467500', '211500.927500', '211501.387500', '211501.847500', '211502.307500', '211502.767500', '211503.227500', '211503.687500', '211504.147500', '211504.607500', '211505.067500', '211505.527500', '211505.987500', '211506.447500', '211506.907500', '211507.367500', '211507.827500', '211508.287500', '211508.747500', '211509.207500', '211509.667500', '211510.127500', '211510.587500', '211511.047500', '211511.507500', '211511.967500', '211512.427500', '211512.887500', '211513.347500', '211513.807500', '211514.267500', '211514.727500', '211515.187500', '211515.647500', '211516.107500', '211516.567500', '211517.027500', '211517.487500', '211517.947500', '211518.407500', '211518.867500', '211519.327500', '211519.787500', '211520.247500', '211520.707500', '211521.167500', '211521.627500', '211522.087500', '211522.547500', '211523.007500', '211523.467500', '211523.927500', '211524.387500', '211524.847500', '211525.307500', '211525.767500', '211526.227500', '211526.687500', '211527.147500', '211527.607500', '211528.067500', '211528.527500', '211528.987500', '211529.447500', '211529.907500', '211530.367500', '211530.827500', '211531.287500', '211531.747500', '211532.207500', '211532.667500', '211533.127500', '211533.587500', '211534.047500', '211534.507500', '211534.967500', '211535.427500', '211535.887500', '211536.347500', '211536.807500', '211537.267500', '211537.727500', '211538.187500', '211538.647500', '211539.107500', '211539.567500', '211540.027500', '211540.487500', '211540.947500', '211541.407500', '211541.867500', '211542.327500', '211542.787500', '211543.247500', '211543.707500', '211544.167500', '211544.627500', '211545.087500', '211545.547500', '211546.007500', '211546.467500', '211546.927500', '211547.387500', '211547.847500', '211548.307500', '211548.767500', '211549.227500', '211549.687500', '211550.147500', '211550.607500', '211551.067500', '211551.527500', '211551.987500', '211552.447500', '211552.907500', '211553.367500', '211553.827500', '211554.287500', '211554.747500', '211555.207500', '211555.667500', '211556.127500', '211556.587500', '211557.047500', '211557.507500', '211557.967500', '211558.427500', '211558.887500', '211559.347500', '211559.807500', '211600.267500', '211600.727500', '211601.187500', '211601.647500', '211602.107500', '211602.567500', '211603.027500', '211603.487500', '211603.947500', '211604.407500', '211604.867500', '211605.327500', '211605.787500', '211606.247500', '211606.707500', '211607.167500', '211607.627500', '211608.087500', '211608.547500', '211609.007500', '211609.467500', '211609.927500', '211610.387500', '211610.847500', '211611.307500', '211611.767500', '211612.227500', '211612.687500', '211613.147500', '211613.607500', '211614.067500', '211614.527500', '211614.987500', '211615.447500', '211615.907500', '211616.367500', '211616.827500', '211617.287500', '211617.747500', '211618.207500', '211618.667500', '211619.127500', '211619.587500', '211620.047500', '211620.507500', '211620.967500', '211621.427500', '211621.887500', '211622.347500', '211622.807500', '211623.267500', '211623.727500', '211624.187500', '211624.647500', '211625.107500', '211625.567500', '211626.027500', '211626.487500', '211626.947500', '211627.407500', '211627.867500', '211628.327500', '211628.787500', '211629.247500', '211629.707500', '211630.167500', '211630.627500', '211631.087500', '211631.547500', '211632.007500', '211632.467500', '211632.927500', '211633.387500', '211633.847500', '211634.307500', '211634.767500', '211635.227500', '211635.687500', '211636.147500', '211636.607500', '211637.067500', '211637.527500', '211637.987500', '211638.447500', '211638.907500', '211639.367500', '211639.827500', '211640.287500', '211640.747500', '211641.207500', '211641.667500', '211642.127500', '211642.587500', '211643.047500', '211643.507500', '211643.967500', '211644.427500', '211644.887500', '211645.347500', '211645.807500', '211646.267500', '211646.727500', '211647.187500', '211647.647500', '211648.107500', '211648.567500', '211649.027500', '211649.487500', '211649.947500', '211650.407500', '211650.867500', '211651.327500', '211651.787500', '211652.247500', '211652.707500', '211653.167500', '211653.627500', '211654.087500', '211654.547500', '211655.007500', '211655.467500', '211655.927500', '211656.387500', '211656.847500', '211657.307500', '211657.767500', '211658.227500', '211658.687500', '211659.147500', '211659.607500', '211700.067500', '211700.527500', '211700.987500', '211701.447500', '211701.907500', '211702.367500', '211702.827500', '211703.287500', '211703.747500', '211704.207500', '211704.667500', '211705.127500', '211705.587500', '211706.047500', '211706.507500', '211706.967500', '211707.427500', '211707.887500', '211708.347500', '211708.807500', '211709.267500', '211709.727500', '211710.187500', '211710.647500', '211711.107500', '211711.567500', '211712.027500', '211712.487500', '211712.947500', '211713.407500', '211713.867500', '211714.327500', '211714.787500', '211715.247500', '211715.707500', '211716.167500', '211716.627500', '211717.087500', '211717.547500', '211718.007500', '211718.467500', '211718.927500', '211719.387500', '211719.847500', '211720.307500', '211720.767500', '211721.227500', '211721.687500', '211722.147500', '211722.607500', '211723.067500', '211723.527500', '211723.987500', '211724.447500', '211724.907500', '211725.367500', '211725.827500', '211726.287500', '211726.747500', '211727.207500', '211727.667500', '211728.127500', '211728.587500', '211729.047500', '211729.507500', '211729.967500', '211730.427500', '211730.887500', '211731.347500', '211731.807500', '211732.267500', '211732.727500', '211733.187500', '211733.647500', '211734.107500', '211734.567500', '211735.027500', '211735.487500', '211735.947500', '211736.407500', '211736.867500', '211737.327500', '211737.787500', '211738.247500', '211738.707500', '211739.167500', '211739.627500', '211740.087500', '211740.547500', '211741.007500', '211741.467500', '211741.927500', '211742.387500', '211742.847500', '211743.307500', '211743.767500', '211744.227500', '211744.687500', '211745.147500', '211745.607500', '211746.067500', '211746.527500', '211746.987500', '211747.447500', '211747.907500', '211748.367500', '211748.827500', '211749.287500', '211749.747500', '211750.207500', '211750.667500', '211751.127500', '211751.587500', '211752.047500', '211752.507500', '211752.967500', '211753.427500', '211753.887500', '211754.347500', '211754.807500', '211755.267500', '211755.727500', '211756.187500', '211756.647500', '211757.107500', '211757.567500', '211758.027500', '211758.487500', '211758.947500', '211759.407500', '211759.867500', '211800.327500', '211800.787500', '211801.247500', '211801.707500', '211802.167500', '211802.627500', '211803.087500', '211803.547500', '211804.007500', '211804.467500', '211804.927500', '211805.387500', '211805.847500', '211806.307500', '211806.767500', '211807.227500', '211807.687500', '211808.147500', '211808.607500', '211809.067500', '211809.527500', '211809.987500', '211810.447500', '211810.907500', '211811.367500', '211811.827500', '211812.287500', '211812.747500', '211813.207500', '211813.667500', '211814.127500', '211814.587500', '211815.047500', '211815.507500', '211815.967500', '211816.427500', '211816.887500', '211817.347500', '211817.807500', '211818.267500', '211818.727500', '211819.187500', '211819.647500', '211820.107500', '211820.567500', '211821.027500', '211821.487500', '211821.947500', '211822.407500', '211822.867500', '211823.327500', '211823.787500', '211824.247500', '211824.707500', '211825.167500', '211825.627500', '211826.087500', '211826.547500', '211827.007500', '211827.467500', '211827.927500', '211828.387500', '211828.847500', '211829.307500', '211829.767500', '211830.227500', '211830.687500', '211831.147500', '211831.607500', '211832.067500', '211832.527500', '211832.987500', '211833.447500', '211833.907500', '211834.367500', '211834.827500', '211835.287500', '211835.747500', '211836.207500', '211836.667500', '211837.127500', '211837.587500', '211838.047500', '211838.507500', '211838.967500', '211839.427500', '211839.887500', '211840.347500', '211840.807500', '211841.267500', '211841.727500', '211842.187500', '211842.647500', '211843.107500', '211843.567500', '211844.027500', '211844.487500', '211844.947500', '211845.407500', '211845.867500', '211846.327500', '211846.787500', '211847.247500', '211847.707500', '211848.167500', '211848.627500', '211849.087500', '211849.547500', '211850.007500', '211850.467500', '211850.927500', '211851.387500', '211851.847500', '211852.307500', '211852.767500', '211853.227500', '211853.687500', '211854.147500', '211854.607500', '211855.067500', '211855.527500', '211855.987500', '211856.447500', '211856.907500', '211857.367500', '211857.827500', '211858.287500', '211858.747500', '211859.207500', '211859.667500', '211900.127500', '211900.587500', '211901.047500', '211901.507500', '211901.967500', '211902.427500', '211902.887500', '211903.347500', '211903.807500', '211904.267500', '211904.727500', '211905.187500', '211905.647500', '211906.107500', '211906.567500', '211907.027500', '211907.487500', '211907.947500', '211908.407500', '211908.867500', '211909.327500', '211909.787500', '211910.247500', '211910.707500', '211911.167500', '211911.627500', '211912.087500', '211912.547500', '211913.007500', '211913.467500', '211913.927500', '211914.387500', '211914.847500', '211915.307500', '211915.767500', '211916.227500', '211916.687500', '211917.147500', '211917.607500', '211918.067500', '211918.527500', '211918.987500', '211919.447500', '211919.907500', '211920.367500', '211920.827500', '211921.287500', '211921.747500', '211922.207500', '211922.667500', '211923.127500', '211923.587500', '211924.047500', '211924.507500', '211924.967500', '211925.427500', '211925.887500', '211926.347500', '211926.807500', '211927.267500', '211927.727500', '211928.187500', '211928.647500', '211929.107500', '211929.567500', '211930.027500', '211930.487500', '211930.947500', '211931.407500', '211931.867500', '211932.327500', '211932.787500', '211933.247500', '211933.707500', '211934.167500', '211934.627500', '211935.087500', '211935.547500', '211936.007500', '211936.467500', '211936.927500', '211937.387500', '211937.847500', '211938.307500', '211938.767500', '211939.227500', '211939.687500', '211940.147500', '211940.607500', '211941.067500', '211941.527500', '211941.987500', '211942.447500', '211942.907500', '211943.367500', '211943.827500', '211944.287500', '211944.747500', '211945.207500', '211945.667500', '211946.127500', '211946.587500', '211947.047500', '211947.507500', '211947.967500', '211948.427500', '211948.887500', '211949.347500', '211949.807500', '211950.267500', '211950.727500', '211951.187500', '211951.647500', '211952.107500', '211952.567500', '211953.027500', '211953.487500', '211953.947500', '211954.407500', '211954.867500', '211955.327500', '211955.787500', '211956.247500', '211956.707500', '211957.167500', '211957.627500', '211958.087500', '211958.547500', '211959.007500', '211959.467500', '211959.927500', '212000.387500', '212000.847500', '212001.307500', '212001.767500', '212002.227500', '212002.687500', '212003.147500', '212003.607500', '212004.067500', '212004.527500', '212004.987500', '212005.447500', '212005.907500', '212006.367500', '212006.827500', '212007.287500', '212007.747500', '212008.207500', '212008.667500', '212009.127500', '212009.587500', '212010.047500', '212010.507500', '212010.967500', '212011.427500', '212011.887500', '212012.347500', '212012.807500', '212013.267500', '212013.727500', '212014.187500', '212014.647500', '212015.107500', '212015.567500', '212016.027500', '212016.487500', '212016.947500', '212017.407500', '212017.867500', '212018.327500', '212018.787500', '212019.247500', '212019.707500', '212020.167500', '212020.627500', '212021.087500', '212021.547500', '212022.007500', '212022.467500', '212022.927500', '212023.387500', '212023.847500', '212024.307500', '212024.767500', '212025.227500', '212025.687500', '212026.147500', '212026.607500', '212027.067500', '212027.527500', '212027.987500', '212028.447500', '212028.907500', '212029.367500', '212029.827500', '212030.287500', '212030.747500', '212031.207500', '212031.667500', '212032.127500', '212032.587500', '212033.047500', '212033.507500', '212033.967500', '212034.427500', '212034.887500', '212035.347500', '212035.807500', '212036.267500', '212036.727500', '212037.187500', '212037.647500', '212038.107500', '212038.567500', '212039.027500', '212039.487500', '212039.947500', '212040.407500', '212040.867500', '212041.327500', '212041.787500', '212042.247500', '212042.707500', '212043.167500', '212043.627500', '212044.087500', '212044.547500', '212045.007500', '212045.467500', '212045.927500', '212046.387500', '212046.847500', '212047.307500', '212047.767500', '212048.227500', '212048.687500', '212049.147500', '212049.607500', '212050.067500', '212050.527500', '212050.987500', '212051.447500', '212051.907500', '212052.367500'], 'ContentTime': ['211431.651000', '211431.659000', '211431.661000', '211431.664000', '211431.667000', '211431.669000', '211431.672000', '211431.674000', '211431.677000', '211431.680000', '211431.682000', '211431.685000', '211431.687000', '211431.690000', '211431.694000', '211431.697000', '211431.699000', '211431.702000', '211431.705000', '211431.708000', '211431.710000', '211431.713000', '211431.716000', '211431.718000', '211431.721000', '211431.723000', '211431.726000', '211431.737000', '211431.740000', '211431.742000', '211431.745000', '211431.747000', '211431.750000', '211431.753000', '211431.755000', '211431.758000', '211431.760000', '211431.763000', '211431.766000', '211431.768000', '211431.771000', '211451.618000', '211451.622000', '211451.624000', '211451.627000', '211451.629000', '211451.633000', '211451.635000', '211451.638000', '211451.640000', '211451.643000', '211451.646000', '211451.648000', '211451.651000', '211451.653000', '211451.656000', '211451.658000', '211451.661000', '211451.664000', '211451.666000', '211451.669000', '211451.671000', '211451.674000', '211451.676000', '211451.679000', '211451.681000', '211451.684000', '211451.687000', '211451.689000', '211451.692000', '211451.694000', '211451.697000', '211451.700000', '211451.702000', '211451.705000', '211451.707000', '211451.710000', '211451.712000', '211451.715000', '211451.718000', '211451.720000', '211451.723000', '211451.726000', '211451.728000', '211511.618000', '211511.621000', '211511.624000', '211511.626000', '211511.629000', '211511.632000', '211511.634000', '211511.637000', '211511.640000', '211511.642000', '211511.645000', '211511.647000', '211511.650000', '211511.652000', '211511.655000', '211511.658000', '211511.660000', '211511.663000', '211511.665000', '211511.668000', '211511.671000', '211511.674000', '211511.676000', '211511.679000', '211511.682000', '211511.684000', '211511.687000', '211511.689000', '211511.692000', '211511.695000', '211511.697000', '211511.700000', '211511.703000', '211511.705000', '211511.708000', '211511.710000', '211511.713000', '211511.716000', '211511.718000', '211511.721000', '211511.723000', '211511.726000', '211511.736000', '211531.619000', '211531.622000', '211531.625000', '211531.627000', '211531.630000', '211531.633000', '211531.636000', '211531.638000', '211531.641000', '211531.644000', '211531.646000', '211531.649000', '211531.651000', '211531.654000', '211531.657000', '211531.659000', '211531.662000', '211531.665000', '211531.667000', '211531.670000', '211531.672000', '211531.675000', '211531.678000', '211531.680000', '211531.683000', '211531.686000', '211531.688000', '211531.691000', '211531.693000', '211531.696000', '211531.699000', '211531.701000', '211531.704000', '211531.706000', '211531.709000', '211531.712000', '211531.714000', '211531.717000', '211531.720000', '211531.722000', '211531.725000', '211531.728000', '211531.730000', '211531.733000', '211551.620000', '211551.622000', '211551.625000', '211551.632000', '211551.635000', '211551.637000', '211551.640000', '211551.642000', '211551.645000', '211551.648000', '211551.651000', '211551.653000', '211551.656000', '211551.659000', '211551.661000', '211551.664000', '211551.667000', '211551.669000', '211551.672000', '211551.675000', '211551.677000', '211551.680000', '211551.682000', '211551.685000', '211551.688000', '211551.690000', '211551.693000', '211551.696000', '211551.698000', '211551.701000', '211551.704000', '211551.706000', '211551.709000', '211551.711000', '211551.714000', '211551.717000', '211551.719000', '211551.722000', '211551.724000', '211551.727000', '211551.730000', '211551.732000', '211551.735000', '211611.619000', '211611.622000', '211611.625000', '211611.627000', '211611.630000', '211611.633000', '211611.635000', '211611.638000', '211611.640000', '211611.643000', '211611.646000', '211611.648000', '211611.651000', '211611.654000', '211611.656000', '211611.659000', '211611.661000', '211611.664000', '211611.667000', '211611.669000', '211611.672000', '211611.674000', '211611.677000', '211611.679000', '211611.682000', '211611.685000', '211611.717000', '211611.719000', '211611.722000', '211611.725000', '211611.727000', '211611.730000', '211611.732000', '211611.735000', '211611.738000', '211611.740000', '211611.743000', '211611.746000', '211611.748000', '211611.751000', '211611.754000', '211611.756000', '211611.759000', '211611.761000', '211631.620000', '211631.622000', '211631.625000', '211631.628000', '211631.631000', '211631.633000', '211631.636000', '211631.639000', '211631.641000', '211631.644000', '211631.647000', '211631.649000', '211631.652000', '211631.654000', '211631.657000', '211631.660000', '211631.662000', '211631.665000', '211631.668000', '211631.670000', '211631.673000', '211631.675000', '211631.678000', '211631.681000', '211631.683000', '211631.686000', '211631.689000', '211631.691000', '211631.694000', '211631.697000', '211631.700000', '211631.702000', '211631.705000', '211631.707000', '211631.710000', '211631.714000', '211631.716000', '211631.721000', '211631.724000', '211631.726000', '211631.729000', '211631.732000', '211631.734000', '211651.620000', '211651.622000', '211651.625000', '211651.628000', '211651.631000', '211651.634000', '211651.636000', '211651.639000', '211651.642000', '211651.644000', '211651.647000', '211651.650000', '211651.652000', '211651.655000', '211651.657000', '211651.660000', '211651.663000', '211651.665000', '211651.668000', '211651.678000', '211651.680000', '211651.683000', '211651.685000', '211651.688000', '211651.691000', '211651.694000', '211651.696000', '211651.699000', '211651.701000', '211651.704000', '211651.707000', '211651.709000', '211651.712000', '211651.714000', '211651.717000', '211651.720000', '211651.722000', '211651.725000', '211651.728000', '211651.730000', '211651.733000', '211651.735000', '211651.738000', '211651.741000', '211711.619000', '211711.622000', '211711.624000', '211711.627000', '211711.629000', '211711.632000', '211711.635000', '211711.637000', '211711.640000', '211711.643000', '211711.645000', '211711.648000', '211711.650000', '211711.653000', '211711.656000', '211711.658000', '211711.661000', '211711.663000', '211711.666000', '211711.669000', '211711.671000', '211711.674000', '211711.677000', '211711.680000', '211711.684000', '211711.687000', '211711.689000', '211711.692000', '211711.695000', '211711.697000', '211711.700000', '211711.703000', '211711.705000', '211711.708000', '211711.710000', '211711.713000', '211711.715000', '211711.718000', '211711.721000', '211711.724000', '211711.726000', '211711.729000', '211711.731000', '211731.619000', '211731.621000', '211731.624000', '211731.627000', '211731.630000', '211731.632000', '211731.635000', '211731.637000', '211731.640000', '211731.643000', '211731.645000', '211731.648000', '211731.651000', '211731.653000', '211731.656000', '211731.659000', '211731.661000', '211731.664000', '211731.666000', '211731.669000', '211731.672000', '211731.674000', '211731.677000', '211731.680000', '211731.683000', '211731.685000', '211731.688000', '211731.690000', '211731.693000', '211731.696000', '211731.698000', '211731.701000', '211731.704000', '211731.706000', '211731.709000', '211731.712000', '211731.714000', '211731.717000', '211731.719000', '211731.722000', '211731.725000', '211731.727000', '211731.730000', '211731.732000', '211751.619000', '211751.621000', '211751.624000', '211751.627000', '211751.630000', '211751.632000', '211751.635000', '211751.637000', '211751.640000', '211751.643000', '211751.645000', '211751.648000', '211751.651000', '211751.653000', '211751.656000', '211751.658000', '211751.661000', '211751.664000', '211751.666000', '211751.669000', '211751.672000', '211751.686000', '211751.688000', '211751.691000', '211751.694000', '211751.697000', '211751.701000', '211751.704000', '211751.706000', '211751.709000', '211751.712000', '211751.714000', '211751.717000', '211751.719000', '211751.722000', '211751.725000', '211751.727000', '211751.730000', '211751.733000', '211751.735000', '211751.738000', '211751.741000', '211751.743000', '211811.619000', '211811.623000', '211811.626000', '211811.628000', '211811.631000', '211811.634000', '211811.636000', '211811.639000', '211811.642000', '211811.644000', '211811.647000', '211811.650000', '211811.652000', '211811.655000', '211811.658000', '211811.660000', '211811.663000', '211811.665000', '211811.668000', '211811.671000', '211811.673000', '211811.676000', '211811.679000', '211811.681000', '211811.684000', '211811.686000', '211811.689000', '211811.692000', '211811.694000', '211811.697000', '211811.700000', '211811.702000', '211811.705000', '211811.708000', '211811.710000', '211811.713000', '211811.716000', '211811.718000', '211811.721000', '211811.724000', '211811.726000', '211811.729000', '211811.731000', '211811.734000', '211831.619000', '211831.622000', '211831.625000', '211831.628000', '211831.630000', '211831.633000', '211831.636000', '211831.638000', '211831.641000', '211831.644000', '211831.646000', '211831.649000', '211831.651000', '211831.654000', '211831.657000', '211831.659000', '211831.662000', '211831.664000', '211831.667000', '211831.670000', '211831.672000', '211831.675000', '211831.678000', '211831.681000', '211831.683000', '211831.686000', '211831.689000', '211831.691000', '211831.694000', '211831.696000', '211831.699000', '211831.702000', '211831.704000', '211831.707000', '211831.710000', '211831.712000', '211831.715000', '211831.718000', '211831.720000', '211831.723000', '211831.726000', '211831.728000', '211831.731000', '211851.620000', '211851.623000', '211851.625000', '211851.628000', '211851.631000', '211851.633000', '211851.636000', '211851.639000', '211851.641000', '211851.644000', '211851.647000', '211851.649000', '211851.652000', '211851.654000', '211851.657000', '211851.660000', '211851.662000', '211851.665000', '211851.667000', '211851.670000', '211851.673000', '211851.675000', '211851.678000', '211851.681000', '211851.683000', '211851.686000', '211851.689000', '211851.691000', '211851.694000', '211851.697000', '211851.699000', '211851.702000', '211851.705000', '211851.708000', '211851.710000', '211851.713000', '211851.716000', '211851.718000', '211851.721000', '211851.723000', '211851.726000', '211851.728000', '211851.731000', '211851.734000', '211911.619000', '211911.622000', '211911.625000', '211911.628000', '211911.630000', '211911.633000', '211911.636000', '211911.638000', '211911.641000', '211911.643000', '211911.646000', '211911.649000', '211911.651000', '211911.654000', '211911.657000', '211911.659000', '211911.662000', '211911.665000', '211911.667000', '211911.670000', '211911.672000', '211911.675000', '211911.678000', '211911.680000', '211911.683000', '211911.686000', '211911.688000', '211911.691000', '211911.693000', '211911.696000', '211911.699000', '211911.702000', '211911.704000', '211911.707000', '211911.710000', '211911.712000', '211911.715000', '211911.717000', '211911.720000', '211911.723000', '211911.725000', '211911.728000', '211911.731000', '211931.618000', '211931.621000', '211931.624000', '211931.627000', '211931.629000', '211931.632000', '211931.635000', '211931.637000', '211931.640000', '211931.642000', '211931.645000', '211931.648000', '211931.650000', '211931.653000', '211931.656000', '211931.658000', '211931.661000', '211931.664000', '211931.666000', '211931.669000', '211931.672000', '211931.674000', '211931.677000', '211931.679000', '211931.682000', '211931.685000', '211931.687000', '211931.690000', '211931.693000', '211931.695000', '211931.698000', '211931.701000', '211931.703000', '211931.706000', '211931.708000', '211931.711000', '211931.714000', '211931.716000', '211931.719000', '211931.722000', '211931.724000', '211931.727000', '211931.729000', '211931.732000', '211951.618000', '211951.622000', '211951.625000', '211951.627000', '211951.630000', '211951.633000', '211951.635000', '211951.638000', '211951.640000', '211951.643000', '211951.646000', '211951.648000', '211951.651000', '211951.654000', '211951.656000', '211951.659000', '211951.662000', '211951.664000', '211951.667000', '211951.669000', '211951.672000', '211951.675000', '211951.677000', '211951.680000', '211951.682000', '211951.685000', '211951.688000', '211951.690000', '211951.693000', '211951.696000', '211951.698000', '211951.701000', '211951.704000', '211951.706000', '211951.709000', '211951.711000', '211951.714000', '211951.717000', '211951.719000', '211951.722000', '211951.725000', '211951.727000', '211951.730000', '212011.618000', '212011.621000', '212011.624000', '212011.627000', '212011.629000', '212011.632000', '212011.635000', '212011.637000', '212011.640000', '212011.642000', '212011.645000', '212011.648000', '212011.650000', '212011.653000', '212011.656000', '212011.658000', '212011.661000', '212011.663000', '212011.666000', '212011.669000', '212011.671000', '212011.674000', '212011.677000', '212011.679000', '212011.682000', '212011.684000', '212011.687000', '212011.689000', '212011.692000', '212011.695000', '212011.697000', '212011.700000', '212011.702000', '212011.705000', '212011.708000', '212011.710000', '212011.713000', '212011.715000', '212011.718000', '212011.721000', '212011.724000', '212011.726000', '212011.729000', '212011.732000', '212031.620000', '212031.622000', '212031.625000', '212031.628000', '212031.630000', '212031.633000', '212031.636000', '212031.638000', '212031.641000', '212031.644000', '212031.646000', '212031.649000', '212031.651000', '212031.654000', '212031.657000', '212031.659000', '212031.662000', '212031.665000', '212031.667000', '212031.670000', '212031.673000', '212031.675000', '212031.678000', '212031.680000', '212031.683000', '212031.686000', '212031.688000', '212031.691000', '212031.694000', '212031.696000', '212031.699000', '212031.702000', '212031.704000', '212031.707000', '212031.710000', '212031.712000', '212031.715000', '212031.718000', '212031.720000', '212031.723000', '212031.726000', '212031.728000', '212031.731000', '212051.620000', '212051.623000', '212051.625000', '212051.628000', '212051.631000', '212051.633000', '212051.636000', '212051.639000', '212051.641000', '212051.644000', '212051.646000', '212051.649000', '212051.652000', '212051.654000', '212051.657000', '212051.660000', '212051.662000', '212051.665000', '212051.668000', '212051.670000', '212051.673000', '212051.675000', '212051.678000', '212051.681000', '212051.683000', '212051.686000', '212051.689000', '212051.691000', '212051.694000', '212051.697000', '212051.699000', '212051.702000', '212051.704000', '212051.707000', '212051.709000', '212051.712000', '212051.715000', '212051.717000', '212051.720000', '212051.723000', '212051.725000', '212051.728000', '212051.730000', '212051.733000', '212053.862000', '212053.865000', '212053.868000', '212053.871000', '212053.873000'], 'InstanceCreationTime': ['211431.651000', '211431.659000', '211431.661000', '211431.664000', '211431.667000', '211431.669000', '211431.672000', '211431.674000', '211431.677000', '211431.680000', '211431.682000', '211431.685000', '211431.687000', '211431.690000', '211431.694000', '211431.697000', '211431.699000', '211431.702000', '211431.705000', '211431.708000', '211431.710000', '211431.713000', '211431.716000', '211431.718000', '211431.721000', '211431.723000', '211431.726000', '211431.737000', '211431.740000', '211431.742000', '211431.745000', '211431.747000', '211431.750000', '211431.753000', '211431.755000', '211431.758000', '211431.760000', '211431.763000', '211431.766000', '211431.768000', '211431.771000', '211451.618000', '211451.622000', '211451.624000', '211451.627000', '211451.629000', '211451.633000', '211451.635000', '211451.638000', '211451.640000', '211451.643000', '211451.646000', '211451.648000', '211451.651000', '211451.653000', '211451.656000', '211451.658000', '211451.661000', '211451.664000', '211451.666000', '211451.669000', '211451.671000', '211451.674000', '211451.676000', '211451.679000', '211451.681000', '211451.684000', '211451.687000', '211451.689000', '211451.692000', '211451.694000', '211451.697000', '211451.700000', '211451.702000', '211451.705000', '211451.707000', '211451.710000', '211451.712000', '211451.715000', '211451.718000', '211451.720000', '211451.723000', '211451.726000', '211451.728000', '211511.618000', '211511.621000', '211511.624000', '211511.626000', '211511.629000', '211511.632000', '211511.634000', '211511.637000', '211511.640000', '211511.642000', '211511.645000', '211511.647000', '211511.650000', '211511.652000', '211511.655000', '211511.658000', '211511.660000', '211511.663000', '211511.665000', '211511.668000', '211511.671000', '211511.674000', '211511.676000', '211511.679000', '211511.682000', '211511.684000', '211511.687000', '211511.689000', '211511.692000', '211511.695000', '211511.697000', '211511.700000', '211511.703000', '211511.705000', '211511.708000', '211511.710000', '211511.713000', '211511.716000', '211511.718000', '211511.721000', '211511.723000', '211511.726000', '211511.736000', '211531.619000', '211531.622000', '211531.625000', '211531.627000', '211531.630000', '211531.633000', '211531.636000', '211531.638000', '211531.641000', '211531.644000', '211531.646000', '211531.649000', '211531.651000', '211531.654000', '211531.657000', '211531.659000', '211531.662000', '211531.665000', '211531.667000', '211531.670000', '211531.672000', '211531.675000', '211531.678000', '211531.680000', '211531.683000', '211531.686000', '211531.688000', '211531.691000', '211531.693000', '211531.696000', '211531.699000', '211531.701000', '211531.704000', '211531.706000', '211531.709000', '211531.712000', '211531.714000', '211531.717000', '211531.720000', '211531.722000', '211531.725000', '211531.728000', '211531.730000', '211531.733000', '211551.620000', '211551.622000', '211551.625000', '211551.632000', '211551.635000', '211551.637000', '211551.640000', '211551.642000', '211551.645000', '211551.648000', '211551.651000', '211551.653000', '211551.656000', '211551.659000', '211551.661000', '211551.664000', '211551.667000', '211551.669000', '211551.672000', '211551.675000', '211551.677000', '211551.680000', '211551.682000', '211551.685000', '211551.688000', '211551.690000', '211551.693000', '211551.696000', '211551.698000', '211551.701000', '211551.704000', '211551.706000', '211551.709000', '211551.711000', '211551.714000', '211551.717000', '211551.719000', '211551.722000', '211551.724000', '211551.727000', '211551.730000', '211551.732000', '211551.735000', '211611.619000', '211611.622000', '211611.625000', '211611.627000', '211611.630000', '211611.633000', '211611.635000', '211611.638000', '211611.640000', '211611.643000', '211611.646000', '211611.648000', '211611.651000', '211611.654000', '211611.656000', '211611.659000', '211611.661000', '211611.664000', '211611.667000', '211611.669000', '211611.672000', '211611.674000', '211611.677000', '211611.679000', '211611.682000', '211611.685000', '211611.717000', '211611.719000', '211611.722000', '211611.725000', '211611.727000', '211611.730000', '211611.732000', '211611.735000', '211611.738000', '211611.740000', '211611.743000', '211611.746000', '211611.748000', '211611.751000', '211611.754000', '211611.756000', '211611.759000', '211611.761000', '211631.620000', '211631.622000', '211631.625000', '211631.628000', '211631.631000', '211631.633000', '211631.636000', '211631.639000', '211631.641000', '211631.644000', '211631.647000', '211631.649000', '211631.652000', '211631.654000', '211631.657000', '211631.660000', '211631.662000', '211631.665000', '211631.668000', '211631.670000', '211631.673000', '211631.675000', '211631.678000', '211631.681000', '211631.683000', '211631.686000', '211631.689000', '211631.691000', '211631.694000', '211631.697000', '211631.700000', '211631.702000', '211631.705000', '211631.707000', '211631.710000', '211631.714000', '211631.716000', '211631.721000', '211631.724000', '211631.726000', '211631.729000', '211631.732000', '211631.734000', '211651.620000', '211651.622000', '211651.625000', '211651.628000', '211651.631000', '211651.634000', '211651.636000', '211651.639000', '211651.642000', '211651.644000', '211651.647000', '211651.650000', '211651.652000', '211651.655000', '211651.657000', '211651.660000', '211651.663000', '211651.665000', '211651.668000', '211651.678000', '211651.680000', '211651.683000', '211651.685000', '211651.688000', '211651.691000', '211651.694000', '211651.696000', '211651.699000', '211651.701000', '211651.704000', '211651.707000', '211651.709000', '211651.712000', '211651.714000', '211651.717000', '211651.720000', '211651.722000', '211651.725000', '211651.728000', '211651.730000', '211651.733000', '211651.735000', '211651.738000', '211651.741000', '211711.619000', '211711.622000', '211711.624000', '211711.627000', '211711.629000', '211711.632000', '211711.635000', '211711.637000', '211711.640000', '211711.643000', '211711.645000', '211711.648000', '211711.650000', '211711.653000', '211711.656000', '211711.658000', '211711.661000', '211711.663000', '211711.666000', '211711.669000', '211711.671000', '211711.674000', '211711.677000', '211711.680000', '211711.684000', '211711.687000', '211711.689000', '211711.692000', '211711.695000', '211711.697000', '211711.700000', '211711.703000', '211711.705000', '211711.708000', '211711.710000', '211711.713000', '211711.715000', '211711.718000', '211711.721000', '211711.724000', '211711.726000', '211711.729000', '211711.731000', '211731.619000', '211731.621000', '211731.624000', '211731.627000', '211731.630000', '211731.632000', '211731.635000', '211731.637000', '211731.640000', '211731.643000', '211731.645000', '211731.648000', '211731.651000', '211731.653000', '211731.656000', '211731.659000', '211731.661000', '211731.664000', '211731.666000', '211731.669000', '211731.672000', '211731.674000', '211731.677000', '211731.680000', '211731.683000', '211731.685000', '211731.688000', '211731.690000', '211731.693000', '211731.696000', '211731.698000', '211731.701000', '211731.704000', '211731.706000', '211731.709000', '211731.712000', '211731.714000', '211731.717000', '211731.719000', '211731.722000', '211731.725000', '211731.727000', '211731.730000', '211731.732000', '211751.619000', '211751.621000', '211751.624000', '211751.627000', '211751.630000', '211751.632000', '211751.635000', '211751.637000', '211751.640000', '211751.643000', '211751.645000', '211751.648000', '211751.651000', '211751.653000', '211751.656000', '211751.658000', '211751.661000', '211751.664000', '211751.666000', '211751.669000', '211751.672000', '211751.686000', '211751.688000', '211751.691000', '211751.694000', '211751.697000', '211751.701000', '211751.704000', '211751.706000', '211751.709000', '211751.712000', '211751.714000', '211751.717000', '211751.719000', '211751.722000', '211751.725000', '211751.727000', '211751.730000', '211751.733000', '211751.735000', '211751.738000', '211751.741000', '211751.743000', '211811.619000', '211811.623000', '211811.626000', '211811.628000', '211811.631000', '211811.634000', '211811.636000', '211811.639000', '211811.642000', '211811.644000', '211811.647000', '211811.650000', '211811.652000', '211811.655000', '211811.658000', '211811.660000', '211811.663000', '211811.665000', '211811.668000', '211811.671000', '211811.673000', '211811.676000', '211811.679000', '211811.681000', '211811.684000', '211811.686000', '211811.689000', '211811.692000', '211811.694000', '211811.697000', '211811.700000', '211811.702000', '211811.705000', '211811.708000', '211811.710000', '211811.713000', '211811.716000', '211811.718000', '211811.721000', '211811.724000', '211811.726000', '211811.729000', '211811.731000', '211811.734000', '211831.619000', '211831.622000', '211831.625000', '211831.628000', '211831.630000', '211831.633000', '211831.636000', '211831.638000', '211831.641000', '211831.644000', '211831.646000', '211831.649000', '211831.651000', '211831.654000', '211831.657000', '211831.659000', '211831.662000', '211831.664000', '211831.667000', '211831.670000', '211831.672000', '211831.675000', '211831.678000', '211831.681000', '211831.683000', '211831.686000', '211831.689000', '211831.691000', '211831.694000', '211831.696000', '211831.699000', '211831.702000', '211831.704000', '211831.707000', '211831.710000', '211831.712000', '211831.715000', '211831.718000', '211831.720000', '211831.723000', '211831.726000', '211831.728000', '211831.731000', '211851.620000', '211851.623000', '211851.625000', '211851.628000', '211851.631000', '211851.633000', '211851.636000', '211851.639000', '211851.641000', '211851.644000', '211851.647000', '211851.649000', '211851.652000', '211851.654000', '211851.657000', '211851.660000', '211851.662000', '211851.665000', '211851.667000', '211851.670000', '211851.673000', '211851.675000', '211851.678000', '211851.681000', '211851.683000', '211851.686000', '211851.689000', '211851.691000', '211851.694000', '211851.697000', '211851.699000', '211851.702000', '211851.705000', '211851.708000', '211851.710000', '211851.713000', '211851.716000', '211851.718000', '211851.721000', '211851.723000', '211851.726000', '211851.728000', '211851.731000', '211851.734000', '211911.619000', '211911.622000', '211911.625000', '211911.628000', '211911.630000', '211911.633000', '211911.636000', '211911.638000', '211911.641000', '211911.643000', '211911.646000', '211911.649000', '211911.651000', '211911.654000', '211911.657000', '211911.659000', '211911.662000', '211911.665000', '211911.667000', '211911.670000', '211911.672000', '211911.675000', '211911.678000', '211911.680000', '211911.683000', '211911.686000', '211911.688000', '211911.691000', '211911.693000', '211911.696000', '211911.699000', '211911.702000', '211911.704000', '211911.707000', '211911.710000', '211911.712000', '211911.715000', '211911.717000', '211911.720000', '211911.723000', '211911.725000', '211911.728000', '211911.731000', '211931.618000', '211931.621000', '211931.624000', '211931.627000', '211931.629000', '211931.632000', '211931.635000', '211931.637000', '211931.640000', '211931.642000', '211931.645000', '211931.648000', '211931.650000', '211931.653000', '211931.656000', '211931.658000', '211931.661000', '211931.664000', '211931.666000', '211931.669000', '211931.672000', '211931.674000', '211931.677000', '211931.679000', '211931.682000', '211931.685000', '211931.687000', '211931.690000', '211931.693000', '211931.695000', '211931.698000', '211931.701000', '211931.703000', '211931.706000', '211931.708000', '211931.711000', '211931.714000', '211931.716000', '211931.719000', '211931.722000', '211931.724000', '211931.727000', '211931.729000', '211931.732000', '211951.618000', '211951.622000', '211951.625000', '211951.627000', '211951.630000', '211951.633000', '211951.635000', '211951.638000', '211951.640000', '211951.643000', '211951.646000', '211951.648000', '211951.651000', '211951.654000', '211951.656000', '211951.659000', '211951.662000', '211951.664000', '211951.667000', '211951.669000', '211951.672000', '211951.675000', '211951.677000', '211951.680000', '211951.682000', '211951.685000', '211951.688000', '211951.690000', '211951.693000', '211951.696000', '211951.698000', '211951.701000', '211951.704000', '211951.706000', '211951.709000', '211951.711000', '211951.714000', '211951.717000', '211951.719000', '211951.722000', '211951.725000', '211951.727000', '211951.730000', '212011.618000', '212011.621000', '212011.624000', '212011.627000', '212011.629000', '212011.632000', '212011.635000', '212011.637000', '212011.640000', '212011.642000', '212011.645000', '212011.648000', '212011.650000', '212011.653000', '212011.656000', '212011.658000', '212011.661000', '212011.663000', '212011.666000', '212011.669000', '212011.671000', '212011.674000', '212011.677000', '212011.679000', '212011.682000', '212011.684000', '212011.687000', '212011.689000', '212011.692000', '212011.695000', '212011.697000', '212011.700000', '212011.702000', '212011.705000', '212011.708000', '212011.710000', '212011.713000', '212011.715000', '212011.718000', '212011.721000', '212011.724000', '212011.726000', '212011.729000', '212011.732000', '212031.620000', '212031.622000', '212031.625000', '212031.628000', '212031.630000', '212031.633000', '212031.636000', '212031.638000', '212031.641000', '212031.644000', '212031.646000', '212031.649000', '212031.651000', '212031.654000', '212031.657000', '212031.659000', '212031.662000', '212031.665000', '212031.667000', '212031.670000', '212031.673000', '212031.675000', '212031.678000', '212031.680000', '212031.683000', '212031.686000', '212031.688000', '212031.691000', '212031.694000', '212031.696000', '212031.699000', '212031.702000', '212031.704000', '212031.707000', '212031.710000', '212031.712000', '212031.715000', '212031.718000', '212031.720000', '212031.723000', '212031.726000', '212031.728000', '212031.731000', '212051.620000', '212051.623000', '212051.625000', '212051.628000', '212051.631000', '212051.633000', '212051.636000', '212051.639000', '212051.641000', '212051.644000', '212051.646000', '212051.649000', '212051.652000', '212051.654000', '212051.657000', '212051.660000', '212051.662000', '212051.665000', '212051.668000', '212051.670000', '212051.673000', '212051.675000', '212051.678000', '212051.681000', '212051.683000', '212051.686000', '212051.689000', '212051.691000', '212051.694000', '212051.697000', '212051.699000', '212051.702000', '212051.704000', '212051.707000', '212051.709000', '212051.712000', '212051.715000', '212051.717000', '212051.720000', '212051.723000', '212051.725000', '212051.728000', '212051.730000', '212051.733000', '212053.862000', '212053.865000', '212053.868000', '212053.871000', '212053.873000'], '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': [13720, 15299, 11238, 17699, 13575, 18401, 11567, 15436, 10123, 14861, 10208, 14551, 10035, 14983, 9627, 15456, 9557, 15754, 9822, 14273, 9503, 14960, 9530, 14682, 9755, 11806, 12397, 10213, 16374, 11343, 15112, 9849, 16283, 9689, 16334, 10967, 14787, 10286, 14627, 10173, 14433, 10278, 14518, 10133, 15275, 10126, 14586, 9713, 14788, 9972, 14483, 10255, 12096, 14854, 10132, 16859, 12227, 16844, 9936, 14977, 9802, 14357, 10399, 14314, 10185, 14273, 10177, 14601, 9877, 14209, 9975, 13224, 10473, 13046, 9594, 11808, 10168, 9992, 11074, 11031, 13461, 10071, 13650, 9991, 13419, 10092, 13222, 10080, 14192, 10096, 13148, 10047, 13559, 10401, 14227, 10073, 13564, 10221, 13445, 11655, 14239, 10210, 13035, 10166, 12466, 13463, 12148, 14217, 11630, 15776, 10161, 17542, 10310, 16251, 11289, 15620, 10175, 14734, 9992, 14710, 9740, 14354, 10057, 14647, 9775, 14735, 10052, 15335, 9913, 14823, 9946, 13708, 10059, 11843, 10072, 13205, 9919, 15673, 10984, 14943, 10436, 14902, 9934, 15955, 11331, 16163, 12326, 15637, 10243, 15048, 10392, 15571, 11303, 15874, 10317, 14769, 10156, 15074, 10236, 15281, 10277, 15057, 10169, 15376, 10533, 14990, 10890, 14963, 10232, 14832, 8806, 15971, 9607, 15872, 9494, 15221, 10631, 13831, 10589, 11722, 9172, 13476, 9611, 12817, 11313, 9357, 13158, 9355, 14453, 9624, 14928, 9904, 15441, 9872, 15237, 10399, 17337, 13123, 12703, 9990, 10474, 10002, 9872, 14377, 9872, 15137, 11315, 17527, 12688, 18434, 10456, 16884, 11344, 15672, 11411, 16297, 9796, 13301, 9608, 12612, 9634, 12656, 9931, 9646, 10639, 10687, 12276, 10820, 10103, 9772, 13749, 9488, 15297, 10947, 15475, 9660, 14814, 9589, 14277, 9744, 13703, 9741, 13424, 9841, 13885, 9764, 14420, 10079, 11874, 10066, 11364, 13229, 10834, 13209, 9671, 15284, 10010, 16238, 11804, 14828, 10167, 14871, 9930, 14562, 11142, 13736, 9809, 14700, 9905, 14645, 11357, 11264, 10093, 9743, 9723, 10304, 9728, 13182, 12622, 10063, 12246, 10095, 13534, 10408, 14250, 10162, 11842, 10499, 10070, 16814, 11687, 14822, 9511, 18828, 9654, 14519, 11173, 13358, 9552, 13211, 9792, 12697, 9899, 13159, 9784, 10608, 13008, 9400, 16233, 10994, 14411, 9890, 14324, 9534, 13200, 9329, 13779, 9448, 11351, 9704, 9982, 14609, 10027, 15904, 9582, 14647, 9985, 13896, 9937, 13199, 9836, 13492, 9689, 13682, 9398, 13523, 9829, 13681, 9931, 13679, 9900, 14057, 9828, 14090, 9984, 13577, 9414, 14460, 9566, 14361, 9563, 13589, 9640, 13269, 11919, 12860, 9787, 10888, 12564, 11437, 13559, 12919, 10077, 12273, 10482, 13307, 9983, 15271, 9782, 14708, 10011, 15057, 9909, 15564, 9808, 15159, 10034, 14399, 9929, 15178, 10781, 15844, 10126, 14229, 9927, 14954, 10125, 14825, 9968, 13985, 10349, 13136, 9949, 15084, 10791, 14984, 10116, 13608, 10006, 14471, 10345, 13907, 10088, 13772, 9971, 13855, 9907, 14489, 9977, 12734, 10273, 12771, 11307, 12637, 10063, 10250, 13156, 9596, 15596, 10998, 15482, 9908, 15780, 10011, 14171, 10174, 13557, 10056, 13497, 10167, 13652, 9942, 14926, 10035, 13678, 10003, 13627, 9756, 14699, 10992, 13607, 10138, 14174, 9930, 13929, 10456, 13628, 10113, 13584, 10066, 14469, 9733, 14592, 9915, 14037, 10053, 13859, 9932, 15138, 10420, 14442, 9895, 13647, 9803, 10084, 10763, 10048, 14715, 9775, 17429, 10140, 14468, 9798, 15665, 9943, 17549, 9950, 12502, 10087, 12751, 9853, 14359, 9843, 11389, 10393, 10910, 11186, 12102, 10003, 11583, 10066, 10307, 11469, 10468, 12306, 10887, 11067, 9717, 14356, 9786, 15874, 11555, 14023, 9836, 13671, 9912, 13412, 10018, 13666, 9945, 13818, 10111, 13656, 9836, 14109, 10028, 13249, 10215, 11779, 12896, 9917, 14857, 10254, 14547, 9727, 15277, 9781, 14311, 10368, 12206, 10202, 10492, 9959, 12430, 10117, 10678, 10213, 15072, 10226, 14868, 10627, 13231, 10280, 11218, 16342, 10157, 16766, 10682, 12971, 10353, 10920, 10381, 9877, 16134, 10548, 14133, 10384, 13584, 10339, 13017, 10075, 13558, 10296, 10441, 10228, 10770, 12958, 11590, 10175, 10382, 10208, 10102, 13959, 9857, 15627, 10120, 15445, 10408, 13978, 9909, 13822, 10153, 11050, 11649, 9830, 16492, 11028, 14879, 10126, 13691, 10259, 13876, 10122, 14132, 10230, 13857, 10146, 13707, 10169, 14528, 10195, 13495, 10193, 12628, 10040, 14223, 10242, 13608, 10228, 13783, 10042, 15037, 10154, 15080, 10360, 14141, 10315, 14186, 10335, 14422, 10283, 14299, 10545, 14554, 10115, 14745, 10298, 13792, 10383, 13361, 10261, 14517, 10258, 14211, 10419, 14785, 10438, 14878, 10373, 14749, 10454, 13192, 10541, 14113, 10373, 12884, 10282, 10117, 15787, 10149, 16036, 10588, 14554, 10384, 13346, 10092, 11418, 9961, 11685, 10065, 9984, 13893, 9811, 16205, 9958, 14551, 10325, 15344, 10223, 14173, 9898, 14076, 10262, 13646, 10312, 13283, 10188, 14125, 10216, 14530, 10275, 13749, 10162, 14207, 10227, 14326, 10438, 13627, 10169, 14547, 10227, 15012, 10092, 11602, 10126, 12453, 10176, 14734, 10737, 13020, 10288, 14303, 10494, 14952, 10399, 14805, 10571, 14700, 10300, 14595, 10651, 13817, 10673, 12488, 10125, 13483, 10319, 13154, 10344, 10372, 11027, 10007, 13363, 10366, 9906, 10180, 10015, 10517, 11980, 12001, 10260, 12351, 10204, 11194, 12556, 10975, 11198, 12509, 10212, 10777, 11223, 11487, 12760, 11623, 11003, 11619, 10793, 12935, 10827, 14165, 10598, 13958, 10752, 12306, 10508, 13797, 10502, 14770, 10600, 13474, 10660, 13967, 10390, 15010, 10727, 14058, 10563, 13801, 10671, 14893, 10578, 14078, 10766, 12655, 10653, 13520, 10825, 13776, 10440, 10237, 16757, 10254, 17231, 11686, 14785, 10673, 12993, 10663, 13284, 10494, 13707, 10721, 12902, 10488, 12864, 10379, 13439, 10601, 12070, 10717, 11956, 10424, 11992, 10712, 11010, 10454, 10384, 13490, 10320, 12903, 10496, 13209, 10480, 14514, 10372, 14321, 10282, 12270, 10407, 13481, 10280, 13518, 10307, 11243, 10440, 11918, 10463, 13205, 10166, 12158, 10554, 11852, 10423, 14076, 10288, 14641, 10520, 12922, 10232, 13698, 10286, 14238, 10529, 12110, 10373, 13061, 10375, 15190, 10307, 14749, 10570, 14340, 10636, 15503, 10418, 15137, 10496, 13033, 10596, 14310, 10273, 15127, 10299, 13115, 10616, 12276, 10347, 13738, 11414, 11675, 13179, 10758], 'WindowCenter': [4360.0, 4343.0, 4302.0, 4326.0, 4306.0, 4322.0, 4283.0, 4302.0, 4262.0, 4300.0, 4248.0, 4276.0, 4249.0, 4286.0, 4234.0, 4285.0, 4236.0, 4286.0, 4246.0, 4275.0, 4234.0, 4286.0, 4234.0, 4285.0, 4233.0, 4268.0, 4266.0, 4247.0, 4296.0, 4256.0, 4274.0, 4246.0, 4285.0, 4237.0, 4297.0, 4257.0, 4285.0, 4245.0, 4273.0, 4244.0, 4275.0, 4244.0, 4274.0, 4233.0, 4274.0, 4234.0, 4275.0, 4235.0, 4286.0, 4232.0, 4276.0, 4234.0, 4255.0, 4274.0, 4236.0, 4282.0, 4252.0, 4282.0, 4234.0, 4272.0, 4233.0, 4272.0, 4233.0, 4273.0, 4245.0, 4287.0, 4257.0, 4286.0, 4248.0, 4275.0, 4247.0, 4276.0, 4258.0, 4276.0, 4247.0, 4255.0, 4247.0, 4235.0, 4256.0, 4256.0, 4277.0, 4235.0, 4276.0, 4234.0, 4278.0, 4245.0, 4276.0, 4245.0, 4277.0, 4246.0, 4276.0, 4235.0, 4277.0, 4245.0, 4276.0, 4234.0, 4276.0, 4233.0, 4276.0, 4244.0, 4275.0, 4232.0, 4264.0, 4232.0, 4265.0, 4264.0, 4264.0, 4262.0, 4255.0, 4284.0, 4244.0, 4294.0, 4245.0, 4284.0, 4256.0, 4283.0, 4244.0, 4273.0, 4245.0, 4274.0, 4235.0, 4275.0, 4246.0, 4286.0, 4247.0, 4286.0, 4248.0, 4285.0, 4249.0, 4287.0, 4249.0, 4288.0, 4249.0, 4266.0, 4249.0, 4277.0, 4259.0, 4297.0, 4259.0, 4288.0, 4259.0, 4286.0, 4248.0, 4296.0, 4257.0, 4284.0, 4268.0, 4286.0, 4248.0, 4286.0, 4245.0, 4285.0, 4256.0, 4285.0, 4246.0, 4286.0, 4247.0, 4274.0, 4244.0, 4285.0, 4245.0, 4284.0, 4244.0, 4298.0, 4258.0, 4287.0, 4256.0, 4283.0, 4257.0, 4287.0, 4237.0, 4297.0, 4250.0, 4298.0, 4249.0, 4288.0, 4260.0, 4276.0, 4258.0, 4265.0, 4238.0, 4277.0, 4248.0, 4275.0, 4257.0, 4237.0, 4288.0, 4249.0, 4302.0, 4248.0, 4300.0, 4248.0, 4298.0, 4247.0, 4296.0, 4259.0, 4296.0, 4277.0, 4266.0, 4249.0, 4258.0, 4250.0, 4246.0, 4286.0, 4247.0, 4298.0, 4269.0, 4296.0, 4268.0, 4295.0, 4245.0, 4272.0, 4243.0, 4261.0, 4232.0, 4259.0, 4209.0, 4239.0, 4209.0, 4239.0, 4209.0, 4239.0, 4207.0, 4208.0, 4229.0, 4232.0, 4241.0, 4242.0, 4220.0, 4221.0, 4260.0, 4222.0, 4260.0, 4243.0, 4262.0, 4222.0, 4262.0, 4234.0, 4274.0, 4222.0, 4262.0, 4222.0, 4261.0, 4221.0, 4262.0, 4221.0, 4262.0, 4220.0, 4242.0, 4220.0, 4242.0, 4251.0, 4231.0, 4250.0, 4221.0, 4259.0, 4232.0, 4271.0, 4243.0, 4260.0, 4232.0, 4261.0, 4223.0, 4261.0, 4244.0, 4261.0, 4235.0, 4274.0, 4234.0, 4272.0, 4244.0, 4244.0, 4245.0, 4234.0, 4235.0, 4258.0, 4248.0, 4266.0, 4267.0, 4247.0, 4267.0, 4245.0, 4277.0, 4234.0, 4274.0, 4232.0, 4244.0, 4232.0, 4223.0, 4272.0, 4242.0, 4249.0, 4210.0, 4269.0, 4210.0, 4248.0, 4230.0, 4238.0, 4208.0, 4238.0, 4207.0, 4238.0, 4207.0, 4238.0, 4206.0, 4218.0, 4237.0, 4197.0, 4257.0, 4218.0, 4247.0, 4208.0, 4248.0, 4210.0, 4249.0, 4209.0, 4250.0, 4208.0, 4232.0, 4209.0, 4222.0, 4260.0, 4221.0, 4272.0, 4224.0, 4273.0, 4233.0, 4262.0, 4233.0, 4264.0, 4234.0, 4263.0, 4235.0, 4274.0, 4236.0, 4276.0, 4248.0, 4287.0, 4248.0, 4277.0, 4247.0, 4277.0, 4247.0, 4277.0, 4247.0, 4277.0, 4236.0, 4287.0, 4235.0, 4276.0, 4235.0, 4276.0, 4225.0, 4266.0, 4255.0, 4266.0, 4234.0, 4245.0, 4264.0, 4266.0, 4265.0, 4267.0, 4234.0, 4268.0, 4245.0, 4276.0, 4235.0, 4286.0, 4234.0, 4285.0, 4236.0, 4288.0, 4236.0, 4287.0, 4234.0, 4275.0, 4234.0, 4273.0, 4234.0, 4273.0, 4233.0, 4272.0, 4233.0, 4262.0, 4223.0, 4262.0, 4232.0, 4262.0, 4222.0, 4262.0, 4234.0, 4251.0, 4233.0, 4272.0, 4244.0, 4274.0, 4234.0, 4263.0, 4234.0, 4262.0, 4233.0, 4251.0, 4232.0, 4251.0, 4221.0, 4251.0, 4221.0, 4261.0, 4221.0, 4252.0, 4221.0, 4252.0, 4230.0, 4252.0, 4220.0, 4232.0, 4250.0, 4223.0, 4260.0, 4242.0, 4260.0, 4233.0, 4272.0, 4233.0, 4261.0, 4234.0, 4262.0, 4223.0, 4262.0, 4233.0, 4262.0, 4234.0, 4273.0, 4235.0, 4264.0, 4237.0, 4275.0, 4237.0, 4275.0, 4246.0, 4265.0, 4236.0, 4264.0, 4236.0, 4264.0, 4235.0, 4263.0, 4235.0, 4263.0, 4232.0, 4263.0, 4223.0, 4263.0, 4223.0, 4263.0, 4233.0, 4262.0, 4234.0, 4272.0, 4246.0, 4277.0, 4250.0, 4267.0, 4234.0, 4235.0, 4236.0, 4237.0, 4276.0, 4225.0, 4284.0, 4224.0, 4264.0, 4224.0, 4262.0, 4211.0, 4272.0, 4211.0, 4241.0, 4221.0, 4241.0, 4210.0, 4250.0, 4211.0, 4231.0, 4221.0, 4232.0, 4232.0, 4243.0, 4223.0, 4242.0, 4222.0, 4233.0, 4242.0, 4234.0, 4243.0, 4235.0, 4233.0, 4225.0, 4263.0, 4236.0, 4274.0, 4245.0, 4263.0, 4224.0, 4253.0, 4224.0, 4254.0, 4224.0, 4254.0, 4224.0, 4263.0, 4233.0, 4264.0, 4223.0, 4264.0, 4223.0, 4254.0, 4223.0, 4245.0, 4253.0, 4223.0, 4263.0, 4223.0, 4263.0, 4224.0, 4263.0, 4224.0, 4263.0, 4235.0, 4254.0, 4236.0, 4245.0, 4238.0, 4267.0, 4251.0, 4258.0, 4261.0, 4289.0, 4249.0, 4279.0, 4247.0, 4267.0, 4236.0, 4247.0, 4275.0, 4235.0, 4273.0, 4232.0, 4253.0, 4222.0, 4233.0, 4222.0, 4223.0, 4262.0, 4222.0, 4251.0, 4222.0, 4252.0, 4222.0, 4253.0, 4223.0, 4253.0, 4222.0, 4233.0, 4233.0, 4243.0, 4251.0, 4245.0, 4233.0, 4234.0, 4233.0, 4235.0, 4264.0, 4236.0, 4275.0, 4236.0, 4275.0, 4245.0, 4276.0, 4235.0, 4275.0, 4234.0, 4246.0, 4242.0, 4224.0, 4271.0, 4234.0, 4263.0, 4234.0, 4253.0, 4234.0, 4263.0, 4223.0, 4264.0, 4221.0, 4262.0, 4231.0, 4265.0, 4233.0, 4264.0, 4223.0, 4265.0, 4234.0, 4254.0, 4220.0, 4265.0, 4234.0, 4265.0, 4234.0, 4265.0, 4235.0, 4275.0, 4235.0, 4276.0, 4236.0, 4265.0, 4233.0, 4265.0, 4236.0, 4276.0, 4247.0, 4275.0, 4246.0, 4277.0, 4236.0, 4275.0, 4236.0, 4266.0, 4246.0, 4266.0, 4236.0, 4276.0, 4247.0, 4276.0, 4247.0, 4277.0, 4248.0, 4277.0, 4237.0, 4277.0, 4235.0, 4268.0, 4246.0, 4266.0, 4234.0, 4256.0, 4223.0, 4234.0, 4274.0, 4235.0, 4274.0, 4247.0, 4276.0, 4245.0, 4264.0, 4220.0, 4242.0, 4221.0, 4253.0, 4221.0, 4234.0, 4264.0, 4236.0, 4283.0, 4234.0, 4262.0, 4236.0, 4274.0, 4234.0, 4263.0, 4234.0, 4263.0, 4235.0, 4263.0, 4235.0, 4263.0, 4236.0, 4263.0, 4236.0, 4275.0, 4235.0, 4264.0, 4237.0, 4264.0, 4234.0, 4263.0, 4233.0, 4264.0, 4233.0, 4263.0, 4223.0, 4274.0, 4221.0, 4242.0, 4232.0, 4253.0, 4232.0, 4275.0, 4241.0, 4265.0, 4235.0, 4275.0, 4244.0, 4275.0, 4236.0, 4274.0, 4246.0, 4274.0, 4234.0, 4262.0, 4232.0, 4262.0, 4233.0, 4254.0, 4222.0, 4263.0, 4220.0, 4253.0, 4222.0, 4233.0, 4241.0, 4233.0, 4251.0, 4233.0, 4222.0, 4234.0, 4234.0, 4245.0, 4253.0, 4255.0, 4233.0, 4265.0, 4233.0, 4256.0, 4253.0, 4246.0, 4243.0, 4254.0, 4233.0, 4245.0, 4245.0, 4255.0, 4266.0, 4257.0, 4243.0, 4244.0, 4234.0, 4266.0, 4244.0, 4266.0, 4234.0, 4265.0, 4244.0, 4256.0, 4232.0, 4264.0, 4234.0, 4275.0, 4234.0, 4265.0, 4235.0, 4265.0, 4235.0, 4275.0, 4234.0, 4264.0, 4234.0, 4264.0, 4233.0, 4263.0, 4233.0, 4265.0, 4232.0, 4254.0, 4234.0, 4254.0, 4220.0, 4252.0, 4221.0, 4221.0, 4272.0, 4222.0, 4271.0, 4242.0, 4251.0, 4221.0, 4249.0, 4232.0, 4251.0, 4222.0, 4250.0, 4232.0, 4252.0, 4234.0, 4252.0, 4221.0, 4262.0, 4233.0, 4254.0, 4234.0, 4254.0, 4232.0, 4244.0, 4232.0, 4243.0, 4234.0, 4235.0, 4254.0, 4235.0, 4254.0, 4246.0, 4255.0, 4248.0, 4275.0, 4235.0, 4264.0, 4236.0, 4256.0, 4246.0, 4267.0, 4247.0, 4265.0, 4247.0, 4256.0, 4248.0, 4258.0, 4259.0, 4266.0, 4247.0, 4255.0, 4247.0, 4256.0, 4260.0, 4277.0, 4248.0, 4277.0, 4247.0, 4265.0, 4248.0, 4277.0, 4248.0, 4275.0, 4247.0, 4255.0, 4248.0, 4266.0, 4247.0, 4287.0, 4248.0, 4277.0, 4248.0, 4276.0, 4248.0, 4286.0, 4248.0, 4275.0, 4249.0, 4267.0, 4247.0, 4277.0, 4249.0, 4276.0, 4247.0, 4265.0, 4249.0, 4255.0, 4247.0, 4275.0, 4257.0, 4255.0, 4269.0, 4244.0], 'WindowWidth': [9607.0, 9567.0, 9505.0, 9529.0, 9494.0, 9512.0, 9457.0, 9480.0, 9426.0, 9473.0, 9401.0, 9433.0, 9401.0, 9447.0, 9375.0, 9445.0, 9379.0, 9445.0, 9390.0, 9428.0, 9374.0, 9447.0, 9375.0, 9444.0, 9370.0, 9423.0, 9420.0, 9397.0, 9461.0, 9405.0, 9427.0, 9393.0, 9443.0, 9381.0, 9464.0, 9411.0, 9441.0, 9389.0, 9422.0, 9386.0, 9427.0, 9385.0, 9425.0, 9371.0, 9426.0, 9372.0, 9428.0, 9375.0, 9443.0, 9367.0, 9430.0, 9371.0, 9401.0, 9426.0, 9377.0, 9434.0, 9393.0, 9433.0, 9373.0, 9421.0, 9370.0, 9417.0, 9368.0, 9421.0, 9391.0, 9453.0, 9411.0, 9444.0, 9399.0, 9428.0, 9395.0, 9433.0, 9411.0, 9431.0, 9396.0, 9403.0, 9395.0, 9375.0, 9406.0, 9405.0, 9435.0, 9375.0, 9434.0, 9374.0, 9438.0, 9388.0, 9433.0, 9388.0, 9434.0, 9390.0, 9432.0, 9375.0, 9433.0, 9388.0, 9431.0, 9372.0, 9431.0, 9369.0, 9432.0, 9384.0, 9427.0, 9366.0, 9411.0, 9365.0, 9415.0, 9410.0, 9413.0, 9406.0, 9400.0, 9438.0, 9386.0, 9453.0, 9390.0, 9437.0, 9403.0, 9435.0, 9387.0, 9424.0, 9391.0, 9426.0, 9377.0, 9429.0, 9392.0, 9446.0, 9395.0, 9446.0, 9398.0, 9443.0, 9402.0, 9449.0, 9404.0, 9453.0, 9404.0, 9420.0, 9400.0, 9435.0, 9416.0, 9464.0, 9414.0, 9450.0, 9413.0, 9446.0, 9398.0, 9461.0, 9410.0, 9443.0, 9423.0, 9445.0, 9398.0, 9448.0, 9392.0, 9442.0, 9406.0, 9442.0, 9392.0, 9444.0, 9394.0, 9425.0, 9387.0, 9440.0, 9388.0, 9440.0, 9388.0, 9466.0, 9414.0, 9448.0, 9404.0, 9437.0, 9410.0, 9447.0, 9385.0, 9462.0, 9406.0, 9464.0, 9402.0, 9453.0, 9418.0, 9434.0, 9413.0, 9418.0, 9384.0, 9434.0, 9399.0, 9430.0, 9408.0, 9384.0, 9454.0, 9402.0, 9481.0, 9402.0, 9474.0, 9401.0, 9467.0, 9396.0, 9464.0, 9416.0, 9463.0, 9436.0, 9420.0, 9401.0, 9413.0, 9403.0, 9394.0, 9447.0, 9395.0, 9468.0, 9428.0, 9461.0, 9424.0, 9458.0, 9386.0, 9420.0, 9380.0, 9404.0, 9364.0, 9397.0, 9327.0, 9368.0, 9328.0, 9368.0, 9327.0, 9366.0, 9322.0, 9324.0, 9355.0, 9366.0, 9374.0, 9378.0, 9343.0, 9348.0, 9400.0, 9352.0, 9400.0, 9380.0, 9404.0, 9353.0, 9405.0, 9373.0, 9425.0, 9353.0, 9404.0, 9354.0, 9403.0, 9350.0, 9406.0, 9348.0, 9405.0, 9346.0, 9377.0, 9344.0, 9380.0, 9387.0, 9361.0, 9384.0, 9348.0, 9397.0, 9366.0, 9416.0, 9380.0, 9400.0, 9364.0, 9400.0, 9354.0, 9402.0, 9384.0, 9403.0, 9376.0, 9424.0, 9374.0, 9420.0, 9384.0, 9383.0, 9387.0, 9371.0, 9378.0, 9415.0, 9398.0, 9418.0, 9422.0, 9395.0, 9422.0, 9389.0, 9434.0, 9371.0, 9425.0, 9366.0, 9383.0, 9364.0, 9352.0, 9418.0, 9376.0, 9382.0, 9331.0, 9411.0, 9330.0, 9378.0, 9355.0, 9364.0, 9324.0, 9363.0, 9321.0, 9363.0, 9319.0, 9364.0, 9318.0, 9335.0, 9359.0, 9308.0, 9389.0, 9338.0, 9373.0, 9324.0, 9376.0, 9328.0, 9381.0, 9326.0, 9384.0, 9325.0, 9362.0, 9329.0, 9351.0, 9398.0, 9349.0, 9417.0, 9357.0, 9423.0, 9370.0, 9406.0, 9369.0, 9409.0, 9373.0, 9409.0, 9377.0, 9426.0, 9379.0, 9430.0, 9398.0, 9449.0, 9398.0, 9435.0, 9396.0, 9434.0, 9395.0, 9436.0, 9395.0, 9436.0, 9380.0, 9449.0, 9376.0, 9433.0, 9376.0, 9432.0, 9362.0, 9417.0, 9399.0, 9416.0, 9371.0, 9390.0, 9412.0, 9420.0, 9415.0, 9420.0, 9374.0, 9424.0, 9390.0, 9432.0, 9375.0, 9445.0, 9373.0, 9444.0, 9378.0, 9450.0, 9379.0, 9447.0, 9373.0, 9427.0, 9371.0, 9423.0, 9370.0, 9422.0, 9369.0, 9419.0, 9367.0, 9405.0, 9354.0, 9404.0, 9365.0, 9404.0, 9350.0, 9404.0, 9371.0, 9388.0, 9368.0, 9418.0, 9382.0, 9423.0, 9371.0, 9406.0, 9370.0, 9404.0, 9366.0, 9389.0, 9365.0, 9388.0, 9347.0, 9388.0, 9347.0, 9401.0, 9347.0, 9389.0, 9347.0, 9391.0, 9357.0, 9389.0, 9343.0, 9363.0, 9385.0, 9353.0, 9400.0, 9379.0, 9400.0, 9369.0, 9419.0, 9367.0, 9401.0, 9368.0, 9404.0, 9355.0, 9405.0, 9368.0, 9405.0, 9373.0, 9422.0, 9374.0, 9413.0, 9381.0, 9428.0, 9382.0, 9429.0, 9393.0, 9415.0, 9378.0, 9412.0, 9377.0, 9412.0, 9373.0, 9408.0, 9373.0, 9407.0, 9367.0, 9408.0, 9354.0, 9407.0, 9353.0, 9407.0, 9369.0, 9406.0, 9372.0, 9419.0, 9390.0, 9434.0, 9400.0, 9415.0, 9371.0, 9369.0, 9373.0, 9376.0, 9430.0, 9356.0, 9437.0, 9353.0, 9405.0, 9353.0, 9401.0, 9332.0, 9412.0, 9329.0, 9369.0, 9342.0, 9371.0, 9329.0, 9382.0, 9331.0, 9357.0, 9343.0, 9363.0, 9360.0, 9378.0, 9349.0, 9374.0, 9348.0, 9367.0, 9377.0, 9370.0, 9378.0, 9370.0, 9366.0, 9358.0, 9407.0, 9373.0, 9421.0, 9385.0, 9405.0, 9355.0, 9391.0, 9356.0, 9395.0, 9354.0, 9394.0, 9354.0, 9406.0, 9365.0, 9408.0, 9353.0, 9409.0, 9351.0, 9395.0, 9350.0, 9384.0, 9391.0, 9352.0, 9403.0, 9350.0, 9405.0, 9353.0, 9404.0, 9356.0, 9406.0, 9371.0, 9395.0, 9376.0, 9385.0, 9383.0, 9419.0, 9404.0, 9410.0, 9418.0, 9453.0, 9401.0, 9439.0, 9392.0, 9419.0, 9374.0, 9391.0, 9425.0, 9370.0, 9419.0, 9362.0, 9391.0, 9346.0, 9363.0, 9347.0, 9351.0, 9402.0, 9348.0, 9386.0, 9347.0, 9388.0, 9350.0, 9392.0, 9351.0, 9391.0, 9347.0, 9365.0, 9367.0, 9381.0, 9387.0, 9383.0, 9365.0, 9369.0, 9365.0, 9372.0, 9409.0, 9377.0, 9426.0, 9375.0, 9426.0, 9386.0, 9428.0, 9376.0, 9429.0, 9368.0, 9385.0, 9377.0, 9356.0, 9415.0, 9367.0, 9405.0, 9368.0, 9391.0, 9368.0, 9404.0, 9353.0, 9407.0, 9348.0, 9402.0, 9361.0, 9410.0, 9366.0, 9409.0, 9352.0, 9410.0, 9368.0, 9397.0, 9346.0, 9411.0, 9368.0, 9412.0, 9371.0, 9411.0, 9373.0, 9427.0, 9373.0, 9427.0, 9376.0, 9412.0, 9370.0, 9413.0, 9376.0, 9428.0, 9391.0, 9428.0, 9390.0, 9433.0, 9375.0, 9426.0, 9373.0, 9414.0, 9391.0, 9415.0, 9375.0, 9428.0, 9391.0, 9430.0, 9393.0, 9435.0, 9394.0, 9433.0, 9378.0, 9431.0, 9372.0, 9419.0, 9388.0, 9416.0, 9368.0, 9400.0, 9352.0, 9369.0, 9423.0, 9374.0, 9423.0, 9391.0, 9432.0, 9389.0, 9412.0, 9346.0, 9376.0, 9346.0, 9393.0, 9346.0, 9368.0, 9408.0, 9376.0, 9436.0, 9371.0, 9406.0, 9374.0, 9423.0, 9371.0, 9408.0, 9371.0, 9408.0, 9372.0, 9407.0, 9374.0, 9408.0, 9377.0, 9409.0, 9377.0, 9426.0, 9374.0, 9413.0, 9379.0, 9411.0, 9372.0, 9409.0, 9368.0, 9411.0, 9368.0, 9408.0, 9351.0, 9423.0, 9348.0, 9376.0, 9364.0, 9393.0, 9363.0, 9426.0, 9377.0, 9413.0, 9374.0, 9427.0, 9385.0, 9425.0, 9375.0, 9425.0, 9389.0, 9425.0, 9371.0, 9405.0, 9364.0, 9405.0, 9367.0, 9397.0, 9349.0, 9405.0, 9344.0, 9391.0, 9347.0, 9367.0, 9375.0, 9367.0, 9388.0, 9368.0, 9350.0, 9370.0, 9368.0, 9389.0, 9396.0, 9401.0, 9369.0, 9413.0, 9367.0, 9402.0, 9396.0, 9390.0, 9379.0, 9398.0, 9369.0, 9388.0, 9386.0, 9400.0, 9415.0, 9407.0, 9380.0, 9383.0, 9367.0, 9415.0, 9382.0, 9415.0, 9367.0, 9412.0, 9382.0, 9401.0, 9365.0, 9409.0, 9369.0, 9425.0, 9369.0, 9412.0, 9371.0, 9413.0, 9370.0, 9426.0, 9369.0, 9409.0, 9368.0, 9410.0, 9365.0, 9408.0, 9364.0, 9409.0, 9360.0, 9392.0, 9365.0, 9394.0, 9344.0, 9389.0, 9346.0, 9347.0, 9416.0, 9349.0, 9414.0, 9377.0, 9386.0, 9345.0, 9380.0, 9362.0, 9384.0, 9349.0, 9383.0, 9361.0, 9387.0, 9368.0, 9389.0, 9347.0, 9403.0, 9365.0, 9394.0, 9368.0, 9397.0, 9362.0, 9382.0, 9361.0, 9381.0, 9366.0, 9373.0, 9396.0, 9371.0, 9396.0, 9388.0, 9398.0, 9393.0, 9427.0, 9375.0, 9411.0, 9377.0, 9400.0, 9390.0, 9418.0, 9393.0, 9413.0, 9394.0, 9403.0, 9396.0, 9407.0, 9412.0, 9418.0, 9394.0, 9402.0, 9394.0, 9404.0, 9415.0, 9434.0, 9399.0, 9432.0, 9393.0, 9413.0, 9395.0, 9432.0, 9397.0, 9428.0, 9392.0, 9400.0, 9395.0, 9418.0, 9395.0, 9446.0, 9397.0, 9433.0, 9397.0, 9431.0, 9397.0, 9446.0, 9397.0, 9429.0, 9397.0, 9417.0, 9393.0, 9432.0, 9399.0, 9430.0, 9393.0, 9413.0, 9396.0, 9401.0, 9395.0, 9429.0, 9407.0, 9399.0, 9423.0, 9384.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.0005822260668973473</td></tr>
<tr><td colspan=3>aqi</td><td>0.025076279815455595</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.18579237688222</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2406378841916856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9733298489607393</td></tr>
<tr><td colspan=3>efc</td><td>0.4464</td></tr>
<tr><td colspan=3>fber</td><td>7523.1396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11451440915648087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.459054209919262</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2849220600874296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1873126751231293</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.446805396209068</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2206481089300913</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733881</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013845943845808506</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028245307505130768</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.861846553537288</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>42.7802</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5988</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7432</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.9157</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1968</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.0089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3471.5273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.217</td></tr>
<tr><td colspan=3>tsnr</td><td>35.88506777206203</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>