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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-05_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-05_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-0129/ses-03/func/sub-0129_ses-03_task-social_acq-mb8_run-05_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>e28e54294fe6d234b895f1fb36e300b0</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>19:35:25.432500</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.99536, -0.0961916, -0.00240731, 0.0961929, 0.994139, 0.0493429]</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-05_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.116081</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7757, -7232, 156, -222, -7, 72, 139]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>341ba692-710f-4f50-bebd-32242e1a42b0||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.670477867126465, 0.2580786347389221, 0.006353546865284443, 98.53409576416016], [0.2580750286579132, 2.6672019958496094, 0.13323278725147247, -107.0809555053711], [-0.006458645220845938, -0.1323833018541336, 2.6967034339904785, -57.05416488647461], [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': ['193525.432500', '193525.892500', '193526.352500', '193526.812500', '193527.272500', '193527.732500', '193528.192500', '193528.652500', '193529.112500', '193529.572500', '193530.032500', '193530.492500', '193530.952500', '193531.412500', '193531.872500', '193532.332500', '193532.792500', '193533.252500', '193533.712500', '193534.172500', '193534.632500', '193535.092500', '193535.552500', '193536.012500', '193536.472500', '193536.932500', '193537.392500', '193537.852500', '193538.312500', '193538.772500', '193539.232500', '193539.692500', '193540.152500', '193540.612500', '193541.072500', '193541.532500', '193541.992500', '193542.452500', '193542.912500', '193543.372500', '193543.832500', '193544.292500', '193544.752500', '193545.212500', '193545.672500', '193546.132500', '193546.592500', '193547.052500', '193547.512500', '193547.972500', '193548.432500', '193548.892500', '193549.352500', '193549.812500', '193550.272500', '193550.732500', '193551.192500', '193551.652500', '193552.112500', '193552.572500', '193553.032500', '193553.492500', '193553.952500', '193554.412500', '193554.872500', '193555.332500', '193555.792500', '193556.252500', '193556.712500', '193557.172500', '193557.632500', '193558.092500', '193558.552500', '193559.012500', '193559.472500', '193559.932500', '193600.392500', '193600.852500', '193601.312500', '193601.772500', '193602.232500', '193602.692500', '193603.152500', '193603.612500', '193604.072500', '193604.532500', '193604.992500', '193605.452500', '193605.912500', '193606.372500', '193606.832500', '193607.292500', '193607.752500', '193608.212500', '193608.672500', '193609.132500', '193609.592500', '193610.052500', '193610.512500', '193610.972500', '193611.432500', '193611.892500', '193612.352500', '193612.812500', '193613.272500', '193613.732500', '193614.192500', '193614.652500', '193615.112500', '193615.572500', '193616.032500', '193616.492500', '193616.952500', '193617.412500', '193617.872500', '193618.332500', '193618.792500', '193619.252500', '193619.712500', '193620.172500', '193620.632500', '193621.092500', '193621.552500', '193622.012500', '193622.472500', '193622.932500', '193623.392500', '193623.852500', '193624.312500', '193624.772500', '193625.232500', '193625.692500', '193626.152500', '193626.612500', '193627.072500', '193627.532500', '193627.992500', '193628.452500', '193628.912500', '193629.372500', '193629.832500', '193630.292500', '193630.752500', '193631.212500', '193631.672500', '193632.132500', '193632.592500', '193633.052500', '193633.512500', '193633.972500', '193634.432500', '193634.892500', '193635.352500', '193635.812500', '193636.272500', '193636.732500', '193637.192500', '193637.652500', '193638.112500', '193638.572500', '193639.032500', '193639.492500', '193639.952500', '193640.412500', '193640.872500', '193641.332500', '193641.792500', '193642.252500', '193642.712500', '193643.172500', '193643.632500', '193644.092500', '193644.552500', '193645.012500', '193645.472500', '193645.932500', '193646.392500', '193646.852500', '193647.312500', '193647.772500', '193648.232500', '193648.692500', '193649.152500', '193649.612500', '193650.072500', '193650.532500', '193650.992500', '193651.452500', '193651.912500', '193652.372500', '193652.832500', '193653.292500', '193653.752500', '193654.212500', '193654.672500', '193655.132500', '193655.592500', '193656.052500', '193656.512500', '193656.972500', '193657.432500', '193657.892500', '193658.352500', '193658.812500', '193659.272500', '193659.732500', '193700.192500', '193700.652500', '193701.112500', '193701.572500', '193702.032500', '193702.492500', '193702.952500', '193703.412500', '193703.872500', '193704.332500', '193704.792500', '193705.252500', '193705.712500', '193706.172500', '193706.632500', '193707.092500', '193707.552500', '193708.012500', '193708.472500', '193708.932500', '193709.392500', '193709.852500', '193710.312500', '193710.772500', '193711.232500', '193711.692500', '193712.152500', '193712.612500', '193713.072500', '193713.532500', '193713.992500', '193714.452500', '193714.912500', '193715.372500', '193715.832500', '193716.292500', '193716.752500', '193717.212500', '193717.672500', '193718.132500', '193718.592500', '193719.052500', '193719.512500', '193719.972500', '193720.432500', '193720.892500', '193721.352500', '193721.812500', '193722.272500', '193722.732500', '193723.192500', '193723.652500', '193724.112500', '193724.572500', '193725.032500', '193725.492500', '193725.952500', '193726.412500', '193726.872500', '193727.332500', '193727.792500', '193728.252500', '193728.712500', '193729.172500', '193729.632500', '193730.092500', '193730.552500', '193731.012500', '193731.472500', '193731.932500', '193732.392500', '193732.852500', '193733.312500', '193733.772500', '193734.232500', '193734.692500', '193735.152500', '193735.612500', '193736.072500', '193736.532500', '193736.992500', '193737.452500', '193737.912500', '193738.372500', '193738.832500', '193739.292500', '193739.752500', '193740.212500', '193740.672500', '193741.132500', '193741.592500', '193742.052500', '193742.512500', '193742.972500', '193743.432500', '193743.892500', '193744.352500', '193744.812500', '193745.272500', '193745.732500', '193746.192500', '193746.652500', '193747.112500', '193747.572500', '193748.032500', '193748.492500', '193748.952500', '193749.412500', '193749.872500', '193750.332500', '193750.792500', '193751.252500', '193751.712500', '193752.172500', '193752.632500', '193753.092500', '193753.552500', '193754.012500', '193754.472500', '193754.932500', '193755.392500', '193755.852500', '193756.312500', '193756.772500', '193757.232500', '193757.692500', '193758.152500', '193758.612500', '193759.072500', '193759.532500', '193759.992500', '193800.452500', '193800.912500', '193801.372500', '193801.832500', '193802.292500', '193802.752500', '193803.212500', '193803.672500', '193804.132500', '193804.592500', '193805.052500', '193805.512500', '193805.972500', '193806.432500', '193806.892500', '193807.352500', '193807.812500', '193808.272500', '193808.732500', '193809.192500', '193809.652500', '193810.112500', '193810.572500', '193811.032500', '193811.492500', '193811.952500', '193812.412500', '193812.872500', '193813.332500', '193813.792500', '193814.252500', '193814.712500', '193815.172500', '193815.632500', '193816.092500', '193816.552500', '193817.012500', '193817.472500', '193817.932500', '193818.392500', '193818.852500', '193819.312500', '193819.772500', '193820.232500', '193820.692500', '193821.152500', '193821.612500', '193822.072500', '193822.532500', '193822.992500', '193823.452500', '193823.912500', '193824.372500', '193824.832500', '193825.292500', '193825.752500', '193826.212500', '193826.672500', '193827.132500', '193827.592500', '193828.052500', '193828.512500', '193828.972500', '193829.432500', '193829.892500', '193830.352500', '193830.812500', '193831.272500', '193831.732500', '193832.192500', '193832.652500', '193833.112500', '193833.572500', '193834.032500', '193834.492500', '193834.952500', '193835.412500', '193835.872500', '193836.332500', '193836.792500', '193837.252500', '193837.712500', '193838.172500', '193838.632500', '193839.092500', '193839.552500', '193840.012500', '193840.472500', '193840.932500', '193841.392500', '193841.852500', '193842.312500', '193842.772500', '193843.232500', '193843.692500', '193844.152500', '193844.612500', '193845.072500', '193845.532500', '193845.992500', '193846.452500', '193846.912500', '193847.372500', '193847.832500', '193848.292500', '193848.752500', '193849.212500', '193849.672500', '193850.132500', '193850.592500', '193851.052500', '193851.512500', '193851.972500', '193852.432500', '193852.892500', '193853.352500', '193853.812500', '193854.272500', '193854.732500', '193855.192500', '193855.652500', '193856.112500', '193856.572500', '193857.032500', '193857.492500', '193857.952500', '193858.412500', '193858.872500', '193859.332500', '193859.792500', '193900.252500', '193900.712500', '193901.172500', '193901.632500', '193902.092500', '193902.552500', '193903.012500', '193903.472500', '193903.932500', '193904.392500', '193904.852500', '193905.312500', '193905.772500', '193906.232500', '193906.692500', '193907.152500', '193907.612500', '193908.072500', '193908.532500', '193908.992500', '193909.452500', '193909.912500', '193910.372500', '193910.832500', '193911.292500', '193911.752500', '193912.212500', '193912.672500', '193913.132500', '193913.592500', '193914.052500', '193914.512500', '193914.972500', '193915.432500', '193915.892500', '193916.352500', '193916.812500', '193917.272500', '193917.732500', '193918.192500', '193918.652500', '193919.112500', '193919.572500', '193920.032500', '193920.492500', '193920.952500', '193921.412500', '193921.872500', '193922.332500', '193922.792500', '193923.252500', '193923.712500', '193924.172500', '193924.632500', '193925.092500', '193925.552500', '193926.012500', '193926.472500', '193926.932500', '193927.392500', '193927.852500', '193928.312500', '193928.772500', '193929.232500', '193929.692500', '193930.152500', '193930.612500', '193931.072500', '193931.532500', '193931.992500', '193932.452500', '193932.912500', '193933.372500', '193933.832500', '193934.292500', '193934.752500', '193935.212500', '193935.672500', '193936.132500', '193936.592500', '193937.052500', '193937.512500', '193937.972500', '193938.432500', '193938.892500', '193939.352500', '193939.812500', '193940.272500', '193940.732500', '193941.192500', '193941.652500', '193942.112500', '193942.572500', '193943.032500', '193943.492500', '193943.952500', '193944.412500', '193944.872500', '193945.332500', '193945.792500', '193946.252500', '193946.712500', '193947.172500', '193947.632500', '193948.092500', '193948.552500', '193949.012500', '193949.472500', '193949.932500', '193950.392500', '193950.852500', '193951.312500', '193951.772500', '193952.232500', '193952.692500', '193953.152500', '193953.612500', '193954.072500', '193954.532500', '193954.992500', '193955.452500', '193955.912500', '193956.372500', '193956.832500', '193957.292500', '193957.752500', '193958.212500', '193958.672500', '193959.132500', '193959.592500', '194000.052500', '194000.512500', '194000.972500', '194001.432500', '194001.892500', '194002.352500', '194002.812500', '194003.272500', '194003.732500', '194004.192500', '194004.652500', '194005.112500', '194005.572500', '194006.032500', '194006.492500', '194006.952500', '194007.412500', '194007.872500', '194008.332500', '194008.792500', '194009.252500', '194009.712500', '194010.172500', '194010.632500', '194011.092500', '194011.552500', '194012.012500', '194012.472500', '194012.932500', '194013.392500', '194013.852500', '194014.312500', '194014.772500', '194015.232500', '194015.692500', '194016.152500', '194016.612500', '194017.072500', '194017.532500', '194017.992500', '194018.452500', '194018.912500', '194019.372500', '194019.832500', '194020.292500', '194020.752500', '194021.212500', '194021.672500', '194022.132500', '194022.592500', '194023.052500', '194023.512500', '194023.972500', '194024.432500', '194024.892500', '194025.352500', '194025.812500', '194026.272500', '194026.732500', '194027.192500', '194027.652500', '194028.112500', '194028.572500', '194029.032500', '194029.492500', '194029.952500', '194030.412500', '194030.872500', '194031.332500', '194031.792500', '194032.252500', '194032.712500', '194033.172500', '194033.632500', '194034.092500', '194034.552500', '194035.012500', '194035.472500', '194035.932500', '194036.392500', '194036.852500', '194037.312500', '194037.772500', '194038.232500', '194038.692500', '194039.152500', '194039.612500', '194040.072500', '194040.532500', '194040.992500', '194041.452500', '194041.912500', '194042.372500', '194042.832500', '194043.292500', '194043.752500', '194044.212500', '194044.672500', '194045.132500', '194045.592500', '194046.052500', '194046.512500', '194046.972500', '194047.432500', '194047.892500', '194048.352500', '194048.812500', '194049.272500', '194049.732500', '194050.192500', '194050.652500', '194051.112500', '194051.572500', '194052.032500', '194052.492500', '194052.952500', '194053.412500', '194053.872500', '194054.332500', '194054.792500', '194055.252500', '194055.712500', '194056.172500', '194056.632500', '194057.092500', '194057.552500', '194058.012500', '194058.472500', '194058.932500', '194059.392500', '194059.852500', '194100.312500', '194100.772500', '194101.232500', '194101.692500', '194102.152500', '194102.612500', '194103.072500', '194103.532500', '194103.992500', '194104.452500', '194104.912500', '194105.372500', '194105.832500', '194106.292500', '194106.752500', '194107.212500', '194107.672500', '194108.132500', '194108.592500', '194109.052500', '194109.512500', '194109.972500', '194110.432500', '194110.892500', '194111.352500', '194111.812500', '194112.272500', '194112.732500', '194113.192500', '194113.652500', '194114.112500', '194114.572500', '194115.032500', '194115.492500', '194115.952500', '194116.412500', '194116.872500', '194117.332500', '194117.792500', '194118.252500', '194118.712500', '194119.172500', '194119.632500', '194120.092500', '194120.552500', '194121.012500', '194121.472500', '194121.932500', '194122.392500', '194122.852500', '194123.312500', '194123.772500', '194124.232500', '194124.692500', '194125.152500', '194125.612500', '194126.072500', '194126.532500', '194126.992500', '194127.452500', '194127.912500', '194128.372500', '194128.832500', '194129.292500', '194129.752500', '194130.212500', '194130.672500', '194131.132500', '194131.592500', '194132.052500', '194132.512500', '194132.972500', '194133.432500', '194133.892500', '194134.352500', '194134.812500', '194135.272500', '194135.732500', '194136.192500', '194136.652500', '194137.112500', '194137.572500', '194138.032500', '194138.492500', '194138.952500', '194139.412500', '194139.872500', '194140.332500', '194140.792500', '194141.252500', '194141.712500', '194142.172500', '194142.632500', '194143.092500', '194143.552500', '194144.012500', '194144.472500', '194144.932500', '194145.392500', '194145.852500', '194146.312500', '194146.772500', '194147.232500', '194147.692500', '194148.152500', '194148.612500', '194149.072500', '194149.532500', '194149.992500', '194150.452500', '194150.912500', '194151.372500', '194151.832500', '194152.292500', '194152.752500', '194153.212500', '194153.672500', '194154.132500', '194154.592500', '194155.052500', '194155.512500', '194155.972500', '194156.432500', '194156.892500', '194157.352500', '194157.812500', '194158.272500', '194158.732500', '194159.192500', '194159.652500', '194200.112500', '194200.572500', '194201.032500', '194201.492500', '194201.952500', '194202.412500', '194202.872500', '194203.332500', '194203.792500', '194204.252500', '194204.712500', '194205.172500', '194205.632500', '194206.092500'], 'ContentTime': ['193549.919000', '193549.923000', '193549.926000', '193549.929000', '193549.931000', '193549.934000', '193549.936000', '193549.939000', '193549.941000', '193549.944000', '193549.947000', '193549.949000', '193549.952000', '193549.954000', '193549.957000', '193549.960000', '193549.962000', '193549.965000', '193549.967000', '193549.970000', '193549.972000', '193549.975000', '193549.977000', '193549.980000', '193549.983000', '193549.986000', '193549.988000', '193549.991000', '193549.993000', '193549.996000', '193550.004000', '193550.007000', '193550.009000', '193550.012000', '193550.014000', '193550.017000', '193550.020000', '193550.022000', '193550.025000', '193550.027000', '193550.030000', '193550.033000', '193550.035000', '193550.038000', '193550.040000', '193550.043000', '193550.045000', '193550.048000', '193550.050000', '193550.053000', '193550.055000', '193609.874000', '193609.877000', '193609.880000', '193609.882000', '193609.885000', '193609.888000', '193609.890000', '193609.893000', '193609.896000', '193609.898000', '193609.901000', '193609.903000', '193609.906000', '193609.908000', '193609.911000', '193609.914000', '193609.916000', '193609.919000', '193609.921000', '193609.924000', '193609.926000', '193609.929000', '193609.932000', '193609.934000', '193609.937000', '193609.939000', '193609.942000', '193609.944000', '193609.947000', '193609.949000', '193609.952000', '193609.954000', '193609.957000', '193609.971000', '193609.973000', '193609.976000', '193609.979000', '193609.989000', '193609.991000', '193609.994000', '193609.997000', '193610.000000', '193610.003000', '193629.874000', '193629.877000', '193629.880000', '193629.882000', '193629.885000', '193629.888000', '193629.890000', '193629.893000', '193629.895000', '193629.898000', '193629.900000', '193629.903000', '193629.910000', '193629.912000', '193629.915000', '193629.918000', '193629.920000', '193629.926000', '193629.928000', '193629.931000', '193629.934000', '193629.936000', '193629.939000', '193629.941000', '193629.944000', '193629.946000', '193629.949000', '193629.952000', '193629.954000', '193629.957000', '193629.959000', '193629.962000', '193629.964000', '193629.967000', '193629.970000', '193629.972000', '193629.975000', '193629.977000', '193629.980000', '193629.982000', '193629.985000', '193629.987000', '193629.990000', '193629.993000', '193649.875000', '193649.877000', '193649.880000', '193649.883000', '193649.885000', '193649.888000', '193649.891000', '193649.893000', '193649.896000', '193649.904000', '193649.907000', '193649.909000', '193649.912000', '193649.914000', '193649.917000', '193649.919000', '193649.922000', '193649.925000', '193649.929000', '193649.931000', '193649.934000', '193649.936000', '193649.939000', '193649.942000', '193649.944000', '193649.947000', '193649.950000', '193649.952000', '193649.955000', '193649.957000', '193649.960000', '193649.963000', '193649.965000', '193649.968000', '193649.971000', '193649.973000', '193649.976000', '193649.979000', '193649.981000', '193649.984000', '193649.986000', '193649.989000', '193649.992000', '193709.873000', '193709.876000', '193709.879000', '193709.882000', '193709.884000', '193709.887000', '193709.889000', '193709.893000', '193709.896000', '193709.898000', '193709.901000', '193709.903000', '193709.906000', '193709.908000', '193709.911000', '193709.914000', '193709.916000', '193709.919000', '193709.922000', '193709.924000', '193709.930000', '193709.933000', '193709.935000', '193709.938000', '193709.941000', '193709.943000', '193709.946000', '193709.949000', '193709.951000', '193709.954000', '193709.956000', '193709.959000', '193709.962000', '193709.964000', '193709.967000', '193709.970000', '193709.972000', '193709.975000', '193709.978000', '193709.980000', '193709.983000', '193709.985000', '193709.988000', '193709.990000', '193729.874000', '193729.877000', '193729.880000', '193729.882000', '193729.885000', '193729.888000', '193729.890000', '193729.893000', '193729.899000', '193729.901000', '193729.904000', '193729.906000', '193729.909000', '193729.912000', '193729.914000', '193729.917000', '193729.920000', '193729.922000', '193729.925000', '193729.927000', '193729.930000', '193729.933000', '193729.935000', '193729.938000', '193729.941000', '193729.943000', '193729.946000', '193729.948000', '193729.951000', '193729.954000', '193729.956000', '193729.959000', '193729.961000', '193729.964000', '193729.967000', '193729.969000', '193729.972000', '193729.974000', '193729.977000', '193729.980000', '193729.982000', '193729.985000', '193729.987000', '193729.990000', '193749.874000', '193749.877000', '193749.880000', '193749.882000', '193749.885000', '193749.888000', '193749.890000', '193749.893000', '193749.896000', '193749.898000', '193749.901000', '193749.903000', '193749.906000', '193749.909000', '193749.911000', '193749.914000', '193749.916000', '193749.919000', '193749.922000', '193749.924000', '193749.927000', '193749.929000', '193749.932000', '193749.934000', '193749.937000', '193749.939000', '193749.942000', '193749.945000', '193749.968000', '193749.970000', '193749.973000', '193749.976000', '193749.978000', '193749.981000', '193749.983000', '193749.986000', '193749.989000', '193749.991000', '193749.994000', '193749.996000', '193750.000000', '193750.002000', '193750.005000', '193809.875000', '193809.878000', '193809.880000', '193809.883000', '193809.885000', '193809.888000', '193809.891000', '193809.893000', '193809.896000', '193809.898000', '193809.901000', '193809.903000', '193809.906000', '193809.915000', '193809.918000', '193809.921000', '193809.923000', '193809.926000', '193809.928000', '193809.931000', '193809.934000', '193809.936000', '193809.939000', '193809.941000', '193809.944000', '193809.947000', '193809.949000', '193809.952000', '193809.955000', '193809.957000', '193809.960000', '193809.962000', '193809.966000', '193809.969000', '193809.971000', '193809.974000', '193809.977000', '193809.979000', '193809.982000', '193809.984000', '193809.987000', '193809.989000', '193809.992000', '193829.874000', '193829.877000', '193829.880000', '193829.882000', '193829.885000', '193829.887000', '193829.890000', '193829.893000', '193829.895000', '193829.898000', '193829.901000', '193829.903000', '193829.906000', '193829.908000', '193829.911000', '193829.914000', '193829.916000', '193829.919000', '193829.921000', '193829.924000', '193829.926000', '193829.929000', '193829.932000', '193829.934000', '193829.937000', '193829.939000', '193829.948000', '193829.951000', '193829.953000', '193829.956000', '193829.959000', '193829.961000', '193829.964000', '193829.966000', '193829.969000', '193829.972000', '193829.974000', '193829.977000', '193829.979000', '193829.982000', '193829.985000', '193829.987000', '193829.990000', '193829.992000', '193849.874000', '193849.877000', '193849.880000', '193849.882000', '193849.885000', '193849.888000', '193849.890000', '193849.893000', '193849.896000', '193849.898000', '193849.901000', '193849.903000', '193849.906000', '193849.909000', '193849.911000', '193849.914000', '193849.917000', '193849.919000', '193849.922000', '193849.925000', '193849.927000', '193849.930000', '193849.932000', '193849.935000', '193849.938000', '193849.940000', '193849.943000', '193849.946000', '193849.948000', '193849.951000', '193849.953000', '193849.956000', '193849.959000', '193849.961000', '193849.964000', '193849.966000', '193849.969000', '193849.971000', '193849.974000', '193849.976000', '193849.979000', '193849.982000', '193849.985000', '193909.873000', '193909.876000', '193909.879000', '193909.882000', '193909.884000', '193909.887000', '193909.889000', '193909.892000', '193909.894000', '193909.897000', '193909.900000', '193909.902000', '193909.905000', '193909.907000', '193909.910000', '193909.913000', '193909.915000', '193909.918000', '193909.920000', '193909.923000', '193909.926000', '193909.928000', '193909.931000', '193909.934000', '193909.936000', '193909.939000', '193909.942000', '193909.944000', '193909.947000', '193909.949000', '193909.952000', '193909.955000', '193909.957000', '193909.960000', '193909.963000', '193909.965000', '193909.968000', '193909.970000', '193909.973000', '193909.975000', '193909.978000', '193909.981000', '193909.983000', '193909.986000', '193929.874000', '193929.876000', '193929.879000', '193929.882000', '193929.884000', '193929.887000', '193929.890000', '193929.893000', '193929.895000', '193929.898000', '193929.909000', '193929.911000', '193929.914000', '193929.916000', '193929.919000', '193929.922000', '193929.924000', '193929.927000', '193929.930000', '193929.932000', '193929.935000', '193929.938000', '193929.940000', '193929.943000', '193929.946000', '193929.948000', '193929.951000', '193929.954000', '193929.956000', '193929.959000', '193929.961000', '193929.964000', '193929.967000', '193929.969000', '193929.972000', '193929.975000', '193929.977000', '193929.980000', '193929.983000', '193929.986000', '193929.988000', '193929.991000', '193929.993000', '193949.874000', '193949.877000', '193949.880000', '193949.882000', '193949.885000', '193949.888000', '193949.890000', '193949.893000', '193949.896000', '193949.898000', '193949.901000', '193949.904000', '193949.906000', '193949.909000', '193949.912000', '193949.914000', '193949.917000', '193949.919000', '193949.922000', '193949.925000', '193949.927000', '193949.930000', '193949.932000', '193949.935000', '193949.938000', '193949.940000', '193949.943000', '193949.946000', '193949.948000', '193949.951000', '193949.953000', '193949.956000', '193949.958000', '193949.961000', '193949.964000', '193949.966000', '193949.969000', '193949.971000', '193949.974000', '193949.977000', '193949.979000', '193949.982000', '193949.984000', '193949.987000', '194009.875000', '194009.878000', '194009.880000', '194009.883000', '194009.885000', '194009.888000', '194009.891000', '194009.893000', '194009.896000', '194009.899000', '194009.901000', '194009.904000', '194009.906000', '194009.909000', '194009.911000', '194009.914000', '194009.917000', '194009.919000', '194009.922000', '194009.924000', '194009.927000', '194009.929000', '194009.932000', '194009.934000', '194009.937000', '194009.940000', '194009.942000', '194009.945000', '194009.947000', '194009.950000', '194009.953000', '194009.955000', '194009.958000', '194009.961000', '194009.963000', '194009.966000', '194009.968000', '194009.971000', '194009.974000', '194009.976000', '194009.979000', '194009.981000', '194009.984000', '194029.875000', '194029.877000', '194029.880000', '194029.883000', '194029.885000', '194029.888000', '194029.890000', '194029.893000', '194029.895000', '194029.898000', '194029.901000', '194029.903000', '194029.906000', '194029.908000', '194029.911000', '194029.913000', '194029.916000', '194029.919000', '194029.921000', '194029.924000', '194029.926000', '194029.929000', '194029.932000', '194029.934000', '194029.937000', '194029.939000', '194029.942000', '194029.945000', '194029.947000', '194029.950000', '194029.952000', '194029.955000', '194029.958000', '194029.960000', '194029.963000', '194029.965000', '194029.968000', '194029.971000', '194029.973000', '194029.976000', '194029.978000', '194029.981000', '194029.984000', '194029.986000', '194049.875000', '194049.877000', '194049.880000', '194049.896000', '194049.898000', '194049.901000', '194049.904000', '194049.906000', '194049.909000', '194049.912000', '194049.914000', '194049.917000', '194049.919000', '194049.922000', '194049.924000', '194049.927000', '194049.930000', '194049.932000', '194049.935000', '194049.937000', '194049.940000', '194049.943000', '194049.945000', '194049.948000', '194049.950000', '194049.953000', '194049.955000', '194049.958000', '194049.961000', '194049.963000', '194049.966000', '194049.968000', '194049.971000', '194049.973000', '194049.976000', '194049.998000', '194050.002000', '194050.005000', '194050.007000', '194050.010000', '194050.012000', '194050.015000', '194050.033000', '194109.874000', '194109.877000', '194109.880000', '194109.883000', '194109.885000', '194109.888000', '194109.890000', '194109.893000', '194109.904000', '194109.906000', '194109.909000', '194109.911000', '194109.914000', '194109.916000', '194109.919000', '194109.922000', '194109.924000', '194109.927000', '194109.929000', '194109.932000', '194109.935000', '194109.937000', '194109.940000', '194109.942000', '194109.945000', '194109.948000', '194109.950000', '194109.953000', '194109.955000', '194109.958000', '194109.960000', '194109.963000', '194109.966000', '194109.968000', '194109.971000', '194109.973000', '194109.976000', '194109.979000', '194109.981000', '194109.984000', '194109.987000', '194109.989000', '194109.992000', '194129.874000', '194129.877000', '194129.879000', '194129.882000', '194129.886000', '194129.889000', '194129.891000', '194129.894000', '194129.897000', '194129.899000', '194129.902000', '194129.904000', '194129.907000', '194129.909000', '194129.912000', '194129.914000', '194129.917000', '194129.920000', '194129.922000', '194129.925000', '194129.928000', '194129.930000', '194129.933000', '194129.935000', '194129.938000', '194129.941000', '194129.943000', '194129.946000', '194129.948000', '194129.951000', '194129.953000', '194129.956000', '194129.959000', '194129.961000', '194129.964000', '194129.966000', '194129.969000', '194129.972000', '194129.974000', '194129.977000', '194129.979000', '194129.982000', '194129.984000', '194129.987000', '194149.873000', '194149.876000', '194149.879000', '194149.882000', '194149.884000', '194149.887000', '194149.890000', '194149.892000', '194149.895000', '194149.898000', '194149.901000', '194149.903000', '194149.906000', '194149.908000', '194149.911000', '194149.914000', '194149.916000', '194149.919000', '194149.921000', '194149.924000', '194149.927000', '194149.929000', '194149.932000', '194149.934000', '194149.937000', '194149.939000', '194149.942000', '194149.945000', '194149.947000', '194149.950000', '194149.952000', '194149.955000', '194149.957000', '194149.960000', '194149.963000', '194149.965000', '194149.968000', '194149.970000', '194149.973000', '194149.975000', '194149.978000', '194149.980000', '194149.983000', '194149.986000', '194207.266000', '194207.269000', '194207.272000', '194207.275000', '194207.277000', '194207.281000', '194207.283000', '194207.286000', '194207.289000', '194207.291000', '194207.294000', '194207.297000', '194207.299000', '194207.302000', '194207.305000', '194207.307000', '194207.310000', '194207.312000', '194207.315000', '194207.318000', '194207.320000', '194207.323000', '194207.326000', '194207.329000', '194207.331000', '194207.335000', '194207.337000', '194207.340000', '194207.343000', '194207.345000', '194207.348000', '194207.351000', '194207.353000', '194207.356000', '194207.363000', '194207.366000', '194207.368000', '194207.371000'], 'InstanceCreationTime': ['193549.919000', '193549.923000', '193549.926000', '193549.929000', '193549.931000', '193549.934000', '193549.936000', '193549.939000', '193549.941000', '193549.944000', '193549.947000', '193549.949000', '193549.952000', '193549.954000', '193549.957000', '193549.960000', '193549.962000', '193549.965000', '193549.967000', '193549.970000', '193549.972000', '193549.975000', '193549.977000', '193549.980000', '193549.983000', '193549.986000', '193549.988000', '193549.991000', '193549.993000', '193549.996000', '193550.004000', '193550.007000', '193550.009000', '193550.012000', '193550.014000', '193550.017000', '193550.020000', '193550.022000', '193550.025000', '193550.027000', '193550.030000', '193550.033000', '193550.035000', '193550.038000', '193550.040000', '193550.043000', '193550.045000', '193550.048000', '193550.050000', '193550.053000', '193550.055000', '193609.874000', '193609.877000', '193609.880000', '193609.882000', '193609.885000', '193609.888000', '193609.890000', '193609.893000', '193609.896000', '193609.898000', '193609.901000', '193609.903000', '193609.906000', '193609.908000', '193609.911000', '193609.914000', '193609.916000', '193609.919000', '193609.921000', '193609.924000', '193609.926000', '193609.929000', '193609.932000', '193609.934000', '193609.937000', '193609.939000', '193609.942000', '193609.944000', '193609.947000', '193609.949000', '193609.952000', '193609.954000', '193609.957000', '193609.971000', '193609.973000', '193609.976000', '193609.979000', '193609.989000', '193609.991000', '193609.994000', '193609.997000', '193610.000000', '193610.003000', '193629.874000', '193629.877000', '193629.880000', '193629.882000', '193629.885000', '193629.888000', '193629.890000', '193629.893000', '193629.895000', '193629.898000', '193629.900000', '193629.903000', '193629.910000', '193629.912000', '193629.915000', '193629.918000', '193629.920000', '193629.926000', '193629.928000', '193629.931000', '193629.934000', '193629.936000', '193629.939000', '193629.941000', '193629.944000', '193629.946000', '193629.949000', '193629.952000', '193629.954000', '193629.957000', '193629.959000', '193629.962000', '193629.964000', '193629.967000', '193629.970000', '193629.972000', '193629.975000', '193629.977000', '193629.980000', '193629.982000', '193629.985000', '193629.987000', '193629.990000', '193629.993000', '193649.875000', '193649.877000', '193649.880000', '193649.883000', '193649.885000', '193649.888000', '193649.891000', '193649.893000', '193649.896000', '193649.904000', '193649.907000', '193649.909000', '193649.912000', '193649.914000', '193649.917000', '193649.919000', '193649.922000', '193649.925000', '193649.929000', '193649.931000', '193649.934000', '193649.936000', '193649.939000', '193649.942000', '193649.944000', '193649.947000', '193649.950000', '193649.952000', '193649.955000', '193649.957000', '193649.960000', '193649.963000', '193649.965000', '193649.968000', '193649.971000', '193649.973000', '193649.976000', '193649.979000', '193649.981000', '193649.984000', '193649.986000', '193649.989000', '193649.992000', '193709.873000', '193709.876000', '193709.879000', '193709.882000', '193709.884000', '193709.887000', '193709.889000', '193709.893000', '193709.896000', '193709.898000', '193709.901000', '193709.903000', '193709.906000', '193709.908000', '193709.911000', '193709.914000', '193709.916000', '193709.919000', '193709.922000', '193709.924000', '193709.930000', '193709.933000', '193709.935000', '193709.938000', '193709.941000', '193709.943000', '193709.946000', '193709.949000', '193709.951000', '193709.954000', '193709.956000', '193709.959000', '193709.962000', '193709.964000', '193709.967000', '193709.970000', '193709.972000', '193709.975000', '193709.978000', '193709.980000', '193709.983000', '193709.985000', '193709.988000', '193709.990000', '193729.874000', '193729.877000', '193729.880000', '193729.882000', '193729.885000', '193729.888000', '193729.890000', '193729.893000', '193729.899000', '193729.901000', '193729.904000', '193729.906000', '193729.909000', '193729.912000', '193729.914000', '193729.917000', '193729.920000', '193729.922000', '193729.925000', '193729.927000', '193729.930000', '193729.933000', '193729.935000', '193729.938000', '193729.941000', '193729.943000', '193729.946000', '193729.948000', '193729.951000', '193729.954000', '193729.956000', '193729.959000', '193729.961000', '193729.964000', '193729.967000', '193729.969000', '193729.972000', '193729.974000', '193729.977000', '193729.980000', '193729.982000', '193729.985000', '193729.987000', '193729.990000', '193749.874000', '193749.877000', '193749.880000', '193749.882000', '193749.885000', '193749.888000', '193749.890000', '193749.893000', '193749.896000', '193749.898000', '193749.901000', '193749.903000', '193749.906000', '193749.909000', '193749.911000', '193749.914000', '193749.916000', '193749.919000', '193749.922000', '193749.924000', '193749.927000', '193749.929000', '193749.932000', '193749.934000', '193749.937000', '193749.939000', '193749.942000', '193749.945000', '193749.968000', '193749.970000', '193749.973000', '193749.976000', '193749.978000', '193749.981000', '193749.983000', '193749.986000', '193749.989000', '193749.991000', '193749.994000', '193749.996000', '193750.000000', '193750.002000', '193750.005000', '193809.875000', '193809.878000', '193809.880000', '193809.883000', '193809.885000', '193809.888000', '193809.891000', '193809.893000', '193809.896000', '193809.898000', '193809.901000', '193809.903000', '193809.906000', '193809.915000', '193809.918000', '193809.921000', '193809.923000', '193809.926000', '193809.928000', '193809.931000', '193809.934000', '193809.936000', '193809.939000', '193809.941000', '193809.944000', '193809.947000', '193809.949000', '193809.952000', '193809.955000', '193809.957000', '193809.960000', '193809.962000', '193809.966000', '193809.969000', '193809.971000', '193809.974000', '193809.977000', '193809.979000', '193809.982000', '193809.984000', '193809.987000', '193809.989000', '193809.992000', '193829.874000', '193829.877000', '193829.880000', '193829.882000', '193829.885000', '193829.887000', '193829.890000', '193829.893000', '193829.895000', '193829.898000', '193829.901000', '193829.903000', '193829.906000', '193829.908000', '193829.911000', '193829.914000', '193829.916000', '193829.919000', '193829.921000', '193829.924000', '193829.926000', '193829.929000', '193829.932000', '193829.934000', '193829.937000', '193829.939000', '193829.948000', '193829.951000', '193829.953000', '193829.956000', '193829.959000', '193829.961000', '193829.964000', '193829.966000', '193829.969000', '193829.972000', '193829.974000', '193829.977000', '193829.979000', '193829.982000', '193829.985000', '193829.987000', '193829.990000', '193829.992000', '193849.874000', '193849.877000', '193849.880000', '193849.882000', '193849.885000', '193849.888000', '193849.890000', '193849.893000', '193849.896000', '193849.898000', '193849.901000', '193849.903000', '193849.906000', '193849.909000', '193849.911000', '193849.914000', '193849.917000', '193849.919000', '193849.922000', '193849.925000', '193849.927000', '193849.930000', '193849.932000', '193849.935000', '193849.938000', '193849.940000', '193849.943000', '193849.946000', '193849.948000', '193849.951000', '193849.953000', '193849.956000', '193849.959000', '193849.961000', '193849.964000', '193849.966000', '193849.969000', '193849.971000', '193849.974000', '193849.976000', '193849.979000', '193849.982000', '193849.985000', '193909.873000', '193909.876000', '193909.879000', '193909.882000', '193909.884000', '193909.887000', '193909.889000', '193909.892000', '193909.894000', '193909.897000', '193909.900000', '193909.902000', '193909.905000', '193909.907000', '193909.910000', '193909.913000', '193909.915000', '193909.918000', '193909.920000', '193909.923000', '193909.926000', '193909.928000', '193909.931000', '193909.934000', '193909.936000', '193909.939000', '193909.942000', '193909.944000', '193909.947000', '193909.949000', '193909.952000', '193909.955000', '193909.957000', '193909.960000', '193909.963000', '193909.965000', '193909.968000', '193909.970000', '193909.973000', '193909.975000', '193909.978000', '193909.981000', '193909.983000', '193909.986000', '193929.874000', '193929.876000', '193929.879000', '193929.882000', '193929.884000', '193929.887000', '193929.890000', '193929.893000', '193929.895000', '193929.898000', '193929.909000', '193929.911000', '193929.914000', '193929.916000', '193929.919000', '193929.922000', '193929.924000', '193929.927000', '193929.930000', '193929.932000', '193929.935000', '193929.938000', '193929.940000', '193929.943000', '193929.946000', '193929.948000', '193929.951000', '193929.954000', '193929.956000', '193929.959000', '193929.961000', '193929.964000', '193929.967000', '193929.969000', '193929.972000', '193929.975000', '193929.977000', '193929.980000', '193929.983000', '193929.986000', '193929.988000', '193929.991000', '193929.993000', '193949.874000', '193949.877000', '193949.880000', '193949.882000', '193949.885000', '193949.888000', '193949.890000', '193949.893000', '193949.896000', '193949.898000', '193949.901000', '193949.904000', '193949.906000', '193949.909000', '193949.912000', '193949.914000', '193949.917000', '193949.919000', '193949.922000', '193949.925000', '193949.927000', '193949.930000', '193949.932000', '193949.935000', '193949.938000', '193949.940000', '193949.943000', '193949.946000', '193949.948000', '193949.951000', '193949.953000', '193949.956000', '193949.958000', '193949.961000', '193949.964000', '193949.966000', '193949.969000', '193949.971000', '193949.974000', '193949.977000', '193949.979000', '193949.982000', '193949.984000', '193949.987000', '194009.875000', '194009.878000', '194009.880000', '194009.883000', '194009.885000', '194009.888000', '194009.891000', '194009.893000', '194009.896000', '194009.899000', '194009.901000', '194009.904000', '194009.906000', '194009.909000', '194009.911000', '194009.914000', '194009.917000', '194009.919000', '194009.922000', '194009.924000', '194009.927000', '194009.929000', '194009.932000', '194009.934000', '194009.937000', '194009.940000', '194009.942000', '194009.945000', '194009.947000', '194009.950000', '194009.953000', '194009.955000', '194009.958000', '194009.961000', '194009.963000', '194009.966000', '194009.968000', '194009.971000', '194009.974000', '194009.976000', '194009.979000', '194009.981000', '194009.984000', '194029.875000', '194029.877000', '194029.880000', '194029.883000', '194029.885000', '194029.888000', '194029.890000', '194029.893000', '194029.895000', '194029.898000', '194029.901000', '194029.903000', '194029.906000', '194029.908000', '194029.911000', '194029.913000', '194029.916000', '194029.919000', '194029.921000', '194029.924000', '194029.926000', '194029.929000', '194029.932000', '194029.934000', '194029.937000', '194029.939000', '194029.942000', '194029.945000', '194029.947000', '194029.950000', '194029.952000', '194029.955000', '194029.958000', '194029.960000', '194029.963000', '194029.965000', '194029.968000', '194029.971000', '194029.973000', '194029.976000', '194029.978000', '194029.981000', '194029.984000', '194029.986000', '194049.875000', '194049.877000', '194049.880000', '194049.896000', '194049.898000', '194049.901000', '194049.904000', '194049.906000', '194049.909000', '194049.912000', '194049.914000', '194049.917000', '194049.919000', '194049.922000', '194049.924000', '194049.927000', '194049.930000', '194049.932000', '194049.935000', '194049.937000', '194049.940000', '194049.943000', '194049.945000', '194049.948000', '194049.950000', '194049.953000', '194049.955000', '194049.958000', '194049.961000', '194049.963000', '194049.966000', '194049.968000', '194049.971000', '194049.973000', '194049.976000', '194049.998000', '194050.002000', '194050.005000', '194050.007000', '194050.010000', '194050.012000', '194050.015000', '194050.033000', '194109.874000', '194109.877000', '194109.880000', '194109.883000', '194109.885000', '194109.888000', '194109.890000', '194109.893000', '194109.904000', '194109.906000', '194109.909000', '194109.911000', '194109.914000', '194109.916000', '194109.919000', '194109.922000', '194109.924000', '194109.927000', '194109.929000', '194109.932000', '194109.935000', '194109.937000', '194109.940000', '194109.942000', '194109.945000', '194109.948000', '194109.950000', '194109.953000', '194109.955000', '194109.958000', '194109.960000', '194109.963000', '194109.966000', '194109.968000', '194109.971000', '194109.973000', '194109.976000', '194109.979000', '194109.981000', '194109.984000', '194109.987000', '194109.989000', '194109.992000', '194129.874000', '194129.877000', '194129.879000', '194129.882000', '194129.886000', '194129.889000', '194129.891000', '194129.894000', '194129.897000', '194129.899000', '194129.902000', '194129.904000', '194129.907000', '194129.909000', '194129.912000', '194129.914000', '194129.917000', '194129.920000', '194129.922000', '194129.925000', '194129.928000', '194129.930000', '194129.933000', '194129.935000', '194129.938000', '194129.941000', '194129.943000', '194129.946000', '194129.948000', '194129.951000', '194129.953000', '194129.956000', '194129.959000', '194129.961000', '194129.964000', '194129.966000', '194129.969000', '194129.972000', '194129.974000', '194129.977000', '194129.979000', '194129.982000', '194129.984000', '194129.987000', '194149.873000', '194149.876000', '194149.879000', '194149.882000', '194149.884000', '194149.887000', '194149.890000', '194149.892000', '194149.895000', '194149.898000', '194149.901000', '194149.903000', '194149.906000', '194149.908000', '194149.911000', '194149.914000', '194149.916000', '194149.919000', '194149.921000', '194149.924000', '194149.927000', '194149.929000', '194149.932000', '194149.934000', '194149.937000', '194149.939000', '194149.942000', '194149.945000', '194149.947000', '194149.950000', '194149.952000', '194149.955000', '194149.957000', '194149.960000', '194149.963000', '194149.965000', '194149.968000', '194149.970000', '194149.973000', '194149.975000', '194149.978000', '194149.980000', '194149.983000', '194149.986000', '194207.266000', '194207.269000', '194207.272000', '194207.275000', '194207.277000', '194207.281000', '194207.283000', '194207.286000', '194207.289000', '194207.291000', '194207.294000', '194207.297000', '194207.299000', '194207.302000', '194207.305000', '194207.307000', '194207.310000', '194207.312000', '194207.315000', '194207.318000', '194207.320000', '194207.323000', '194207.326000', '194207.329000', '194207.331000', '194207.335000', '194207.337000', '194207.340000', '194207.343000', '194207.345000', '194207.348000', '194207.351000', '194207.353000', '194207.356000', '194207.363000', '194207.366000', '194207.368000', '194207.371000'], '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': [12637, 10860, 19383, 11406, 16445, 11894, 15856, 12078, 13061, 11787, 13416, 13184, 13095, 12974, 12619, 12975, 12133, 13382, 12549, 13610, 12275, 14891, 12015, 13557, 12034, 11838, 11527, 13026, 15062, 12822, 15504, 12220, 11423, 12647, 13144, 12404, 12863, 12233, 14796, 12631, 16742, 12448, 13317, 12809, 13350, 12905, 14393, 13060, 12668, 12491, 12027, 13316, 12291, 13747, 12542, 13840, 12232, 15726, 12353, 13289, 12423, 13142, 12269, 13101, 13110, 12517, 13362, 12748, 17676, 12984, 14842, 12692, 14490, 13066, 12663, 13101, 13076, 12996, 14197, 12862, 13236, 12906, 13658, 12902, 15626, 12997, 14635, 12767, 13620, 12747, 13479, 12591, 13740, 12487, 16322, 13869, 13134, 12738, 13123, 12814, 17048, 12787, 17192, 12536, 17056, 14479, 13671, 17284, 16147, 18748, 12344, 11333, 12271, 11483, 11780, 11525, 12075, 11819, 12535, 12198, 12601, 12880, 12273, 12460, 12039, 12555, 16615, 12730, 18326, 12492, 17545, 12596, 16320, 12363, 14733, 12777, 11912, 11829, 11263, 12287, 12792, 12461, 12630, 12574, 12603, 12229, 12259, 11631, 12425, 12133, 12242, 11765, 12638, 11752, 12169, 11746, 12304, 11433, 12098, 16725, 11789, 12498, 11696, 12522, 12216, 12779, 12096, 12125, 12774, 11062, 12196, 12491, 12205, 12787, 11999, 14524, 11945, 15342, 12509, 12710, 11895, 12592, 12098, 12731, 11868, 12870, 15331, 12691, 13088, 12228, 11547, 12167, 11779, 12151, 10962, 12639, 11995, 12297, 14523, 11911, 12630, 11918, 12287, 12012, 12088, 11872, 12454, 11638, 12177, 13869, 12319, 12866, 12446, 12835, 12119, 13318, 12097, 12573, 12013, 12829, 12655, 12647, 12797, 15921, 12900, 12174, 11905, 12725, 11901, 11894, 11301, 12499, 11897, 12281, 12007, 13078, 12165, 15444, 11896, 16883, 12186, 12515, 11939, 12726, 11986, 12067, 16651, 12074, 12600, 12426, 12059, 12347, 11801, 12279, 11921, 12033, 11464, 12572, 11811, 12810, 11677, 12497, 15936, 12005, 12798, 11925, 12567, 11529, 12608, 13271, 12322, 12317, 11751, 11657, 11428, 12623, 12892, 12360, 12902, 12186, 12274, 11568, 12287, 15502, 12186, 12901, 12287, 12646, 12223, 12227, 11801, 12332, 11480, 12768, 11987, 12861, 11632, 12609, 12509, 12283, 12949, 12169, 13011, 12684, 12445, 12287, 11684, 11964, 11493, 11799, 18065, 16833, 18950, 16407, 13592, 11845, 11061, 11241, 11406, 11495, 11592, 10992, 12269, 11818, 11848, 11521, 12195, 11371, 11902, 11950, 11724, 11656, 11540, 11586, 12187, 11685, 11859, 12479, 11764, 12187, 12775, 11614, 11930, 12526, 11790, 12444, 12039, 12380, 12540, 12142, 12550, 12307, 12436, 12099, 12157, 12657, 12172, 12684, 11944, 12389, 12429, 12127, 12621, 12013, 11805, 11892, 12786, 12141, 12180, 12206, 11706, 11795, 12012, 12295, 11672, 12242, 13949, 12025, 13639, 12213, 12501, 11898, 11998, 11633, 12075, 12498, 12050, 12325, 12233, 12478, 11764, 13026, 12070, 12023, 11900, 12365, 13919, 12515, 15060, 11668, 14842, 12258, 11555, 12082, 12098, 11823, 12069, 11946, 12403, 11933, 12356, 12845, 11967, 12058, 12815, 12187, 14639, 12172, 12762, 12057, 11933, 14934, 11633, 12366, 12054, 12432, 11990, 12024, 11848, 13829, 12005, 12072, 14055, 15077, 17216, 16572, 16978, 16948, 13086, 11421, 10239, 10419, 10634, 10211, 9923, 10091, 10139, 10773, 11615, 10862, 10673, 10906, 14481, 11148, 13764, 11139, 14124, 13627, 11320, 17542, 11857, 13708, 11613, 13490, 11393, 11228, 11826, 11529, 11798, 11437, 11562, 11471, 11954, 11798, 11821, 12048, 11585, 11961, 11936, 18096, 11923, 12245, 11529, 12045, 11806, 12182, 12320, 11588, 11374, 12616, 11861, 11871, 11748, 11831, 11590, 12578, 11468, 13741, 11373, 11509, 11817, 11446, 11697, 11472, 11821, 11677, 11801, 14021, 11353, 13949, 11899, 12030, 11554, 15926, 11853, 13194, 12177, 11116, 11648, 11348, 11468, 11861, 11487, 11493, 11418, 11675, 12219, 11277, 12192, 11369, 11141, 11164, 11811, 15845, 11379, 12270, 12642, 11551, 14456, 11688, 13940, 11594, 13415, 11230, 13183, 11592, 11721, 11814, 11048, 11695, 10941, 11620, 11584, 11780, 12104, 11777, 14075, 11732, 14135, 11986, 11606, 10931, 11547, 11535, 12183, 12306, 13803, 18779, 13581, 13863, 11596, 11668, 11326, 11673, 9634, 11176, 11306, 11391, 11552, 11607, 11320, 11260, 11168, 11579, 11384, 11784, 13310, 11385, 11541, 11026, 10694, 15886, 11163, 11587, 11253, 11634, 11060, 10705, 10603, 15355, 11562, 11346, 10388, 11579, 11466, 11588, 11996, 12173, 11489, 11638, 11157, 11130, 14803, 11313, 11357, 11077, 11528, 11760, 11431, 11484, 11317, 11545, 10745, 11283, 11660, 11379, 11476, 15845, 11522, 17687, 12121, 12500, 11535, 11288, 11551, 11704, 10280, 11316, 11249, 11379, 11517, 11576, 17362, 11871, 14150, 11215, 12614, 10749, 11367, 11825, 11134, 10665, 11258, 11076, 11400, 11353, 11029, 10945, 11177, 11160, 11538, 11097, 11699, 14975, 11924, 14375, 11549, 14465, 11759, 11847, 11426, 11685, 11698, 11842, 12911, 11957, 17764, 12299, 14036, 12149, 12089, 12253, 11738, 12187, 12214, 11683, 12013, 11474, 12300, 14699, 11950, 12151, 11996, 11792, 11328, 12215, 11377, 11617, 13367, 12266, 14096, 12336, 11645, 12046, 11950, 12010, 11735, 12266, 12368, 11976, 12457, 12288, 12140, 14354, 12149, 14798, 12000, 12996, 12040, 14655, 11937, 15746, 11728, 11591, 12081, 11568, 12153, 11817, 11878, 12219, 12025, 12151, 11818, 11679, 11901, 11727, 12538, 12264, 12119, 11765, 11856, 11941, 11650, 11755, 14943, 11504, 14872, 16031, 15840, 16528, 16930, 16796, 14128, 10177, 10172, 10111, 10845, 10242, 11248, 11296, 11131, 11489, 11849, 11284, 11804, 12868, 11562, 11572, 11683, 11393, 15918, 12892, 16518, 11195, 13978, 11134, 10677, 11018, 10709, 10944, 10815, 11325, 10416, 11604, 11299, 11161, 11009, 11171, 11319, 11138, 11449, 11196, 11208, 12755, 11083, 11307, 11282, 11052, 10590, 11606, 11148, 11285, 11403, 11184, 11324, 10710, 11579, 11448, 11303, 11551, 13314, 11657, 15143, 12019, 12138, 17937, 11261, 15743, 11760, 11728, 11746, 11309, 11835, 11144, 11356, 11640, 11440, 11843, 11531, 11769, 11690, 12820, 11663, 15104, 11537, 12102, 11459, 11935, 11400, 11466, 11257, 11232, 14503, 11547, 11517, 11177, 11324, 12196, 11118, 11510, 11292, 11669, 14313, 11485, 11502, 11275, 16063, 13842, 11401, 11391, 11797, 10097, 11138, 11316, 11228, 11603, 11835, 11491, 11675, 11673, 11611, 11241], 'WindowCenter': [4363.0, 4313.0, 4357.0, 4284.0, 4309.0, 4280.0, 4322.0, 4290.0, 4287.0, 4266.0, 4287.0, 4287.0, 4300.0, 4302.0, 4290.0, 4303.0, 4293.0, 4304.0, 4304.0, 4302.0, 4293.0, 4313.0, 4279.0, 4288.0, 4280.0, 4279.0, 4278.0, 4289.0, 4299.0, 4289.0, 4298.0, 4278.0, 4267.0, 4276.0, 4275.0, 4276.0, 4287.0, 4277.0, 4298.0, 4291.0, 4310.0, 4276.0, 4286.0, 4288.0, 4287.0, 4289.0, 4299.0, 4288.0, 4278.0, 4278.0, 4275.0, 4288.0, 4278.0, 4286.0, 4276.0, 4288.0, 4276.0, 4297.0, 4275.0, 4284.0, 4273.0, 4285.0, 4276.0, 4287.0, 4285.0, 4286.0, 4301.0, 4316.0, 4333.0, 4286.0, 4284.0, 4274.0, 4283.0, 4275.0, 4273.0, 4285.0, 4285.0, 4297.0, 4297.0, 4275.0, 4284.0, 4274.0, 4284.0, 4285.0, 4307.0, 4285.0, 4295.0, 4285.0, 4285.0, 4285.0, 4287.0, 4276.0, 4286.0, 4274.0, 4294.0, 4275.0, 4274.0, 4273.0, 4274.0, 4272.0, 4294.0, 4273.0, 4292.0, 4261.0, 4293.0, 4282.0, 4282.0, 4304.0, 4318.0, 4316.0, 4274.0, 4252.0, 4260.0, 4248.0, 4260.0, 4261.0, 4271.0, 4261.0, 4273.0, 4273.0, 4285.0, 4286.0, 4275.0, 4275.0, 4274.0, 4275.0, 4305.0, 4273.0, 4303.0, 4262.0, 4291.0, 4259.0, 4279.0, 4247.0, 4257.0, 4245.0, 4233.0, 4233.0, 4223.0, 4245.0, 4256.0, 4257.0, 4246.0, 4257.0, 4256.0, 4257.0, 4246.0, 4248.0, 4259.0, 4259.0, 4259.0, 4249.0, 4259.0, 4247.0, 4259.0, 4247.0, 4258.0, 4248.0, 4261.0, 4302.0, 4263.0, 4271.0, 4261.0, 4273.0, 4284.0, 4273.0, 4261.0, 4259.0, 4268.0, 4250.0, 4262.0, 4273.0, 4273.0, 4286.0, 4285.0, 4294.0, 4275.0, 4294.0, 4272.0, 4272.0, 4272.0, 4275.0, 4275.0, 4285.0, 4275.0, 4286.0, 4307.0, 4285.0, 4283.0, 4273.0, 4262.0, 4274.0, 4262.0, 4273.0, 4262.0, 4274.0, 4273.0, 4275.0, 4294.0, 4264.0, 4274.0, 4272.0, 4274.0, 4273.0, 4275.0, 4273.0, 4286.0, 4264.0, 4276.0, 4284.0, 4273.0, 4274.0, 4275.0, 4283.0, 4274.0, 4285.0, 4273.0, 4275.0, 4272.0, 4286.0, 4284.0, 4286.0, 4283.0, 4304.0, 4285.0, 4273.0, 4273.0, 4285.0, 4289.0, 4289.0, 4276.0, 4274.0, 4273.0, 4274.0, 4275.0, 4284.0, 4275.0, 4305.0, 4276.0, 4317.0, 4276.0, 4276.0, 4275.0, 4286.0, 4288.0, 4287.0, 4307.0, 4275.0, 4274.0, 4273.0, 4274.0, 4274.0, 4273.0, 4275.0, 4274.0, 4274.0, 4275.0, 4273.0, 4274.0, 4284.0, 4264.0, 4274.0, 4292.0, 4262.0, 4272.0, 4261.0, 4272.0, 4262.0, 4271.0, 4269.0, 4259.0, 4258.0, 4258.0, 4261.0, 4251.0, 4270.0, 4270.0, 4271.0, 4271.0, 4272.0, 4273.0, 4262.0, 4262.0, 4292.0, 4262.0, 4273.0, 4262.0, 4271.0, 4274.0, 4272.0, 4262.0, 4272.0, 4263.0, 4283.0, 4273.0, 4283.0, 4275.0, 4286.0, 4274.0, 4275.0, 4284.0, 4285.0, 4299.0, 4297.0, 4301.0, 4301.0, 4290.0, 4289.0, 4289.0, 4291.0, 4334.0, 4337.0, 4349.0, 4313.0, 4286.0, 4251.0, 4239.0, 4239.0, 4249.0, 4250.0, 4248.0, 4237.0, 4248.0, 4249.0, 4251.0, 4250.0, 4261.0, 4251.0, 4262.0, 4262.0, 4262.0, 4251.0, 4251.0, 4251.0, 4251.0, 4249.0, 4249.0, 4249.0, 4249.0, 4261.0, 4258.0, 4237.0, 4249.0, 4249.0, 4248.0, 4259.0, 4249.0, 4258.0, 4247.0, 4248.0, 4247.0, 4247.0, 4246.0, 4247.0, 4248.0, 4248.0, 4248.0, 4259.0, 4249.0, 4261.0, 4257.0, 4249.0, 4260.0, 4261.0, 4250.0, 4251.0, 4261.0, 4261.0, 4262.0, 4261.0, 4261.0, 4250.0, 4262.0, 4262.0, 4262.0, 4261.0, 4283.0, 4263.0, 4283.0, 4261.0, 4261.0, 4264.0, 4275.0, 4262.0, 4261.0, 4272.0, 4273.0, 4275.0, 4275.0, 4288.0, 4274.0, 4286.0, 4276.0, 4274.0, 4262.0, 4274.0, 4284.0, 4275.0, 4285.0, 4252.0, 4283.0, 4261.0, 4250.0, 4274.0, 4275.0, 4263.0, 4262.0, 4274.0, 4274.0, 4262.0, 4275.0, 4286.0, 4265.0, 4264.0, 4275.0, 4264.0, 4284.0, 4264.0, 4274.0, 4275.0, 4276.0, 4295.0, 4264.0, 4263.0, 4261.0, 4272.0, 4263.0, 4275.0, 4276.0, 4297.0, 4274.0, 4276.0, 4300.0, 4310.0, 4307.0, 4297.0, 4308.0, 4298.0, 4274.0, 4250.0, 4228.0, 4227.0, 4227.0, 4226.0, 4241.0, 4241.0, 4238.0, 4251.0, 4261.0, 4264.0, 4265.0, 4267.0, 4296.0, 4264.0, 4273.0, 4252.0, 4273.0, 4261.0, 4239.0, 4279.0, 4236.0, 4246.0, 4223.0, 4231.0, 4209.0, 4207.0, 4218.0, 4209.0, 4218.0, 4219.0, 4220.0, 4220.0, 4231.0, 4221.0, 4222.0, 4231.0, 4233.0, 4233.0, 4235.0, 4290.0, 4248.0, 4246.0, 4234.0, 4259.0, 4247.0, 4248.0, 4260.0, 4248.0, 4248.0, 4259.0, 4248.0, 4250.0, 4250.0, 4260.0, 4252.0, 4260.0, 4249.0, 4260.0, 4239.0, 4250.0, 4251.0, 4252.0, 4264.0, 4263.0, 4262.0, 4277.0, 4289.0, 4285.0, 4254.0, 4270.0, 4263.0, 4274.0, 4264.0, 4293.0, 4263.0, 4272.0, 4261.0, 4253.0, 4263.0, 4253.0, 4264.0, 4275.0, 4265.0, 4263.0, 4265.0, 4275.0, 4275.0, 4265.0, 4276.0, 4266.0, 4265.0, 4265.0, 4265.0, 4292.0, 4253.0, 4264.0, 4273.0, 4253.0, 4284.0, 4262.0, 4272.0, 4251.0, 4258.0, 4251.0, 4260.0, 4250.0, 4261.0, 4263.0, 4262.0, 4263.0, 4252.0, 4263.0, 4263.0, 4263.0, 4275.0, 4276.0, 4284.0, 4266.0, 4287.0, 4275.0, 4291.0, 4267.0, 4266.0, 4276.0, 4277.0, 4277.0, 4299.0, 4319.0, 4275.0, 4273.0, 4252.0, 4263.0, 4263.0, 4277.0, 4257.0, 4265.0, 4265.0, 4264.0, 4262.0, 4274.0, 4267.0, 4265.0, 4267.0, 4266.0, 4266.0, 4278.0, 4288.0, 4267.0, 4275.0, 4266.0, 4255.0, 4296.0, 4264.0, 4263.0, 4264.0, 4276.0, 4265.0, 4254.0, 4255.0, 4307.0, 4266.0, 4265.0, 4256.0, 4265.0, 4264.0, 4265.0, 4276.0, 4277.0, 4276.0, 4265.0, 4253.0, 4254.0, 4284.0, 4252.0, 4264.0, 4253.0, 4263.0, 4262.0, 4264.0, 4264.0, 4254.0, 4265.0, 4253.0, 4264.0, 4251.0, 4263.0, 4264.0, 4293.0, 4263.0, 4293.0, 4262.0, 4262.0, 4251.0, 4252.0, 4252.0, 4263.0, 4254.0, 4262.0, 4261.0, 4263.0, 4265.0, 4266.0, 4306.0, 4265.0, 4282.0, 4252.0, 4261.0, 4253.0, 4265.0, 4276.0, 4279.0, 4268.0, 4266.0, 4264.0, 4264.0, 4265.0, 4252.0, 4266.0, 4266.0, 4265.0, 4278.0, 4267.0, 4277.0, 4296.0, 4262.0, 4284.0, 4253.0, 4283.0, 4262.0, 4262.0, 4252.0, 4264.0, 4262.0, 4264.0, 4285.0, 4278.0, 4307.0, 4263.0, 4271.0, 4251.0, 4260.0, 4262.0, 4249.0, 4260.0, 4257.0, 4260.0, 4261.0, 4251.0, 4263.0, 4284.0, 4252.0, 4249.0, 4249.0, 4247.0, 4239.0, 4250.0, 4250.0, 4262.0, 4284.0, 4275.0, 4284.0, 4274.0, 4250.0, 4246.0, 4248.0, 4260.0, 4262.0, 4274.0, 4274.0, 4273.0, 4286.0, 4274.0, 4274.0, 4285.0, 4264.0, 4285.0, 4253.0, 4260.0, 4251.0, 4282.0, 4261.0, 4282.0, 4249.0, 4236.0, 4248.0, 4236.0, 4245.0, 4245.0, 4247.0, 4258.0, 4259.0, 4261.0, 4261.0, 4262.0, 4260.0, 4261.0, 4258.0, 4261.0, 4263.0, 4259.0, 4261.0, 4262.0, 4262.0, 4260.0, 4282.0, 4249.0, 4283.0, 4293.0, 4307.0, 4292.0, 4309.0, 4292.0, 4270.0, 4225.0, 4226.0, 4227.0, 4250.0, 4227.0, 4237.0, 4237.0, 4249.0, 4261.0, 4272.0, 4265.0, 4288.0, 4288.0, 4277.0, 4264.0, 4266.0, 4255.0, 4284.0, 4263.0, 4282.0, 4239.0, 4258.0, 4237.0, 4226.0, 4225.0, 4212.0, 4225.0, 4224.0, 4236.0, 4225.0, 4237.0, 4235.0, 4237.0, 4238.0, 4236.0, 4238.0, 4239.0, 4250.0, 4237.0, 4238.0, 4256.0, 4250.0, 4237.0, 4249.0, 4252.0, 4251.0, 4261.0, 4251.0, 4252.0, 4262.0, 4252.0, 4264.0, 4253.0, 4278.0, 4277.0, 4267.0, 4278.0, 4287.0, 4267.0, 4297.0, 4263.0, 4264.0, 4304.0, 4252.0, 4282.0, 4251.0, 4262.0, 4263.0, 4252.0, 4264.0, 4263.0, 4264.0, 4262.0, 4265.0, 4264.0, 4265.0, 4265.0, 4264.0, 4274.0, 4264.0, 4283.0, 4264.0, 4264.0, 4263.0, 4261.0, 4263.0, 4264.0, 4251.0, 4253.0, 4283.0, 4264.0, 4266.0, 4264.0, 4265.0, 4264.0, 4265.0, 4262.0, 4253.0, 4263.0, 4284.0, 4262.0, 4263.0, 4254.0, 4295.0, 4273.0, 4252.0, 4262.0, 4264.0, 4255.0, 4264.0, 4261.0, 4264.0, 4277.0, 4277.0, 4278.0, 4276.0, 4277.0, 4277.0, 4265.0], 'WindowWidth': [9620.0, 9531.0, 9581.0, 9469.0, 9497.0, 9457.0, 9520.0, 9471.0, 9459.0, 9429.0, 9462.0, 9463.0, 9485.0, 9491.0, 9473.0, 9494.0, 9480.0, 9495.0, 9498.0, 9490.0, 9477.0, 9508.0, 9453.0, 9467.0, 9456.0, 9451.0, 9451.0, 9470.0, 9482.0, 9466.0, 9481.0, 9452.0, 9434.0, 9443.0, 9442.0, 9445.0, 9463.0, 9450.0, 9482.0, 9477.0, 9499.0, 9448.0, 9460.0, 9465.0, 9465.0, 9468.0, 9484.0, 9467.0, 9453.0, 9452.0, 9444.0, 9465.0, 9452.0, 9461.0, 9448.0, 9465.0, 9445.0, 9477.0, 9444.0, 9455.0, 9439.0, 9459.0, 9448.0, 9464.0, 9460.0, 9462.0, 9489.0, 9520.0, 9541.0, 9463.0, 9458.0, 9440.0, 9454.0, 9443.0, 9438.0, 9458.0, 9457.0, 9480.0, 9478.0, 9445.0, 9456.0, 9443.0, 9457.0, 9460.0, 9490.0, 9459.0, 9472.0, 9458.0, 9460.0, 9460.0, 9464.0, 9451.0, 9464.0, 9444.0, 9470.0, 9443.0, 9439.0, 9437.0, 9440.0, 9437.0, 9469.0, 9438.0, 9467.0, 9422.0, 9466.0, 9451.0, 9452.0, 9489.0, 9516.0, 9509.0, 9443.0, 9409.0, 9416.0, 9398.0, 9418.0, 9418.0, 9436.0, 9421.0, 9442.0, 9440.0, 9460.0, 9461.0, 9445.0, 9444.0, 9441.0, 9444.0, 9487.0, 9439.0, 9484.0, 9423.0, 9462.0, 9415.0, 9441.0, 9391.0, 9407.0, 9387.0, 9367.0, 9367.0, 9354.0, 9388.0, 9403.0, 9408.0, 9391.0, 9409.0, 9407.0, 9408.0, 9392.0, 9399.0, 9414.0, 9413.0, 9415.0, 9400.0, 9416.0, 9397.0, 9414.0, 9395.0, 9413.0, 9399.0, 9421.0, 9482.0, 9427.0, 9436.0, 9421.0, 9442.0, 9461.0, 9441.0, 9421.0, 9416.0, 9429.0, 9404.0, 9426.0, 9439.0, 9443.0, 9464.0, 9462.0, 9471.0, 9444.0, 9470.0, 9437.0, 9438.0, 9439.0, 9445.0, 9446.0, 9463.0, 9448.0, 9464.0, 9495.0, 9461.0, 9458.0, 9441.0, 9425.0, 9441.0, 9425.0, 9441.0, 9427.0, 9443.0, 9441.0, 9445.0, 9470.0, 9429.0, 9442.0, 9438.0, 9444.0, 9441.0, 9446.0, 9441.0, 9462.0, 9431.0, 9451.0, 9458.0, 9442.0, 9444.0, 9446.0, 9456.0, 9444.0, 9461.0, 9443.0, 9448.0, 9439.0, 9463.0, 9460.0, 9463.0, 9457.0, 9486.0, 9460.0, 9441.0, 9441.0, 9462.0, 9476.0, 9474.0, 9450.0, 9446.0, 9443.0, 9446.0, 9448.0, 9457.0, 9447.0, 9489.0, 9448.0, 9509.0, 9450.0, 9449.0, 9447.0, 9464.0, 9473.0, 9466.0, 9499.0, 9447.0, 9442.0, 9441.0, 9442.0, 9444.0, 9440.0, 9448.0, 9444.0, 9442.0, 9445.0, 9442.0, 9444.0, 9460.0, 9429.0, 9443.0, 9465.0, 9424.0, 9437.0, 9420.0, 9437.0, 9423.0, 9434.0, 9428.0, 9415.0, 9413.0, 9412.0, 9418.0, 9406.0, 9433.0, 9432.0, 9435.0, 9434.0, 9437.0, 9441.0, 9424.0, 9424.0, 9465.0, 9423.0, 9439.0, 9424.0, 9435.0, 9442.0, 9437.0, 9424.0, 9437.0, 9426.0, 9456.0, 9441.0, 9457.0, 9448.0, 9465.0, 9445.0, 9446.0, 9458.0, 9461.0, 9488.0, 9481.0, 9494.0, 9495.0, 9476.0, 9474.0, 9474.0, 9480.0, 9550.0, 9565.0, 9591.0, 9519.0, 9468.0, 9403.0, 9383.0, 9383.0, 9397.0, 9399.0, 9393.0, 9376.0, 9395.0, 9396.0, 9401.0, 9399.0, 9416.0, 9403.0, 9420.0, 9418.0, 9419.0, 9403.0, 9403.0, 9403.0, 9402.0, 9397.0, 9397.0, 9396.0, 9396.0, 9417.0, 9409.0, 9379.0, 9397.0, 9395.0, 9393.0, 9412.0, 9396.0, 9408.0, 9393.0, 9394.0, 9390.0, 9390.0, 9390.0, 9389.0, 9395.0, 9395.0, 9395.0, 9410.0, 9398.0, 9419.0, 9408.0, 9396.0, 9414.0, 9419.0, 9402.0, 9404.0, 9418.0, 9418.0, 9420.0, 9419.0, 9418.0, 9402.0, 9421.0, 9421.0, 9422.0, 9419.0, 9451.0, 9424.0, 9451.0, 9420.0, 9420.0, 9429.0, 9446.0, 9421.0, 9422.0, 9438.0, 9439.0, 9446.0, 9443.0, 9466.0, 9444.0, 9461.0, 9448.0, 9440.0, 9423.0, 9441.0, 9455.0, 9442.0, 9461.0, 9409.0, 9451.0, 9418.0, 9402.0, 9442.0, 9446.0, 9423.0, 9423.0, 9444.0, 9442.0, 9424.0, 9446.0, 9462.0, 9432.0, 9427.0, 9445.0, 9428.0, 9455.0, 9425.0, 9439.0, 9444.0, 9446.0, 9471.0, 9428.0, 9424.0, 9419.0, 9438.0, 9425.0, 9445.0, 9451.0, 9478.0, 9444.0, 9449.0, 9491.0, 9503.0, 9496.0, 9482.0, 9500.0, 9488.0, 9441.0, 9401.0, 9367.0, 9364.0, 9367.0, 9365.0, 9396.0, 9395.0, 9388.0, 9405.0, 9422.0, 9429.0, 9434.0, 9440.0, 9477.0, 9429.0, 9443.0, 9408.0, 9441.0, 9418.0, 9386.0, 9439.0, 9376.0, 9389.0, 9351.0, 9357.0, 9325.0, 9322.0, 9339.0, 9325.0, 9339.0, 9341.0, 9345.0, 9345.0, 9362.0, 9348.0, 9350.0, 9360.0, 9368.0, 9371.0, 9373.0, 9459.0, 9398.0, 9389.0, 9371.0, 9412.0, 9392.0, 9396.0, 9414.0, 9395.0, 9396.0, 9413.0, 9396.0, 9401.0, 9400.0, 9417.0, 9409.0, 9417.0, 9398.0, 9413.0, 9383.0, 9399.0, 9403.0, 9406.0, 9426.0, 9425.0, 9422.0, 9450.0, 9471.0, 9461.0, 9413.0, 9431.0, 9424.0, 9441.0, 9429.0, 9467.0, 9423.0, 9435.0, 9419.0, 9411.0, 9424.0, 9410.0, 9426.0, 9445.0, 9430.0, 9427.0, 9431.0, 9447.0, 9443.0, 9430.0, 9447.0, 9433.0, 9431.0, 9430.0, 9428.0, 9466.0, 9413.0, 9427.0, 9441.0, 9409.0, 9455.0, 9421.0, 9434.0, 9406.0, 9413.0, 9403.0, 9417.0, 9402.0, 9417.0, 9427.0, 9422.0, 9426.0, 9410.0, 9428.0, 9426.0, 9427.0, 9445.0, 9449.0, 9459.0, 9434.0, 9466.0, 9446.0, 9477.0, 9437.0, 9435.0, 9450.0, 9451.0, 9451.0, 9485.0, 9517.0, 9445.0, 9438.0, 9406.0, 9425.0, 9425.0, 9452.0, 9427.0, 9431.0, 9431.0, 9428.0, 9424.0, 9443.0, 9439.0, 9431.0, 9438.0, 9435.0, 9435.0, 9452.0, 9469.0, 9436.0, 9448.0, 9433.0, 9416.0, 9475.0, 9427.0, 9426.0, 9427.0, 9448.0, 9432.0, 9415.0, 9419.0, 9492.0, 9433.0, 9433.0, 9421.0, 9431.0, 9428.0, 9431.0, 9446.0, 9450.0, 9448.0, 9431.0, 9414.0, 9412.0, 9453.0, 9408.0, 9429.0, 9411.0, 9425.0, 9424.0, 9428.0, 9426.0, 9414.0, 9431.0, 9412.0, 9426.0, 9406.0, 9424.0, 9427.0, 9467.0, 9424.0, 9466.0, 9420.0, 9422.0, 9403.0, 9407.0, 9406.0, 9426.0, 9416.0, 9423.0, 9421.0, 9425.0, 9429.0, 9434.0, 9491.0, 9429.0, 9450.0, 9408.0, 9421.0, 9412.0, 9431.0, 9446.0, 9459.0, 9444.0, 9434.0, 9428.0, 9427.0, 9428.0, 9410.0, 9435.0, 9435.0, 9432.0, 9453.0, 9438.0, 9451.0, 9477.0, 9423.0, 9456.0, 9409.0, 9453.0, 9422.0, 9422.0, 9407.0, 9426.0, 9423.0, 9429.0, 9460.0, 9453.0, 9497.0, 9425.0, 9434.0, 9403.0, 9416.0, 9423.0, 9400.0, 9415.0, 9410.0, 9416.0, 9419.0, 9406.0, 9425.0, 9457.0, 9409.0, 9401.0, 9398.0, 9393.0, 9385.0, 9401.0, 9402.0, 9422.0, 9456.0, 9446.0, 9457.0, 9441.0, 9404.0, 9393.0, 9397.0, 9416.0, 9422.0, 9441.0, 9442.0, 9440.0, 9463.0, 9443.0, 9442.0, 9461.0, 9426.0, 9460.0, 9410.0, 9417.0, 9402.0, 9448.0, 9418.0, 9452.0, 9400.0, 9376.0, 9395.0, 9374.0, 9387.0, 9388.0, 9395.0, 9410.0, 9414.0, 9418.0, 9418.0, 9422.0, 9417.0, 9419.0, 9411.0, 9418.0, 9425.0, 9415.0, 9419.0, 9422.0, 9424.0, 9418.0, 9448.0, 9402.0, 9453.0, 9468.0, 9494.0, 9468.0, 9507.0, 9470.0, 9426.0, 9361.0, 9362.0, 9365.0, 9402.0, 9367.0, 9380.0, 9381.0, 9400.0, 9421.0, 9438.0, 9433.0, 9470.0, 9470.0, 9450.0, 9431.0, 9433.0, 9417.0, 9452.0, 9424.0, 9450.0, 9385.0, 9410.0, 9378.0, 9362.0, 9359.0, 9337.0, 9358.0, 9355.0, 9376.0, 9359.0, 9380.0, 9375.0, 9380.0, 9381.0, 9379.0, 9383.0, 9385.0, 9401.0, 9379.0, 9381.0, 9404.0, 9400.0, 9383.0, 9400.0, 9408.0, 9407.0, 9420.0, 9405.0, 9410.0, 9419.0, 9407.0, 9426.0, 9415.0, 9454.0, 9451.0, 9437.0, 9453.0, 9465.0, 9436.0, 9480.0, 9425.0, 9426.0, 9484.0, 9407.0, 9450.0, 9404.0, 9421.0, 9425.0, 9409.0, 9428.0, 9427.0, 9427.0, 9424.0, 9430.0, 9428.0, 9430.0, 9431.0, 9428.0, 9443.0, 9427.0, 9453.0, 9428.0, 9426.0, 9424.0, 9422.0, 9426.0, 9429.0, 9406.0, 9413.0, 9452.0, 9426.0, 9435.0, 9429.0, 9434.0, 9427.0, 9430.0, 9425.0, 9412.0, 9426.0, 9455.0, 9423.0, 9424.0, 9415.0, 9474.0, 9438.0, 9406.0, 9421.0, 9427.0, 9421.0, 9429.0, 9423.0, 9429.0, 9450.0, 9450.0, 9453.0, 9449.0, 9450.0, 9452.0, 9432.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.002910425287356322</td></tr>
<tr><td colspan=3>aqi</td><td>0.03169975816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.53061990344074</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2236538162485626</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161816844533944</td></tr>
<tr><td colspan=3>efc</td><td>0.4975</td></tr>
<tr><td colspan=3>fber</td><td>4163.1826</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09442388057444288</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.482758620689655</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5508554143882334</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395391397434873</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8560822955420555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401092550187772</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112585</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0271283145993948</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042258307337760925</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.6656398800245333</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.6767</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.6165</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.3988</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297810.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>1050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8756</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9178</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.4421</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.2702</td></tr>
<tr><td colspan=3>tsnr</td><td>32.01473167230142</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>