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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-06_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-06_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-0021/ses-04/func/sub-0021_ses-04_task-social_acq-mb8_run-06_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>e4c6ad640925fada123a7bcb78c7494c</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>18:10:17.727500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</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-06_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.0942942</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>240f53d2-0f1a-4a31-af37-96b217cc3650||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['181017.727500', '181018.187500', '181018.647500', '181019.107500', '181019.567500', '181020.027500', '181020.487500', '181020.947500', '181021.407500', '181021.867500', '181022.327500', '181022.787500', '181023.247500', '181023.707500', '181024.167500', '181024.627500', '181025.087500', '181025.547500', '181026.007500', '181026.467500', '181026.927500', '181027.387500', '181027.847500', '181028.307500', '181028.767500', '181029.227500', '181029.687500', '181030.147500', '181030.607500', '181031.067500', '181031.527500', '181031.987500', '181032.447500', '181032.907500', '181033.367500', '181033.827500', '181034.287500', '181034.747500', '181035.207500', '181035.667500', '181036.127500', '181036.587500', '181037.047500', '181037.507500', '181037.967500', '181038.427500', '181038.887500', '181039.347500', '181039.807500', '181040.267500', '181040.727500', '181041.187500', '181041.647500', '181042.107500', '181042.567500', '181043.027500', '181043.487500', '181043.947500', '181044.407500', '181044.867500', '181045.327500', '181045.787500', '181046.247500', '181046.707500', '181047.167500', '181047.627500', '181048.087500', '181048.547500', '181049.007500', '181049.467500', '181049.927500', '181050.387500', '181050.847500', '181051.307500', '181051.767500', '181052.227500', '181052.687500', '181053.147500', '181053.607500', '181054.067500', '181054.527500', '181054.987500', '181055.447500', '181055.907500', '181056.367500', '181056.827500', '181057.287500', '181057.747500', '181058.207500', '181058.667500', '181059.127500', '181059.587500', '181100.047500', '181100.507500', '181100.967500', '181101.427500', '181101.887500', '181102.347500', '181102.807500', '181103.267500', '181103.727500', '181104.187500', '181104.647500', '181105.107500', '181105.567500', '181106.027500', '181106.487500', '181106.947500', '181107.407500', '181107.867500', '181108.327500', '181108.787500', '181109.247500', '181109.707500', '181110.167500', '181110.627500', '181111.087500', '181111.547500', '181112.007500', '181112.467500', '181112.927500', '181113.387500', '181113.847500', '181114.307500', '181114.767500', '181115.227500', '181115.687500', '181116.147500', '181116.607500', '181117.067500', '181117.527500', '181117.987500', '181118.447500', '181118.907500', '181119.367500', '181119.827500', '181120.287500', '181120.747500', '181121.207500', '181121.667500', '181122.127500', '181122.587500', '181123.047500', '181123.507500', '181123.967500', '181124.427500', '181124.887500', '181125.347500', '181125.807500', '181126.267500', '181126.727500', '181127.187500', '181127.647500', '181128.107500', '181128.567500', '181129.027500', '181129.487500', '181129.947500', '181130.407500', '181130.867500', '181131.327500', '181131.787500', '181132.247500', '181132.707500', '181133.167500', '181133.627500', '181134.087500', '181134.547500', '181135.007500', '181135.467500', '181135.927500', '181136.387500', '181136.847500', '181137.307500', '181137.767500', '181138.227500', '181138.687500', '181139.147500', '181139.607500', '181140.067500', '181140.527500', '181140.987500', '181141.447500', '181141.907500', '181142.367500', '181142.827500', '181143.287500', '181143.747500', '181144.207500', '181144.667500', '181145.127500', '181145.587500', '181146.047500', '181146.507500', '181146.967500', '181147.427500', '181147.887500', '181148.347500', '181148.807500', '181149.267500', '181149.727500', '181150.187500', '181150.647500', '181151.107500', '181151.567500', '181152.027500', '181152.487500', '181152.947500', '181153.407500', '181153.867500', '181154.327500', '181154.787500', '181155.247500', '181155.707500', '181156.167500', '181156.627500', '181157.087500', '181157.547500', '181158.007500', '181158.467500', '181158.927500', '181159.387500', '181159.847500', '181200.307500', '181200.767500', '181201.227500', '181201.687500', '181202.147500', '181202.607500', '181203.067500', '181203.527500', '181203.987500', '181204.447500', '181204.907500', '181205.367500', '181205.827500', '181206.287500', '181206.747500', '181207.207500', '181207.667500', '181208.127500', '181208.587500', '181209.047500', '181209.507500', '181209.967500', '181210.427500', '181210.887500', '181211.347500', '181211.807500', '181212.267500', '181212.727500', '181213.187500', '181213.647500', '181214.107500', '181214.567500', '181215.027500', '181215.487500', '181215.947500', '181216.407500', '181216.867500', '181217.327500', '181217.787500', '181218.247500', '181218.707500', '181219.167500', '181219.627500', '181220.087500', '181220.547500', '181221.007500', '181221.467500', '181221.927500', '181222.387500', '181222.847500', '181223.307500', '181223.767500', '181224.227500', '181224.687500', '181225.147500', '181225.607500', '181226.067500', '181226.527500', '181226.987500', '181227.447500', '181227.907500', '181228.367500', '181228.827500', '181229.287500', '181229.747500', '181230.207500', '181230.667500', '181231.127500', '181231.587500', '181232.047500', '181232.507500', '181232.967500', '181233.427500', '181233.887500', '181234.347500', '181234.807500', '181235.267500', '181235.727500', '181236.187500', '181236.647500', '181237.107500', '181237.567500', '181238.027500', '181238.487500', '181238.947500', '181239.407500', '181239.867500', '181240.327500', '181240.787500', '181241.247500', '181241.707500', '181242.167500', '181242.627500', '181243.087500', '181243.547500', '181244.007500', '181244.467500', '181244.927500', '181245.387500', '181245.847500', '181246.307500', '181246.767500', '181247.227500', '181247.687500', '181248.147500', '181248.607500', '181249.067500', '181249.527500', '181249.987500', '181250.447500', '181250.907500', '181251.367500', '181251.827500', '181252.287500', '181252.747500', '181253.207500', '181253.667500', '181254.127500', '181254.587500', '181255.047500', '181255.507500', '181255.967500', '181256.427500', '181256.887500', '181257.347500', '181257.807500', '181258.267500', '181258.727500', '181259.187500', '181259.647500', '181300.107500', '181300.567500', '181301.027500', '181301.487500', '181301.947500', '181302.407500', '181302.867500', '181303.327500', '181303.787500', '181304.247500', '181304.707500', '181305.167500', '181305.627500', '181306.087500', '181306.547500', '181307.007500', '181307.467500', '181307.927500', '181308.387500', '181308.847500', '181309.307500', '181309.767500', '181310.227500', '181310.687500', '181311.147500', '181311.607500', '181312.067500', '181312.527500', '181312.987500', '181313.447500', '181313.907500', '181314.367500', '181314.827500', '181315.287500', '181315.747500', '181316.207500', '181316.667500', '181317.127500', '181317.587500', '181318.047500', '181318.507500', '181318.967500', '181319.427500', '181319.887500', '181320.347500', '181320.807500', '181321.267500', '181321.727500', '181322.187500', '181322.647500', '181323.107500', '181323.567500', '181324.027500', '181324.487500', '181324.947500', '181325.407500', '181325.867500', '181326.327500', '181326.787500', '181327.247500', '181327.707500', '181328.167500', '181328.627500', '181329.087500', '181329.547500', '181330.007500', '181330.467500', '181330.927500', '181331.387500', '181331.847500', '181332.307500', '181332.767500', '181333.227500', '181333.687500', '181334.147500', '181334.607500', '181335.067500', '181335.527500', '181335.987500', '181336.447500', '181336.907500', '181337.367500', '181337.827500', '181338.287500', '181338.747500', '181339.207500', '181339.667500', '181340.127500', '181340.587500', '181341.047500', '181341.507500', '181341.967500', '181342.427500', '181342.887500', '181343.347500', '181343.807500', '181344.267500', '181344.727500', '181345.187500', '181345.647500', '181346.107500', '181346.567500', '181347.027500', '181347.487500', '181347.947500', '181348.407500', '181348.867500', '181349.327500', '181349.787500', '181350.247500', '181350.707500', '181351.167500', '181351.627500', '181352.087500', '181352.547500', '181353.007500', '181353.467500', '181353.927500', '181354.387500', '181354.847500', '181355.307500', '181355.767500', '181356.227500', '181356.687500', '181357.147500', '181357.607500', '181358.067500', '181358.527500', '181358.987500', '181359.447500', '181359.907500', '181400.367500', '181400.827500', '181401.287500', '181401.747500', '181402.207500', '181402.667500', '181403.127500', '181403.587500', '181404.047500', '181404.507500', '181404.967500', '181405.427500', '181405.887500', '181406.347500', '181406.807500', '181407.267500', '181407.727500', '181408.187500', '181408.647500', '181409.107500', '181409.567500', '181410.027500', '181410.487500', '181410.947500', '181411.407500', '181411.867500', '181412.327500', '181412.787500', '181413.247500', '181413.707500', '181414.167500', '181414.627500', '181415.087500', '181415.547500', '181416.007500', '181416.467500', '181416.927500', '181417.387500', '181417.847500', '181418.307500', '181418.767500', '181419.227500', '181419.687500', '181420.147500', '181420.607500', '181421.067500', '181421.527500', '181421.987500', '181422.447500', '181422.907500', '181423.367500', '181423.827500', '181424.287500', '181424.747500', '181425.207500', '181425.667500', '181426.127500', '181426.587500', '181427.047500', '181427.507500', '181427.967500', '181428.427500', '181428.887500', '181429.347500', '181429.807500', '181430.267500', '181430.727500', '181431.187500', '181431.647500', '181432.107500', '181432.567500', '181433.027500', '181433.487500', '181433.947500', '181434.407500', '181434.867500', '181435.327500', '181435.787500', '181436.247500', '181436.707500', '181437.167500', '181437.627500', '181438.087500', '181438.547500', '181439.007500', '181439.467500', '181439.927500', '181440.387500', '181440.847500', '181441.307500', '181441.767500', '181442.227500', '181442.687500', '181443.147500', '181443.607500', '181444.067500', '181444.527500', '181444.987500', '181445.447500', '181445.907500', '181446.367500', '181446.827500', '181447.287500', '181447.747500', '181448.207500', '181448.667500', '181449.127500', '181449.587500', '181450.047500', '181450.507500', '181450.967500', '181451.427500', '181451.887500', '181452.347500', '181452.807500', '181453.267500', '181453.727500', '181454.187500', '181454.647500', '181455.107500', '181455.567500', '181456.027500', '181456.487500', '181456.947500', '181457.407500', '181457.867500', '181458.327500', '181458.787500', '181459.247500', '181459.707500', '181500.167500', '181500.627500', '181501.087500', '181501.547500', '181502.007500', '181502.467500', '181502.927500', '181503.387500', '181503.847500', '181504.307500', '181504.767500', '181505.227500', '181505.687500', '181506.147500', '181506.607500', '181507.067500', '181507.527500', '181507.987500', '181508.447500', '181508.907500', '181509.367500', '181509.827500', '181510.287500', '181510.747500', '181511.207500', '181511.667500', '181512.127500', '181512.587500', '181513.047500', '181513.507500', '181513.967500', '181514.427500', '181514.887500', '181515.347500', '181515.807500', '181516.267500', '181516.727500', '181517.187500', '181517.647500', '181518.107500', '181518.567500', '181519.027500', '181519.487500', '181519.947500', '181520.407500', '181520.867500', '181521.327500', '181521.787500', '181522.247500', '181522.707500', '181523.167500', '181523.627500', '181524.087500', '181524.547500', '181525.007500', '181525.467500', '181525.927500', '181526.387500', '181526.847500', '181527.307500', '181527.767500', '181528.227500', '181528.687500', '181529.147500', '181529.607500', '181530.067500', '181530.527500', '181530.987500', '181531.447500', '181531.907500', '181532.367500', '181532.827500', '181533.287500', '181533.747500', '181534.207500', '181534.667500', '181535.127500', '181535.587500', '181536.047500', '181536.507500', '181536.967500', '181537.427500', '181537.887500', '181538.347500', '181538.807500', '181539.267500', '181539.727500', '181540.187500', '181540.647500', '181541.107500', '181541.567500', '181542.027500', '181542.487500', '181542.947500', '181543.407500', '181543.867500', '181544.327500', '181544.787500', '181545.247500', '181545.707500', '181546.167500', '181546.627500', '181547.087500', '181547.547500', '181548.007500', '181548.467500', '181548.927500', '181549.387500', '181549.847500', '181550.307500', '181550.767500', '181551.227500', '181551.687500', '181552.147500', '181552.607500', '181553.067500', '181553.527500', '181553.987500', '181554.447500', '181554.907500', '181555.367500', '181555.827500', '181556.287500', '181556.747500', '181557.207500', '181557.667500', '181558.127500', '181558.587500', '181559.047500', '181559.507500', '181559.967500', '181600.427500', '181600.887500', '181601.347500', '181601.807500', '181602.267500', '181602.727500', '181603.187500', '181603.647500', '181604.107500', '181604.567500', '181605.027500', '181605.487500', '181605.947500', '181606.407500', '181606.867500', '181607.327500', '181607.787500', '181608.247500', '181608.707500', '181609.167500', '181609.627500', '181610.087500', '181610.547500', '181611.007500', '181611.467500', '181611.927500', '181612.387500', '181612.847500', '181613.307500', '181613.767500', '181614.227500', '181614.687500', '181615.147500', '181615.607500', '181616.067500', '181616.527500', '181616.987500', '181617.447500', '181617.907500', '181618.367500', '181618.827500', '181619.287500', '181619.747500', '181620.207500', '181620.667500', '181621.127500', '181621.587500', '181622.047500', '181622.507500', '181622.967500', '181623.427500', '181623.887500', '181624.347500', '181624.807500', '181625.267500', '181625.727500', '181626.187500', '181626.647500', '181627.107500', '181627.567500', '181628.027500', '181628.487500', '181628.947500', '181629.407500', '181629.867500', '181630.327500', '181630.787500', '181631.247500', '181631.707500', '181632.167500', '181632.627500', '181633.087500', '181633.547500', '181634.007500', '181634.467500', '181634.927500', '181635.387500', '181635.847500', '181636.307500', '181636.767500', '181637.227500', '181637.687500', '181638.147500', '181638.607500', '181639.067500', '181639.527500', '181639.987500', '181640.447500', '181640.907500', '181641.367500', '181641.827500', '181642.287500', '181642.747500', '181643.207500', '181643.667500', '181644.127500', '181644.587500', '181645.047500', '181645.507500', '181645.967500', '181646.427500', '181646.887500', '181647.347500', '181647.807500', '181648.267500', '181648.727500', '181649.187500', '181649.647500', '181650.107500', '181650.567500', '181651.027500', '181651.487500', '181651.947500', '181652.407500', '181652.867500', '181653.327500', '181653.787500', '181654.247500', '181654.707500', '181655.167500', '181655.627500', '181656.087500', '181656.547500', '181657.007500', '181657.467500', '181657.927500', '181658.387500'], 'ContentTime': ['181040.422000', '181040.426000', '181040.429000', '181040.431000', '181040.434000', '181040.437000', '181040.440000', '181040.443000', '181040.446000', '181040.448000', '181040.451000', '181040.454000', '181040.457000', '181040.460000', '181040.462000', '181040.465000', '181040.468000', '181040.471000', '181040.474000', '181040.476000', '181040.479000', '181040.482000', '181040.485000', '181040.488000', '181040.490000', '181040.493000', '181040.496000', '181040.499000', '181040.502000', '181040.504000', '181040.507000', '181040.510000', '181040.513000', '181040.516000', '181040.518000', '181040.521000', '181040.524000', '181040.527000', '181040.530000', '181040.532000', '181040.535000', '181040.543000', '181040.545000', '181040.548000', '181040.551000', '181040.554000', '181100.369000', '181100.372000', '181100.375000', '181100.377000', '181100.380000', '181100.383000', '181100.386000', '181100.389000', '181100.391000', '181100.394000', '181100.397000', '181100.400000', '181100.403000', '181100.405000', '181100.408000', '181100.411000', '181100.414000', '181100.417000', '181100.419000', '181100.422000', '181100.425000', '181100.428000', '181100.431000', '181100.434000', '181100.436000', '181100.439000', '181100.442000', '181100.445000', '181100.448000', '181100.451000', '181100.455000', '181100.458000', '181100.461000', '181100.464000', '181100.466000', '181100.469000', '181100.472000', '181100.475000', '181100.478000', '181100.480000', '181100.483000', '181100.486000', '181100.489000', '181100.491000', '181120.369000', '181120.372000', '181120.375000', '181120.378000', '181120.380000', '181120.383000', '181120.386000', '181120.389000', '181120.392000', '181120.395000', '181120.397000', '181120.400000', '181120.403000', '181120.406000', '181120.411000', '181120.415000', '181120.418000', '181120.421000', '181120.424000', '181120.426000', '181120.429000', '181120.432000', '181120.435000', '181120.438000', '181120.441000', '181120.443000', '181120.446000', '181120.449000', '181120.452000', '181120.455000', '181120.464000', '181120.466000', '181120.469000', '181120.472000', '181120.475000', '181120.478000', '181120.481000', '181120.483000', '181120.486000', '181120.489000', '181120.492000', '181120.495000', '181120.497000', '181140.368000', '181140.371000', '181140.374000', '181140.376000', '181140.379000', '181140.382000', '181140.385000', '181140.388000', '181140.391000', '181140.393000', '181140.396000', '181140.399000', '181140.402000', '181140.405000', '181140.408000', '181140.410000', '181140.413000', '181140.416000', '181140.419000', '181140.422000', '181140.432000', '181140.435000', '181140.448000', '181140.451000', '181140.454000', '181140.457000', '181140.460000', '181140.462000', '181140.465000', '181140.468000', '181140.471000', '181140.474000', '181140.477000', '181140.479000', '181140.482000', '181140.485000', '181140.488000', '181140.491000', '181140.493000', '181140.496000', '181140.499000', '181140.502000', '181140.505000', '181140.508000', '181200.368000', '181200.371000', '181200.374000', '181200.377000', '181200.379000', '181200.382000', '181200.385000', '181200.388000', '181200.391000', '181200.394000', '181200.396000', '181200.399000', '181200.402000', '181200.405000', '181200.408000', '181200.411000', '181200.413000', '181200.416000', '181200.419000', '181200.422000', '181200.425000', '181200.430000', '181200.433000', '181200.436000', '181200.439000', '181200.442000', '181200.444000', '181200.447000', '181200.450000', '181200.453000', '181200.456000', '181200.458000', '181200.461000', '181200.464000', '181200.470000', '181200.473000', '181200.476000', '181200.479000', '181200.482000', '181200.484000', '181200.487000', '181200.490000', '181200.493000', '181220.368000', '181220.371000', '181220.374000', '181220.377000', '181220.379000', '181220.383000', '181220.386000', '181220.389000', '181220.391000', '181220.394000', '181220.397000', '181220.400000', '181220.403000', '181220.405000', '181220.408000', '181220.411000', '181220.414000', '181220.417000', '181220.419000', '181220.422000', '181220.425000', '181220.428000', '181220.431000', '181220.433000', '181220.436000', '181220.439000', '181220.442000', '181220.445000', '181220.447000', '181220.450000', '181220.453000', '181220.456000', '181220.459000', '181220.462000', '181220.464000', '181220.467000', '181220.470000', '181220.473000', '181220.476000', '181220.479000', '181220.481000', '181220.484000', '181220.487000', '181220.490000', '181240.368000', '181240.371000', '181240.374000', '181240.377000', '181240.379000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.394000', '181240.397000', '181240.399000', '181240.402000', '181240.405000', '181240.408000', '181240.411000', '181240.413000', '181240.416000', '181240.419000', '181240.422000', '181240.425000', '181240.428000', '181240.430000', '181240.434000', '181240.439000', '181240.442000', '181240.445000', '181240.448000', '181240.451000', '181240.454000', '181240.457000', '181240.459000', '181240.462000', '181240.465000', '181240.468000', '181240.471000', '181240.473000', '181240.476000', '181240.479000', '181240.482000', '181240.485000', '181240.487000', '181240.490000', '181300.369000', '181300.372000', '181300.375000', '181300.378000', '181300.381000', '181300.383000', '181300.386000', '181300.389000', '181300.392000', '181300.395000', '181300.398000', '181300.400000', '181300.403000', '181300.406000', '181300.409000', '181300.412000', '181300.414000', '181300.417000', '181300.420000', '181300.423000', '181300.426000', '181300.429000', '181300.431000', '181300.434000', '181300.437000', '181300.440000', '181300.443000', '181300.445000', '181300.448000', '181300.451000', '181300.454000', '181300.457000', '181300.460000', '181300.462000', '181300.465000', '181300.468000', '181300.471000', '181300.473000', '181300.476000', '181300.479000', '181300.482000', '181300.485000', '181300.488000', '181300.490000', '181320.369000', '181320.372000', '181320.375000', '181320.378000', '181320.381000', '181320.383000', '181320.386000', '181320.389000', '181320.393000', '181320.396000', '181320.399000', '181320.402000', '181320.405000', '181320.408000', '181320.411000', '181320.414000', '181320.416000', '181320.432000', '181320.435000', '181320.438000', '181320.440000', '181320.443000', '181320.446000', '181320.449000', '181320.452000', '181320.455000', '181320.457000', '181320.460000', '181320.463000', '181320.466000', '181320.469000', '181320.472000', '181320.475000', '181320.477000', '181320.480000', '181320.483000', '181320.486000', '181320.489000', '181320.491000', '181320.495000', '181320.499000', '181320.502000', '181320.505000', '181340.369000', '181340.372000', '181340.375000', '181340.378000', '181340.380000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.394000', '181340.397000', '181340.400000', '181340.403000', '181340.406000', '181340.408000', '181340.411000', '181340.414000', '181340.417000', '181340.420000', '181340.423000', '181340.425000', '181340.428000', '181340.431000', '181340.434000', '181340.437000', '181340.440000', '181340.442000', '181340.445000', '181340.448000', '181340.451000', '181340.454000', '181340.457000', '181340.459000', '181340.462000', '181340.465000', '181340.468000', '181340.471000', '181340.474000', '181340.476000', '181340.479000', '181340.482000', '181340.485000', '181340.488000', '181340.490000', '181400.368000', '181400.371000', '181400.374000', '181400.377000', '181400.380000', '181400.382000', '181400.385000', '181400.388000', '181400.391000', '181400.394000', '181400.396000', '181400.399000', '181400.402000', '181400.405000', '181400.408000', '181400.411000', '181400.413000', '181400.416000', '181400.419000', '181400.422000', '181400.425000', '181400.427000', '181400.430000', '181400.433000', '181400.436000', '181400.439000', '181400.441000', '181400.444000', '181400.447000', '181400.450000', '181400.453000', '181400.456000', '181400.459000', '181400.461000', '181400.464000', '181400.467000', '181400.470000', '181400.473000', '181400.476000', '181400.479000', '181400.482000', '181400.484000', '181400.487000', '181420.368000', '181420.371000', '181420.374000', '181420.377000', '181420.379000', '181420.382000', '181420.385000', '181420.388000', '181420.391000', '181420.394000', '181420.396000', '181420.399000', '181420.402000', '181420.405000', '181420.408000', '181420.411000', '181420.414000', '181420.417000', '181420.419000', '181420.422000', '181420.425000', '181420.428000', '181420.431000', '181420.434000', '181420.437000', '181420.439000', '181420.442000', '181420.445000', '181420.448000', '181420.451000', '181420.454000', '181420.456000', '181420.459000', '181420.462000', '181420.465000', '181420.468000', '181420.470000', '181420.473000', '181420.476000', '181420.479000', '181420.482000', '181420.485000', '181420.487000', '181420.490000', '181440.368000', '181440.371000', '181440.374000', '181440.377000', '181440.379000', '181440.382000', '181440.385000', '181440.388000', '181440.391000', '181440.393000', '181440.396000', '181440.399000', '181440.402000', '181440.405000', '181440.408000', '181440.410000', '181440.413000', '181440.416000', '181440.419000', '181440.422000', '181440.425000', '181440.428000', '181440.431000', '181440.434000', '181440.437000', '181440.440000', '181440.443000', '181440.446000', '181440.449000', '181440.452000', '181440.454000', '181440.457000', '181440.460000', '181440.463000', '181440.466000', '181440.469000', '181440.471000', '181440.474000', '181440.477000', '181440.480000', '181440.483000', '181440.489000', '181440.503000', '181500.368000', '181500.371000', '181500.374000', '181500.376000', '181500.379000', '181500.382000', '181500.385000', '181500.388000', '181500.391000', '181500.394000', '181500.396000', '181500.399000', '181500.402000', '181500.405000', '181500.408000', '181500.411000', '181500.413000', '181500.416000', '181500.419000', '181500.422000', '181500.425000', '181500.427000', '181500.430000', '181500.433000', '181500.436000', '181500.439000', '181500.442000', '181500.445000', '181500.447000', '181500.450000', '181500.453000', '181500.456000', '181500.459000', '181500.462000', '181500.464000', '181500.467000', '181500.470000', '181500.473000', '181500.476000', '181500.478000', '181500.481000', '181500.484000', '181500.487000', '181500.490000', '181520.369000', '181520.372000', '181520.375000', '181520.378000', '181520.380000', '181520.383000', '181520.386000', '181520.389000', '181520.392000', '181520.395000', '181520.397000', '181520.400000', '181520.403000', '181520.406000', '181520.409000', '181520.412000', '181520.414000', '181520.417000', '181520.420000', '181520.423000', '181520.426000', '181520.429000', '181520.432000', '181520.434000', '181520.437000', '181520.440000', '181520.443000', '181520.446000', '181520.449000', '181520.452000', '181520.454000', '181520.457000', '181520.460000', '181520.463000', '181520.466000', '181520.469000', '181520.471000', '181520.474000', '181520.477000', '181520.480000', '181520.483000', '181520.486000', '181520.489000', '181540.369000', '181540.372000', '181540.375000', '181540.377000', '181540.380000', '181540.383000', '181540.386000', '181540.389000', '181540.392000', '181540.394000', '181540.397000', '181540.400000', '181540.403000', '181540.406000', '181540.409000', '181540.411000', '181540.414000', '181540.417000', '181540.420000', '181540.423000', '181540.426000', '181540.429000', '181540.432000', '181540.434000', '181540.437000', '181540.440000', '181540.443000', '181540.446000', '181540.449000', '181540.452000', '181540.454000', '181540.457000', '181540.460000', '181540.463000', '181540.466000', '181540.468000', '181540.471000', '181540.474000', '181540.477000', '181540.480000', '181540.483000', '181540.485000', '181540.488000', '181540.491000', '181600.369000', '181600.372000', '181600.375000', '181600.377000', '181600.380000', '181600.383000', '181600.386000', '181600.389000', '181600.392000', '181600.395000', '181600.397000', '181600.400000', '181600.405000', '181600.408000', '181600.411000', '181600.414000', '181600.417000', '181600.419000', '181600.422000', '181600.425000', '181600.428000', '181600.431000', '181600.433000', '181600.436000', '181600.439000', '181600.442000', '181600.445000', '181600.448000', '181600.451000', '181600.453000', '181600.456000', '181600.459000', '181600.462000', '181600.465000', '181600.469000', '181600.472000', '181600.475000', '181600.478000', '181600.499000', '181600.502000', '181600.504000', '181600.507000', '181600.510000', '181620.368000', '181620.371000', '181620.374000', '181620.376000', '181620.379000', '181620.382000', '181620.385000', '181620.388000', '181620.391000', '181620.394000', '181620.396000', '181620.399000', '181620.402000', '181620.405000', '181620.408000', '181620.411000', '181620.413000', '181620.416000', '181620.419000', '181620.422000', '181620.425000', '181620.427000', '181620.430000', '181620.433000', '181620.436000', '181620.439000', '181620.442000', '181620.445000', '181620.448000', '181620.451000', '181620.454000', '181620.456000', '181620.459000', '181620.462000', '181620.465000', '181620.468000', '181620.470000', '181620.473000', '181620.476000', '181620.479000', '181620.482000', '181620.484000', '181620.487000', '181620.490000', '181640.368000', '181640.371000', '181640.374000', '181640.377000', '181640.379000', '181640.382000', '181640.385000', '181640.388000', '181640.391000', '181640.394000', '181640.397000', '181640.399000', '181640.402000', '181640.405000', '181640.408000', '181640.411000', '181640.414000', '181640.416000', '181640.419000', '181640.422000', '181640.425000', '181640.428000', '181640.431000', '181640.433000', '181640.436000', '181640.439000', '181640.442000', '181640.445000', '181640.447000', '181640.450000', '181640.453000', '181640.456000', '181640.459000', '181640.462000', '181640.465000', '181640.468000', '181640.471000', '181640.474000', '181640.476000', '181640.479000', '181640.482000', '181640.485000', '181640.488000', '181659.936000', '181659.941000', '181659.947000', '181659.952000', '181659.958000', '181659.963000', '181659.966000', '181659.969000', '181659.972000', '181659.974000', '181659.977000', '181659.980000', '181659.983000', '181659.986000', '181659.989000', '181659.992000', '181659.995000', '181659.998000', '181700.001000', '181700.004000', '181700.007000', '181700.011000', '181700.014000', '181700.017000', '181700.020000', '181700.023000', '181700.027000', '181700.030000', '181700.033000', '181700.036000', '181700.039000', '181700.042000', '181700.045000', '181700.048000', '181700.051000', '181700.053000', '181700.056000', '181700.059000', '181700.062000', '181700.065000', '181700.068000', '181700.071000', '181700.073000'], 'InstanceCreationTime': ['181040.422000', '181040.426000', '181040.429000', '181040.431000', '181040.434000', '181040.437000', '181040.440000', '181040.443000', '181040.446000', '181040.448000', '181040.451000', '181040.454000', '181040.457000', '181040.460000', '181040.462000', '181040.465000', '181040.468000', '181040.471000', '181040.474000', '181040.476000', '181040.479000', '181040.482000', '181040.485000', '181040.488000', '181040.490000', '181040.493000', '181040.496000', '181040.499000', '181040.502000', '181040.504000', '181040.507000', '181040.510000', '181040.513000', '181040.516000', '181040.518000', '181040.521000', '181040.524000', '181040.527000', '181040.530000', '181040.532000', '181040.535000', '181040.543000', '181040.545000', '181040.548000', '181040.551000', '181040.554000', '181100.369000', '181100.372000', '181100.375000', '181100.377000', '181100.380000', '181100.383000', '181100.386000', '181100.389000', '181100.391000', '181100.394000', '181100.397000', '181100.400000', '181100.403000', '181100.405000', '181100.408000', '181100.411000', '181100.414000', '181100.417000', '181100.419000', '181100.422000', '181100.425000', '181100.428000', '181100.431000', '181100.434000', '181100.436000', '181100.439000', '181100.442000', '181100.445000', '181100.448000', '181100.451000', '181100.455000', '181100.458000', '181100.461000', '181100.464000', '181100.466000', '181100.469000', '181100.472000', '181100.475000', '181100.478000', '181100.480000', '181100.483000', '181100.486000', '181100.489000', '181100.491000', '181120.369000', '181120.372000', '181120.375000', '181120.378000', '181120.380000', '181120.383000', '181120.386000', '181120.389000', '181120.392000', '181120.395000', '181120.397000', '181120.400000', '181120.403000', '181120.406000', '181120.411000', '181120.415000', '181120.418000', '181120.421000', '181120.424000', '181120.426000', '181120.429000', '181120.432000', '181120.435000', '181120.438000', '181120.441000', '181120.443000', '181120.446000', '181120.449000', '181120.452000', '181120.455000', '181120.464000', '181120.466000', '181120.469000', '181120.472000', '181120.475000', '181120.478000', '181120.481000', '181120.483000', '181120.486000', '181120.489000', '181120.492000', '181120.495000', '181120.497000', '181140.368000', '181140.371000', '181140.374000', '181140.376000', '181140.379000', '181140.382000', '181140.385000', '181140.388000', '181140.391000', '181140.393000', '181140.396000', '181140.399000', '181140.402000', '181140.405000', '181140.408000', '181140.410000', '181140.413000', '181140.416000', '181140.419000', '181140.422000', '181140.432000', '181140.435000', '181140.448000', '181140.451000', '181140.454000', '181140.457000', '181140.460000', '181140.462000', '181140.465000', '181140.468000', '181140.471000', '181140.474000', '181140.477000', '181140.479000', '181140.482000', '181140.485000', '181140.488000', '181140.491000', '181140.493000', '181140.496000', '181140.499000', '181140.502000', '181140.505000', '181140.508000', '181200.368000', '181200.371000', '181200.374000', '181200.377000', '181200.379000', '181200.382000', '181200.385000', '181200.388000', '181200.391000', '181200.394000', '181200.396000', '181200.399000', '181200.402000', '181200.405000', '181200.408000', '181200.411000', '181200.413000', '181200.416000', '181200.419000', '181200.422000', '181200.425000', '181200.430000', '181200.433000', '181200.436000', '181200.439000', '181200.442000', '181200.444000', '181200.447000', '181200.450000', '181200.453000', '181200.456000', '181200.458000', '181200.461000', '181200.464000', '181200.470000', '181200.473000', '181200.476000', '181200.479000', '181200.482000', '181200.484000', '181200.487000', '181200.490000', '181200.493000', '181220.368000', '181220.371000', '181220.374000', '181220.377000', '181220.379000', '181220.383000', '181220.386000', '181220.389000', '181220.391000', '181220.394000', '181220.397000', '181220.400000', '181220.403000', '181220.405000', '181220.408000', '181220.411000', '181220.414000', '181220.417000', '181220.419000', '181220.422000', '181220.425000', '181220.428000', '181220.431000', '181220.433000', '181220.436000', '181220.439000', '181220.442000', '181220.445000', '181220.447000', '181220.450000', '181220.453000', '181220.456000', '181220.459000', '181220.462000', '181220.464000', '181220.467000', '181220.470000', '181220.473000', '181220.476000', '181220.479000', '181220.481000', '181220.484000', '181220.487000', '181220.490000', '181240.368000', '181240.371000', '181240.374000', '181240.377000', '181240.379000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.394000', '181240.397000', '181240.399000', '181240.402000', '181240.405000', '181240.408000', '181240.411000', '181240.413000', '181240.416000', '181240.419000', '181240.422000', '181240.425000', '181240.428000', '181240.430000', '181240.434000', '181240.439000', '181240.442000', '181240.445000', '181240.448000', '181240.451000', '181240.454000', '181240.457000', '181240.459000', '181240.462000', '181240.465000', '181240.468000', '181240.471000', '181240.473000', '181240.476000', '181240.479000', '181240.482000', '181240.485000', '181240.487000', '181240.490000', '181300.369000', '181300.372000', '181300.375000', '181300.378000', '181300.381000', '181300.383000', '181300.386000', '181300.389000', '181300.392000', '181300.395000', '181300.398000', '181300.400000', '181300.403000', '181300.406000', '181300.409000', '181300.412000', '181300.414000', '181300.417000', '181300.420000', '181300.423000', '181300.426000', '181300.429000', '181300.431000', '181300.434000', '181300.437000', '181300.440000', '181300.443000', '181300.445000', '181300.448000', '181300.451000', '181300.454000', '181300.457000', '181300.460000', '181300.462000', '181300.465000', '181300.468000', '181300.471000', '181300.473000', '181300.476000', '181300.479000', '181300.482000', '181300.485000', '181300.488000', '181300.490000', '181320.369000', '181320.372000', '181320.375000', '181320.378000', '181320.381000', '181320.383000', '181320.386000', '181320.389000', '181320.393000', '181320.396000', '181320.399000', '181320.402000', '181320.405000', '181320.408000', '181320.411000', '181320.414000', '181320.416000', '181320.432000', '181320.435000', '181320.438000', '181320.440000', '181320.443000', '181320.446000', '181320.449000', '181320.452000', '181320.455000', '181320.457000', '181320.460000', '181320.463000', '181320.466000', '181320.469000', '181320.472000', '181320.475000', '181320.477000', '181320.480000', '181320.483000', '181320.486000', '181320.489000', '181320.491000', '181320.495000', '181320.499000', '181320.502000', '181320.505000', '181340.369000', '181340.372000', '181340.375000', '181340.378000', '181340.380000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.394000', '181340.397000', '181340.400000', '181340.403000', '181340.406000', '181340.408000', '181340.411000', '181340.414000', '181340.417000', '181340.420000', '181340.423000', '181340.425000', '181340.428000', '181340.431000', '181340.434000', '181340.437000', '181340.440000', '181340.442000', '181340.445000', '181340.448000', '181340.451000', '181340.454000', '181340.457000', '181340.459000', '181340.462000', '181340.465000', '181340.468000', '181340.471000', '181340.474000', '181340.476000', '181340.479000', '181340.482000', '181340.485000', '181340.488000', '181340.490000', '181400.368000', '181400.371000', '181400.374000', '181400.377000', '181400.380000', '181400.382000', '181400.385000', '181400.388000', '181400.391000', '181400.394000', '181400.396000', '181400.399000', '181400.402000', '181400.405000', '181400.408000', '181400.411000', '181400.413000', '181400.416000', '181400.419000', '181400.422000', '181400.425000', '181400.427000', '181400.430000', '181400.433000', '181400.436000', '181400.439000', '181400.441000', '181400.444000', '181400.447000', '181400.450000', '181400.453000', '181400.456000', '181400.459000', '181400.461000', '181400.464000', '181400.467000', '181400.470000', '181400.473000', '181400.476000', '181400.479000', '181400.482000', '181400.484000', '181400.487000', '181420.368000', '181420.371000', '181420.374000', '181420.377000', '181420.379000', '181420.382000', '181420.385000', '181420.388000', '181420.391000', '181420.394000', '181420.396000', '181420.399000', '181420.402000', '181420.405000', '181420.408000', '181420.411000', '181420.414000', '181420.417000', '181420.419000', '181420.422000', '181420.425000', '181420.428000', '181420.431000', '181420.434000', '181420.437000', '181420.439000', '181420.442000', '181420.445000', '181420.448000', '181420.451000', '181420.454000', '181420.456000', '181420.459000', '181420.462000', '181420.465000', '181420.468000', '181420.470000', '181420.473000', '181420.476000', '181420.479000', '181420.482000', '181420.485000', '181420.487000', '181420.490000', '181440.368000', '181440.371000', '181440.374000', '181440.377000', '181440.379000', '181440.382000', '181440.385000', '181440.388000', '181440.391000', '181440.393000', '181440.396000', '181440.399000', '181440.402000', '181440.405000', '181440.408000', '181440.410000', '181440.413000', '181440.416000', '181440.419000', '181440.422000', '181440.425000', '181440.428000', '181440.431000', '181440.434000', '181440.437000', '181440.440000', '181440.443000', '181440.446000', '181440.449000', '181440.452000', '181440.454000', '181440.457000', '181440.460000', '181440.463000', '181440.466000', '181440.469000', '181440.471000', '181440.474000', '181440.477000', '181440.480000', '181440.483000', '181440.489000', '181440.503000', '181500.368000', '181500.371000', '181500.374000', '181500.376000', '181500.379000', '181500.382000', '181500.385000', '181500.388000', '181500.391000', '181500.394000', '181500.396000', '181500.399000', '181500.402000', '181500.405000', '181500.408000', '181500.411000', '181500.413000', '181500.416000', '181500.419000', '181500.422000', '181500.425000', '181500.427000', '181500.430000', '181500.433000', '181500.436000', '181500.439000', '181500.442000', '181500.445000', '181500.447000', '181500.450000', '181500.453000', '181500.456000', '181500.459000', '181500.462000', '181500.464000', '181500.467000', '181500.470000', '181500.473000', '181500.476000', '181500.478000', '181500.481000', '181500.484000', '181500.487000', '181500.490000', '181520.369000', '181520.372000', '181520.375000', '181520.378000', '181520.380000', '181520.383000', '181520.386000', '181520.389000', '181520.392000', '181520.395000', '181520.397000', '181520.400000', '181520.403000', '181520.406000', '181520.409000', '181520.412000', '181520.414000', '181520.417000', '181520.420000', '181520.423000', '181520.426000', '181520.429000', '181520.432000', '181520.434000', '181520.437000', '181520.440000', '181520.443000', '181520.446000', '181520.449000', '181520.452000', '181520.454000', '181520.457000', '181520.460000', '181520.463000', '181520.466000', '181520.469000', '181520.471000', '181520.474000', '181520.477000', '181520.480000', '181520.483000', '181520.486000', '181520.489000', '181540.369000', '181540.372000', '181540.375000', '181540.377000', '181540.380000', '181540.383000', '181540.386000', '181540.389000', '181540.392000', '181540.394000', '181540.397000', '181540.400000', '181540.403000', '181540.406000', '181540.409000', '181540.411000', '181540.414000', '181540.417000', '181540.420000', '181540.423000', '181540.426000', '181540.429000', '181540.432000', '181540.434000', '181540.437000', '181540.440000', '181540.443000', '181540.446000', '181540.449000', '181540.452000', '181540.454000', '181540.457000', '181540.460000', '181540.463000', '181540.466000', '181540.468000', '181540.471000', '181540.474000', '181540.477000', '181540.480000', '181540.483000', '181540.485000', '181540.488000', '181540.491000', '181600.369000', '181600.372000', '181600.375000', '181600.377000', '181600.380000', '181600.383000', '181600.386000', '181600.389000', '181600.392000', '181600.395000', '181600.397000', '181600.400000', '181600.405000', '181600.408000', '181600.411000', '181600.414000', '181600.417000', '181600.419000', '181600.422000', '181600.425000', '181600.428000', '181600.431000', '181600.433000', '181600.436000', '181600.439000', '181600.442000', '181600.445000', '181600.448000', '181600.451000', '181600.453000', '181600.456000', '181600.459000', '181600.462000', '181600.465000', '181600.469000', '181600.472000', '181600.475000', '181600.478000', '181600.499000', '181600.502000', '181600.504000', '181600.507000', '181600.510000', '181620.368000', '181620.371000', '181620.374000', '181620.376000', '181620.379000', '181620.382000', '181620.385000', '181620.388000', '181620.391000', '181620.394000', '181620.396000', '181620.399000', '181620.402000', '181620.405000', '181620.408000', '181620.411000', '181620.413000', '181620.416000', '181620.419000', '181620.422000', '181620.425000', '181620.427000', '181620.430000', '181620.433000', '181620.436000', '181620.439000', '181620.442000', '181620.445000', '181620.448000', '181620.451000', '181620.454000', '181620.456000', '181620.459000', '181620.462000', '181620.465000', '181620.468000', '181620.470000', '181620.473000', '181620.476000', '181620.479000', '181620.482000', '181620.484000', '181620.487000', '181620.490000', '181640.368000', '181640.371000', '181640.374000', '181640.377000', '181640.379000', '181640.382000', '181640.385000', '181640.388000', '181640.391000', '181640.394000', '181640.397000', '181640.399000', '181640.402000', '181640.405000', '181640.408000', '181640.411000', '181640.414000', '181640.416000', '181640.419000', '181640.422000', '181640.425000', '181640.428000', '181640.431000', '181640.433000', '181640.436000', '181640.439000', '181640.442000', '181640.445000', '181640.447000', '181640.450000', '181640.453000', '181640.456000', '181640.459000', '181640.462000', '181640.465000', '181640.468000', '181640.471000', '181640.474000', '181640.476000', '181640.479000', '181640.482000', '181640.485000', '181640.488000', '181659.936000', '181659.941000', '181659.947000', '181659.952000', '181659.958000', '181659.963000', '181659.966000', '181659.969000', '181659.972000', '181659.974000', '181659.977000', '181659.980000', '181659.983000', '181659.986000', '181659.989000', '181659.992000', '181659.995000', '181659.998000', '181700.001000', '181700.004000', '181700.007000', '181700.011000', '181700.014000', '181700.017000', '181700.020000', '181700.023000', '181700.027000', '181700.030000', '181700.033000', '181700.036000', '181700.039000', '181700.042000', '181700.045000', '181700.048000', '181700.051000', '181700.053000', '181700.056000', '181700.059000', '181700.062000', '181700.065000', '181700.068000', '181700.071000', '181700.073000'], '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': [11958, 9709, 12753, 9681, 14023, 8968, 9983, 9206, 9209, 13477, 8881, 15567, 9551, 12070, 9533, 11770, 10091, 11056, 11785, 9300, 15598, 9265, 11903, 9548, 11444, 8583, 9486, 9774, 8725, 14531, 9928, 11445, 8945, 9555, 8079, 8516, 14077, 9506, 11332, 8732, 9816, 8592, 9397, 8164, 9361, 8228, 8722, 11628, 8525, 12426, 9049, 11283, 8333, 10530, 8497, 10367, 9184, 10150, 9386, 9624, 9272, 10268, 7911, 11557, 8422, 12404, 8488, 13883, 9863, 12596, 10380, 11243, 15275, 10907, 13490, 11525, 12380, 12980, 11237, 14373, 9952, 13133, 8844, 12570, 8608, 11514, 8014, 11051, 7829, 10706, 8567, 10611, 12810, 10121, 13814, 9744, 12081, 9037, 12585, 9319, 12858, 8425, 12314, 7955, 11520, 8965, 11542, 10186, 10962, 13281, 10127, 14232, 10184, 13874, 9164, 12839, 8898, 13261, 8216, 13340, 8326, 12448, 8036, 11708, 8543, 10984, 13659, 10171, 14361, 9590, 12959, 8412, 13300, 7928, 11621, 11705, 9709, 14282, 9176, 12999, 8565, 11706, 8006, 11009, 8102, 11678, 7426, 12306, 8193, 12521, 7775, 12315, 8140, 12283, 8499, 7846, 11680, 9160, 12721, 9253, 13190, 9428, 13505, 9341, 14109, 9135, 12419, 9238, 12263, 8882, 12378, 8635, 10744, 11494, 9913, 14510, 9475, 14307, 9404, 14181, 9805, 12189, 9815, 11981, 9117, 13104, 8590, 12485, 8746, 12069, 8693, 11111, 12104, 9782, 12219, 9640, 13166, 9387, 11752, 9473, 11999, 9473, 13544, 9592, 15167, 9229, 13639, 9222, 12618, 8776, 12214, 9158, 11017, 7834, 11724, 8443, 8464, 9788, 8617, 9024, 11634, 8511, 13386, 10281, 8124, 14873, 9286, 16119, 12158, 16721, 13042, 16376, 14440, 10695, 13676, 9120, 15327, 9679, 14735, 9987, 11529, 9681, 11451, 10163, 9657, 11245, 8384, 11946, 8335, 12462, 9389, 13098, 9570, 13164, 9640, 13994, 8983, 12916, 10037, 9755, 8876, 9185, 8900, 11021, 9044, 13968, 12781, 11722, 14877, 12109, 9837, 15683, 12129, 16591, 13183, 13127, 14494, 9804, 15304, 10324, 13877, 11054, 12244, 14680, 15440, 16756, 11856, 15480, 10711, 14534, 11415, 12269, 11194, 8676, 12550, 8447, 14598, 10629, 8834, 9021, 8785, 11299, 8141, 12989, 8830, 14123, 9480, 13428, 9578, 13974, 10226, 14772, 9872, 14305, 9873, 14658, 10411, 14091, 9929, 13846, 9871, 13672, 9823, 13199, 9419, 12869, 9368, 12180, 9162, 11369, 9411, 11014, 12536, 10057, 14178, 9349, 13420, 9872, 9722, 9559, 10040, 10294, 9776, 10990, 10310, 9632, 10458, 9652, 12421, 9810, 13084, 9602, 13368, 9693, 13424, 9725, 15379, 9744, 14337, 10097, 12630, 9618, 10457, 12059, 10075, 9539, 10702, 9502, 11098, 10364, 12792, 9844, 10745, 12010, 9921, 15168, 10366, 14078, 9586, 12535, 9341, 11516, 9255, 11182, 9536, 10184, 10869, 9631, 14567, 9856, 14340, 9897, 12749, 9226, 11893, 10200, 11105, 9377, 9719, 9608, 9760, 14191, 9854, 12526, 9485, 12244, 9901, 11062, 8914, 10074, 9380, 9386, 12125, 9269, 13694, 9686, 11355, 9092, 10540, 9047, 9970, 9086, 9170, 10428, 10649, 9052, 9208, 9880, 10279, 8781, 9890, 12940, 9744, 11316, 10699, 9914, 15165, 9476, 14379, 10219, 15511, 11879, 15634, 11959, 14533, 14050, 15535, 14767, 10067, 14201, 10006, 14065, 9626, 15193, 10820, 10942, 13572, 10285, 17772, 10361, 15715, 9882, 13739, 9477, 12810, 9561, 13042, 8491, 12372, 9035, 10110, 10469, 9254, 15131, 9528, 14026, 9349, 13301, 8812, 11655, 9170, 9439, 12129, 9292, 12732, 8814, 13200, 9455, 13579, 9467, 10581, 9531, 8874, 9258, 8985, 8998, 13200, 12872, 9290, 13341, 15071, 10571, 18384, 13176, 16534, 13309, 16418, 10808, 17897, 11874, 15323, 12898, 13608, 12467, 11889, 12308, 9493, 10799, 12659, 13532, 9826, 18024, 12092, 12236, 14755, 10472, 16874, 9964, 14560, 9878, 11917, 8934, 8554, 15344, 10838, 18370, 13666, 11655, 15726, 9417, 18280, 11876, 18138, 12111, 11747, 12255, 9216, 15918, 8299, 14727, 9387, 14270, 9733, 9115, 13672, 9460, 10107, 10433, 8919, 13998, 10199, 14383, 10429, 14158, 9298, 13728, 9456, 13877, 9683, 13907, 9436, 12496, 9263, 13757, 9290, 14015, 9519, 14489, 9396, 9007, 10185, 9727, 11791, 9488, 10397, 12079, 9525, 12138, 11723, 9574, 14878, 11370, 16982, 13632, 14855, 14569, 12133, 17499, 12197, 14984, 11362, 11616, 17193, 11328, 18193, 12682, 18009, 11401, 16458, 10550, 15154, 9672, 13804, 9391, 12276, 9273, 9129, 13306, 8953, 10843, 9548, 11136, 11954, 10308, 16195, 8760, 14298, 10150, 10786, 12504, 8842, 15986, 12204, 14977, 10961, 9141, 16212, 9605, 18486, 13866, 17788, 13392, 14843, 12303, 15192, 12329, 11820, 15685, 9257, 16034, 9413, 16512, 9484, 16564, 9957, 14490, 9014, 13063, 9243, 14608, 8696, 11157, 8613, 11869, 8564, 13183, 8052, 10172, 8428, 9632, 9531, 9082, 8671, 12932, 10294, 10537, 9443, 8945, 14667, 10586, 13547, 11318, 17581, 11180, 13642, 10413, 9958, 16193, 11542, 15377, 17874, 14631, 14603, 13759, 10576, 9835, 8831, 7761, 9933, 7747, 10244, 10194, 8906, 9781, 8136, 8610, 8386, 8577, 8532, 11432, 7833, 8141, 7511, 7306, 12655, 11653, 14871, 11536, 12503, 10819, 11391, 10630, 11542, 10972, 13197, 10287, 12173, 10023, 11187, 8776, 11499, 11978, 8768, 13004, 9642, 8063, 12066, 8498, 8603, 10507, 8529, 10391, 9845, 9456, 9549, 9588, 12823, 9881, 13052, 9835, 13786, 10134, 13239, 9373, 11659, 8794, 10400, 9685, 9867, 11051, 9503, 13254, 8710, 8738, 8813, 8243, 10166, 8863, 10219, 8023, 13146, 14279, 10665, 12896, 10413, 8858, 12077, 9253, 11963, 9113, 12219, 10436, 11135, 9012, 8015, 11048, 8313, 13599, 8876, 12677, 10148, 11208, 8023, 9513, 7547, 9692, 7722, 10086, 8255, 10257, 7791, 9154, 7724, 10055, 8262, 10359, 8242, 10671, 9166, 8116, 8611, 7693, 8548, 8293, 8341, 7935, 7747, 9576, 8334, 9901, 9611, 8667, 13254, 10422, 12318, 10514, 8314, 9723, 9698, 12781, 10215, 7786, 10415, 9278, 11840, 8780, 8368, 10192, 7612, 11215, 8748, 12045, 9414, 11499, 8475, 11835, 8494, 11814, 8263, 9920, 8466, 10845, 8402, 9852, 8666, 9857, 8248, 11101, 8228, 10314, 8828, 11306, 8590, 11663, 9242, 10543, 9345, 8879, 8987, 10269, 10151, 10002], 'WindowCenter': [4641.0, 4617.0, 4606.0, 4573.0, 4589.0, 4533.0, 4543.0, 4543.0, 4528.0, 4559.0, 4517.0, 4569.0, 4526.0, 4544.0, 4525.0, 4533.0, 4524.0, 4536.0, 4534.0, 4508.0, 4563.0, 4514.0, 4534.0, 4512.0, 4533.0, 4502.0, 4510.0, 4511.0, 4516.0, 4539.0, 4508.0, 4520.0, 4501.0, 4511.0, 4490.0, 4527.0, 4564.0, 4528.0, 4532.0, 4515.0, 4523.0, 4518.0, 4528.0, 4516.0, 4525.0, 4516.0, 4515.0, 4547.0, 4521.0, 4561.0, 4514.0, 4561.0, 4532.0, 4562.0, 4526.0, 4536.0, 4510.0, 4534.0, 4524.0, 4539.0, 4534.0, 4551.0, 4506.0, 4540.0, 4490.0, 4546.0, 4492.0, 4529.0, 4513.0, 4530.0, 4512.0, 4509.0, 4542.0, 4497.0, 4516.0, 4519.0, 4519.0, 4503.0, 4494.0, 4512.0, 4482.0, 4514.0, 4487.0, 4526.0, 4490.0, 4513.0, 4473.0, 4506.0, 4468.0, 4507.0, 4475.0, 4506.0, 4515.0, 4500.0, 4515.0, 4484.0, 4504.0, 4498.0, 4528.0, 4512.0, 4543.0, 4501.0, 4544.0, 4487.0, 4530.0, 4501.0, 4518.0, 4511.0, 4517.0, 4544.0, 4536.0, 4553.0, 4524.0, 4544.0, 4501.0, 4528.0, 4501.0, 4531.0, 4494.0, 4525.0, 4487.0, 4516.0, 4478.0, 4516.0, 4490.0, 4509.0, 4534.0, 4510.0, 4538.0, 4500.0, 4519.0, 4479.0, 4514.0, 4464.0, 4509.0, 4528.0, 4498.0, 4526.0, 4501.0, 4527.0, 4479.0, 4517.0, 4478.0, 4507.0, 4494.0, 4549.0, 4496.0, 4546.0, 4505.0, 4546.0, 4504.0, 4560.0, 4534.0, 4559.0, 4531.0, 4533.0, 4575.0, 4554.0, 4569.0, 4552.0, 4579.0, 4542.0, 4565.0, 4557.0, 4582.0, 4536.0, 4559.0, 4540.0, 4557.0, 4526.0, 4560.0, 4533.0, 4546.0, 4550.0, 4535.0, 4571.0, 4528.0, 4569.0, 4524.0, 4549.0, 4522.0, 4541.0, 4529.0, 4542.0, 4512.0, 4553.0, 4501.0, 4541.0, 4504.0, 4540.0, 4513.0, 4543.0, 4541.0, 4520.0, 4541.0, 4529.0, 4558.0, 4527.0, 4544.0, 4524.0, 4540.0, 4522.0, 4540.0, 4509.0, 4548.0, 4498.0, 4538.0, 4502.0, 4529.0, 4516.0, 4556.0, 4514.0, 4518.0, 4505.0, 4527.0, 4501.0, 4514.0, 4543.0, 4510.0, 4524.0, 4531.0, 4501.0, 4540.0, 4511.0, 4503.0, 4551.0, 4527.0, 4565.0, 4550.0, 4575.0, 4541.0, 4548.0, 4522.0, 4493.0, 4523.0, 4479.0, 4518.0, 4468.0, 4507.0, 4479.0, 4499.0, 4496.0, 4504.0, 4480.0, 4471.0, 4485.0, 4457.0, 4499.0, 4458.0, 4510.0, 4480.0, 4515.0, 4480.0, 4510.0, 4480.0, 4520.0, 4502.0, 4540.0, 4519.0, 4496.0, 4496.0, 4494.0, 4496.0, 4523.0, 4499.0, 4553.0, 4538.0, 4530.0, 4549.0, 4515.0, 4495.0, 4561.0, 4567.0, 4585.0, 4538.0, 4543.0, 4565.0, 4519.0, 4547.0, 4518.0, 4547.0, 4531.0, 4542.0, 4563.0, 4583.0, 4585.0, 4552.0, 4560.0, 4529.0, 4542.0, 4514.0, 4525.0, 4524.0, 4498.0, 4540.0, 4492.0, 4548.0, 4517.0, 4503.0, 4505.0, 4506.0, 4524.0, 4499.0, 4551.0, 4500.0, 4547.0, 4532.0, 4546.0, 4520.0, 4546.0, 4531.0, 4557.0, 4517.0, 4537.0, 4516.0, 4545.0, 4517.0, 4544.0, 4517.0, 4544.0, 4516.0, 4546.0, 4517.0, 4534.0, 4505.0, 4540.0, 4507.0, 4537.0, 4510.0, 4539.0, 4518.0, 4528.0, 4538.0, 4521.0, 4573.0, 4535.0, 4534.0, 4530.0, 4531.0, 4532.0, 4541.0, 4543.0, 4559.0, 4582.0, 4571.0, 4547.0, 4556.0, 4576.0, 4590.0, 4557.0, 4577.0, 4548.0, 4585.0, 4557.0, 4589.0, 4545.0, 4588.0, 4544.0, 4577.0, 4559.0, 4581.0, 4529.0, 4547.0, 4553.0, 4545.0, 4521.0, 4520.0, 4534.0, 4544.0, 4533.0, 4552.0, 4522.0, 4532.0, 4538.0, 4518.0, 4564.0, 4533.0, 4551.0, 4519.0, 4543.0, 4513.0, 4527.0, 4512.0, 4531.0, 4525.0, 4518.0, 4528.0, 4519.0, 4546.0, 4519.0, 4548.0, 4519.0, 4539.0, 4510.0, 4528.0, 4522.0, 4528.0, 4510.0, 4518.0, 4520.0, 4524.0, 4552.0, 4518.0, 4553.0, 4523.0, 4543.0, 4522.0, 4530.0, 4509.0, 4534.0, 4521.0, 4525.0, 4554.0, 4523.0, 4564.0, 4537.0, 4545.0, 4525.0, 4542.0, 4527.0, 4547.0, 4542.0, 4552.0, 4572.0, 4585.0, 4525.0, 4552.0, 4533.0, 4539.0, 4521.0, 4543.0, 4573.0, 4546.0, 4569.0, 4572.0, 4560.0, 4590.0, 4565.0, 4604.0, 4561.0, 4586.0, 4581.0, 4586.0, 4568.0, 4588.0, 4565.0, 4587.0, 4575.0, 4534.0, 4579.0, 4534.0, 4574.0, 4529.0, 4570.0, 4542.0, 4551.0, 4563.0, 4543.0, 4581.0, 4531.0, 4581.0, 4540.0, 4555.0, 4512.0, 4546.0, 4515.0, 4542.0, 4506.0, 4543.0, 4501.0, 4523.0, 4522.0, 4514.0, 4552.0, 4514.0, 4555.0, 4513.0, 4554.0, 4516.0, 4547.0, 4515.0, 4517.0, 4546.0, 4528.0, 4555.0, 4529.0, 4584.0, 4545.0, 4614.0, 4530.0, 4526.0, 4514.0, 4573.0, 4583.0, 4546.0, 4554.0, 4596.0, 4584.0, 4572.0, 4611.0, 4621.0, 4592.0, 4630.0, 4600.0, 4607.0, 4572.0, 4582.0, 4565.0, 4590.0, 4534.0, 4551.0, 4533.0, 4542.0, 4532.0, 4519.0, 4534.0, 4540.0, 4539.0, 4551.0, 4487.0, 4458.0, 4553.0, 4540.0, 4528.0, 4562.0, 4517.0, 4555.0, 4516.0, 4544.0, 4503.0, 4510.0, 4520.0, 4506.0, 4553.0, 4524.0, 4562.0, 4544.0, 4521.0, 4554.0, 4489.0, 4548.0, 4521.0, 4561.0, 4534.0, 4522.0, 4534.0, 4502.0, 4551.0, 4493.0, 4538.0, 4501.0, 4553.0, 4510.0, 4501.0, 4542.0, 4513.0, 4523.0, 4537.0, 4518.0, 4556.0, 4527.0, 4567.0, 4538.0, 4570.0, 4529.0, 4581.0, 4542.0, 4570.0, 4529.0, 4569.0, 4518.0, 4559.0, 4542.0, 4573.0, 4531.0, 4569.0, 4543.0, 4580.0, 4530.0, 4530.0, 4541.0, 4556.0, 4589.0, 4571.0, 4563.0, 4586.0, 4570.0, 4595.0, 4561.0, 4554.0, 4594.0, 4576.0, 4605.0, 4588.0, 4584.0, 4587.0, 4552.0, 4590.0, 4562.0, 4583.0, 4550.0, 4550.0, 4579.0, 4527.0, 4576.0, 4546.0, 4566.0, 4537.0, 4565.0, 4528.0, 4554.0, 4518.0, 4571.0, 4533.0, 4562.0, 4530.0, 4531.0, 4559.0, 4520.0, 4539.0, 4533.0, 4555.0, 4553.0, 4545.0, 4582.0, 4534.0, 4585.0, 4556.0, 4555.0, 4591.0, 4551.0, 4598.0, 4564.0, 4571.0, 4541.0, 4535.0, 4593.0, 4532.0, 4593.0, 4576.0, 4567.0, 4562.0, 4556.0, 4538.0, 4545.0, 4536.0, 4525.0, 4544.0, 4517.0, 4555.0, 4492.0, 4553.0, 4500.0, 4551.0, 4504.0, 4530.0, 4479.0, 4518.0, 4478.0, 4545.0, 4507.0, 4525.0, 4505.0, 4533.0, 4510.0, 4555.0, 4465.0, 4551.0, 4505.0, 4540.0, 4540.0, 4516.0, 4532.0, 4571.0, 4566.0, 4553.0, 4542.0, 4543.0, 4610.0, 4557.0, 4577.0, 4525.0, 4568.0, 4544.0, 4547.0, 4500.0, 4472.0, 4511.0, 4492.0, 4441.0, 4560.0, 4409.0, 4559.0, 4534.0, 4490.0, 4472.0, 4464.0, 4413.0, 4489.0, 4369.0, 4472.0, 4511.0, 4444.0, 4437.0, 4407.0, 4460.0, 4392.0, 4453.0, 4454.0, 4447.0, 4438.0, 4469.0, 4431.0, 4417.0, 4497.0, 4490.0, 4494.0, 4487.0, 4496.0, 4487.0, 4487.0, 4490.0, 4500.0, 4501.0, 4509.0, 4480.0, 4514.0, 4496.0, 4479.0, 4466.0, 4525.0, 4490.0, 4475.0, 4502.0, 4483.0, 4477.0, 4516.0, 4501.0, 4504.0, 4534.0, 4518.0, 4524.0, 4523.0, 4524.0, 4514.0, 4513.0, 4532.0, 4510.0, 4527.0, 4497.0, 4525.0, 4494.0, 4509.0, 4471.0, 4491.0, 4460.0, 4479.0, 4479.0, 4492.0, 4503.0, 4481.0, 4497.0, 4511.0, 4526.0, 4483.0, 4471.0, 4488.0, 4493.0, 4469.0, 4501.0, 4598.0, 4561.0, 4545.0, 4542.0, 4534.0, 4514.0, 4554.0, 4527.0, 4558.0, 4527.0, 4554.0, 4533.0, 4530.0, 4500.0, 4501.0, 4532.0, 4490.0, 4538.0, 4512.0, 4567.0, 4533.0, 4531.0, 4501.0, 4508.0, 4487.0, 4518.0, 4475.0, 4517.0, 4484.0, 4533.0, 4518.0, 4520.0, 4475.0, 4476.0, 4485.0, 4517.0, 4500.0, 4515.0, 4490.0, 4454.0, 4507.0, 4486.0, 4496.0, 4541.0, 4543.0, 4530.0, 4506.0, 4494.0, 4483.0, 4506.0, 4506.0, 4508.0, 4550.0, 4545.0, 4540.0, 4517.0, 4530.0, 4550.0, 4508.0, 4494.0, 4489.0, 4459.0, 4486.0, 4479.0, 4512.0, 4494.0, 4497.0, 4504.0, 4470.0, 4514.0, 4496.0, 4512.0, 4495.0, 4526.0, 4498.0, 4514.0, 4484.0, 4524.0, 4470.0, 4489.0, 4456.0, 4488.0, 4471.0, 4490.0, 4467.0, 4477.0, 4456.0, 4497.0, 4481.0, 4501.0, 4481.0, 4528.0, 4495.0, 4510.0, 4493.0, 4501.0, 4492.0, 4481.0, 4496.0, 4503.0, 4505.0, 4503.0], 'WindowWidth': [10178.0, 10134.0, 10099.0, 10040.0, 10054.0, 9967.0, 9979.0, 9981.0, 9953.0, 9994.0, 9934.0, 10006.0, 9943.0, 9965.0, 9944.0, 9952.0, 9937.0, 9953.0, 9947.0, 9909.0, 9992.0, 9924.0, 9947.0, 9916.0, 9945.0, 9903.0, 9913.0, 9915.0, 9929.0, 9955.0, 9911.0, 9926.0, 9902.0, 9915.0, 9889.0, 9949.0, 9998.0, 9948.0, 9949.0, 9925.0, 9937.0, 9936.0, 9949.0, 9931.0, 9941.0, 9930.0, 9929.0, 9973.0, 9941.0, 9994.0, 9929.0, 10003.0, 9967.0, 10005.0, 9951.0, 9959.0, 9916.0, 9955.0, 9944.0, 9970.0, 9959.0, 9990.0, 9912.0, 9964.0, 9881.0, 9966.0, 9885.0, 9930.0, 9918.0, 9937.0, 9914.0, 9905.0, 9950.0, 9884.0, 9913.0, 9919.0, 9917.0, 9885.0, 9873.0, 9899.0, 9855.0, 9907.0, 9873.0, 9928.0, 9882.0, 9912.0, 9852.0, 9897.0, 9847.0, 9901.0, 9854.0, 9897.0, 9911.0, 9891.0, 9910.0, 9866.0, 9892.0, 9894.0, 9938.0, 9921.0, 9961.0, 9907.0, 9964.0, 9882.0, 9937.0, 9901.0, 9921.0, 9912.0, 9920.0, 9963.0, 9958.0, 9976.0, 9940.0, 9959.0, 9897.0, 9930.0, 9899.0, 9935.0, 9893.0, 9926.0, 9875.0, 9913.0, 9866.0, 9912.0, 9880.0, 9905.0, 9940.0, 9908.0, 9947.0, 9894.0, 9919.0, 9863.0, 9909.0, 9840.0, 9903.0, 9935.0, 9890.0, 9929.0, 9899.0, 9928.0, 9864.0, 9913.0, 9865.0, 9903.0, 9895.0, 9976.0, 9907.0, 9968.0, 9914.0, 9966.0, 9912.0, 9990.0, 9967.0, 9990.0, 9960.0, 9969.0, 10029.0, 9997.0, 10010.0, 9994.0, 10029.0, 9978.0, 10005.0, 10006.0, 10031.0, 9964.0, 9994.0, 9968.0, 9992.0, 9948.0, 9997.0, 9965.0, 9975.0, 9980.0, 9959.0, 10010.0, 9950.0, 10008.0, 9940.0, 9970.0, 9936.0, 9960.0, 9951.0, 9966.0, 9923.0, 9978.0, 9907.0, 9960.0, 9911.0, 9958.0, 9924.0, 9970.0, 9962.0, 9931.0, 9960.0, 9950.0, 9989.0, 9947.0, 9966.0, 9939.0, 9958.0, 9934.0, 9957.0, 9912.0, 9965.0, 9896.0, 9951.0, 9903.0, 9939.0, 9934.0, 9987.0, 9923.0, 9922.0, 9916.0, 9934.0, 9905.0, 9929.0, 9971.0, 9920.0, 9943.0, 9942.0, 9899.0, 9952.0, 9913.0, 9908.0, 9972.0, 9948.0, 9996.0, 9977.0, 10014.0, 9960.0, 9961.0, 9920.0, 9876.0, 9923.0, 9856.0, 9907.0, 9838.0, 9890.0, 9853.0, 9881.0, 9890.0, 9893.0, 9856.0, 9842.0, 9856.0, 9824.0, 9882.0, 9824.0, 9901.0, 9858.0, 9907.0, 9857.0, 9899.0, 9860.0, 9915.0, 9903.0, 9958.0, 9929.0, 9888.0, 9890.0, 9884.0, 9889.0, 9933.0, 9896.0, 9977.0, 9950.0, 9940.0, 9965.0, 9911.0, 9885.0, 9989.0, 10010.0, 10028.0, 9956.0, 9960.0, 9996.0, 9928.0, 9963.0, 9926.0, 9963.0, 9948.0, 9965.0, 9999.0, 10031.0, 10038.0, 9984.0, 9995.0, 9947.0, 9955.0, 9917.0, 9934.0, 9933.0, 9900.0, 9957.0, 9887.0, 9969.0, 9925.0, 9904.0, 9912.0, 9913.0, 9932.0, 9905.0, 9976.0, 9899.0, 9962.0, 9954.0, 9966.0, 9933.0, 9963.0, 9954.0, 9981.0, 9924.0, 9946.0, 9922.0, 9962.0, 9925.0, 9957.0, 9925.0, 9959.0, 9923.0, 9961.0, 9924.0, 9945.0, 9907.0, 9958.0, 9913.0, 9954.0, 9918.0, 9958.0, 9928.0, 9942.0, 9954.0, 9937.0, 10018.0, 9966.0, 9946.0, 9949.0, 9955.0, 9958.0, 9968.0, 9975.0, 10006.0, 10045.0, 10026.0, 9985.0, 9996.0, 10035.0, 10050.0, 10000.0, 10028.0, 9987.0, 10037.0, 10001.0, 10046.0, 9981.0, 10043.0, 9977.0, 10026.0, 10001.0, 10036.0, 9952.0, 9977.0, 9982.0, 9977.0, 9936.0, 9924.0, 9956.0, 9969.0, 9953.0, 9976.0, 9933.0, 9953.0, 9954.0, 9927.0, 9993.0, 9951.0, 9975.0, 9929.0, 9963.0, 9923.0, 9939.0, 9923.0, 9948.0, 9944.0, 9927.0, 9940.0, 9928.0, 9964.0, 9928.0, 9966.0, 9929.0, 9954.0, 9918.0, 9940.0, 9934.0, 9941.0, 9916.0, 9927.0, 9931.0, 9940.0, 9977.0, 9930.0, 9980.0, 9940.0, 9965.0, 9938.0, 9947.0, 9918.0, 9956.0, 9936.0, 9945.0, 9982.0, 9941.0, 9998.0, 9966.0, 9974.0, 9950.0, 9969.0, 9950.0, 9984.0, 9980.0, 9992.0, 10028.0, 10047.0, 9944.0, 9998.0, 9955.0, 9959.0, 9937.0, 9971.0, 10015.0, 9983.0, 10016.0, 10024.0, 10006.0, 10042.0, 10021.0, 10074.0, 10005.0, 10038.0, 10038.0, 10038.0, 10015.0, 10041.0, 10006.0, 10037.0, 10024.0, 9962.0, 10030.0, 9961.0, 10015.0, 9951.0, 10008.0, 9972.0, 9984.0, 9998.0, 9974.0, 10025.0, 9955.0, 10024.0, 9967.0, 9983.0, 9917.0, 9971.0, 9927.0, 9959.0, 9917.0, 9961.0, 9903.0, 9933.0, 9934.0, 9921.0, 9975.0, 9924.0, 9979.0, 9922.0, 9978.0, 9931.0, 9976.0, 9931.0, 9934.0, 9974.0, 9948.0, 9986.0, 9955.0, 10038.0, 9986.0, 10095.0, 9955.0, 9941.0, 9922.0, 10040.0, 10052.0, 9988.0, 9999.0, 10058.0, 10038.0, 10033.0, 10088.0, 10099.0, 10061.0, 10113.0, 10067.0, 10074.0, 10019.0, 10029.0, 10015.0, 10038.0, 9951.0, 9970.0, 9949.0, 9958.0, 9941.0, 9920.0, 9948.0, 9972.0, 9965.0, 9981.0, 9849.0, 9812.0, 9968.0, 9962.0, 9941.0, 9991.0, 9926.0, 9972.0, 9925.0, 9957.0, 9901.0, 9905.0, 9939.0, 9913.0, 9970.0, 9935.0, 9986.0, 9959.0, 9923.0, 9976.0, 9879.0, 9959.0, 9924.0, 9983.0, 9948.0, 9930.0, 9947.0, 9902.0, 9966.0, 9893.0, 9943.0, 9902.0, 9975.0, 9914.0, 9900.0, 9960.0, 9921.0, 9936.0, 9961.0, 9937.0, 9985.0, 9948.0, 10001.0, 9964.0, 10009.0, 9951.0, 10028.0, 9976.0, 10011.0, 9952.0, 10004.0, 9936.0, 9993.0, 9976.0, 10018.0, 9959.0, 10007.0, 9978.0, 10022.0, 9957.0, 9955.0, 9973.0, 10002.0, 10053.0, 10031.0, 10010.0, 10044.0, 10031.0, 10059.0, 10002.0, 9994.0, 10051.0, 10029.0, 10068.0, 10047.0, 10034.0, 10043.0, 9984.0, 10038.0, 10000.0, 10034.0, 9984.0, 9979.0, 10021.0, 9943.0, 10012.0, 9968.0, 9995.0, 9957.0, 9993.0, 9944.0, 9975.0, 9934.0, 10010.0, 9963.0, 9998.0, 9954.0, 9956.0, 9990.0, 9938.0, 9961.0, 9958.0, 9992.0, 9985.0, 9978.0, 10024.0, 9964.0, 10036.0, 9996.0, 9994.0, 10055.0, 10001.0, 10057.0, 10004.0, 10009.0, 9970.0, 9961.0, 10044.0, 9958.0, 10047.0, 10022.0, 9999.0, 9997.0, 9982.0, 9957.0, 9963.0, 9950.0, 9932.0, 9959.0, 9929.0, 9976.0, 9886.0, 9971.0, 9895.0, 9964.0, 9904.0, 9933.0, 9862.0, 9914.0, 9860.0, 9961.0, 9919.0, 9933.0, 9910.0, 9944.0, 9925.0, 9983.0, 9839.0, 9986.0, 9916.0, 9972.0, 9971.0, 9931.0, 9965.0, 10014.0, 10016.0, 9993.0, 9977.0, 9981.0, 10082.0, 10000.0, 10029.0, 9934.0, 9996.0, 9976.0, 9964.0, 9889.0, 9839.0, 9893.0, 9871.0, 9764.0, 10007.0, 9716.0, 9991.0, 9949.0, 9877.0, 9838.0, 9834.0, 9746.0, 9875.0, 9662.0, 9840.0, 9917.0, 9797.0, 9770.0, 9731.0, 9826.0, 9701.0, 9815.0, 9817.0, 9785.0, 9793.0, 9846.0, 9777.0, 9751.0, 9877.0, 9870.0, 9869.0, 9862.0, 9872.0, 9863.0, 9862.0, 9871.0, 9887.0, 9890.0, 9894.0, 9858.0, 9912.0, 9891.0, 9852.0, 9837.0, 9932.0, 9867.0, 9855.0, 9885.0, 9866.0, 9862.0, 9915.0, 9902.0, 9911.0, 9952.0, 9938.0, 9941.0, 9936.0, 9939.0, 9926.0, 9922.0, 9946.0, 9913.0, 9932.0, 9890.0, 9927.0, 9881.0, 9899.0, 9846.0, 9873.0, 9828.0, 9856.0, 9855.0, 9879.0, 9895.0, 9862.0, 9877.0, 9928.0, 9954.0, 9868.0, 9849.0, 9870.0, 9888.0, 9829.0, 9918.0, 10070.0, 9989.0, 9974.0, 9962.0, 9959.0, 9930.0, 9986.0, 9954.0, 10000.0, 9955.0, 9986.0, 9956.0, 9945.0, 9905.0, 9910.0, 9952.0, 9889.0, 9955.0, 9924.0, 10011.0, 9956.0, 9951.0, 9911.0, 9915.0, 9886.0, 9931.0, 9867.0, 9924.0, 9873.0, 9957.0, 9948.0, 9937.0, 9866.0, 9852.0, 9879.0, 9926.0, 9909.0, 9921.0, 9879.0, 9823.0, 9916.0, 9882.0, 9899.0, 9986.0, 9988.0, 9966.0, 9925.0, 9885.0, 9868.0, 9907.0, 9908.0, 9916.0, 9977.0, 9978.0, 9965.0, 9928.0, 9966.0, 9994.0, 9914.0, 9871.0, 9869.0, 9832.0, 9862.0, 9857.0, 9906.0, 9890.0, 9899.0, 9904.0, 9851.0, 9916.0, 9896.0, 9912.0, 9891.0, 9937.0, 9901.0, 9918.0, 9877.0, 9930.0, 9848.0, 9875.0, 9825.0, 9870.0, 9852.0, 9880.0, 9840.0, 9854.0, 9825.0, 9881.0, 9868.0, 9897.0, 9865.0, 9944.0, 9894.0, 9907.0, 9887.0, 9896.0, 9884.0, 9867.0, 9894.0, 9899.0, 9904.0, 9899.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.01603048387096774</td></tr>
<tr><td colspan=3>aqi</td><td>0.2337126221198157</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.81075703094576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0764895987312564</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0429461339100337</td></tr>
<tr><td colspan=3>efc</td><td>0.5304</td></tr>
<tr><td colspan=3>fber</td><td>2791.1055</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.36802499766041413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>465</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>53.57142857142857</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1529909891012466</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.964467656594311</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0799609265680092</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.4145443841414207</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127086</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006061052903532982</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023637298494577408</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>5.357734777511001</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>13.5574</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.1975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>267.3792</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291243.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1271.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>480.8931</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.5861</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3679.4688</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>705.8912</td></tr>
<tr><td colspan=3>tsnr</td><td>13.902990114642307</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>