<?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-0078_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0078_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-01/func/sub-0078_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1645bedb8ab8c13cde5b6da186910e39</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:13:32.067500</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0770008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7331, 799, -83, -238, -83, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7441ebf5-48d5-4612-a68a-d2d26a94695e||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['211332.067500', '211332.527500', '211332.987500', '211333.447500', '211333.907500', '211334.367500', '211334.827500', '211335.287500', '211335.747500', '211336.207500', '211336.667500', '211337.127500', '211337.587500', '211338.047500', '211338.507500', '211338.967500', '211339.427500', '211339.887500', '211340.347500', '211340.807500', '211341.267500', '211341.727500', '211342.187500', '211342.647500', '211343.107500', '211343.567500', '211344.027500', '211344.487500', '211344.947500', '211345.407500', '211345.867500', '211346.327500', '211346.787500', '211347.247500', '211347.707500', '211348.167500', '211348.627500', '211349.087500', '211349.547500', '211350.007500', '211350.467500', '211350.927500', '211351.387500', '211351.847500', '211352.307500', '211352.767500', '211353.227500', '211353.687500', '211354.147500', '211354.607500', '211355.067500', '211355.527500', '211355.987500', '211356.447500', '211356.907500', '211357.367500', '211357.827500', '211358.287500', '211358.747500', '211359.207500', '211359.667500', '211400.127500', '211400.587500', '211401.047500', '211401.507500', '211401.967500', '211402.427500', '211402.887500', '211403.347500', '211403.807500', '211404.267500', '211404.727500', '211405.187500', '211405.647500', '211406.107500', '211406.567500', '211407.027500', '211407.487500', '211407.947500', '211408.407500', '211408.867500', '211409.327500', '211409.787500', '211410.247500', '211410.707500', '211411.167500', '211411.627500', '211412.087500', '211412.547500', '211413.007500', '211413.467500', '211413.927500', '211414.387500', '211414.847500', '211415.307500', '211415.767500', '211416.227500', '211416.687500', '211417.147500', '211417.607500', '211418.067500', '211418.527500', '211418.987500', '211419.447500', '211419.907500', '211420.367500', '211420.827500', '211421.287500', '211421.747500', '211422.207500', '211422.667500', '211423.127500', '211423.587500', '211424.047500', '211424.507500', '211424.967500', '211425.427500', '211425.887500', '211426.347500', '211426.807500', '211427.267500', '211427.727500', '211428.187500', '211428.647500', '211429.107500', '211429.567500', '211430.027500', '211430.487500', '211430.947500', '211431.407500', '211431.867500', '211432.327500', '211432.787500', '211433.247500', '211433.707500', '211434.167500', '211434.627500', '211435.087500', '211435.547500', '211436.007500', '211436.467500', '211436.927500', '211437.387500', '211437.847500', '211438.307500', '211438.767500', '211439.227500', '211439.687500', '211440.147500', '211440.607500', '211441.067500', '211441.527500', '211441.987500', '211442.447500', '211442.907500', '211443.367500', '211443.827500', '211444.287500', '211444.747500', '211445.207500', '211445.667500', '211446.127500', '211446.587500', '211447.047500', '211447.507500', '211447.967500', '211448.427500', '211448.887500', '211449.347500', '211449.807500', '211450.267500', '211450.727500', '211451.187500', '211451.647500', '211452.107500', '211452.567500', '211453.027500', '211453.487500', '211453.947500', '211454.407500', '211454.867500', '211455.327500', '211455.787500', '211456.247500', '211456.707500', '211457.167500', '211457.627500', '211458.087500', '211458.547500', '211459.007500', '211459.467500', '211459.927500', '211500.387500', '211500.847500', '211501.307500', '211501.767500', '211502.227500', '211502.687500', '211503.147500', '211503.607500', '211504.067500', '211504.527500', '211504.987500', '211505.447500', '211505.907500', '211506.367500', '211506.827500', '211507.287500', '211507.747500', '211508.207500', '211508.667500', '211509.127500', '211509.587500', '211510.047500', '211510.507500', '211510.967500', '211511.427500', '211511.887500', '211512.347500', '211512.807500', '211513.267500', '211513.727500', '211514.187500', '211514.647500', '211515.107500', '211515.567500', '211516.027500', '211516.487500', '211516.947500', '211517.407500', '211517.867500', '211518.327500', '211518.787500', '211519.247500', '211519.707500', '211520.167500', '211520.627500', '211521.087500', '211521.547500', '211522.007500', '211522.467500', '211522.927500', '211523.387500', '211523.847500', '211524.307500', '211524.767500', '211525.227500', '211525.687500', '211526.147500', '211526.607500', '211527.067500', '211527.527500', '211527.987500', '211528.447500', '211528.907500', '211529.367500', '211529.827500', '211530.287500', '211530.747500', '211531.207500', '211531.667500', '211532.127500', '211532.587500', '211533.047500', '211533.507500', '211533.967500', '211534.427500', '211534.887500', '211535.347500', '211535.807500', '211536.267500', '211536.727500', '211537.187500', '211537.647500', '211538.107500', '211538.567500', '211539.027500', '211539.487500', '211539.947500', '211540.407500', '211540.867500', '211541.327500', '211541.787500', '211542.247500', '211542.707500', '211543.167500', '211543.627500', '211544.087500', '211544.547500', '211545.007500', '211545.467500', '211545.927500', '211546.387500', '211546.847500', '211547.307500', '211547.767500', '211548.227500', '211548.687500', '211549.147500', '211549.607500', '211550.067500', '211550.527500', '211550.987500', '211551.447500', '211551.907500', '211552.367500', '211552.827500', '211553.287500', '211553.747500', '211554.207500', '211554.667500', '211555.127500', '211555.587500', '211556.047500', '211556.507500', '211556.967500', '211557.427500', '211557.887500', '211558.347500', '211558.807500', '211559.267500', '211559.727500', '211600.187500', '211600.647500', '211601.107500', '211601.567500', '211602.027500', '211602.487500', '211602.947500', '211603.407500', '211603.867500', '211604.327500', '211604.787500', '211605.247500', '211605.707500', '211606.167500', '211606.627500', '211607.087500', '211607.547500', '211608.007500', '211608.467500', '211608.927500', '211609.387500', '211609.847500', '211610.307500', '211610.767500', '211611.227500', '211611.687500', '211612.147500', '211612.607500', '211613.067500', '211613.527500', '211613.987500', '211614.447500', '211614.907500', '211615.367500', '211615.827500', '211616.287500', '211616.747500', '211617.207500', '211617.667500', '211618.127500', '211618.587500', '211619.047500', '211619.507500', '211619.967500', '211620.427500', '211620.887500', '211621.347500', '211621.807500', '211622.267500', '211622.727500', '211623.187500', '211623.647500', '211624.107500', '211624.567500', '211625.027500', '211625.487500', '211625.947500', '211626.407500', '211626.867500', '211627.327500', '211627.787500', '211628.247500', '211628.707500', '211629.167500', '211629.627500', '211630.087500', '211630.547500', '211631.007500', '211631.467500', '211631.927500', '211632.387500', '211632.847500', '211633.307500', '211633.767500', '211634.227500', '211634.687500', '211635.147500', '211635.607500', '211636.067500', '211636.527500', '211636.987500', '211637.447500', '211637.907500', '211638.367500', '211638.827500', '211639.287500', '211639.747500', '211640.207500', '211640.667500', '211641.127500', '211641.587500', '211642.047500', '211642.507500', '211642.967500', '211643.427500', '211643.887500', '211644.347500', '211644.807500', '211645.267500', '211645.727500', '211646.187500', '211646.647500', '211647.107500', '211647.567500', '211648.027500', '211648.487500', '211648.947500', '211649.407500', '211649.867500', '211650.327500', '211650.787500', '211651.247500', '211651.707500', '211652.167500', '211652.627500', '211653.087500', '211653.547500', '211654.007500', '211654.467500', '211654.927500', '211655.387500', '211655.847500', '211656.307500', '211656.767500', '211657.227500', '211657.687500', '211658.147500', '211658.607500', '211659.067500', '211659.527500', '211659.987500', '211700.447500', '211700.907500', '211701.367500', '211701.827500', '211702.287500', '211702.747500', '211703.207500', '211703.667500', '211704.127500', '211704.587500', '211705.047500', '211705.507500', '211705.967500', '211706.427500', '211706.887500', '211707.347500', '211707.807500', '211708.267500', '211708.727500', '211709.187500', '211709.647500', '211710.107500', '211710.567500', '211711.027500', '211711.487500', '211711.947500', '211712.407500', '211712.867500', '211713.327500', '211713.787500', '211714.247500', '211714.707500', '211715.167500', '211715.627500', '211716.087500', '211716.547500', '211717.007500', '211717.467500', '211717.927500', '211718.387500', '211718.847500', '211719.307500', '211719.767500', '211720.227500', '211720.687500', '211721.147500', '211721.607500', '211722.067500', '211722.527500', '211722.987500', '211723.447500', '211723.907500', '211724.367500', '211724.827500', '211725.287500', '211725.747500', '211726.207500', '211726.667500', '211727.127500', '211727.587500', '211728.047500', '211728.507500', '211728.967500', '211729.427500', '211729.887500', '211730.347500', '211730.807500', '211731.267500', '211731.727500', '211732.187500', '211732.647500', '211733.107500', '211733.567500', '211734.027500', '211734.487500', '211734.947500', '211735.407500', '211735.867500', '211736.327500', '211736.787500', '211737.247500', '211737.707500', '211738.167500', '211738.627500', '211739.087500', '211739.547500', '211740.007500', '211740.467500', '211740.927500', '211741.387500', '211741.847500', '211742.307500', '211742.767500', '211743.227500', '211743.687500', '211744.147500', '211744.607500', '211745.067500', '211745.527500', '211745.987500', '211746.447500', '211746.907500', '211747.367500', '211747.827500', '211748.287500', '211748.747500', '211749.207500', '211749.667500', '211750.127500', '211750.587500', '211751.047500', '211751.507500', '211751.967500', '211752.427500', '211752.887500', '211753.347500', '211753.807500', '211754.267500', '211754.727500', '211755.187500', '211755.647500', '211756.107500', '211756.567500', '211757.027500', '211757.487500', '211757.947500', '211758.407500', '211758.867500', '211759.327500', '211759.787500', '211800.247500', '211800.707500', '211801.167500', '211801.627500', '211802.087500', '211802.547500', '211803.007500', '211803.467500', '211803.927500', '211804.387500', '211804.847500', '211805.307500', '211805.767500', '211806.227500', '211806.687500', '211807.147500', '211807.607500', '211808.067500', '211808.527500', '211808.987500', '211809.447500', '211809.907500', '211810.367500', '211810.827500', '211811.287500', '211811.747500', '211812.207500', '211812.667500', '211813.127500', '211813.587500', '211814.047500', '211814.507500', '211814.967500', '211815.427500', '211815.887500', '211816.347500', '211816.807500', '211817.267500', '211817.727500', '211818.187500', '211818.647500', '211819.107500', '211819.567500', '211820.027500', '211820.487500', '211820.947500', '211821.407500', '211821.867500', '211822.327500', '211822.787500', '211823.247500', '211823.707500', '211824.167500', '211824.627500', '211825.087500', '211825.547500', '211826.007500', '211826.467500', '211826.927500', '211827.387500', '211827.847500', '211828.307500', '211828.767500', '211829.227500', '211829.687500', '211830.147500', '211830.607500', '211831.067500', '211831.527500', '211831.987500', '211832.447500', '211832.907500', '211833.367500', '211833.827500', '211834.287500', '211834.747500', '211835.207500', '211835.667500', '211836.127500', '211836.587500', '211837.047500', '211837.507500', '211837.967500', '211838.427500', '211838.887500', '211839.347500', '211839.807500', '211840.267500', '211840.727500', '211841.187500', '211841.647500', '211842.107500', '211842.567500', '211843.027500', '211843.487500', '211843.947500', '211844.407500', '211844.867500', '211845.327500', '211845.787500', '211846.247500', '211846.707500', '211847.167500', '211847.627500', '211848.087500', '211848.547500', '211849.007500', '211849.467500', '211849.927500', '211850.387500', '211850.847500', '211851.307500', '211851.767500', '211852.227500', '211852.687500', '211853.147500', '211853.607500', '211854.067500', '211854.527500', '211854.987500', '211855.447500', '211855.907500', '211856.367500', '211856.827500', '211857.287500', '211857.747500', '211858.207500', '211858.667500', '211859.127500', '211859.587500', '211900.047500', '211900.507500', '211900.967500', '211901.427500', '211901.887500', '211902.347500', '211902.807500', '211903.267500', '211903.727500', '211904.187500', '211904.647500', '211905.107500', '211905.567500', '211906.027500', '211906.487500', '211906.947500', '211907.407500', '211907.867500', '211908.327500', '211908.787500', '211909.247500', '211909.707500', '211910.167500', '211910.627500', '211911.087500', '211911.547500', '211912.007500', '211912.467500', '211912.927500', '211913.387500', '211913.847500', '211914.307500', '211914.767500', '211915.227500', '211915.687500', '211916.147500', '211916.607500', '211917.067500', '211917.527500', '211917.987500', '211918.447500', '211918.907500', '211919.367500', '211919.827500', '211920.287500', '211920.747500', '211921.207500', '211921.667500', '211922.127500', '211922.587500', '211923.047500', '211923.507500', '211923.967500', '211924.427500', '211924.887500', '211925.347500', '211925.807500', '211926.267500', '211926.727500', '211927.187500', '211927.647500', '211928.107500', '211928.567500', '211929.027500', '211929.487500', '211929.947500', '211930.407500', '211930.867500', '211931.327500', '211931.787500', '211932.247500', '211932.707500', '211933.167500', '211933.627500', '211934.087500', '211934.547500', '211935.007500', '211935.467500', '211935.927500', '211936.387500', '211936.847500', '211937.307500', '211937.767500', '211938.227500', '211938.687500', '211939.147500', '211939.607500', '211940.067500', '211940.527500', '211940.987500', '211941.447500', '211941.907500', '211942.367500', '211942.827500', '211943.287500', '211943.747500', '211944.207500', '211944.667500', '211945.127500', '211945.587500', '211946.047500', '211946.507500', '211946.967500', '211947.427500', '211947.887500', '211948.347500', '211948.807500', '211949.267500', '211949.727500', '211950.187500', '211950.647500', '211951.107500', '211951.567500', '211952.027500', '211952.487500', '211952.947500', '211953.407500', '211953.867500', '211954.327500', '211954.787500', '211955.247500', '211955.707500', '211956.167500', '211956.627500', '211957.087500', '211957.547500', '211958.007500', '211958.467500', '211958.927500', '211959.387500', '211959.847500', '212000.307500', '212000.767500', '212001.227500', '212001.687500', '212002.147500', '212002.607500', '212003.067500', '212003.527500', '212003.987500', '212004.447500', '212004.907500', '212005.367500', '212005.827500', '212006.287500', '212006.747500', '212007.207500', '212007.667500', '212008.127500', '212008.587500', '212009.047500', '212009.507500', '212009.967500', '212010.427500', '212010.887500', '212011.347500', '212011.807500', '212012.267500', '212012.727500'], 'ContentTime': ['211352.714000', '211352.726000', '211352.729000', '211352.732000', '211352.734000', '211352.737000', '211352.739000', '211352.742000', '211352.745000', '211352.747000', '211352.750000', '211352.752000', '211352.755000', '211352.757000', '211352.760000', '211352.763000', '211352.765000', '211352.768000', '211352.770000', '211352.779000', '211352.781000', '211352.784000', '211352.786000', '211352.789000', '211352.792000', '211352.794000', '211352.797000', '211352.800000', '211352.802000', '211352.805000', '211352.807000', '211352.810000', '211352.812000', '211352.815000', '211352.818000', '211352.820000', '211352.823000', '211352.825000', '211352.828000', '211352.831000', '211352.833000', '211352.836000', '211352.841000', '211412.680000', '211412.683000', '211412.686000', '211412.688000', '211412.691000', '211412.694000', '211412.696000', '211412.699000', '211412.701000', '211412.704000', '211412.706000', '211412.709000', '211412.712000', '211412.714000', '211412.717000', '211412.719000', '211412.722000', '211412.725000', '211412.727000', '211412.730000', '211412.732000', '211412.742000', '211412.744000', '211412.747000', '211412.749000', '211412.752000', '211412.755000', '211412.757000', '211412.760000', '211412.763000', '211412.765000', '211412.768000', '211412.770000', '211412.773000', '211412.776000', '211412.778000', '211412.781000', '211412.784000', '211412.786000', '211412.789000', '211412.792000', '211412.794000', '211412.797000', '211432.680000', '211432.683000', '211432.686000', '211432.688000', '211432.691000', '211432.693000', '211432.696000', '211432.699000', '211432.702000', '211432.704000', '211432.707000', '211432.710000', '211432.712000', '211432.715000', '211432.718000', '211432.720000', '211432.723000', '211432.725000', '211432.728000', '211432.730000', '211432.733000', '211432.735000', '211432.738000', '211432.741000', '211432.743000', '211432.746000', '211432.749000', '211432.751000', '211432.754000', '211432.756000', '211432.759000', '211432.762000', '211432.764000', '211432.767000', '211432.769000', '211432.772000', '211432.775000', '211432.777000', '211432.780000', '211432.782000', '211432.785000', '211432.787000', '211432.790000', '211432.793000', '211452.681000', '211452.683000', '211452.686000', '211452.689000', '211452.691000', '211452.694000', '211452.696000', '211452.699000', '211452.702000', '211452.704000', '211452.707000', '211452.719000', '211452.722000', '211452.724000', '211452.727000', '211452.729000', '211452.732000', '211452.740000', '211452.742000', '211452.745000', '211452.748000', '211452.750000', '211452.753000', '211452.755000', '211452.758000', '211452.768000', '211452.771000', '211452.774000', '211452.776000', '211452.779000', '211452.781000', '211452.784000', '211452.787000', '211452.789000', '211452.792000', '211452.794000', '211452.797000', '211452.800000', '211452.802000', '211452.805000', '211452.808000', '211452.810000', '211452.813000', '211512.680000', '211512.683000', '211512.686000', '211512.689000', '211512.691000', '211512.694000', '211512.697000', '211512.699000', '211512.702000', '211512.705000', '211512.707000', '211512.710000', '211512.713000', '211512.715000', '211512.718000', '211512.720000', '211512.723000', '211512.726000', '211512.728000', '211512.731000', '211512.733000', '211512.736000', '211512.739000', '211512.741000', '211512.744000', '211512.747000', '211512.749000', '211512.752000', '211512.754000', '211512.757000', '211512.759000', '211512.762000', '211512.765000', '211512.767000', '211512.776000', '211512.779000', '211512.781000', '211512.784000', '211512.787000', '211512.789000', '211512.792000', '211512.794000', '211512.797000', '211512.816000', '211532.681000', '211532.684000', '211532.687000', '211532.690000', '211532.692000', '211532.695000', '211532.697000', '211532.700000', '211532.703000', '211532.705000', '211532.708000', '211532.711000', '211532.713000', '211532.716000', '211532.718000', '211532.721000', '211532.724000', '211532.726000', '211532.729000', '211532.732000', '211532.734000', '211532.737000', '211532.739000', '211532.742000', '211532.744000', '211532.747000', '211532.750000', '211532.752000', '211532.755000', '211532.757000', '211532.760000', '211532.763000', '211532.765000', '211532.768000', '211532.771000', '211532.773000', '211532.776000', '211532.778000', '211532.781000', '211532.784000', '211532.786000', '211532.789000', '211532.791000', '211552.682000', '211552.685000', '211552.687000', '211552.690000', '211552.693000', '211552.695000', '211552.698000', '211552.700000', '211552.703000', '211552.706000', '211552.708000', '211552.711000', '211552.714000', '211552.716000', '211552.719000', '211552.722000', '211552.724000', '211552.727000', '211552.730000', '211552.732000', '211552.735000', '211552.738000', '211552.740000', '211552.743000', '211552.746000', '211552.748000', '211552.751000', '211552.753000', '211552.756000', '211552.759000', '211552.761000', '211552.764000', '211552.766000', '211552.769000', '211552.772000', '211552.774000', '211552.777000', '211552.779000', '211552.782000', '211552.785000', '211552.787000', '211552.790000', '211552.792000', '211552.795000', '211612.680000', '211612.683000', '211612.686000', '211612.688000', '211612.691000', '211612.694000', '211612.696000', '211612.699000', '211612.702000', '211612.704000', '211612.707000', '211612.709000', '211612.712000', '211612.714000', '211612.717000', '211612.720000', '211612.722000', '211612.725000', '211612.728000', '211612.730000', '211612.733000', '211612.736000', '211612.738000', '211612.741000', '211612.743000', '211612.746000', '211612.749000', '211612.751000', '211612.754000', '211612.756000', '211612.759000', '211612.762000', '211612.764000', '211612.767000', '211612.770000', '211612.772000', '211612.775000', '211612.777000', '211612.780000', '211612.783000', '211612.785000', '211612.788000', '211612.791000', '211632.681000', '211632.683000', '211632.686000', '211632.689000', '211632.691000', '211632.694000', '211632.696000', '211632.699000', '211632.702000', '211632.704000', '211632.707000', '211632.709000', '211632.712000', '211632.715000', '211632.717000', '211632.720000', '211632.722000', '211632.725000', '211632.728000', '211632.730000', '211632.733000', '211632.748000', '211632.750000', '211632.753000', '211632.756000', '211632.758000', '211632.761000', '211632.764000', '211632.766000', '211632.769000', '211632.771000', '211632.774000', '211632.777000', '211632.779000', '211632.782000', '211632.785000', '211632.787000', '211632.790000', '211632.793000', '211632.795000', '211632.798000', '211632.801000', '211632.803000', '211632.806000', '211652.680000', '211652.683000', '211652.686000', '211652.689000', '211652.691000', '211652.694000', '211652.697000', '211652.699000', '211652.702000', '211652.704000', '211652.707000', '211652.710000', '211652.712000', '211652.715000', '211652.718000', '211652.720000', '211652.723000', '211652.725000', '211652.728000', '211652.731000', '211652.733000', '211652.736000', '211652.738000', '211652.741000', '211652.744000', '211652.746000', '211652.749000', '211652.751000', '211652.754000', '211652.757000', '211652.759000', '211652.762000', '211652.764000', '211652.767000', '211652.770000', '211652.772000', '211652.775000', '211652.778000', '211652.780000', '211652.783000', '211652.785000', '211652.788000', '211652.791000', '211712.680000', '211712.683000', '211712.686000', '211712.689000', '211712.691000', '211712.694000', '211712.697000', '211712.699000', '211712.702000', '211712.705000', '211712.707000', '211712.710000', '211712.713000', '211712.715000', '211712.718000', '211712.721000', '211712.723000', '211712.726000', '211712.728000', '211712.731000', '211712.734000', '211712.736000', '211712.739000', '211712.742000', '211712.744000', '211712.747000', '211712.749000', '211712.752000', '211712.755000', '211712.757000', '211712.760000', '211712.763000', '211712.765000', '211712.768000', '211712.770000', '211712.773000', '211712.776000', '211712.778000', '211712.781000', '211712.784000', '211712.786000', '211712.789000', '211712.792000', '211732.680000', '211732.683000', '211732.686000', '211732.689000', '211732.691000', '211732.694000', '211732.697000', '211732.699000', '211732.702000', '211732.705000', '211732.707000', '211732.710000', '211732.712000', '211732.715000', '211732.718000', '211732.720000', '211732.723000', '211732.726000', '211732.728000', '211732.731000', '211732.733000', '211732.736000', '211732.739000', '211732.741000', '211732.744000', '211732.746000', '211732.749000', '211732.752000', '211732.754000', '211732.757000', '211732.760000', '211732.762000', '211732.765000', '211732.767000', '211732.770000', '211732.773000', '211732.775000', '211732.778000', '211732.781000', '211732.783000', '211732.786000', '211732.788000', '211732.791000', '211732.794000', '211752.682000', '211752.685000', '211752.689000', '211752.692000', '211752.694000', '211752.697000', '211752.700000', '211752.702000', '211752.705000', '211752.707000', '211752.710000', '211752.713000', '211752.715000', '211752.718000', '211752.721000', '211752.723000', '211752.726000', '211752.729000', '211752.731000', '211752.734000', '211752.737000', '211752.739000', '211752.742000', '211752.744000', '211752.747000', '211752.750000', '211752.752000', '211752.755000', '211752.758000', '211752.760000', '211752.763000', '211752.766000', '211752.768000', '211752.771000', '211752.774000', '211752.776000', '211752.779000', '211752.781000', '211752.784000', '211752.787000', '211752.789000', '211752.792000', '211752.794000', '211812.681000', '211812.684000', '211812.687000', '211812.701000', '211812.703000', '211812.706000', '211812.708000', '211812.711000', '211812.714000', '211812.716000', '211812.719000', '211812.721000', '211812.724000', '211812.727000', '211812.729000', '211812.732000', '211812.735000', '211812.737000', '211812.740000', '211812.743000', '211812.745000', '211812.748000', '211812.750000', '211812.753000', '211812.756000', '211812.758000', '211812.761000', '211812.763000', '211812.766000', '211812.769000', '211812.771000', '211812.774000', '211812.777000', '211812.779000', '211812.782000', '211812.785000', '211812.787000', '211812.790000', '211812.793000', '211812.795000', '211812.798000', '211812.847000', '211812.849000', '211812.852000', '211832.680000', '211832.683000', '211832.686000', '211832.689000', '211832.692000', '211832.694000', '211832.697000', '211832.700000', '211832.702000', '211832.705000', '211832.709000', '211832.712000', '211832.715000', '211832.717000', '211832.720000', '211832.722000', '211832.725000', '211832.728000', '211832.730000', '211832.733000', '211832.736000', '211832.738000', '211832.741000', '211832.743000', '211832.746000', '211832.749000', '211832.751000', '211832.754000', '211832.757000', '211832.759000', '211832.762000', '211832.765000', '211832.767000', '211832.770000', '211832.772000', '211832.775000', '211832.778000', '211832.780000', '211832.783000', '211832.786000', '211832.788000', '211832.791000', '211832.794000', '211852.680000', '211852.683000', '211852.686000', '211852.689000', '211852.691000', '211852.694000', '211852.705000', '211852.708000', '211852.711000', '211852.713000', '211852.716000', '211852.718000', '211852.721000', '211852.724000', '211852.726000', '211852.736000', '211852.738000', '211852.741000', '211852.743000', '211852.746000', '211852.749000', '211852.751000', '211852.754000', '211852.757000', '211852.759000', '211852.762000', '211852.764000', '211852.767000', '211852.770000', '211852.772000', '211852.775000', '211852.778000', '211852.780000', '211852.783000', '211852.785000', '211852.788000', '211852.791000', '211852.793000', '211852.796000', '211852.798000', '211852.918000', '211852.921000', '211852.923000', '211852.926000', '211912.681000', '211912.684000', '211912.686000', '211912.689000', '211912.692000', '211912.694000', '211912.697000', '211912.699000', '211912.702000', '211912.705000', '211912.708000', '211912.710000', '211912.714000', '211912.717000', '211912.719000', '211912.722000', '211912.724000', '211912.727000', '211912.730000', '211912.732000', '211912.735000', '211912.738000', '211912.740000', '211912.743000', '211912.745000', '211912.748000', '211912.751000', '211912.753000', '211912.756000', '211912.758000', '211912.761000', '211912.764000', '211912.766000', '211912.769000', '211912.772000', '211912.774000', '211912.777000', '211912.779000', '211912.782000', '211912.785000', '211912.787000', '211912.790000', '211912.792000', '211932.681000', '211932.683000', '211932.686000', '211932.689000', '211932.692000', '211932.694000', '211932.697000', '211932.699000', '211932.702000', '211932.705000', '211932.707000', '211932.710000', '211932.713000', '211932.725000', '211932.728000', '211932.730000', '211932.733000', '211932.735000', '211932.738000', '211932.742000', '211932.745000', '211932.748000', '211932.750000', '211932.753000', '211932.756000', '211932.758000', '211932.761000', '211932.763000', '211932.766000', '211932.769000', '211932.771000', '211932.774000', '211932.777000', '211932.779000', '211932.782000', '211932.784000', '211932.787000', '211932.790000', '211932.792000', '211932.795000', '211932.798000', '211932.859000', '211932.862000', '211932.864000', '211952.681000', '211952.684000', '211952.686000', '211952.689000', '211952.692000', '211952.694000', '211952.697000', '211952.699000', '211952.702000', '211952.705000', '211952.707000', '211952.710000', '211952.713000', '211952.715000', '211952.718000', '211952.721000', '211952.723000', '211952.726000', '211952.728000', '211952.731000', '211952.734000', '211952.737000', '211952.739000', '211952.742000', '211952.745000', '211952.748000', '211952.751000', '211952.753000', '211952.756000', '211952.759000', '211952.762000', '211952.764000', '211952.767000', '211952.770000', '211952.772000', '211952.775000', '211952.778000', '211952.780000', '211952.783000', '211952.786000', '211952.788000', '211952.791000', '211952.794000', '212012.681000', '212012.685000', '212012.687000', '212012.690000', '212012.693000', '212012.695000', '212012.698000', '212012.701000', '212012.703000', '212012.706000', '212012.708000', '212012.711000', '212012.714000', '212012.716000', '212012.719000', '212012.722000', '212012.724000', '212012.727000', '212012.729000', '212012.732000', '212012.735000', '212012.737000', '212012.740000', '212012.742000', '212012.745000', '212012.748000', '212012.750000', '212012.753000', '212012.756000', '212012.758000', '212012.761000', '212012.763000', '212012.766000', '212012.769000', '212012.771000', '212012.774000', '212012.776000', '212012.779000', '212012.782000', '212012.784000', '212012.787000', '212012.790000', '212012.792000', '212012.795000', '212013.853000', '212013.856000', '212013.859000'], 'InstanceCreationTime': ['211352.714000', '211352.726000', '211352.729000', '211352.732000', '211352.734000', '211352.737000', '211352.739000', '211352.742000', '211352.745000', '211352.747000', '211352.750000', '211352.752000', '211352.755000', '211352.757000', '211352.760000', '211352.763000', '211352.765000', '211352.768000', '211352.770000', '211352.779000', '211352.781000', '211352.784000', '211352.786000', '211352.789000', '211352.792000', '211352.794000', '211352.797000', '211352.800000', '211352.802000', '211352.805000', '211352.807000', '211352.810000', '211352.812000', '211352.815000', '211352.818000', '211352.820000', '211352.823000', '211352.825000', '211352.828000', '211352.831000', '211352.833000', '211352.836000', '211352.841000', '211412.680000', '211412.683000', '211412.686000', '211412.688000', '211412.691000', '211412.694000', '211412.696000', '211412.699000', '211412.701000', '211412.704000', '211412.706000', '211412.709000', '211412.712000', '211412.714000', '211412.717000', '211412.719000', '211412.722000', '211412.725000', '211412.727000', '211412.730000', '211412.732000', '211412.742000', '211412.744000', '211412.747000', '211412.749000', '211412.752000', '211412.755000', '211412.757000', '211412.760000', '211412.763000', '211412.765000', '211412.768000', '211412.770000', '211412.773000', '211412.776000', '211412.778000', '211412.781000', '211412.784000', '211412.786000', '211412.789000', '211412.792000', '211412.794000', '211412.797000', '211432.680000', '211432.683000', '211432.686000', '211432.688000', '211432.691000', '211432.693000', '211432.696000', '211432.699000', '211432.702000', '211432.704000', '211432.707000', '211432.710000', '211432.712000', '211432.715000', '211432.718000', '211432.720000', '211432.723000', '211432.725000', '211432.728000', '211432.730000', '211432.733000', '211432.735000', '211432.738000', '211432.741000', '211432.743000', '211432.746000', '211432.749000', '211432.751000', '211432.754000', '211432.756000', '211432.759000', '211432.762000', '211432.764000', '211432.767000', '211432.769000', '211432.772000', '211432.775000', '211432.777000', '211432.780000', '211432.782000', '211432.785000', '211432.787000', '211432.790000', '211432.793000', '211452.681000', '211452.683000', '211452.686000', '211452.689000', '211452.691000', '211452.694000', '211452.696000', '211452.699000', '211452.702000', '211452.704000', '211452.707000', '211452.719000', '211452.722000', '211452.724000', '211452.727000', '211452.729000', '211452.732000', '211452.740000', '211452.742000', '211452.745000', '211452.748000', '211452.750000', '211452.753000', '211452.755000', '211452.758000', '211452.768000', '211452.771000', '211452.774000', '211452.776000', '211452.779000', '211452.781000', '211452.784000', '211452.787000', '211452.789000', '211452.792000', '211452.794000', '211452.797000', '211452.800000', '211452.802000', '211452.805000', '211452.808000', '211452.810000', '211452.813000', '211512.680000', '211512.683000', '211512.686000', '211512.689000', '211512.691000', '211512.694000', '211512.697000', '211512.699000', '211512.702000', '211512.705000', '211512.707000', '211512.710000', '211512.713000', '211512.715000', '211512.718000', '211512.720000', '211512.723000', '211512.726000', '211512.728000', '211512.731000', '211512.733000', '211512.736000', '211512.739000', '211512.741000', '211512.744000', '211512.747000', '211512.749000', '211512.752000', '211512.754000', '211512.757000', '211512.759000', '211512.762000', '211512.765000', '211512.767000', '211512.776000', '211512.779000', '211512.781000', '211512.784000', '211512.787000', '211512.789000', '211512.792000', '211512.794000', '211512.797000', '211512.816000', '211532.681000', '211532.684000', '211532.687000', '211532.690000', '211532.692000', '211532.695000', '211532.697000', '211532.700000', '211532.703000', '211532.705000', '211532.708000', '211532.711000', '211532.713000', '211532.716000', '211532.718000', '211532.721000', '211532.724000', '211532.726000', '211532.729000', '211532.732000', '211532.734000', '211532.737000', '211532.739000', '211532.742000', '211532.744000', '211532.747000', '211532.750000', '211532.752000', '211532.755000', '211532.757000', '211532.760000', '211532.763000', '211532.765000', '211532.768000', '211532.771000', '211532.773000', '211532.776000', '211532.778000', '211532.781000', '211532.784000', '211532.786000', '211532.789000', '211532.791000', '211552.682000', '211552.685000', '211552.687000', '211552.690000', '211552.693000', '211552.695000', '211552.698000', '211552.700000', '211552.703000', '211552.706000', '211552.708000', '211552.711000', '211552.714000', '211552.716000', '211552.719000', '211552.722000', '211552.724000', '211552.727000', '211552.730000', '211552.732000', '211552.735000', '211552.738000', '211552.740000', '211552.743000', '211552.746000', '211552.748000', '211552.751000', '211552.753000', '211552.756000', '211552.759000', '211552.761000', '211552.764000', '211552.766000', '211552.769000', '211552.772000', '211552.774000', '211552.777000', '211552.779000', '211552.782000', '211552.785000', '211552.787000', '211552.790000', '211552.792000', '211552.795000', '211612.680000', '211612.683000', '211612.686000', '211612.688000', '211612.691000', '211612.694000', '211612.696000', '211612.699000', '211612.702000', '211612.704000', '211612.707000', '211612.709000', '211612.712000', '211612.714000', '211612.717000', '211612.720000', '211612.722000', '211612.725000', '211612.728000', '211612.730000', '211612.733000', '211612.736000', '211612.738000', '211612.741000', '211612.743000', '211612.746000', '211612.749000', '211612.751000', '211612.754000', '211612.756000', '211612.759000', '211612.762000', '211612.764000', '211612.767000', '211612.770000', '211612.772000', '211612.775000', '211612.777000', '211612.780000', '211612.783000', '211612.785000', '211612.788000', '211612.791000', '211632.681000', '211632.683000', '211632.686000', '211632.689000', '211632.691000', '211632.694000', '211632.696000', '211632.699000', '211632.702000', '211632.704000', '211632.707000', '211632.709000', '211632.712000', '211632.715000', '211632.717000', '211632.720000', '211632.722000', '211632.725000', '211632.728000', '211632.730000', '211632.733000', '211632.748000', '211632.750000', '211632.753000', '211632.756000', '211632.758000', '211632.761000', '211632.764000', '211632.766000', '211632.769000', '211632.771000', '211632.774000', '211632.777000', '211632.779000', '211632.782000', '211632.785000', '211632.787000', '211632.790000', '211632.793000', '211632.795000', '211632.798000', '211632.801000', '211632.803000', '211632.806000', '211652.680000', '211652.683000', '211652.686000', '211652.689000', '211652.691000', '211652.694000', '211652.697000', '211652.699000', '211652.702000', '211652.704000', '211652.707000', '211652.710000', '211652.712000', '211652.715000', '211652.718000', '211652.720000', '211652.723000', '211652.725000', '211652.728000', '211652.731000', '211652.733000', '211652.736000', '211652.738000', '211652.741000', '211652.744000', '211652.746000', '211652.749000', '211652.751000', '211652.754000', '211652.757000', '211652.759000', '211652.762000', '211652.764000', '211652.767000', '211652.770000', '211652.772000', '211652.775000', '211652.778000', '211652.780000', '211652.783000', '211652.785000', '211652.788000', '211652.791000', '211712.680000', '211712.683000', '211712.686000', '211712.689000', '211712.691000', '211712.694000', '211712.697000', '211712.699000', '211712.702000', '211712.705000', '211712.707000', '211712.710000', '211712.713000', '211712.715000', '211712.718000', '211712.721000', '211712.723000', '211712.726000', '211712.728000', '211712.731000', '211712.734000', '211712.736000', '211712.739000', '211712.742000', '211712.744000', '211712.747000', '211712.749000', '211712.752000', '211712.755000', '211712.757000', '211712.760000', '211712.763000', '211712.765000', '211712.768000', '211712.770000', '211712.773000', '211712.776000', '211712.778000', '211712.781000', '211712.784000', '211712.786000', '211712.789000', '211712.792000', '211732.680000', '211732.683000', '211732.686000', '211732.689000', '211732.691000', '211732.694000', '211732.697000', '211732.699000', '211732.702000', '211732.705000', '211732.707000', '211732.710000', '211732.712000', '211732.715000', '211732.718000', '211732.720000', '211732.723000', '211732.726000', '211732.728000', '211732.731000', '211732.733000', '211732.736000', '211732.739000', '211732.741000', '211732.744000', '211732.746000', '211732.749000', '211732.752000', '211732.754000', '211732.757000', '211732.760000', '211732.762000', '211732.765000', '211732.767000', '211732.770000', '211732.773000', '211732.775000', '211732.778000', '211732.781000', '211732.783000', '211732.786000', '211732.788000', '211732.791000', '211732.794000', '211752.682000', '211752.685000', '211752.689000', '211752.692000', '211752.694000', '211752.697000', '211752.700000', '211752.702000', '211752.705000', '211752.707000', '211752.710000', '211752.713000', '211752.715000', '211752.718000', '211752.721000', '211752.723000', '211752.726000', '211752.729000', '211752.731000', '211752.734000', '211752.737000', '211752.739000', '211752.742000', '211752.744000', '211752.747000', '211752.750000', '211752.752000', '211752.755000', '211752.758000', '211752.760000', '211752.763000', '211752.766000', '211752.768000', '211752.771000', '211752.774000', '211752.776000', '211752.779000', '211752.781000', '211752.784000', '211752.787000', '211752.789000', '211752.792000', '211752.794000', '211812.681000', '211812.684000', '211812.687000', '211812.701000', '211812.703000', '211812.706000', '211812.708000', '211812.711000', '211812.714000', '211812.716000', '211812.719000', '211812.721000', '211812.724000', '211812.727000', '211812.729000', '211812.732000', '211812.735000', '211812.737000', '211812.740000', '211812.743000', '211812.745000', '211812.748000', '211812.750000', '211812.753000', '211812.756000', '211812.758000', '211812.761000', '211812.763000', '211812.766000', '211812.769000', '211812.771000', '211812.774000', '211812.777000', '211812.779000', '211812.782000', '211812.785000', '211812.787000', '211812.790000', '211812.793000', '211812.795000', '211812.798000', '211812.847000', '211812.849000', '211812.852000', '211832.680000', '211832.683000', '211832.686000', '211832.689000', '211832.692000', '211832.694000', '211832.697000', '211832.700000', '211832.702000', '211832.705000', '211832.709000', '211832.712000', '211832.715000', '211832.717000', '211832.720000', '211832.722000', '211832.725000', '211832.728000', '211832.730000', '211832.733000', '211832.736000', '211832.738000', '211832.741000', '211832.743000', '211832.746000', '211832.749000', '211832.751000', '211832.754000', '211832.757000', '211832.759000', '211832.762000', '211832.765000', '211832.767000', '211832.770000', '211832.772000', '211832.775000', '211832.778000', '211832.780000', '211832.783000', '211832.786000', '211832.788000', '211832.791000', '211832.794000', '211852.680000', '211852.683000', '211852.686000', '211852.689000', '211852.691000', '211852.694000', '211852.705000', '211852.708000', '211852.711000', '211852.713000', '211852.716000', '211852.718000', '211852.721000', '211852.724000', '211852.726000', '211852.736000', '211852.738000', '211852.741000', '211852.743000', '211852.746000', '211852.749000', '211852.751000', '211852.754000', '211852.757000', '211852.759000', '211852.762000', '211852.764000', '211852.767000', '211852.770000', '211852.772000', '211852.775000', '211852.778000', '211852.780000', '211852.783000', '211852.785000', '211852.788000', '211852.791000', '211852.793000', '211852.796000', '211852.798000', '211852.918000', '211852.921000', '211852.923000', '211852.926000', '211912.681000', '211912.684000', '211912.686000', '211912.689000', '211912.692000', '211912.694000', '211912.697000', '211912.699000', '211912.702000', '211912.705000', '211912.708000', '211912.710000', '211912.714000', '211912.717000', '211912.719000', '211912.722000', '211912.724000', '211912.727000', '211912.730000', '211912.732000', '211912.735000', '211912.738000', '211912.740000', '211912.743000', '211912.745000', '211912.748000', '211912.751000', '211912.753000', '211912.756000', '211912.758000', '211912.761000', '211912.764000', '211912.766000', '211912.769000', '211912.772000', '211912.774000', '211912.777000', '211912.779000', '211912.782000', '211912.785000', '211912.787000', '211912.790000', '211912.792000', '211932.681000', '211932.683000', '211932.686000', '211932.689000', '211932.692000', '211932.694000', '211932.697000', '211932.699000', '211932.702000', '211932.705000', '211932.707000', '211932.710000', '211932.713000', '211932.725000', '211932.728000', '211932.730000', '211932.733000', '211932.735000', '211932.738000', '211932.742000', '211932.745000', '211932.748000', '211932.750000', '211932.753000', '211932.756000', '211932.758000', '211932.761000', '211932.763000', '211932.766000', '211932.769000', '211932.771000', '211932.774000', '211932.777000', '211932.779000', '211932.782000', '211932.784000', '211932.787000', '211932.790000', '211932.792000', '211932.795000', '211932.798000', '211932.859000', '211932.862000', '211932.864000', '211952.681000', '211952.684000', '211952.686000', '211952.689000', '211952.692000', '211952.694000', '211952.697000', '211952.699000', '211952.702000', '211952.705000', '211952.707000', '211952.710000', '211952.713000', '211952.715000', '211952.718000', '211952.721000', '211952.723000', '211952.726000', '211952.728000', '211952.731000', '211952.734000', '211952.737000', '211952.739000', '211952.742000', '211952.745000', '211952.748000', '211952.751000', '211952.753000', '211952.756000', '211952.759000', '211952.762000', '211952.764000', '211952.767000', '211952.770000', '211952.772000', '211952.775000', '211952.778000', '211952.780000', '211952.783000', '211952.786000', '211952.788000', '211952.791000', '211952.794000', '212012.681000', '212012.685000', '212012.687000', '212012.690000', '212012.693000', '212012.695000', '212012.698000', '212012.701000', '212012.703000', '212012.706000', '212012.708000', '212012.711000', '212012.714000', '212012.716000', '212012.719000', '212012.722000', '212012.724000', '212012.727000', '212012.729000', '212012.732000', '212012.735000', '212012.737000', '212012.740000', '212012.742000', '212012.745000', '212012.748000', '212012.750000', '212012.753000', '212012.756000', '212012.758000', '212012.761000', '212012.763000', '212012.766000', '212012.769000', '212012.771000', '212012.774000', '212012.776000', '212012.779000', '212012.782000', '212012.784000', '212012.787000', '212012.790000', '212012.792000', '212012.795000', '212013.853000', '212013.856000', '212013.859000'], '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': [10271, 8524, 9442, 8408, 8210, 8618, 9003, 8619, 10220, 8400, 9016, 8563, 9530, 9305, 10217, 8474, 10020, 8628, 9085, 10477, 10415, 9132, 8280, 8572, 8700, 8556, 7833, 9428, 8130, 8376, 8352, 8441, 8629, 9505, 8573, 8443, 8855, 8460, 8297, 8233, 8953, 8366, 8512, 9261, 8284, 8628, 8622, 8756, 9409, 8588, 8476, 8432, 9145, 8540, 8966, 8430, 8442, 8554, 8371, 8776, 8349, 8311, 8171, 8529, 8077, 8601, 8350, 8877, 8622, 8579, 10876, 7790, 8774, 8554, 8752, 8560, 8537, 10689, 8386, 10401, 8479, 9826, 10641, 8293, 9157, 8448, 8764, 8352, 8878, 8297, 8489, 8461, 8408, 8658, 8504, 8709, 9691, 8487, 8579, 8278, 7976, 9491, 8016, 8063, 8710, 7617, 8542, 8217, 8819, 10082, 8442, 8199, 8706, 8280, 9703, 8418, 9732, 8597, 8894, 8653, 8526, 8431, 8265, 8157, 8212, 8752, 8428, 8453, 8478, 8882, 9680, 8434, 8806, 9035, 11236, 8815, 8105, 8576, 8158, 9954, 8781, 9790, 8391, 8898, 8099, 8937, 8442, 9769, 8476, 8709, 8447, 8752, 8420, 8739, 8519, 8716, 8683, 9456, 8723, 8681, 8823, 8533, 8779, 8412, 8679, 9098, 8488, 8086, 8694, 8283, 8342, 8997, 8690, 9056, 8796, 8289, 8595, 8488, 8316, 8491, 8528, 8426, 8639, 8712, 8434, 7820, 8526, 7986, 8334, 9079, 8556, 10053, 8496, 10218, 8285, 9706, 8118, 9007, 8253, 9159, 8747, 7904, 8783, 7752, 8553, 7482, 8563, 8007, 8721, 8696, 8604, 8956, 8746, 8702, 8839, 9330, 8617, 7224, 9037, 7834, 8452, 7966, 8855, 8491, 8601, 10619, 8476, 9511, 8552, 8494, 8570, 8989, 8497, 9284, 8509, 8204, 8359, 8796, 9147, 9733, 9063, 10968, 8098, 8361, 7943, 8613, 8464, 8732, 9640, 8405, 7873, 8806, 7598, 8606, 8061, 8855, 9488, 8438, 10604, 8091, 10495, 9629, 9315, 10886, 8599, 9097, 8551, 8491, 8610, 8654, 10245, 8469, 9816, 8525, 9325, 8429, 7789, 8556, 9117, 8419, 8602, 7959, 8773, 8724, 8724, 9916, 8631, 8349, 8626, 8316, 8826, 9510, 8812, 9293, 8425, 8497, 8884, 8009, 8809, 7346, 8460, 8210, 8480, 9921, 8717, 10907, 7971, 9504, 8816, 8534, 8786, 8404, 7933, 8362, 10423, 9820, 8031, 8291, 8182, 8862, 8311, 8690, 8433, 8231, 8244, 8117, 8068, 8516, 8741, 7938, 8345, 7130, 7975, 8103, 7920, 9122, 9994, 8033, 8462, 7782, 8281, 7582, 7635, 8594, 9751, 9866, 9440, 8575, 9535, 8111, 9670, 7745, 7892, 7799, 8232, 8196, 8763, 8353, 8201, 8368, 7882, 9178, 7904, 9686, 8334, 9277, 8113, 7766, 7738, 8872, 7742, 9079, 8183, 9687, 8680, 10423, 8232, 7969, 9009, 8134, 8453, 7989, 10390, 9283, 10187, 9257, 7884, 9439, 8332, 9800, 8530, 9249, 7913, 7993, 7837, 8149, 8108, 8071, 8689, 8562, 9970, 8679, 8231, 8375, 8347, 8961, 9368, 8216, 9773, 8088, 9641, 7682, 8527, 7746, 8001, 8729, 8051, 8784, 7974, 8608, 8010, 8993, 8246, 8932, 8418, 7856, 7855, 8376, 7763, 8032, 8394, 8232, 9475, 7787, 8400, 9568, 7955, 8636, 8814, 7567, 7080, 8555, 7412, 8489, 8813, 8547, 10593, 8335, 9792, 8319, 8115, 8799, 8076, 8666, 9206, 8706, 8159, 8472, 7752, 8669, 9066, 8529, 9948, 8186, 9826, 8206, 8665, 8253, 9086, 8518, 9765, 8398, 9757, 8399, 7799, 8276, 8581, 8558, 9147, 8877, 8798, 8566, 7968, 8702, 7906, 9020, 8160, 9179, 8558, 8692, 8605, 8248, 8587, 8288, 8646, 8470, 8781, 9152, 8710, 8023, 8540, 7662, 8508, 8507, 8791, 8387, 10396, 9239, 10100, 8278, 9623, 8319, 8378, 8600, 8958, 8515, 8741, 8428, 8183, 8620, 9159, 8460, 9410, 8372, 9057, 8318, 8084, 8715, 8615, 8490, 9043, 8288, 8567, 8357, 9748, 9354, 9785, 8650, 8642, 8194, 9985, 8556, 9835, 8144, 9398, 8309, 8350, 8611, 8098, 8739, 8271, 8492, 7960, 8338, 8606, 8908, 10056, 8287, 9628, 8272, 8599, 8164, 8911, 8550, 9300, 8235, 7851, 8447, 8033, 8300, 8522, 8641, 8189, 8562, 8565, 8447, 8369, 10637, 9863, 11106, 8066, 10879, 8079, 8361, 8202, 9351, 8266, 9509, 7960, 8609, 7948, 8979, 8476, 9867, 7819, 7935, 7855, 8102, 8016, 9371, 8065, 9868, 7611, 9266, 7605, 9728, 8231, 8621, 8421, 8648, 9154, 8522, 8562, 8130, 8483, 7943, 8868, 8305, 9207, 8005, 8755, 8119, 7500, 8167, 8833, 8366, 9901, 7897, 8980, 8076, 9131, 8367, 9192, 8431, 10562, 8209, 8707, 8190, 8742, 8388, 9480, 7983, 8515, 8015, 8741, 8036, 9444, 8112, 9490, 8563, 10872, 8017, 7287, 8092, 7426, 7991, 9813, 9044, 9921, 8166, 9457, 7472, 8973, 7883, 8399, 7699, 8639, 7632, 8742, 7303, 8356, 8171, 9253, 7675, 8361, 7994, 8329, 8329, 8429, 7944, 8882, 7652, 8735, 7820, 8841, 8066, 9541, 8089, 9638, 8421, 10496, 7751, 7881, 8249, 7659, 8583, 8038, 9943, 7987, 10373, 7690, 8947, 7639, 9246, 7842, 8901, 7797, 8935, 7736, 8839, 7562, 8989, 7688, 8850, 7861, 8371, 8429, 9609, 7986, 8743, 8283, 8297, 8768, 7795, 8546, 7619, 7958, 7608, 8693, 7928, 9553, 7777, 8163, 8343, 8456, 8996, 8453, 8765, 7826, 8862, 7620, 8960, 8482, 9425, 9769, 8056, 8450, 7952, 7753, 7863, 9496, 9765, 10739, 9664, 9531, 8760, 9250, 8375, 9090, 7770, 9208, 7871, 8857, 7686, 8932, 7733, 8809, 8359, 8474, 7679, 8975, 7435, 8680, 7927, 9661, 8362, 10223, 7806, 9183, 7772, 9256, 7997, 9667, 7654, 9260, 7708, 8032, 7899, 8897, 8006, 10737, 8135, 8299, 8757, 8427, 9157, 8119, 9083, 7910, 8760, 8002, 9209, 8232, 8820, 7845, 8114, 7735, 8605, 7862, 9432, 8460, 8262, 8973, 7686, 8695, 7995, 8705, 8162, 10661, 8532, 9884, 7905, 9253, 8120, 9591, 9130, 9831, 8610, 7908, 8704, 7903, 9258, 8553, 8936, 7622, 8883, 7843, 8785, 8003, 8522, 7734, 8456, 7964, 8359, 8320, 8509, 8160, 8385, 9820, 7963, 9962, 7557, 8892, 8091, 8836, 7670, 8474, 7751, 7818, 8062, 8574, 7942, 9599, 7561, 9812, 8073, 9539, 9612, 8567, 8617, 7852, 8264], 'WindowCenter': [4283.0, 4249.0, 4245.0, 4223.0, 4220.0, 4231.0, 4230.0, 4219.0, 4238.0, 4218.0, 4228.0, 4219.0, 4228.0, 4228.0, 4237.0, 4218.0, 4226.0, 4216.0, 4215.0, 4238.0, 4236.0, 4215.0, 4193.0, 4204.0, 4203.0, 4204.0, 4194.0, 4215.0, 4194.0, 4205.0, 4204.0, 4204.0, 4203.0, 4227.0, 4216.0, 4206.0, 4215.0, 4204.0, 4206.0, 4206.0, 4227.0, 4207.0, 4218.0, 4215.0, 4216.0, 4217.0, 4230.0, 4229.0, 4230.0, 4216.0, 4217.0, 4206.0, 4227.0, 4218.0, 4218.0, 4205.0, 4206.0, 4215.0, 4204.0, 4214.0, 4217.0, 4205.0, 4207.0, 4216.0, 4207.0, 4215.0, 4216.0, 4229.0, 4217.0, 4218.0, 4237.0, 4196.0, 4216.0, 4218.0, 4218.0, 4218.0, 4218.0, 4238.0, 4218.0, 4237.0, 4207.0, 4226.0, 4238.0, 4206.0, 4227.0, 4205.0, 4217.0, 4205.0, 4218.0, 4206.0, 4216.0, 4206.0, 4206.0, 4215.0, 4216.0, 4217.0, 4225.0, 4218.0, 4216.0, 4217.0, 4206.0, 4237.0, 4206.0, 4208.0, 4218.0, 4208.0, 4219.0, 4220.0, 4230.0, 4239.0, 4219.0, 4207.0, 4218.0, 4206.0, 4226.0, 4207.0, 4227.0, 4205.0, 4216.0, 4204.0, 4203.0, 4205.0, 4206.0, 4194.0, 4205.0, 4203.0, 4202.0, 4191.0, 4206.0, 4214.0, 4226.0, 4204.0, 4216.0, 4213.0, 4235.0, 4204.0, 4195.0, 4216.0, 4208.0, 4239.0, 4219.0, 4239.0, 4207.0, 4217.0, 4196.0, 4205.0, 4194.0, 4226.0, 4204.0, 4205.0, 4194.0, 4205.0, 4193.0, 4204.0, 4203.0, 4205.0, 4204.0, 4216.0, 4204.0, 4206.0, 4204.0, 4205.0, 4204.0, 4205.0, 4217.0, 4218.0, 4217.0, 4208.0, 4216.0, 4207.0, 4206.0, 4217.0, 4217.0, 4230.0, 4219.0, 4218.0, 4217.0, 4219.0, 4218.0, 4219.0, 4220.0, 4220.0, 4218.0, 4218.0, 4217.0, 4209.0, 4220.0, 4207.0, 4221.0, 4231.0, 4231.0, 4240.0, 4230.0, 4239.0, 4219.0, 4229.0, 4220.0, 4228.0, 4219.0, 4230.0, 4218.0, 4209.0, 4217.0, 4209.0, 4217.0, 4199.0, 4218.0, 4220.0, 4230.0, 4231.0, 4230.0, 4231.0, 4220.0, 4231.0, 4230.0, 4242.0, 4230.0, 4211.0, 4230.0, 4211.0, 4232.0, 4220.0, 4243.0, 4233.0, 4232.0, 4250.0, 4221.0, 4230.0, 4220.0, 4220.0, 4231.0, 4230.0, 4221.0, 4229.0, 4220.0, 4219.0, 4219.0, 4219.0, 4241.0, 4241.0, 4230.0, 4248.0, 4210.0, 4216.0, 4210.0, 4217.0, 4221.0, 4230.0, 4242.0, 4220.0, 4221.0, 4230.0, 4210.0, 4231.0, 4222.0, 4243.0, 4240.0, 4221.0, 4251.0, 4221.0, 4238.0, 4241.0, 4229.0, 4251.0, 4219.0, 4229.0, 4216.0, 4219.0, 4217.0, 4219.0, 4238.0, 4219.0, 4227.0, 4218.0, 4216.0, 4218.0, 4207.0, 4230.0, 4229.0, 4220.0, 4218.0, 4210.0, 4219.0, 4219.0, 4218.0, 4241.0, 4229.0, 4221.0, 4220.0, 4221.0, 4229.0, 4239.0, 4219.0, 4231.0, 4219.0, 4229.0, 4230.0, 4210.0, 4230.0, 4199.0, 4219.0, 4220.0, 4232.0, 4241.0, 4232.0, 4251.0, 4221.0, 4240.0, 4231.0, 4218.0, 4219.0, 4220.0, 4221.0, 4233.0, 4252.0, 4253.0, 4222.0, 4222.0, 4219.0, 4220.0, 4207.0, 4219.0, 4208.0, 4209.0, 4207.0, 4208.0, 4207.0, 4219.0, 4219.0, 4210.0, 4218.0, 4199.0, 4209.0, 4208.0, 4221.0, 4231.0, 4242.0, 4221.0, 4222.0, 4210.0, 4221.0, 4211.0, 4211.0, 4231.0, 4241.0, 4252.0, 4241.0, 4232.0, 4242.0, 4220.0, 4230.0, 4210.0, 4209.0, 4210.0, 4220.0, 4220.0, 4228.0, 4222.0, 4221.0, 4222.0, 4222.0, 4244.0, 4223.0, 4255.0, 4232.0, 4242.0, 4221.0, 4210.0, 4211.0, 4231.0, 4212.0, 4231.0, 4223.0, 4242.0, 4233.0, 4250.0, 4222.0, 4209.0, 4230.0, 4220.0, 4222.0, 4221.0, 4242.0, 4232.0, 4241.0, 4230.0, 4209.0, 4230.0, 4208.0, 4240.0, 4218.0, 4229.0, 4208.0, 4208.0, 4209.0, 4207.0, 4219.0, 4220.0, 4231.0, 4232.0, 4241.0, 4231.0, 4219.0, 4221.0, 4220.0, 4230.0, 4229.0, 4220.0, 4240.0, 4209.0, 4229.0, 4211.0, 4219.0, 4209.0, 4220.0, 4231.0, 4209.0, 4221.0, 4209.0, 4220.0, 4209.0, 4230.0, 4221.0, 4231.0, 4219.0, 4221.0, 4221.0, 4220.0, 4211.0, 4222.0, 4235.0, 4235.0, 4256.0, 4225.0, 4235.0, 4244.0, 4222.0, 4234.0, 4243.0, 4224.0, 4216.0, 4245.0, 4225.0, 4247.0, 4246.0, 4246.0, 4265.0, 4235.0, 4244.0, 4223.0, 4222.0, 4233.0, 4223.0, 4232.0, 4231.0, 4221.0, 4210.0, 4220.0, 4199.0, 4221.0, 4230.0, 4222.0, 4241.0, 4221.0, 4240.0, 4218.0, 4219.0, 4219.0, 4221.0, 4221.0, 4240.0, 4220.0, 4229.0, 4220.0, 4197.0, 4209.0, 4218.0, 4219.0, 4230.0, 4219.0, 4218.0, 4217.0, 4209.0, 4218.0, 4209.0, 4217.0, 4207.0, 4217.0, 4218.0, 4218.0, 4219.0, 4208.0, 4219.0, 4219.0, 4218.0, 4219.0, 4219.0, 4241.0, 4219.0, 4211.0, 4219.0, 4211.0, 4219.0, 4221.0, 4219.0, 4222.0, 4240.0, 4231.0, 4238.0, 4221.0, 4229.0, 4220.0, 4220.0, 4232.0, 4230.0, 4233.0, 4231.0, 4222.0, 4221.0, 4233.0, 4243.0, 4233.0, 4243.0, 4233.0, 4232.0, 4234.0, 4223.0, 4235.0, 4231.0, 4233.0, 4233.0, 4234.0, 4232.0, 4234.0, 4244.0, 4244.0, 4241.0, 4232.0, 4220.0, 4222.0, 4241.0, 4232.0, 4240.0, 4221.0, 4230.0, 4220.0, 4219.0, 4231.0, 4220.0, 4230.0, 4219.0, 4220.0, 4209.0, 4219.0, 4220.0, 4230.0, 4240.0, 4219.0, 4230.0, 4209.0, 4217.0, 4208.0, 4231.0, 4219.0, 4230.0, 4219.0, 4209.0, 4206.0, 4209.0, 4217.0, 4231.0, 4218.0, 4222.0, 4219.0, 4220.0, 4218.0, 4222.0, 4250.0, 4241.0, 4238.0, 4210.0, 4237.0, 4209.0, 4207.0, 4220.0, 4229.0, 4220.0, 4228.0, 4210.0, 4219.0, 4209.0, 4220.0, 4218.0, 4229.0, 4210.0, 4209.0, 4220.0, 4207.0, 4208.0, 4230.0, 4221.0, 4240.0, 4210.0, 4229.0, 4197.0, 4228.0, 4207.0, 4218.0, 4205.0, 4205.0, 4215.0, 4207.0, 4204.0, 4207.0, 4216.0, 4209.0, 4217.0, 4217.0, 4230.0, 4210.0, 4219.0, 4209.0, 4199.0, 4220.0, 4230.0, 4220.0, 4229.0, 4209.0, 4218.0, 4208.0, 4219.0, 4208.0, 4216.0, 4207.0, 4238.0, 4206.0, 4206.0, 4205.0, 4204.0, 4205.0, 4228.0, 4206.0, 4219.0, 4207.0, 4219.0, 4207.0, 4227.0, 4207.0, 4228.0, 4218.0, 4238.0, 4208.0, 4197.0, 4209.0, 4199.0, 4221.0, 4242.0, 4233.0, 4240.0, 4221.0, 4229.0, 4198.0, 4218.0, 4208.0, 4207.0, 4196.0, 4206.0, 4196.0, 4206.0, 4185.0, 4208.0, 4206.0, 4216.0, 4195.0, 4207.0, 4195.0, 4207.0, 4206.0, 4218.0, 4206.0, 4218.0, 4198.0, 4218.0, 4197.0, 4218.0, 4207.0, 4228.0, 4197.0, 4229.0, 4208.0, 4237.0, 4196.0, 4207.0, 4208.0, 4207.0, 4219.0, 4207.0, 4240.0, 4210.0, 4239.0, 4198.0, 4219.0, 4197.0, 4215.0, 4195.0, 4204.0, 4194.0, 4215.0, 4195.0, 4205.0, 4192.0, 4214.0, 4195.0, 4216.0, 4207.0, 4204.0, 4206.0, 4215.0, 4194.0, 4203.0, 4206.0, 4207.0, 4218.0, 4197.0, 4217.0, 4207.0, 4208.0, 4209.0, 4219.0, 4209.0, 4229.0, 4211.0, 4219.0, 4220.0, 4221.0, 4232.0, 4222.0, 4220.0, 4209.0, 4230.0, 4211.0, 4230.0, 4233.0, 4242.0, 4244.0, 4222.0, 4221.0, 4222.0, 4211.0, 4221.0, 4240.0, 4242.0, 4251.0, 4232.0, 4229.0, 4219.0, 4217.0, 4207.0, 4216.0, 4198.0, 4217.0, 4196.0, 4215.0, 4196.0, 4216.0, 4197.0, 4218.0, 4219.0, 4207.0, 4199.0, 4218.0, 4198.0, 4218.0, 4209.0, 4228.0, 4207.0, 4227.0, 4197.0, 4216.0, 4196.0, 4216.0, 4206.0, 4216.0, 4197.0, 4215.0, 4197.0, 4195.0, 4207.0, 4218.0, 4208.0, 4236.0, 4208.0, 4218.0, 4220.0, 4220.0, 4230.0, 4206.0, 4220.0, 4207.0, 4218.0, 4197.0, 4229.0, 4206.0, 4217.0, 4196.0, 4196.0, 4197.0, 4217.0, 4209.0, 4229.0, 4219.0, 4209.0, 4230.0, 4209.0, 4219.0, 4210.0, 4220.0, 4220.0, 4239.0, 4207.0, 4227.0, 4197.0, 4216.0, 4207.0, 4216.0, 4216.0, 4224.0, 4206.0, 4193.0, 4205.0, 4194.0, 4217.0, 4204.0, 4216.0, 4193.0, 4216.0, 4195.0, 4205.0, 4196.0, 4206.0, 4194.0, 4205.0, 4194.0, 4206.0, 4205.0, 4218.0, 4206.0, 4206.0, 4225.0, 4208.0, 4225.0, 4196.0, 4216.0, 4207.0, 4215.0, 4196.0, 4205.0, 4195.0, 4196.0, 4208.0, 4218.0, 4209.0, 4228.0, 4210.0, 4228.0, 4210.0, 4229.0, 4231.0, 4218.0, 4220.0, 4208.0, 4209.0], 'WindowWidth': [9476.0, 9419.0, 9400.0, 9368.0, 9358.0, 9375.0, 9371.0, 9355.0, 9375.0, 9351.0, 9362.0, 9353.0, 9364.0, 9364.0, 9372.0, 9348.0, 9354.0, 9343.0, 9338.0, 9373.0, 9369.0, 9340.0, 9305.0, 9321.0, 9318.0, 9321.0, 9309.0, 9338.0, 9308.0, 9325.0, 9322.0, 9325.0, 9321.0, 9357.0, 9341.0, 9329.0, 9339.0, 9325.0, 9328.0, 9329.0, 9361.0, 9332.0, 9349.0, 9341.0, 9345.0, 9346.0, 9370.0, 9366.0, 9368.0, 9343.0, 9345.0, 9328.0, 9360.0, 9349.0, 9347.0, 9325.0, 9329.0, 9338.0, 9326.0, 9337.0, 9346.0, 9327.0, 9332.0, 9341.0, 9332.0, 9340.0, 9345.0, 9365.0, 9347.0, 9349.0, 9370.0, 9316.0, 9343.0, 9347.0, 9350.0, 9350.0, 9349.0, 9373.0, 9348.0, 9370.0, 9333.0, 9358.0, 9375.0, 9328.0, 9358.0, 9326.0, 9344.0, 9327.0, 9348.0, 9328.0, 9343.0, 9327.0, 9328.0, 9340.0, 9343.0, 9346.0, 9353.0, 9346.0, 9342.0, 9347.0, 9332.0, 9375.0, 9331.0, 9336.0, 9348.0, 9337.0, 9352.0, 9354.0, 9369.0, 9377.0, 9351.0, 9331.0, 9348.0, 9328.0, 9357.0, 9331.0, 9359.0, 9325.0, 9342.0, 9322.0, 9322.0, 9327.0, 9329.0, 9309.0, 9325.0, 9318.0, 9318.0, 9300.0, 9327.0, 9338.0, 9354.0, 9322.0, 9342.0, 9332.0, 9364.0, 9322.0, 9312.0, 9342.0, 9337.0, 9380.0, 9351.0, 9377.0, 9331.0, 9342.0, 9314.0, 9324.0, 9307.0, 9353.0, 9322.0, 9323.0, 9307.0, 9323.0, 9306.0, 9322.0, 9318.0, 9322.0, 9322.0, 9340.0, 9322.0, 9326.0, 9321.0, 9324.0, 9321.0, 9327.0, 9344.0, 9348.0, 9343.0, 9335.0, 9342.0, 9332.0, 9329.0, 9345.0, 9347.0, 9368.0, 9353.0, 9349.0, 9348.0, 9350.0, 9350.0, 9350.0, 9354.0, 9352.0, 9350.0, 9348.0, 9346.0, 9336.0, 9354.0, 9335.0, 9357.0, 9371.0, 9371.0, 9381.0, 9368.0, 9378.0, 9353.0, 9364.0, 9355.0, 9363.0, 9351.0, 9367.0, 9350.0, 9337.0, 9344.0, 9337.0, 9344.0, 9324.0, 9350.0, 9356.0, 9369.0, 9370.0, 9367.0, 9372.0, 9353.0, 9371.0, 9366.0, 9386.0, 9369.0, 9346.0, 9368.0, 9345.0, 9375.0, 9356.0, 9391.0, 9379.0, 9375.0, 9396.0, 9359.0, 9368.0, 9354.0, 9354.0, 9370.0, 9368.0, 9357.0, 9365.0, 9356.0, 9351.0, 9352.0, 9353.0, 9384.0, 9384.0, 9369.0, 9390.0, 9342.0, 9345.0, 9341.0, 9346.0, 9356.0, 9369.0, 9388.0, 9356.0, 9359.0, 9369.0, 9343.0, 9372.0, 9362.0, 9390.0, 9383.0, 9359.0, 9395.0, 9357.0, 9376.0, 9383.0, 9365.0, 9398.0, 9350.0, 9365.0, 9344.0, 9349.0, 9343.0, 9350.0, 9374.0, 9350.0, 9357.0, 9348.0, 9343.0, 9348.0, 9333.0, 9369.0, 9366.0, 9354.0, 9348.0, 9342.0, 9352.0, 9354.0, 9351.0, 9386.0, 9367.0, 9359.0, 9353.0, 9356.0, 9365.0, 9379.0, 9350.0, 9371.0, 9351.0, 9367.0, 9366.0, 9343.0, 9367.0, 9325.0, 9354.0, 9355.0, 9373.0, 9385.0, 9372.0, 9397.0, 9358.0, 9380.0, 9370.0, 9348.0, 9352.0, 9354.0, 9358.0, 9378.0, 9403.0, 9405.0, 9359.0, 9360.0, 9350.0, 9352.0, 9331.0, 9350.0, 9333.0, 9336.0, 9330.0, 9333.0, 9332.0, 9351.0, 9353.0, 9340.0, 9350.0, 9324.0, 9338.0, 9336.0, 9357.0, 9370.0, 9387.0, 9358.0, 9360.0, 9342.0, 9359.0, 9345.0, 9344.0, 9374.0, 9386.0, 9403.0, 9386.0, 9374.0, 9386.0, 9356.0, 9367.0, 9342.0, 9337.0, 9340.0, 9353.0, 9357.0, 9364.0, 9361.0, 9357.0, 9361.0, 9361.0, 9395.0, 9364.0, 9411.0, 9377.0, 9387.0, 9358.0, 9343.0, 9346.0, 9371.0, 9348.0, 9371.0, 9363.0, 9387.0, 9376.0, 9395.0, 9360.0, 9339.0, 9368.0, 9356.0, 9360.0, 9359.0, 9387.0, 9375.0, 9382.0, 9369.0, 9338.0, 9367.0, 9334.0, 9379.0, 9348.0, 9364.0, 9333.0, 9335.0, 9340.0, 9334.0, 9353.0, 9355.0, 9373.0, 9374.0, 9384.0, 9371.0, 9354.0, 9358.0, 9354.0, 9368.0, 9365.0, 9356.0, 9380.0, 9338.0, 9363.0, 9342.0, 9350.0, 9340.0, 9354.0, 9373.0, 9339.0, 9357.0, 9339.0, 9353.0, 9338.0, 9368.0, 9356.0, 9371.0, 9352.0, 9356.0, 9359.0, 9356.0, 9348.0, 9362.0, 9386.0, 9384.0, 9415.0, 9370.0, 9384.0, 9392.0, 9362.0, 9378.0, 9393.0, 9368.0, 9360.0, 9398.0, 9372.0, 9402.0, 9401.0, 9402.0, 9424.0, 9383.0, 9390.0, 9362.0, 9357.0, 9376.0, 9362.0, 9372.0, 9368.0, 9357.0, 9339.0, 9354.0, 9324.0, 9356.0, 9368.0, 9359.0, 9381.0, 9357.0, 9380.0, 9350.0, 9348.0, 9350.0, 9357.0, 9355.0, 9379.0, 9354.0, 9362.0, 9354.0, 9320.0, 9337.0, 9348.0, 9348.0, 9367.0, 9350.0, 9350.0, 9346.0, 9336.0, 9345.0, 9335.0, 9342.0, 9333.0, 9343.0, 9346.0, 9346.0, 9350.0, 9334.0, 9350.0, 9351.0, 9349.0, 9351.0, 9350.0, 9384.0, 9352.0, 9343.0, 9351.0, 9344.0, 9350.0, 9357.0, 9350.0, 9359.0, 9380.0, 9371.0, 9375.0, 9357.0, 9364.0, 9354.0, 9356.0, 9375.0, 9368.0, 9377.0, 9372.0, 9364.0, 9358.0, 9377.0, 9391.0, 9378.0, 9389.0, 9376.0, 9374.0, 9378.0, 9365.0, 9383.0, 9373.0, 9378.0, 9376.0, 9380.0, 9375.0, 9382.0, 9394.0, 9395.0, 9385.0, 9375.0, 9354.0, 9361.0, 9382.0, 9374.0, 9383.0, 9358.0, 9367.0, 9353.0, 9351.0, 9371.0, 9356.0, 9367.0, 9351.0, 9354.0, 9339.0, 9353.0, 9356.0, 9370.0, 9381.0, 9353.0, 9364.0, 9338.0, 9346.0, 9335.0, 9370.0, 9351.0, 9366.0, 9351.0, 9337.0, 9328.0, 9336.0, 9347.0, 9372.0, 9350.0, 9358.0, 9351.0, 9355.0, 9349.0, 9361.0, 9394.0, 9383.0, 9373.0, 9339.0, 9370.0, 9337.0, 9333.0, 9355.0, 9362.0, 9354.0, 9361.0, 9341.0, 9349.0, 9338.0, 9353.0, 9349.0, 9364.0, 9341.0, 9337.0, 9355.0, 9334.0, 9338.0, 9367.0, 9358.0, 9380.0, 9340.0, 9362.0, 9318.0, 9359.0, 9328.0, 9346.0, 9324.0, 9324.0, 9337.0, 9329.0, 9323.0, 9331.0, 9342.0, 9338.0, 9348.0, 9348.0, 9366.0, 9341.0, 9350.0, 9340.0, 9325.0, 9354.0, 9369.0, 9355.0, 9364.0, 9338.0, 9347.0, 9332.0, 9348.0, 9335.0, 9344.0, 9329.0, 9372.0, 9328.0, 9328.0, 9324.0, 9323.0, 9326.0, 9361.0, 9329.0, 9349.0, 9331.0, 9349.0, 9331.0, 9358.0, 9331.0, 9361.0, 9346.0, 9374.0, 9333.0, 9318.0, 9340.0, 9325.0, 9359.0, 9388.0, 9378.0, 9381.0, 9356.0, 9363.0, 9321.0, 9346.0, 9332.0, 9333.0, 9315.0, 9329.0, 9312.0, 9328.0, 9296.0, 9332.0, 9327.0, 9340.0, 9311.0, 9329.0, 9311.0, 9330.0, 9328.0, 9349.0, 9330.0, 9349.0, 9319.0, 9347.0, 9318.0, 9346.0, 9330.0, 9361.0, 9317.0, 9362.0, 9332.0, 9371.0, 9314.0, 9329.0, 9335.0, 9331.0, 9353.0, 9333.0, 9381.0, 9340.0, 9379.0, 9319.0, 9350.0, 9318.0, 9339.0, 9311.0, 9322.0, 9309.0, 9337.0, 9310.0, 9324.0, 9303.0, 9335.0, 9311.0, 9341.0, 9331.0, 9323.0, 9328.0, 9337.0, 9310.0, 9319.0, 9328.0, 9330.0, 9346.0, 9316.0, 9344.0, 9331.0, 9333.0, 9338.0, 9349.0, 9336.0, 9364.0, 9343.0, 9349.0, 9354.0, 9357.0, 9375.0, 9360.0, 9355.0, 9341.0, 9367.0, 9346.0, 9367.0, 9376.0, 9386.0, 9391.0, 9360.0, 9359.0, 9360.0, 9344.0, 9358.0, 9381.0, 9387.0, 9395.0, 9372.0, 9363.0, 9351.0, 9343.0, 9333.0, 9340.0, 9322.0, 9343.0, 9314.0, 9338.0, 9315.0, 9340.0, 9317.0, 9347.0, 9351.0, 9332.0, 9323.0, 9346.0, 9321.0, 9345.0, 9338.0, 9359.0, 9332.0, 9354.0, 9316.0, 9339.0, 9314.0, 9342.0, 9329.0, 9339.0, 9316.0, 9337.0, 9315.0, 9311.0, 9331.0, 9347.0, 9334.0, 9369.0, 9336.0, 9347.0, 9352.0, 9353.0, 9366.0, 9331.0, 9352.0, 9331.0, 9347.0, 9316.0, 9362.0, 9329.0, 9343.0, 9314.0, 9313.0, 9317.0, 9342.0, 9338.0, 9362.0, 9351.0, 9336.0, 9368.0, 9336.0, 9350.0, 9341.0, 9354.0, 9353.0, 9374.0, 9331.0, 9354.0, 9315.0, 9338.0, 9330.0, 9339.0, 9340.0, 9347.0, 9326.0, 9307.0, 9324.0, 9311.0, 9342.0, 9322.0, 9341.0, 9306.0, 9340.0, 9310.0, 9324.0, 9313.0, 9326.0, 9309.0, 9326.0, 9308.0, 9327.0, 9325.0, 9346.0, 9329.0, 9330.0, 9351.0, 9332.0, 9351.0, 9315.0, 9341.0, 9330.0, 9338.0, 9313.0, 9324.0, 9312.0, 9312.0, 9334.0, 9349.0, 9338.0, 9361.0, 9340.0, 9361.0, 9339.0, 9363.0, 9369.0, 9347.0, 9354.0, 9334.0, 9337.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.00024356321839080457</td></tr>
<tr><td colspan=3>aqi</td><td>0.016830089195402298</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.59598330996543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2095767829574235</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908769038665138</td></tr>
<tr><td colspan=3>efc</td><td>0.4522</td></tr>
<tr><td colspan=3>fber</td><td>6884.9902</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07415085113238984</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5424683887896284</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462489759471487</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.756482116098527</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408433290798871</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013578306883573532</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030128853395581245</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.7171316047414003</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>24.0169</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8626</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.2926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308257.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>784.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.4374</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.669</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3465.335</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.6475</td></tr>
<tr><td colspan=3>tsnr</td><td>46.29902416840196</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>