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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-04_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_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-0060/ses-04/func/sub-0060_ses-04_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>e596d048cac9512e9610dada3507d57a</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>14:31:41.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</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.0953177</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c540fe4-0cf0-4c0f-80a9-0c2856985b17||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['143141.757500', '143142.217500', '143142.677500', '143143.137500', '143143.597500', '143144.057500', '143144.517500', '143144.977500', '143145.437500', '143145.897500', '143146.357500', '143146.817500', '143147.277500', '143147.737500', '143148.197500', '143148.657500', '143149.117500', '143149.577500', '143150.037500', '143150.497500', '143150.957500', '143151.417500', '143151.877500', '143152.337500', '143152.797500', '143153.257500', '143153.717500', '143154.177500', '143154.637500', '143155.097500', '143155.557500', '143156.017500', '143156.477500', '143156.937500', '143157.397500', '143157.857500', '143158.317500', '143158.777500', '143159.237500', '143159.697500', '143200.157500', '143200.617500', '143201.077500', '143201.537500', '143201.997500', '143202.457500', '143202.917500', '143203.377500', '143203.837500', '143204.297500', '143204.757500', '143205.217500', '143205.677500', '143206.137500', '143206.597500', '143207.057500', '143207.517500', '143207.977500', '143208.437500', '143208.897500', '143209.357500', '143209.817500', '143210.277500', '143210.737500', '143211.197500', '143211.657500', '143212.117500', '143212.577500', '143213.037500', '143213.497500', '143213.957500', '143214.417500', '143214.877500', '143215.337500', '143215.797500', '143216.257500', '143216.717500', '143217.177500', '143217.637500', '143218.097500', '143218.557500', '143219.017500', '143219.477500', '143219.937500', '143220.397500', '143220.857500', '143221.317500', '143221.777500', '143222.237500', '143222.697500', '143223.157500', '143223.617500', '143224.077500', '143224.537500', '143224.997500', '143225.457500', '143225.917500', '143226.377500', '143226.837500', '143227.297500', '143227.757500', '143228.217500', '143228.677500', '143229.137500', '143229.597500', '143230.057500', '143230.517500', '143230.977500', '143231.437500', '143231.897500', '143232.357500', '143232.817500', '143233.277500', '143233.737500', '143234.197500', '143234.657500', '143235.117500', '143235.577500', '143236.037500', '143236.497500', '143236.957500', '143237.417500', '143237.877500', '143238.337500', '143238.797500', '143239.257500', '143239.717500', '143240.177500', '143240.637500', '143241.097500', '143241.557500', '143242.017500', '143242.477500', '143242.937500', '143243.397500', '143243.857500', '143244.317500', '143244.777500', '143245.237500', '143245.697500', '143246.157500', '143246.617500', '143247.077500', '143247.537500', '143247.997500', '143248.457500', '143248.917500', '143249.377500', '143249.837500', '143250.297500', '143250.757500', '143251.217500', '143251.677500', '143252.137500', '143252.597500', '143253.057500', '143253.517500', '143253.977500', '143254.437500', '143254.897500', '143255.357500', '143255.817500', '143256.277500', '143256.737500', '143257.197500', '143257.657500', '143258.117500', '143258.577500', '143259.037500', '143259.497500', '143259.957500', '143300.417500', '143300.877500', '143301.337500', '143301.797500', '143302.257500', '143302.717500', '143303.177500', '143303.637500', '143304.097500', '143304.557500', '143305.017500', '143305.477500', '143305.937500', '143306.397500', '143306.857500', '143307.317500', '143307.777500', '143308.237500', '143308.697500', '143309.157500', '143309.617500', '143310.077500', '143310.537500', '143310.997500', '143311.457500', '143311.917500', '143312.377500', '143312.837500', '143313.297500', '143313.757500', '143314.217500', '143314.677500', '143315.137500', '143315.597500', '143316.057500', '143316.517500', '143316.977500', '143317.437500', '143317.897500', '143318.357500', '143318.817500', '143319.277500', '143319.737500', '143320.197500', '143320.657500', '143321.117500', '143321.577500', '143322.037500', '143322.497500', '143322.957500', '143323.417500', '143323.877500', '143324.337500', '143324.797500', '143325.257500', '143325.717500', '143326.177500', '143326.637500', '143327.097500', '143327.557500', '143328.017500', '143328.477500', '143328.937500', '143329.397500', '143329.857500', '143330.317500', '143330.777500', '143331.237500', '143331.697500', '143332.157500', '143332.617500', '143333.077500', '143333.537500', '143333.997500', '143334.457500', '143334.917500', '143335.377500', '143335.837500', '143336.297500', '143336.757500', '143337.217500', '143337.677500', '143338.137500', '143338.597500', '143339.057500', '143339.517500', '143339.977500', '143340.437500', '143340.897500', '143341.357500', '143341.817500', '143342.277500', '143342.737500', '143343.197500', '143343.657500', '143344.117500', '143344.577500', '143345.037500', '143345.497500', '143345.957500', '143346.417500', '143346.877500', '143347.337500', '143347.797500', '143348.257500', '143348.717500', '143349.177500', '143349.637500', '143350.097500', '143350.557500', '143351.017500', '143351.477500', '143351.937500', '143352.397500', '143352.857500', '143353.317500', '143353.777500', '143354.237500', '143354.697500', '143355.157500', '143355.617500', '143356.077500', '143356.537500', '143356.997500', '143357.457500', '143357.917500', '143358.377500', '143358.837500', '143359.297500', '143359.757500', '143400.217500', '143400.677500', '143401.137500', '143401.597500', '143402.057500', '143402.517500', '143402.977500', '143403.437500', '143403.897500', '143404.357500', '143404.817500', '143405.277500', '143405.737500', '143406.197500', '143406.657500', '143407.117500', '143407.577500', '143408.037500', '143408.497500', '143408.957500', '143409.417500', '143409.877500', '143410.337500', '143410.797500', '143411.257500', '143411.717500', '143412.177500', '143412.637500', '143413.097500', '143413.557500', '143414.017500', '143414.477500', '143414.937500', '143415.397500', '143415.857500', '143416.317500', '143416.777500', '143417.237500', '143417.697500', '143418.157500', '143418.617500', '143419.077500', '143419.537500', '143419.997500', '143420.457500', '143420.917500', '143421.377500', '143421.837500', '143422.297500', '143422.757500', '143423.217500', '143423.677500', '143424.137500', '143424.597500', '143425.057500', '143425.517500', '143425.977500', '143426.437500', '143426.897500', '143427.357500', '143427.817500', '143428.277500', '143428.737500', '143429.197500', '143429.657500', '143430.117500', '143430.577500', '143431.037500', '143431.497500', '143431.957500', '143432.417500', '143432.877500', '143433.337500', '143433.797500', '143434.257500', '143434.717500', '143435.177500', '143435.637500', '143436.097500', '143436.557500', '143437.017500', '143437.477500', '143437.937500', '143438.397500', '143438.857500', '143439.317500', '143439.777500', '143440.237500', '143440.697500', '143441.157500', '143441.617500', '143442.077500', '143442.537500', '143442.997500', '143443.457500', '143443.917500', '143444.377500', '143444.837500', '143445.297500', '143445.757500', '143446.217500', '143446.677500', '143447.137500', '143447.597500', '143448.057500', '143448.517500', '143448.977500', '143449.437500', '143449.897500', '143450.357500', '143450.817500', '143451.277500', '143451.737500', '143452.197500', '143452.657500', '143453.117500', '143453.577500', '143454.037500', '143454.497500', '143454.957500', '143455.417500', '143455.877500', '143456.337500', '143456.797500', '143457.257500', '143457.717500', '143458.177500', '143458.637500', '143459.097500', '143459.557500', '143500.017500', '143500.477500', '143500.937500', '143501.397500', '143501.857500', '143502.317500', '143502.777500', '143503.237500', '143503.697500', '143504.157500', '143504.617500', '143505.077500', '143505.537500', '143505.997500', '143506.457500', '143506.917500', '143507.377500', '143507.837500', '143508.297500', '143508.757500', '143509.217500', '143509.677500', '143510.137500', '143510.597500', '143511.057500', '143511.517500', '143511.977500', '143512.437500', '143512.897500', '143513.357500', '143513.817500', '143514.277500', '143514.737500', '143515.197500', '143515.657500', '143516.117500', '143516.577500', '143517.037500', '143517.497500', '143517.957500', '143518.417500', '143518.877500', '143519.337500', '143519.797500', '143520.257500', '143520.717500', '143521.177500', '143521.637500', '143522.097500', '143522.557500', '143523.017500', '143523.477500', '143523.937500', '143524.397500', '143524.857500', '143525.317500', '143525.777500', '143526.237500', '143526.697500', '143527.157500', '143527.617500', '143528.077500', '143528.537500', '143528.997500', '143529.457500', '143529.917500', '143530.377500', '143530.837500', '143531.297500', '143531.757500', '143532.217500', '143532.677500', '143533.137500', '143533.597500', '143534.057500', '143534.517500', '143534.977500', '143535.437500', '143535.897500', '143536.357500', '143536.817500', '143537.277500', '143537.737500', '143538.197500', '143538.657500', '143539.117500', '143539.577500', '143540.037500', '143540.497500', '143540.957500', '143541.417500', '143541.877500', '143542.337500', '143542.797500', '143543.257500', '143543.717500', '143544.177500', '143544.637500', '143545.097500', '143545.557500', '143546.017500', '143546.477500', '143546.937500', '143547.397500', '143547.857500', '143548.317500', '143548.777500', '143549.237500', '143549.697500', '143550.157500', '143550.617500', '143551.077500', '143551.537500', '143551.997500', '143552.457500', '143552.917500', '143553.377500', '143553.837500', '143554.297500', '143554.757500', '143555.217500', '143555.677500', '143556.137500', '143556.597500', '143557.057500', '143557.517500', '143557.977500', '143558.437500', '143558.897500', '143559.357500', '143559.817500', '143600.277500', '143600.737500', '143601.197500', '143601.657500', '143602.117500', '143602.577500', '143603.037500', '143603.497500', '143603.957500', '143604.417500', '143604.877500', '143605.337500', '143605.797500', '143606.257500', '143606.717500', '143607.177500', '143607.637500', '143608.097500', '143608.557500', '143609.017500', '143609.477500', '143609.937500', '143610.397500', '143610.857500', '143611.317500', '143611.777500', '143612.237500', '143612.697500', '143613.157500', '143613.617500', '143614.077500', '143614.537500', '143614.997500', '143615.457500', '143615.917500', '143616.377500', '143616.837500', '143617.297500', '143617.757500', '143618.217500', '143618.677500', '143619.137500', '143619.597500', '143620.057500', '143620.517500', '143620.977500', '143621.437500', '143621.897500', '143622.357500', '143622.817500', '143623.277500', '143623.737500', '143624.197500', '143624.657500', '143625.117500', '143625.577500', '143626.037500', '143626.497500', '143626.957500', '143627.417500', '143627.877500', '143628.337500', '143628.797500', '143629.257500', '143629.717500', '143630.177500', '143630.637500', '143631.097500', '143631.557500', '143632.017500', '143632.477500', '143632.937500', '143633.397500', '143633.857500', '143634.317500', '143634.777500', '143635.237500', '143635.697500', '143636.157500', '143636.617500', '143637.077500', '143637.537500', '143637.997500', '143638.457500', '143638.917500', '143639.377500', '143639.837500', '143640.297500', '143640.757500', '143641.217500', '143641.677500', '143642.137500', '143642.597500', '143643.057500', '143643.517500', '143643.977500', '143644.437500', '143644.897500', '143645.357500', '143645.817500', '143646.277500', '143646.737500', '143647.197500', '143647.657500', '143648.117500', '143648.577500', '143649.037500', '143649.497500', '143649.957500', '143650.417500', '143650.877500', '143651.337500', '143651.797500', '143652.257500', '143652.717500', '143653.177500', '143653.637500', '143654.097500', '143654.557500', '143655.017500', '143655.477500', '143655.937500', '143656.397500', '143656.857500', '143657.317500', '143657.777500', '143658.237500', '143658.697500', '143659.157500', '143659.617500', '143700.077500', '143700.537500', '143700.997500', '143701.457500', '143701.917500', '143702.377500', '143702.837500', '143703.297500', '143703.757500', '143704.217500', '143704.677500', '143705.137500', '143705.597500', '143706.057500', '143706.517500', '143706.977500', '143707.437500', '143707.897500', '143708.357500', '143708.817500', '143709.277500', '143709.737500', '143710.197500', '143710.657500', '143711.117500', '143711.577500', '143712.037500', '143712.497500', '143712.957500', '143713.417500', '143713.877500', '143714.337500', '143714.797500', '143715.257500', '143715.717500', '143716.177500', '143716.637500', '143717.097500', '143717.557500', '143718.017500', '143718.477500', '143718.937500', '143719.397500', '143719.857500', '143720.317500', '143720.777500', '143721.237500', '143721.697500', '143722.157500', '143722.617500', '143723.077500', '143723.537500', '143723.997500', '143724.457500', '143724.917500', '143725.377500', '143725.837500', '143726.297500', '143726.757500', '143727.217500', '143727.677500', '143728.137500', '143728.597500', '143729.057500', '143729.517500', '143729.977500', '143730.437500', '143730.897500', '143731.357500', '143731.817500', '143732.277500', '143732.737500', '143733.197500', '143733.657500', '143734.117500', '143734.577500', '143735.037500', '143735.497500', '143735.957500', '143736.417500', '143736.877500', '143737.337500', '143737.797500', '143738.257500', '143738.717500', '143739.177500', '143739.637500', '143740.097500', '143740.557500', '143741.017500', '143741.477500', '143741.937500', '143742.397500', '143742.857500', '143743.317500', '143743.777500', '143744.237500', '143744.697500', '143745.157500', '143745.617500', '143746.077500', '143746.537500', '143746.997500', '143747.457500', '143747.917500', '143748.377500', '143748.837500', '143749.297500', '143749.757500', '143750.217500', '143750.677500', '143751.137500', '143751.597500', '143752.057500', '143752.517500', '143752.977500', '143753.437500', '143753.897500', '143754.357500', '143754.817500', '143755.277500', '143755.737500', '143756.197500', '143756.657500', '143757.117500', '143757.577500', '143758.037500', '143758.497500', '143758.957500', '143759.417500', '143759.877500', '143800.337500', '143800.797500', '143801.257500', '143801.717500', '143802.177500', '143802.637500', '143803.097500', '143803.557500', '143804.017500', '143804.477500', '143804.937500', '143805.397500', '143805.857500', '143806.317500', '143806.777500', '143807.237500', '143807.697500', '143808.157500', '143808.617500', '143809.077500', '143809.537500', '143809.997500', '143810.457500', '143810.917500', '143811.377500', '143811.837500', '143812.297500', '143812.757500', '143813.217500', '143813.677500', '143814.137500', '143814.597500', '143815.057500', '143815.517500', '143815.977500', '143816.437500', '143816.897500', '143817.357500', '143817.817500', '143818.277500', '143818.737500', '143819.197500', '143819.657500', '143820.117500', '143820.577500', '143821.037500', '143821.497500', '143821.957500', '143822.417500'], 'ContentTime': ['143207.508000', '143207.511000', '143207.514000', '143207.517000', '143207.520000', '143207.522000', '143207.525000', '143207.527000', '143207.530000', '143207.533000', '143207.535000', '143207.538000', '143207.540000', '143207.543000', '143207.546000', '143207.548000', '143207.551000', '143207.553000', '143207.556000', '143207.559000', '143207.561000', '143207.564000', '143207.566000', '143207.569000', '143207.575000', '143207.577000', '143207.580000', '143207.590000', '143207.593000', '143207.596000', '143207.598000', '143207.601000', '143207.604000', '143207.606000', '143207.609000', '143207.612000', '143207.614000', '143207.617000', '143207.619000', '143207.622000', '143207.625000', '143207.627000', '143207.630000', '143207.633000', '143207.635000', '143207.638000', '143207.640000', '143207.643000', '143207.646000', '143207.649000', '143207.652000', '143207.654000', '143207.657000', '143227.437000', '143227.440000', '143227.443000', '143227.446000', '143227.448000', '143227.451000', '143227.453000', '143227.456000', '143227.459000', '143227.461000', '143227.464000', '143227.466000', '143227.469000', '143227.472000', '143227.474000', '143227.477000', '143227.479000', '143227.482000', '143227.485000', '143227.487000', '143227.490000', '143227.492000', '143227.495000', '143227.498000', '143227.500000', '143227.503000', '143227.505000', '143227.508000', '143227.510000', '143227.513000', '143227.516000', '143227.518000', '143227.521000', '143227.524000', '143227.526000', '143227.529000', '143227.532000', '143227.535000', '143227.537000', '143227.540000', '143227.543000', '143227.546000', '143227.548000', '143247.437000', '143247.440000', '143247.443000', '143247.446000', '143247.448000', '143247.451000', '143247.453000', '143247.456000', '143247.459000', '143247.461000', '143247.464000', '143247.466000', '143247.469000', '143247.472000', '143247.481000', '143247.484000', '143247.487000', '143247.489000', '143247.492000', '143247.495000', '143247.497000', '143247.500000', '143247.503000', '143247.505000', '143247.508000', '143247.510000', '143247.513000', '143247.516000', '143247.518000', '143247.521000', '143247.524000', '143247.526000', '143247.529000', '143247.531000', '143247.534000', '143247.537000', '143247.539000', '143247.542000', '143247.544000', '143247.547000', '143247.550000', '143247.552000', '143247.555000', '143247.557000', '143307.438000', '143307.441000', '143307.444000', '143307.447000', '143307.450000', '143307.453000', '143307.455000', '143307.458000', '143307.461000', '143307.487000', '143307.490000', '143307.492000', '143307.495000', '143307.498000', '143307.501000', '143307.503000', '143307.506000', '143307.509000', '143307.511000', '143307.514000', '143307.517000', '143307.519000', '143307.522000', '143307.525000', '143307.527000', '143307.530000', '143307.533000', '143307.535000', '143307.538000', '143307.541000', '143307.543000', '143307.546000', '143307.549000', '143307.551000', '143307.554000', '143307.559000', '143307.562000', '143307.564000', '143307.567000', '143307.569000', '143307.572000', '143307.574000', '143307.577000', '143327.438000', '143327.441000', '143327.444000', '143327.447000', '143327.449000', '143327.452000', '143327.455000', '143327.457000', '143327.460000', '143327.462000', '143327.465000', '143327.468000', '143327.470000', '143327.473000', '143327.476000', '143327.478000', '143327.481000', '143327.483000', '143327.486000', '143327.489000', '143327.491000', '143327.494000', '143327.497000', '143327.499000', '143327.502000', '143327.505000', '143327.507000', '143327.510000', '143327.513000', '143327.515000', '143327.518000', '143327.520000', '143327.523000', '143327.526000', '143327.528000', '143327.531000', '143327.534000', '143327.536000', '143327.539000', '143327.541000', '143327.544000', '143327.547000', '143327.549000', '143327.552000', '143347.438000', '143347.441000', '143347.444000', '143347.446000', '143347.449000', '143347.452000', '143347.454000', '143347.457000', '143347.460000', '143347.462000', '143347.465000', '143347.468000', '143347.471000', '143347.473000', '143347.476000', '143347.479000', '143347.481000', '143347.484000', '143347.486000', '143347.489000', '143347.492000', '143347.494000', '143347.497000', '143347.499000', '143347.508000', '143347.511000', '143347.514000', '143347.579000', '143347.582000', '143347.585000', '143347.587000', '143347.590000', '143347.592000', '143347.595000', '143347.598000', '143347.600000', '143347.603000', '143347.605000', '143347.608000', '143347.611000', '143347.613000', '143347.616000', '143347.619000', '143347.621000', '143407.437000', '143407.440000', '143407.443000', '143407.446000', '143407.449000', '143407.451000', '143407.454000', '143407.456000', '143407.459000', '143407.462000', '143407.464000', '143407.467000', '143407.470000', '143407.472000', '143407.475000', '143407.477000', '143407.480000', '143407.483000', '143407.485000', '143407.488000', '143407.490000', '143407.493000', '143407.496000', '143407.498000', '143407.501000', '143407.503000', '143407.506000', '143407.509000', '143407.511000', '143407.514000', '143407.517000', '143407.519000', '143407.522000', '143407.524000', '143407.527000', '143407.529000', '143407.532000', '143407.535000', '143407.537000', '143407.540000', '143407.543000', '143407.545000', '143407.548000', '143427.437000', '143427.440000', '143427.443000', '143427.446000', '143427.448000', '143427.451000', '143427.454000', '143427.456000', '143427.459000', '143427.461000', '143427.464000', '143427.467000', '143427.469000', '143427.472000', '143427.475000', '143427.477000', '143427.480000', '143427.482000', '143427.485000', '143427.489000', '143427.492000', '143427.494000', '143427.497000', '143427.499000', '143427.502000', '143427.505000', '143427.507000', '143427.510000', '143427.513000', '143427.515000', '143427.518000', '143427.520000', '143427.523000', '143427.526000', '143427.528000', '143427.534000', '143427.537000', '143427.539000', '143427.543000', '143427.545000', '143427.548000', '143427.551000', '143427.553000', '143427.556000', '143447.438000', '143447.441000', '143447.444000', '143447.446000', '143447.449000', '143447.459000', '143447.462000', '143447.464000', '143447.467000', '143447.470000', '143447.473000', '143447.475000', '143447.478000', '143447.481000', '143447.483000', '143447.486000', '143447.489000', '143447.491000', '143447.494000', '143447.497000', '143447.499000', '143447.502000', '143447.505000', '143447.507000', '143447.510000', '143447.513000', '143447.515000', '143447.518000', '143447.521000', '143447.523000', '143447.526000', '143447.528000', '143447.531000', '143447.534000', '143447.536000', '143447.539000', '143447.541000', '143447.544000', '143447.547000', '143447.549000', '143447.552000', '143447.555000', '143447.557000', '143507.437000', '143507.440000', '143507.443000', '143507.446000', '143507.448000', '143507.451000', '143507.454000', '143507.456000', '143507.459000', '143507.461000', '143507.464000', '143507.467000', '143507.469000', '143507.472000', '143507.475000', '143507.478000', '143507.480000', '143507.483000', '143507.486000', '143507.488000', '143507.491000', '143507.494000', '143507.496000', '143507.499000', '143507.501000', '143507.504000', '143507.507000', '143507.509000', '143507.512000', '143507.515000', '143507.517000', '143507.520000', '143507.522000', '143507.525000', '143507.528000', '143507.530000', '143507.533000', '143507.535000', '143507.538000', '143507.541000', '143507.543000', '143507.546000', '143507.549000', '143507.552000', '143527.438000', '143527.441000', '143527.444000', '143527.447000', '143527.449000', '143527.452000', '143527.454000', '143527.457000', '143527.475000', '143527.478000', '143527.480000', '143527.483000', '143527.486000', '143527.488000', '143527.491000', '143527.493000', '143527.496000', '143527.499000', '143527.501000', '143527.504000', '143527.507000', '143527.509000', '143527.512000', '143527.515000', '143527.517000', '143527.520000', '143527.522000', '143527.525000', '143527.528000', '143527.530000', '143527.533000', '143527.535000', '143527.538000', '143527.541000', '143527.543000', '143527.546000', '143527.548000', '143527.551000', '143527.554000', '143527.556000', '143527.559000', '143527.561000', '143527.564000', '143547.439000', '143547.442000', '143547.444000', '143547.447000', '143547.449000', '143547.452000', '143547.455000', '143547.457000', '143547.460000', '143547.463000', '143547.465000', '143547.468000', '143547.471000', '143547.473000', '143547.476000', '143547.478000', '143547.481000', '143547.484000', '143547.486000', '143547.489000', '143547.491000', '143547.494000', '143547.497000', '143547.500000', '143547.503000', '143547.506000', '143547.509000', '143547.511000', '143547.514000', '143547.517000', '143547.519000', '143547.522000', '143547.524000', '143547.528000', '143547.531000', '143547.534000', '143547.536000', '143547.539000', '143547.542000', '143547.544000', '143547.547000', '143547.550000', '143547.552000', '143607.439000', '143607.441000', '143607.444000', '143607.447000', '143607.449000', '143607.452000', '143607.455000', '143607.457000', '143607.460000', '143607.462000', '143607.465000', '143607.468000', '143607.470000', '143607.473000', '143607.476000', '143607.478000', '143607.481000', '143607.483000', '143607.486000', '143607.489000', '143607.491000', '143607.494000', '143607.497000', '143607.500000', '143607.502000', '143607.505000', '143607.507000', '143607.510000', '143607.513000', '143607.515000', '143607.518000', '143607.521000', '143607.523000', '143607.526000', '143607.528000', '143607.531000', '143607.534000', '143607.536000', '143607.539000', '143607.542000', '143607.544000', '143607.547000', '143607.549000', '143607.552000', '143627.438000', '143627.441000', '143627.443000', '143627.446000', '143627.448000', '143627.451000', '143627.454000', '143627.456000', '143627.459000', '143627.462000', '143627.464000', '143627.467000', '143627.470000', '143627.472000', '143627.475000', '143627.477000', '143627.480000', '143627.483000', '143627.485000', '143627.488000', '143627.491000', '143627.493000', '143627.496000', '143627.499000', '143627.501000', '143627.504000', '143627.507000', '143627.510000', '143627.512000', '143627.515000', '143627.518000', '143627.521000', '143627.523000', '143627.526000', '143627.529000', '143627.531000', '143627.534000', '143627.537000', '143627.539000', '143627.542000', '143627.545000', '143627.547000', '143627.550000', '143647.438000', '143647.440000', '143647.443000', '143647.446000', '143647.449000', '143647.451000', '143647.454000', '143647.457000', '143647.459000', '143647.462000', '143647.464000', '143647.467000', '143647.470000', '143647.472000', '143647.475000', '143647.477000', '143647.480000', '143647.483000', '143647.485000', '143647.488000', '143647.525000', '143647.528000', '143647.530000', '143647.533000', '143647.535000', '143647.538000', '143647.541000', '143647.543000', '143647.546000', '143647.549000', '143647.551000', '143647.554000', '143647.556000', '143647.559000', '143647.562000', '143647.564000', '143647.567000', '143647.569000', '143647.572000', '143647.575000', '143647.577000', '143647.580000', '143647.582000', '143647.585000', '143707.437000', '143707.440000', '143707.443000', '143707.446000', '143707.448000', '143707.451000', '143707.454000', '143707.456000', '143707.459000', '143707.461000', '143707.464000', '143707.467000', '143707.469000', '143707.472000', '143707.474000', '143707.477000', '143707.480000', '143707.482000', '143707.485000', '143707.488000', '143707.490000', '143707.493000', '143707.495000', '143707.498000', '143707.501000', '143707.503000', '143707.506000', '143707.508000', '143707.511000', '143707.514000', '143707.517000', '143707.520000', '143707.523000', '143707.526000', '143707.529000', '143707.531000', '143707.534000', '143707.536000', '143707.539000', '143707.542000', '143707.544000', '143707.547000', '143707.550000', '143727.438000', '143727.441000', '143727.443000', '143727.446000', '143727.449000', '143727.459000', '143727.462000', '143727.464000', '143727.467000', '143727.470000', '143727.472000', '143727.475000', '143727.478000', '143727.480000', '143727.483000', '143727.486000', '143727.488000', '143727.491000', '143727.494000', '143727.497000', '143727.499000', '143727.502000', '143727.504000', '143727.507000', '143727.510000', '143727.512000', '143727.515000', '143727.518000', '143727.520000', '143727.523000', '143727.525000', '143727.528000', '143727.531000', '143727.533000', '143727.536000', '143727.539000', '143727.541000', '143727.544000', '143727.547000', '143727.549000', '143727.552000', '143727.554000', '143727.557000', '143727.560000', '143747.439000', '143747.442000', '143747.444000', '143747.447000', '143747.450000', '143747.452000', '143747.455000', '143747.457000', '143747.460000', '143747.463000', '143747.465000', '143747.468000', '143747.471000', '143747.475000', '143747.478000', '143747.480000', '143747.483000', '143747.486000', '143747.488000', '143747.491000', '143747.494000', '143747.496000', '143747.499000', '143747.501000', '143747.504000', '143747.507000', '143747.509000', '143747.512000', '143747.514000', '143747.517000', '143747.520000', '143747.522000', '143747.525000', '143747.528000', '143747.531000', '143747.534000', '143747.537000', '143747.540000', '143747.542000', '143747.545000', '143747.548000', '143747.550000', '143747.553000', '143807.438000', '143807.441000', '143807.444000', '143807.447000', '143807.449000', '143807.452000', '143807.455000', '143807.457000', '143807.460000', '143807.462000', '143807.465000', '143807.468000', '143807.470000', '143807.473000', '143807.475000', '143807.478000', '143807.481000', '143807.483000', '143807.486000', '143807.489000', '143807.491000', '143807.494000', '143807.496000', '143807.499000', '143807.502000', '143807.504000', '143807.507000', '143807.509000', '143807.512000', '143807.515000', '143807.525000', '143807.528000', '143807.530000', '143807.533000', '143807.535000', '143807.538000', '143807.541000', '143807.543000', '143807.546000', '143807.548000', '143807.551000', '143807.554000', '143807.556000', '143807.559000', '143823.893000', '143823.897000', '143823.899000', '143823.902000', '143823.905000', '143823.907000', '143823.910000', '143823.913000', '143823.916000', '143823.918000', '143823.921000', '143823.924000', '143823.935000', '143823.938000', '143823.940000', '143823.944000', '143823.947000', '143823.950000', '143823.953000', '143823.956000', '143823.959000', '143823.962000', '143823.965000', '143823.968000', '143823.971000', '143823.974000', '143823.981000', '143823.984000', '143823.987000', '143823.990000', '143823.992000', '143823.995000', '143823.998000', '143824.002000', '143824.004000', '143824.007000'], 'InstanceCreationTime': ['143207.508000', '143207.511000', '143207.514000', '143207.517000', '143207.520000', '143207.522000', '143207.525000', '143207.527000', '143207.530000', '143207.533000', '143207.535000', '143207.538000', '143207.540000', '143207.543000', '143207.546000', '143207.548000', '143207.551000', '143207.553000', '143207.556000', '143207.559000', '143207.561000', '143207.564000', '143207.566000', '143207.569000', '143207.575000', '143207.577000', '143207.580000', '143207.590000', '143207.593000', '143207.596000', '143207.598000', '143207.601000', '143207.604000', '143207.606000', '143207.609000', '143207.612000', '143207.614000', '143207.617000', '143207.619000', '143207.622000', '143207.625000', '143207.627000', '143207.630000', '143207.633000', '143207.635000', '143207.638000', '143207.640000', '143207.643000', '143207.646000', '143207.649000', '143207.652000', '143207.654000', '143207.657000', '143227.437000', '143227.440000', '143227.443000', '143227.446000', '143227.448000', '143227.451000', '143227.453000', '143227.456000', '143227.459000', '143227.461000', '143227.464000', '143227.466000', '143227.469000', '143227.472000', '143227.474000', '143227.477000', '143227.479000', '143227.482000', '143227.485000', '143227.487000', '143227.490000', '143227.492000', '143227.495000', '143227.498000', '143227.500000', '143227.503000', '143227.505000', '143227.508000', '143227.510000', '143227.513000', '143227.516000', '143227.518000', '143227.521000', '143227.524000', '143227.526000', '143227.529000', '143227.532000', '143227.535000', '143227.537000', '143227.540000', '143227.543000', '143227.546000', '143227.548000', '143247.437000', '143247.440000', '143247.443000', '143247.446000', '143247.448000', '143247.451000', '143247.453000', '143247.456000', '143247.459000', '143247.461000', '143247.464000', '143247.466000', '143247.469000', '143247.472000', '143247.481000', '143247.484000', '143247.487000', '143247.489000', '143247.492000', '143247.495000', '143247.497000', '143247.500000', '143247.503000', '143247.505000', '143247.508000', '143247.510000', '143247.513000', '143247.516000', '143247.518000', '143247.521000', '143247.524000', '143247.526000', '143247.529000', '143247.531000', '143247.534000', '143247.537000', '143247.539000', '143247.542000', '143247.544000', '143247.547000', '143247.550000', '143247.552000', '143247.555000', '143247.557000', '143307.438000', '143307.441000', '143307.444000', '143307.447000', '143307.450000', '143307.453000', '143307.455000', '143307.458000', '143307.461000', '143307.487000', '143307.490000', '143307.492000', '143307.495000', '143307.498000', '143307.501000', '143307.503000', '143307.506000', '143307.509000', '143307.511000', '143307.514000', '143307.517000', '143307.519000', '143307.522000', '143307.525000', '143307.527000', '143307.530000', '143307.533000', '143307.535000', '143307.538000', '143307.541000', '143307.543000', '143307.546000', '143307.549000', '143307.551000', '143307.554000', '143307.559000', '143307.562000', '143307.564000', '143307.567000', '143307.569000', '143307.572000', '143307.574000', '143307.577000', '143327.438000', '143327.441000', '143327.444000', '143327.447000', '143327.449000', '143327.452000', '143327.455000', '143327.457000', '143327.460000', '143327.462000', '143327.465000', '143327.468000', '143327.470000', '143327.473000', '143327.476000', '143327.478000', '143327.481000', '143327.483000', '143327.486000', '143327.489000', '143327.491000', '143327.494000', '143327.497000', '143327.499000', '143327.502000', '143327.505000', '143327.507000', '143327.510000', '143327.513000', '143327.515000', '143327.518000', '143327.520000', '143327.523000', '143327.526000', '143327.528000', '143327.531000', '143327.534000', '143327.536000', '143327.539000', '143327.541000', '143327.544000', '143327.547000', '143327.549000', '143327.552000', '143347.438000', '143347.441000', '143347.444000', '143347.446000', '143347.449000', '143347.452000', '143347.454000', '143347.457000', '143347.460000', '143347.462000', '143347.465000', '143347.468000', '143347.471000', '143347.473000', '143347.476000', '143347.479000', '143347.481000', '143347.484000', '143347.486000', '143347.489000', '143347.492000', '143347.494000', '143347.497000', '143347.499000', '143347.508000', '143347.511000', '143347.514000', '143347.579000', '143347.582000', '143347.585000', '143347.587000', '143347.590000', '143347.592000', '143347.595000', '143347.598000', '143347.600000', '143347.603000', '143347.605000', '143347.608000', '143347.611000', '143347.613000', '143347.616000', '143347.619000', '143347.621000', '143407.437000', '143407.440000', '143407.443000', '143407.446000', '143407.449000', '143407.451000', '143407.454000', '143407.456000', '143407.459000', '143407.462000', '143407.464000', '143407.467000', '143407.470000', '143407.472000', '143407.475000', '143407.477000', '143407.480000', '143407.483000', '143407.485000', '143407.488000', '143407.490000', '143407.493000', '143407.496000', '143407.498000', '143407.501000', '143407.503000', '143407.506000', '143407.509000', '143407.511000', '143407.514000', '143407.517000', '143407.519000', '143407.522000', '143407.524000', '143407.527000', '143407.529000', '143407.532000', '143407.535000', '143407.537000', '143407.540000', '143407.543000', '143407.545000', '143407.548000', '143427.437000', '143427.440000', '143427.443000', '143427.446000', '143427.448000', '143427.451000', '143427.454000', '143427.456000', '143427.459000', '143427.461000', '143427.464000', '143427.467000', '143427.469000', '143427.472000', '143427.475000', '143427.477000', '143427.480000', '143427.482000', '143427.485000', '143427.489000', '143427.492000', '143427.494000', '143427.497000', '143427.499000', '143427.502000', '143427.505000', '143427.507000', '143427.510000', '143427.513000', '143427.515000', '143427.518000', '143427.520000', '143427.523000', '143427.526000', '143427.528000', '143427.534000', '143427.537000', '143427.539000', '143427.543000', '143427.545000', '143427.548000', '143427.551000', '143427.553000', '143427.556000', '143447.438000', '143447.441000', '143447.444000', '143447.446000', '143447.449000', '143447.459000', '143447.462000', '143447.464000', '143447.467000', '143447.470000', '143447.473000', '143447.475000', '143447.478000', '143447.481000', '143447.483000', '143447.486000', '143447.489000', '143447.491000', '143447.494000', '143447.497000', '143447.499000', '143447.502000', '143447.505000', '143447.507000', '143447.510000', '143447.513000', '143447.515000', '143447.518000', '143447.521000', '143447.523000', '143447.526000', '143447.528000', '143447.531000', '143447.534000', '143447.536000', '143447.539000', '143447.541000', '143447.544000', '143447.547000', '143447.549000', '143447.552000', '143447.555000', '143447.557000', '143507.437000', '143507.440000', '143507.443000', '143507.446000', '143507.448000', '143507.451000', '143507.454000', '143507.456000', '143507.459000', '143507.461000', '143507.464000', '143507.467000', '143507.469000', '143507.472000', '143507.475000', '143507.478000', '143507.480000', '143507.483000', '143507.486000', '143507.488000', '143507.491000', '143507.494000', '143507.496000', '143507.499000', '143507.501000', '143507.504000', '143507.507000', '143507.509000', '143507.512000', '143507.515000', '143507.517000', '143507.520000', '143507.522000', '143507.525000', '143507.528000', '143507.530000', '143507.533000', '143507.535000', '143507.538000', '143507.541000', '143507.543000', '143507.546000', '143507.549000', '143507.552000', '143527.438000', '143527.441000', '143527.444000', '143527.447000', '143527.449000', '143527.452000', '143527.454000', '143527.457000', '143527.475000', '143527.478000', '143527.480000', '143527.483000', '143527.486000', '143527.488000', '143527.491000', '143527.493000', '143527.496000', '143527.499000', '143527.501000', '143527.504000', '143527.507000', '143527.509000', '143527.512000', '143527.515000', '143527.517000', '143527.520000', '143527.522000', '143527.525000', '143527.528000', '143527.530000', '143527.533000', '143527.535000', '143527.538000', '143527.541000', '143527.543000', '143527.546000', '143527.548000', '143527.551000', '143527.554000', '143527.556000', '143527.559000', '143527.561000', '143527.564000', '143547.439000', '143547.442000', '143547.444000', '143547.447000', '143547.449000', '143547.452000', '143547.455000', '143547.457000', '143547.460000', '143547.463000', '143547.465000', '143547.468000', '143547.471000', '143547.473000', '143547.476000', '143547.478000', '143547.481000', '143547.484000', '143547.486000', '143547.489000', '143547.491000', '143547.494000', '143547.497000', '143547.500000', '143547.503000', '143547.506000', '143547.509000', '143547.511000', '143547.514000', '143547.517000', '143547.519000', '143547.522000', '143547.524000', '143547.528000', '143547.531000', '143547.534000', '143547.536000', '143547.539000', '143547.542000', '143547.544000', '143547.547000', '143547.550000', '143547.552000', '143607.439000', '143607.441000', '143607.444000', '143607.447000', '143607.449000', '143607.452000', '143607.455000', '143607.457000', '143607.460000', '143607.462000', '143607.465000', '143607.468000', '143607.470000', '143607.473000', '143607.476000', '143607.478000', '143607.481000', '143607.483000', '143607.486000', '143607.489000', '143607.491000', '143607.494000', '143607.497000', '143607.500000', '143607.502000', '143607.505000', '143607.507000', '143607.510000', '143607.513000', '143607.515000', '143607.518000', '143607.521000', '143607.523000', '143607.526000', '143607.528000', '143607.531000', '143607.534000', '143607.536000', '143607.539000', '143607.542000', '143607.544000', '143607.547000', '143607.549000', '143607.552000', '143627.438000', '143627.441000', '143627.443000', '143627.446000', '143627.448000', '143627.451000', '143627.454000', '143627.456000', '143627.459000', '143627.462000', '143627.464000', '143627.467000', '143627.470000', '143627.472000', '143627.475000', '143627.477000', '143627.480000', '143627.483000', '143627.485000', '143627.488000', '143627.491000', '143627.493000', '143627.496000', '143627.499000', '143627.501000', '143627.504000', '143627.507000', '143627.510000', '143627.512000', '143627.515000', '143627.518000', '143627.521000', '143627.523000', '143627.526000', '143627.529000', '143627.531000', '143627.534000', '143627.537000', '143627.539000', '143627.542000', '143627.545000', '143627.547000', '143627.550000', '143647.438000', '143647.440000', '143647.443000', '143647.446000', '143647.449000', '143647.451000', '143647.454000', '143647.457000', '143647.459000', '143647.462000', '143647.464000', '143647.467000', '143647.470000', '143647.472000', '143647.475000', '143647.477000', '143647.480000', '143647.483000', '143647.485000', '143647.488000', '143647.525000', '143647.528000', '143647.530000', '143647.533000', '143647.535000', '143647.538000', '143647.541000', '143647.543000', '143647.546000', '143647.549000', '143647.551000', '143647.554000', '143647.556000', '143647.559000', '143647.562000', '143647.564000', '143647.567000', '143647.569000', '143647.572000', '143647.575000', '143647.577000', '143647.580000', '143647.582000', '143647.585000', '143707.437000', '143707.440000', '143707.443000', '143707.446000', '143707.448000', '143707.451000', '143707.454000', '143707.456000', '143707.459000', '143707.461000', '143707.464000', '143707.467000', '143707.469000', '143707.472000', '143707.474000', '143707.477000', '143707.480000', '143707.482000', '143707.485000', '143707.488000', '143707.490000', '143707.493000', '143707.495000', '143707.498000', '143707.501000', '143707.503000', '143707.506000', '143707.508000', '143707.511000', '143707.514000', '143707.517000', '143707.520000', '143707.523000', '143707.526000', '143707.529000', '143707.531000', '143707.534000', '143707.536000', '143707.539000', '143707.542000', '143707.544000', '143707.547000', '143707.550000', '143727.438000', '143727.441000', '143727.443000', '143727.446000', '143727.449000', '143727.459000', '143727.462000', '143727.464000', '143727.467000', '143727.470000', '143727.472000', '143727.475000', '143727.478000', '143727.480000', '143727.483000', '143727.486000', '143727.488000', '143727.491000', '143727.494000', '143727.497000', '143727.499000', '143727.502000', '143727.504000', '143727.507000', '143727.510000', '143727.512000', '143727.515000', '143727.518000', '143727.520000', '143727.523000', '143727.525000', '143727.528000', '143727.531000', '143727.533000', '143727.536000', '143727.539000', '143727.541000', '143727.544000', '143727.547000', '143727.549000', '143727.552000', '143727.554000', '143727.557000', '143727.560000', '143747.439000', '143747.442000', '143747.444000', '143747.447000', '143747.450000', '143747.452000', '143747.455000', '143747.457000', '143747.460000', '143747.463000', '143747.465000', '143747.468000', '143747.471000', '143747.475000', '143747.478000', '143747.480000', '143747.483000', '143747.486000', '143747.488000', '143747.491000', '143747.494000', '143747.496000', '143747.499000', '143747.501000', '143747.504000', '143747.507000', '143747.509000', '143747.512000', '143747.514000', '143747.517000', '143747.520000', '143747.522000', '143747.525000', '143747.528000', '143747.531000', '143747.534000', '143747.537000', '143747.540000', '143747.542000', '143747.545000', '143747.548000', '143747.550000', '143747.553000', '143807.438000', '143807.441000', '143807.444000', '143807.447000', '143807.449000', '143807.452000', '143807.455000', '143807.457000', '143807.460000', '143807.462000', '143807.465000', '143807.468000', '143807.470000', '143807.473000', '143807.475000', '143807.478000', '143807.481000', '143807.483000', '143807.486000', '143807.489000', '143807.491000', '143807.494000', '143807.496000', '143807.499000', '143807.502000', '143807.504000', '143807.507000', '143807.509000', '143807.512000', '143807.515000', '143807.525000', '143807.528000', '143807.530000', '143807.533000', '143807.535000', '143807.538000', '143807.541000', '143807.543000', '143807.546000', '143807.548000', '143807.551000', '143807.554000', '143807.556000', '143807.559000', '143823.893000', '143823.897000', '143823.899000', '143823.902000', '143823.905000', '143823.907000', '143823.910000', '143823.913000', '143823.916000', '143823.918000', '143823.921000', '143823.924000', '143823.935000', '143823.938000', '143823.940000', '143823.944000', '143823.947000', '143823.950000', '143823.953000', '143823.956000', '143823.959000', '143823.962000', '143823.965000', '143823.968000', '143823.971000', '143823.974000', '143823.981000', '143823.984000', '143823.987000', '143823.990000', '143823.992000', '143823.995000', '143823.998000', '143824.002000', '143824.004000', '143824.007000'], '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': [8639, 8914, 10101, 11091, 8642, 8942, 9303, 8702, 9002, 12789, 8931, 9131, 10545, 8763, 9465, 12290, 9977, 9031, 9184, 8606, 8605, 9029, 9827, 8417, 8420, 11027, 8684, 9294, 9988, 8754, 9330, 10449, 8707, 9605, 8535, 8236, 8809, 8746, 9518, 8420, 8848, 10245, 8851, 9416, 10551, 8681, 9311, 8605, 10523, 8837, 9534, 11668, 8706, 8964, 9472, 10392, 9152, 9586, 9581, 9188, 9997, 9744, 9136, 10277, 9131, 8829, 9548, 9686, 8853, 9279, 9084, 10116, 8930, 9334, 8642, 9015, 9372, 10466, 8960, 9922, 10764, 9207, 8732, 11448, 9202, 9740, 9728, 9317, 9282, 9620, 10051, 8948, 8662, 11770, 9104, 10024, 8866, 9096, 9341, 10659, 13331, 11873, 9016, 8921, 9510, 9203, 9998, 11186, 9130, 9739, 12878, 10781, 9728, 11763, 9189, 9121, 12534, 9474, 8280, 13063, 10918, 8410, 11867, 8812, 8780, 11285, 8754, 8996, 8851, 9084, 8640, 8872, 8890, 9421, 9304, 8769, 9492, 9271, 8841, 9188, 10484, 8782, 8915, 10553, 8965, 9959, 8908, 9154, 10084, 8742, 9286, 8823, 8983, 9983, 9414, 10397, 9583, 9448, 9834, 10620, 9371, 8738, 11701, 9396, 9741, 10046, 9570, 10367, 10278, 9403, 10319, 9070, 9167, 9846, 9867, 10798, 9513, 9660, 10562, 9436, 9192, 11050, 9344, 9796, 10223, 9088, 10094, 9032, 9325, 10172, 11035, 9125, 10318, 9677, 9449, 10282, 9594, 9208, 10033, 9507, 9125, 9456, 9965, 9606, 9267, 9643, 10459, 9283, 9322, 10623, 9668, 9718, 10175, 9713, 10636, 8781, 9519, 10416, 9087, 9144, 9548, 9932, 9731, 9405, 9908, 10476, 9675, 10137, 9099, 9708, 10430, 9410, 9181, 9715, 10082, 9558, 9119, 9358, 11676, 9396, 9474, 11007, 9189, 10149, 11958, 9170, 10016, 10081, 9019, 9470, 9684, 10506, 9381, 9664, 10428, 9226, 9505, 10093, 9629, 9525, 9845, 9610, 10342, 8817, 9496, 10220, 9589, 9218, 9266, 9942, 10084, 9509, 9528, 10066, 9561, 10453, 10511, 9282, 10162, 9948, 9818, 9423, 9429, 12199, 9837, 9121, 9492, 10551, 9229, 9020, 12094, 9131, 8498, 12884, 9197, 10110, 9468, 9048, 9663, 9528, 9311, 9188, 9660, 10095, 9202, 9931, 8981, 9296, 9949, 9554, 8942, 9675, 9199, 8917, 9567, 9450, 9294, 9214, 9672, 10181, 9405, 9646, 10155, 9154, 8927, 11435, 9141, 10073, 10221, 9061, 9920, 10649, 10004, 8873, 8876, 10380, 9430, 9186, 9103, 11436, 8869, 8973, 10126, 8877, 10106, 9649, 9473, 10131, 9103, 10136, 11692, 9194, 10008, 12306, 9554, 9572, 12868, 10474, 9079, 13179, 10773, 8683, 9752, 8884, 8556, 8818, 9365, 10114, 8854, 9616, 9813, 8684, 9484, 8691, 8778, 9567, 9332, 8557, 9248, 9361, 8741, 9207, 9198, 8896, 9419, 9721, 8967, 9391, 9892, 9179, 9356, 9774, 10872, 9444, 9546, 10677, 9402, 9747, 10636, 9293, 9164, 10695, 9335, 9494, 10404, 9280, 9062, 10515, 9448, 9465, 9794, 9330, 10195, 9200, 9157, 10104, 9420, 9135, 9550, 9902, 10394, 9366, 10028, 10487, 9396, 9808, 10520, 9453, 9431, 10332, 9481, 9914, 10371, 9436, 9204, 11629, 9335, 9858, 9437, 8955, 9996, 9784, 10754, 8911, 8947, 10201, 9270, 9411, 11249, 8883, 9668, 8873, 8705, 9816, 8543, 8875, 9235, 9520, 9842, 9183, 9245, 9960, 8938, 9499, 10270, 8868, 9560, 11263, 8832, 9249, 11268, 8955, 9144, 8524, 10216, 8678, 9090, 9777, 8695, 8165, 11518, 8647, 9478, 9905, 8554, 9164, 9862, 8976, 8807, 9036, 8781, 8611, 8655, 10692, 8756, 9490, 8490, 8709, 8646, 8519, 10951, 8718, 9204, 8813, 10112, 8620, 9060, 12449, 10275, 8855, 8626, 9056, 8495, 8804, 8933, 10089, 8498, 9360, 9238, 8417, 8815, 9134, 10195, 8688, 8949, 9553, 8695, 9390, 9756, 8598, 9259, 9792, 8362, 8812, 8234, 8988, 8739, 8929, 8819, 8617, 8804, 10075, 8335, 8255, 10187, 8550, 9374, 8793, 9499, 8376, 9043, 8426, 9741, 8650, 9213, 9129, 10244, 9266, 9272, 10571, 8608, 8225, 11644, 9805, 8184, 11567, 8115, 8349, 11224, 8253, 8375, 10111, 8559, 8333, 11126, 8402, 8647, 9143, 8449, 8988, 8910, 9475, 8106, 8414, 9508, 8271, 9016, 9825, 8277, 8929, 8348, 8370, 8802, 8689, 9598, 8854, 8895, 9290, 8883, 8553, 10317, 8689, 9312, 9767, 8572, 9124, 8886, 8966, 8696, 8695, 10104, 8506, 8747, 9631, 8529, 9126, 8374, 9643, 8517, 8951, 9422, 8803, 9369, 8703, 8486, 8575, 8462, 9208, 8724, 9419, 8399, 8665, 8650, 8752, 9295, 8819, 9262, 9795, 8858, 9087, 9749, 8784, 9284, 8980, 9999, 8529, 8942, 8397, 10315, 8509, 7824, 8777, 8737, 8194, 8688, 11492, 8941, 8925, 12494, 10054, 8890, 12852, 11430, 7685, 11617, 8451, 7716, 11509, 8805, 7559, 11530, 8282, 7552, 10062, 8166, 8406, 9910, 8077, 8584, 8131, 8240, 8521, 8340, 8297, 8465, 8223, 8694, 8180, 8513, 8910, 8253, 8676, 9313, 8201, 8513, 8423, 8624, 8321, 7940, 11038, 9246, 8253, 8654, 9123, 8514, 8312, 10134, 8435, 7862, 10701, 8823, 8711, 9808, 8545, 9046, 8799, 8503, 8983, 8454, 8489, 8452, 8714, 8966, 8501, 8679, 9625, 8559, 8080, 10856, 8490, 8815, 7816, 7998, 8777, 8764, 9977, 8432, 7965, 10887, 8988, 8955, 8223, 8432, 8621, 8716, 9603, 8288, 8359, 11971, 8427, 8251, 9413, 8670, 8873, 9525, 8528, 8772, 8594, 8345, 8442, 8621, 10204, 8416, 8001, 10215, 8299, 7978, 11032, 8517, 7703, 12074, 8192, 8810, 10714, 8303, 8490, 10682, 8367, 8876, 8749, 8572, 8597, 9198, 9014, 8498, 8288, 9200, 8482, 9052, 9255, 8591, 10700, 11457, 8179, 8113, 9102, 8494, 8653, 9380, 8431, 8734, 10358, 8968, 8695, 8213, 8215, 8650, 8457, 8480, 8602, 8143, 8352, 9009, 8283, 8464, 8346, 8662, 9339, 8757, 8750, 9402, 8402, 8989, 9649, 8626, 9038, 8370, 8383, 8638, 8704, 9395, 8591, 8431, 10037, 8673, 9138, 9744, 8393, 8792, 10793, 9865, 8328, 9472, 9456, 8413, 8297, 10243, 8561, 7557, 10765, 8223, 8805, 8789, 8370, 8333, 9045, 9047, 8404, 8085, 8986, 8113, 8014, 10210, 8138, 8417, 9480, 8299, 7756, 10172, 8335, 8730, 9138], 'WindowCenter': [3920.0, 3914.0, 3911.0, 3909.0, 3876.0, 3873.0, 3873.0, 3873.0, 3872.0, 3904.0, 3870.0, 3871.0, 3882.0, 3872.0, 3882.0, 3892.0, 3881.0, 3871.0, 3870.0, 3859.0, 3860.0, 3871.0, 3881.0, 3861.0, 3860.0, 3881.0, 3860.0, 3870.0, 3870.0, 3861.0, 3871.0, 3894.0, 3871.0, 3882.0, 3875.0, 3873.0, 3885.0, 3873.0, 3882.0, 3874.0, 3872.0, 3894.0, 3873.0, 3884.0, 3894.0, 3872.0, 3872.0, 3861.0, 3882.0, 3872.0, 3881.0, 3895.0, 3873.0, 3885.0, 3883.0, 3882.0, 3872.0, 3883.0, 3883.0, 3884.0, 3883.0, 3882.0, 3872.0, 3883.0, 3873.0, 3873.0, 3884.0, 3883.0, 3873.0, 3884.0, 3873.0, 3882.0, 3872.0, 3871.0, 3860.0, 3872.0, 3871.0, 3882.0, 3871.0, 3882.0, 3881.0, 3872.0, 3872.0, 3893.0, 3872.0, 3884.0, 3883.0, 3872.0, 3883.0, 3881.0, 3882.0, 3872.0, 3873.0, 3904.0, 3873.0, 3883.0, 3873.0, 3873.0, 3884.0, 3895.0, 3904.0, 3892.0, 3860.0, 3860.0, 3869.0, 3870.0, 3881.0, 3891.0, 3871.0, 3871.0, 3891.0, 3882.0, 3870.0, 3880.0, 3858.0, 3857.0, 3877.0, 3857.0, 3845.0, 3887.0, 3865.0, 3833.0, 3863.0, 3843.0, 3832.0, 3852.0, 3831.0, 3840.0, 3830.0, 3831.0, 3831.0, 3841.0, 3843.0, 3843.0, 3843.0, 3845.0, 3855.0, 3855.0, 3857.0, 3856.0, 3867.0, 3858.0, 3857.0, 3878.0, 3858.0, 3869.0, 3858.0, 3869.0, 3881.0, 3860.0, 3870.0, 3861.0, 3870.0, 3881.0, 3871.0, 3882.0, 3870.0, 3872.0, 3881.0, 3882.0, 3871.0, 3860.0, 3892.0, 3870.0, 3870.0, 3870.0, 3870.0, 3881.0, 3881.0, 3871.0, 3881.0, 3870.0, 3871.0, 3882.0, 3881.0, 3881.0, 3871.0, 3871.0, 3881.0, 3871.0, 3871.0, 3892.0, 3871.0, 3881.0, 3880.0, 3871.0, 3880.0, 3859.0, 3869.0, 3880.0, 3880.0, 3870.0, 3879.0, 3869.0, 3870.0, 3880.0, 3869.0, 3870.0, 3881.0, 3871.0, 3871.0, 3871.0, 3882.0, 3881.0, 3871.0, 3882.0, 3882.0, 3871.0, 3871.0, 3882.0, 3883.0, 3871.0, 3881.0, 3871.0, 3881.0, 3861.0, 3871.0, 3893.0, 3872.0, 3886.0, 3885.0, 3894.0, 3882.0, 3883.0, 3882.0, 3882.0, 3883.0, 3882.0, 3871.0, 3882.0, 3893.0, 3883.0, 3871.0, 3883.0, 3882.0, 3883.0, 3873.0, 3872.0, 3893.0, 3872.0, 3871.0, 3892.0, 3871.0, 3880.0, 3891.0, 3870.0, 3879.0, 3880.0, 3859.0, 3870.0, 3869.0, 3879.0, 3869.0, 3870.0, 3880.0, 3870.0, 3869.0, 3880.0, 3870.0, 3881.0, 3880.0, 3882.0, 3882.0, 3871.0, 3881.0, 3893.0, 3882.0, 3882.0, 3883.0, 3882.0, 3882.0, 3881.0, 3881.0, 3882.0, 3882.0, 3892.0, 3892.0, 3871.0, 3882.0, 3883.0, 3883.0, 3883.0, 3882.0, 3904.0, 3883.0, 3872.0, 3871.0, 3881.0, 3870.0, 3859.0, 3891.0, 3871.0, 3859.0, 3891.0, 3858.0, 3868.0, 3857.0, 3857.0, 3868.0, 3868.0, 3867.0, 3869.0, 3869.0, 3881.0, 3870.0, 3880.0, 3870.0, 3870.0, 3880.0, 3870.0, 3870.0, 3870.0, 3870.0, 3859.0, 3870.0, 3868.0, 3869.0, 3869.0, 3869.0, 3879.0, 3869.0, 3869.0, 3880.0, 3870.0, 3870.0, 3891.0, 3869.0, 3880.0, 3880.0, 3870.0, 3881.0, 3879.0, 3869.0, 3858.0, 3868.0, 3881.0, 3870.0, 3883.0, 3882.0, 3893.0, 3872.0, 3872.0, 3881.0, 3871.0, 3882.0, 3871.0, 3883.0, 3882.0, 3872.0, 3882.0, 3891.0, 3870.0, 3870.0, 3878.0, 3857.0, 3857.0, 3876.0, 3854.0, 3833.0, 3863.0, 3853.0, 3830.0, 3840.0, 3830.0, 3829.0, 3829.0, 3840.0, 3840.0, 3829.0, 3840.0, 3852.0, 3842.0, 3853.0, 3842.0, 3843.0, 3854.0, 3855.0, 3856.0, 3857.0, 3868.0, 3860.0, 3870.0, 3869.0, 3870.0, 3871.0, 3870.0, 3870.0, 3870.0, 3880.0, 3871.0, 3882.0, 3881.0, 3893.0, 3882.0, 3871.0, 3881.0, 3871.0, 3870.0, 3881.0, 3871.0, 3870.0, 3880.0, 3870.0, 3870.0, 3880.0, 3871.0, 3870.0, 3881.0, 3881.0, 3871.0, 3882.0, 3883.0, 3883.0, 3872.0, 3881.0, 3883.0, 3882.0, 3883.0, 3883.0, 3883.0, 3893.0, 3883.0, 3883.0, 3893.0, 3883.0, 3883.0, 3894.0, 3884.0, 3883.0, 3882.0, 3883.0, 3883.0, 3883.0, 3883.0, 3872.0, 3894.0, 3883.0, 3883.0, 3883.0, 3872.0, 3882.0, 3895.0, 3894.0, 3873.0, 3873.0, 3883.0, 3872.0, 3883.0, 3893.0, 3872.0, 3882.0, 3870.0, 3871.0, 3882.0, 3871.0, 3872.0, 3872.0, 3882.0, 3883.0, 3883.0, 3884.0, 3895.0, 3884.0, 3883.0, 3894.0, 3873.0, 3883.0, 3904.0, 3872.0, 3882.0, 3892.0, 3870.0, 3871.0, 3860.0, 3881.0, 3861.0, 3870.0, 3881.0, 3871.0, 3860.0, 3890.0, 3860.0, 3870.0, 3880.0, 3859.0, 3870.0, 3880.0, 3870.0, 3870.0, 3870.0, 3859.0, 3860.0, 3859.0, 3881.0, 3870.0, 3881.0, 3871.0, 3871.0, 3872.0, 3871.0, 3892.0, 3871.0, 3871.0, 3871.0, 3881.0, 3872.0, 3873.0, 3903.0, 3882.0, 3873.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3882.0, 3873.0, 3883.0, 3882.0, 3872.0, 3872.0, 3882.0, 3882.0, 3872.0, 3882.0, 3882.0, 3870.0, 3870.0, 3881.0, 3870.0, 3871.0, 3881.0, 3860.0, 3871.0, 3860.0, 3871.0, 3870.0, 3871.0, 3870.0, 3871.0, 3871.0, 3882.0, 3861.0, 3871.0, 3882.0, 3871.0, 3882.0, 3872.0, 3883.0, 3871.0, 3872.0, 3872.0, 3882.0, 3871.0, 3883.0, 3884.0, 3894.0, 3885.0, 3884.0, 3895.0, 3874.0, 3872.0, 3894.0, 3883.0, 3861.0, 3891.0, 3849.0, 3846.0, 3878.0, 3847.0, 3846.0, 3866.0, 3846.0, 3845.0, 3866.0, 3845.0, 3845.0, 3856.0, 3845.0, 3857.0, 3856.0, 3868.0, 3847.0, 3847.0, 3868.0, 3858.0, 3858.0, 3869.0, 3860.0, 3872.0, 3861.0, 3860.0, 3870.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3872.0, 3871.0, 3881.0, 3871.0, 3871.0, 3870.0, 3860.0, 3870.0, 3860.0, 3859.0, 3859.0, 3859.0, 3880.0, 3860.0, 3860.0, 3870.0, 3860.0, 3870.0, 3860.0, 3882.0, 3872.0, 3871.0, 3871.0, 3871.0, 3882.0, 3872.0, 3884.0, 3873.0, 3874.0, 3884.0, 3873.0, 3884.0, 3862.0, 3873.0, 3873.0, 3872.0, 3872.0, 3873.0, 3872.0, 3883.0, 3873.0, 3872.0, 3882.0, 3873.0, 3883.0, 3883.0, 3896.0, 3885.0, 3885.0, 3873.0, 3894.0, 3874.0, 3863.0, 3886.0, 3874.0, 3874.0, 3874.0, 3894.0, 3874.0, 3873.0, 3904.0, 3883.0, 3860.0, 3891.0, 3879.0, 3835.0, 3866.0, 3834.0, 3833.0, 3865.0, 3845.0, 3833.0, 3865.0, 3833.0, 3822.0, 3853.0, 3834.0, 3844.0, 3853.0, 3833.0, 3844.0, 3834.0, 3845.0, 3856.0, 3846.0, 3846.0, 3848.0, 3846.0, 3857.0, 3858.0, 3858.0, 3869.0, 3860.0, 3860.0, 3871.0, 3859.0, 3870.0, 3860.0, 3871.0, 3861.0, 3861.0, 3893.0, 3871.0, 3861.0, 3860.0, 3870.0, 3859.0, 3858.0, 3880.0, 3861.0, 3848.0, 3881.0, 3860.0, 3859.0, 3869.0, 3859.0, 3870.0, 3858.0, 3859.0, 3870.0, 3860.0, 3871.0, 3860.0, 3861.0, 3871.0, 3871.0, 3871.0, 3881.0, 3872.0, 3861.0, 3893.0, 3872.0, 3871.0, 3850.0, 3861.0, 3872.0, 3872.0, 3882.0, 3862.0, 3862.0, 3893.0, 3871.0, 3871.0, 3861.0, 3861.0, 3872.0, 3872.0, 3882.0, 3873.0, 3861.0, 3893.0, 3861.0, 3860.0, 3871.0, 3871.0, 3871.0, 3882.0, 3872.0, 3871.0, 3872.0, 3872.0, 3873.0, 3873.0, 3893.0, 3872.0, 3862.0, 3882.0, 3860.0, 3860.0, 3881.0, 3859.0, 3849.0, 3891.0, 3859.0, 3869.0, 3880.0, 3858.0, 3859.0, 3880.0, 3859.0, 3870.0, 3860.0, 3860.0, 3871.0, 3871.0, 3871.0, 3871.0, 3859.0, 3869.0, 3860.0, 3858.0, 3869.0, 3858.0, 3879.0, 3879.0, 3848.0, 3859.0, 3869.0, 3858.0, 3859.0, 3869.0, 3859.0, 3860.0, 3880.0, 3870.0, 3859.0, 3859.0, 3858.0, 3859.0, 3858.0, 3859.0, 3860.0, 3859.0, 3859.0, 3870.0, 3860.0, 3860.0, 3861.0, 3871.0, 3871.0, 3871.0, 3871.0, 3882.0, 3872.0, 3871.0, 3883.0, 3872.0, 3872.0, 3872.0, 3873.0, 3873.0, 3873.0, 3883.0, 3874.0, 3874.0, 3895.0, 3885.0, 3884.0, 3883.0, 3873.0, 3873.0, 3893.0, 3881.0, 3861.0, 3871.0, 3870.0, 3860.0, 3860.0, 3881.0, 3860.0, 3849.0, 3880.0, 3859.0, 3870.0, 3859.0, 3859.0, 3861.0, 3870.0, 3870.0, 3860.0, 3860.0, 3870.0, 3859.0, 3859.0, 3880.0, 3860.0, 3859.0, 3870.0, 3860.0, 3859.0, 3882.0, 3860.0, 3871.0, 3871.0], 'WindowWidth': [8776.0, 8756.0, 8742.0, 8735.0, 8686.0, 8676.0, 8675.0, 8675.0, 8670.0, 8716.0, 8665.0, 8665.0, 8683.0, 8668.0, 8682.0, 8695.0, 8680.0, 8666.0, 8663.0, 8647.0, 8652.0, 8666.0, 8680.0, 8653.0, 8651.0, 8680.0, 8650.0, 8663.0, 8664.0, 8652.0, 8666.0, 8702.0, 8668.0, 8682.0, 8679.0, 8675.0, 8694.0, 8674.0, 8684.0, 8675.0, 8671.0, 8704.0, 8674.0, 8689.0, 8701.0, 8671.0, 8669.0, 8655.0, 8683.0, 8670.0, 8681.0, 8705.0, 8672.0, 8693.0, 8686.0, 8683.0, 8670.0, 8686.0, 8687.0, 8688.0, 8684.0, 8683.0, 8670.0, 8686.0, 8672.0, 8673.0, 8688.0, 8686.0, 8672.0, 8689.0, 8672.0, 8684.0, 8671.0, 8667.0, 8651.0, 8668.0, 8666.0, 8682.0, 8667.0, 8681.0, 8681.0, 8669.0, 8669.0, 8700.0, 8671.0, 8688.0, 8685.0, 8669.0, 8685.0, 8680.0, 8685.0, 8671.0, 8673.0, 8716.0, 8673.0, 8687.0, 8675.0, 8673.0, 8688.0, 8705.0, 8715.0, 8694.0, 8650.0, 8648.0, 8661.0, 8663.0, 8678.0, 8694.0, 8668.0, 8665.0, 8694.0, 8684.0, 8662.0, 8674.0, 8644.0, 8638.0, 8667.0, 8638.0, 8621.0, 8680.0, 8647.0, 8601.0, 8640.0, 8612.0, 8595.0, 8622.0, 8594.0, 8605.0, 8592.0, 8593.0, 8594.0, 8610.0, 8614.0, 8613.0, 8614.0, 8620.0, 8632.0, 8634.0, 8641.0, 8638.0, 8655.0, 8642.0, 8641.0, 8670.0, 8644.0, 8659.0, 8645.0, 8660.0, 8680.0, 8649.0, 8663.0, 8652.0, 8663.0, 8679.0, 8666.0, 8681.0, 8665.0, 8668.0, 8678.0, 8682.0, 8667.0, 8650.0, 8694.0, 8663.0, 8663.0, 8663.0, 8664.0, 8678.0, 8680.0, 8666.0, 8678.0, 8664.0, 8666.0, 8682.0, 8680.0, 8680.0, 8666.0, 8665.0, 8679.0, 8665.0, 8667.0, 8695.0, 8667.0, 8679.0, 8678.0, 8665.0, 8677.0, 8647.0, 8661.0, 8676.0, 8676.0, 8664.0, 8673.0, 8661.0, 8662.0, 8675.0, 8660.0, 8664.0, 8678.0, 8665.0, 8667.0, 8667.0, 8682.0, 8681.0, 8668.0, 8680.0, 8682.0, 8667.0, 8665.0, 8684.0, 8686.0, 8666.0, 8680.0, 8667.0, 8681.0, 8654.0, 8666.0, 8698.0, 8670.0, 8697.0, 8693.0, 8705.0, 8683.0, 8685.0, 8683.0, 8684.0, 8687.0, 8681.0, 8668.0, 8683.0, 8699.0, 8687.0, 8669.0, 8685.0, 8683.0, 8685.0, 8672.0, 8669.0, 8700.0, 8669.0, 8666.0, 8695.0, 8666.0, 8677.0, 8693.0, 8663.0, 8673.0, 8675.0, 8647.0, 8663.0, 8661.0, 8675.0, 8662.0, 8662.0, 8677.0, 8663.0, 8660.0, 8676.0, 8664.0, 8680.0, 8680.0, 8684.0, 8683.0, 8669.0, 8683.0, 8698.0, 8685.0, 8685.0, 8686.0, 8684.0, 8684.0, 8683.0, 8680.0, 8683.0, 8684.0, 8696.0, 8698.0, 8669.0, 8685.0, 8686.0, 8687.0, 8688.0, 8686.0, 8716.0, 8686.0, 8670.0, 8665.0, 8680.0, 8663.0, 8648.0, 8693.0, 8666.0, 8648.0, 8693.0, 8644.0, 8655.0, 8640.0, 8640.0, 8658.0, 8658.0, 8656.0, 8662.0, 8661.0, 8679.0, 8665.0, 8677.0, 8664.0, 8664.0, 8678.0, 8664.0, 8664.0, 8664.0, 8665.0, 8647.0, 8663.0, 8657.0, 8659.0, 8661.0, 8660.0, 8673.0, 8661.0, 8661.0, 8678.0, 8664.0, 8663.0, 8694.0, 8661.0, 8676.0, 8677.0, 8663.0, 8678.0, 8674.0, 8659.0, 8645.0, 8660.0, 8681.0, 8667.0, 8690.0, 8686.0, 8699.0, 8672.0, 8669.0, 8680.0, 8668.0, 8682.0, 8667.0, 8684.0, 8682.0, 8670.0, 8684.0, 8694.0, 8664.0, 8660.0, 8671.0, 8639.0, 8637.0, 8663.0, 8630.0, 8598.0, 8639.0, 8625.0, 8590.0, 8603.0, 8590.0, 8588.0, 8587.0, 8603.0, 8602.0, 8589.0, 8604.0, 8625.0, 8611.0, 8627.0, 8611.0, 8614.0, 8631.0, 8633.0, 8637.0, 8640.0, 8656.0, 8650.0, 8664.0, 8660.0, 8663.0, 8665.0, 8664.0, 8663.0, 8664.0, 8676.0, 8666.0, 8684.0, 8680.0, 8698.0, 8681.0, 8665.0, 8680.0, 8666.0, 8663.0, 8680.0, 8665.0, 8662.0, 8677.0, 8664.0, 8661.0, 8678.0, 8667.0, 8665.0, 8680.0, 8680.0, 8666.0, 8684.0, 8685.0, 8685.0, 8670.0, 8682.0, 8686.0, 8685.0, 8689.0, 8688.0, 8687.0, 8701.0, 8686.0, 8685.0, 8700.0, 8687.0, 8687.0, 8702.0, 8688.0, 8686.0, 8685.0, 8685.0, 8687.0, 8686.0, 8687.0, 8671.0, 8702.0, 8685.0, 8685.0, 8688.0, 8672.0, 8685.0, 8705.0, 8704.0, 8675.0, 8672.0, 8686.0, 8672.0, 8686.0, 8700.0, 8672.0, 8682.0, 8666.0, 8667.0, 8685.0, 8668.0, 8670.0, 8670.0, 8683.0, 8685.0, 8688.0, 8690.0, 8706.0, 8691.0, 8687.0, 8702.0, 8674.0, 8685.0, 8717.0, 8671.0, 8685.0, 8696.0, 8665.0, 8666.0, 8651.0, 8681.0, 8653.0, 8665.0, 8679.0, 8666.0, 8652.0, 8693.0, 8653.0, 8663.0, 8677.0, 8649.0, 8665.0, 8677.0, 8664.0, 8663.0, 8662.0, 8648.0, 8651.0, 8649.0, 8681.0, 8665.0, 8679.0, 8667.0, 8668.0, 8669.0, 8667.0, 8698.0, 8668.0, 8667.0, 8669.0, 8681.0, 8671.0, 8673.0, 8714.0, 8683.0, 8673.0, 8666.0, 8667.0, 8667.0, 8668.0, 8668.0, 8685.0, 8676.0, 8688.0, 8683.0, 8670.0, 8671.0, 8684.0, 8685.0, 8671.0, 8685.0, 8685.0, 8666.0, 8665.0, 8681.0, 8666.0, 8667.0, 8680.0, 8651.0, 8666.0, 8650.0, 8667.0, 8666.0, 8666.0, 8665.0, 8668.0, 8667.0, 8684.0, 8657.0, 8669.0, 8684.0, 8668.0, 8682.0, 8671.0, 8688.0, 8672.0, 8673.0, 8671.0, 8685.0, 8669.0, 8686.0, 8691.0, 8707.0, 8694.0, 8689.0, 8706.0, 8677.0, 8669.0, 8703.0, 8685.0, 8653.0, 8693.0, 8633.0, 8624.0, 8668.0, 8625.0, 8622.0, 8651.0, 8623.0, 8621.0, 8651.0, 8621.0, 8621.0, 8636.0, 8622.0, 8641.0, 8639.0, 8657.0, 8629.0, 8627.0, 8655.0, 8644.0, 8645.0, 8660.0, 8651.0, 8668.0, 8655.0, 8650.0, 8665.0, 8664.0, 8666.0, 8666.0, 8667.0, 8668.0, 8668.0, 8668.0, 8682.0, 8667.0, 8664.0, 8663.0, 8649.0, 8664.0, 8649.0, 8647.0, 8647.0, 8646.0, 8676.0, 8650.0, 8650.0, 8664.0, 8650.0, 8664.0, 8651.0, 8683.0, 8669.0, 8667.0, 8667.0, 8668.0, 8682.0, 8672.0, 8692.0, 8675.0, 8677.0, 8690.0, 8675.0, 8688.0, 8659.0, 8674.0, 8674.0, 8672.0, 8672.0, 8674.0, 8671.0, 8686.0, 8673.0, 8672.0, 8686.0, 8673.0, 8687.0, 8688.0, 8710.0, 8694.0, 8693.0, 8677.0, 8705.0, 8678.0, 8663.0, 8695.0, 8679.0, 8677.0, 8676.0, 8703.0, 8677.0, 8672.0, 8715.0, 8685.0, 8650.0, 8692.0, 8673.0, 8607.0, 8650.0, 8605.0, 8601.0, 8646.0, 8618.0, 8601.0, 8645.0, 8600.0, 8584.0, 8628.0, 8603.0, 8616.0, 8628.0, 8602.0, 8618.0, 8604.0, 8620.0, 8638.0, 8623.0, 8625.0, 8630.0, 8625.0, 8640.0, 8646.0, 8645.0, 8662.0, 8652.0, 8652.0, 8667.0, 8649.0, 8666.0, 8652.0, 8668.0, 8655.0, 8654.0, 8700.0, 8668.0, 8653.0, 8650.0, 8662.0, 8647.0, 8645.0, 8677.0, 8652.0, 8632.0, 8679.0, 8651.0, 8647.0, 8660.0, 8649.0, 8663.0, 8645.0, 8648.0, 8664.0, 8651.0, 8666.0, 8652.0, 8654.0, 8666.0, 8668.0, 8666.0, 8680.0, 8669.0, 8654.0, 8698.0, 8669.0, 8667.0, 8639.0, 8654.0, 8669.0, 8669.0, 8685.0, 8656.0, 8657.0, 8699.0, 8667.0, 8667.0, 8654.0, 8653.0, 8669.0, 8669.0, 8683.0, 8673.0, 8654.0, 8701.0, 8654.0, 8652.0, 8667.0, 8667.0, 8668.0, 8683.0, 8670.0, 8669.0, 8671.0, 8673.0, 8673.0, 8673.0, 8701.0, 8672.0, 8656.0, 8684.0, 8652.0, 8650.0, 8680.0, 8650.0, 8634.0, 8694.0, 8649.0, 8661.0, 8676.0, 8644.0, 8646.0, 8678.0, 8648.0, 8663.0, 8650.0, 8651.0, 8666.0, 8668.0, 8668.0, 8667.0, 8649.0, 8662.0, 8650.0, 8644.0, 8660.0, 8646.0, 8673.0, 8675.0, 8632.0, 8647.0, 8660.0, 8647.0, 8648.0, 8662.0, 8649.0, 8650.0, 8676.0, 8663.0, 8648.0, 8647.0, 8646.0, 8648.0, 8646.0, 8650.0, 8650.0, 8648.0, 8649.0, 8665.0, 8651.0, 8653.0, 8655.0, 8667.0, 8668.0, 8668.0, 8668.0, 8684.0, 8673.0, 8669.0, 8686.0, 8671.0, 8672.0, 8673.0, 8674.0, 8674.0, 8675.0, 8688.0, 8677.0, 8677.0, 8707.0, 8695.0, 8691.0, 8689.0, 8673.0, 8676.0, 8699.0, 8682.0, 8655.0, 8667.0, 8664.0, 8651.0, 8650.0, 8680.0, 8653.0, 8636.0, 8679.0, 8650.0, 8665.0, 8650.0, 8650.0, 8654.0, 8666.0, 8665.0, 8652.0, 8651.0, 8665.0, 8651.0, 8651.0, 8679.0, 8651.0, 8649.0, 8664.0, 8653.0, 8651.0, 8683.0, 8654.0, 8667.0, 8667.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.00046781105990783406</td></tr>
<tr><td colspan=3>aqi</td><td>0.016893911405529954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.31481858143024</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1746219208765871</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000375625836213</td></tr>
<tr><td colspan=3>efc</td><td>0.4514</td></tr>
<tr><td colspan=3>fber</td><td>6274.9844</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06889295918528922</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2672811059907834</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.417607502636038</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.341722398714442</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6199334829904637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291166626203208</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165089</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01988789066672325</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017892563715577126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8614759272824406</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.2402</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.052</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5071</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309470.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.2443</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2271</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.9668</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3131.4986</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.394</td></tr>
<tr><td colspan=3>tsnr</td><td>46.54272111388855</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>