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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-03/func/sub-0036_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c55bb7cb02bcc8060ccd67958934cb1a</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>09:37:3.782500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.084214</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</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>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3fefcabd-228e-4545-92cf-9449d52b2d24||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['093703.782500', '093704.242500', '093704.702500', '093705.162500', '093705.622500', '093706.082500', '093706.542500', '093707.002500', '093707.462500', '093707.922500', '093708.382500', '093708.842500', '093709.302500', '093709.762500', '093710.222500', '093710.682500', '093711.142500', '093711.602500', '093712.062500', '093712.522500', '093712.982500', '093713.442500', '093713.902500', '093714.362500', '093714.822500', '093715.282500', '093715.742500', '093716.202500', '093716.662500', '093717.122500', '093717.582500', '093718.042500', '093718.502500', '093718.962500', '093719.422500', '093719.882500', '093720.342500', '093720.802500', '093721.262500', '093721.722500', '093722.182500', '093722.642500', '093723.102500', '093723.562500', '093724.022500', '093724.482500', '093724.942500', '093725.402500', '093725.862500', '093726.322500', '093726.782500', '093727.242500', '093727.702500', '093728.162500', '093728.622500', '093729.082500', '093729.542500', '093730.002500', '093730.462500', '093730.922500', '093731.382500', '093731.842500', '093732.302500', '093732.762500', '093733.222500', '093733.682500', '093734.142500', '093734.602500', '093735.062500', '093735.522500', '093735.982500', '093736.442500', '093736.902500', '093737.362500', '093737.822500', '093738.282500', '093738.742500', '093739.202500', '093739.662500', '093740.122500', '093740.582500', '093741.042500', '093741.502500', '093741.962500', '093742.422500', '093742.882500', '093743.342500', '093743.802500', '093744.262500', '093744.722500', '093745.182500', '093745.642500', '093746.102500', '093746.562500', '093747.022500', '093747.482500', '093747.942500', '093748.402500', '093748.862500', '093749.322500', '093749.782500', '093750.242500', '093750.702500', '093751.162500', '093751.622500', '093752.082500', '093752.542500', '093753.002500', '093753.462500', '093753.922500', '093754.382500', '093754.842500', '093755.302500', '093755.762500', '093756.222500', '093756.682500', '093757.142500', '093757.602500', '093758.062500', '093758.522500', '093758.982500', '093759.442500', '093759.902500', '093800.362500', '093800.822500', '093801.282500', '093801.742500', '093802.202500', '093802.662500', '093803.122500', '093803.582500', '093804.042500', '093804.502500', '093804.962500', '093805.422500', '093805.882500', '093806.342500', '093806.802500', '093807.262500', '093807.722500', '093808.182500', '093808.642500', '093809.102500', '093809.562500', '093810.022500', '093810.482500', '093810.942500', '093811.402500', '093811.862500', '093812.322500', '093812.782500', '093813.242500', '093813.702500', '093814.162500', '093814.622500', '093815.082500', '093815.542500', '093816.002500', '093816.462500', '093816.922500', '093817.382500', '093817.842500', '093818.302500', '093818.762500', '093819.222500', '093819.682500', '093820.142500', '093820.602500', '093821.062500', '093821.522500', '093821.982500', '093822.442500', '093822.902500', '093823.362500', '093823.822500', '093824.282500', '093824.742500', '093825.202500', '093825.662500', '093826.122500', '093826.582500', '093827.042500', '093827.502500', '093827.962500', '093828.422500', '093828.882500', '093829.342500', '093829.802500', '093830.262500', '093830.722500', '093831.182500', '093831.642500', '093832.102500', '093832.562500', '093833.022500', '093833.482500', '093833.942500', '093834.402500', '093834.862500', '093835.322500', '093835.782500', '093836.242500', '093836.702500', '093837.162500', '093837.622500', '093838.082500', '093838.542500', '093839.002500', '093839.462500', '093839.922500', '093840.382500', '093840.842500', '093841.302500', '093841.762500', '093842.222500', '093842.682500', '093843.142500', '093843.602500', '093844.062500', '093844.522500', '093844.982500', '093845.442500', '093845.902500', '093846.362500', '093846.822500', '093847.282500', '093847.742500', '093848.202500', '093848.662500', '093849.122500', '093849.582500', '093850.042500', '093850.502500', '093850.962500', '093851.422500', '093851.882500', '093852.342500', '093852.802500', '093853.262500', '093853.722500', '093854.182500', '093854.642500', '093855.102500', '093855.562500', '093856.022500', '093856.482500', '093856.942500', '093857.402500', '093857.862500', '093858.322500', '093858.782500', '093859.242500', '093859.702500', '093900.162500', '093900.622500', '093901.082500', '093901.542500', '093902.002500', '093902.462500', '093902.922500', '093903.382500', '093903.842500', '093904.302500', '093904.762500', '093905.222500', '093905.682500', '093906.142500', '093906.602500', '093907.062500', '093907.522500', '093907.982500', '093908.442500', '093908.902500', '093909.362500', '093909.822500', '093910.282500', '093910.742500', '093911.202500', '093911.662500', '093912.122500', '093912.582500', '093913.042500', '093913.502500', '093913.962500', '093914.422500', '093914.882500', '093915.342500', '093915.802500', '093916.262500', '093916.722500', '093917.182500', '093917.642500', '093918.102500', '093918.562500', '093919.022500', '093919.482500', '093919.942500', '093920.402500', '093920.862500', '093921.322500', '093921.782500', '093922.242500', '093922.702500', '093923.162500', '093923.622500', '093924.082500', '093924.542500', '093925.002500', '093925.462500', '093925.922500', '093926.382500', '093926.842500', '093927.302500', '093927.762500', '093928.222500', '093928.682500', '093929.142500', '093929.602500', '093930.062500', '093930.522500', '093930.982500', '093931.442500', '093931.902500', '093932.362500', '093932.822500', '093933.282500', '093933.742500', '093934.202500', '093934.662500', '093935.122500', '093935.582500', '093936.042500', '093936.502500', '093936.962500', '093937.422500', '093937.882500', '093938.342500', '093938.802500', '093939.262500', '093939.722500', '093940.182500', '093940.642500', '093941.102500', '093941.562500', '093942.022500', '093942.482500', '093942.942500', '093943.402500', '093943.862500', '093944.322500', '093944.782500', '093945.242500', '093945.702500', '093946.162500', '093946.622500', '093947.082500', '093947.542500', '093948.002500', '093948.462500', '093948.922500', '093949.382500', '093949.842500', '093950.302500', '093950.762500', '093951.222500', '093951.682500', '093952.142500', '093952.602500', '093953.062500', '093953.522500', '093953.982500', '093954.442500', '093954.902500', '093955.362500', '093955.822500', '093956.282500', '093956.742500', '093957.202500', '093957.662500', '093958.122500', '093958.582500', '093959.042500', '093959.502500', '093959.962500', '094000.422500', '094000.882500', '094001.342500', '094001.802500', '094002.262500', '094002.722500', '094003.182500', '094003.642500', '094004.102500', '094004.562500', '094005.022500', '094005.482500', '094005.942500', '094006.402500', '094006.862500', '094007.322500', '094007.782500', '094008.242500', '094008.702500', '094009.162500', '094009.622500', '094010.082500', '094010.542500', '094011.002500', '094011.462500', '094011.922500', '094012.382500', '094012.842500', '094013.302500', '094013.762500', '094014.222500', '094014.682500', '094015.142500', '094015.602500', '094016.062500', '094016.522500', '094016.982500', '094017.442500', '094017.902500', '094018.362500', '094018.822500', '094019.282500', '094019.742500', '094020.202500', '094020.662500', '094021.122500', '094021.582500', '094022.042500', '094022.502500', '094022.962500', '094023.422500', '094023.882500', '094024.342500', '094024.802500', '094025.262500', '094025.722500', '094026.182500', '094026.642500', '094027.102500', '094027.562500', '094028.022500', '094028.482500', '094028.942500', '094029.402500', '094029.862500', '094030.322500', '094030.782500', '094031.242500', '094031.702500', '094032.162500', '094032.622500', '094033.082500', '094033.542500', '094034.002500', '094034.462500', '094034.922500', '094035.382500', '094035.842500', '094036.302500', '094036.762500', '094037.222500', '094037.682500', '094038.142500', '094038.602500', '094039.062500', '094039.522500', '094039.982500', '094040.442500', '094040.902500', '094041.362500', '094041.822500', '094042.282500', '094042.742500', '094043.202500', '094043.662500', '094044.122500', '094044.582500', '094045.042500', '094045.502500', '094045.962500', '094046.422500', '094046.882500', '094047.342500', '094047.802500', '094048.262500', '094048.722500', '094049.182500', '094049.642500', '094050.102500', '094050.562500', '094051.022500', '094051.482500', '094051.942500', '094052.402500', '094052.862500', '094053.322500', '094053.782500', '094054.242500', '094054.702500', '094055.162500', '094055.622500', '094056.082500', '094056.542500', '094057.002500', '094057.462500', '094057.922500', '094058.382500', '094058.842500', '094059.302500', '094059.762500', '094100.222500', '094100.682500', '094101.142500', '094101.602500', '094102.062500', '094102.522500', '094102.982500', '094103.442500', '094103.902500', '094104.362500', '094104.822500', '094105.282500', '094105.742500', '094106.202500', '094106.662500', '094107.122500', '094107.582500', '094108.042500', '094108.502500', '094108.962500', '094109.422500', '094109.882500', '094110.342500', '094110.802500', '094111.262500', '094111.722500', '094112.182500', '094112.642500', '094113.102500', '094113.562500', '094114.022500', '094114.482500', '094114.942500', '094115.402500', '094115.862500', '094116.322500', '094116.782500', '094117.242500', '094117.702500', '094118.162500', '094118.622500', '094119.082500', '094119.542500', '094120.002500', '094120.462500', '094120.922500', '094121.382500', '094121.842500', '094122.302500', '094122.762500', '094123.222500', '094123.682500', '094124.142500', '094124.602500', '094125.062500', '094125.522500', '094125.982500', '094126.442500', '094126.902500', '094127.362500', '094127.822500', '094128.282500', '094128.742500', '094129.202500', '094129.662500', '094130.122500', '094130.582500', '094131.042500', '094131.502500', '094131.962500', '094132.422500', '094132.882500', '094133.342500', '094133.802500', '094134.262500', '094134.722500', '094135.182500', '094135.642500', '094136.102500', '094136.562500', '094137.022500', '094137.482500', '094137.942500', '094138.402500', '094138.862500', '094139.322500', '094139.782500', '094140.242500', '094140.702500', '094141.162500', '094141.622500', '094142.082500', '094142.542500', '094143.002500', '094143.462500', '094143.922500', '094144.382500', '094144.842500', '094145.302500', '094145.762500', '094146.222500', '094146.682500', '094147.142500', '094147.602500', '094148.062500', '094148.522500', '094148.982500', '094149.442500', '094149.902500', '094150.362500', '094150.822500', '094151.282500', '094151.742500', '094152.202500', '094152.662500', '094153.122500', '094153.582500', '094154.042500', '094154.502500', '094154.962500', '094155.422500', '094155.882500', '094156.342500', '094156.802500', '094157.262500', '094157.722500', '094158.182500', '094158.642500', '094159.102500', '094159.562500', '094200.022500', '094200.482500', '094200.942500', '094201.402500', '094201.862500', '094202.322500', '094202.782500', '094203.242500', '094203.702500', '094204.162500', '094204.622500', '094205.082500', '094205.542500', '094206.002500', '094206.462500', '094206.922500', '094207.382500', '094207.842500', '094208.302500', '094208.762500', '094209.222500', '094209.682500', '094210.142500', '094210.602500', '094211.062500', '094211.522500', '094211.982500', '094212.442500', '094212.902500', '094213.362500', '094213.822500', '094214.282500', '094214.742500', '094215.202500', '094215.662500', '094216.122500', '094216.582500', '094217.042500', '094217.502500', '094217.962500', '094218.422500', '094218.882500', '094219.342500', '094219.802500', '094220.262500', '094220.722500', '094221.182500', '094221.642500', '094222.102500', '094222.562500', '094223.022500', '094223.482500', '094223.942500', '094224.402500', '094224.862500', '094225.322500', '094225.782500', '094226.242500', '094226.702500', '094227.162500', '094227.622500', '094228.082500', '094228.542500', '094229.002500', '094229.462500', '094229.922500', '094230.382500', '094230.842500', '094231.302500', '094231.762500', '094232.222500', '094232.682500', '094233.142500', '094233.602500', '094234.062500', '094234.522500', '094234.982500', '094235.442500', '094235.902500', '094236.362500', '094236.822500', '094237.282500', '094237.742500', '094238.202500', '094238.662500', '094239.122500', '094239.582500', '094240.042500', '094240.502500', '094240.962500', '094241.422500', '094241.882500', '094242.342500', '094242.802500', '094243.262500', '094243.722500', '094244.182500', '094244.642500', '094245.102500', '094245.562500', '094246.022500', '094246.482500', '094246.942500', '094247.402500', '094247.862500', '094248.322500', '094248.782500', '094249.242500', '094249.702500', '094250.162500', '094250.622500', '094251.082500', '094251.542500', '094252.002500', '094252.462500', '094252.922500', '094253.382500', '094253.842500', '094254.302500', '094254.762500', '094255.222500', '094255.682500', '094256.142500', '094256.602500', '094257.062500', '094257.522500', '094257.982500', '094258.442500', '094258.902500', '094259.362500', '094259.822500', '094300.282500', '094300.742500', '094301.202500', '094301.662500', '094302.122500', '094302.582500', '094303.042500', '094303.502500', '094303.962500', '094304.422500', '094304.882500', '094305.342500', '094305.802500', '094306.262500', '094306.722500', '094307.182500', '094307.642500', '094308.102500', '094308.562500', '094309.022500', '094309.482500', '094309.942500', '094310.402500', '094310.862500', '094311.322500', '094311.782500', '094312.242500', '094312.702500', '094313.162500', '094313.622500', '094314.082500', '094314.542500', '094315.002500', '094315.462500', '094315.922500', '094316.382500', '094316.842500', '094317.302500', '094317.762500', '094318.222500', '094318.682500', '094319.142500', '094319.602500', '094320.062500', '094320.522500', '094320.982500', '094321.442500', '094321.902500', '094322.362500', '094322.822500', '094323.282500', '094323.742500', '094324.202500', '094324.662500', '094325.122500', '094325.582500', '094326.042500', '094326.502500', '094326.962500', '094327.422500', '094327.882500', '094328.342500', '094328.802500', '094329.262500', '094329.722500', '094330.182500', '094330.642500', '094331.102500', '094331.562500', '094332.022500', '094332.482500', '094332.942500', '094333.402500', '094333.862500', '094334.322500', '094334.782500', '094335.242500', '094335.702500', '094336.162500', '094336.622500', '094337.082500', '094337.542500', '094338.002500', '094338.462500', '094338.922500', '094339.382500', '094339.842500', '094340.302500', '094340.762500', '094341.222500', '094341.682500', '094342.142500', '094342.602500', '094343.062500', '094343.522500', '094343.982500', '094344.442500'], 'ContentTime': ['093715.709000', '093715.712000', '093715.716000', '093715.724000', '093715.727000', '093715.730000', '093715.733000', '093715.736000', '093715.742000', '093715.746000', '093715.749000', '093715.753000', '093715.756000', '093715.759000', '093715.761000', '093715.764000', '093715.767000', '093715.770000', '093715.773000', '093715.776000', '093715.781000', '093715.784000', '093715.787000', '093735.671000', '093735.674000', '093735.677000', '093735.680000', '093735.683000', '093735.686000', '093735.688000', '093735.691000', '093735.703000', '093735.706000', '093735.709000', '093735.712000', '093735.714000', '093735.717000', '093735.720000', '093735.733000', '093735.735000', '093735.738000', '093735.741000', '093735.744000', '093735.747000', '093735.750000', '093735.753000', '093735.756000', '093735.758000', '093735.761000', '093735.764000', '093735.767000', '093735.770000', '093735.773000', '093735.776000', '093735.778000', '093735.781000', '093735.784000', '093735.787000', '093735.790000', '093735.793000', '093735.796000', '093735.799000', '093735.801000', '093735.804000', '093735.807000', '093735.810000', '093735.813000', '093755.671000', '093755.674000', '093755.677000', '093755.680000', '093755.683000', '093755.686000', '093755.688000', '093755.692000', '093755.696000', '093755.699000', '093755.701000', '093755.704000', '093755.707000', '093755.710000', '093755.713000', '093755.716000', '093755.719000', '093755.722000', '093755.725000', '093755.727000', '093755.730000', '093755.733000', '093755.736000', '093755.739000', '093755.742000', '093755.745000', '093755.748000', '093755.751000', '093755.754000', '093755.757000', '093755.760000', '093755.763000', '093755.766000', '093755.769000', '093755.772000', '093755.775000', '093755.800000', '093755.803000', '093755.806000', '093755.809000', '093755.812000', '093755.815000', '093755.817000', '093815.671000', '093815.674000', '093815.688000', '093815.691000', '093815.694000', '093815.696000', '093815.699000', '093815.702000', '093815.705000', '093815.708000', '093815.711000', '093815.714000', '093815.717000', '093815.719000', '093815.722000', '093815.725000', '093815.728000', '093815.731000', '093815.734000', '093815.737000', '093815.740000', '093815.743000', '093815.745000', '093815.748000', '093815.751000', '093815.754000', '093815.757000', '093815.760000', '093815.763000', '093815.766000', '093815.769000', '093815.772000', '093815.775000', '093815.777000', '093815.780000', '093815.783000', '093815.786000', '093815.789000', '093815.792000', '093815.795000', '093815.798000', '093815.800000', '093815.803000', '093815.806000', '093835.671000', '093835.674000', '093835.677000', '093835.680000', '093835.683000', '093835.686000', '093835.688000', '093835.691000', '093835.694000', '093835.697000', '093835.700000', '093835.703000', '093835.706000', '093835.709000', '093835.712000', '093835.715000', '093835.718000', '093835.720000', '093835.723000', '093835.726000', '093835.729000', '093835.732000', '093835.735000', '093835.738000', '093835.741000', '093835.743000', '093835.746000', '093835.749000', '093835.752000', '093835.755000', '093835.758000', '093835.761000', '093835.764000', '093835.767000', '093835.769000', '093835.773000', '093835.776000', '093835.778000', '093835.781000', '093835.784000', '093835.787000', '093835.790000', '093835.793000', '093855.670000', '093855.673000', '093855.676000', '093855.679000', '093855.682000', '093855.685000', '093855.687000', '093855.690000', '093855.693000', '093855.696000', '093855.699000', '093855.702000', '093855.705000', '093855.708000', '093855.711000', '093855.714000', '093855.716000', '093855.719000', '093855.722000', '093855.725000', '093855.728000', '093855.731000', '093855.734000', '093855.737000', '093855.739000', '093855.742000', '093855.745000', '093855.748000', '093855.751000', '093855.754000', '093855.757000', '093855.760000', '093855.763000', '093855.766000', '093855.768000', '093855.771000', '093855.774000', '093855.777000', '093855.780000', '093855.783000', '093855.786000', '093855.789000', '093855.791000', '093855.794000', '093915.671000', '093915.674000', '093915.677000', '093915.680000', '093915.683000', '093915.686000', '093915.689000', '093915.691000', '093915.694000', '093915.697000', '093915.700000', '093915.703000', '093915.706000', '093915.709000', '093915.712000', '093915.715000', '093915.718000', '093915.720000', '093915.723000', '093915.726000', '093915.730000', '093915.733000', '093915.743000', '093915.746000', '093915.749000', '093915.752000', '093915.755000', '093915.758000', '093915.760000', '093915.763000', '093915.766000', '093915.769000', '093915.772000', '093915.775000', '093915.778000', '093915.781000', '093915.784000', '093915.787000', '093915.790000', '093915.793000', '093915.796000', '093915.799000', '093915.801000', '093935.671000', '093935.674000', '093935.677000', '093935.680000', '093935.683000', '093935.685000', '093935.688000', '093935.691000', '093935.695000', '093935.698000', '093935.701000', '093935.704000', '093935.707000', '093935.710000', '093935.712000', '093935.715000', '093935.718000', '093935.721000', '093935.724000', '093935.727000', '093935.730000', '093935.733000', '093935.736000', '093935.738000', '093935.741000', '093935.744000', '093935.747000', '093935.750000', '093935.753000', '093935.756000', '093935.759000', '093935.762000', '093935.764000', '093935.767000', '093935.770000', '093935.773000', '093935.776000', '093935.779000', '093935.782000', '093935.785000', '093935.788000', '093935.791000', '093935.793000', '093935.810000', '093955.671000', '093955.674000', '093955.677000', '093955.680000', '093955.683000', '093955.686000', '093955.688000', '093955.691000', '093955.694000', '093955.697000', '093955.700000', '093955.703000', '093955.706000', '093955.709000', '093955.712000', '093955.715000', '093955.718000', '093955.721000', '093955.723000', '093955.726000', '093955.729000', '093955.732000', '093955.735000', '093955.738000', '093955.741000', '093955.744000', '093955.747000', '093955.750000', '093955.753000', '093955.756000', '093955.759000', '093955.761000', '093955.764000', '093955.767000', '093955.770000', '093955.773000', '093955.776000', '093955.779000', '093955.782000', '093955.785000', '093955.788000', '093955.791000', '093955.794000', '094015.671000', '094015.674000', '094015.677000', '094015.680000', '094015.683000', '094015.685000', '094015.688000', '094015.691000', '094015.694000', '094015.697000', '094015.700000', '094015.703000', '094015.706000', '094015.709000', '094015.711000', '094015.714000', '094015.717000', '094015.720000', '094015.723000', '094015.726000', '094015.729000', '094015.732000', '094015.735000', '094015.738000', '094015.741000', '094015.744000', '094015.747000', '094015.749000', '094015.752000', '094015.755000', '094015.758000', '094015.761000', '094015.764000', '094015.767000', '094015.770000', '094015.773000', '094015.776000', '094015.778000', '094015.781000', '094015.784000', '094015.787000', '094015.790000', '094015.793000', '094015.796000', '094035.671000', '094035.674000', '094035.677000', '094035.680000', '094035.683000', '094035.686000', '094035.688000', '094035.691000', '094035.694000', '094035.697000', '094035.700000', '094035.703000', '094035.706000', '094035.709000', '094035.712000', '094035.715000', '094035.717000', '094035.720000', '094035.723000', '094035.726000', '094035.729000', '094035.732000', '094035.735000', '094035.738000', '094035.741000', '094035.753000', '094035.756000', '094035.759000', '094035.762000', '094035.765000', '094035.770000', '094035.773000', '094035.776000', '094035.779000', '094035.781000', '094035.784000', '094035.787000', '094035.790000', '094035.793000', '094035.796000', '094035.799000', '094035.802000', '094035.805000', '094055.671000', '094055.674000', '094055.677000', '094055.680000', '094055.683000', '094055.686000', '094055.688000', '094055.691000', '094055.694000', '094055.697000', '094055.700000', '094055.703000', '094055.706000', '094055.709000', '094055.712000', '094055.714000', '094055.717000', '094055.720000', '094055.723000', '094055.726000', '094055.729000', '094055.733000', '094055.736000', '094055.739000', '094055.741000', '094055.744000', '094055.747000', '094055.750000', '094055.753000', '094055.756000', '094055.759000', '094055.762000', '094055.765000', '094055.768000', '094055.770000', '094055.773000', '094055.776000', '094055.779000', '094055.782000', '094055.785000', '094055.788000', '094055.791000', '094055.794000', '094055.796000', '094115.670000', '094115.673000', '094115.676000', '094115.679000', '094115.682000', '094115.686000', '094115.688000', '094115.691000', '094115.694000', '094115.697000', '094115.700000', '094115.703000', '094115.706000', '094115.709000', '094115.711000', '094115.714000', '094115.717000', '094115.720000', '094115.723000', '094115.726000', '094115.729000', '094115.732000', '094115.735000', '094115.738000', '094115.741000', '094115.743000', '094115.746000', '094115.749000', '094115.752000', '094115.755000', '094115.758000', '094115.761000', '094115.764000', '094115.767000', '094115.770000', '094115.773000', '094115.790000', '094115.793000', '094115.796000', '094115.799000', '094115.801000', '094115.804000', '094115.807000', '094135.671000', '094135.674000', '094135.677000', '094135.680000', '094135.683000', '094135.685000', '094135.688000', '094135.691000', '094135.694000', '094135.697000', '094135.700000', '094135.703000', '094135.706000', '094135.709000', '094135.712000', '094135.715000', '094135.717000', '094135.720000', '094135.723000', '094135.726000', '094135.729000', '094135.732000', '094135.735000', '094135.738000', '094135.741000', '094135.744000', '094135.747000', '094135.749000', '094135.752000', '094135.755000', '094135.758000', '094135.761000', '094135.764000', '094135.767000', '094135.770000', '094135.773000', '094135.776000', '094135.779000', '094135.782000', '094135.784000', '094135.787000', '094135.790000', '094135.793000', '094135.796000', '094155.671000', '094155.674000', '094155.677000', '094155.680000', '094155.683000', '094155.686000', '094155.689000', '094155.691000', '094155.694000', '094155.697000', '094155.700000', '094155.703000', '094155.706000', '094155.709000', '094155.712000', '094155.715000', '094155.718000', '094155.720000', '094155.723000', '094155.726000', '094155.729000', '094155.732000', '094155.735000', '094155.738000', '094155.741000', '094155.744000', '094155.747000', '094155.750000', '094155.753000', '094155.756000', '094155.758000', '094155.761000', '094155.764000', '094155.767000', '094155.770000', '094155.773000', '094155.776000', '094155.779000', '094155.782000', '094155.785000', '094155.788000', '094155.790000', '094155.793000', '094215.671000', '094215.674000', '094215.677000', '094215.680000', '094215.683000', '094215.686000', '094215.689000', '094215.692000', '094215.694000', '094215.697000', '094215.700000', '094215.703000', '094215.706000', '094215.709000', '094215.712000', '094215.715000', '094215.718000', '094215.721000', '094215.723000', '094215.726000', '094215.729000', '094215.732000', '094215.735000', '094215.738000', '094215.741000', '094215.744000', '094215.747000', '094215.750000', '094215.752000', '094215.755000', '094215.758000', '094215.761000', '094215.764000', '094215.767000', '094215.770000', '094215.773000', '094215.776000', '094215.779000', '094215.782000', '094215.785000', '094215.788000', '094215.791000', '094215.793000', '094235.671000', '094235.674000', '094235.677000', '094235.680000', '094235.683000', '094235.686000', '094235.689000', '094235.691000', '094235.694000', '094235.697000', '094235.700000', '094235.703000', '094235.706000', '094235.709000', '094235.712000', '094235.715000', '094235.718000', '094235.721000', '094235.724000', '094235.727000', '094235.730000', '094235.732000', '094235.735000', '094235.738000', '094235.741000', '094235.744000', '094235.747000', '094235.750000', '094235.753000', '094235.756000', '094235.759000', '094235.762000', '094235.764000', '094235.767000', '094235.770000', '094235.773000', '094235.776000', '094235.779000', '094235.782000', '094235.785000', '094235.788000', '094235.791000', '094235.793000', '094235.796000', '094255.671000', '094255.675000', '094255.678000', '094255.681000', '094255.694000', '094255.697000', '094255.700000', '094255.703000', '094255.706000', '094255.708000', '094255.711000', '094255.714000', '094255.717000', '094255.720000', '094255.723000', '094255.726000', '094255.729000', '094255.732000', '094255.735000', '094255.738000', '094255.740000', '094255.743000', '094255.746000', '094255.749000', '094255.752000', '094255.755000', '094255.758000', '094255.761000', '094255.763000', '094255.766000', '094255.769000', '094255.772000', '094255.775000', '094255.778000', '094255.781000', '094255.784000', '094255.787000', '094255.790000', '094255.793000', '094255.795000', '094255.798000', '094255.801000', '094255.804000', '094315.670000', '094315.673000', '094315.676000', '094315.679000', '094315.684000', '094315.687000', '094315.689000', '094315.692000', '094315.695000', '094315.698000', '094315.701000', '094315.704000', '094315.707000', '094315.710000', '094315.712000', '094315.715000', '094315.718000', '094315.721000', '094315.724000', '094315.727000', '094315.730000', '094315.733000', '094315.736000', '094315.739000', '094315.742000', '094315.744000', '094315.747000', '094315.750000', '094315.753000', '094315.756000', '094315.759000', '094315.762000', '094315.765000', '094315.768000', '094315.771000', '094315.774000', '094315.777000', '094315.779000', '094315.782000', '094315.785000', '094315.788000', '094315.791000', '094315.794000', '094315.797000', '094335.671000', '094335.674000', '094335.677000', '094335.680000', '094335.683000', '094335.686000', '094335.689000', '094335.692000', '094335.694000', '094335.697000', '094335.700000', '094335.704000', '094335.708000', '094335.711000', '094335.714000', '094335.716000', '094335.719000', '094335.722000', '094335.725000', '094335.728000', '094335.731000', '094335.734000', '094335.737000', '094335.740000', '094335.743000', '094335.745000', '094335.748000', '094335.751000', '094335.754000', '094335.757000', '094335.760000', '094335.763000', '094335.766000', '094335.769000', '094335.772000', '094335.775000', '094335.777000', '094335.780000', '094335.783000', '094335.786000', '094335.789000', '094335.792000', '094335.795000', '094345.868000', '094345.872000', '094345.875000', '094345.878000', '094345.881000', '094345.884000', '094345.887000', '094345.890000', '094345.893000', '094345.896000', '094345.900000', '094345.903000', '094345.906000', '094345.909000', '094345.911000', '094345.914000', '094345.917000', '094345.920000', '094345.923000', '094345.926000', '094345.929000', '094345.932000', '094345.935000'], 'InstanceCreationTime': ['093715.709000', '093715.712000', '093715.716000', '093715.724000', '093715.727000', '093715.730000', '093715.733000', '093715.736000', '093715.742000', '093715.746000', '093715.749000', '093715.753000', '093715.756000', '093715.759000', '093715.761000', '093715.764000', '093715.767000', '093715.770000', '093715.773000', '093715.776000', '093715.781000', '093715.784000', '093715.787000', '093735.671000', '093735.674000', '093735.677000', '093735.680000', '093735.683000', '093735.686000', '093735.688000', '093735.691000', '093735.703000', '093735.706000', '093735.709000', '093735.712000', '093735.714000', '093735.717000', '093735.720000', '093735.733000', '093735.735000', '093735.738000', '093735.741000', '093735.744000', '093735.747000', '093735.750000', '093735.753000', '093735.756000', '093735.758000', '093735.761000', '093735.764000', '093735.767000', '093735.770000', '093735.773000', '093735.776000', '093735.778000', '093735.781000', '093735.784000', '093735.787000', '093735.790000', '093735.793000', '093735.796000', '093735.799000', '093735.801000', '093735.804000', '093735.807000', '093735.810000', '093735.813000', '093755.671000', '093755.674000', '093755.677000', '093755.680000', '093755.683000', '093755.686000', '093755.688000', '093755.692000', '093755.696000', '093755.699000', '093755.701000', '093755.704000', '093755.707000', '093755.710000', '093755.713000', '093755.716000', '093755.719000', '093755.722000', '093755.725000', '093755.727000', '093755.730000', '093755.733000', '093755.736000', '093755.739000', '093755.742000', '093755.745000', '093755.748000', '093755.751000', '093755.754000', '093755.757000', '093755.760000', '093755.763000', '093755.766000', '093755.769000', '093755.772000', '093755.775000', '093755.800000', '093755.803000', '093755.806000', '093755.809000', '093755.812000', '093755.815000', '093755.817000', '093815.671000', '093815.674000', '093815.688000', '093815.691000', '093815.694000', '093815.696000', '093815.699000', '093815.702000', '093815.705000', '093815.708000', '093815.711000', '093815.714000', '093815.717000', '093815.719000', '093815.722000', '093815.725000', '093815.728000', '093815.731000', '093815.734000', '093815.737000', '093815.740000', '093815.743000', '093815.745000', '093815.748000', '093815.751000', '093815.754000', '093815.757000', '093815.760000', '093815.763000', '093815.766000', '093815.769000', '093815.772000', '093815.775000', '093815.777000', '093815.780000', '093815.783000', '093815.786000', '093815.789000', '093815.792000', '093815.795000', '093815.798000', '093815.800000', '093815.803000', '093815.806000', '093835.671000', '093835.674000', '093835.677000', '093835.680000', '093835.683000', '093835.686000', '093835.688000', '093835.691000', '093835.694000', '093835.697000', '093835.700000', '093835.703000', '093835.706000', '093835.709000', '093835.712000', '093835.715000', '093835.718000', '093835.720000', '093835.723000', '093835.726000', '093835.729000', '093835.732000', '093835.735000', '093835.738000', '093835.741000', '093835.743000', '093835.746000', '093835.749000', '093835.752000', '093835.755000', '093835.758000', '093835.761000', '093835.764000', '093835.767000', '093835.769000', '093835.773000', '093835.776000', '093835.778000', '093835.781000', '093835.784000', '093835.787000', '093835.790000', '093835.793000', '093855.670000', '093855.673000', '093855.676000', '093855.679000', '093855.682000', '093855.685000', '093855.687000', '093855.690000', '093855.693000', '093855.696000', '093855.699000', '093855.702000', '093855.705000', '093855.708000', '093855.711000', '093855.714000', '093855.716000', '093855.719000', '093855.722000', '093855.725000', '093855.728000', '093855.731000', '093855.734000', '093855.737000', '093855.739000', '093855.742000', '093855.745000', '093855.748000', '093855.751000', '093855.754000', '093855.757000', '093855.760000', '093855.763000', '093855.766000', '093855.768000', '093855.771000', '093855.774000', '093855.777000', '093855.780000', '093855.783000', '093855.786000', '093855.789000', '093855.791000', '093855.794000', '093915.671000', '093915.674000', '093915.677000', '093915.680000', '093915.683000', '093915.686000', '093915.689000', '093915.691000', '093915.694000', '093915.697000', '093915.700000', '093915.703000', '093915.706000', '093915.709000', '093915.712000', '093915.715000', '093915.718000', '093915.720000', '093915.723000', '093915.726000', '093915.730000', '093915.733000', '093915.743000', '093915.746000', '093915.749000', '093915.752000', '093915.755000', '093915.758000', '093915.760000', '093915.763000', '093915.766000', '093915.769000', '093915.772000', '093915.775000', '093915.778000', '093915.781000', '093915.784000', '093915.787000', '093915.790000', '093915.793000', '093915.796000', '093915.799000', '093915.801000', '093935.671000', '093935.674000', '093935.677000', '093935.680000', '093935.683000', '093935.685000', '093935.688000', '093935.691000', '093935.695000', '093935.698000', '093935.701000', '093935.704000', '093935.707000', '093935.710000', '093935.712000', '093935.715000', '093935.718000', '093935.721000', '093935.724000', '093935.727000', '093935.730000', '093935.733000', '093935.736000', '093935.738000', '093935.741000', '093935.744000', '093935.747000', '093935.750000', '093935.753000', '093935.756000', '093935.759000', '093935.762000', '093935.764000', '093935.767000', '093935.770000', '093935.773000', '093935.776000', '093935.779000', '093935.782000', '093935.785000', '093935.788000', '093935.791000', '093935.793000', '093935.810000', '093955.671000', '093955.674000', '093955.677000', '093955.680000', '093955.683000', '093955.686000', '093955.688000', '093955.691000', '093955.694000', '093955.697000', '093955.700000', '093955.703000', '093955.706000', '093955.709000', '093955.712000', '093955.715000', '093955.718000', '093955.721000', '093955.723000', '093955.726000', '093955.729000', '093955.732000', '093955.735000', '093955.738000', '093955.741000', '093955.744000', '093955.747000', '093955.750000', '093955.753000', '093955.756000', '093955.759000', '093955.761000', '093955.764000', '093955.767000', '093955.770000', '093955.773000', '093955.776000', '093955.779000', '093955.782000', '093955.785000', '093955.788000', '093955.791000', '093955.794000', '094015.671000', '094015.674000', '094015.677000', '094015.680000', '094015.683000', '094015.685000', '094015.688000', '094015.691000', '094015.694000', '094015.697000', '094015.700000', '094015.703000', '094015.706000', '094015.709000', '094015.711000', '094015.714000', '094015.717000', '094015.720000', '094015.723000', '094015.726000', '094015.729000', '094015.732000', '094015.735000', '094015.738000', '094015.741000', '094015.744000', '094015.747000', '094015.749000', '094015.752000', '094015.755000', '094015.758000', '094015.761000', '094015.764000', '094015.767000', '094015.770000', '094015.773000', '094015.776000', '094015.778000', '094015.781000', '094015.784000', '094015.787000', '094015.790000', '094015.793000', '094015.796000', '094035.671000', '094035.674000', '094035.677000', '094035.680000', '094035.683000', '094035.686000', '094035.688000', '094035.691000', '094035.694000', '094035.697000', '094035.700000', '094035.703000', '094035.706000', '094035.709000', '094035.712000', '094035.715000', '094035.717000', '094035.720000', '094035.723000', '094035.726000', '094035.729000', '094035.732000', '094035.735000', '094035.738000', '094035.741000', '094035.753000', '094035.756000', '094035.759000', '094035.762000', '094035.765000', '094035.770000', '094035.773000', '094035.776000', '094035.779000', '094035.781000', '094035.784000', '094035.787000', '094035.790000', '094035.793000', '094035.796000', '094035.799000', '094035.802000', '094035.805000', '094055.671000', '094055.674000', '094055.677000', '094055.680000', '094055.683000', '094055.686000', '094055.688000', '094055.691000', '094055.694000', '094055.697000', '094055.700000', '094055.703000', '094055.706000', '094055.709000', '094055.712000', '094055.714000', '094055.717000', '094055.720000', '094055.723000', '094055.726000', '094055.729000', '094055.733000', '094055.736000', '094055.739000', '094055.741000', '094055.744000', '094055.747000', '094055.750000', '094055.753000', '094055.756000', '094055.759000', '094055.762000', '094055.765000', '094055.768000', '094055.770000', '094055.773000', '094055.776000', '094055.779000', '094055.782000', '094055.785000', '094055.788000', '094055.791000', '094055.794000', '094055.796000', '094115.670000', '094115.673000', '094115.676000', '094115.679000', '094115.682000', '094115.686000', '094115.688000', '094115.691000', '094115.694000', '094115.697000', '094115.700000', '094115.703000', '094115.706000', '094115.709000', '094115.711000', '094115.714000', '094115.717000', '094115.720000', '094115.723000', '094115.726000', '094115.729000', '094115.732000', '094115.735000', '094115.738000', '094115.741000', '094115.743000', '094115.746000', '094115.749000', '094115.752000', '094115.755000', '094115.758000', '094115.761000', '094115.764000', '094115.767000', '094115.770000', '094115.773000', '094115.790000', '094115.793000', '094115.796000', '094115.799000', '094115.801000', '094115.804000', '094115.807000', '094135.671000', '094135.674000', '094135.677000', '094135.680000', '094135.683000', '094135.685000', '094135.688000', '094135.691000', '094135.694000', '094135.697000', '094135.700000', '094135.703000', '094135.706000', '094135.709000', '094135.712000', '094135.715000', '094135.717000', '094135.720000', '094135.723000', '094135.726000', '094135.729000', '094135.732000', '094135.735000', '094135.738000', '094135.741000', '094135.744000', '094135.747000', '094135.749000', '094135.752000', '094135.755000', '094135.758000', '094135.761000', '094135.764000', '094135.767000', '094135.770000', '094135.773000', '094135.776000', '094135.779000', '094135.782000', '094135.784000', '094135.787000', '094135.790000', '094135.793000', '094135.796000', '094155.671000', '094155.674000', '094155.677000', '094155.680000', '094155.683000', '094155.686000', '094155.689000', '094155.691000', '094155.694000', '094155.697000', '094155.700000', '094155.703000', '094155.706000', '094155.709000', '094155.712000', '094155.715000', '094155.718000', '094155.720000', '094155.723000', '094155.726000', '094155.729000', '094155.732000', '094155.735000', '094155.738000', '094155.741000', '094155.744000', '094155.747000', '094155.750000', '094155.753000', '094155.756000', '094155.758000', '094155.761000', '094155.764000', '094155.767000', '094155.770000', '094155.773000', '094155.776000', '094155.779000', '094155.782000', '094155.785000', '094155.788000', '094155.790000', '094155.793000', '094215.671000', '094215.674000', '094215.677000', '094215.680000', '094215.683000', '094215.686000', '094215.689000', '094215.692000', '094215.694000', '094215.697000', '094215.700000', '094215.703000', '094215.706000', '094215.709000', '094215.712000', '094215.715000', '094215.718000', '094215.721000', '094215.723000', '094215.726000', '094215.729000', '094215.732000', '094215.735000', '094215.738000', '094215.741000', '094215.744000', '094215.747000', '094215.750000', '094215.752000', '094215.755000', '094215.758000', '094215.761000', '094215.764000', '094215.767000', '094215.770000', '094215.773000', '094215.776000', '094215.779000', '094215.782000', '094215.785000', '094215.788000', '094215.791000', '094215.793000', '094235.671000', '094235.674000', '094235.677000', '094235.680000', '094235.683000', '094235.686000', '094235.689000', '094235.691000', '094235.694000', '094235.697000', '094235.700000', '094235.703000', '094235.706000', '094235.709000', '094235.712000', '094235.715000', '094235.718000', '094235.721000', '094235.724000', '094235.727000', '094235.730000', '094235.732000', '094235.735000', '094235.738000', '094235.741000', '094235.744000', '094235.747000', '094235.750000', '094235.753000', '094235.756000', '094235.759000', '094235.762000', '094235.764000', '094235.767000', '094235.770000', '094235.773000', '094235.776000', '094235.779000', '094235.782000', '094235.785000', '094235.788000', '094235.791000', '094235.793000', '094235.796000', '094255.671000', '094255.675000', '094255.678000', '094255.681000', '094255.694000', '094255.697000', '094255.700000', '094255.703000', '094255.706000', '094255.708000', '094255.711000', '094255.714000', '094255.717000', '094255.720000', '094255.723000', '094255.726000', '094255.729000', '094255.732000', '094255.735000', '094255.738000', '094255.740000', '094255.743000', '094255.746000', '094255.749000', '094255.752000', '094255.755000', '094255.758000', '094255.761000', '094255.763000', '094255.766000', '094255.769000', '094255.772000', '094255.775000', '094255.778000', '094255.781000', '094255.784000', '094255.787000', '094255.790000', '094255.793000', '094255.795000', '094255.798000', '094255.801000', '094255.804000', '094315.670000', '094315.673000', '094315.676000', '094315.679000', '094315.684000', '094315.687000', '094315.689000', '094315.692000', '094315.695000', '094315.698000', '094315.701000', '094315.704000', '094315.707000', '094315.710000', '094315.712000', '094315.715000', '094315.718000', '094315.721000', '094315.724000', '094315.727000', '094315.730000', '094315.733000', '094315.736000', '094315.739000', '094315.742000', '094315.744000', '094315.747000', '094315.750000', '094315.753000', '094315.756000', '094315.759000', '094315.762000', '094315.765000', '094315.768000', '094315.771000', '094315.774000', '094315.777000', '094315.779000', '094315.782000', '094315.785000', '094315.788000', '094315.791000', '094315.794000', '094315.797000', '094335.671000', '094335.674000', '094335.677000', '094335.680000', '094335.683000', '094335.686000', '094335.689000', '094335.692000', '094335.694000', '094335.697000', '094335.700000', '094335.704000', '094335.708000', '094335.711000', '094335.714000', '094335.716000', '094335.719000', '094335.722000', '094335.725000', '094335.728000', '094335.731000', '094335.734000', '094335.737000', '094335.740000', '094335.743000', '094335.745000', '094335.748000', '094335.751000', '094335.754000', '094335.757000', '094335.760000', '094335.763000', '094335.766000', '094335.769000', '094335.772000', '094335.775000', '094335.777000', '094335.780000', '094335.783000', '094335.786000', '094335.789000', '094335.792000', '094335.795000', '094345.868000', '094345.872000', '094345.875000', '094345.878000', '094345.881000', '094345.884000', '094345.887000', '094345.890000', '094345.893000', '094345.896000', '094345.900000', '094345.903000', '094345.906000', '094345.909000', '094345.911000', '094345.914000', '094345.917000', '094345.920000', '094345.923000', '094345.926000', '094345.929000', '094345.932000', '094345.935000'], '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': [11652, 14985, 10191, 10817, 14974, 10499, 10738, 14593, 9461, 10588, 14303, 9966, 10562, 14234, 9906, 10449, 14270, 10909, 10965, 14805, 10084, 11621, 13176, 9732, 12112, 13094, 9090, 12158, 9042, 9934, 14118, 10235, 11944, 9078, 11009, 10740, 10364, 15290, 10769, 9445, 13553, 13208, 9376, 13031, 9556, 9505, 14687, 10177, 9809, 13775, 8787, 10250, 15544, 11259, 11021, 15357, 9472, 12358, 15278, 10916, 11186, 10844, 9075, 13648, 10662, 9859, 13512, 9386, 10254, 15054, 10321, 10301, 14658, 9405, 11025, 14990, 10514, 10013, 14100, 9464, 10788, 14926, 11099, 11199, 14911, 10041, 10989, 14382, 10907, 11050, 15155, 10283, 11577, 15785, 10003, 11267, 15653, 10110, 11168, 15493, 9709, 10687, 14964, 9901, 11187, 14862, 10111, 10986, 14267, 10244, 10791, 9374, 8820, 12690, 9279, 9689, 13720, 10356, 10178, 14525, 9733, 11827, 14349, 9750, 11665, 13808, 9155, 11984, 8602, 10132, 14459, 10303, 11533, 8710, 11407, 11280, 9934, 14660, 9185, 10604, 14980, 9905, 9355, 13187, 9310, 10785, 14872, 11000, 11510, 13593, 9125, 11965, 12832, 9306, 13005, 9931, 8911, 12670, 9799, 8907, 13279, 10140, 8789, 12886, 9132, 8877, 13563, 9379, 9606, 13843, 9128, 10222, 14165, 10067, 10423, 14020, 10642, 11019, 14269, 9560, 11942, 15474, 9921, 11829, 11948, 9279, 13304, 10610, 9739, 13606, 9139, 9695, 14726, 10433, 9951, 14268, 9513, 9506, 14648, 9881, 9431, 13460, 9042, 9663, 14682, 10269, 9484, 13358, 8671, 9445, 14383, 9724, 9672, 13985, 8475, 10460, 14775, 10260, 10181, 14023, 8886, 9756, 14227, 10295, 11161, 14637, 10505, 11665, 14745, 9929, 11883, 15280, 9637, 11753, 11823, 8984, 12457, 13607, 9517, 12214, 9045, 9042, 13971, 9567, 9663, 14116, 8857, 10707, 14851, 11099, 11905, 10354, 9164, 13353, 9321, 10665, 15180, 10648, 10830, 11866, 8992, 12660, 9807, 11597, 8507, 10581, 8440, 10427, 12649, 10089, 15044, 10378, 9189, 13567, 9537, 9523, 13710, 9168, 10666, 15137, 10728, 11103, 10093, 8464, 12546, 9187, 9359, 13218, 8421, 10005, 14160, 10797, 10820, 9935, 8994, 13145, 9387, 10030, 14051, 9582, 11370, 13760, 9749, 12478, 8778, 9844, 14025, 10759, 11645, 10230, 8833, 13459, 9377, 10187, 14337, 10290, 10969, 14692, 9314, 12139, 8771, 9261, 13896, 9364, 10733, 14847, 9741, 11194, 11682, 9008, 13201, 8662, 10027, 14039, 10230, 10541, 14566, 9159, 12078, 9409, 9567, 13259, 8955, 11010, 15514, 11059, 11540, 8680, 9087, 13889, 9436, 10523, 15053, 9674, 11949, 12098, 9303, 12413, 8981, 8716, 13770, 9807, 10174, 14392, 10329, 11615, 16332, 10104, 11839, 9047, 9520, 13969, 9462, 11003, 13231, 9714, 13007, 8598, 10823, 14936, 11195, 11532, 11491, 8847, 12974, 9612, 9955, 14574, 9005, 10819, 14654, 10521, 11468, 11633, 8493, 12224, 10024, 9153, 13210, 8473, 10167, 14281, 8998, 10343, 13953, 9797, 11124, 15444, 9972, 11285, 11647, 8822, 11984, 9447, 8891, 12590, 8914, 9525, 13834, 9739, 10068, 13987, 9310, 10416, 14148, 10527, 10769, 14097, 10403, 10612, 15386, 9889, 11746, 15226, 9914, 11798, 11396, 8834, 12610, 14429, 9974, 12230, 14305, 9324, 12347, 15481, 10123, 11968, 15598, 9981, 12117, 14575, 9741, 11647, 14287, 9481, 11880, 13585, 9599, 12538, 9500, 10058, 14193, 9789, 11677, 8675, 11511, 9306, 12634, 16056, 10370, 10122, 14439, 9951, 9784, 14451, 9375, 11081, 14821, 10324, 10726, 16443, 13596, 13187, 14334, 10580, 12626, 9423, 9717, 7987, 10551, 15123, 11981, 14233, 16677, 12602, 13593, 15396, 11916, 12742, 15215, 11670, 12627, 14924, 11557, 11871, 14924, 11518, 12055, 13912, 10483, 11850, 13505, 10133, 12288, 10601, 9835, 12187, 9389, 10156, 12249, 9527, 10715, 14207, 10973, 11559, 9433, 10422, 13181, 10267, 11314, 14830, 11257, 11731, 9457, 10712, 13973, 10678, 11931, 9335, 10634, 14124, 10833, 11949, 15629, 11216, 12050, 9451, 10405, 13289, 10156, 11750, 14711, 10796, 11801, 9125, 10415, 13461, 9898, 11376, 14026, 10385, 11884, 10005, 10567, 13534, 10403, 12131, 14220, 10947, 13034, 9928, 10698, 13691, 10258, 10674, 13724, 9654, 11140, 14708, 10804, 11638, 14325, 10880, 12412, 11044, 10425, 13523, 10798, 10647, 14180, 10345, 11066, 14165, 9679, 10599, 13905, 9804, 10903, 14317, 11220, 11608, 14001, 10763, 12620, 10067, 11629, 10294, 10920, 15152, 11919, 11741, 14517, 10052, 12542, 13626, 9950, 12799, 9723, 10210, 13500, 10264, 10722, 13789, 10022, 11666, 14154, 11408, 12225, 9675, 10294, 13972, 10495, 11567, 14538, 10648, 12488, 10946, 10361, 13372, 10016, 11199, 14067, 10137, 11219, 13801, 11003, 11928, 15403, 11003, 12551, 10430, 10115, 12470, 9942, 10519, 13260, 9925, 10596, 13640, 9798, 10260, 13362, 10195, 11798, 9861, 10177, 13624, 9784, 11927, 14345, 11317, 11947, 11608, 10233, 12963, 10324, 10578, 13363, 9557, 11003, 14513, 11505, 12317, 15322, 10962, 11746, 11184, 9997, 13210, 10148, 11187, 14952, 10741, 11752, 14853, 11075, 11895, 15162, 10745, 12032, 14655, 10623, 12152, 11784, 9793, 12482, 10664, 9709, 12943, 9491, 10623, 14001, 9898, 11289, 14328, 11156, 11789, 13071, 10438, 12508, 12941, 10154, 12080, 9929, 9789, 13222, 10756, 10076, 12799, 10096, 10032, 13985, 10150, 11615, 15055, 11159, 12568, 11837, 10369, 13297, 10039, 10754, 14357, 10625, 11679, 14866, 10342, 11783, 14754, 10910, 12435, 14127, 10526, 12104, 9661, 10691, 13902, 9961, 11654, 14663, 10802, 12328, 13313, 10417, 12426, 10051, 10198, 13400, 9932, 10299, 13936, 9398, 11917, 15108, 11458, 11933, 15248, 10969, 12231, 12680, 10183, 12560, 10512, 10114, 13071, 9555, 10687, 14164, 11208, 11734, 14737, 10784, 12508, 9727, 10457, 13659, 10213, 11806, 14510, 11610, 11632, 11261, 10046, 12739, 10382, 10438, 13572, 9818, 11040, 14484, 10962, 11971, 14281, 10847, 12364, 12174, 10585, 12702, 9730, 10002, 13730, 10329, 11062, 14764, 10823, 11987, 9793, 10642, 13613, 10879, 14456, 11616, 14220, 10727, 11225, 15221, 10031, 10136, 14265, 10234, 10989, 14387, 9994, 11025, 14973, 11098, 11689, 14830, 11084, 12043, 13591, 10670, 12447, 10291, 9977, 13093, 9649, 10781, 14608, 10639, 11317, 14207, 10410, 11837, 14213, 11688, 12025, 9947, 9884, 13573, 10121], 'WindowCenter': [4230.0, 4232.0, 4187.0, 4196.0, 4211.0, 4169.0, 4179.0, 4198.0, 4156.0, 4176.0, 4196.0, 4166.0, 4166.0, 4186.0, 4166.0, 4178.0, 4193.0, 4177.0, 4178.0, 4197.0, 4178.0, 4191.0, 4199.0, 4169.0, 4189.0, 4199.0, 4170.0, 4202.0, 4185.0, 4198.0, 4227.0, 4196.0, 4208.0, 4186.0, 4222.0, 4210.0, 4199.0, 4240.0, 4189.0, 4180.0, 4213.0, 4205.0, 4168.0, 4202.0, 4169.0, 4170.0, 4214.0, 4180.0, 4170.0, 4200.0, 4158.0, 4195.0, 4223.0, 4193.0, 4189.0, 4211.0, 4170.0, 4216.0, 4224.0, 4193.0, 4193.0, 4191.0, 4172.0, 4226.0, 4194.0, 4184.0, 4214.0, 4168.0, 4184.0, 4226.0, 4183.0, 4184.0, 4209.0, 4171.0, 4195.0, 4225.0, 4177.0, 4181.0, 4200.0, 4165.0, 4194.0, 4213.0, 4192.0, 4191.0, 4209.0, 4170.0, 4181.0, 4200.0, 4179.0, 4179.0, 4199.0, 4169.0, 4190.0, 4209.0, 4167.0, 4178.0, 4197.0, 4167.0, 4176.0, 4196.0, 4155.0, 4166.0, 4196.0, 4163.0, 4178.0, 4197.0, 4166.0, 4178.0, 4197.0, 4167.0, 4178.0, 4156.0, 4159.0, 4189.0, 4169.0, 4182.0, 4201.0, 4182.0, 4182.0, 4211.0, 4183.0, 4204.0, 4213.0, 4171.0, 4193.0, 4201.0, 4172.0, 4218.0, 4174.0, 4184.0, 4214.0, 4195.0, 4193.0, 4170.0, 4208.0, 4205.0, 4184.0, 4215.0, 4172.0, 4194.0, 4215.0, 4169.0, 4167.0, 4191.0, 4169.0, 4179.0, 4213.0, 4181.0, 4191.0, 4201.0, 4158.0, 4179.0, 4189.0, 4159.0, 4190.0, 4167.0, 4157.0, 4188.0, 4154.0, 4158.0, 4189.0, 4167.0, 4147.0, 4189.0, 4156.0, 4159.0, 4199.0, 4157.0, 4169.0, 4199.0, 4170.0, 4182.0, 4201.0, 4170.0, 4182.0, 4212.0, 4182.0, 4195.0, 4213.0, 4172.0, 4205.0, 4224.0, 4184.0, 4202.0, 4193.0, 4184.0, 4212.0, 4190.0, 4186.0, 4215.0, 4173.0, 4180.0, 4226.0, 4193.0, 4184.0, 4215.0, 4171.0, 4184.0, 4211.0, 4171.0, 4172.0, 4201.0, 4159.0, 4171.0, 4213.0, 4170.0, 4171.0, 4201.0, 4159.0, 4172.0, 4215.0, 4171.0, 4171.0, 4201.0, 4160.0, 4195.0, 4214.0, 4181.0, 4182.0, 4201.0, 4171.0, 4181.0, 4213.0, 4181.0, 4193.0, 4215.0, 4194.0, 4205.0, 4214.0, 4183.0, 4205.0, 4221.0, 4183.0, 4205.0, 4191.0, 4173.0, 4207.0, 4213.0, 4171.0, 4192.0, 4159.0, 4172.0, 4214.0, 4171.0, 4172.0, 4201.0, 4160.0, 4180.0, 4213.0, 4181.0, 4192.0, 4177.0, 4171.0, 4201.0, 4172.0, 4183.0, 4201.0, 4181.0, 4180.0, 4190.0, 4172.0, 4204.0, 4185.0, 4205.0, 4175.0, 4194.0, 4162.0, 4197.0, 4217.0, 4186.0, 4216.0, 4171.0, 4175.0, 4204.0, 4155.0, 4160.0, 4188.0, 4157.0, 4181.0, 4194.0, 4179.0, 4180.0, 4166.0, 4146.0, 4191.0, 4157.0, 4158.0, 4188.0, 4146.0, 4169.0, 4200.0, 4179.0, 4179.0, 4162.0, 4159.0, 4202.0, 4160.0, 4171.0, 4201.0, 4170.0, 4183.0, 4201.0, 4170.0, 4190.0, 4160.0, 4167.0, 4202.0, 4182.0, 4193.0, 4170.0, 4161.0, 4204.0, 4174.0, 4181.0, 4197.0, 4172.0, 4180.0, 4213.0, 4170.0, 4192.0, 4159.0, 4160.0, 4203.0, 4171.0, 4181.0, 4199.0, 4168.0, 4180.0, 4191.0, 4160.0, 4197.0, 4160.0, 4171.0, 4213.0, 4182.0, 4183.0, 4210.0, 4170.0, 4204.0, 4173.0, 4185.0, 4204.0, 4172.0, 4196.0, 4224.0, 4195.0, 4194.0, 4161.0, 4175.0, 4215.0, 4172.0, 4185.0, 4213.0, 4173.0, 4193.0, 4194.0, 4172.0, 4193.0, 4160.0, 4175.0, 4202.0, 4172.0, 4184.0, 4213.0, 4184.0, 4206.0, 4224.0, 4178.0, 4192.0, 4172.0, 4172.0, 4197.0, 4171.0, 4194.0, 4204.0, 4171.0, 4201.0, 4160.0, 4182.0, 4213.0, 4176.0, 4180.0, 4179.0, 4160.0, 4188.0, 4169.0, 4170.0, 4201.0, 4156.0, 4167.0, 4201.0, 4168.0, 4179.0, 4176.0, 4146.0, 4189.0, 4157.0, 4157.0, 4188.0, 4134.0, 4168.0, 4199.0, 4158.0, 4168.0, 4187.0, 4169.0, 4180.0, 4200.0, 4168.0, 4180.0, 4177.0, 4160.0, 4181.0, 4159.0, 4159.0, 4190.0, 4161.0, 4172.0, 4204.0, 4172.0, 4171.0, 4201.0, 4173.0, 4183.0, 4204.0, 4181.0, 4183.0, 4213.0, 4182.0, 4184.0, 4211.0, 4172.0, 4193.0, 4214.0, 4172.0, 4193.0, 4193.0, 4173.0, 4206.0, 4213.0, 4173.0, 4194.0, 4203.0, 4173.0, 4204.0, 4213.0, 4171.0, 4193.0, 4213.0, 4184.0, 4203.0, 4214.0, 4173.0, 4194.0, 4215.0, 4170.0, 4206.0, 4216.0, 4185.0, 4204.0, 4185.0, 4187.0, 4227.0, 4200.0, 4202.0, 4174.0, 4221.0, 4197.0, 4222.0, 4241.0, 4183.0, 4183.0, 4214.0, 4184.0, 4175.0, 4200.0, 4168.0, 4193.0, 4216.0, 4184.0, 4210.0, 4241.0, 4216.0, 4207.0, 4217.0, 4196.0, 4207.0, 4173.0, 4160.0, 4150.0, 4195.0, 4227.0, 4208.0, 4233.0, 4228.0, 4201.0, 4207.0, 4226.0, 4203.0, 4208.0, 4215.0, 4193.0, 4194.0, 4201.0, 4182.0, 4181.0, 4215.0, 4197.0, 4196.0, 4191.0, 4171.0, 4180.0, 4191.0, 4167.0, 4180.0, 4167.0, 4156.0, 4164.0, 4131.0, 4143.0, 4162.0, 4156.0, 4168.0, 4185.0, 4163.0, 4165.0, 4143.0, 4166.0, 4177.0, 4168.0, 4180.0, 4198.0, 4179.0, 4181.0, 4159.0, 4169.0, 4201.0, 4183.0, 4193.0, 4161.0, 4182.0, 4201.0, 4183.0, 4194.0, 4214.0, 4182.0, 4193.0, 4172.0, 4178.0, 4203.0, 4186.0, 4192.0, 4213.0, 4184.0, 4194.0, 4174.0, 4197.0, 4218.0, 4187.0, 4204.0, 4231.0, 4200.0, 4209.0, 4187.0, 4198.0, 4218.0, 4199.0, 4233.0, 4231.0, 4211.0, 4218.0, 4199.0, 4209.0, 4234.0, 4201.0, 4200.0, 4221.0, 4190.0, 4212.0, 4232.0, 4196.0, 4211.0, 4226.0, 4200.0, 4222.0, 4211.0, 4200.0, 4219.0, 4195.0, 4195.0, 4232.0, 4187.0, 4198.0, 4229.0, 4198.0, 4199.0, 4217.0, 4186.0, 4210.0, 4230.0, 4209.0, 4211.0, 4225.0, 4197.0, 4223.0, 4197.0, 4207.0, 4200.0, 4226.0, 4246.0, 4210.0, 4210.0, 4219.0, 4183.0, 4221.0, 4205.0, 4186.0, 4204.0, 4171.0, 4184.0, 4218.0, 4185.0, 4185.0, 4204.0, 4173.0, 4194.0, 4216.0, 4197.0, 4206.0, 4171.0, 4198.0, 4220.0, 4187.0, 4197.0, 4215.0, 4187.0, 4208.0, 4198.0, 4188.0, 4217.0, 4185.0, 4196.0, 4218.0, 4184.0, 4198.0, 4205.0, 4181.0, 4194.0, 4217.0, 4196.0, 4206.0, 4185.0, 4181.0, 4206.0, 4184.0, 4198.0, 4207.0, 4173.0, 4185.0, 4227.0, 4185.0, 4200.0, 4213.0, 4198.0, 4209.0, 4200.0, 4200.0, 4228.0, 4198.0, 4209.0, 4225.0, 4210.0, 4223.0, 4210.0, 4194.0, 4216.0, 4199.0, 4197.0, 4213.0, 4188.0, 4211.0, 4226.0, 4207.0, 4209.0, 4229.0, 4208.0, 4208.0, 4195.0, 4187.0, 4215.0, 4187.0, 4198.0, 4229.0, 4196.0, 4195.0, 4217.0, 4196.0, 4197.0, 4216.0, 4184.0, 4192.0, 4213.0, 4184.0, 4193.0, 4193.0, 4173.0, 4192.0, 4183.0, 4174.0, 4204.0, 4173.0, 4185.0, 4215.0, 4185.0, 4197.0, 4215.0, 4197.0, 4208.0, 4207.0, 4186.0, 4210.0, 4208.0, 4184.0, 4208.0, 4184.0, 4189.0, 4219.0, 4186.0, 4187.0, 4208.0, 4199.0, 4200.0, 4215.0, 4189.0, 4210.0, 4228.0, 4207.0, 4218.0, 4207.0, 4197.0, 4218.0, 4187.0, 4207.0, 4230.0, 4195.0, 4198.0, 4215.0, 4196.0, 4210.0, 4228.0, 4198.0, 4209.0, 4230.0, 4198.0, 4207.0, 4187.0, 4196.0, 4219.0, 4199.0, 4206.0, 4226.0, 4197.0, 4219.0, 4220.0, 4198.0, 4208.0, 4187.0, 4185.0, 4216.0, 4186.0, 4187.0, 4213.0, 4176.0, 4193.0, 4216.0, 4193.0, 4198.0, 4217.0, 4186.0, 4195.0, 4203.0, 4185.0, 4204.0, 4182.0, 4172.0, 4204.0, 4171.0, 4184.0, 4204.0, 4184.0, 4190.0, 4215.0, 4197.0, 4203.0, 4170.0, 4183.0, 4204.0, 4183.0, 4208.0, 4214.0, 4196.0, 4196.0, 4182.0, 4188.0, 4213.0, 4187.0, 4185.0, 4202.0, 4185.0, 4205.0, 4219.0, 4197.0, 4208.0, 4215.0, 4199.0, 4220.0, 4206.0, 4198.0, 4207.0, 4183.0, 4200.0, 4231.0, 4196.0, 4209.0, 4230.0, 4211.0, 4221.0, 4201.0, 4214.0, 4228.0, 4212.0, 4244.0, 4220.0, 4235.0, 4209.0, 4213.0, 4229.0, 4187.0, 4184.0, 4217.0, 4184.0, 4184.0, 4215.0, 4174.0, 4185.0, 4212.0, 4184.0, 4195.0, 4205.0, 4183.0, 4193.0, 4202.0, 4185.0, 4204.0, 4183.0, 4186.0, 4205.0, 4175.0, 4196.0, 4229.0, 4185.0, 4199.0, 4216.0, 4199.0, 4209.0, 4219.0, 4209.0, 4206.0, 4187.0, 4185.0, 4218.0, 4200.0], 'WindowWidth': [9382.0, 9371.0, 9298.0, 9308.0, 9321.0, 9257.0, 9269.0, 9293.0, 9235.0, 9264.0, 9290.0, 9246.0, 9247.0, 9272.0, 9247.0, 9266.0, 9283.0, 9262.0, 9264.0, 9289.0, 9269.0, 9289.0, 9295.0, 9256.0, 9283.0, 9295.0, 9258.0, 9303.0, 9285.0, 9308.0, 9346.0, 9303.0, 9320.0, 9291.0, 9347.0, 9329.0, 9312.0, 9369.0, 9288.0, 9274.0, 9325.0, 9313.0, 9254.0, 9304.0, 9253.0, 9258.0, 9323.0, 9272.0, 9257.0, 9297.0, 9239.0, 9299.0, 9335.0, 9295.0, 9285.0, 9314.0, 9258.0, 9330.0, 9341.0, 9293.0, 9294.0, 9288.0, 9266.0, 9344.0, 9298.0, 9284.0, 9324.0, 9257.0, 9282.0, 9344.0, 9281.0, 9282.0, 9313.0, 9260.0, 9300.0, 9342.0, 9266.0, 9272.0, 9297.0, 9249.0, 9297.0, 9323.0, 9289.0, 9288.0, 9312.0, 9257.0, 9274.0, 9299.0, 9268.0, 9268.0, 9296.0, 9254.0, 9284.0, 9312.0, 9248.0, 9264.0, 9293.0, 9248.0, 9260.0, 9289.0, 9229.0, 9246.0, 9286.0, 9241.0, 9264.0, 9291.0, 9245.0, 9263.0, 9290.0, 9249.0, 9264.0, 9232.0, 9239.0, 9280.0, 9256.0, 9276.0, 9302.0, 9276.0, 9276.0, 9316.0, 9280.0, 9310.0, 9320.0, 9260.0, 9292.0, 9302.0, 9263.0, 9337.0, 9272.0, 9282.0, 9323.0, 9299.0, 9293.0, 9262.0, 9322.0, 9316.0, 9284.0, 9326.0, 9263.0, 9297.0, 9328.0, 9256.0, 9252.0, 9286.0, 9254.0, 9269.0, 9321.0, 9273.0, 9287.0, 9299.0, 9237.0, 9267.0, 9283.0, 9240.0, 9283.0, 9247.0, 9234.0, 9277.0, 9228.0, 9239.0, 9281.0, 9248.0, 9220.0, 9278.0, 9231.0, 9240.0, 9295.0, 9234.0, 9253.0, 9293.0, 9259.0, 9276.0, 9302.0, 9257.0, 9276.0, 9319.0, 9278.0, 9296.0, 9319.0, 9264.0, 9313.0, 9338.0, 9281.0, 9306.0, 9293.0, 9283.0, 9323.0, 9288.0, 9286.0, 9326.0, 9265.0, 9276.0, 9343.0, 9293.0, 9283.0, 9328.0, 9263.0, 9281.0, 9321.0, 9261.0, 9262.0, 9301.0, 9240.0, 9259.0, 9321.0, 9258.0, 9260.0, 9299.0, 9239.0, 9264.0, 9328.0, 9260.0, 9262.0, 9300.0, 9244.0, 9299.0, 9325.0, 9273.0, 9276.0, 9300.0, 9261.0, 9277.0, 9320.0, 9276.0, 9293.0, 9326.0, 9298.0, 9312.0, 9324.0, 9280.0, 9312.0, 9335.0, 9280.0, 9312.0, 9289.0, 9266.0, 9318.0, 9322.0, 9263.0, 9291.0, 9241.0, 9263.0, 9324.0, 9261.0, 9262.0, 9301.0, 9242.0, 9271.0, 9321.0, 9274.0, 9288.0, 9265.0, 9258.0, 9299.0, 9261.0, 9278.0, 9302.0, 9272.0, 9270.0, 9284.0, 9263.0, 9308.0, 9286.0, 9313.0, 9272.0, 9295.0, 9249.0, 9304.0, 9331.0, 9287.0, 9332.0, 9260.0, 9270.0, 9309.0, 9233.0, 9240.0, 9277.0, 9233.0, 9272.0, 9289.0, 9265.0, 9267.0, 9244.0, 9218.0, 9285.0, 9235.0, 9236.0, 9275.0, 9217.0, 9253.0, 9298.0, 9266.0, 9268.0, 9240.0, 9240.0, 9303.0, 9243.0, 9259.0, 9297.0, 9255.0, 9276.0, 9302.0, 9257.0, 9285.0, 9241.0, 9251.0, 9304.0, 9274.0, 9290.0, 9257.0, 9245.0, 9307.0, 9267.0, 9274.0, 9294.0, 9260.0, 9272.0, 9320.0, 9256.0, 9288.0, 9238.0, 9241.0, 9304.0, 9260.0, 9270.0, 9296.0, 9250.0, 9271.0, 9286.0, 9242.0, 9293.0, 9242.0, 9260.0, 9321.0, 9274.0, 9278.0, 9311.0, 9259.0, 9310.0, 9264.0, 9284.0, 9307.0, 9263.0, 9301.0, 9337.0, 9299.0, 9294.0, 9245.0, 9272.0, 9325.0, 9264.0, 9282.0, 9319.0, 9265.0, 9292.0, 9294.0, 9262.0, 9290.0, 9244.0, 9269.0, 9304.0, 9262.0, 9278.0, 9321.0, 9282.0, 9313.0, 9337.0, 9267.0, 9290.0, 9262.0, 9263.0, 9294.0, 9257.0, 9295.0, 9307.0, 9261.0, 9301.0, 9243.0, 9273.0, 9321.0, 9265.0, 9272.0, 9268.0, 9241.0, 9279.0, 9253.0, 9255.0, 9298.0, 9231.0, 9248.0, 9301.0, 9250.0, 9266.0, 9258.0, 9218.0, 9281.0, 9233.0, 9233.0, 9276.0, 9199.0, 9250.0, 9294.0, 9235.0, 9249.0, 9274.0, 9252.0, 9271.0, 9295.0, 9250.0, 9267.0, 9262.0, 9243.0, 9270.0, 9239.0, 9241.0, 9282.0, 9245.0, 9261.0, 9309.0, 9260.0, 9259.0, 9301.0, 9265.0, 9277.0, 9307.0, 9271.0, 9276.0, 9320.0, 9273.0, 9278.0, 9313.0, 9260.0, 9292.0, 9322.0, 9261.0, 9292.0, 9288.0, 9264.0, 9314.0, 9319.0, 9263.0, 9294.0, 9303.0, 9264.0, 9309.0, 9319.0, 9259.0, 9290.0, 9319.0, 9281.0, 9307.0, 9323.0, 9264.0, 9293.0, 9326.0, 9260.0, 9315.0, 9325.0, 9283.0, 9310.0, 9286.0, 9289.0, 9345.0, 9310.0, 9308.0, 9273.0, 9342.0, 9308.0, 9345.0, 9373.0, 9281.0, 9280.0, 9326.0, 9280.0, 9267.0, 9299.0, 9254.0, 9292.0, 9327.0, 9282.0, 9324.0, 9372.0, 9325.0, 9314.0, 9330.0, 9299.0, 9315.0, 9263.0, 9238.0, 9230.0, 9298.0, 9346.0, 9318.0, 9359.0, 9351.0, 9303.0, 9315.0, 9344.0, 9309.0, 9320.0, 9328.0, 9292.0, 9293.0, 9304.0, 9272.0, 9270.0, 9328.0, 9305.0, 9301.0, 9291.0, 9258.0, 9271.0, 9288.0, 9248.0, 9268.0, 9247.0, 9228.0, 9237.0, 9188.0, 9205.0, 9230.0, 9227.0, 9251.0, 9267.0, 9237.0, 9242.0, 9209.0, 9243.0, 9260.0, 9250.0, 9268.0, 9292.0, 9265.0, 9270.0, 9238.0, 9253.0, 9299.0, 9277.0, 9291.0, 9246.0, 9276.0, 9302.0, 9275.0, 9294.0, 9323.0, 9276.0, 9291.0, 9260.0, 9268.0, 9304.0, 9287.0, 9289.0, 9319.0, 9279.0, 9293.0, 9265.0, 9305.0, 9331.0, 9287.0, 9311.0, 9356.0, 9314.0, 9321.0, 9290.0, 9306.0, 9334.0, 9310.0, 9363.0, 9357.0, 9330.0, 9337.0, 9310.0, 9327.0, 9365.0, 9314.0, 9313.0, 9342.0, 9297.0, 9333.0, 9359.0, 9305.0, 9326.0, 9347.0, 9313.0, 9343.0, 9328.0, 9311.0, 9339.0, 9303.0, 9304.0, 9359.0, 9289.0, 9306.0, 9353.0, 9308.0, 9310.0, 9334.0, 9287.0, 9326.0, 9353.0, 9322.0, 9326.0, 9345.0, 9306.0, 9346.0, 9305.0, 9319.0, 9310.0, 9356.0, 9387.0, 9326.0, 9324.0, 9334.0, 9280.0, 9341.0, 9312.0, 9285.0, 9308.0, 9258.0, 9283.0, 9331.0, 9281.0, 9282.0, 9305.0, 9262.0, 9296.0, 9326.0, 9300.0, 9313.0, 9261.0, 9305.0, 9337.0, 9288.0, 9302.0, 9324.0, 9287.0, 9318.0, 9306.0, 9291.0, 9330.0, 9284.0, 9300.0, 9333.0, 9283.0, 9302.0, 9312.0, 9275.0, 9294.0, 9330.0, 9298.0, 9312.0, 9283.0, 9274.0, 9312.0, 9281.0, 9303.0, 9315.0, 9266.0, 9284.0, 9348.0, 9286.0, 9310.0, 9322.0, 9305.0, 9324.0, 9314.0, 9314.0, 9348.0, 9307.0, 9322.0, 9344.0, 9324.0, 9346.0, 9326.0, 9299.0, 9333.0, 9308.0, 9306.0, 9324.0, 9291.0, 9327.0, 9342.0, 9317.0, 9321.0, 9353.0, 9322.0, 9319.0, 9299.0, 9288.0, 9326.0, 9287.0, 9305.0, 9349.0, 9298.0, 9297.0, 9331.0, 9300.0, 9300.0, 9329.0, 9278.0, 9289.0, 9322.0, 9279.0, 9292.0, 9291.0, 9262.0, 9288.0, 9276.0, 9264.0, 9305.0, 9261.0, 9282.0, 9322.0, 9283.0, 9302.0, 9324.0, 9300.0, 9317.0, 9314.0, 9285.0, 9324.0, 9319.0, 9281.0, 9317.0, 9280.0, 9294.0, 9335.0, 9286.0, 9288.0, 9318.0, 9307.0, 9312.0, 9328.0, 9294.0, 9323.0, 9348.0, 9320.0, 9335.0, 9320.0, 9304.0, 9333.0, 9291.0, 9319.0, 9354.0, 9300.0, 9304.0, 9330.0, 9302.0, 9324.0, 9348.0, 9306.0, 9320.0, 9356.0, 9307.0, 9318.0, 9287.0, 9301.0, 9334.0, 9309.0, 9315.0, 9345.0, 9303.0, 9336.0, 9340.0, 9304.0, 9318.0, 9287.0, 9285.0, 9331.0, 9287.0, 9289.0, 9323.0, 9272.0, 9294.0, 9330.0, 9297.0, 9303.0, 9331.0, 9283.0, 9296.0, 9307.0, 9283.0, 9308.0, 9275.0, 9261.0, 9304.0, 9261.0, 9279.0, 9307.0, 9278.0, 9286.0, 9324.0, 9301.0, 9306.0, 9259.0, 9279.0, 9306.0, 9280.0, 9320.0, 9325.0, 9299.0, 9299.0, 9276.0, 9291.0, 9324.0, 9287.0, 9284.0, 9307.0, 9285.0, 9314.0, 9335.0, 9301.0, 9318.0, 9327.0, 9310.0, 9337.0, 9317.0, 9305.0, 9316.0, 9282.0, 9312.0, 9355.0, 9302.0, 9324.0, 9351.0, 9327.0, 9341.0, 9312.0, 9333.0, 9352.0, 9331.0, 9377.0, 9342.0, 9368.0, 9325.0, 9330.0, 9357.0, 9287.0, 9281.0, 9329.0, 9282.0, 9279.0, 9325.0, 9263.0, 9280.0, 9318.0, 9279.0, 9293.0, 9311.0, 9275.0, 9289.0, 9304.0, 9281.0, 9307.0, 9278.0, 9282.0, 9310.0, 9268.0, 9301.0, 9346.0, 9283.0, 9304.0, 9327.0, 9305.0, 9322.0, 9335.0, 9319.0, 9314.0, 9285.0, 9285.0, 9333.0, 9308.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.006141857798165138</td></tr>
<tr><td colspan=3>aqi</td><td>0.0630740116972477</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.170570404018434</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0997027122847294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9512147982204361</td></tr>
<tr><td colspan=3>efc</td><td>0.5314</td></tr>
<tr><td colspan=3>fber</td><td>3066.7419</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09792933682855812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.931192660550459</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7906922769014586</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6656112091741493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.981724928910138</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7247406926200886</td></tr>
<tr><td colspan=3>gcor</td><td>0.00720056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004444705322384834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032839104533195496</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.963277430590528</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>12.0317</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.1648</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.6611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288306.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1210.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.7988</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5378</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.9666</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3286.9662</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.5423</td></tr>
<tr><td colspan=3>tsnr</td><td>28.18111008941196</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>