<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0021_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0021_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0021_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-03/func/sub-0021_ses-03_task-social_acq-mb8_run-01_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>69b5404c3292a546e3a7cb75b16b40d7</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>13:34:6.647500</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.999904, -0.00606079, 0.0124279, 0.00610821, 0.999974, -0.00378182]</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-01_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.100817</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7757, -7248, 554, -38, 2, -37, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5688ca8b-ea0b-4d13-b122-02ee12d41ede||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.6826703548431396, 0.01638789102435112, 0.033492524176836014, 111.96635437011719], [0.016260646283626556, 2.6828577518463135, -0.010414899326860905, -98.06129455566406], [0.03334309533238411, 0.01014634594321251, 2.6997721195220947, -57.33991622924805], [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': ['133406.647500', '133407.107500', '133407.567500', '133408.027500', '133408.487500', '133408.947500', '133409.407500', '133409.867500', '133410.327500', '133410.787500', '133411.247500', '133411.707500', '133412.167500', '133412.627500', '133413.087500', '133413.547500', '133414.007500', '133414.467500', '133414.927500', '133415.387500', '133415.847500', '133416.307500', '133416.767500', '133417.227500', '133417.687500', '133418.147500', '133418.607500', '133419.067500', '133419.527500', '133419.987500', '133420.447500', '133420.907500', '133421.367500', '133421.827500', '133422.287500', '133422.747500', '133423.207500', '133423.667500', '133424.127500', '133424.587500', '133425.047500', '133425.507500', '133425.967500', '133426.427500', '133426.887500', '133427.347500', '133427.807500', '133428.267500', '133428.727500', '133429.187500', '133429.647500', '133430.107500', '133430.567500', '133431.027500', '133431.487500', '133431.947500', '133432.407500', '133432.867500', '133433.327500', '133433.787500', '133434.247500', '133434.707500', '133435.167500', '133435.627500', '133436.087500', '133436.547500', '133437.007500', '133437.467500', '133437.927500', '133438.387500', '133438.847500', '133439.307500', '133439.767500', '133440.227500', '133440.687500', '133441.147500', '133441.607500', '133442.067500', '133442.527500', '133442.987500', '133443.447500', '133443.907500', '133444.367500', '133444.827500', '133445.287500', '133445.747500', '133446.207500', '133446.667500', '133447.127500', '133447.587500', '133448.047500', '133448.507500', '133448.967500', '133449.427500', '133449.887500', '133450.347500', '133450.807500', '133451.267500', '133451.727500', '133452.187500', '133452.647500', '133453.107500', '133453.567500', '133454.027500', '133454.487500', '133454.947500', '133455.407500', '133455.867500', '133456.327500', '133456.787500', '133457.247500', '133457.707500', '133458.167500', '133458.627500', '133459.087500', '133459.547500', '133500.007500', '133500.467500', '133500.927500', '133501.387500', '133501.847500', '133502.307500', '133502.767500', '133503.227500', '133503.687500', '133504.147500', '133504.607500', '133505.067500', '133505.527500', '133505.987500', '133506.447500', '133506.907500', '133507.367500', '133507.827500', '133508.287500', '133508.747500', '133509.207500', '133509.667500', '133510.127500', '133510.587500', '133511.047500', '133511.507500', '133511.967500', '133512.427500', '133512.887500', '133513.347500', '133513.807500', '133514.267500', '133514.727500', '133515.187500', '133515.647500', '133516.107500', '133516.567500', '133517.027500', '133517.487500', '133517.947500', '133518.407500', '133518.867500', '133519.327500', '133519.787500', '133520.247500', '133520.707500', '133521.167500', '133521.627500', '133522.087500', '133522.547500', '133523.007500', '133523.467500', '133523.927500', '133524.387500', '133524.847500', '133525.307500', '133525.767500', '133526.227500', '133526.687500', '133527.147500', '133527.607500', '133528.067500', '133528.527500', '133528.987500', '133529.447500', '133529.907500', '133530.367500', '133530.827500', '133531.287500', '133531.747500', '133532.207500', '133532.667500', '133533.127500', '133533.587500', '133534.047500', '133534.507500', '133534.967500', '133535.427500', '133535.887500', '133536.347500', '133536.807500', '133537.267500', '133537.727500', '133538.187500', '133538.647500', '133539.107500', '133539.567500', '133540.027500', '133540.487500', '133540.947500', '133541.407500', '133541.867500', '133542.327500', '133542.787500', '133543.247500', '133543.707500', '133544.167500', '133544.627500', '133545.087500', '133545.547500', '133546.007500', '133546.467500', '133546.927500', '133547.387500', '133547.847500', '133548.307500', '133548.767500', '133549.227500', '133549.687500', '133550.147500', '133550.607500', '133551.067500', '133551.527500', '133551.987500', '133552.447500', '133552.907500', '133553.367500', '133553.827500', '133554.287500', '133554.747500', '133555.207500', '133555.667500', '133556.127500', '133556.587500', '133557.047500', '133557.507500', '133557.967500', '133558.427500', '133558.887500', '133559.347500', '133559.807500', '133600.267500', '133600.727500', '133601.187500', '133601.647500', '133602.107500', '133602.567500', '133603.027500', '133603.487500', '133603.947500', '133604.407500', '133604.867500', '133605.327500', '133605.787500', '133606.247500', '133606.707500', '133607.167500', '133607.627500', '133608.087500', '133608.547500', '133609.007500', '133609.467500', '133609.927500', '133610.387500', '133610.847500', '133611.307500', '133611.767500', '133612.227500', '133612.687500', '133613.147500', '133613.607500', '133614.067500', '133614.527500', '133614.987500', '133615.447500', '133615.907500', '133616.367500', '133616.827500', '133617.287500', '133617.747500', '133618.207500', '133618.667500', '133619.127500', '133619.587500', '133620.047500', '133620.507500', '133620.967500', '133621.427500', '133621.887500', '133622.347500', '133622.807500', '133623.267500', '133623.727500', '133624.187500', '133624.647500', '133625.107500', '133625.567500', '133626.027500', '133626.487500', '133626.947500', '133627.407500', '133627.867500', '133628.327500', '133628.787500', '133629.247500', '133629.707500', '133630.167500', '133630.627500', '133631.087500', '133631.547500', '133632.007500', '133632.467500', '133632.927500', '133633.387500', '133633.847500', '133634.307500', '133634.767500', '133635.227500', '133635.687500', '133636.147500', '133636.607500', '133637.067500', '133637.527500', '133637.987500', '133638.447500', '133638.907500', '133639.367500', '133639.827500', '133640.287500', '133640.747500', '133641.207500', '133641.667500', '133642.127500', '133642.587500', '133643.047500', '133643.507500', '133643.967500', '133644.427500', '133644.887500', '133645.347500', '133645.807500', '133646.267500', '133646.727500', '133647.187500', '133647.647500', '133648.107500', '133648.567500', '133649.027500', '133649.487500', '133649.947500', '133650.407500', '133650.867500', '133651.327500', '133651.787500', '133652.247500', '133652.707500', '133653.167500', '133653.627500', '133654.087500', '133654.547500', '133655.007500', '133655.467500', '133655.927500', '133656.387500', '133656.847500', '133657.307500', '133657.767500', '133658.227500', '133658.687500', '133659.147500', '133659.607500', '133700.067500', '133700.527500', '133700.987500', '133701.447500', '133701.907500', '133702.367500', '133702.827500', '133703.287500', '133703.747500', '133704.207500', '133704.667500', '133705.127500', '133705.587500', '133706.047500', '133706.507500', '133706.967500', '133707.427500', '133707.887500', '133708.347500', '133708.807500', '133709.267500', '133709.727500', '133710.187500', '133710.647500', '133711.107500', '133711.567500', '133712.027500', '133712.487500', '133712.947500', '133713.407500', '133713.867500', '133714.327500', '133714.787500', '133715.247500', '133715.707500', '133716.167500', '133716.627500', '133717.087500', '133717.547500', '133718.007500', '133718.467500', '133718.927500', '133719.387500', '133719.847500', '133720.307500', '133720.767500', '133721.227500', '133721.687500', '133722.147500', '133722.607500', '133723.067500', '133723.527500', '133723.987500', '133724.447500', '133724.907500', '133725.367500', '133725.827500', '133726.287500', '133726.747500', '133727.207500', '133727.667500', '133728.127500', '133728.587500', '133729.047500', '133729.507500', '133729.967500', '133730.427500', '133730.887500', '133731.347500', '133731.807500', '133732.267500', '133732.727500', '133733.187500', '133733.647500', '133734.107500', '133734.567500', '133735.027500', '133735.487500', '133735.947500', '133736.407500', '133736.867500', '133737.327500', '133737.787500', '133738.247500', '133738.707500', '133739.167500', '133739.627500', '133740.087500', '133740.547500', '133741.007500', '133741.467500', '133741.927500', '133742.387500', '133742.847500', '133743.307500', '133743.767500', '133744.227500', '133744.687500', '133745.147500', '133745.607500', '133746.067500', '133746.527500', '133746.987500', '133747.447500', '133747.907500', '133748.367500', '133748.827500', '133749.287500', '133749.747500', '133750.207500', '133750.667500', '133751.127500', '133751.587500', '133752.047500', '133752.507500', '133752.967500', '133753.427500', '133753.887500', '133754.347500', '133754.807500', '133755.267500', '133755.727500', '133756.187500', '133756.647500', '133757.107500', '133757.567500', '133758.027500', '133758.487500', '133758.947500', '133759.407500', '133759.867500', '133800.327500', '133800.787500', '133801.247500', '133801.707500', '133802.167500', '133802.627500', '133803.087500', '133803.547500', '133804.007500', '133804.467500', '133804.927500', '133805.387500', '133805.847500', '133806.307500', '133806.767500', '133807.227500', '133807.687500', '133808.147500', '133808.607500', '133809.067500', '133809.527500', '133809.987500', '133810.447500', '133810.907500', '133811.367500', '133811.827500', '133812.287500', '133812.747500', '133813.207500', '133813.667500', '133814.127500', '133814.587500', '133815.047500', '133815.507500', '133815.967500', '133816.427500', '133816.887500', '133817.347500', '133817.807500', '133818.267500', '133818.727500', '133819.187500', '133819.647500', '133820.107500', '133820.567500', '133821.027500', '133821.487500', '133821.947500', '133822.407500', '133822.867500', '133823.327500', '133823.787500', '133824.247500', '133824.707500', '133825.167500', '133825.627500', '133826.087500', '133826.547500', '133827.007500', '133827.467500', '133827.927500', '133828.387500', '133828.847500', '133829.307500', '133829.767500', '133830.227500', '133830.687500', '133831.147500', '133831.607500', '133832.067500', '133832.527500', '133832.987500', '133833.447500', '133833.907500', '133834.367500', '133834.827500', '133835.287500', '133835.747500', '133836.207500', '133836.667500', '133837.127500', '133837.587500', '133838.047500', '133838.507500', '133838.967500', '133839.427500', '133839.887500', '133840.347500', '133840.807500', '133841.267500', '133841.727500', '133842.187500', '133842.647500', '133843.107500', '133843.567500', '133844.027500', '133844.487500', '133844.947500', '133845.407500', '133845.867500', '133846.327500', '133846.787500', '133847.247500', '133847.707500', '133848.167500', '133848.627500', '133849.087500', '133849.547500', '133850.007500', '133850.467500', '133850.927500', '133851.387500', '133851.847500', '133852.307500', '133852.767500', '133853.227500', '133853.687500', '133854.147500', '133854.607500', '133855.067500', '133855.527500', '133855.987500', '133856.447500', '133856.907500', '133857.367500', '133857.827500', '133858.287500', '133858.747500', '133859.207500', '133859.667500', '133900.127500', '133900.587500', '133901.047500', '133901.507500', '133901.967500', '133902.427500', '133902.887500', '133903.347500', '133903.807500', '133904.267500', '133904.727500', '133905.187500', '133905.647500', '133906.107500', '133906.567500', '133907.027500', '133907.487500', '133907.947500', '133908.407500', '133908.867500', '133909.327500', '133909.787500', '133910.247500', '133910.707500', '133911.167500', '133911.627500', '133912.087500', '133912.547500', '133913.007500', '133913.467500', '133913.927500', '133914.387500', '133914.847500', '133915.307500', '133915.767500', '133916.227500', '133916.687500', '133917.147500', '133917.607500', '133918.067500', '133918.527500', '133918.987500', '133919.447500', '133919.907500', '133920.367500', '133920.827500', '133921.287500', '133921.747500', '133922.207500', '133922.667500', '133923.127500', '133923.587500', '133924.047500', '133924.507500', '133924.967500', '133925.427500', '133925.887500', '133926.347500', '133926.807500', '133927.267500', '133927.727500', '133928.187500', '133928.647500', '133929.107500', '133929.567500', '133930.027500', '133930.487500', '133930.947500', '133931.407500', '133931.867500', '133932.327500', '133932.787500', '133933.247500', '133933.707500', '133934.167500', '133934.627500', '133935.087500', '133935.547500', '133936.007500', '133936.467500', '133936.927500', '133937.387500', '133937.847500', '133938.307500', '133938.767500', '133939.227500', '133939.687500', '133940.147500', '133940.607500', '133941.067500', '133941.527500', '133941.987500', '133942.447500', '133942.907500', '133943.367500', '133943.827500', '133944.287500', '133944.747500', '133945.207500', '133945.667500', '133946.127500', '133946.587500', '133947.047500', '133947.507500', '133947.967500', '133948.427500', '133948.887500', '133949.347500', '133949.807500', '133950.267500', '133950.727500', '133951.187500', '133951.647500', '133952.107500', '133952.567500', '133953.027500', '133953.487500', '133953.947500', '133954.407500', '133954.867500', '133955.327500', '133955.787500', '133956.247500', '133956.707500', '133957.167500', '133957.627500', '133958.087500', '133958.547500', '133959.007500', '133959.467500', '133959.927500', '134000.387500', '134000.847500', '134001.307500', '134001.767500', '134002.227500', '134002.687500', '134003.147500', '134003.607500', '134004.067500', '134004.527500', '134004.987500', '134005.447500', '134005.907500', '134006.367500', '134006.827500', '134007.287500', '134007.747500', '134008.207500', '134008.667500', '134009.127500', '134009.587500', '134010.047500', '134010.507500', '134010.967500', '134011.427500', '134011.887500', '134012.347500', '134012.807500', '134013.267500', '134013.727500', '134014.187500', '134014.647500', '134015.107500', '134015.567500', '134016.027500', '134016.487500', '134016.947500', '134017.407500', '134017.867500', '134018.327500', '134018.787500', '134019.247500', '134019.707500', '134020.167500', '134020.627500', '134021.087500', '134021.547500', '134022.007500', '134022.467500', '134022.927500', '134023.387500', '134023.847500', '134024.307500', '134024.767500', '134025.227500', '134025.687500', '134026.147500', '134026.607500', '134027.067500', '134027.527500', '134027.987500', '134028.447500', '134028.907500', '134029.367500', '134029.827500', '134030.287500', '134030.747500', '134031.207500', '134031.667500', '134032.127500', '134032.587500', '134033.047500', '134033.507500', '134033.967500', '134034.427500', '134034.887500', '134035.347500', '134035.807500', '134036.267500', '134036.727500', '134037.187500', '134037.647500', '134038.107500', '134038.567500', '134039.027500', '134039.487500', '134039.947500', '134040.407500', '134040.867500', '134041.327500', '134041.787500', '134042.247500', '134042.707500', '134043.167500', '134043.627500', '134044.087500', '134044.547500', '134045.007500', '134045.467500', '134045.927500', '134046.387500', '134046.847500', '134047.307500'], 'ContentTime': ['133423.884000', '133423.887000', '133423.890000', '133423.893000', '133423.896000', '133423.899000', '133423.904000', '133423.907000', '133423.914000', '133423.917000', '133423.920000', '133423.923000', '133423.926000', '133423.929000', '133423.938000', '133423.941000', '133423.944000', '133423.947000', '133423.950000', '133423.953000', '133423.956000', '133423.958000', '133423.967000', '133423.970000', '133423.973000', '133423.976000', '133423.979000', '133423.992000', '133424.000000', '133424.003000', '133424.006000', '133424.008000', '133424.012000', '133424.014000', '133424.017000', '133443.842000', '133443.845000', '133443.848000', '133443.851000', '133443.854000', '133443.856000', '133443.859000', '133443.862000', '133443.865000', '133443.868000', '133443.880000', '133443.883000', '133443.886000', '133443.890000', '133443.893000', '133443.896000', '133443.899000', '133443.902000', '133443.904000', '133443.907000', '133443.910000', '133443.913000', '133443.916000', '133443.919000', '133443.922000', '133443.924000', '133443.931000', '133443.934000', '133443.937000', '133443.940000', '133443.943000', '133443.946000', '133443.949000', '133443.952000', '133443.955000', '133443.957000', '133443.960000', '133443.963000', '133443.966000', '133443.969000', '133443.972000', '133443.975000', '133443.978000', '133503.842000', '133503.853000', '133503.857000', '133503.860000', '133503.863000', '133503.866000', '133503.869000', '133503.872000', '133503.880000', '133503.883000', '133503.886000', '133503.889000', '133503.892000', '133503.895000', '133503.897000', '133503.900000', '133503.903000', '133503.906000', '133503.909000', '133503.912000', '133503.914000', '133503.917000', '133503.920000', '133503.923000', '133503.926000', '133503.929000', '133503.931000', '133503.934000', '133503.937000', '133503.940000', '133503.943000', '133503.946000', '133503.949000', '133503.952000', '133503.955000', '133503.957000', '133503.960000', '133503.963000', '133503.966000', '133503.969000', '133503.972000', '133503.974000', '133503.977000', '133503.980000', '133523.842000', '133523.845000', '133523.848000', '133523.851000', '133523.854000', '133523.857000', '133523.859000', '133523.862000', '133523.865000', '133523.868000', '133523.871000', '133523.874000', '133523.877000', '133523.880000', '133523.882000', '133523.892000', '133523.895000', '133523.898000', '133523.901000', '133523.903000', '133523.906000', '133523.909000', '133523.912000', '133523.915000', '133523.918000', '133523.921000', '133523.923000', '133523.926000', '133523.929000', '133523.932000', '133523.935000', '133523.938000', '133523.941000', '133523.944000', '133523.947000', '133523.949000', '133523.952000', '133523.955000', '133523.958000', '133523.961000', '133523.964000', '133523.967000', '133523.970000', '133543.842000', '133543.845000', '133543.848000', '133543.851000', '133543.854000', '133543.856000', '133543.859000', '133543.862000', '133543.865000', '133543.868000', '133543.871000', '133543.874000', '133543.877000', '133543.879000', '133543.882000', '133543.885000', '133543.888000', '133543.891000', '133543.894000', '133543.897000', '133543.900000', '133543.902000', '133543.905000', '133543.908000', '133543.911000', '133543.914000', '133543.917000', '133543.920000', '133543.922000', '133543.925000', '133543.928000', '133543.931000', '133543.934000', '133543.937000', '133543.940000', '133543.943000', '133543.945000', '133543.948000', '133543.951000', '133543.954000', '133543.957000', '133543.960000', '133543.963000', '133543.965000', '133603.842000', '133603.845000', '133603.848000', '133603.851000', '133603.854000', '133603.857000', '133603.859000', '133603.862000', '133603.865000', '133603.868000', '133603.871000', '133603.874000', '133603.877000', '133603.880000', '133603.882000', '133603.885000', '133603.888000', '133603.891000', '133603.894000', '133603.897000', '133603.900000', '133603.903000', '133603.905000', '133603.908000', '133603.911000', '133603.914000', '133603.917000', '133603.920000', '133603.923000', '133603.925000', '133603.929000', '133603.933000', '133603.936000', '133603.938000', '133603.941000', '133603.944000', '133603.947000', '133603.950000', '133603.953000', '133603.956000', '133603.959000', '133603.962000', '133603.964000', '133623.842000', '133623.845000', '133623.848000', '133623.851000', '133623.854000', '133623.857000', '133623.860000', '133623.862000', '133623.865000', '133623.868000', '133623.871000', '133623.874000', '133623.877000', '133623.880000', '133623.882000', '133623.885000', '133623.888000', '133623.891000', '133623.894000', '133623.897000', '133623.900000', '133623.903000', '133623.905000', '133623.908000', '133623.911000', '133623.915000', '133623.917000', '133623.920000', '133623.923000', '133623.926000', '133623.929000', '133623.932000', '133623.935000', '133623.938000', '133623.941000', '133623.943000', '133623.946000', '133623.949000', '133623.952000', '133623.955000', '133623.958000', '133623.961000', '133623.963000', '133623.966000', '133643.842000', '133643.845000', '133643.862000', '133643.865000', '133643.868000', '133643.871000', '133643.874000', '133643.877000', '133643.880000', '133643.882000', '133643.885000', '133643.888000', '133643.891000', '133643.894000', '133643.897000', '133643.900000', '133643.903000', '133643.906000', '133643.908000', '133643.911000', '133643.914000', '133643.917000', '133643.920000', '133643.923000', '133643.926000', '133643.928000', '133643.931000', '133643.934000', '133643.937000', '133643.940000', '133643.943000', '133643.946000', '133643.949000', '133643.951000', '133643.954000', '133643.957000', '133643.960000', '133643.963000', '133643.966000', '133643.969000', '133643.972000', '133643.974000', '133643.977000', '133703.842000', '133703.845000', '133703.848000', '133703.851000', '133703.854000', '133703.857000', '133703.859000', '133703.862000', '133703.865000', '133703.868000', '133703.871000', '133703.874000', '133703.877000', '133703.880000', '133703.883000', '133703.886000', '133703.889000', '133703.891000', '133703.894000', '133703.897000', '133703.900000', '133703.903000', '133703.906000', '133703.909000', '133703.912000', '133703.914000', '133703.917000', '133703.920000', '133703.923000', '133703.926000', '133703.929000', '133703.932000', '133703.935000', '133703.938000', '133703.941000', '133703.943000', '133703.946000', '133703.949000', '133703.952000', '133703.955000', '133703.958000', '133703.961000', '133703.964000', '133703.966000', '133723.842000', '133723.845000', '133723.848000', '133723.851000', '133723.854000', '133723.857000', '133723.860000', '133723.862000', '133723.865000', '133723.868000', '133723.871000', '133723.874000', '133723.877000', '133723.880000', '133723.883000', '133723.885000', '133723.888000', '133723.891000', '133723.894000', '133723.897000', '133723.907000', '133723.910000', '133723.913000', '133723.916000', '133723.919000', '133723.921000', '133723.924000', '133723.927000', '133723.930000', '133723.933000', '133723.936000', '133723.939000', '133723.942000', '133723.945000', '133723.948000', '133723.950000', '133723.953000', '133723.956000', '133723.959000', '133723.962000', '133723.966000', '133723.969000', '133723.972000', '133743.842000', '133743.845000', '133743.848000', '133743.851000', '133743.854000', '133743.857000', '133743.861000', '133743.864000', '133743.866000', '133743.869000', '133743.872000', '133743.875000', '133743.878000', '133743.881000', '133743.884000', '133743.887000', '133743.890000', '133743.893000', '133743.896000', '133743.899000', '133743.901000', '133743.904000', '133743.907000', '133743.915000', '133743.918000', '133743.921000', '133743.924000', '133743.943000', '133743.946000', '133743.949000', '133743.952000', '133743.962000', '133743.965000', '133743.968000', '133743.971000', '133743.974000', '133743.976000', '133743.979000', '133743.982000', '133743.985000', '133743.988000', '133743.991000', '133743.994000', '133803.842000', '133803.845000', '133803.848000', '133803.851000', '133803.854000', '133803.857000', '133803.860000', '133803.862000', '133803.865000', '133803.868000', '133803.871000', '133803.874000', '133803.877000', '133803.880000', '133803.883000', '133803.886000', '133803.888000', '133803.891000', '133803.894000', '133803.897000', '133803.909000', '133803.912000', '133803.915000', '133803.918000', '133803.921000', '133803.924000', '133803.927000', '133803.929000', '133803.932000', '133803.935000', '133803.938000', '133803.941000', '133803.944000', '133803.947000', '133803.950000', '133803.953000', '133803.956000', '133803.958000', '133803.961000', '133803.964000', '133803.967000', '133803.970000', '133803.973000', '133803.976000', '133823.842000', '133823.845000', '133823.848000', '133823.851000', '133823.854000', '133823.856000', '133823.859000', '133823.862000', '133823.865000', '133823.868000', '133823.871000', '133823.874000', '133823.877000', '133823.880000', '133823.883000', '133823.886000', '133823.889000', '133823.891000', '133823.894000', '133823.897000', '133823.900000', '133823.903000', '133823.906000', '133823.909000', '133823.911000', '133823.914000', '133823.917000', '133823.920000', '133823.923000', '133823.926000', '133823.929000', '133823.932000', '133823.934000', '133823.937000', '133823.940000', '133823.943000', '133823.946000', '133823.949000', '133823.952000', '133823.955000', '133823.958000', '133823.960000', '133823.963000', '133843.842000', '133843.845000', '133843.848000', '133843.851000', '133843.857000', '133843.860000', '133843.863000', '133843.866000', '133843.869000', '133843.872000', '133843.875000', '133843.878000', '133843.881000', '133843.884000', '133843.886000', '133843.889000', '133843.892000', '133843.895000', '133843.898000', '133843.901000', '133843.904000', '133843.907000', '133843.910000', '133843.912000', '133843.915000', '133843.918000', '133843.921000', '133843.924000', '133843.927000', '133843.930000', '133843.933000', '133843.936000', '133843.938000', '133843.942000', '133843.944000', '133843.947000', '133843.950000', '133843.953000', '133843.956000', '133843.959000', '133843.962000', '133843.965000', '133843.967000', '133843.970000', '133903.842000', '133903.846000', '133903.849000', '133903.852000', '133903.855000', '133903.858000', '133903.860000', '133903.863000', '133903.866000', '133903.869000', '133903.872000', '133903.875000', '133903.878000', '133903.881000', '133903.884000', '133903.887000', '133903.890000', '133903.893000', '133903.895000', '133903.898000', '133903.901000', '133903.904000', '133903.907000', '133903.910000', '133903.913000', '133903.916000', '133903.919000', '133903.921000', '133903.924000', '133903.927000', '133903.930000', '133903.942000', '133903.945000', '133903.948000', '133903.951000', '133903.954000', '133903.957000', '133903.959000', '133903.962000', '133903.965000', '133903.968000', '133903.971000', '133903.974000', '133923.842000', '133923.845000', '133923.848000', '133923.851000', '133923.854000', '133923.857000', '133923.860000', '133923.862000', '133923.865000', '133923.868000', '133923.871000', '133923.874000', '133923.877000', '133923.880000', '133923.883000', '133923.886000', '133923.889000', '133923.892000', '133923.894000', '133923.908000', '133923.911000', '133923.914000', '133923.917000', '133923.920000', '133923.923000', '133923.926000', '133923.928000', '133923.931000', '133923.938000', '133923.941000', '133923.944000', '133923.947000', '133923.950000', '133923.953000', '133923.955000', '133923.958000', '133923.961000', '133923.964000', '133923.967000', '133923.970000', '133923.973000', '133923.976000', '133923.979000', '133923.982000', '133943.842000', '133943.845000', '133943.848000', '133943.851000', '133943.854000', '133943.857000', '133943.860000', '133943.863000', '133943.866000', '133943.869000', '133943.872000', '133943.876000', '133943.880000', '133943.884000', '133943.886000', '133943.889000', '133943.892000', '133943.895000', '133943.898000', '133943.901000', '133943.904000', '133943.907000', '133943.910000', '133943.913000', '133943.916000', '133943.919000', '133943.921000', '133943.924000', '133943.927000', '133943.930000', '133943.933000', '133943.936000', '133943.939000', '133943.942000', '133943.944000', '133943.947000', '133943.950000', '133943.953000', '133943.956000', '133943.959000', '133943.962000', '133943.965000', '133943.968000', '134003.842000', '134003.845000', '134003.848000', '134003.858000', '134003.861000', '134003.864000', '134003.867000', '134003.870000', '134003.873000', '134003.876000', '134003.879000', '134003.882000', '134003.884000', '134003.887000', '134003.890000', '134003.893000', '134003.896000', '134003.899000', '134003.902000', '134003.905000', '134003.908000', '134003.910000', '134003.913000', '134003.916000', '134003.919000', '134003.922000', '134003.925000', '134003.928000', '134003.931000', '134003.934000', '134003.937000', '134003.940000', '134003.942000', '134003.945000', '134003.948000', '134003.951000', '134003.954000', '134003.957000', '134003.960000', '134003.963000', '134003.966000', '134003.969000', '134003.971000', '134003.974000', '134023.842000', '134023.845000', '134023.848000', '134023.851000', '134023.854000', '134023.857000', '134023.861000', '134023.864000', '134023.867000', '134023.870000', '134023.872000', '134023.875000', '134023.878000', '134023.881000', '134023.884000', '134023.891000', '134023.894000', '134023.898000', '134023.901000', '134023.904000', '134023.908000', '134023.911000', '134023.914000', '134023.917000', '134023.920000', '134023.923000', '134023.925000', '134023.928000', '134023.931000', '134023.934000', '134023.937000', '134023.940000', '134023.943000', '134023.945000', '134023.948000', '134023.951000', '134023.954000', '134023.957000', '134023.960000', '134023.963000', '134023.966000', '134023.969000', '134023.972000', '134043.842000', '134043.845000', '134043.852000', '134043.855000', '134043.858000', '134043.874000', '134043.877000', '134043.880000', '134043.882000', '134043.885000', '134043.888000', '134043.891000', '134043.894000', '134043.897000', '134043.900000', '134043.903000', '134043.905000', '134043.908000', '134043.911000', '134043.914000', '134043.917000', '134043.920000', '134043.923000', '134043.926000', '134043.929000', '134043.931000', '134043.934000', '134043.937000', '134043.940000', '134043.943000', '134043.946000', '134043.949000', '134043.952000', '134043.955000', '134043.958000', '134043.961000', '134043.963000', '134043.966000', '134043.969000', '134043.972000', '134043.975000', '134043.978000', '134043.981000', '134043.984000', '134048.780000', '134048.784000', '134048.787000', '134048.790000', '134048.794000', '134048.797000', '134048.800000', '134048.803000', '134048.806000', '134048.809000', '134048.812000'], 'InstanceCreationTime': ['133423.884000', '133423.887000', '133423.890000', '133423.893000', '133423.896000', '133423.899000', '133423.904000', '133423.907000', '133423.914000', '133423.917000', '133423.920000', '133423.923000', '133423.926000', '133423.929000', '133423.938000', '133423.941000', '133423.944000', '133423.947000', '133423.950000', '133423.953000', '133423.956000', '133423.958000', '133423.967000', '133423.970000', '133423.973000', '133423.976000', '133423.979000', '133423.992000', '133424.000000', '133424.003000', '133424.006000', '133424.008000', '133424.012000', '133424.014000', '133424.017000', '133443.842000', '133443.845000', '133443.848000', '133443.851000', '133443.854000', '133443.856000', '133443.859000', '133443.862000', '133443.865000', '133443.868000', '133443.880000', '133443.883000', '133443.886000', '133443.890000', '133443.893000', '133443.896000', '133443.899000', '133443.902000', '133443.904000', '133443.907000', '133443.910000', '133443.913000', '133443.916000', '133443.919000', '133443.922000', '133443.924000', '133443.931000', '133443.934000', '133443.937000', '133443.940000', '133443.943000', '133443.946000', '133443.949000', '133443.952000', '133443.955000', '133443.957000', '133443.960000', '133443.963000', '133443.966000', '133443.969000', '133443.972000', '133443.975000', '133443.978000', '133503.842000', '133503.853000', '133503.857000', '133503.860000', '133503.863000', '133503.866000', '133503.869000', '133503.872000', '133503.880000', '133503.883000', '133503.886000', '133503.889000', '133503.892000', '133503.895000', '133503.897000', '133503.900000', '133503.903000', '133503.906000', '133503.909000', '133503.912000', '133503.914000', '133503.917000', '133503.920000', '133503.923000', '133503.926000', '133503.929000', '133503.931000', '133503.934000', '133503.937000', '133503.940000', '133503.943000', '133503.946000', '133503.949000', '133503.952000', '133503.955000', '133503.957000', '133503.960000', '133503.963000', '133503.966000', '133503.969000', '133503.972000', '133503.974000', '133503.977000', '133503.980000', '133523.842000', '133523.845000', '133523.848000', '133523.851000', '133523.854000', '133523.857000', '133523.859000', '133523.862000', '133523.865000', '133523.868000', '133523.871000', '133523.874000', '133523.877000', '133523.880000', '133523.882000', '133523.892000', '133523.895000', '133523.898000', '133523.901000', '133523.903000', '133523.906000', '133523.909000', '133523.912000', '133523.915000', '133523.918000', '133523.921000', '133523.923000', '133523.926000', '133523.929000', '133523.932000', '133523.935000', '133523.938000', '133523.941000', '133523.944000', '133523.947000', '133523.949000', '133523.952000', '133523.955000', '133523.958000', '133523.961000', '133523.964000', '133523.967000', '133523.970000', '133543.842000', '133543.845000', '133543.848000', '133543.851000', '133543.854000', '133543.856000', '133543.859000', '133543.862000', '133543.865000', '133543.868000', '133543.871000', '133543.874000', '133543.877000', '133543.879000', '133543.882000', '133543.885000', '133543.888000', '133543.891000', '133543.894000', '133543.897000', '133543.900000', '133543.902000', '133543.905000', '133543.908000', '133543.911000', '133543.914000', '133543.917000', '133543.920000', '133543.922000', '133543.925000', '133543.928000', '133543.931000', '133543.934000', '133543.937000', '133543.940000', '133543.943000', '133543.945000', '133543.948000', '133543.951000', '133543.954000', '133543.957000', '133543.960000', '133543.963000', '133543.965000', '133603.842000', '133603.845000', '133603.848000', '133603.851000', '133603.854000', '133603.857000', '133603.859000', '133603.862000', '133603.865000', '133603.868000', '133603.871000', '133603.874000', '133603.877000', '133603.880000', '133603.882000', '133603.885000', '133603.888000', '133603.891000', '133603.894000', '133603.897000', '133603.900000', '133603.903000', '133603.905000', '133603.908000', '133603.911000', '133603.914000', '133603.917000', '133603.920000', '133603.923000', '133603.925000', '133603.929000', '133603.933000', '133603.936000', '133603.938000', '133603.941000', '133603.944000', '133603.947000', '133603.950000', '133603.953000', '133603.956000', '133603.959000', '133603.962000', '133603.964000', '133623.842000', '133623.845000', '133623.848000', '133623.851000', '133623.854000', '133623.857000', '133623.860000', '133623.862000', '133623.865000', '133623.868000', '133623.871000', '133623.874000', '133623.877000', '133623.880000', '133623.882000', '133623.885000', '133623.888000', '133623.891000', '133623.894000', '133623.897000', '133623.900000', '133623.903000', '133623.905000', '133623.908000', '133623.911000', '133623.915000', '133623.917000', '133623.920000', '133623.923000', '133623.926000', '133623.929000', '133623.932000', '133623.935000', '133623.938000', '133623.941000', '133623.943000', '133623.946000', '133623.949000', '133623.952000', '133623.955000', '133623.958000', '133623.961000', '133623.963000', '133623.966000', '133643.842000', '133643.845000', '133643.862000', '133643.865000', '133643.868000', '133643.871000', '133643.874000', '133643.877000', '133643.880000', '133643.882000', '133643.885000', '133643.888000', '133643.891000', '133643.894000', '133643.897000', '133643.900000', '133643.903000', '133643.906000', '133643.908000', '133643.911000', '133643.914000', '133643.917000', '133643.920000', '133643.923000', '133643.926000', '133643.928000', '133643.931000', '133643.934000', '133643.937000', '133643.940000', '133643.943000', '133643.946000', '133643.949000', '133643.951000', '133643.954000', '133643.957000', '133643.960000', '133643.963000', '133643.966000', '133643.969000', '133643.972000', '133643.974000', '133643.977000', '133703.842000', '133703.845000', '133703.848000', '133703.851000', '133703.854000', '133703.857000', '133703.859000', '133703.862000', '133703.865000', '133703.868000', '133703.871000', '133703.874000', '133703.877000', '133703.880000', '133703.883000', '133703.886000', '133703.889000', '133703.891000', '133703.894000', '133703.897000', '133703.900000', '133703.903000', '133703.906000', '133703.909000', '133703.912000', '133703.914000', '133703.917000', '133703.920000', '133703.923000', '133703.926000', '133703.929000', '133703.932000', '133703.935000', '133703.938000', '133703.941000', '133703.943000', '133703.946000', '133703.949000', '133703.952000', '133703.955000', '133703.958000', '133703.961000', '133703.964000', '133703.966000', '133723.842000', '133723.845000', '133723.848000', '133723.851000', '133723.854000', '133723.857000', '133723.860000', '133723.862000', '133723.865000', '133723.868000', '133723.871000', '133723.874000', '133723.877000', '133723.880000', '133723.883000', '133723.885000', '133723.888000', '133723.891000', '133723.894000', '133723.897000', '133723.907000', '133723.910000', '133723.913000', '133723.916000', '133723.919000', '133723.921000', '133723.924000', '133723.927000', '133723.930000', '133723.933000', '133723.936000', '133723.939000', '133723.942000', '133723.945000', '133723.948000', '133723.950000', '133723.953000', '133723.956000', '133723.959000', '133723.962000', '133723.966000', '133723.969000', '133723.972000', '133743.842000', '133743.845000', '133743.848000', '133743.851000', '133743.854000', '133743.857000', '133743.861000', '133743.864000', '133743.866000', '133743.869000', '133743.872000', '133743.875000', '133743.878000', '133743.881000', '133743.884000', '133743.887000', '133743.890000', '133743.893000', '133743.896000', '133743.899000', '133743.901000', '133743.904000', '133743.907000', '133743.915000', '133743.918000', '133743.921000', '133743.924000', '133743.943000', '133743.946000', '133743.949000', '133743.952000', '133743.962000', '133743.965000', '133743.968000', '133743.971000', '133743.974000', '133743.976000', '133743.979000', '133743.982000', '133743.985000', '133743.988000', '133743.991000', '133743.994000', '133803.842000', '133803.845000', '133803.848000', '133803.851000', '133803.854000', '133803.857000', '133803.860000', '133803.862000', '133803.865000', '133803.868000', '133803.871000', '133803.874000', '133803.877000', '133803.880000', '133803.883000', '133803.886000', '133803.888000', '133803.891000', '133803.894000', '133803.897000', '133803.909000', '133803.912000', '133803.915000', '133803.918000', '133803.921000', '133803.924000', '133803.927000', '133803.929000', '133803.932000', '133803.935000', '133803.938000', '133803.941000', '133803.944000', '133803.947000', '133803.950000', '133803.953000', '133803.956000', '133803.958000', '133803.961000', '133803.964000', '133803.967000', '133803.970000', '133803.973000', '133803.976000', '133823.842000', '133823.845000', '133823.848000', '133823.851000', '133823.854000', '133823.856000', '133823.859000', '133823.862000', '133823.865000', '133823.868000', '133823.871000', '133823.874000', '133823.877000', '133823.880000', '133823.883000', '133823.886000', '133823.889000', '133823.891000', '133823.894000', '133823.897000', '133823.900000', '133823.903000', '133823.906000', '133823.909000', '133823.911000', '133823.914000', '133823.917000', '133823.920000', '133823.923000', '133823.926000', '133823.929000', '133823.932000', '133823.934000', '133823.937000', '133823.940000', '133823.943000', '133823.946000', '133823.949000', '133823.952000', '133823.955000', '133823.958000', '133823.960000', '133823.963000', '133843.842000', '133843.845000', '133843.848000', '133843.851000', '133843.857000', '133843.860000', '133843.863000', '133843.866000', '133843.869000', '133843.872000', '133843.875000', '133843.878000', '133843.881000', '133843.884000', '133843.886000', '133843.889000', '133843.892000', '133843.895000', '133843.898000', '133843.901000', '133843.904000', '133843.907000', '133843.910000', '133843.912000', '133843.915000', '133843.918000', '133843.921000', '133843.924000', '133843.927000', '133843.930000', '133843.933000', '133843.936000', '133843.938000', '133843.942000', '133843.944000', '133843.947000', '133843.950000', '133843.953000', '133843.956000', '133843.959000', '133843.962000', '133843.965000', '133843.967000', '133843.970000', '133903.842000', '133903.846000', '133903.849000', '133903.852000', '133903.855000', '133903.858000', '133903.860000', '133903.863000', '133903.866000', '133903.869000', '133903.872000', '133903.875000', '133903.878000', '133903.881000', '133903.884000', '133903.887000', '133903.890000', '133903.893000', '133903.895000', '133903.898000', '133903.901000', '133903.904000', '133903.907000', '133903.910000', '133903.913000', '133903.916000', '133903.919000', '133903.921000', '133903.924000', '133903.927000', '133903.930000', '133903.942000', '133903.945000', '133903.948000', '133903.951000', '133903.954000', '133903.957000', '133903.959000', '133903.962000', '133903.965000', '133903.968000', '133903.971000', '133903.974000', '133923.842000', '133923.845000', '133923.848000', '133923.851000', '133923.854000', '133923.857000', '133923.860000', '133923.862000', '133923.865000', '133923.868000', '133923.871000', '133923.874000', '133923.877000', '133923.880000', '133923.883000', '133923.886000', '133923.889000', '133923.892000', '133923.894000', '133923.908000', '133923.911000', '133923.914000', '133923.917000', '133923.920000', '133923.923000', '133923.926000', '133923.928000', '133923.931000', '133923.938000', '133923.941000', '133923.944000', '133923.947000', '133923.950000', '133923.953000', '133923.955000', '133923.958000', '133923.961000', '133923.964000', '133923.967000', '133923.970000', '133923.973000', '133923.976000', '133923.979000', '133923.982000', '133943.842000', '133943.845000', '133943.848000', '133943.851000', '133943.854000', '133943.857000', '133943.860000', '133943.863000', '133943.866000', '133943.869000', '133943.872000', '133943.876000', '133943.880000', '133943.884000', '133943.886000', '133943.889000', '133943.892000', '133943.895000', '133943.898000', '133943.901000', '133943.904000', '133943.907000', '133943.910000', '133943.913000', '133943.916000', '133943.919000', '133943.921000', '133943.924000', '133943.927000', '133943.930000', '133943.933000', '133943.936000', '133943.939000', '133943.942000', '133943.944000', '133943.947000', '133943.950000', '133943.953000', '133943.956000', '133943.959000', '133943.962000', '133943.965000', '133943.968000', '134003.842000', '134003.845000', '134003.848000', '134003.858000', '134003.861000', '134003.864000', '134003.867000', '134003.870000', '134003.873000', '134003.876000', '134003.879000', '134003.882000', '134003.884000', '134003.887000', '134003.890000', '134003.893000', '134003.896000', '134003.899000', '134003.902000', '134003.905000', '134003.908000', '134003.910000', '134003.913000', '134003.916000', '134003.919000', '134003.922000', '134003.925000', '134003.928000', '134003.931000', '134003.934000', '134003.937000', '134003.940000', '134003.942000', '134003.945000', '134003.948000', '134003.951000', '134003.954000', '134003.957000', '134003.960000', '134003.963000', '134003.966000', '134003.969000', '134003.971000', '134003.974000', '134023.842000', '134023.845000', '134023.848000', '134023.851000', '134023.854000', '134023.857000', '134023.861000', '134023.864000', '134023.867000', '134023.870000', '134023.872000', '134023.875000', '134023.878000', '134023.881000', '134023.884000', '134023.891000', '134023.894000', '134023.898000', '134023.901000', '134023.904000', '134023.908000', '134023.911000', '134023.914000', '134023.917000', '134023.920000', '134023.923000', '134023.925000', '134023.928000', '134023.931000', '134023.934000', '134023.937000', '134023.940000', '134023.943000', '134023.945000', '134023.948000', '134023.951000', '134023.954000', '134023.957000', '134023.960000', '134023.963000', '134023.966000', '134023.969000', '134023.972000', '134043.842000', '134043.845000', '134043.852000', '134043.855000', '134043.858000', '134043.874000', '134043.877000', '134043.880000', '134043.882000', '134043.885000', '134043.888000', '134043.891000', '134043.894000', '134043.897000', '134043.900000', '134043.903000', '134043.905000', '134043.908000', '134043.911000', '134043.914000', '134043.917000', '134043.920000', '134043.923000', '134043.926000', '134043.929000', '134043.931000', '134043.934000', '134043.937000', '134043.940000', '134043.943000', '134043.946000', '134043.949000', '134043.952000', '134043.955000', '134043.958000', '134043.961000', '134043.963000', '134043.966000', '134043.969000', '134043.972000', '134043.975000', '134043.978000', '134043.981000', '134043.984000', '134048.780000', '134048.784000', '134048.787000', '134048.790000', '134048.794000', '134048.797000', '134048.800000', '134048.803000', '134048.806000', '134048.809000', '134048.812000'], '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': [11271, 14469, 12268, 12489, 16455, 11319, 15061, 10128, 13394, 13950, 11782, 15523, 11326, 14132, 10382, 14347, 11228, 11592, 14786, 11080, 14456, 9992, 13288, 11232, 12321, 14725, 11282, 13956, 9775, 13677, 9996, 12586, 15734, 11168, 14273, 11528, 13115, 9481, 13791, 10093, 11126, 14463, 10935, 13749, 11198, 13315, 9918, 13585, 8862, 13400, 9565, 12655, 9629, 13275, 11612, 12542, 14302, 12408, 13686, 12877, 16336, 11027, 16859, 13242, 16138, 15223, 14397, 17347, 13322, 16424, 12274, 15774, 11357, 15351, 9775, 13274, 12237, 12356, 15050, 11943, 14502, 11018, 13302, 9915, 12446, 9807, 12441, 9859, 12330, 13194, 11088, 13393, 10814, 12873, 9795, 12961, 10630, 11646, 13599, 10605, 13608, 10743, 13242, 9622, 12908, 14356, 10951, 14458, 10893, 14062, 9741, 12564, 15061, 10758, 14627, 10351, 13341, 9204, 12473, 15038, 10576, 14294, 10163, 12270, 9270, 12911, 11944, 11188, 15026, 9946, 12756, 9928, 12791, 9282, 12213, 11654, 11993, 15038, 10528, 12928, 10470, 12724, 9265, 14088, 10680, 14073, 15360, 12116, 16693, 13286, 15585, 11685, 15220, 9449, 15041, 16052, 12515, 16583, 11899, 14911, 11410, 14111, 9598, 14278, 15807, 11039, 14365, 10610, 14477, 9544, 13136, 15104, 10928, 14150, 10937, 14215, 9528, 12891, 15236, 10648, 14985, 11103, 13798, 9285, 12301, 15922, 10402, 14272, 10445, 13833, 9311, 12104, 14333, 10690, 13763, 10504, 14097, 9691, 13604, 15146, 11602, 13835, 10913, 13642, 9463, 13670, 14059, 12060, 14981, 11365, 13750, 9373, 14022, 14637, 11827, 14325, 11393, 14055, 9582, 13879, 11295, 12366, 13319, 10404, 13259, 12041, 14317, 12380, 13498, 11154, 12064, 12094, 9580, 13864, 9558, 13925, 9510, 14037, 15571, 11590, 16745, 12539, 14935, 10852, 14174, 10357, 14951, 16039, 13434, 16824, 11516, 15740, 11320, 15737, 9437, 13330, 17625, 11809, 15898, 10986, 15823, 9551, 12848, 17002, 12673, 15436, 9512, 13208, 15031, 11118, 15331, 10878, 14350, 10203, 11562, 15388, 11824, 14549, 9456, 12715, 15445, 10334, 14438, 9874, 13489, 10585, 10996, 14492, 11189, 14269, 9898, 12413, 14873, 10479, 13957, 11240, 13861, 9513, 11240, 14335, 10963, 13068, 9797, 13092, 10284, 11440, 14599, 10626, 13832, 9558, 13306, 9545, 13283, 13431, 12404, 14394, 10376, 12944, 9667, 13599, 9570, 13731, 14904, 11434, 15124, 11952, 14579, 10650, 14013, 9852, 14965, 9971, 14914, 15354, 12954, 16909, 12201, 16016, 11325, 15573, 9742, 16247, 17710, 12697, 16903, 12015, 16055, 10508, 15317, 13062, 12570, 16504, 11857, 14972, 10768, 13660, 13917, 12128, 15262, 11814, 14005, 10035, 13654, 11095, 13598, 14181, 10950, 15180, 12473, 14371, 10932, 13066, 10805, 13776, 10836, 13521, 10075, 13637, 13551, 12285, 17535, 11905, 15290, 11394, 14432, 11127, 14205, 9781, 13730, 11052, 13145, 10237, 13559, 10325, 15717, 10898, 13805, 10226, 12221, 18011, 13385, 15762, 11759, 14448, 10507, 14001, 11745, 14753, 15600, 13916, 16652, 12884, 15225, 11934, 13727, 10410, 13504, 9889, 11970, 14807, 11346, 13800, 10096, 13541, 12247, 12048, 14242, 10370, 14174, 9193, 11690, 14155, 10733, 14268, 8946, 12638, 9416, 10467, 12963, 9957, 12805, 8811, 11695, 10256, 10340, 13219, 10368, 12051, 9467, 11782, 12952, 9685, 12153, 9569, 11882, 9678, 12305, 12797, 10098, 13119, 10826, 12491, 9637, 12357, 9774, 12857, 14573, 11213, 15614, 10588, 13479, 9977, 12978, 9821, 13435, 9828, 13844, 14184, 11958, 16658, 11687, 14548, 10329, 13082, 11631, 14754, 18185, 12027, 16228, 10461, 14387, 10186, 13976, 17674, 10610, 14461, 10324, 14095, 17618, 11094, 14516, 9763, 14126, 15227, 10575, 14247, 10055, 13772, 12442, 10009, 13283, 10042, 12515, 9524, 11974, 12851, 9870, 13560, 9840, 12399, 9604, 11231, 13595, 10799, 12864, 9397, 12206, 11450, 10715, 14462, 10777, 12873, 9787, 12218, 9891, 12311, 14021, 10423, 14654, 10385, 13871, 9861, 13441, 10062, 13780, 10903, 14818, 18165, 10976, 16240, 10930, 13781, 14668, 14829, 17759, 12295, 14664, 10419, 14230, 19116, 12305, 15243, 9935, 13240, 12417, 11964, 15352, 11209, 14155, 9252, 12543, 9785, 13381, 14156, 10799, 13465, 10969, 13212, 9856, 12607, 9878, 11035, 16200, 11031, 13319, 10266, 12390, 9870, 13291, 13037, 11135, 14751, 10322, 12636, 9675, 13516, 14177, 10782, 14562, 10249, 12662, 10346, 11456, 15275, 10282, 12471, 9658, 12481, 15265, 10121, 12743, 10040, 11982, 15038, 10043, 12575, 9745, 13078, 11588, 10666, 14613, 9931, 12733, 9836, 11819, 15603, 9883, 14161, 9622, 12488, 11020, 11190, 15466, 10039, 13248, 9779, 12753, 16587, 10221, 14394, 10161, 13184, 10396, 13205, 17473, 10315, 15102, 9918, 14461, 9652, 13123, 14157, 10682, 15366, 10357, 13516, 9749, 13858, 9820, 13112, 12461, 12271, 16849, 10664, 15405, 10811, 14582, 9944, 13787, 11283, 15131, 16771, 11821, 17627, 11709, 14818, 10483, 15074, 18776, 11882, 16651, 11628, 15583, 16046, 12226, 16534, 11646, 14223, 10641, 14424, 18289, 11761, 14883, 11552, 13771, 10991, 11436, 16336, 11254, 13369, 10797, 13510, 12234, 11632, 15558, 11642, 13696, 9959, 12327, 9649, 12506, 15622, 11336, 15015, 11432, 13663, 10799, 13386, 9845, 12331, 10007, 12485, 13998, 11503, 17314, 12503, 14399, 10564, 12645, 9966, 13752, 11843, 13296, 16727, 11862, 15406, 10977, 13725, 11064, 13053, 11065, 11795, 17256, 12593, 16663, 11104, 13587, 10588, 13135, 13160, 12802, 17289, 11504, 13635, 9846, 12702, 9915, 12668, 17798, 11013, 13781, 10549, 13244, 10324, 11496, 16478, 11252, 13285, 10278, 12972, 16452, 10846, 13207, 10158, 13163, 11360, 10435, 13532, 10069, 13237, 9378, 11413, 15324, 10052, 11935, 9536, 12580, 9436, 11116, 13639, 10248, 12435, 9786, 11872, 9684, 11746, 10224, 11563, 11035, 11532, 14867, 10054, 15048, 10112, 13637, 9653, 12512, 9704, 13203, 15852, 12059, 17252, 11984, 15574, 10741, 14292, 10620, 13625, 15128, 13125, 17250, 11800, 15003, 10632, 13709, 10905, 14721, 12912, 11992, 16845, 11484, 14560, 11234, 14756, 13072, 11692, 15465, 11176, 13490, 9874, 13346, 17892, 11019, 13927, 10117, 14093, 14464, 11442, 15539, 10848, 12893, 9710, 12500, 14993, 11922, 14945, 10374, 12543, 9205, 13514, 17157, 11996, 14111, 10128, 12368, 9443, 13564, 11672, 11940, 14247, 10788, 13818], 'WindowCenter': [5305.0, 5318.0, 5260.0, 5257.0, 5270.0, 5220.0, 5247.0, 5207.0, 5238.0, 5223.0, 5215.0, 5243.0, 5216.0, 5234.0, 5193.0, 5234.0, 5202.0, 5206.0, 5233.0, 5206.0, 5234.0, 5194.0, 5235.0, 5206.0, 5226.0, 5234.0, 5234.0, 5263.0, 5223.0, 5249.0, 5205.0, 5228.0, 5241.0, 5217.0, 5249.0, 5228.0, 5238.0, 5198.0, 5289.0, 5232.0, 5241.0, 5286.0, 5260.0, 5260.0, 5233.0, 5253.0, 5211.0, 5252.0, 5213.0, 5237.0, 5193.0, 5221.0, 5180.0, 5236.0, 5223.0, 5235.0, 5244.0, 5240.0, 5246.0, 5238.0, 5258.0, 5204.0, 5245.0, 5226.0, 5236.0, 5234.0, 5223.0, 5239.0, 5213.0, 5233.0, 5203.0, 5217.0, 5194.0, 5219.0, 5170.0, 5211.0, 5190.0, 5225.0, 5233.0, 5228.0, 5235.0, 5203.0, 5234.0, 5219.0, 5230.0, 5209.0, 5252.0, 5222.0, 5237.0, 5236.0, 5216.0, 5236.0, 5217.0, 5237.0, 5209.0, 5239.0, 5208.0, 5226.0, 5249.0, 5234.0, 5248.0, 5218.0, 5237.0, 5197.0, 5240.0, 5257.0, 5230.0, 5246.0, 5219.0, 5247.0, 5210.0, 5240.0, 5257.0, 5219.0, 5246.0, 5218.0, 5248.0, 5213.0, 5253.0, 5258.0, 5220.0, 5247.0, 5220.0, 5244.0, 5225.0, 5250.0, 5237.0, 5242.0, 5257.0, 5220.0, 5253.0, 5222.0, 5250.0, 5211.0, 5253.0, 5240.0, 5254.0, 5271.0, 5233.0, 5252.0, 5235.0, 5252.0, 5225.0, 5263.0, 5231.0, 5261.0, 5258.0, 5241.0, 5269.0, 5249.0, 5260.0, 5230.0, 5259.0, 5198.0, 5261.0, 5256.0, 5239.0, 5257.0, 5228.0, 5250.0, 5229.0, 5250.0, 5199.0, 5247.0, 5246.0, 5217.0, 5248.0, 5218.0, 5247.0, 5198.0, 5237.0, 5244.0, 5218.0, 5235.0, 5207.0, 5238.0, 5187.0, 5227.0, 5244.0, 5219.0, 5246.0, 5216.0, 5237.0, 5186.0, 5228.0, 5245.0, 5218.0, 5249.0, 5207.0, 5247.0, 5197.0, 5228.0, 5248.0, 5219.0, 5236.0, 5206.0, 5248.0, 5198.0, 5249.0, 5244.0, 5218.0, 5240.0, 5206.0, 5235.0, 5197.0, 5248.0, 5235.0, 5227.0, 5248.0, 5215.0, 5237.0, 5187.0, 5237.0, 5233.0, 5216.0, 5236.0, 5218.0, 5235.0, 5196.0, 5239.0, 5215.0, 5228.0, 5260.0, 5221.0, 5238.0, 5230.0, 5258.0, 5239.0, 5235.0, 5217.0, 5230.0, 5256.0, 5240.0, 5276.0, 5237.0, 5276.0, 5223.0, 5263.0, 5271.0, 5244.0, 5271.0, 5241.0, 5274.0, 5232.0, 5252.0, 5210.0, 5258.0, 5247.0, 5237.0, 5257.0, 5217.0, 5233.0, 5204.0, 5237.0, 5174.0, 5216.0, 5243.0, 5205.0, 5231.0, 5192.0, 5220.0, 5174.0, 5210.0, 5231.0, 5200.0, 5219.0, 5169.0, 5210.0, 5218.0, 5193.0, 5219.0, 5194.0, 5220.0, 5173.0, 5192.0, 5220.0, 5191.0, 5211.0, 5172.0, 5213.0, 5219.0, 5185.0, 5220.0, 5175.0, 5214.0, 5181.0, 5194.0, 5222.0, 5201.0, 5224.0, 5185.0, 5216.0, 5230.0, 5208.0, 5236.0, 5205.0, 5236.0, 5193.0, 5217.0, 5235.0, 5218.0, 5235.0, 5198.0, 5237.0, 5208.0, 5232.0, 5249.0, 5219.0, 5238.0, 5210.0, 5253.0, 5211.0, 5262.0, 5248.0, 5241.0, 5249.0, 5222.0, 5241.0, 5214.0, 5252.0, 5212.0, 5262.0, 5259.0, 5243.0, 5274.0, 5244.0, 5261.0, 5232.0, 5263.0, 5226.0, 5273.0, 5223.0, 5273.0, 5260.0, 5254.0, 5272.0, 5242.0, 5260.0, 5224.0, 5261.0, 5211.0, 5270.0, 5270.0, 5231.0, 5257.0, 5228.0, 5247.0, 5198.0, 5247.0, 5222.0, 5216.0, 5244.0, 5216.0, 5233.0, 5196.0, 5236.0, 5234.0, 5216.0, 5233.0, 5221.0, 5237.0, 5198.0, 5239.0, 5206.0, 5217.0, 5201.0, 5185.0, 5225.0, 5217.0, 5213.0, 5186.0, 5205.0, 5190.0, 5217.0, 5186.0, 5230.0, 5201.0, 5229.0, 5215.0, 5209.0, 5235.0, 5197.0, 5240.0, 5212.0, 5228.0, 5210.0, 5240.0, 5190.0, 5203.0, 5183.0, 5189.0, 5170.0, 5190.0, 5185.0, 5210.0, 5185.0, 5215.0, 5174.0, 5193.0, 5219.0, 5201.0, 5198.0, 5169.0, 5184.0, 5147.0, 5174.0, 5155.0, 5188.0, 5173.0, 5162.0, 5168.0, 5149.0, 5155.0, 5125.0, 5134.0, 5104.0, 5135.0, 5093.0, 5125.0, 5132.0, 5113.0, 5134.0, 5115.0, 5144.0, 5121.0, 5124.0, 5142.0, 5107.0, 5143.0, 5105.0, 5139.0, 5146.0, 5129.0, 5157.0, 5112.0, 5161.0, 5124.0, 5155.0, 5175.0, 5146.0, 5180.0, 5141.0, 5180.0, 5159.0, 5171.0, 5202.0, 5183.0, 5203.0, 5163.0, 5195.0, 5201.0, 5173.0, 5201.0, 5176.0, 5205.0, 5174.0, 5219.0, 5217.0, 5199.0, 5218.0, 5212.0, 5222.0, 5189.0, 5218.0, 5188.0, 5228.0, 5239.0, 5213.0, 5247.0, 5209.0, 5227.0, 5201.0, 5231.0, 5201.0, 5241.0, 5201.0, 5240.0, 5239.0, 5248.0, 5262.0, 5223.0, 5243.0, 5199.0, 5218.0, 5197.0, 5227.0, 5243.0, 5207.0, 5237.0, 5185.0, 5215.0, 5174.0, 5212.0, 5221.0, 5172.0, 5201.0, 5163.0, 5202.0, 5218.0, 5184.0, 5201.0, 5159.0, 5202.0, 5198.0, 5172.0, 5198.0, 5175.0, 5229.0, 5201.0, 5178.0, 5203.0, 5176.0, 5194.0, 5166.0, 5197.0, 5204.0, 5180.0, 5215.0, 5178.0, 5218.0, 5189.0, 5236.0, 5231.0, 5201.0, 5216.0, 5179.0, 5219.0, 5196.0, 5198.0, 5228.0, 5209.0, 5219.0, 5199.0, 5231.0, 5200.0, 5231.0, 5235.0, 5212.0, 5249.0, 5213.0, 5241.0, 5229.0, 5241.0, 5202.0, 5254.0, 5211.0, 5253.0, 5258.0, 5214.0, 5250.0, 5208.0, 5231.0, 5223.0, 5225.0, 5233.0, 5194.0, 5212.0, 5161.0, 5204.0, 5217.0, 5171.0, 5198.0, 5175.0, 5204.0, 5177.0, 5179.0, 5196.0, 5170.0, 5198.0, 5154.0, 5192.0, 5176.0, 5205.0, 5191.0, 5168.0, 5188.0, 5171.0, 5203.0, 5164.0, 5202.0, 5175.0, 5212.0, 5234.0, 5187.0, 5203.0, 5186.0, 5209.0, 5175.0, 5216.0, 5204.0, 5195.0, 5224.0, 5186.0, 5209.0, 5166.0, 5216.0, 5212.0, 5186.0, 5211.0, 5174.0, 5204.0, 5174.0, 5194.0, 5211.0, 5174.0, 5207.0, 5189.0, 5222.0, 5223.0, 5174.0, 5203.0, 5173.0, 5205.0, 5222.0, 5186.0, 5205.0, 5188.0, 5218.0, 5194.0, 5187.0, 5227.0, 5186.0, 5218.0, 5175.0, 5207.0, 5235.0, 5189.0, 5226.0, 5189.0, 5222.0, 5198.0, 5209.0, 5239.0, 5204.0, 5234.0, 5200.0, 5232.0, 5246.0, 5200.0, 5237.0, 5203.0, 5231.0, 5199.0, 5233.0, 5256.0, 5211.0, 5249.0, 5201.0, 5250.0, 5203.0, 5242.0, 5239.0, 5224.0, 5263.0, 5214.0, 5243.0, 5203.0, 5255.0, 5205.0, 5245.0, 5231.0, 5236.0, 5262.0, 5227.0, 5274.0, 5225.0, 5254.0, 5204.0, 5243.0, 5220.0, 5251.0, 5252.0, 5223.0, 5260.0, 5222.0, 5241.0, 5201.0, 5240.0, 5273.0, 5226.0, 5249.0, 5195.0, 5237.0, 5224.0, 5198.0, 5225.0, 5198.0, 5214.0, 5175.0, 5214.0, 5229.0, 5195.0, 5212.0, 5183.0, 5202.0, 5172.0, 5210.0, 5224.0, 5184.0, 5205.0, 5186.0, 5205.0, 5192.0, 5184.0, 5211.0, 5185.0, 5203.0, 5168.0, 5205.0, 5168.0, 5207.0, 5222.0, 5200.0, 5225.0, 5195.0, 5206.0, 5185.0, 5206.0, 5177.0, 5205.0, 5175.0, 5207.0, 5218.0, 5198.0, 5234.0, 5208.0, 5227.0, 5214.0, 5230.0, 5187.0, 5228.0, 5195.0, 5216.0, 5222.0, 5195.0, 5222.0, 5186.0, 5215.0, 5183.0, 5203.0, 5174.0, 5185.0, 5209.0, 5194.0, 5212.0, 5172.0, 5193.0, 5173.0, 5193.0, 5191.0, 5192.0, 5209.0, 5170.0, 5188.0, 5161.0, 5180.0, 5149.0, 5180.0, 5217.0, 5170.0, 5189.0, 5160.0, 5190.0, 5159.0, 5181.0, 5209.0, 5170.0, 5191.0, 5161.0, 5190.0, 5208.0, 5171.0, 5192.0, 5161.0, 5190.0, 5171.0, 5171.0, 5190.0, 5167.0, 5202.0, 5154.0, 5195.0, 5237.0, 5201.0, 5208.0, 5179.0, 5216.0, 5167.0, 5200.0, 5215.0, 5202.0, 5218.0, 5199.0, 5220.0, 5193.0, 5226.0, 5204.0, 5226.0, 5213.0, 5224.0, 5241.0, 5204.0, 5254.0, 5215.0, 5245.0, 5204.0, 5236.0, 5206.0, 5247.0, 5249.0, 5225.0, 5251.0, 5222.0, 5242.0, 5201.0, 5230.0, 5227.0, 5256.0, 5243.0, 5229.0, 5235.0, 5209.0, 5227.0, 5200.0, 5229.0, 5200.0, 5230.0, 5205.0, 5198.0, 5235.0, 5198.0, 5218.0, 5187.0, 5220.0, 5193.0, 5184.0, 5213.0, 5186.0, 5218.0, 5178.0, 5204.0, 5219.0, 5173.0, 5203.0, 5163.0, 5206.0, 5203.0, 5184.0, 5212.0, 5175.0, 5195.0, 5169.0, 5196.0, 5204.0, 5185.0, 5214.0, 5175.0, 5196.0, 5166.0, 5206.0, 5235.0, 5210.0, 5216.0, 5177.0, 5194.0, 5167.0, 5205.0, 5186.0, 5210.0, 5217.0, 5187.0, 5219.0], 'WindowWidth': [11454.0, 11457.0, 11352.0, 11342.0, 11351.0, 11276.0, 11312.0, 11254.0, 11298.0, 11268.0, 11260.0, 11299.0, 11262.0, 11285.0, 11226.0, 11284.0, 11237.0, 11247.0, 11284.0, 11249.0, 11287.0, 11228.0, 11288.0, 11248.0, 11278.0, 11285.0, 11300.0, 11343.0, 11283.0, 11315.0, 11249.0, 11282.0, 11294.0, 11265.0, 11316.0, 11286.0, 11299.0, 11242.0, 11386.0, 11302.0, 11310.0, 11381.0, 11351.0, 11337.0, 11297.0, 11327.0, 11263.0, 11321.0, 11271.0, 11297.0, 11229.0, 11267.0, 11207.0, 11296.0, 11274.0, 11294.0, 11307.0, 11304.0, 11312.0, 11298.0, 11331.0, 11245.0, 11304.0, 11279.0, 11290.0, 11285.0, 11271.0, 11289.0, 11254.0, 11281.0, 11237.0, 11254.0, 11226.0, 11258.0, 11187.0, 11246.0, 11212.0, 11275.0, 11286.0, 11284.0, 11287.0, 11243.0, 11287.0, 11278.0, 11288.0, 11260.0, 11327.0, 11283.0, 11300.0, 11292.0, 11268.0, 11293.0, 11269.0, 11296.0, 11259.0, 11303.0, 11256.0, 11282.0, 11319.0, 11304.0, 11314.0, 11273.0, 11298.0, 11242.0, 11305.0, 11328.0, 11292.0, 11311.0, 11275.0, 11314.0, 11262.0, 11307.0, 11327.0, 11275.0, 11309.0, 11273.0, 11316.0, 11274.0, 11332.0, 11329.0, 11278.0, 11313.0, 11277.0, 11316.0, 11294.0, 11323.0, 11299.0, 11311.0, 11329.0, 11283.0, 11331.0, 11285.0, 11324.0, 11267.0, 11328.0, 11308.0, 11335.0, 11354.0, 11303.0, 11326.0, 11306.0, 11328.0, 11293.0, 11346.0, 11295.0, 11340.0, 11332.0, 11309.0, 11350.0, 11318.0, 11335.0, 11290.0, 11333.0, 11245.0, 11338.0, 11326.0, 11302.0, 11328.0, 11287.0, 11318.0, 11291.0, 11322.0, 11244.0, 11311.0, 11310.0, 11270.0, 11315.0, 11273.0, 11311.0, 11240.0, 11297.0, 11304.0, 11271.0, 11293.0, 11252.0, 11298.0, 11223.0, 11281.0, 11303.0, 11275.0, 11309.0, 11265.0, 11294.0, 11222.0, 11285.0, 11304.0, 11273.0, 11316.0, 11256.0, 11311.0, 11239.0, 11285.0, 11314.0, 11274.0, 11297.0, 11252.0, 11313.0, 11241.0, 11315.0, 11304.0, 11271.0, 11300.0, 11251.0, 11293.0, 11240.0, 11315.0, 11291.0, 11280.0, 11310.0, 11264.0, 11294.0, 11227.0, 11296.0, 11285.0, 11266.0, 11291.0, 11268.0, 11292.0, 11238.0, 11301.0, 11261.0, 11287.0, 11339.0, 11279.0, 11296.0, 11289.0, 11329.0, 11300.0, 11292.0, 11270.0, 11288.0, 11337.0, 11321.0, 11368.0, 11315.0, 11369.0, 11288.0, 11343.0, 11351.0, 11315.0, 11351.0, 11307.0, 11361.0, 11296.0, 11323.0, 11259.0, 11327.0, 11309.0, 11293.0, 11321.0, 11265.0, 11284.0, 11241.0, 11291.0, 11198.0, 11258.0, 11294.0, 11246.0, 11277.0, 11219.0, 11261.0, 11194.0, 11246.0, 11276.0, 11230.0, 11252.0, 11185.0, 11242.0, 11253.0, 11224.0, 11254.0, 11222.0, 11260.0, 11193.0, 11220.0, 11256.0, 11217.0, 11244.0, 11191.0, 11250.0, 11258.0, 11215.0, 11258.0, 11198.0, 11252.0, 11204.0, 11227.0, 11263.0, 11236.0, 11268.0, 11216.0, 11261.0, 11277.0, 11254.0, 11289.0, 11247.0, 11290.0, 11229.0, 11266.0, 11290.0, 11271.0, 11292.0, 11241.0, 11296.0, 11255.0, 11295.0, 11313.0, 11273.0, 11297.0, 11263.0, 11322.0, 11264.0, 11339.0, 11312.0, 11307.0, 11318.0, 11282.0, 11309.0, 11273.0, 11326.0, 11269.0, 11339.0, 11331.0, 11313.0, 11359.0, 11315.0, 11336.0, 11298.0, 11344.0, 11294.0, 11357.0, 11285.0, 11356.0, 11334.0, 11330.0, 11352.0, 11310.0, 11335.0, 11283.0, 11337.0, 11265.0, 11347.0, 11345.0, 11290.0, 11323.0, 11282.0, 11311.0, 11237.0, 11307.0, 11266.0, 11263.0, 11302.0, 11261.0, 11283.0, 11231.0, 11291.0, 11284.0, 11263.0, 11283.0, 11273.0, 11295.0, 11236.0, 11297.0, 11247.0, 11261.0, 11227.0, 11209.0, 11269.0, 11260.0, 11246.0, 11209.0, 11237.0, 11219.0, 11254.0, 11211.0, 11281.0, 11243.0, 11279.0, 11254.0, 11247.0, 11279.0, 11227.0, 11296.0, 11262.0, 11279.0, 11254.0, 11297.0, 11222.0, 11233.0, 11205.0, 11207.0, 11182.0, 11208.0, 11209.0, 11240.0, 11209.0, 11253.0, 11191.0, 11219.0, 11249.0, 11224.0, 11219.0, 11174.0, 11194.0, 11138.0, 11178.0, 11151.0, 11199.0, 11173.0, 11154.0, 11158.0, 11131.0, 11137.0, 11091.0, 11102.0, 11060.0, 11104.0, 11043.0, 11088.0, 11097.0, 11074.0, 11103.0, 11078.0, 11118.0, 11081.0, 11087.0, 11112.0, 11066.0, 11115.0, 11066.0, 11118.0, 11123.0, 11103.0, 11141.0, 11085.0, 11156.0, 11104.0, 11149.0, 11176.0, 11141.0, 11190.0, 11138.0, 11193.0, 11164.0, 11184.0, 11227.0, 11208.0, 11234.0, 11175.0, 11223.0, 11230.0, 11194.0, 11230.0, 11202.0, 11241.0, 11196.0, 11263.0, 11257.0, 11236.0, 11260.0, 11256.0, 11270.0, 11219.0, 11262.0, 11219.0, 11279.0, 11293.0, 11261.0, 11306.0, 11254.0, 11276.0, 11245.0, 11287.0, 11243.0, 11301.0, 11241.0, 11300.0, 11299.0, 11324.0, 11338.0, 11278.0, 11302.0, 11236.0, 11263.0, 11227.0, 11273.0, 11293.0, 11242.0, 11284.0, 11211.0, 11254.0, 11191.0, 11244.0, 11256.0, 11186.0, 11228.0, 11172.0, 11229.0, 11248.0, 11202.0, 11225.0, 11166.0, 11227.0, 11218.0, 11185.0, 11219.0, 11194.0, 11276.0, 11229.0, 11201.0, 11232.0, 11195.0, 11220.0, 11181.0, 11228.0, 11235.0, 11206.0, 11252.0, 11203.0, 11262.0, 11224.0, 11303.0, 11285.0, 11239.0, 11258.0, 11206.0, 11263.0, 11227.0, 11235.0, 11277.0, 11251.0, 11266.0, 11238.0, 11288.0, 11244.0, 11287.0, 11287.0, 11260.0, 11309.0, 11266.0, 11301.0, 11298.0, 11305.0, 11247.0, 11326.0, 11260.0, 11319.0, 11323.0, 11262.0, 11311.0, 11253.0, 11288.0, 11266.0, 11269.0, 11280.0, 11218.0, 11245.0, 11170.0, 11231.0, 11244.0, 11178.0, 11217.0, 11196.0, 11236.0, 11186.0, 11192.0, 11213.0, 11179.0, 11216.0, 11162.0, 11213.0, 11199.0, 11237.0, 11209.0, 11176.0, 11204.0, 11184.0, 11229.0, 11176.0, 11230.0, 11195.0, 11258.0, 11277.0, 11213.0, 11234.0, 11213.0, 11248.0, 11195.0, 11253.0, 11234.0, 11222.0, 11265.0, 11215.0, 11245.0, 11182.0, 11253.0, 11242.0, 11210.0, 11243.0, 11193.0, 11236.0, 11191.0, 11220.0, 11243.0, 11193.0, 11241.0, 11225.0, 11271.0, 11263.0, 11194.0, 11234.0, 11192.0, 11239.0, 11259.0, 11214.0, 11241.0, 11220.0, 11263.0, 11224.0, 11218.0, 11270.0, 11214.0, 11262.0, 11198.0, 11246.0, 11282.0, 11222.0, 11271.0, 11224.0, 11271.0, 11233.0, 11251.0, 11292.0, 11252.0, 11294.0, 11240.0, 11289.0, 11300.0, 11240.0, 11288.0, 11248.0, 11289.0, 11238.0, 11291.0, 11316.0, 11260.0, 11310.0, 11246.0, 11313.0, 11251.0, 11307.0, 11298.0, 11282.0, 11336.0, 11269.0, 11306.0, 11248.0, 11325.0, 11254.0, 11311.0, 11288.0, 11298.0, 11332.0, 11290.0, 11356.0, 11284.0, 11323.0, 11251.0, 11307.0, 11271.0, 11316.0, 11316.0, 11277.0, 11328.0, 11274.0, 11302.0, 11240.0, 11297.0, 11350.0, 11283.0, 11309.0, 11227.0, 11288.0, 11263.0, 11229.0, 11268.0, 11232.0, 11253.0, 11194.0, 11248.0, 11266.0, 11221.0, 11244.0, 11199.0, 11230.0, 11183.0, 11252.0, 11263.0, 11206.0, 11234.0, 11207.0, 11237.0, 11212.0, 11205.0, 11237.0, 11206.0, 11230.0, 11183.0, 11236.0, 11186.0, 11242.0, 11259.0, 11236.0, 11268.0, 11224.0, 11238.0, 11207.0, 11238.0, 11197.0, 11239.0, 11197.0, 11244.0, 11259.0, 11232.0, 11279.0, 11244.0, 11275.0, 11265.0, 11284.0, 11215.0, 11274.0, 11224.0, 11253.0, 11260.0, 11223.0, 11260.0, 11214.0, 11253.0, 11201.0, 11233.0, 11187.0, 11205.0, 11233.0, 11215.0, 11238.0, 11184.0, 11215.0, 11185.0, 11216.0, 11208.0, 11211.0, 11233.0, 11179.0, 11203.0, 11167.0, 11194.0, 11148.0, 11193.0, 11242.0, 11179.0, 11205.0, 11166.0, 11210.0, 11163.0, 11196.0, 11232.0, 11180.0, 11210.0, 11165.0, 11206.0, 11231.0, 11182.0, 11212.0, 11168.0, 11208.0, 11182.0, 11184.0, 11209.0, 11181.0, 11228.0, 11162.0, 11222.0, 11288.0, 11245.0, 11247.0, 11204.0, 11255.0, 11186.0, 11234.0, 11253.0, 11244.0, 11262.0, 11238.0, 11267.0, 11233.0, 11281.0, 11245.0, 11283.0, 11259.0, 11276.0, 11298.0, 11251.0, 11319.0, 11268.0, 11307.0, 11249.0, 11299.0, 11252.0, 11313.0, 11310.0, 11278.0, 11311.0, 11272.0, 11297.0, 11239.0, 11282.0, 11287.0, 11331.0, 11303.0, 11279.0, 11282.0, 11245.0, 11271.0, 11236.0, 11276.0, 11235.0, 11278.0, 11239.0, 11231.0, 11280.0, 11231.0, 11259.0, 11210.0, 11258.0, 11215.0, 11203.0, 11244.0, 11208.0, 11262.0, 11200.0, 11235.0, 11250.0, 11187.0, 11230.0, 11174.0, 11234.0, 11229.0, 11202.0, 11240.0, 11190.0, 11222.0, 11186.0, 11222.0, 11230.0, 11205.0, 11244.0, 11191.0, 11222.0, 11184.0, 11239.0, 11279.0, 11250.0, 11253.0, 11198.0, 11219.0, 11184.0, 11235.0, 11210.0, 11248.0, 11253.0, 11213.0, 11258.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.007795252873563219</td></tr>
<tr><td colspan=3>aqi</td><td>0.04999338896551724</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.04967406596095</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3056935432566168</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0669655214269276</td></tr>
<tr><td colspan=3>efc</td><td>0.5131</td></tr>
<tr><td colspan=3>fber</td><td>4318.5786</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11301994790604858</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.425287356321839</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.592855392011613</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5836671202187578</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6162173921699714</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.578681663646109</td></tr>
<tr><td colspan=3>gcor</td><td>0.0299185</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.014708767645061016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021721119061112404</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.535741330476589</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2405</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.8239</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.1588</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289454.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1316.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>578.6624</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8671</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4374.4927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.3033</td></tr>
<tr><td colspan=3>tsnr</td><td>30.087030230555683</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>