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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-01/func/sub-0104_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aa2ed6c906303c989cf42233ba90627d</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>17:15:33.617500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996525, -0.0408717, -0.0725763, 0.0503074, 0.989791, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.115212</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7806, -7202, 342, -101, -158, -2, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2435c757-4fa7-41e4-acd8-eeed9434d694||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6736037731170654, 0.13497112691402435, -0.17923983931541443, 113.60630798339844], [0.10965587943792343, 2.6555376052856445, 0.3686542212963104, -106.09335327148438], [-0.19471697509288788, -0.3577706217765808, 2.668701410293579, -42.06920623779297], [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': ['171533.617500', '171534.077500', '171534.537500', '171534.997500', '171535.457500', '171535.917500', '171536.377500', '171536.837500', '171537.297500', '171537.757500', '171538.217500', '171538.677500', '171539.137500', '171539.597500', '171540.057500', '171540.517500', '171540.977500', '171541.437500', '171541.897500', '171542.357500', '171542.817500', '171543.277500', '171543.737500', '171544.197500', '171544.657500', '171545.117500', '171545.577500', '171546.037500', '171546.497500', '171546.957500', '171547.417500', '171547.877500', '171548.337500', '171548.797500', '171549.257500', '171549.717500', '171550.177500', '171550.637500', '171551.097500', '171551.557500', '171552.017500', '171552.477500', '171552.937500', '171553.397500', '171553.857500', '171554.317500', '171554.777500', '171555.237500', '171555.697500', '171556.157500', '171556.617500', '171557.077500', '171557.537500', '171557.997500', '171558.457500', '171558.917500', '171559.377500', '171559.837500', '171600.297500', '171600.757500', '171601.217500', '171601.677500', '171602.137500', '171602.597500', '171603.057500', '171603.517500', '171603.977500', '171604.437500', '171604.897500', '171605.357500', '171605.817500', '171606.277500', '171606.737500', '171607.197500', '171607.657500', '171608.117500', '171608.577500', '171609.037500', '171609.497500', '171609.957500', '171610.417500', '171610.877500', '171611.337500', '171611.797500', '171612.257500', '171612.717500', '171613.177500', '171613.637500', '171614.097500', '171614.557500', '171615.017500', '171615.477500', '171615.937500', '171616.397500', '171616.857500', '171617.317500', '171617.777500', '171618.237500', '171618.697500', '171619.157500', '171619.617500', '171620.077500', '171620.537500', '171620.997500', '171621.457500', '171621.917500', '171622.377500', '171622.837500', '171623.297500', '171623.757500', '171624.217500', '171624.677500', '171625.137500', '171625.597500', '171626.057500', '171626.517500', '171626.977500', '171627.437500', '171627.897500', '171628.357500', '171628.817500', '171629.277500', '171629.737500', '171630.197500', '171630.657500', '171631.117500', '171631.577500', '171632.037500', '171632.497500', '171632.957500', '171633.417500', '171633.877500', '171634.337500', '171634.797500', '171635.257500', '171635.717500', '171636.177500', '171636.637500', '171637.097500', '171637.557500', '171638.017500', '171638.477500', '171638.937500', '171639.397500', '171639.857500', '171640.317500', '171640.777500', '171641.237500', '171641.697500', '171642.157500', '171642.617500', '171643.077500', '171643.537500', '171643.997500', '171644.457500', '171644.917500', '171645.377500', '171645.837500', '171646.297500', '171646.757500', '171647.217500', '171647.677500', '171648.137500', '171648.597500', '171649.057500', '171649.517500', '171649.977500', '171650.437500', '171650.897500', '171651.357500', '171651.817500', '171652.277500', '171652.737500', '171653.197500', '171653.657500', '171654.117500', '171654.577500', '171655.037500', '171655.497500', '171655.957500', '171656.417500', '171656.877500', '171657.337500', '171657.797500', '171658.257500', '171658.717500', '171659.177500', '171659.637500', '171700.097500', '171700.557500', '171701.017500', '171701.477500', '171701.937500', '171702.397500', '171702.857500', '171703.317500', '171703.777500', '171704.237500', '171704.697500', '171705.157500', '171705.617500', '171706.077500', '171706.537500', '171706.997500', '171707.457500', '171707.917500', '171708.377500', '171708.837500', '171709.297500', '171709.757500', '171710.217500', '171710.677500', '171711.137500', '171711.597500', '171712.057500', '171712.517500', '171712.977500', '171713.437500', '171713.897500', '171714.357500', '171714.817500', '171715.277500', '171715.737500', '171716.197500', '171716.657500', '171717.117500', '171717.577500', '171718.037500', '171718.497500', '171718.957500', '171719.417500', '171719.877500', '171720.337500', '171720.797500', '171721.257500', '171721.717500', '171722.177500', '171722.637500', '171723.097500', '171723.557500', '171724.017500', '171724.477500', '171724.937500', '171725.397500', '171725.857500', '171726.317500', '171726.777500', '171727.237500', '171727.697500', '171728.157500', '171728.617500', '171729.077500', '171729.537500', '171729.997500', '171730.457500', '171730.917500', '171731.377500', '171731.837500', '171732.297500', '171732.757500', '171733.217500', '171733.677500', '171734.137500', '171734.597500', '171735.057500', '171735.517500', '171735.977500', '171736.437500', '171736.897500', '171737.357500', '171737.817500', '171738.277500', '171738.737500', '171739.197500', '171739.657500', '171740.117500', '171740.577500', '171741.037500', '171741.497500', '171741.957500', '171742.417500', '171742.877500', '171743.337500', '171743.797500', '171744.257500', '171744.717500', '171745.177500', '171745.637500', '171746.097500', '171746.557500', '171747.017500', '171747.477500', '171747.937500', '171748.397500', '171748.857500', '171749.317500', '171749.777500', '171750.237500', '171750.697500', '171751.157500', '171751.617500', '171752.077500', '171752.537500', '171752.997500', '171753.457500', '171753.917500', '171754.377500', '171754.837500', '171755.297500', '171755.757500', '171756.217500', '171756.677500', '171757.137500', '171757.597500', '171758.057500', '171758.517500', '171758.977500', '171759.437500', '171759.897500', '171800.357500', '171800.817500', '171801.277500', '171801.737500', '171802.197500', '171802.657500', '171803.117500', '171803.577500', '171804.037500', '171804.497500', '171804.957500', '171805.417500', '171805.877500', '171806.337500', '171806.797500', '171807.257500', '171807.717500', '171808.177500', '171808.637500', '171809.097500', '171809.557500', '171810.017500', '171810.477500', '171810.937500', '171811.397500', '171811.857500', '171812.317500', '171812.777500', '171813.237500', '171813.697500', '171814.157500', '171814.617500', '171815.077500', '171815.537500', '171815.997500', '171816.457500', '171816.917500', '171817.377500', '171817.837500', '171818.297500', '171818.757500', '171819.217500', '171819.677500', '171820.137500', '171820.597500', '171821.057500', '171821.517500', '171821.977500', '171822.437500', '171822.897500', '171823.357500', '171823.817500', '171824.277500', '171824.737500', '171825.197500', '171825.657500', '171826.117500', '171826.577500', '171827.037500', '171827.497500', '171827.957500', '171828.417500', '171828.877500', '171829.337500', '171829.797500', '171830.257500', '171830.717500', '171831.177500', '171831.637500', '171832.097500', '171832.557500', '171833.017500', '171833.477500', '171833.937500', '171834.397500', '171834.857500', '171835.317500', '171835.777500', '171836.237500', '171836.697500', '171837.157500', '171837.617500', '171838.077500', '171838.537500', '171838.997500', '171839.457500', '171839.917500', '171840.377500', '171840.837500', '171841.297500', '171841.757500', '171842.217500', '171842.677500', '171843.137500', '171843.597500', '171844.057500', '171844.517500', '171844.977500', '171845.437500', '171845.897500', '171846.357500', '171846.817500', '171847.277500', '171847.737500', '171848.197500', '171848.657500', '171849.117500', '171849.577500', '171850.037500', '171850.497500', '171850.957500', '171851.417500', '171851.877500', '171852.337500', '171852.797500', '171853.257500', '171853.717500', '171854.177500', '171854.637500', '171855.097500', '171855.557500', '171856.017500', '171856.477500', '171856.937500', '171857.397500', '171857.857500', '171858.317500', '171858.777500', '171859.237500', '171859.697500', '171900.157500', '171900.617500', '171901.077500', '171901.537500', '171901.997500', '171902.457500', '171902.917500', '171903.377500', '171903.837500', '171904.297500', '171904.757500', '171905.217500', '171905.677500', '171906.137500', '171906.597500', '171907.057500', '171907.517500', '171907.977500', '171908.437500', '171908.897500', '171909.357500', '171909.817500', '171910.277500', '171910.737500', '171911.197500', '171911.657500', '171912.117500', '171912.577500', '171913.037500', '171913.497500', '171913.957500', '171914.417500', '171914.877500', '171915.337500', '171915.797500', '171916.257500', '171916.717500', '171917.177500', '171917.637500', '171918.097500', '171918.557500', '171919.017500', '171919.477500', '171919.937500', '171920.397500', '171920.857500', '171921.317500', '171921.777500', '171922.237500', '171922.697500', '171923.157500', '171923.617500', '171924.077500', '171924.537500', '171924.997500', '171925.457500', '171925.917500', '171926.377500', '171926.837500', '171927.297500', '171927.757500', '171928.217500', '171928.677500', '171929.137500', '171929.597500', '171930.057500', '171930.517500', '171930.977500', '171931.437500', '171931.897500', '171932.357500', '171932.817500', '171933.277500', '171933.737500', '171934.197500', '171934.657500', '171935.117500', '171935.577500', '171936.037500', '171936.497500', '171936.957500', '171937.417500', '171937.877500', '171938.337500', '171938.797500', '171939.257500', '171939.717500', '171940.177500', '171940.637500', '171941.097500', '171941.557500', '171942.017500', '171942.477500', '171942.937500', '171943.397500', '171943.857500', '171944.317500', '171944.777500', '171945.237500', '171945.697500', '171946.157500', '171946.617500', '171947.077500', '171947.537500', '171947.997500', '171948.457500', '171948.917500', '171949.377500', '171949.837500', '171950.297500', '171950.757500', '171951.217500', '171951.677500', '171952.137500', '171952.597500', '171953.057500', '171953.517500', '171953.977500', '171954.437500', '171954.897500', '171955.357500', '171955.817500', '171956.277500', '171956.737500', '171957.197500', '171957.657500', '171958.117500', '171958.577500', '171959.037500', '171959.497500', '171959.957500', '172000.417500', '172000.877500', '172001.337500', '172001.797500', '172002.257500', '172002.717500', '172003.177500', '172003.637500', '172004.097500', '172004.557500', '172005.017500', '172005.477500', '172005.937500', '172006.397500', '172006.857500', '172007.317500', '172007.777500', '172008.237500', '172008.697500', '172009.157500', '172009.617500', '172010.077500', '172010.537500', '172010.997500', '172011.457500', '172011.917500', '172012.377500', '172012.837500', '172013.297500', '172013.757500', '172014.217500', '172014.677500', '172015.137500', '172015.597500', '172016.057500', '172016.517500', '172016.977500', '172017.437500', '172017.897500', '172018.357500', '172018.817500', '172019.277500', '172019.737500', '172020.197500', '172020.657500', '172021.117500', '172021.577500', '172022.037500', '172022.497500', '172022.957500', '172023.417500', '172023.877500', '172024.337500', '172024.797500', '172025.257500', '172025.717500', '172026.177500', '172026.637500', '172027.097500', '172027.557500', '172028.017500', '172028.477500', '172028.937500', '172029.397500', '172029.857500', '172030.317500', '172030.777500', '172031.237500', '172031.697500', '172032.157500', '172032.617500', '172033.077500', '172033.537500', '172033.997500', '172034.457500', '172034.917500', '172035.377500', '172035.837500', '172036.297500', '172036.757500', '172037.217500', '172037.677500', '172038.137500', '172038.597500', '172039.057500', '172039.517500', '172039.977500', '172040.437500', '172040.897500', '172041.357500', '172041.817500', '172042.277500', '172042.737500', '172043.197500', '172043.657500', '172044.117500', '172044.577500', '172045.037500', '172045.497500', '172045.957500', '172046.417500', '172046.877500', '172047.337500', '172047.797500', '172048.257500', '172048.717500', '172049.177500', '172049.637500', '172050.097500', '172050.557500', '172051.017500', '172051.477500', '172051.937500', '172052.397500', '172052.857500', '172053.317500', '172053.777500', '172054.237500', '172054.697500', '172055.157500', '172055.617500', '172056.077500', '172056.537500', '172056.997500', '172057.457500', '172057.917500', '172058.377500', '172058.837500', '172059.297500', '172059.757500', '172100.217500', '172100.677500', '172101.137500', '172101.597500', '172102.057500', '172102.517500', '172102.977500', '172103.437500', '172103.897500', '172104.357500', '172104.817500', '172105.277500', '172105.737500', '172106.197500', '172106.657500', '172107.117500', '172107.577500', '172108.037500', '172108.497500', '172108.957500', '172109.417500', '172109.877500', '172110.337500', '172110.797500', '172111.257500', '172111.717500', '172112.177500', '172112.637500', '172113.097500', '172113.557500', '172114.017500', '172114.477500', '172114.937500', '172115.397500', '172115.857500', '172116.317500', '172116.777500', '172117.237500', '172117.697500', '172118.157500', '172118.617500', '172119.077500', '172119.537500', '172119.997500', '172120.457500', '172120.917500', '172121.377500', '172121.837500', '172122.297500', '172122.757500', '172123.217500', '172123.677500', '172124.137500', '172124.597500', '172125.057500', '172125.517500', '172125.977500', '172126.437500', '172126.897500', '172127.357500', '172127.817500', '172128.277500', '172128.737500', '172129.197500', '172129.657500', '172130.117500', '172130.577500', '172131.037500', '172131.497500', '172131.957500', '172132.417500', '172132.877500', '172133.337500', '172133.797500', '172134.257500', '172134.717500', '172135.177500', '172135.637500', '172136.097500', '172136.557500', '172137.017500', '172137.477500', '172137.937500', '172138.397500', '172138.857500', '172139.317500', '172139.777500', '172140.237500', '172140.697500', '172141.157500', '172141.617500', '172142.077500', '172142.537500', '172142.997500', '172143.457500', '172143.917500', '172144.377500', '172144.837500', '172145.297500', '172145.757500', '172146.217500', '172146.677500', '172147.137500', '172147.597500', '172148.057500', '172148.517500', '172148.977500', '172149.437500', '172149.897500', '172150.357500', '172150.817500', '172151.277500', '172151.737500', '172152.197500', '172152.657500', '172153.117500', '172153.577500', '172154.037500', '172154.497500', '172154.957500', '172155.417500', '172155.877500', '172156.337500', '172156.797500', '172157.257500', '172157.717500', '172158.177500', '172158.637500', '172159.097500', '172159.557500', '172200.017500', '172200.477500', '172200.937500', '172201.397500', '172201.857500', '172202.317500', '172202.777500', '172203.237500', '172203.697500', '172204.157500', '172204.617500', '172205.077500', '172205.537500', '172205.997500', '172206.457500', '172206.917500', '172207.377500', '172207.837500', '172208.297500', '172208.757500', '172209.217500', '172209.677500', '172210.137500', '172210.597500', '172211.057500', '172211.517500', '172211.977500', '172212.437500', '172212.897500', '172213.357500', '172213.817500', '172214.277500'], 'ContentTime': ['171553.152000', '171553.155000', '171553.158000', '171553.160000', '171553.167000', '171553.170000', '171553.172000', '171553.175000', '171553.178000', '171553.180000', '171553.183000', '171553.185000', '171553.188000', '171553.191000', '171553.193000', '171553.196000', '171553.199000', '171553.201000', '171553.204000', '171553.206000', '171553.209000', '171553.211000', '171553.222000', '171553.225000', '171553.228000', '171553.230000', '171553.233000', '171553.236000', '171553.238000', '171553.241000', '171553.243000', '171553.246000', '171553.248000', '171553.251000', '171553.254000', '171553.256000', '171553.259000', '171553.261000', '171553.264000', '171553.267000', '171613.115000', '171613.117000', '171613.120000', '171613.124000', '171613.126000', '171613.129000', '171613.131000', '171613.134000', '171613.137000', '171613.139000', '171613.142000', '171613.144000', '171613.147000', '171613.149000', '171613.152000', '171613.155000', '171613.157000', '171613.160000', '171613.162000', '171613.165000', '171613.168000', '171613.170000', '171613.173000', '171613.175000', '171613.178000', '171613.181000', '171613.183000', '171613.186000', '171613.188000', '171613.191000', '171613.194000', '171613.196000', '171613.199000', '171613.201000', '171613.204000', '171613.207000', '171613.209000', '171613.212000', '171613.214000', '171613.217000', '171613.220000', '171613.222000', '171613.231000', '171613.235000', '171633.114000', '171633.118000', '171633.135000', '171633.137000', '171633.140000', '171633.143000', '171633.145000', '171633.148000', '171633.150000', '171633.153000', '171633.156000', '171633.158000', '171633.161000', '171633.163000', '171633.166000', '171633.169000', '171633.171000', '171633.174000', '171633.176000', '171633.179000', '171633.182000', '171633.184000', '171633.187000', '171633.189000', '171633.192000', '171633.195000', '171633.197000', '171633.200000', '171633.202000', '171633.205000', '171633.208000', '171633.210000', '171633.213000', '171633.215000', '171633.218000', '171633.221000', '171633.223000', '171633.226000', '171633.229000', '171633.232000', '171633.235000', '171633.237000', '171633.240000', '171653.114000', '171653.117000', '171653.120000', '171653.123000', '171653.126000', '171653.128000', '171653.131000', '171653.133000', '171653.136000', '171653.139000', '171653.141000', '171653.144000', '171653.146000', '171653.149000', '171653.157000', '171653.159000', '171653.162000', '171653.164000', '171653.167000', '171653.170000', '171653.172000', '171653.175000', '171653.177000', '171653.180000', '171653.183000', '171653.185000', '171653.195000', '171653.197000', '171653.200000', '171653.203000', '171653.205000', '171653.208000', '171653.210000', '171653.213000', '171653.216000', '171653.218000', '171653.221000', '171653.223000', '171653.226000', '171653.229000', '171653.231000', '171653.234000', '171653.236000', '171653.239000', '171713.114000', '171713.117000', '171713.120000', '171713.123000', '171713.125000', '171713.128000', '171713.131000', '171713.133000', '171713.136000', '171713.143000', '171713.145000', '171713.148000', '171713.151000', '171713.153000', '171713.156000', '171713.158000', '171713.161000', '171713.164000', '171713.166000', '171713.169000', '171713.171000', '171713.174000', '171713.177000', '171713.179000', '171713.182000', '171713.184000', '171713.187000', '171713.190000', '171713.192000', '171713.195000', '171713.198000', '171713.200000', '171713.203000', '171713.205000', '171713.208000', '171713.211000', '171713.213000', '171713.216000', '171713.219000', '171713.221000', '171713.224000', '171713.227000', '171713.229000', '171733.115000', '171733.118000', '171733.120000', '171733.123000', '171733.125000', '171733.128000', '171733.131000', '171733.133000', '171733.136000', '171733.139000', '171733.141000', '171733.144000', '171733.146000', '171733.149000', '171733.152000', '171733.154000', '171733.157000', '171733.159000', '171733.162000', '171733.165000', '171733.167000', '171733.170000', '171733.173000', '171733.175000', '171733.178000', '171733.180000', '171733.190000', '171733.193000', '171733.195000', '171733.198000', '171733.201000', '171733.203000', '171733.206000', '171733.208000', '171733.211000', '171733.214000', '171733.216000', '171733.219000', '171733.221000', '171733.224000', '171733.227000', '171733.229000', '171733.232000', '171733.235000', '171753.114000', '171753.117000', '171753.120000', '171753.123000', '171753.125000', '171753.128000', '171753.130000', '171753.133000', '171753.136000', '171753.138000', '171753.141000', '171753.144000', '171753.146000', '171753.149000', '171753.151000', '171753.154000', '171753.157000', '171753.159000', '171753.162000', '171753.164000', '171753.167000', '171753.169000', '171753.172000', '171753.175000', '171753.177000', '171753.180000', '171753.183000', '171753.185000', '171753.188000', '171753.191000', '171753.193000', '171753.196000', '171753.198000', '171753.201000', '171753.204000', '171753.206000', '171753.209000', '171753.212000', '171753.214000', '171753.225000', '171753.228000', '171753.230000', '171753.233000', '171813.114000', '171813.117000', '171813.120000', '171813.122000', '171813.125000', '171813.128000', '171813.130000', '171813.133000', '171813.136000', '171813.138000', '171813.141000', '171813.143000', '171813.146000', '171813.154000', '171813.157000', '171813.159000', '171813.162000', '171813.165000', '171813.168000', '171813.170000', '171813.173000', '171813.175000', '171813.178000', '171813.181000', '171813.183000', '171813.186000', '171813.189000', '171813.191000', '171813.194000', '171813.197000', '171813.199000', '171813.202000', '171813.205000', '171813.207000', '171813.210000', '171813.212000', '171813.215000', '171813.218000', '171813.220000', '171813.223000', '171813.226000', '171813.228000', '171813.231000', '171813.233000', '171833.114000', '171833.117000', '171833.120000', '171833.123000', '171833.125000', '171833.128000', '171833.131000', '171833.133000', '171833.136000', '171833.138000', '171833.141000', '171833.144000', '171833.146000', '171833.149000', '171833.152000', '171833.154000', '171833.157000', '171833.159000', '171833.162000', '171833.165000', '171833.167000', '171833.170000', '171833.172000', '171833.175000', '171833.178000', '171833.180000', '171833.183000', '171833.186000', '171833.189000', '171833.191000', '171833.194000', '171833.197000', '171833.199000', '171833.202000', '171833.204000', '171833.207000', '171833.210000', '171833.212000', '171833.215000', '171833.218000', '171833.220000', '171833.223000', '171833.226000', '171853.114000', '171853.117000', '171853.120000', '171853.123000', '171853.125000', '171853.128000', '171853.130000', '171853.133000', '171853.136000', '171853.139000', '171853.141000', '171853.144000', '171853.146000', '171853.149000', '171853.152000', '171853.154000', '171853.157000', '171853.159000', '171853.162000', '171853.165000', '171853.167000', '171853.170000', '171853.173000', '171853.175000', '171853.178000', '171853.181000', '171853.183000', '171853.186000', '171853.189000', '171853.191000', '171853.194000', '171853.196000', '171853.199000', '171853.201000', '171853.204000', '171853.207000', '171853.209000', '171853.212000', '171853.215000', '171853.217000', '171853.220000', '171853.223000', '171853.225000', '171853.228000', '171913.114000', '171913.118000', '171913.120000', '171913.123000', '171913.125000', '171913.128000', '171913.131000', '171913.133000', '171913.136000', '171913.138000', '171913.141000', '171913.143000', '171913.146000', '171913.149000', '171913.151000', '171913.154000', '171913.156000', '171913.159000', '171913.162000', '171913.164000', '171913.167000', '171913.170000', '171913.172000', '171913.175000', '171913.177000', '171913.180000', '171913.183000', '171913.185000', '171913.188000', '171913.191000', '171913.193000', '171913.196000', '171913.199000', '171913.201000', '171913.204000', '171913.207000', '171913.209000', '171913.212000', '171913.215000', '171913.217000', '171913.220000', '171913.222000', '171913.225000', '171933.115000', '171933.118000', '171933.120000', '171933.123000', '171933.126000', '171933.128000', '171933.131000', '171933.134000', '171933.136000', '171933.139000', '171933.141000', '171933.144000', '171933.147000', '171933.149000', '171933.152000', '171933.154000', '171933.157000', '171933.160000', '171933.162000', '171933.165000', '171933.168000', '171933.177000', '171933.180000', '171933.183000', '171933.185000', '171933.188000', '171933.191000', '171933.193000', '171933.196000', '171933.198000', '171933.201000', '171933.204000', '171933.207000', '171933.209000', '171933.212000', '171933.214000', '171933.217000', '171933.220000', '171933.222000', '171933.225000', '171933.228000', '171933.230000', '171933.233000', '171933.235000', '171953.114000', '171953.116000', '171953.119000', '171953.122000', '171953.125000', '171953.127000', '171953.130000', '171953.132000', '171953.135000', '171953.138000', '171953.140000', '171953.143000', '171953.146000', '171953.148000', '171953.151000', '171953.154000', '171953.157000', '171953.159000', '171953.162000', '171953.165000', '171953.167000', '171953.170000', '171953.172000', '171953.175000', '171953.178000', '171953.180000', '171953.183000', '171953.185000', '171953.188000', '171953.191000', '171953.193000', '171953.196000', '171953.199000', '171953.201000', '171953.204000', '171953.207000', '171953.209000', '171953.212000', '171953.215000', '171953.217000', '171953.220000', '171953.223000', '171953.225000', '172013.114000', '172013.117000', '172013.120000', '172013.123000', '172013.126000', '172013.129000', '172013.132000', '172013.134000', '172013.137000', '172013.139000', '172013.142000', '172013.145000', '172013.147000', '172013.150000', '172013.152000', '172013.155000', '172013.158000', '172013.160000', '172013.163000', '172013.165000', '172013.168000', '172013.171000', '172013.173000', '172013.176000', '172013.179000', '172013.182000', '172013.184000', '172013.187000', '172013.190000', '172013.192000', '172013.195000', '172013.198000', '172013.200000', '172013.203000', '172013.206000', '172013.208000', '172013.211000', '172013.213000', '172013.216000', '172013.219000', '172013.221000', '172013.224000', '172013.226000', '172013.229000', '172033.114000', '172033.117000', '172033.120000', '172033.123000', '172033.125000', '172033.128000', '172033.130000', '172033.133000', '172033.136000', '172033.138000', '172033.141000', '172033.143000', '172033.146000', '172033.149000', '172033.151000', '172033.154000', '172033.157000', '172033.159000', '172033.162000', '172033.165000', '172033.167000', '172033.170000', '172033.172000', '172033.175000', '172033.178000', '172033.180000', '172033.183000', '172033.186000', '172033.188000', '172033.191000', '172033.193000', '172033.196000', '172033.199000', '172033.201000', '172033.204000', '172033.207000', '172033.209000', '172033.212000', '172033.214000', '172033.217000', '172033.220000', '172033.222000', '172033.225000', '172053.114000', '172053.117000', '172053.120000', '172053.122000', '172053.125000', '172053.128000', '172053.130000', '172053.133000', '172053.136000', '172053.138000', '172053.141000', '172053.144000', '172053.146000', '172053.149000', '172053.152000', '172053.154000', '172053.157000', '172053.160000', '172053.162000', '172053.165000', '172053.167000', '172053.170000', '172053.173000', '172053.175000', '172053.178000', '172053.181000', '172053.183000', '172053.186000', '172053.189000', '172053.191000', '172053.194000', '172053.197000', '172053.199000', '172053.202000', '172053.205000', '172053.207000', '172053.210000', '172053.213000', '172053.215000', '172053.218000', '172053.220000', '172053.223000', '172053.226000', '172053.228000', '172113.115000', '172113.146000', '172113.149000', '172113.152000', '172113.154000', '172113.157000', '172113.159000', '172113.162000', '172113.164000', '172113.167000', '172113.170000', '172113.172000', '172113.175000', '172113.177000', '172113.180000', '172113.183000', '172113.186000', '172113.188000', '172113.191000', '172113.193000', '172113.196000', '172113.199000', '172113.201000', '172113.204000', '172113.206000', '172113.209000', '172113.212000', '172113.214000', '172113.217000', '172113.220000', '172113.222000', '172113.225000', '172113.227000', '172113.230000', '172113.233000', '172113.235000', '172113.238000', '172113.240000', '172113.243000', '172113.246000', '172113.248000', '172113.251000', '172113.253000', '172133.115000', '172133.118000', '172133.120000', '172133.123000', '172133.126000', '172133.128000', '172133.131000', '172133.134000', '172133.136000', '172133.139000', '172133.141000', '172133.144000', '172133.147000', '172133.149000', '172133.152000', '172133.162000', '172133.164000', '172133.167000', '172133.170000', '172133.172000', '172133.175000', '172133.179000', '172133.182000', '172133.184000', '172133.187000', '172133.189000', '172133.192000', '172133.195000', '172133.197000', '172133.200000', '172133.203000', '172133.205000', '172133.208000', '172133.211000', '172133.213000', '172133.216000', '172133.219000', '172133.221000', '172133.224000', '172133.226000', '172133.229000', '172133.232000', '172133.234000', '172133.237000', '172153.115000', '172153.118000', '172153.121000', '172153.123000', '172153.126000', '172153.129000', '172153.131000', '172153.134000', '172153.136000', '172153.139000', '172153.142000', '172153.144000', '172153.147000', '172153.150000', '172153.152000', '172153.155000', '172153.157000', '172153.160000', '172153.163000', '172153.165000', '172153.168000', '172153.171000', '172153.173000', '172153.176000', '172153.178000', '172153.181000', '172153.184000', '172153.186000', '172153.189000', '172153.192000', '172153.194000', '172153.197000', '172153.199000', '172153.202000', '172153.205000', '172153.207000', '172153.210000', '172153.213000', '172153.215000', '172153.218000', '172153.220000', '172153.223000', '172153.226000', '172213.113000', '172213.116000', '172213.121000', '172213.123000', '172213.126000', '172213.128000', '172213.131000', '172213.134000', '172213.136000', '172213.139000', '172213.142000', '172213.144000', '172213.147000', '172213.149000', '172213.152000', '172213.155000', '172213.157000', '172213.160000', '172213.163000', '172213.165000', '172213.168000', '172213.171000', '172213.173000', '172213.176000', '172213.178000', '172213.181000', '172213.184000', '172213.186000', '172213.189000', '172213.192000', '172213.194000', '172213.197000', '172213.220000', '172213.223000', '172213.226000', '172213.228000', '172213.231000', '172213.233000', '172213.236000', '172213.239000', '172213.241000', '172213.244000', '172213.247000', '172215.432000', '172215.435000', '172215.438000', '172215.441000', '172215.444000', '172215.446000'], 'InstanceCreationTime': ['171553.152000', '171553.155000', '171553.158000', '171553.160000', '171553.167000', '171553.170000', '171553.172000', '171553.175000', '171553.178000', '171553.180000', '171553.183000', '171553.185000', '171553.188000', '171553.191000', '171553.193000', '171553.196000', '171553.199000', '171553.201000', '171553.204000', '171553.206000', '171553.209000', '171553.211000', '171553.222000', '171553.225000', '171553.228000', '171553.230000', '171553.233000', '171553.236000', '171553.238000', '171553.241000', '171553.243000', '171553.246000', '171553.248000', '171553.251000', '171553.254000', '171553.256000', '171553.259000', '171553.261000', '171553.264000', '171553.267000', '171613.115000', '171613.117000', '171613.120000', '171613.124000', '171613.126000', '171613.129000', '171613.131000', '171613.134000', '171613.137000', '171613.139000', '171613.142000', '171613.144000', '171613.147000', '171613.149000', '171613.152000', '171613.155000', '171613.157000', '171613.160000', '171613.162000', '171613.165000', '171613.168000', '171613.170000', '171613.173000', '171613.175000', '171613.178000', '171613.181000', '171613.183000', '171613.186000', '171613.188000', '171613.191000', '171613.194000', '171613.196000', '171613.199000', '171613.201000', '171613.204000', '171613.207000', '171613.209000', '171613.212000', '171613.214000', '171613.217000', '171613.220000', '171613.222000', '171613.231000', '171613.235000', '171633.114000', '171633.118000', '171633.135000', '171633.137000', '171633.140000', '171633.143000', '171633.145000', '171633.148000', '171633.150000', '171633.153000', '171633.156000', '171633.158000', '171633.161000', '171633.163000', '171633.166000', '171633.169000', '171633.171000', '171633.174000', '171633.176000', '171633.179000', '171633.182000', '171633.184000', '171633.187000', '171633.189000', '171633.192000', '171633.195000', '171633.197000', '171633.200000', '171633.202000', '171633.205000', '171633.208000', '171633.210000', '171633.213000', '171633.215000', '171633.218000', '171633.221000', '171633.223000', '171633.226000', '171633.229000', '171633.232000', '171633.235000', '171633.237000', '171633.240000', '171653.114000', '171653.117000', '171653.120000', '171653.123000', '171653.126000', '171653.128000', '171653.131000', '171653.133000', '171653.136000', '171653.139000', '171653.141000', '171653.144000', '171653.146000', '171653.149000', '171653.157000', '171653.159000', '171653.162000', '171653.164000', '171653.167000', '171653.170000', '171653.172000', '171653.175000', '171653.177000', '171653.180000', '171653.183000', '171653.185000', '171653.195000', '171653.197000', '171653.200000', '171653.203000', '171653.205000', '171653.208000', '171653.210000', '171653.213000', '171653.216000', '171653.218000', '171653.221000', '171653.223000', '171653.226000', '171653.229000', '171653.231000', '171653.234000', '171653.236000', '171653.239000', '171713.114000', '171713.117000', '171713.120000', '171713.123000', '171713.125000', '171713.128000', '171713.131000', '171713.133000', '171713.136000', '171713.143000', '171713.145000', '171713.148000', '171713.151000', '171713.153000', '171713.156000', '171713.158000', '171713.161000', '171713.164000', '171713.166000', '171713.169000', '171713.171000', '171713.174000', '171713.177000', '171713.179000', '171713.182000', '171713.184000', '171713.187000', '171713.190000', '171713.192000', '171713.195000', '171713.198000', '171713.200000', '171713.203000', '171713.205000', '171713.208000', '171713.211000', '171713.213000', '171713.216000', '171713.219000', '171713.221000', '171713.224000', '171713.227000', '171713.229000', '171733.115000', '171733.118000', '171733.120000', '171733.123000', '171733.125000', '171733.128000', '171733.131000', '171733.133000', '171733.136000', '171733.139000', '171733.141000', '171733.144000', '171733.146000', '171733.149000', '171733.152000', '171733.154000', '171733.157000', '171733.159000', '171733.162000', '171733.165000', '171733.167000', '171733.170000', '171733.173000', '171733.175000', '171733.178000', '171733.180000', '171733.190000', '171733.193000', '171733.195000', '171733.198000', '171733.201000', '171733.203000', '171733.206000', '171733.208000', '171733.211000', '171733.214000', '171733.216000', '171733.219000', '171733.221000', '171733.224000', '171733.227000', '171733.229000', '171733.232000', '171733.235000', '171753.114000', '171753.117000', '171753.120000', '171753.123000', '171753.125000', '171753.128000', '171753.130000', '171753.133000', '171753.136000', '171753.138000', '171753.141000', '171753.144000', '171753.146000', '171753.149000', '171753.151000', '171753.154000', '171753.157000', '171753.159000', '171753.162000', '171753.164000', '171753.167000', '171753.169000', '171753.172000', '171753.175000', '171753.177000', '171753.180000', '171753.183000', '171753.185000', '171753.188000', '171753.191000', '171753.193000', '171753.196000', '171753.198000', '171753.201000', '171753.204000', '171753.206000', '171753.209000', '171753.212000', '171753.214000', '171753.225000', '171753.228000', '171753.230000', '171753.233000', '171813.114000', '171813.117000', '171813.120000', '171813.122000', '171813.125000', '171813.128000', '171813.130000', '171813.133000', '171813.136000', '171813.138000', '171813.141000', '171813.143000', '171813.146000', '171813.154000', '171813.157000', '171813.159000', '171813.162000', '171813.165000', '171813.168000', '171813.170000', '171813.173000', '171813.175000', '171813.178000', '171813.181000', '171813.183000', '171813.186000', '171813.189000', '171813.191000', '171813.194000', '171813.197000', '171813.199000', '171813.202000', '171813.205000', '171813.207000', '171813.210000', '171813.212000', '171813.215000', '171813.218000', '171813.220000', '171813.223000', '171813.226000', '171813.228000', '171813.231000', '171813.233000', '171833.114000', '171833.117000', '171833.120000', '171833.123000', '171833.125000', '171833.128000', '171833.131000', '171833.133000', '171833.136000', '171833.138000', '171833.141000', '171833.144000', '171833.146000', '171833.149000', '171833.152000', '171833.154000', '171833.157000', '171833.159000', '171833.162000', '171833.165000', '171833.167000', '171833.170000', '171833.172000', '171833.175000', '171833.178000', '171833.180000', '171833.183000', '171833.186000', '171833.189000', '171833.191000', '171833.194000', '171833.197000', '171833.199000', '171833.202000', '171833.204000', '171833.207000', '171833.210000', '171833.212000', '171833.215000', '171833.218000', '171833.220000', '171833.223000', '171833.226000', '171853.114000', '171853.117000', '171853.120000', '171853.123000', '171853.125000', '171853.128000', '171853.130000', '171853.133000', '171853.136000', '171853.139000', '171853.141000', '171853.144000', '171853.146000', '171853.149000', '171853.152000', '171853.154000', '171853.157000', '171853.159000', '171853.162000', '171853.165000', '171853.167000', '171853.170000', '171853.173000', '171853.175000', '171853.178000', '171853.181000', '171853.183000', '171853.186000', '171853.189000', '171853.191000', '171853.194000', '171853.196000', '171853.199000', '171853.201000', '171853.204000', '171853.207000', '171853.209000', '171853.212000', '171853.215000', '171853.217000', '171853.220000', '171853.223000', '171853.225000', '171853.228000', '171913.114000', '171913.118000', '171913.120000', '171913.123000', '171913.125000', '171913.128000', '171913.131000', '171913.133000', '171913.136000', '171913.138000', '171913.141000', '171913.143000', '171913.146000', '171913.149000', '171913.151000', '171913.154000', '171913.156000', '171913.159000', '171913.162000', '171913.164000', '171913.167000', '171913.170000', '171913.172000', '171913.175000', '171913.177000', '171913.180000', '171913.183000', '171913.185000', '171913.188000', '171913.191000', '171913.193000', '171913.196000', '171913.199000', '171913.201000', '171913.204000', '171913.207000', '171913.209000', '171913.212000', '171913.215000', '171913.217000', '171913.220000', '171913.222000', '171913.225000', '171933.115000', '171933.118000', '171933.120000', '171933.123000', '171933.126000', '171933.128000', '171933.131000', '171933.134000', '171933.136000', '171933.139000', '171933.141000', '171933.144000', '171933.147000', '171933.149000', '171933.152000', '171933.154000', '171933.157000', '171933.160000', '171933.162000', '171933.165000', '171933.168000', '171933.177000', '171933.180000', '171933.183000', '171933.185000', '171933.188000', '171933.191000', '171933.193000', '171933.196000', '171933.198000', '171933.201000', '171933.204000', '171933.207000', '171933.209000', '171933.212000', '171933.214000', '171933.217000', '171933.220000', '171933.222000', '171933.225000', '171933.228000', '171933.230000', '171933.233000', '171933.235000', '171953.114000', '171953.116000', '171953.119000', '171953.122000', '171953.125000', '171953.127000', '171953.130000', '171953.132000', '171953.135000', '171953.138000', '171953.140000', '171953.143000', '171953.146000', '171953.148000', '171953.151000', '171953.154000', '171953.157000', '171953.159000', '171953.162000', '171953.165000', '171953.167000', '171953.170000', '171953.172000', '171953.175000', '171953.178000', '171953.180000', '171953.183000', '171953.185000', '171953.188000', '171953.191000', '171953.193000', '171953.196000', '171953.199000', '171953.201000', '171953.204000', '171953.207000', '171953.209000', '171953.212000', '171953.215000', '171953.217000', '171953.220000', '171953.223000', '171953.225000', '172013.114000', '172013.117000', '172013.120000', '172013.123000', '172013.126000', '172013.129000', '172013.132000', '172013.134000', '172013.137000', '172013.139000', '172013.142000', '172013.145000', '172013.147000', '172013.150000', '172013.152000', '172013.155000', '172013.158000', '172013.160000', '172013.163000', '172013.165000', '172013.168000', '172013.171000', '172013.173000', '172013.176000', '172013.179000', '172013.182000', '172013.184000', '172013.187000', '172013.190000', '172013.192000', '172013.195000', '172013.198000', '172013.200000', '172013.203000', '172013.206000', '172013.208000', '172013.211000', '172013.213000', '172013.216000', '172013.219000', '172013.221000', '172013.224000', '172013.226000', '172013.229000', '172033.114000', '172033.117000', '172033.120000', '172033.123000', '172033.125000', '172033.128000', '172033.130000', '172033.133000', '172033.136000', '172033.138000', '172033.141000', '172033.143000', '172033.146000', '172033.149000', '172033.151000', '172033.154000', '172033.157000', '172033.159000', '172033.162000', '172033.165000', '172033.167000', '172033.170000', '172033.172000', '172033.175000', '172033.178000', '172033.180000', '172033.183000', '172033.186000', '172033.188000', '172033.191000', '172033.193000', '172033.196000', '172033.199000', '172033.201000', '172033.204000', '172033.207000', '172033.209000', '172033.212000', '172033.214000', '172033.217000', '172033.220000', '172033.222000', '172033.225000', '172053.114000', '172053.117000', '172053.120000', '172053.122000', '172053.125000', '172053.128000', '172053.130000', '172053.133000', '172053.136000', '172053.138000', '172053.141000', '172053.144000', '172053.146000', '172053.149000', '172053.152000', '172053.154000', '172053.157000', '172053.160000', '172053.162000', '172053.165000', '172053.167000', '172053.170000', '172053.173000', '172053.175000', '172053.178000', '172053.181000', '172053.183000', '172053.186000', '172053.189000', '172053.191000', '172053.194000', '172053.197000', '172053.199000', '172053.202000', '172053.205000', '172053.207000', '172053.210000', '172053.213000', '172053.215000', '172053.218000', '172053.220000', '172053.223000', '172053.226000', '172053.228000', '172113.115000', '172113.146000', '172113.149000', '172113.152000', '172113.154000', '172113.157000', '172113.159000', '172113.162000', '172113.164000', '172113.167000', '172113.170000', '172113.172000', '172113.175000', '172113.177000', '172113.180000', '172113.183000', '172113.186000', '172113.188000', '172113.191000', '172113.193000', '172113.196000', '172113.199000', '172113.201000', '172113.204000', '172113.206000', '172113.209000', '172113.212000', '172113.214000', '172113.217000', '172113.220000', '172113.222000', '172113.225000', '172113.227000', '172113.230000', '172113.233000', '172113.235000', '172113.238000', '172113.240000', '172113.243000', '172113.246000', '172113.248000', '172113.251000', '172113.253000', '172133.115000', '172133.118000', '172133.120000', '172133.123000', '172133.126000', '172133.128000', '172133.131000', '172133.134000', '172133.136000', '172133.139000', '172133.141000', '172133.144000', '172133.147000', '172133.149000', '172133.152000', '172133.162000', '172133.164000', '172133.167000', '172133.170000', '172133.172000', '172133.175000', '172133.179000', '172133.182000', '172133.184000', '172133.187000', '172133.189000', '172133.192000', '172133.195000', '172133.197000', '172133.200000', '172133.203000', '172133.205000', '172133.208000', '172133.211000', '172133.213000', '172133.216000', '172133.219000', '172133.221000', '172133.224000', '172133.226000', '172133.229000', '172133.232000', '172133.234000', '172133.237000', '172153.115000', '172153.118000', '172153.121000', '172153.123000', '172153.126000', '172153.129000', '172153.131000', '172153.134000', '172153.136000', '172153.139000', '172153.142000', '172153.144000', '172153.147000', '172153.150000', '172153.152000', '172153.155000', '172153.157000', '172153.160000', '172153.163000', '172153.165000', '172153.168000', '172153.171000', '172153.173000', '172153.176000', '172153.178000', '172153.181000', '172153.184000', '172153.186000', '172153.189000', '172153.192000', '172153.194000', '172153.197000', '172153.199000', '172153.202000', '172153.205000', '172153.207000', '172153.210000', '172153.213000', '172153.215000', '172153.218000', '172153.220000', '172153.223000', '172153.226000', '172213.113000', '172213.116000', '172213.121000', '172213.123000', '172213.126000', '172213.128000', '172213.131000', '172213.134000', '172213.136000', '172213.139000', '172213.142000', '172213.144000', '172213.147000', '172213.149000', '172213.152000', '172213.155000', '172213.157000', '172213.160000', '172213.163000', '172213.165000', '172213.168000', '172213.171000', '172213.173000', '172213.176000', '172213.178000', '172213.181000', '172213.184000', '172213.186000', '172213.189000', '172213.192000', '172213.194000', '172213.197000', '172213.220000', '172213.223000', '172213.226000', '172213.228000', '172213.231000', '172213.233000', '172213.236000', '172213.239000', '172213.241000', '172213.244000', '172213.247000', '172215.432000', '172215.435000', '172215.438000', '172215.441000', '172215.444000', '172215.446000'], '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': [13682, 7505, 11329, 7902, 8960, 9747, 7676, 12926, 8123, 10602, 7819, 8461, 8461, 9170, 12657, 10125, 12905, 7192, 10143, 7793, 11531, 9344, 11816, 8963, 7161, 11671, 7939, 11150, 8407, 9376, 10596, 7539, 10275, 8020, 10213, 8428, 9874, 9824, 7040, 13248, 7793, 11859, 11455, 10450, 12999, 7245, 12194, 8468, 11104, 13439, 10011, 12295, 7720, 8721, 8669, 6887, 11952, 7683, 10425, 7575, 7120, 8607, 7001, 10732, 7924, 10849, 9565, 9243, 13197, 7884, 8576, 12480, 7565, 11600, 7935, 8992, 8856, 7105, 11709, 8218, 11559, 6956, 10388, 8013, 10619, 7706, 12598, 11637, 10366, 10304, 7704, 9208, 7761, 9412, 12717, 9256, 10241, 7752, 9385, 8462, 8120, 12919, 9784, 11314, 7698, 8767, 8378, 6802, 12882, 10245, 12334, 8198, 9181, 13266, 8674, 12082, 8941, 9412, 12781, 8090, 11072, 7446, 6756, 12545, 8247, 11260, 8264, 8065, 13170, 7659, 8097, 12579, 7369, 11525, 7387, 8303, 8456, 7040, 11676, 8111, 10532, 8140, 7265, 8777, 7066, 11826, 7831, 12083, 9063, 9686, 8741, 7288, 14109, 9611, 12300, 8530, 10786, 10788, 7503, 12238, 8301, 13109, 8377, 8653, 13814, 7622, 11172, 8498, 8991, 12907, 7416, 10715, 7914, 7054, 13051, 8632, 11566, 8142, 9927, 13435, 7338, 11129, 7939, 7248, 12973, 7521, 10352, 7574, 7367, 10936, 7465, 10417, 11244, 8915, 11547, 7464, 9493, 13631, 7464, 12154, 8274, 8742, 12394, 7658, 10078, 8059, 8712, 12865, 9336, 12009, 7474, 7579, 12632, 7476, 10391, 7682, 8702, 7393, 8191, 13256, 8103, 11890, 10178, 10768, 7488, 8454, 13730, 9419, 12439, 9244, 11410, 8062, 7643, 12908, 8095, 10726, 12210, 9304, 11355, 7563, 10356, 11237, 7729, 13929, 8008, 10182, 8090, 7486, 10788, 7317, 8265, 8417, 7273, 12615, 10201, 10207, 7950, 7514, 12643, 7883, 10683, 13179, 9639, 12059, 7189, 8093, 13104, 7691, 11156, 7648, 10541, 7259, 7971, 10267, 7698, 12299, 7745, 11657, 7470, 9605, 7947, 9973, 11448, 9624, 13361, 7892, 12599, 8398, 13082, 9802, 11015, 13473, 7927, 12376, 7628, 11968, 9703, 10455, 13026, 7783, 11003, 7757, 10395, 13603, 10731, 11445, 7550, 9087, 7128, 7745, 13140, 10458, 11577, 7334, 9257, 12881, 7773, 12022, 8877, 10034, 7981, 7610, 11990, 7788, 11166, 7729, 9242, 7901, 7472, 10949, 7467, 11040, 7895, 9973, 7893, 7831, 12365, 7537, 12106, 9418, 11453, 7262, 9269, 11161, 8927, 13016, 11135, 11711, 7580, 10558, 9706, 10497, 13381, 11987, 11365, 7597, 9838, 9073, 8016, 12594, 11089, 10603, 7462, 8545, 11579, 7659, 12182, 8873, 11941, 7066, 7909, 7607, 7348, 10968, 7280, 11251, 7961, 9317, 9540, 7631, 11429, 7901, 12138, 7546, 8681, 13621, 7823, 11894, 8810, 12190, 7422, 7788, 12869, 7582, 12074, 8220, 11025, 7313, 8209, 6901, 10286, 8871, 9700, 7452, 7659, 12451, 7483, 12394, 10000, 11828, 7209, 9659, 12171, 10109, 13588, 11677, 11751, 7842, 8338, 13786, 7809, 12439, 9832, 11195, 6942, 7818, 12880, 7577, 12512, 8768, 12164, 7010, 7819, 12461, 7482, 11995, 8541, 10619, 11831, 7789, 11364, 7432, 11770, 10743, 9020, 12297, 7564, 10522, 7989, 9239, 12962, 9943, 11570, 7382, 8391, 8997, 7456, 12223, 7927, 11477, 7441, 9465, 8140, 9518, 12738, 9504, 11920, 7530, 11956, 8304, 12485, 8320, 11602, 9166, 7976, 13529, 10400, 13161, 9730, 10618, 6942, 7950, 13545, 10833, 13968, 10233, 12781, 7410, 12165, 7814, 10437, 13825, 9876, 12268, 7238, 10273, 7457, 10014, 13967, 12084, 11971, 7481, 10789, 7361, 8489, 13813, 10829, 12427, 7804, 10656, 6896, 8146, 13110, 8269, 12646, 9515, 11977, 6856, 9235, 14085, 11026, 12520, 9492, 11582, 7892, 9383, 14251, 11215, 12516, 8111, 10448, 6798, 8713, 13665, 10167, 12113, 7893, 10999, 7019, 8941, 6688, 9841, 11696, 10098, 11394, 7518, 12516, 8042, 12658, 8501, 11689, 6764, 8140, 14123, 9606, 13391, 9906, 12453, 7156, 8489, 13216, 7807, 13273, 9221, 12378, 7065, 8711, 12923, 7523, 12328, 9374, 11544, 6682, 7645, 12727, 8148, 11020, 14528, 12363, 11803, 7068, 9329, 10572, 7425, 13170, 9201, 11817, 6479, 7621, 13091, 8435, 11874, 12299, 9978, 11389, 7199, 10458, 7845, 9859, 13527, 9838, 11989, 7118, 10522, 7714, 11697, 10794, 9058, 12316, 7525, 13142, 8843, 12959, 8297, 11474, 7086, 10562, 13045, 9429, 14002, 10969, 12159, 7297, 11183, 8058, 10533, 14525, 11706, 12606, 7702, 11018, 7668, 10331, 13114, 11396, 12844, 8236, 12695, 7957, 11869, 12309, 11382, 13484, 9146, 12791, 7242, 9583, 11353, 8220, 13632, 10927, 11798, 7386, 9988, 6853, 7557, 13769, 10799, 11991, 7256, 10442, 10136, 9066, 13921, 11768, 11549, 7191, 10162, 9319, 9394, 13893, 11687, 12005, 7654, 11839, 8018, 10956, 11917, 11617, 11549, 7901, 12365, 7074, 12350, 9005, 13357, 7233, 8413, 13909, 8239, 12726, 8921, 12070, 7199, 7904, 13115, 8088, 12099, 13422, 11357, 12481, 7478, 10617, 9209, 8541, 14120, 11373, 11943, 7092, 8782, 7616, 7494, 13512, 9599, 10971, 6886, 9651, 6965, 10133, 14375, 12105, 12001, 7383, 11759, 8926, 10815, 14401, 12197, 12252, 7398, 10450, 10412, 8550, 14015, 11255, 12348, 7217, 8901, 11856, 7704, 12773, 8634, 13081, 7772, 9079, 13811, 7336, 12778, 9383, 11481, 6989, 7976, 13211, 8222, 12535, 9955, 11049, 13212, 7833, 12319, 8281, 11269, 13659, 12065, 11905, 7579, 11382, 7278, 10698, 11085, 10888, 12519, 7821, 12055, 7300, 12775, 9347, 13260, 8444, 9338, 13150, 7829, 13775, 9326, 13594, 8199, 9988, 11872, 7828, 13030, 9867, 13771, 9787, 10743, 7095, 8113, 13417, 8126, 13564, 9136, 12255, 7090, 8804, 9324, 9363, 14153, 10812, 12420, 7163, 9913, 7858, 9421, 14200, 11703, 12463, 7558, 10829, 8327, 10727, 15012, 12580, 13244, 8485, 11697, 8137, 9300, 14232, 10932, 12771, 7450, 10993, 8800, 7973, 13468, 8910, 12681, 9226, 10037, 8916, 7798, 12683, 9063, 11511, 14243, 11779, 12100, 7438, 9599, 14036, 10567, 12732, 7922, 10689, 8144, 7649, 12814, 8713, 12859, 8035, 9585, 7195, 8067, 13010, 7322, 12996, 10422, 12292, 7180, 9227, 12418, 7650, 14243], 'WindowCenter': [4128.0, 4038.0, 4076.0, 4023.0, 4043.0, 4042.0, 4020.0, 4072.0, 4013.0, 4050.0, 4010.0, 4020.0, 4019.0, 4042.0, 4071.0, 4053.0, 4065.0, 4012.0, 4052.0, 4022.0, 4074.0, 4042.0, 4073.0, 4041.0, 4011.0, 4061.0, 4021.0, 4061.0, 4030.0, 4053.0, 4051.0, 4021.0, 4050.0, 4032.0, 4062.0, 4031.0, 4052.0, 4051.0, 4011.0, 4082.0, 4020.0, 4073.0, 4060.0, 4052.0, 4071.0, 4008.0, 4059.0, 4017.0, 4061.0, 4070.0, 4040.0, 4059.0, 4007.0, 4029.0, 4016.0, 3997.0, 4058.0, 4010.0, 4040.0, 4008.0, 3998.0, 4029.0, 4010.0, 4060.0, 4031.0, 4064.0, 4040.0, 4041.0, 4070.0, 4020.0, 4030.0, 4058.0, 4006.0, 4059.0, 4020.0, 4028.0, 4029.0, 4009.0, 4071.0, 4031.0, 4072.0, 4015.0, 4063.0, 4035.0, 4073.0, 4036.0, 4100.0, 4076.0, 4065.0, 4050.0, 4021.0, 4042.0, 4021.0, 4054.0, 4072.0, 4041.0, 4051.0, 4022.0, 4041.0, 4029.0, 4034.0, 4082.0, 4054.0, 4062.0, 4021.0, 4031.0, 4020.0, 4001.0, 4083.0, 4063.0, 4073.0, 4031.0, 4035.0, 4070.0, 4030.0, 4060.0, 4026.0, 4039.0, 4067.0, 4007.0, 4047.0, 3995.0, 3987.0, 4058.0, 4020.0, 4059.0, 4017.0, 4018.0, 4067.0, 4007.0, 4018.0, 4057.0, 3997.0, 4058.0, 4007.0, 4029.0, 4017.0, 4009.0, 4071.0, 4031.0, 4063.0, 4019.0, 4010.0, 4030.0, 4011.0, 4072.0, 4033.0, 4084.0, 4043.0, 4054.0, 4042.0, 4022.0, 4093.0, 4054.0, 4084.0, 4031.0, 4064.0, 4061.0, 4011.0, 4071.0, 4032.0, 4083.0, 4019.0, 4030.0, 4079.0, 4009.0, 4061.0, 4027.0, 4030.0, 4069.0, 4009.0, 4049.0, 4017.0, 3998.0, 4069.0, 4030.0, 4060.0, 4006.0, 4039.0, 4068.0, 4008.0, 4059.0, 4007.0, 3997.0, 4068.0, 4008.0, 4049.0, 4008.0, 4010.0, 4061.0, 4010.0, 4063.0, 4060.0, 4041.0, 4063.0, 4009.0, 4052.0, 4080.0, 4010.0, 4073.0, 4019.0, 4030.0, 4070.0, 4008.0, 4049.0, 4018.0, 4030.0, 4069.0, 4041.0, 4072.0, 4010.0, 4021.0, 4071.0, 4011.0, 4052.0, 4023.0, 4040.0, 4010.0, 4033.0, 4083.0, 4033.0, 4071.0, 4063.0, 4061.0, 4010.0, 4031.0, 4081.0, 4053.0, 4073.0, 4031.0, 4063.0, 4020.0, 4022.0, 4069.0, 4016.0, 4061.0, 4058.0, 4039.0, 4058.0, 4009.0, 4050.0, 4058.0, 3999.0, 4078.0, 4018.0, 4046.0, 4017.0, 4008.0, 4048.0, 4009.0, 4030.0, 4028.0, 4011.0, 4077.0, 4062.0, 4062.0, 4019.0, 4011.0, 4082.0, 4020.0, 4062.0, 4082.0, 4052.0, 4071.0, 3998.0, 4015.0, 4080.0, 4020.0, 4060.0, 4021.0, 4061.0, 4019.0, 4024.0, 4061.0, 4033.0, 4083.0, 4024.0, 4072.0, 4023.0, 4054.0, 4032.0, 4063.0, 4074.0, 4055.0, 4094.0, 4032.0, 4084.0, 4044.0, 4085.0, 4052.0, 4055.0, 4081.0, 4032.0, 4070.0, 4021.0, 4072.0, 4040.0, 4052.0, 4070.0, 4009.0, 4061.0, 4009.0, 4051.0, 4081.0, 4061.0, 4059.0, 4005.0, 4028.0, 3998.0, 4017.0, 4072.0, 4062.0, 4071.0, 4009.0, 4041.0, 4070.0, 4012.0, 4071.0, 4030.0, 4050.0, 4017.0, 4008.0, 4058.0, 4015.0, 4059.0, 4008.0, 4041.0, 4018.0, 4010.0, 4060.0, 4010.0, 4072.0, 4019.0, 4052.0, 4020.0, 4020.0, 4081.0, 4033.0, 4083.0, 4054.0, 4073.0, 4007.0, 4053.0, 4071.0, 4042.0, 4073.0, 4075.0, 4072.0, 4021.0, 4062.0, 4040.0, 4061.0, 4080.0, 4071.0, 4060.0, 4003.0, 4050.0, 4027.0, 4019.0, 4068.0, 4060.0, 4048.0, 4007.0, 4029.0, 4058.0, 4009.0, 4059.0, 4028.0, 4060.0, 3996.0, 4018.0, 4008.0, 4000.0, 4060.0, 4009.0, 4072.0, 4019.0, 4052.0, 4040.0, 4020.0, 4070.0, 4031.0, 4073.0, 4020.0, 4031.0, 4080.0, 4019.0, 4071.0, 4039.0, 4072.0, 4008.0, 4020.0, 4069.0, 4020.0, 4070.0, 4030.0, 4061.0, 4009.0, 4030.0, 4010.0, 4064.0, 4043.0, 4054.0, 4021.0, 4035.0, 4083.0, 4024.0, 4085.0, 4064.0, 4074.0, 4023.0, 4054.0, 4073.0, 4063.0, 4083.0, 4073.0, 4072.0, 4019.0, 4028.0, 4081.0, 4021.0, 4071.0, 4050.0, 4060.0, 3998.0, 4021.0, 4068.0, 4020.0, 4071.0, 4029.0, 4071.0, 3999.0, 4021.0, 4068.0, 4010.0, 4071.0, 4026.0, 4050.0, 4059.0, 4019.0, 4059.0, 4009.0, 4070.0, 4049.0, 4029.0, 4058.0, 4018.0, 4050.0, 4015.0, 4041.0, 4068.0, 4050.0, 4059.0, 4006.0, 4018.0, 4028.0, 4007.0, 4069.0, 4020.0, 4060.0, 4009.0, 4051.0, 4030.0, 4052.0, 4081.0, 4052.0, 4070.0, 4021.0, 4070.0, 4033.0, 4084.0, 4031.0, 4074.0, 4039.0, 4020.0, 4080.0, 4051.0, 4071.0, 4040.0, 4050.0, 3996.0, 4021.0, 4069.0, 4060.0, 4081.0, 4062.0, 4067.0, 4010.0, 4068.0, 4008.0, 4060.0, 4081.0, 4051.0, 4070.0, 4008.0, 4051.0, 4009.0, 4051.0, 4079.0, 4067.0, 4061.0, 3998.0, 4049.0, 3996.0, 4029.0, 4068.0, 4049.0, 4069.0, 4008.0, 4049.0, 3997.0, 4019.0, 4069.0, 4029.0, 4069.0, 4040.0, 4060.0, 3988.0, 4040.0, 4080.0, 4060.0, 4070.0, 4040.0, 4059.0, 4007.0, 4039.0, 4079.0, 4060.0, 4068.0, 4018.0, 4048.0, 3986.0, 4029.0, 4079.0, 4041.0, 4069.0, 4019.0, 4049.0, 3999.0, 4040.0, 3998.0, 4063.0, 4071.0, 4062.0, 4071.0, 4012.0, 4072.0, 4032.0, 4085.0, 4024.0, 4072.0, 3989.0, 4020.0, 4083.0, 4052.0, 4082.0, 4051.0, 4071.0, 3997.0, 4030.0, 4069.0, 4020.0, 4070.0, 4038.0, 4069.0, 3998.0, 4030.0, 4069.0, 4020.0, 4071.0, 4040.0, 4060.0, 3988.0, 4020.0, 4070.0, 4019.0, 4062.0, 4080.0, 4071.0, 4059.0, 3998.0, 4036.0, 4047.0, 4010.0, 4070.0, 4039.0, 4071.0, 3976.0, 4010.0, 4070.0, 4020.0, 4072.0, 4059.0, 4040.0, 4059.0, 3998.0, 4050.0, 4019.0, 4049.0, 4072.0, 4051.0, 4059.0, 3999.0, 4051.0, 4010.0, 4073.0, 4061.0, 4041.0, 4071.0, 4022.0, 4081.0, 4043.0, 4072.0, 4032.0, 4071.0, 4001.0, 4064.0, 4083.0, 4043.0, 4082.0, 4062.0, 4073.0, 4011.0, 4062.0, 4018.0, 4063.0, 4081.0, 4072.0, 4071.0, 4011.0, 4061.0, 4008.0, 4052.0, 4070.0, 4062.0, 4070.0, 4021.0, 4072.0, 4018.0, 4072.0, 4059.0, 4061.0, 4070.0, 4028.0, 4058.0, 3996.0, 4037.0, 4046.0, 4018.0, 4068.0, 4050.0, 4055.0, 3998.0, 4049.0, 3985.0, 4004.0, 4080.0, 4061.0, 4072.0, 4008.0, 4061.0, 4049.0, 4041.0, 4080.0, 4071.0, 4060.0, 3998.0, 4051.0, 4040.0, 4042.0, 4081.0, 4064.0, 4071.0, 4021.0, 4072.0, 4020.0, 4063.0, 4061.0, 4061.0, 4059.0, 4020.0, 4070.0, 4000.0, 4073.0, 4030.0, 4084.0, 4008.0, 4030.0, 4081.0, 4031.0, 4072.0, 4029.0, 4072.0, 3998.0, 4019.0, 4071.0, 4019.0, 4072.0, 4070.0, 4060.0, 4058.0, 3998.0, 4049.0, 4025.0, 4029.0, 4078.0, 4060.0, 4059.0, 3998.0, 4029.0, 4008.0, 4011.0, 4080.0, 4053.0, 4062.0, 4013.0, 4053.0, 4004.0, 4066.0, 4093.0, 4085.0, 4074.0, 4013.0, 4076.0, 4042.0, 4058.0, 4093.0, 4074.0, 4071.0, 4009.0, 4051.0, 4046.0, 4032.0, 4081.0, 4061.0, 4070.0, 3995.0, 4029.0, 4059.0, 4008.0, 4070.0, 4030.0, 4082.0, 4008.0, 4041.0, 4070.0, 4010.0, 4072.0, 4041.0, 4073.0, 3998.0, 4021.0, 4081.0, 4032.0, 4082.0, 4049.0, 4062.0, 4069.0, 4010.0, 4069.0, 4019.0, 4062.0, 4080.0, 4069.0, 4059.0, 4008.0, 4059.0, 4000.0, 4051.0, 4059.0, 4062.0, 4071.0, 4010.0, 4070.0, 4012.0, 4072.0, 4040.0, 4083.0, 4020.0, 4042.0, 4070.0, 4010.0, 4082.0, 4040.0, 4082.0, 4020.0, 4053.0, 4058.0, 4010.0, 4071.0, 4051.0, 4082.0, 4040.0, 4061.0, 3998.0, 4020.0, 4080.0, 4020.0, 4083.0, 4041.0, 4071.0, 3999.0, 4041.0, 4040.0, 4042.0, 4082.0, 4063.0, 4072.0, 4001.0, 4053.0, 4020.0, 4052.0, 4092.0, 4072.0, 4072.0, 4011.0, 4062.0, 4018.0, 4063.0, 4092.0, 4072.0, 4072.0, 4030.0, 4072.0, 4018.0, 4041.0, 4074.0, 4060.0, 4070.0, 3999.0, 4050.0, 4027.0, 4019.0, 4070.0, 4030.0, 4071.0, 4040.0, 4051.0, 4028.0, 4010.0, 4070.0, 4030.0, 4062.0, 4081.0, 4072.0, 4060.0, 3997.0, 4040.0, 4080.0, 4050.0, 4070.0, 4008.0, 4048.0, 4005.0, 4007.0, 4067.0, 4029.0, 4070.0, 4008.0, 4040.0, 3987.0, 4020.0, 4081.0, 4012.0, 4081.0, 4064.0, 4073.0, 4000.0, 4042.0, 4070.0, 4022.0, 4093.0], 'WindowWidth': [9160.0, 9024.0, 9064.0, 8988.0, 9014.0, 9009.0, 8980.0, 9048.0, 8963.0, 9015.0, 8963.0, 8977.0, 8974.0, 9009.0, 9046.0, 9025.0, 9034.0, 8972.0, 9022.0, 8984.0, 9057.0, 9010.0, 9053.0, 9006.0, 8969.0, 9034.0, 8981.0, 9035.0, 8991.0, 9027.0, 9021.0, 8981.0, 9018.0, 8999.0, 9038.0, 8993.0, 9025.0, 9020.0, 8970.0, 9063.0, 8979.0, 9052.0, 9031.0, 9023.0, 9045.0, 8959.0, 9027.0, 8968.0, 9032.0, 9044.0, 9002.0, 9026.0, 8956.0, 8986.0, 8966.0, 8943.0, 9025.0, 8965.0, 8997.0, 8960.0, 8947.0, 8987.0, 8965.0, 9031.0, 8995.0, 9043.0, 9005.0, 9008.0, 9043.0, 8978.0, 8991.0, 9025.0, 8956.0, 9028.0, 8978.0, 8986.0, 8987.0, 8964.0, 9047.0, 8995.0, 9052.0, 8980.0, 9041.0, 9006.0, 9055.0, 9012.0, 9104.0, 9063.0, 9045.0, 9017.0, 8981.0, 9010.0, 8981.0, 9029.0, 9049.0, 9009.0, 9018.0, 8985.0, 9009.0, 8991.0, 9002.0, 9064.0, 9027.0, 9035.0, 8982.0, 8995.0, 8972.0, 8957.0, 9066.0, 9039.0, 9052.0, 8993.0, 8994.0, 9043.0, 8989.0, 9030.0, 8980.0, 8999.0, 9035.0, 8955.0, 9008.0, 8935.0, 8929.0, 9024.0, 8977.0, 9028.0, 8968.0, 8973.0, 9035.0, 8954.0, 8971.0, 9022.0, 8943.0, 9025.0, 8957.0, 8987.0, 8970.0, 8965.0, 9046.0, 8995.0, 9039.0, 8977.0, 8966.0, 8993.0, 8970.0, 9052.0, 9002.0, 9070.0, 9014.0, 9030.0, 9010.0, 8985.0, 9081.0, 9029.0, 9071.0, 8994.0, 9042.0, 9033.0, 8968.0, 9048.0, 8996.0, 9065.0, 8975.0, 8992.0, 9053.0, 8961.0, 9032.0, 8985.0, 8990.0, 9040.0, 8960.0, 9014.0, 8967.0, 8944.0, 9039.0, 8989.0, 9029.0, 8954.0, 9001.0, 9036.0, 8959.0, 9027.0, 8955.0, 8942.0, 9036.0, 8958.0, 9014.0, 8961.0, 8965.0, 9032.0, 8968.0, 9040.0, 9033.0, 9009.0, 9030.0, 8964.0, 9022.0, 9057.0, 8964.0, 9051.0, 8975.0, 8990.0, 9041.0, 8959.0, 9016.0, 8974.0, 8993.0, 9042.0, 9006.0, 9047.0, 8963.0, 8981.0, 9047.0, 8969.0, 9022.0, 8987.0, 9006.0, 8968.0, 9000.0, 9067.0, 9002.0, 9049.0, 9040.0, 9035.0, 8966.0, 8996.0, 9062.0, 9025.0, 9051.0, 8986.0, 9038.0, 8976.0, 8981.0, 9042.0, 8971.0, 9034.0, 9026.0, 9001.0, 9024.0, 8961.0, 9017.0, 9024.0, 8939.0, 9051.0, 8973.0, 9009.0, 8969.0, 8960.0, 9012.0, 8963.0, 8992.0, 8988.0, 8970.0, 9054.0, 9039.0, 9038.0, 8976.0, 8968.0, 9062.0, 8981.0, 9038.0, 9062.0, 9022.0, 9046.0, 8948.0, 8968.0, 9060.0, 8980.0, 9031.0, 8983.0, 9034.0, 8978.0, 8981.0, 9037.0, 9002.0, 9067.0, 8984.0, 9053.0, 8989.0, 9030.0, 9001.0, 9043.0, 9056.0, 9032.0, 9082.0, 8998.0, 9069.0, 9017.0, 9073.0, 9023.0, 9023.0, 9059.0, 8995.0, 9045.0, 8982.0, 9050.0, 9003.0, 9015.0, 9042.0, 8962.0, 9033.0, 8960.0, 9018.0, 9059.0, 9031.0, 9026.0, 8954.0, 8987.0, 8946.0, 8973.0, 9043.0, 9036.0, 9046.0, 8962.0, 9008.0, 9043.0, 8962.0, 9046.0, 8990.0, 9017.0, 8969.0, 8958.0, 9024.0, 8966.0, 9029.0, 8960.0, 9006.0, 8972.0, 8964.0, 9029.0, 8967.0, 9052.0, 8976.0, 9024.0, 8977.0, 8980.0, 9060.0, 9001.0, 9066.0, 9029.0, 9052.0, 8959.0, 9025.0, 9047.0, 9012.0, 9046.0, 9057.0, 9049.0, 8981.0, 9036.0, 9005.0, 9035.0, 9058.0, 9047.0, 9028.0, 8948.0, 9016.0, 8982.0, 8974.0, 9037.0, 9030.0, 9010.0, 8957.0, 8986.0, 9022.0, 8959.0, 9027.0, 8986.0, 9029.0, 8942.0, 8974.0, 8959.0, 8946.0, 9031.0, 8965.0, 9050.0, 8978.0, 9024.0, 9004.0, 8980.0, 9046.0, 8995.0, 9051.0, 8978.0, 8995.0, 9056.0, 8976.0, 9047.0, 9003.0, 9050.0, 8960.0, 8978.0, 9041.0, 8977.0, 9045.0, 8991.0, 9032.0, 8963.0, 8992.0, 8967.0, 9042.0, 9013.0, 9030.0, 8982.0, 9005.0, 9069.0, 8993.0, 9073.0, 9045.0, 9055.0, 8988.0, 9030.0, 9052.0, 9040.0, 9068.0, 9054.0, 9049.0, 8975.0, 8987.0, 9059.0, 8980.0, 9046.0, 9018.0, 9030.0, 8947.0, 8979.0, 9038.0, 8977.0, 9046.0, 8989.0, 9046.0, 8947.0, 8978.0, 9037.0, 8963.0, 9046.0, 8981.0, 9017.0, 9024.0, 8975.0, 9026.0, 8963.0, 9045.0, 9012.0, 8986.0, 9022.0, 8972.0, 9017.0, 8967.0, 9004.0, 9039.0, 9015.0, 9025.0, 8952.0, 8972.0, 8984.0, 8958.0, 9040.0, 8976.0, 9029.0, 8963.0, 9020.0, 8991.0, 9023.0, 9061.0, 9024.0, 9045.0, 8980.0, 9046.0, 8999.0, 9070.0, 8994.0, 9052.0, 9001.0, 8977.0, 9058.0, 9020.0, 9046.0, 9003.0, 9016.0, 8940.0, 8979.0, 9040.0, 9030.0, 9060.0, 9036.0, 9037.0, 8964.0, 9040.0, 8959.0, 9032.0, 9057.0, 9018.0, 9041.0, 8960.0, 9020.0, 8961.0, 9019.0, 9054.0, 9037.0, 9028.0, 8945.0, 9012.0, 8939.0, 8985.0, 9037.0, 9014.0, 9038.0, 8956.0, 9012.0, 8942.0, 8972.0, 9039.0, 8988.0, 9039.0, 9003.0, 9028.0, 8931.0, 9003.0, 9056.0, 9031.0, 9041.0, 9001.0, 9026.0, 8954.0, 9000.0, 9053.0, 9028.0, 9037.0, 8970.0, 9008.0, 8926.0, 8986.0, 9053.0, 8998.0, 9039.0, 8975.0, 9013.0, 8949.0, 9004.0, 8948.0, 9039.0, 9046.0, 9036.0, 9046.0, 8969.0, 9049.0, 8998.0, 9069.0, 8979.0, 9049.0, 8935.0, 8980.0, 9065.0, 9024.0, 9063.0, 9020.0, 9044.0, 8941.0, 8989.0, 9039.0, 8977.0, 9042.0, 8998.0, 9038.0, 8943.0, 8988.0, 9039.0, 8977.0, 9045.0, 9003.0, 9030.0, 8931.0, 8978.0, 9042.0, 8974.0, 9033.0, 9055.0, 9045.0, 9025.0, 8945.0, 8994.0, 9007.0, 8962.0, 9042.0, 9001.0, 9045.0, 8913.0, 8962.0, 9041.0, 8977.0, 9047.0, 9027.0, 9002.0, 9023.0, 8946.0, 9017.0, 8973.0, 9014.0, 9039.0, 9017.0, 9026.0, 8948.0, 9019.0, 8963.0, 9050.0, 9031.0, 9005.0, 9044.0, 8981.0, 9058.0, 9009.0, 9047.0, 8994.0, 9044.0, 8953.0, 9039.0, 9062.0, 9011.0, 9062.0, 9034.0, 9048.0, 8966.0, 9035.0, 8972.0, 9037.0, 9059.0, 9048.0, 9044.0, 8966.0, 9031.0, 8957.0, 9020.0, 9042.0, 9033.0, 9042.0, 8979.0, 9045.0, 8972.0, 9046.0, 9027.0, 9029.0, 9040.0, 8982.0, 9022.0, 8938.0, 8993.0, 9004.0, 8969.0, 9036.0, 9013.0, 9017.0, 8946.0, 9014.0, 8925.0, 8951.0, 9056.0, 9032.0, 9047.0, 8960.0, 9032.0, 9013.0, 9006.0, 9055.0, 9044.0, 9028.0, 8945.0, 9017.0, 9001.0, 9008.0, 9058.0, 9032.0, 9043.0, 8979.0, 9046.0, 8975.0, 9037.0, 9030.0, 9031.0, 9025.0, 8977.0, 9042.0, 8951.0, 9050.0, 8989.0, 9064.0, 8957.0, 8989.0, 9057.0, 8992.0, 9047.0, 8986.0, 9047.0, 8944.0, 8975.0, 9043.0, 8973.0, 9047.0, 9040.0, 9028.0, 9022.0, 8944.0, 9011.0, 8975.0, 8986.0, 9050.0, 9027.0, 9023.0, 8944.0, 8987.0, 8958.0, 8967.0, 9057.0, 9024.0, 9034.0, 8972.0, 9026.0, 8955.0, 9046.0, 9080.0, 9071.0, 9052.0, 8973.0, 9058.0, 9008.0, 9027.0, 9079.0, 9053.0, 9044.0, 8962.0, 9018.0, 9006.0, 8993.0, 9057.0, 9030.0, 9039.0, 8937.0, 8986.0, 9022.0, 8956.0, 9041.0, 8990.0, 9060.0, 8957.0, 9005.0, 9041.0, 8962.0, 9049.0, 9004.0, 9049.0, 8945.0, 8980.0, 9059.0, 8995.0, 9064.0, 9013.0, 9033.0, 9038.0, 8962.0, 9040.0, 8973.0, 9034.0, 9055.0, 9040.0, 9024.0, 8958.0, 9025.0, 8942.0, 9018.0, 9025.0, 9032.0, 9042.0, 8963.0, 9042.0, 8967.0, 9048.0, 9002.0, 9064.0, 8977.0, 9008.0, 9043.0, 8964.0, 9060.0, 9002.0, 9062.0, 8975.0, 9023.0, 9024.0, 8964.0, 9044.0, 9019.0, 9059.0, 9003.0, 9031.0, 8944.0, 8977.0, 9056.0, 8979.0, 9063.0, 9005.0, 9045.0, 8948.0, 9006.0, 9003.0, 9010.0, 9061.0, 9038.0, 9047.0, 8953.0, 9023.0, 8977.0, 9023.0, 9076.0, 9049.0, 9048.0, 8966.0, 9035.0, 8973.0, 9035.0, 9075.0, 9048.0, 9046.0, 8990.0, 9046.0, 8972.0, 9005.0, 9045.0, 9029.0, 9041.0, 8946.0, 9015.0, 8981.0, 8973.0, 9040.0, 8989.0, 9043.0, 9001.0, 9018.0, 8983.0, 8963.0, 9043.0, 8990.0, 9035.0, 9057.0, 9045.0, 9026.0, 8942.0, 9001.0, 9055.0, 9016.0, 9039.0, 8956.0, 9009.0, 8948.0, 8954.0, 9034.0, 8987.0, 9040.0, 8956.0, 9001.0, 8928.0, 8976.0, 9058.0, 8969.0, 9060.0, 9040.0, 9049.0, 8950.0, 9008.0, 9043.0, 8984.0, 9078.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.0009516896551724137</td></tr>
<tr><td colspan=3>aqi</td><td>0.037226230114942534</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51010902234754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.107542079654776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9453146039470669</td></tr>
<tr><td colspan=3>efc</td><td>0.4776</td></tr>
<tr><td colspan=3>fber</td><td>4180.0405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07309496739699899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4953092976924607</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4016755791032285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.83022993252206</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.254022381452093</td></tr>
<tr><td colspan=3>gcor</td><td>0.00339125</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021580733358860016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02291272208094597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6012991183337784</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.5788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1014</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.5997</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302045.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>824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.5975</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6753</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.6472</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3204.1175</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.8179</td></tr>
<tr><td colspan=3>tsnr</td><td>31.397399713285267</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>