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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-01/func/sub-0006_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>94e1a8bebb877bc18f2c5bdd476ae40e</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>10:42:28.577500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997447, 0.024286, 0.0671486, -0.0151468, 0.990946, -0.133405]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0992963</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7675, -7264, 550, 2, 0, -88, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46b3376b-1fe6-4e37-8ef9-b30db82604c6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760783195495605, -0.040637675672769547, 0.1884072870016098, 113.90576934814453], [-0.06515747308731079, 2.658635139465332, -0.35652849078178406, -80.09992980957031], [0.1801547259092331, 0.3579164147377014, 2.669717311859131, -76.44572448730469], [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': ['104228.577500', '104229.037500', '104229.497500', '104229.957500', '104230.417500', '104230.877500', '104231.337500', '104231.797500', '104232.257500', '104232.717500', '104233.177500', '104233.637500', '104234.097500', '104234.557500', '104235.017500', '104235.477500', '104235.937500', '104236.397500', '104236.857500', '104237.317500', '104237.777500', '104238.237500', '104238.697500', '104239.157500', '104239.617500', '104240.077500', '104240.537500', '104240.997500', '104241.457500', '104241.917500', '104242.377500', '104242.837500', '104243.297500', '104243.757500', '104244.217500', '104244.677500', '104245.137500', '104245.597500', '104246.057500', '104246.517500', '104246.977500', '104247.437500', '104247.897500', '104248.357500', '104248.817500', '104249.277500', '104249.737500', '104250.197500', '104250.657500', '104251.117500', '104251.577500', '104252.037500', '104252.497500', '104252.957500', '104253.417500', '104253.877500', '104254.337500', '104254.797500', '104255.257500', '104255.717500', '104256.177500', '104256.637500', '104257.097500', '104257.557500', '104258.017500', '104258.477500', '104258.937500', '104259.397500', '104259.857500', '104300.317500', '104300.777500', '104301.237500', '104301.697500', '104302.157500', '104302.617500', '104303.077500', '104303.537500', '104303.997500', '104304.457500', '104304.917500', '104305.377500', '104305.837500', '104306.297500', '104306.757500', '104307.217500', '104307.677500', '104308.137500', '104308.597500', '104309.057500', '104309.517500', '104309.977500', '104310.437500', '104310.897500', '104311.357500', '104311.817500', '104312.277500', '104312.737500', '104313.197500', '104313.657500', '104314.117500', '104314.577500', '104315.037500', '104315.497500', '104315.957500', '104316.417500', '104316.877500', '104317.337500', '104317.797500', '104318.257500', '104318.717500', '104319.177500', '104319.637500', '104320.097500', '104320.557500', '104321.017500', '104321.477500', '104321.937500', '104322.397500', '104322.857500', '104323.317500', '104323.777500', '104324.237500', '104324.697500', '104325.157500', '104325.617500', '104326.077500', '104326.537500', '104326.997500', '104327.457500', '104327.917500', '104328.377500', '104328.837500', '104329.297500', '104329.757500', '104330.217500', '104330.677500', '104331.137500', '104331.597500', '104332.057500', '104332.517500', '104332.977500', '104333.437500', '104333.897500', '104334.357500', '104334.817500', '104335.277500', '104335.737500', '104336.197500', '104336.657500', '104337.117500', '104337.577500', '104338.037500', '104338.497500', '104338.957500', '104339.417500', '104339.877500', '104340.337500', '104340.797500', '104341.257500', '104341.717500', '104342.177500', '104342.637500', '104343.097500', '104343.557500', '104344.017500', '104344.477500', '104344.937500', '104345.397500', '104345.857500', '104346.317500', '104346.777500', '104347.237500', '104347.697500', '104348.157500', '104348.617500', '104349.077500', '104349.537500', '104349.997500', '104350.457500', '104350.917500', '104351.377500', '104351.837500', '104352.297500', '104352.757500', '104353.217500', '104353.677500', '104354.137500', '104354.597500', '104355.057500', '104355.517500', '104355.977500', '104356.437500', '104356.897500', '104357.357500', '104357.817500', '104358.277500', '104358.737500', '104359.197500', '104359.657500', '104400.117500', '104400.577500', '104401.037500', '104401.497500', '104401.957500', '104402.417500', '104402.877500', '104403.337500', '104403.797500', '104404.257500', '104404.717500', '104405.177500', '104405.637500', '104406.097500', '104406.557500', '104407.017500', '104407.477500', '104407.937500', '104408.397500', '104408.857500', '104409.317500', '104409.777500', '104410.237500', '104410.697500', '104411.157500', '104411.617500', '104412.077500', '104412.537500', '104412.997500', '104413.457500', '104413.917500', '104414.377500', '104414.837500', '104415.297500', '104415.757500', '104416.217500', '104416.677500', '104417.137500', '104417.597500', '104418.057500', '104418.517500', '104418.977500', '104419.437500', '104419.897500', '104420.357500', '104420.817500', '104421.277500', '104421.737500', '104422.197500', '104422.657500', '104423.117500', '104423.577500', '104424.037500', '104424.497500', '104424.957500', '104425.417500', '104425.877500', '104426.337500', '104426.797500', '104427.257500', '104427.717500', '104428.177500', '104428.637500', '104429.097500', '104429.557500', '104430.017500', '104430.477500', '104430.937500', '104431.397500', '104431.857500', '104432.317500', '104432.777500', '104433.237500', '104433.697500', '104434.157500', '104434.617500', '104435.077500', '104435.537500', '104435.997500', '104436.457500', '104436.917500', '104437.377500', '104437.837500', '104438.297500', '104438.757500', '104439.217500', '104439.677500', '104440.137500', '104440.597500', '104441.057500', '104441.517500', '104441.977500', '104442.437500', '104442.897500', '104443.357500', '104443.817500', '104444.277500', '104444.737500', '104445.197500', '104445.657500', '104446.117500', '104446.577500', '104447.037500', '104447.497500', '104447.957500', '104448.417500', '104448.877500', '104449.337500', '104449.797500', '104450.257500', '104450.717500', '104451.177500', '104451.637500', '104452.097500', '104452.557500', '104453.017500', '104453.477500', '104453.937500', '104454.397500', '104454.857500', '104455.317500', '104455.777500', '104456.237500', '104456.697500', '104457.157500', '104457.617500', '104458.077500', '104458.537500', '104458.997500', '104459.457500', '104459.917500', '104500.377500', '104500.837500', '104501.297500', '104501.757500', '104502.217500', '104502.677500', '104503.137500', '104503.597500', '104504.057500', '104504.517500', '104504.977500', '104505.437500', '104505.897500', '104506.357500', '104506.817500', '104507.277500', '104507.737500', '104508.197500', '104508.657500', '104509.117500', '104509.577500', '104510.037500', '104510.497500', '104510.957500', '104511.417500', '104511.877500', '104512.337500', '104512.797500', '104513.257500', '104513.717500', '104514.177500', '104514.637500', '104515.097500', '104515.557500', '104516.017500', '104516.477500', '104516.937500', '104517.397500', '104517.857500', '104518.317500', '104518.777500', '104519.237500', '104519.697500', '104520.157500', '104520.617500', '104521.077500', '104521.537500', '104521.997500', '104522.457500', '104522.917500', '104523.377500', '104523.837500', '104524.297500', '104524.757500', '104525.217500', '104525.677500', '104526.137500', '104526.597500', '104527.057500', '104527.517500', '104527.977500', '104528.437500', '104528.897500', '104529.357500', '104529.817500', '104530.277500', '104530.737500', '104531.197500', '104531.657500', '104532.117500', '104532.577500', '104533.037500', '104533.497500', '104533.957500', '104534.417500', '104534.877500', '104535.337500', '104535.797500', '104536.257500', '104536.717500', '104537.177500', '104537.637500', '104538.097500', '104538.557500', '104539.017500', '104539.477500', '104539.937500', '104540.397500', '104540.857500', '104541.317500', '104541.777500', '104542.237500', '104542.697500', '104543.157500', '104543.617500', '104544.077500', '104544.537500', '104544.997500', '104545.457500', '104545.917500', '104546.377500', '104546.837500', '104547.297500', '104547.757500', '104548.217500', '104548.677500', '104549.137500', '104549.597500', '104550.057500', '104550.517500', '104550.977500', '104551.437500', '104551.897500', '104552.357500', '104552.817500', '104553.277500', '104553.737500', '104554.197500', '104554.657500', '104555.117500', '104555.577500', '104556.037500', '104556.497500', '104556.957500', '104557.417500', '104557.877500', '104558.337500', '104558.797500', '104559.257500', '104559.717500', '104600.177500', '104600.637500', '104601.097500', '104601.557500', '104602.017500', '104602.477500', '104602.937500', '104603.397500', '104603.857500', '104604.317500', '104604.777500', '104605.237500', '104605.697500', '104606.157500', '104606.617500', '104607.077500', '104607.537500', '104607.997500', '104608.457500', '104608.917500', '104609.377500', '104609.837500', '104610.297500', '104610.757500', '104611.217500', '104611.677500', '104612.137500', '104612.597500', '104613.057500', '104613.517500', '104613.977500', '104614.437500', '104614.897500', '104615.357500', '104615.817500', '104616.277500', '104616.737500', '104617.197500', '104617.657500', '104618.117500', '104618.577500', '104619.037500', '104619.497500', '104619.957500', '104620.417500', '104620.877500', '104621.337500', '104621.797500', '104622.257500', '104622.717500', '104623.177500', '104623.637500', '104624.097500', '104624.557500', '104625.017500', '104625.477500', '104625.937500', '104626.397500', '104626.857500', '104627.317500', '104627.777500', '104628.237500', '104628.697500', '104629.157500', '104629.617500', '104630.077500', '104630.537500', '104630.997500', '104631.457500', '104631.917500', '104632.377500', '104632.837500', '104633.297500', '104633.757500', '104634.217500', '104634.677500', '104635.137500', '104635.597500', '104636.057500', '104636.517500', '104636.977500', '104637.437500', '104637.897500', '104638.357500', '104638.817500', '104639.277500', '104639.737500', '104640.197500', '104640.657500', '104641.117500', '104641.577500', '104642.037500', '104642.497500', '104642.957500', '104643.417500', '104643.877500', '104644.337500', '104644.797500', '104645.257500', '104645.717500', '104646.177500', '104646.637500', '104647.097500', '104647.557500', '104648.017500', '104648.477500', '104648.937500', '104649.397500', '104649.857500', '104650.317500', '104650.777500', '104651.237500', '104651.697500', '104652.157500', '104652.617500', '104653.077500', '104653.537500', '104653.997500', '104654.457500', '104654.917500', '104655.377500', '104655.837500', '104656.297500', '104656.757500', '104657.217500', '104657.677500', '104658.137500', '104658.597500', '104659.057500', '104659.517500', '104659.977500', '104700.437500', '104700.897500', '104701.357500', '104701.817500', '104702.277500', '104702.737500', '104703.197500', '104703.657500', '104704.117500', '104704.577500', '104705.037500', '104705.497500', '104705.957500', '104706.417500', '104706.877500', '104707.337500', '104707.797500', '104708.257500', '104708.717500', '104709.177500', '104709.637500', '104710.097500', '104710.557500', '104711.017500', '104711.477500', '104711.937500', '104712.397500', '104712.857500', '104713.317500', '104713.777500', '104714.237500', '104714.697500', '104715.157500', '104715.617500', '104716.077500', '104716.537500', '104716.997500', '104717.457500', '104717.917500', '104718.377500', '104718.837500', '104719.297500', '104719.757500', '104720.217500', '104720.677500', '104721.137500', '104721.597500', '104722.057500', '104722.517500', '104722.977500', '104723.437500', '104723.897500', '104724.357500', '104724.817500', '104725.277500', '104725.737500', '104726.197500', '104726.657500', '104727.117500', '104727.577500', '104728.037500', '104728.497500', '104728.957500', '104729.417500', '104729.877500', '104730.337500', '104730.797500', '104731.257500', '104731.717500', '104732.177500', '104732.637500', '104733.097500', '104733.557500', '104734.017500', '104734.477500', '104734.937500', '104735.397500', '104735.857500', '104736.317500', '104736.777500', '104737.237500', '104737.697500', '104738.157500', '104738.617500', '104739.077500', '104739.537500', '104739.997500', '104740.457500', '104740.917500', '104741.377500', '104741.837500', '104742.297500', '104742.757500', '104743.217500', '104743.677500', '104744.137500', '104744.597500', '104745.057500', '104745.517500', '104745.977500', '104746.437500', '104746.897500', '104747.357500', '104747.817500', '104748.277500', '104748.737500', '104749.197500', '104749.657500', '104750.117500', '104750.577500', '104751.037500', '104751.497500', '104751.957500', '104752.417500', '104752.877500', '104753.337500', '104753.797500', '104754.257500', '104754.717500', '104755.177500', '104755.637500', '104756.097500', '104756.557500', '104757.017500', '104757.477500', '104757.937500', '104758.397500', '104758.857500', '104759.317500', '104759.777500', '104800.237500', '104800.697500', '104801.157500', '104801.617500', '104802.077500', '104802.537500', '104802.997500', '104803.457500', '104803.917500', '104804.377500', '104804.837500', '104805.297500', '104805.757500', '104806.217500', '104806.677500', '104807.137500', '104807.597500', '104808.057500', '104808.517500', '104808.977500', '104809.437500', '104809.897500', '104810.357500', '104810.817500', '104811.277500', '104811.737500', '104812.197500', '104812.657500', '104813.117500', '104813.577500', '104814.037500', '104814.497500', '104814.957500', '104815.417500', '104815.877500', '104816.337500', '104816.797500', '104817.257500', '104817.717500', '104818.177500', '104818.637500', '104819.097500', '104819.557500', '104820.017500', '104820.477500', '104820.937500', '104821.397500', '104821.857500', '104822.317500', '104822.777500', '104823.237500', '104823.697500', '104824.157500', '104824.617500', '104825.077500', '104825.537500', '104825.997500', '104826.457500', '104826.917500', '104827.377500', '104827.837500', '104828.297500', '104828.757500', '104829.217500', '104829.677500', '104830.137500', '104830.597500', '104831.057500', '104831.517500', '104831.977500', '104832.437500', '104832.897500', '104833.357500', '104833.817500', '104834.277500', '104834.737500', '104835.197500', '104835.657500', '104836.117500', '104836.577500', '104837.037500', '104837.497500', '104837.957500', '104838.417500', '104838.877500', '104839.337500', '104839.797500', '104840.257500', '104840.717500', '104841.177500', '104841.637500', '104842.097500', '104842.557500', '104843.017500', '104843.477500', '104843.937500', '104844.397500', '104844.857500', '104845.317500', '104845.777500', '104846.237500', '104846.697500', '104847.157500', '104847.617500', '104848.077500', '104848.537500', '104848.997500', '104849.457500', '104849.917500', '104850.377500', '104850.837500', '104851.297500', '104851.757500', '104852.217500', '104852.677500', '104853.137500', '104853.597500', '104854.057500', '104854.517500', '104854.977500', '104855.437500', '104855.897500', '104856.357500', '104856.817500', '104857.277500', '104857.737500', '104858.197500', '104858.657500', '104859.117500', '104859.577500', '104900.037500', '104900.497500', '104900.957500', '104901.417500', '104901.877500', '104902.337500', '104902.797500', '104903.257500', '104903.717500', '104904.177500', '104904.637500', '104905.097500', '104905.557500', '104906.017500', '104906.477500', '104906.937500', '104907.397500', '104907.857500', '104908.317500', '104908.777500', '104909.237500'], 'ContentTime': ['104251.972000', '104251.976000', '104251.979000', '104251.982000', '104251.984000', '104251.987000', '104251.990000', '104251.993000', '104251.996000', '104251.998000', '104252.002000', '104252.012000', '104252.015000', '104252.018000', '104252.020000', '104252.023000', '104252.026000', '104252.029000', '104252.031000', '104252.034000', '104252.037000', '104252.040000', '104252.042000', '104252.045000', '104252.048000', '104252.051000', '104252.054000', '104252.057000', '104252.059000', '104252.062000', '104252.065000', '104252.068000', '104252.070000', '104252.073000', '104252.076000', '104252.079000', '104252.082000', '104252.085000', '104252.088000', '104252.091000', '104252.094000', '104252.096000', '104252.099000', '104252.102000', '104252.106000', '104252.109000', '104252.112000', '104252.115000', '104311.927000', '104311.930000', '104311.933000', '104311.937000', '104311.941000', '104311.944000', '104311.947000', '104311.949000', '104311.952000', '104311.955000', '104311.958000', '104311.961000', '104311.963000', '104311.966000', '104311.969000', '104311.972000', '104311.974000', '104311.977000', '104311.980000', '104311.983000', '104311.985000', '104311.988000', '104311.991000', '104311.994000', '104311.996000', '104312.000000', '104312.003000', '104312.006000', '104312.008000', '104312.011000', '104312.014000', '104312.017000', '104312.019000', '104312.022000', '104312.025000', '104312.028000', '104312.033000', '104312.036000', '104312.039000', '104312.042000', '104312.044000', '104312.047000', '104312.050000', '104331.926000', '104331.929000', '104331.931000', '104331.934000', '104331.937000', '104331.940000', '104331.942000', '104331.945000', '104331.948000', '104331.951000', '104331.954000', '104331.956000', '104331.959000', '104331.962000', '104331.965000', '104331.967000', '104331.970000', '104331.973000', '104331.976000', '104331.979000', '104331.981000', '104332.000000', '104332.002000', '104332.005000', '104332.008000', '104332.011000', '104332.013000', '104332.016000', '104332.019000', '104332.022000', '104332.025000', '104332.027000', '104332.030000', '104332.033000', '104332.036000', '104332.039000', '104332.041000', '104332.044000', '104332.047000', '104332.050000', '104332.052000', '104332.055000', '104332.058000', '104332.061000', '104351.926000', '104351.929000', '104351.932000', '104351.934000', '104351.937000', '104351.940000', '104351.943000', '104351.947000', '104351.951000', '104351.954000', '104351.957000', '104351.959000', '104351.962000', '104351.965000', '104351.968000', '104351.970000', '104351.973000', '104351.976000', '104351.979000', '104351.982000', '104351.984000', '104351.987000', '104351.990000', '104351.993000', '104351.996000', '104351.998000', '104352.002000', '104352.005000', '104352.008000', '104352.010000', '104352.013000', '104352.016000', '104352.019000', '104352.022000', '104352.034000', '104352.036000', '104352.039000', '104352.042000', '104352.045000', '104352.048000', '104352.050000', '104352.053000', '104352.056000', '104411.926000', '104411.929000', '104411.931000', '104411.934000', '104411.937000', '104411.940000', '104411.943000', '104411.946000', '104411.948000', '104411.951000', '104411.954000', '104411.957000', '104411.959000', '104411.962000', '104411.965000', '104411.968000', '104411.971000', '104411.973000', '104411.976000', '104411.979000', '104411.982000', '104411.985000', '104411.987000', '104411.990000', '104411.993000', '104411.996000', '104412.000000', '104412.002000', '104412.005000', '104412.008000', '104412.011000', '104412.013000', '104412.016000', '104412.019000', '104412.022000', '104412.031000', '104412.033000', '104412.036000', '104412.039000', '104412.042000', '104412.045000', '104412.047000', '104412.050000', '104412.053000', '104431.926000', '104431.929000', '104431.931000', '104431.934000', '104431.937000', '104431.940000', '104431.943000', '104431.946000', '104431.948000', '104431.951000', '104431.954000', '104431.966000', '104431.969000', '104431.972000', '104431.975000', '104431.978000', '104431.980000', '104431.983000', '104431.986000', '104431.989000', '104431.992000', '104431.995000', '104431.997000', '104432.001000', '104432.004000', '104432.007000', '104432.009000', '104432.012000', '104432.015000', '104432.018000', '104432.021000', '104432.023000', '104432.026000', '104432.029000', '104432.032000', '104432.035000', '104432.037000', '104432.040000', '104432.043000', '104432.046000', '104432.049000', '104432.051000', '104432.054000', '104451.926000', '104451.929000', '104451.931000', '104451.934000', '104451.937000', '104451.940000', '104451.943000', '104451.945000', '104451.948000', '104451.951000', '104451.954000', '104451.956000', '104451.959000', '104451.962000', '104451.965000', '104451.968000', '104451.971000', '104451.973000', '104451.976000', '104451.979000', '104451.982000', '104451.985000', '104451.987000', '104451.990000', '104451.993000', '104451.996000', '104452.000000', '104452.002000', '104452.005000', '104452.008000', '104452.011000', '104452.013000', '104452.016000', '104452.019000', '104452.022000', '104452.025000', '104452.027000', '104452.030000', '104452.033000', '104452.036000', '104452.039000', '104452.041000', '104452.044000', '104452.047000', '104511.927000', '104511.930000', '104511.933000', '104511.935000', '104511.938000', '104511.941000', '104511.944000', '104511.947000', '104511.949000', '104511.952000', '104511.955000', '104511.958000', '104511.960000', '104511.971000', '104511.974000', '104511.977000', '104511.996000', '104512.000000', '104512.003000', '104512.006000', '104512.008000', '104512.011000', '104512.014000', '104512.017000', '104512.020000', '104512.022000', '104512.025000', '104512.028000', '104512.031000', '104512.034000', '104512.036000', '104512.039000', '104512.042000', '104512.045000', '104512.048000', '104512.050000', '104512.053000', '104512.056000', '104512.059000', '104512.062000', '104512.064000', '104512.067000', '104512.070000', '104531.927000', '104531.930000', '104531.933000', '104531.935000', '104531.938000', '104531.941000', '104531.944000', '104531.947000', '104531.949000', '104531.952000', '104531.955000', '104531.958000', '104531.961000', '104531.964000', '104531.966000', '104531.969000', '104531.972000', '104531.975000', '104531.978000', '104531.980000', '104531.983000', '104531.986000', '104531.989000', '104531.992000', '104531.994000', '104531.997000', '104532.001000', '104532.004000', '104532.007000', '104532.009000', '104532.012000', '104532.015000', '104532.018000', '104532.021000', '104532.024000', '104532.026000', '104532.029000', '104532.032000', '104532.035000', '104532.037000', '104532.040000', '104532.043000', '104532.046000', '104532.049000', '104551.926000', '104551.929000', '104551.932000', '104551.934000', '104551.937000', '104551.940000', '104551.943000', '104551.945000', '104551.948000', '104551.951000', '104551.954000', '104551.957000', '104551.959000', '104551.962000', '104551.965000', '104551.975000', '104551.977000', '104551.980000', '104551.983000', '104551.986000', '104551.989000', '104551.991000', '104551.994000', '104551.997000', '104552.001000', '104552.004000', '104552.007000', '104552.010000', '104552.012000', '104552.015000', '104552.018000', '104552.021000', '104552.024000', '104552.027000', '104552.029000', '104552.032000', '104552.035000', '104552.038000', '104552.040000', '104552.043000', '104552.046000', '104552.049000', '104552.052000', '104611.926000', '104611.929000', '104611.931000', '104611.934000', '104611.937000', '104611.940000', '104611.943000', '104611.945000', '104611.948000', '104611.951000', '104611.954000', '104611.956000', '104611.959000', '104611.962000', '104611.965000', '104611.968000', '104611.971000', '104611.974000', '104611.976000', '104611.979000', '104611.982000', '104611.985000', '104611.987000', '104611.990000', '104611.993000', '104611.996000', '104612.000000', '104612.002000', '104612.005000', '104612.008000', '104612.011000', '104612.013000', '104612.016000', '104612.019000', '104612.022000', '104612.025000', '104612.028000', '104612.030000', '104612.033000', '104612.036000', '104612.039000', '104612.042000', '104612.044000', '104612.047000', '104631.926000', '104631.929000', '104631.932000', '104631.934000', '104631.937000', '104631.940000', '104631.943000', '104631.945000', '104631.948000', '104631.951000', '104631.954000', '104631.957000', '104631.960000', '104631.963000', '104631.966000', '104631.969000', '104631.972000', '104631.974000', '104631.977000', '104631.980000', '104631.983000', '104631.986000', '104631.988000', '104631.991000', '104631.994000', '104631.997000', '104632.001000', '104632.003000', '104632.006000', '104632.009000', '104632.012000', '104632.015000', '104632.018000', '104632.021000', '104632.024000', '104632.027000', '104632.030000', '104632.033000', '104632.036000', '104632.039000', '104632.041000', '104632.060000', '104632.063000', '104651.926000', '104651.929000', '104651.932000', '104651.934000', '104651.937000', '104651.940000', '104651.943000', '104651.946000', '104651.948000', '104651.951000', '104651.954000', '104651.957000', '104651.960000', '104651.963000', '104651.965000', '104651.968000', '104651.971000', '104651.974000', '104651.976000', '104651.979000', '104651.982000', '104651.985000', '104651.988000', '104651.990000', '104651.993000', '104651.996000', '104652.000000', '104652.003000', '104652.005000', '104652.008000', '104652.011000', '104652.014000', '104652.017000', '104652.019000', '104652.022000', '104652.025000', '104652.028000', '104652.030000', '104652.033000', '104652.036000', '104652.039000', '104652.042000', '104652.045000', '104652.047000', '104711.926000', '104711.929000', '104711.931000', '104711.934000', '104711.937000', '104711.940000', '104711.943000', '104711.945000', '104711.948000', '104711.951000', '104711.954000', '104711.957000', '104711.960000', '104711.962000', '104711.965000', '104711.968000', '104711.971000', '104711.974000', '104711.976000', '104711.979000', '104711.982000', '104711.985000', '104711.987000', '104711.990000', '104711.993000', '104711.996000', '104712.000000', '104712.002000', '104712.005000', '104712.008000', '104712.011000', '104712.014000', '104712.016000', '104712.019000', '104712.022000', '104712.025000', '104712.028000', '104712.030000', '104712.033000', '104712.036000', '104712.039000', '104712.042000', '104712.044000', '104731.927000', '104731.930000', '104731.933000', '104731.935000', '104731.938000', '104731.941000', '104731.944000', '104731.947000', '104731.949000', '104731.952000', '104731.955000', '104731.958000', '104731.961000', '104731.963000', '104731.966000', '104731.969000', '104731.972000', '104731.975000', '104731.977000', '104731.980000', '104731.983000', '104731.986000', '104731.989000', '104731.991000', '104731.994000', '104731.997000', '104732.001000', '104732.004000', '104732.006000', '104732.009000', '104732.012000', '104732.015000', '104732.017000', '104732.020000', '104732.023000', '104732.026000', '104732.029000', '104732.031000', '104732.034000', '104732.037000', '104732.040000', '104732.043000', '104732.046000', '104732.048000', '104751.927000', '104751.930000', '104751.933000', '104751.935000', '104751.938000', '104751.941000', '104751.944000', '104751.947000', '104751.949000', '104751.952000', '104751.955000', '104751.958000', '104751.961000', '104751.964000', '104751.966000', '104751.969000', '104751.972000', '104751.975000', '104751.978000', '104751.980000', '104751.983000', '104751.986000', '104751.989000', '104751.992000', '104751.995000', '104751.998000', '104752.002000', '104752.005000', '104752.008000', '104752.011000', '104752.014000', '104752.017000', '104752.019000', '104752.022000', '104752.025000', '104752.028000', '104752.030000', '104752.033000', '104752.036000', '104752.039000', '104752.042000', '104752.045000', '104752.048000', '104811.926000', '104811.929000', '104811.932000', '104811.935000', '104811.937000', '104811.940000', '104811.943000', '104811.946000', '104811.949000', '104811.966000', '104811.968000', '104811.971000', '104811.974000', '104811.977000', '104811.980000', '104811.983000', '104811.985000', '104811.988000', '104811.991000', '104811.994000', '104811.997000', '104812.001000', '104812.003000', '104812.006000', '104812.009000', '104812.012000', '104812.015000', '104812.017000', '104812.020000', '104812.023000', '104812.026000', '104812.029000', '104812.031000', '104812.034000', '104812.037000', '104812.040000', '104812.043000', '104812.046000', '104812.048000', '104812.051000', '104812.054000', '104812.057000', '104812.059000', '104812.062000', '104831.926000', '104831.929000', '104831.932000', '104831.935000', '104831.937000', '104831.940000', '104831.943000', '104831.946000', '104831.949000', '104831.951000', '104831.954000', '104831.957000', '104831.960000', '104831.963000', '104831.965000', '104831.968000', '104831.971000', '104831.974000', '104831.977000', '104831.979000', '104831.982000', '104831.985000', '104831.988000', '104831.991000', '104831.993000', '104831.996000', '104832.000000', '104832.003000', '104832.006000', '104832.008000', '104832.011000', '104832.014000', '104832.017000', '104832.020000', '104832.023000', '104832.025000', '104832.035000', '104832.038000', '104832.041000', '104832.043000', '104832.046000', '104832.049000', '104832.052000', '104851.926000', '104851.937000', '104851.940000', '104851.943000', '104851.946000', '104851.949000', '104851.951000', '104851.954000', '104851.957000', '104851.960000', '104851.963000', '104851.966000', '104851.969000', '104851.972000', '104851.974000', '104851.977000', '104851.980000', '104851.983000', '104851.986000', '104851.988000', '104851.991000', '104851.994000', '104851.997000', '104852.001000', '104852.003000', '104852.006000', '104852.009000', '104852.012000', '104852.015000', '104852.017000', '104852.020000', '104852.023000', '104852.026000', '104852.029000', '104852.032000', '104852.034000', '104852.037000', '104852.040000', '104852.043000', '104852.046000', '104852.049000', '104852.052000', '104852.054000', '104852.057000', '104910.777000', '104910.782000', '104910.786000', '104910.790000', '104910.794000', '104910.797000', '104910.801000', '104910.805000', '104910.808000', '104910.812000', '104910.815000', '104910.819000', '104910.822000', '104910.825000', '104910.828000', '104910.831000', '104910.835000', '104910.838000', '104910.841000', '104910.845000', '104910.848000', '104910.852000', '104910.855000', '104910.858000', '104910.861000', '104910.864000', '104910.867000', '104910.870000', '104910.873000', '104910.876000', '104910.879000', '104910.882000', '104910.885000', '104910.887000', '104910.890000', '104910.893000', '104910.896000', '104910.899000', '104910.902000', '104910.905000', '104910.907000'], 'InstanceCreationTime': ['104251.972000', '104251.976000', '104251.979000', '104251.982000', '104251.984000', '104251.987000', '104251.990000', '104251.993000', '104251.996000', '104251.998000', '104252.002000', '104252.012000', '104252.015000', '104252.018000', '104252.020000', '104252.023000', '104252.026000', '104252.029000', '104252.031000', '104252.034000', '104252.037000', '104252.040000', '104252.042000', '104252.045000', '104252.048000', '104252.051000', '104252.054000', '104252.057000', '104252.059000', '104252.062000', '104252.065000', '104252.068000', '104252.070000', '104252.073000', '104252.076000', '104252.079000', '104252.082000', '104252.085000', '104252.088000', '104252.091000', '104252.094000', '104252.096000', '104252.099000', '104252.102000', '104252.106000', '104252.109000', '104252.112000', '104252.115000', '104311.927000', '104311.930000', '104311.933000', '104311.937000', '104311.941000', '104311.944000', '104311.947000', '104311.949000', '104311.952000', '104311.955000', '104311.958000', '104311.961000', '104311.963000', '104311.966000', '104311.969000', '104311.972000', '104311.974000', '104311.977000', '104311.980000', '104311.983000', '104311.985000', '104311.988000', '104311.991000', '104311.994000', '104311.996000', '104312.000000', '104312.003000', '104312.006000', '104312.008000', '104312.011000', '104312.014000', '104312.017000', '104312.019000', '104312.022000', '104312.025000', '104312.028000', '104312.033000', '104312.036000', '104312.039000', '104312.042000', '104312.044000', '104312.047000', '104312.050000', '104331.926000', '104331.929000', '104331.931000', '104331.934000', '104331.937000', '104331.940000', '104331.942000', '104331.945000', '104331.948000', '104331.951000', '104331.954000', '104331.956000', '104331.959000', '104331.962000', '104331.965000', '104331.967000', '104331.970000', '104331.973000', '104331.976000', '104331.979000', '104331.981000', '104332.000000', '104332.002000', '104332.005000', '104332.008000', '104332.011000', '104332.013000', '104332.016000', '104332.019000', '104332.022000', '104332.025000', '104332.027000', '104332.030000', '104332.033000', '104332.036000', '104332.039000', '104332.041000', '104332.044000', '104332.047000', '104332.050000', '104332.052000', '104332.055000', '104332.058000', '104332.061000', '104351.926000', '104351.929000', '104351.932000', '104351.934000', '104351.937000', '104351.940000', '104351.943000', '104351.947000', '104351.951000', '104351.954000', '104351.957000', '104351.959000', '104351.962000', '104351.965000', '104351.968000', '104351.970000', '104351.973000', '104351.976000', '104351.979000', '104351.982000', '104351.984000', '104351.987000', '104351.990000', '104351.993000', '104351.996000', '104351.998000', '104352.002000', '104352.005000', '104352.008000', '104352.010000', '104352.013000', '104352.016000', '104352.019000', '104352.022000', '104352.034000', '104352.036000', '104352.039000', '104352.042000', '104352.045000', '104352.048000', '104352.050000', '104352.053000', '104352.056000', '104411.926000', '104411.929000', '104411.931000', '104411.934000', '104411.937000', '104411.940000', '104411.943000', '104411.946000', '104411.948000', '104411.951000', '104411.954000', '104411.957000', '104411.959000', '104411.962000', '104411.965000', '104411.968000', '104411.971000', '104411.973000', '104411.976000', '104411.979000', '104411.982000', '104411.985000', '104411.987000', '104411.990000', '104411.993000', '104411.996000', '104412.000000', '104412.002000', '104412.005000', '104412.008000', '104412.011000', '104412.013000', '104412.016000', '104412.019000', '104412.022000', '104412.031000', '104412.033000', '104412.036000', '104412.039000', '104412.042000', '104412.045000', '104412.047000', '104412.050000', '104412.053000', '104431.926000', '104431.929000', '104431.931000', '104431.934000', '104431.937000', '104431.940000', '104431.943000', '104431.946000', '104431.948000', '104431.951000', '104431.954000', '104431.966000', '104431.969000', '104431.972000', '104431.975000', '104431.978000', '104431.980000', '104431.983000', '104431.986000', '104431.989000', '104431.992000', '104431.995000', '104431.997000', '104432.001000', '104432.004000', '104432.007000', '104432.009000', '104432.012000', '104432.015000', '104432.018000', '104432.021000', '104432.023000', '104432.026000', '104432.029000', '104432.032000', '104432.035000', '104432.037000', '104432.040000', '104432.043000', '104432.046000', '104432.049000', '104432.051000', '104432.054000', '104451.926000', '104451.929000', '104451.931000', '104451.934000', '104451.937000', '104451.940000', '104451.943000', '104451.945000', '104451.948000', '104451.951000', '104451.954000', '104451.956000', '104451.959000', '104451.962000', '104451.965000', '104451.968000', '104451.971000', '104451.973000', '104451.976000', '104451.979000', '104451.982000', '104451.985000', '104451.987000', '104451.990000', '104451.993000', '104451.996000', '104452.000000', '104452.002000', '104452.005000', '104452.008000', '104452.011000', '104452.013000', '104452.016000', '104452.019000', '104452.022000', '104452.025000', '104452.027000', '104452.030000', '104452.033000', '104452.036000', '104452.039000', '104452.041000', '104452.044000', '104452.047000', '104511.927000', '104511.930000', '104511.933000', '104511.935000', '104511.938000', '104511.941000', '104511.944000', '104511.947000', '104511.949000', '104511.952000', '104511.955000', '104511.958000', '104511.960000', '104511.971000', '104511.974000', '104511.977000', '104511.996000', '104512.000000', '104512.003000', '104512.006000', '104512.008000', '104512.011000', '104512.014000', '104512.017000', '104512.020000', '104512.022000', '104512.025000', '104512.028000', '104512.031000', '104512.034000', '104512.036000', '104512.039000', '104512.042000', '104512.045000', '104512.048000', '104512.050000', '104512.053000', '104512.056000', '104512.059000', '104512.062000', '104512.064000', '104512.067000', '104512.070000', '104531.927000', '104531.930000', '104531.933000', '104531.935000', '104531.938000', '104531.941000', '104531.944000', '104531.947000', '104531.949000', '104531.952000', '104531.955000', '104531.958000', '104531.961000', '104531.964000', '104531.966000', '104531.969000', '104531.972000', '104531.975000', '104531.978000', '104531.980000', '104531.983000', '104531.986000', '104531.989000', '104531.992000', '104531.994000', '104531.997000', '104532.001000', '104532.004000', '104532.007000', '104532.009000', '104532.012000', '104532.015000', '104532.018000', '104532.021000', '104532.024000', '104532.026000', '104532.029000', '104532.032000', '104532.035000', '104532.037000', '104532.040000', '104532.043000', '104532.046000', '104532.049000', '104551.926000', '104551.929000', '104551.932000', '104551.934000', '104551.937000', '104551.940000', '104551.943000', '104551.945000', '104551.948000', '104551.951000', '104551.954000', '104551.957000', '104551.959000', '104551.962000', '104551.965000', '104551.975000', '104551.977000', '104551.980000', '104551.983000', '104551.986000', '104551.989000', '104551.991000', '104551.994000', '104551.997000', '104552.001000', '104552.004000', '104552.007000', '104552.010000', '104552.012000', '104552.015000', '104552.018000', '104552.021000', '104552.024000', '104552.027000', '104552.029000', '104552.032000', '104552.035000', '104552.038000', '104552.040000', '104552.043000', '104552.046000', '104552.049000', '104552.052000', '104611.926000', '104611.929000', '104611.931000', '104611.934000', '104611.937000', '104611.940000', '104611.943000', '104611.945000', '104611.948000', '104611.951000', '104611.954000', '104611.956000', '104611.959000', '104611.962000', '104611.965000', '104611.968000', '104611.971000', '104611.974000', '104611.976000', '104611.979000', '104611.982000', '104611.985000', '104611.987000', '104611.990000', '104611.993000', '104611.996000', '104612.000000', '104612.002000', '104612.005000', '104612.008000', '104612.011000', '104612.013000', '104612.016000', '104612.019000', '104612.022000', '104612.025000', '104612.028000', '104612.030000', '104612.033000', '104612.036000', '104612.039000', '104612.042000', '104612.044000', '104612.047000', '104631.926000', '104631.929000', '104631.932000', '104631.934000', '104631.937000', '104631.940000', '104631.943000', '104631.945000', '104631.948000', '104631.951000', '104631.954000', '104631.957000', '104631.960000', '104631.963000', '104631.966000', '104631.969000', '104631.972000', '104631.974000', '104631.977000', '104631.980000', '104631.983000', '104631.986000', '104631.988000', '104631.991000', '104631.994000', '104631.997000', '104632.001000', '104632.003000', '104632.006000', '104632.009000', '104632.012000', '104632.015000', '104632.018000', '104632.021000', '104632.024000', '104632.027000', '104632.030000', '104632.033000', '104632.036000', '104632.039000', '104632.041000', '104632.060000', '104632.063000', '104651.926000', '104651.929000', '104651.932000', '104651.934000', '104651.937000', '104651.940000', '104651.943000', '104651.946000', '104651.948000', '104651.951000', '104651.954000', '104651.957000', '104651.960000', '104651.963000', '104651.965000', '104651.968000', '104651.971000', '104651.974000', '104651.976000', '104651.979000', '104651.982000', '104651.985000', '104651.988000', '104651.990000', '104651.993000', '104651.996000', '104652.000000', '104652.003000', '104652.005000', '104652.008000', '104652.011000', '104652.014000', '104652.017000', '104652.019000', '104652.022000', '104652.025000', '104652.028000', '104652.030000', '104652.033000', '104652.036000', '104652.039000', '104652.042000', '104652.045000', '104652.047000', '104711.926000', '104711.929000', '104711.931000', '104711.934000', '104711.937000', '104711.940000', '104711.943000', '104711.945000', '104711.948000', '104711.951000', '104711.954000', '104711.957000', '104711.960000', '104711.962000', '104711.965000', '104711.968000', '104711.971000', '104711.974000', '104711.976000', '104711.979000', '104711.982000', '104711.985000', '104711.987000', '104711.990000', '104711.993000', '104711.996000', '104712.000000', '104712.002000', '104712.005000', '104712.008000', '104712.011000', '104712.014000', '104712.016000', '104712.019000', '104712.022000', '104712.025000', '104712.028000', '104712.030000', '104712.033000', '104712.036000', '104712.039000', '104712.042000', '104712.044000', '104731.927000', '104731.930000', '104731.933000', '104731.935000', '104731.938000', '104731.941000', '104731.944000', '104731.947000', '104731.949000', '104731.952000', '104731.955000', '104731.958000', '104731.961000', '104731.963000', '104731.966000', '104731.969000', '104731.972000', '104731.975000', '104731.977000', '104731.980000', '104731.983000', '104731.986000', '104731.989000', '104731.991000', '104731.994000', '104731.997000', '104732.001000', '104732.004000', '104732.006000', '104732.009000', '104732.012000', '104732.015000', '104732.017000', '104732.020000', '104732.023000', '104732.026000', '104732.029000', '104732.031000', '104732.034000', '104732.037000', '104732.040000', '104732.043000', '104732.046000', '104732.048000', '104751.927000', '104751.930000', '104751.933000', '104751.935000', '104751.938000', '104751.941000', '104751.944000', '104751.947000', '104751.949000', '104751.952000', '104751.955000', '104751.958000', '104751.961000', '104751.964000', '104751.966000', '104751.969000', '104751.972000', '104751.975000', '104751.978000', '104751.980000', '104751.983000', '104751.986000', '104751.989000', '104751.992000', '104751.995000', '104751.998000', '104752.002000', '104752.005000', '104752.008000', '104752.011000', '104752.014000', '104752.017000', '104752.019000', '104752.022000', '104752.025000', '104752.028000', '104752.030000', '104752.033000', '104752.036000', '104752.039000', '104752.042000', '104752.045000', '104752.048000', '104811.926000', '104811.929000', '104811.932000', '104811.935000', '104811.937000', '104811.940000', '104811.943000', '104811.946000', '104811.949000', '104811.966000', '104811.968000', '104811.971000', '104811.974000', '104811.977000', '104811.980000', '104811.983000', '104811.985000', '104811.988000', '104811.991000', '104811.994000', '104811.997000', '104812.001000', '104812.003000', '104812.006000', '104812.009000', '104812.012000', '104812.015000', '104812.017000', '104812.020000', '104812.023000', '104812.026000', '104812.029000', '104812.031000', '104812.034000', '104812.037000', '104812.040000', '104812.043000', '104812.046000', '104812.048000', '104812.051000', '104812.054000', '104812.057000', '104812.059000', '104812.062000', '104831.926000', '104831.929000', '104831.932000', '104831.935000', '104831.937000', '104831.940000', '104831.943000', '104831.946000', '104831.949000', '104831.951000', '104831.954000', '104831.957000', '104831.960000', '104831.963000', '104831.965000', '104831.968000', '104831.971000', '104831.974000', '104831.977000', '104831.979000', '104831.982000', '104831.985000', '104831.988000', '104831.991000', '104831.993000', '104831.996000', '104832.000000', '104832.003000', '104832.006000', '104832.008000', '104832.011000', '104832.014000', '104832.017000', '104832.020000', '104832.023000', '104832.025000', '104832.035000', '104832.038000', '104832.041000', '104832.043000', '104832.046000', '104832.049000', '104832.052000', '104851.926000', '104851.937000', '104851.940000', '104851.943000', '104851.946000', '104851.949000', '104851.951000', '104851.954000', '104851.957000', '104851.960000', '104851.963000', '104851.966000', '104851.969000', '104851.972000', '104851.974000', '104851.977000', '104851.980000', '104851.983000', '104851.986000', '104851.988000', '104851.991000', '104851.994000', '104851.997000', '104852.001000', '104852.003000', '104852.006000', '104852.009000', '104852.012000', '104852.015000', '104852.017000', '104852.020000', '104852.023000', '104852.026000', '104852.029000', '104852.032000', '104852.034000', '104852.037000', '104852.040000', '104852.043000', '104852.046000', '104852.049000', '104852.052000', '104852.054000', '104852.057000', '104910.777000', '104910.782000', '104910.786000', '104910.790000', '104910.794000', '104910.797000', '104910.801000', '104910.805000', '104910.808000', '104910.812000', '104910.815000', '104910.819000', '104910.822000', '104910.825000', '104910.828000', '104910.831000', '104910.835000', '104910.838000', '104910.841000', '104910.845000', '104910.848000', '104910.852000', '104910.855000', '104910.858000', '104910.861000', '104910.864000', '104910.867000', '104910.870000', '104910.873000', '104910.876000', '104910.879000', '104910.882000', '104910.885000', '104910.887000', '104910.890000', '104910.893000', '104910.896000', '104910.899000', '104910.902000', '104910.905000', '104910.907000'], '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': [8066, 8211, 7614, 7532, 7429, 7333, 7250, 7246, 7133, 7095, 7214, 7099, 7052, 7319, 7079, 7312, 7087, 7029, 7100, 7218, 7093, 7008, 7218, 7058, 7241, 7152, 6806, 6897, 7704, 6944, 7031, 7546, 7798, 7019, 8995, 8271, 8221, 8349, 7627, 10430, 10779, 9146, 11255, 8448, 9779, 9385, 8621, 9147, 7150, 10884, 9466, 8391, 8383, 7233, 9533, 7240, 7104, 7109, 6968, 7305, 7275, 7136, 7438, 7600, 6937, 7042, 6949, 7008, 7295, 7050, 7056, 7253, 7095, 7144, 6690, 8802, 8506, 11910, 7432, 7328, 6833, 6568, 6546, 6627, 6557, 6880, 9681, 10271, 11530, 9007, 9569, 10905, 10302, 9743, 10196, 9184, 8051, 10444, 8754, 7460, 8488, 7134, 9780, 7336, 7265, 7417, 7249, 7248, 7207, 7152, 7051, 7137, 6977, 7129, 7047, 7216, 7110, 7052, 7349, 7037, 7736, 7061, 8081, 7020, 9016, 7046, 8596, 6986, 7282, 7197, 7031, 8909, 7045, 7094, 7234, 7120, 7251, 7071, 7012, 7046, 7393, 7048, 7101, 7015, 6987, 7406, 7447, 7380, 7653, 8372, 7387, 10608, 8510, 8126, 7624, 7235, 10330, 7076, 7221, 7059, 7252, 7346, 7128, 7167, 7391, 7671, 7281, 7515, 7128, 7160, 7425, 7273, 7486, 7645, 7004, 7370, 7464, 7072, 7238, 8173, 7327, 7131, 8102, 8189, 9884, 8759, 8242, 7305, 7437, 7271, 8778, 7300, 8778, 8450, 7063, 7321, 7442, 8462, 7261, 9745, 7201, 7395, 7099, 7275, 10205, 7298, 7136, 6953, 7163, 7256, 7111, 7134, 7051, 7432, 6986, 7001, 6983, 7033, 7253, 8452, 7292, 10262, 9568, 8421, 7952, 7391, 7096, 7233, 7031, 6974, 8122, 7041, 7278, 6933, 7026, 9393, 8084, 7229, 7733, 7286, 7263, 10733, 8383, 7011, 6579, 7344, 6836, 6749, 6815, 6720, 6821, 7022, 6915, 6827, 6794, 6767, 6844, 6830, 6785, 6920, 6869, 7219, 6949, 7342, 7113, 6794, 6776, 7052, 6928, 6817, 6997, 6972, 7074, 7646, 6998, 7004, 7071, 7101, 7086, 6888, 7035, 6785, 6779, 7094, 6915, 6882, 7040, 6787, 6810, 7061, 7629, 6834, 7095, 7166, 7019, 6966, 7636, 6903, 8505, 8859, 7515, 8760, 7212, 9592, 9324, 8084, 8236, 7193, 6980, 6931, 6920, 6829, 7519, 7074, 6808, 6836, 6856, 7001, 7032, 7714, 7951, 6723, 7466, 6773, 8996, 6871, 8549, 6854, 6804, 6797, 6903, 7228, 6907, 6952, 7841, 6906, 7045, 7997, 6916, 6839, 7124, 6770, 6948, 7019, 7270, 8013, 6939, 8067, 7210, 7068, 6731, 6837, 7207, 7393, 6992, 7644, 9678, 9867, 8364, 7696, 8458, 8598, 7291, 9441, 8077, 8517, 9048, 7679, 7809, 6972, 7426, 6833, 6773, 7594, 7583, 6900, 6776, 6789, 7730, 6820, 7441, 7953, 7395, 6814, 6763, 7450, 6776, 9096, 8953, 8865, 10723, 8769, 10658, 9114, 9236, 8165, 8029, 9962, 6779, 6973, 7065, 6949, 7152, 7061, 6854, 7015, 7037, 6956, 6886, 6933, 6891, 7086, 7860, 8126, 6893, 7611, 6888, 10138, 6937, 8938, 8092, 6956, 7381, 6950, 6993, 7166, 6937, 7005, 7097, 7111, 6948, 6926, 7037, 6918, 6855, 6892, 7246, 7096, 7183, 6871, 6917, 6954, 6964, 6765, 7010, 6997, 6893, 7093, 6893, 8781, 6897, 6810, 8053, 6737, 7228, 7460, 7005, 7317, 6919, 7005, 6871, 7882, 6970, 6898, 7869, 6969, 8884, 6813, 6821, 7798, 6762, 6912, 7628, 7059, 6727, 7165, 6790, 7293, 7279, 6853, 7186, 6741, 7691, 8158, 6941, 8000, 6878, 9111, 9571, 7606, 8711, 7002, 7016, 7241, 6916, 6852, 7067, 6935, 6731, 6826, 6928, 6957, 6817, 6964, 7202, 7150, 7513, 7105, 7156, 9332, 8971, 8787, 8652, 8277, 8300, 8055, 7908, 7792, 7839, 7588, 7323, 7273, 7793, 8038, 8491, 7814, 7245, 6649, 7005, 7718, 7434, 7490, 6902, 7035, 6673, 7069, 7959, 9978, 7729, 7725, 7132, 7626, 7341, 6960, 7131, 7311, 7161, 7199, 7009, 8798, 7160, 7892, 7707, 7485, 7159, 7035, 6919, 6965, 7048, 7157, 7094, 7067, 7061, 7235, 7125, 7080, 7031, 7101, 7077, 7130, 7322, 7044, 7323, 7136, 7556, 7128, 7279, 7261, 7417, 7429, 7314, 7408, 7351, 7445, 7506, 7481, 7483, 7574, 7536, 7572, 7585, 7513, 7539, 7696, 7655, 7719, 7814, 7745, 7666, 7587, 7494, 7312, 7724, 8817, 7324, 7105, 7386, 7159, 7273, 7885, 7254, 7214, 7324, 8109, 9724, 7642, 7421, 7363, 8615, 7328, 7390, 7347, 7297, 7399, 7266, 7466, 7416, 7467, 7782, 8055, 8286, 7542, 7474, 7389, 7291, 7525, 7426, 7459, 7382, 7425, 7459, 7469, 8851, 7492, 7554, 7510, 8518, 7451, 9100, 7537, 7566, 7943, 7606, 7466, 7556, 7536, 7516, 7494, 7556, 7555, 7505, 7574, 7575, 7823, 8121, 8847, 7932, 7649, 7585, 7645, 7564, 7574, 8293, 7636, 7615, 7672, 7649, 8165, 7618, 7678, 7673, 7643, 7781, 7708, 7647, 7611, 7554, 7465, 7554, 7622, 7703, 7585, 7922, 8163, 7662, 7657, 7692, 8415, 7922, 8739, 8840, 11370, 8499, 8765, 9042, 7578, 8723, 7898, 8070, 7598, 7809, 7450, 7399, 7469, 7825, 7497, 7858, 7873, 7764, 7772, 7565, 7615, 7470, 7541, 7618, 7455, 7505, 7484, 7367, 7226, 7345, 7344, 7354, 7364, 7472, 7429, 7220, 8229, 7184, 7220, 9051, 7215, 7255, 8081, 7498, 7625, 7778, 7767, 7677, 8418, 7637, 7568, 7683, 7593, 7574, 8305, 7578, 7726, 7966, 7647, 7747, 7955, 7674, 9308, 9190, 7619, 7772, 7643, 9154, 7904, 7580, 7745, 7472, 7502, 8151, 7533, 7581, 7637, 7654, 7542, 7809, 7677, 7708, 7788, 7737, 7730, 7660, 7651, 7698, 7329, 8395, 7476, 7483, 7720, 8211, 8098, 7600, 7984, 10445, 8617, 10377, 9275, 8816, 9250, 8631, 8434, 8987, 9142, 8024, 7453, 7301, 7330, 7145, 7230, 7186, 7420, 7162, 7196, 7602, 7331, 7389, 7736, 7459, 7455, 7276, 7214, 7638, 8221, 7970, 8163, 7885, 7751, 8174, 7542, 9321, 9490, 8742, 9918, 8763, 9930, 8038, 9287, 8789, 7558, 7576, 7486, 9301, 7533, 7557, 7432, 7699, 7595, 7983, 8028, 7793, 7617, 7499, 7517, 7424, 7303, 7966, 7268, 7349, 7406, 7248, 7311, 7807, 7167, 7588, 7629, 7344, 7336], 'WindowCenter': [3894.0, 3878.0, 3865.0, 3862.0, 3850.0, 3848.0, 3848.0, 3848.0, 3838.0, 3837.0, 3836.0, 3836.0, 3836.0, 3835.0, 3835.0, 3835.0, 3838.0, 3851.0, 3840.0, 3849.0, 3840.0, 3838.0, 3840.0, 3851.0, 3864.0, 3868.0, 3869.0, 3870.0, 3878.0, 3867.0, 3867.0, 3890.0, 3879.0, 3854.0, 3887.0, 3877.0, 3876.0, 3875.0, 3853.0, 3894.0, 3893.0, 3871.0, 3891.0, 3848.0, 3868.0, 3857.0, 3846.0, 3855.0, 3825.0, 3877.0, 3855.0, 3844.0, 3845.0, 3835.0, 3854.0, 3823.0, 3824.0, 3824.0, 3823.0, 3836.0, 3862.0, 3853.0, 3862.0, 3862.0, 3839.0, 3839.0, 3840.0, 3840.0, 3851.0, 3853.0, 3868.0, 3868.0, 3866.0, 3863.0, 3834.0, 3877.0, 3864.0, 3907.0, 3858.0, 3854.0, 3845.0, 3843.0, 3819.0, 3831.0, 3833.0, 3831.0, 3880.0, 3878.0, 3887.0, 3858.0, 3866.0, 3864.0, 3865.0, 3854.0, 3853.0, 3841.0, 3821.0, 3850.0, 3830.0, 3808.0, 3818.0, 3796.0, 3824.0, 3794.0, 3794.0, 3794.0, 3795.0, 3794.0, 3806.0, 3808.0, 3809.0, 3810.0, 3825.0, 3823.0, 3825.0, 3838.0, 3838.0, 3840.0, 3839.0, 3841.0, 3849.0, 3829.0, 3849.0, 3828.0, 3858.0, 3828.0, 3848.0, 3827.0, 3851.0, 3838.0, 3827.0, 3858.0, 3827.0, 3839.0, 3839.0, 3841.0, 3840.0, 3839.0, 3852.0, 3852.0, 3853.0, 3851.0, 3850.0, 3850.0, 3839.0, 3838.0, 3850.0, 3849.0, 3849.0, 3859.0, 3838.0, 3879.0, 3860.0, 3848.0, 3836.0, 3824.0, 3865.0, 3822.0, 3824.0, 3824.0, 3823.0, 3835.0, 3824.0, 3823.0, 3835.0, 3847.0, 3848.0, 3837.0, 3836.0, 3838.0, 3849.0, 3848.0, 3850.0, 3851.0, 3849.0, 3852.0, 3864.0, 3854.0, 3863.0, 3886.0, 3864.0, 3852.0, 3875.0, 3872.0, 3882.0, 3873.0, 3861.0, 3850.0, 3852.0, 3849.0, 3861.0, 3850.0, 3858.0, 3859.0, 3826.0, 3836.0, 3835.0, 3846.0, 3824.0, 3855.0, 3836.0, 3835.0, 3837.0, 3836.0, 3879.0, 3850.0, 3850.0, 3837.0, 3851.0, 3854.0, 3850.0, 3840.0, 3841.0, 3851.0, 3842.0, 3841.0, 3842.0, 3854.0, 3854.0, 3877.0, 3853.0, 3894.0, 3883.0, 3876.0, 3850.0, 3839.0, 3839.0, 3838.0, 3839.0, 3839.0, 3849.0, 3828.0, 3838.0, 3827.0, 3827.0, 3856.0, 3836.0, 3826.0, 3849.0, 3853.0, 3847.0, 3904.0, 3858.0, 3842.0, 3830.0, 3840.0, 3828.0, 3843.0, 3830.0, 3829.0, 3831.0, 3839.0, 3839.0, 3830.0, 3830.0, 3841.0, 3829.0, 3830.0, 3829.0, 3840.0, 3829.0, 3838.0, 3841.0, 3840.0, 3829.0, 3829.0, 3828.0, 3828.0, 3828.0, 3827.0, 3842.0, 3843.0, 3841.0, 3849.0, 3841.0, 3839.0, 3840.0, 3843.0, 3840.0, 3841.0, 3841.0, 3830.0, 3830.0, 3843.0, 3855.0, 3842.0, 3854.0, 3842.0, 3828.0, 3841.0, 3852.0, 3857.0, 3857.0, 3855.0, 3856.0, 3855.0, 3864.0, 3843.0, 3863.0, 3873.0, 3842.0, 3875.0, 3840.0, 3860.0, 3861.0, 3851.0, 3860.0, 3827.0, 3826.0, 3840.0, 3838.0, 3830.0, 3838.0, 3840.0, 3828.0, 3828.0, 3828.0, 3828.0, 3828.0, 3838.0, 3838.0, 3817.0, 3826.0, 3816.0, 3845.0, 3815.0, 3846.0, 3814.0, 3814.0, 3814.0, 3825.0, 3826.0, 3826.0, 3827.0, 3849.0, 3840.0, 3842.0, 3863.0, 3845.0, 3845.0, 3846.0, 3845.0, 3855.0, 3872.0, 3869.0, 3866.0, 3846.0, 3868.0, 3859.0, 3857.0, 3846.0, 3846.0, 3868.0, 3867.0, 3854.0, 3865.0, 3889.0, 3887.0, 3865.0, 3854.0, 3864.0, 3862.0, 3841.0, 3860.0, 3838.0, 3848.0, 3846.0, 3825.0, 3824.0, 3814.0, 3826.0, 3815.0, 3829.0, 3851.0, 3836.0, 3835.0, 3837.0, 3825.0, 3847.0, 3839.0, 3851.0, 3863.0, 3852.0, 3854.0, 3854.0, 3865.0, 3843.0, 3872.0, 3873.0, 3873.0, 3882.0, 3860.0, 3869.0, 3846.0, 3844.0, 3822.0, 3820.0, 3839.0, 3799.0, 3813.0, 3811.0, 3813.0, 3811.0, 3808.0, 3812.0, 3810.0, 3809.0, 3809.0, 3824.0, 3812.0, 3811.0, 3812.0, 3823.0, 3834.0, 3812.0, 3822.0, 3811.0, 3841.0, 3800.0, 3830.0, 3820.0, 3798.0, 3809.0, 3799.0, 3810.0, 3799.0, 3809.0, 3809.0, 3812.0, 3824.0, 3812.0, 3812.0, 3811.0, 3812.0, 3800.0, 3812.0, 3811.0, 3812.0, 3811.0, 3801.0, 3813.0, 3825.0, 3813.0, 3814.0, 3827.0, 3825.0, 3827.0, 3840.0, 3839.0, 3861.0, 3841.0, 3840.0, 3863.0, 3844.0, 3855.0, 3855.0, 3845.0, 3855.0, 3843.0, 3842.0, 3833.0, 3852.0, 3842.0, 3856.0, 3868.0, 3854.0, 3873.0, 3842.0, 3843.0, 3851.0, 3842.0, 3854.0, 3865.0, 3856.0, 3844.0, 3856.0, 3845.0, 3855.0, 3855.0, 3845.0, 3844.0, 3844.0, 3853.0, 3854.0, 3843.0, 3852.0, 3832.0, 3875.0, 3884.0, 3854.0, 3863.0, 3843.0, 3829.0, 3839.0, 3842.0, 3830.0, 3841.0, 3842.0, 3843.0, 3830.0, 3840.0, 3841.0, 3830.0, 3831.0, 3840.0, 3856.0, 3856.0, 3855.0, 3791.0, 3881.0, 3886.0, 3886.0, 3885.0, 3888.0, 3887.0, 3872.0, 3870.0, 3860.0, 3858.0, 3844.0, 3833.0, 3846.0, 3869.0, 3870.0, 3868.0, 3844.0, 3843.0, 3821.0, 3832.0, 3841.0, 3841.0, 3831.0, 3831.0, 3843.0, 3832.0, 3832.0, 3839.0, 3864.0, 3832.0, 3844.0, 3823.0, 3832.0, 3837.0, 3825.0, 3837.0, 3837.0, 3827.0, 3827.0, 3827.0, 3846.0, 3812.0, 3821.0, 3810.0, 3809.0, 3799.0, 3799.0, 3797.0, 3799.0, 3797.0, 3799.0, 3798.0, 3797.0, 3808.0, 3808.0, 3808.0, 3809.0, 3810.0, 3822.0, 3825.0, 3826.0, 3854.0, 3853.0, 3852.0, 3841.0, 3850.0, 3839.0, 3839.0, 3854.0, 3853.0, 3865.0, 3866.0, 3863.0, 3853.0, 3852.0, 3851.0, 3851.0, 3852.0, 3851.0, 3851.0, 3852.0, 3850.0, 3850.0, 3851.0, 3864.0, 3867.0, 3865.0, 3877.0, 3867.0, 3864.0, 3864.0, 3865.0, 3851.0, 3865.0, 3902.0, 3877.0, 3881.0, 3869.0, 3868.0, 3868.0, 3877.0, 3867.0, 3865.0, 3865.0, 3876.0, 3884.0, 3853.0, 3853.0, 3840.0, 3858.0, 3839.0, 3840.0, 3837.0, 3838.0, 3839.0, 3837.0, 3850.0, 3838.0, 3852.0, 3865.0, 3874.0, 3873.0, 3861.0, 3865.0, 3865.0, 3864.0, 3866.0, 3866.0, 3868.0, 3867.0, 3867.0, 3867.0, 3866.0, 3886.0, 3854.0, 3865.0, 3854.0, 3876.0, 3855.0, 3885.0, 3864.0, 3875.0, 3874.0, 3863.0, 3852.0, 3863.0, 3864.0, 3853.0, 3866.0, 3877.0, 3876.0, 3868.0, 3879.0, 3880.0, 3882.0, 3878.0, 3874.0, 3892.0, 3883.0, 3880.0, 3877.0, 3866.0, 3865.0, 3875.0, 3864.0, 3865.0, 3865.0, 3865.0, 3863.0, 3853.0, 3850.0, 3853.0, 3852.0, 3877.0, 3864.0, 3866.0, 3864.0, 3877.0, 3866.0, 3866.0, 3867.0, 3880.0, 3867.0, 3878.0, 3890.0, 3869.0, 3881.0, 3869.0, 3878.0, 3866.0, 3864.0, 3875.0, 3895.0, 3863.0, 3863.0, 3874.0, 3840.0, 3847.0, 3834.0, 3837.0, 3835.0, 3835.0, 3836.0, 3837.0, 3837.0, 3851.0, 3838.0, 3849.0, 3850.0, 3838.0, 3840.0, 3854.0, 3839.0, 3827.0, 3836.0, 3836.0, 3826.0, 3826.0, 3825.0, 3826.0, 3826.0, 3826.0, 3838.0, 3827.0, 3840.0, 3852.0, 3853.0, 3852.0, 3860.0, 3828.0, 3838.0, 3872.0, 3852.0, 3853.0, 3877.0, 3881.0, 3880.0, 3880.0, 3879.0, 3866.0, 3877.0, 3880.0, 3883.0, 3882.0, 3880.0, 3867.0, 3879.0, 3868.0, 3869.0, 3878.0, 3878.0, 3879.0, 3878.0, 3866.0, 3886.0, 3886.0, 3854.0, 3854.0, 3853.0, 3873.0, 3862.0, 3851.0, 3840.0, 3840.0, 3839.0, 3850.0, 3850.0, 3852.0, 3865.0, 3866.0, 3864.0, 3867.0, 3865.0, 3865.0, 3879.0, 3880.0, 3882.0, 3893.0, 3881.0, 3867.0, 3866.0, 3887.0, 3874.0, 3877.0, 3858.0, 3900.0, 3889.0, 3878.0, 3888.0, 3909.0, 3900.0, 3897.0, 3873.0, 3874.0, 3871.0, 3849.0, 3849.0, 3859.0, 3858.0, 3835.0, 3823.0, 3823.0, 3823.0, 3810.0, 3822.0, 3810.0, 3822.0, 3825.0, 3840.0, 3863.0, 3853.0, 3854.0, 3865.0, 3856.0, 3843.0, 3830.0, 3843.0, 3853.0, 3878.0, 3863.0, 3891.0, 3892.0, 3882.0, 3890.0, 3881.0, 3889.0, 3886.0, 3875.0, 3883.0, 3863.0, 3872.0, 3850.0, 3859.0, 3848.0, 3825.0, 3823.0, 3812.0, 3841.0, 3822.0, 3821.0, 3811.0, 3849.0, 3834.0, 3848.0, 3847.0, 3834.0, 3835.0, 3824.0, 3834.0, 3836.0, 3836.0, 3846.0, 3838.0, 3837.0, 3837.0, 3838.0, 3838.0, 3850.0, 3840.0, 3874.0, 3863.0, 3852.0, 3849.0], 'WindowWidth': [8754.0, 8719.0, 8694.0, 8685.0, 8666.0, 8660.0, 8657.0, 8657.0, 8643.0, 8640.0, 8638.0, 8636.0, 8637.0, 8635.0, 8634.0, 8635.0, 8642.0, 8666.0, 8648.0, 8655.0, 8644.0, 8641.0, 8644.0, 8664.0, 8688.0, 8703.0, 8704.0, 8707.0, 8715.0, 8698.0, 8697.0, 8735.0, 8717.0, 8677.0, 8721.0, 8711.0, 8705.0, 8702.0, 8669.0, 8723.0, 8721.0, 8687.0, 8713.0, 8652.0, 8677.0, 8662.0, 8646.0, 8657.0, 8618.0, 8686.0, 8657.0, 8640.0, 8642.0, 8632.0, 8653.0, 8610.0, 8614.0, 8614.0, 8614.0, 8632.0, 8681.0, 8674.0, 8682.0, 8679.0, 8645.0, 8644.0, 8647.0, 8648.0, 8663.0, 8669.0, 8699.0, 8699.0, 8695.0, 8688.0, 8639.0, 8698.0, 8677.0, 8740.0, 8674.0, 8667.0, 8655.0, 8650.0, 8612.0, 8632.0, 8639.0, 8628.0, 8697.0, 8691.0, 8704.0, 8665.0, 8672.0, 8664.0, 8665.0, 8649.0, 8645.0, 8627.0, 8599.0, 8637.0, 8609.0, 8578.0, 8589.0, 8557.0, 8593.0, 8552.0, 8552.0, 8552.0, 8554.0, 8552.0, 8572.0, 8580.0, 8582.0, 8585.0, 8614.0, 8610.0, 8617.0, 8639.0, 8640.0, 8645.0, 8642.0, 8645.0, 8654.0, 8627.0, 8651.0, 8624.0, 8663.0, 8623.0, 8648.0, 8623.0, 8662.0, 8639.0, 8621.0, 8666.0, 8622.0, 8639.0, 8640.0, 8646.0, 8643.0, 8641.0, 8667.0, 8665.0, 8668.0, 8664.0, 8663.0, 8661.0, 8642.0, 8639.0, 8658.0, 8656.0, 8656.0, 8668.0, 8637.0, 8694.0, 8672.0, 8651.0, 8633.0, 8614.0, 8667.0, 8608.0, 8613.0, 8613.0, 8613.0, 8631.0, 8613.0, 8613.0, 8631.0, 8650.0, 8655.0, 8638.0, 8635.0, 8641.0, 8657.0, 8654.0, 8661.0, 8665.0, 8659.0, 8668.0, 8688.0, 8672.0, 8685.0, 8720.0, 8688.0, 8671.0, 8702.0, 8693.0, 8705.0, 8695.0, 8678.0, 8661.0, 8665.0, 8659.0, 8674.0, 8658.0, 8667.0, 8667.0, 8620.0, 8635.0, 8631.0, 8645.0, 8616.0, 8657.0, 8632.0, 8631.0, 8638.0, 8634.0, 8693.0, 8661.0, 8662.0, 8640.0, 8665.0, 8671.0, 8662.0, 8648.0, 8649.0, 8663.0, 8653.0, 8651.0, 8651.0, 8670.0, 8671.0, 8708.0, 8668.0, 8724.0, 8708.0, 8703.0, 8659.0, 8643.0, 8642.0, 8640.0, 8643.0, 8641.0, 8654.0, 8624.0, 8638.0, 8622.0, 8621.0, 8659.0, 8632.0, 8618.0, 8654.0, 8671.0, 8652.0, 8742.0, 8666.0, 8651.0, 8631.0, 8642.0, 8627.0, 8653.0, 8632.0, 8630.0, 8634.0, 8644.0, 8642.0, 8631.0, 8634.0, 8647.0, 8629.0, 8631.0, 8628.0, 8644.0, 8630.0, 8641.0, 8648.0, 8644.0, 8628.0, 8627.0, 8624.0, 8623.0, 8624.0, 8623.0, 8651.0, 8655.0, 8650.0, 8655.0, 8647.0, 8644.0, 8645.0, 8656.0, 8646.0, 8647.0, 8646.0, 8631.0, 8632.0, 8655.0, 8677.0, 8653.0, 8671.0, 8650.0, 8627.0, 8646.0, 8663.0, 8681.0, 8681.0, 8676.0, 8676.0, 8673.0, 8684.0, 8655.0, 8680.0, 8693.0, 8652.0, 8699.0, 8645.0, 8668.0, 8673.0, 8660.0, 8670.0, 8622.0, 8617.0, 8645.0, 8639.0, 8631.0, 8636.0, 8645.0, 8625.0, 8624.0, 8623.0, 8624.0, 8623.0, 8637.0, 8636.0, 8607.0, 8617.0, 8603.0, 8641.0, 8602.0, 8641.0, 8598.0, 8596.0, 8597.0, 8617.0, 8617.0, 8618.0, 8622.0, 8654.0, 8646.0, 8652.0, 8681.0, 8661.0, 8663.0, 8663.0, 8660.0, 8676.0, 8709.0, 8702.0, 8691.0, 8662.0, 8693.0, 8683.0, 8679.0, 8663.0, 8663.0, 8694.0, 8694.0, 8670.0, 8685.0, 8721.0, 8719.0, 8685.0, 8669.0, 8681.0, 8675.0, 8644.0, 8666.0, 8634.0, 8647.0, 8640.0, 8611.0, 8607.0, 8595.0, 8614.0, 8599.0, 8625.0, 8661.0, 8633.0, 8636.0, 8642.0, 8623.0, 8656.0, 8646.0, 8666.0, 8683.0, 8666.0, 8671.0, 8673.0, 8687.0, 8654.0, 8690.0, 8691.0, 8689.0, 8700.0, 8669.0, 8675.0, 8641.0, 8634.0, 8600.0, 8595.0, 8618.0, 8568.0, 8593.0, 8588.0, 8592.0, 8589.0, 8580.0, 8593.0, 8585.0, 8581.0, 8583.0, 8609.0, 8590.0, 8587.0, 8590.0, 8607.0, 8623.0, 8590.0, 8602.0, 8586.0, 8626.0, 8571.0, 8610.0, 8596.0, 8566.0, 8579.0, 8567.0, 8585.0, 8570.0, 8583.0, 8581.0, 8589.0, 8611.0, 8594.0, 8591.0, 8589.0, 8590.0, 8573.0, 8591.0, 8588.0, 8589.0, 8588.0, 8575.0, 8596.0, 8614.0, 8596.0, 8600.0, 8619.0, 8615.0, 8621.0, 8645.0, 8642.0, 8673.0, 8647.0, 8647.0, 8681.0, 8658.0, 8673.0, 8673.0, 8659.0, 8672.0, 8655.0, 8653.0, 8639.0, 8663.0, 8652.0, 8680.0, 8695.0, 8670.0, 8691.0, 8652.0, 8655.0, 8663.0, 8652.0, 8672.0, 8686.0, 8676.0, 8660.0, 8676.0, 8662.0, 8674.0, 8674.0, 8660.0, 8659.0, 8658.0, 8669.0, 8670.0, 8654.0, 8665.0, 8637.0, 8700.0, 8709.0, 8671.0, 8679.0, 8655.0, 8626.0, 8640.0, 8650.0, 8632.0, 8649.0, 8652.0, 8654.0, 8633.0, 8646.0, 8646.0, 8632.0, 8633.0, 8647.0, 8678.0, 8679.0, 8678.0, 8555.0, 8722.0, 8731.0, 8731.0, 8726.0, 8737.0, 8733.0, 8703.0, 8699.0, 8689.0, 8682.0, 8655.0, 8638.0, 8661.0, 8699.0, 8701.0, 8691.0, 8650.0, 8650.0, 8616.0, 8633.0, 8646.0, 8646.0, 8632.0, 8634.0, 8653.0, 8637.0, 8638.0, 8636.0, 8672.0, 8624.0, 8647.0, 8616.0, 8624.0, 8640.0, 8622.0, 8638.0, 8639.0, 8625.0, 8625.0, 8623.0, 8645.0, 8596.0, 8604.0, 8588.0, 8585.0, 8571.0, 8573.0, 8568.0, 8572.0, 8568.0, 8571.0, 8569.0, 8569.0, 8583.0, 8583.0, 8585.0, 8589.0, 8591.0, 8611.0, 8619.0, 8625.0, 8675.0, 8673.0, 8669.0, 8654.0, 8662.0, 8647.0, 8646.0, 8678.0, 8675.0, 8694.0, 8697.0, 8688.0, 8674.0, 8671.0, 8669.0, 8669.0, 8671.0, 8668.0, 8668.0, 8670.0, 8666.0, 8667.0, 8667.0, 8690.0, 8699.0, 8693.0, 8714.0, 8700.0, 8692.0, 8691.0, 8694.0, 8665.0, 8692.0, 8756.0, 8716.0, 8726.0, 8706.0, 8704.0, 8702.0, 8714.0, 8700.0, 8696.0, 8694.0, 8710.0, 8717.0, 8674.0, 8672.0, 8652.0, 8674.0, 8648.0, 8649.0, 8643.0, 8646.0, 8646.0, 8643.0, 8666.0, 8648.0, 8672.0, 8694.0, 8706.0, 8704.0, 8684.0, 8694.0, 8695.0, 8693.0, 8697.0, 8699.0, 8703.0, 8702.0, 8700.0, 8700.0, 8697.0, 8724.0, 8680.0, 8694.0, 8680.0, 8710.0, 8682.0, 8719.0, 8692.0, 8712.0, 8708.0, 8689.0, 8672.0, 8689.0, 8691.0, 8677.0, 8699.0, 8716.0, 8715.0, 8707.0, 8721.0, 8724.0, 8731.0, 8718.0, 8704.0, 8744.0, 8731.0, 8720.0, 8713.0, 8698.0, 8694.0, 8705.0, 8689.0, 8691.0, 8691.0, 8690.0, 8685.0, 8671.0, 8665.0, 8671.0, 8668.0, 8715.0, 8690.0, 8696.0, 8687.0, 8714.0, 8697.0, 8697.0, 8699.0, 8721.0, 8696.0, 8712.0, 8733.0, 8706.0, 8723.0, 8706.0, 8713.0, 8694.0, 8688.0, 8701.0, 8727.0, 8682.0, 8680.0, 8698.0, 8647.0, 8649.0, 8627.0, 8639.0, 8631.0, 8632.0, 8637.0, 8640.0, 8639.0, 8666.0, 8644.0, 8658.0, 8661.0, 8643.0, 8647.0, 8673.0, 8645.0, 8625.0, 8635.0, 8634.0, 8620.0, 8621.0, 8620.0, 8622.0, 8621.0, 8623.0, 8640.0, 8625.0, 8649.0, 8671.0, 8671.0, 8668.0, 8674.0, 8630.0, 8644.0, 8692.0, 8668.0, 8673.0, 8711.0, 8725.0, 8723.0, 8721.0, 8719.0, 8696.0, 8710.0, 8720.0, 8729.0, 8729.0, 8721.0, 8697.0, 8715.0, 8700.0, 8704.0, 8714.0, 8716.0, 8720.0, 8714.0, 8695.0, 8720.0, 8721.0, 8677.0, 8675.0, 8671.0, 8697.0, 8683.0, 8664.0, 8648.0, 8647.0, 8644.0, 8662.0, 8663.0, 8670.0, 8694.0, 8695.0, 8689.0, 8697.0, 8692.0, 8692.0, 8718.0, 8723.0, 8728.0, 8746.0, 8726.0, 8701.0, 8697.0, 8732.0, 8712.0, 8718.0, 8683.0, 8758.0, 8732.0, 8716.0, 8727.0, 8756.0, 8747.0, 8738.0, 8695.0, 8698.0, 8688.0, 8656.0, 8653.0, 8667.0, 8665.0, 8629.0, 8612.0, 8609.0, 8608.0, 8590.0, 8608.0, 8592.0, 8610.0, 8619.0, 8648.0, 8684.0, 8668.0, 8669.0, 8690.0, 8678.0, 8653.0, 8630.0, 8653.0, 8668.0, 8715.0, 8681.0, 8736.0, 8739.0, 8726.0, 8736.0, 8723.0, 8730.0, 8722.0, 8704.0, 8712.0, 8683.0, 8693.0, 8661.0, 8671.0, 8652.0, 8618.0, 8611.0, 8596.0, 8634.0, 8608.0, 8606.0, 8593.0, 8659.0, 8630.0, 8658.0, 8655.0, 8632.0, 8635.0, 8618.0, 8634.0, 8638.0, 8637.0, 8651.0, 8645.0, 8641.0, 8641.0, 8644.0, 8645.0, 8664.0, 8650.0, 8705.0, 8687.0, 8671.0, 8662.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.008837087155963302</td></tr>
<tr><td colspan=3>aqi</td><td>0.11773117752293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.39400322304249</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9873315273938004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.926155313421354</td></tr>
<tr><td colspan=3>efc</td><td>0.511</td></tr>
<tr><td colspan=3>fber</td><td>2567.2368</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.28440217916542637</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>314</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.00917431192661</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8893506384077354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7838999336266537</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.051611290880281</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.832540690716272</td></tr>
<tr><td colspan=3>gcor</td><td>0.00808741</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01614164374768734</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028473978862166405</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9108436837238933</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>14.7023</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.6445</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.2486</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.7534</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0136</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.8485</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3067.9171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.835</td></tr>
<tr><td colspan=3>tsnr</td><td>18.086295029963367</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>