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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-02_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-02_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-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-02_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>288e451a584802089ee7fc7d15bec07a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:56:56.267500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</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-02_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.0894328</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.632</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>902f572a-2743-4ddc-91c6-b03f48c5ac82||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['145656.267500', '145656.727500', '145657.187500', '145657.647500', '145658.107500', '145658.567500', '145659.027500', '145659.487500', '145659.947500', '145700.407500', '145700.867500', '145701.327500', '145701.787500', '145702.247500', '145702.707500', '145703.167500', '145703.627500', '145704.087500', '145704.547500', '145705.007500', '145705.467500', '145705.927500', '145706.387500', '145706.847500', '145707.307500', '145707.767500', '145708.227500', '145708.687500', '145709.147500', '145709.607500', '145710.067500', '145710.527500', '145710.987500', '145711.447500', '145711.907500', '145712.367500', '145712.827500', '145713.287500', '145713.747500', '145714.207500', '145714.667500', '145715.127500', '145715.587500', '145716.047500', '145716.507500', '145716.967500', '145717.427500', '145717.887500', '145718.347500', '145718.807500', '145719.267500', '145719.727500', '145720.187500', '145720.647500', '145721.107500', '145721.567500', '145722.027500', '145722.487500', '145722.947500', '145723.407500', '145723.867500', '145724.327500', '145724.787500', '145725.247500', '145725.707500', '145726.167500', '145726.627500', '145727.087500', '145727.547500', '145728.007500', '145728.467500', '145728.927500', '145729.387500', '145729.847500', '145730.307500', '145730.767500', '145731.227500', '145731.687500', '145732.147500', '145732.607500', '145733.067500', '145733.527500', '145733.987500', '145734.447500', '145734.907500', '145735.367500', '145735.827500', '145736.287500', '145736.747500', '145737.207500', '145737.667500', '145738.127500', '145738.587500', '145739.047500', '145739.507500', '145739.967500', '145740.427500', '145740.887500', '145741.347500', '145741.807500', '145742.267500', '145742.727500', '145743.187500', '145743.647500', '145744.107500', '145744.567500', '145745.027500', '145745.487500', '145745.947500', '145746.407500', '145746.867500', '145747.327500', '145747.787500', '145748.247500', '145748.707500', '145749.167500', '145749.627500', '145750.087500', '145750.547500', '145751.007500', '145751.467500', '145751.927500', '145752.387500', '145752.847500', '145753.307500', '145753.767500', '145754.227500', '145754.687500', '145755.147500', '145755.607500', '145756.067500', '145756.527500', '145756.987500', '145757.447500', '145757.907500', '145758.367500', '145758.827500', '145759.287500', '145759.747500', '145800.207500', '145800.667500', '145801.127500', '145801.587500', '145802.047500', '145802.507500', '145802.967500', '145803.427500', '145803.887500', '145804.347500', '145804.807500', '145805.267500', '145805.727500', '145806.187500', '145806.647500', '145807.107500', '145807.567500', '145808.027500', '145808.487500', '145808.947500', '145809.407500', '145809.867500', '145810.327500', '145810.787500', '145811.247500', '145811.707500', '145812.167500', '145812.627500', '145813.087500', '145813.547500', '145814.007500', '145814.467500', '145814.927500', '145815.387500', '145815.847500', '145816.307500', '145816.767500', '145817.227500', '145817.687500', '145818.147500', '145818.607500', '145819.067500', '145819.527500', '145819.987500', '145820.447500', '145820.907500', '145821.367500', '145821.827500', '145822.287500', '145822.747500', '145823.207500', '145823.667500', '145824.127500', '145824.587500', '145825.047500', '145825.507500', '145825.967500', '145826.427500', '145826.887500', '145827.347500', '145827.807500', '145828.267500', '145828.727500', '145829.187500', '145829.647500', '145830.107500', '145830.567500', '145831.027500', '145831.487500', '145831.947500', '145832.407500', '145832.867500', '145833.327500', '145833.787500', '145834.247500', '145834.707500', '145835.167500', '145835.627500', '145836.087500', '145836.547500', '145837.007500', '145837.467500', '145837.927500', '145838.387500', '145838.847500', '145839.307500', '145839.767500', '145840.227500', '145840.687500', '145841.147500', '145841.607500', '145842.067500', '145842.527500', '145842.987500', '145843.447500', '145843.907500', '145844.367500', '145844.827500', '145845.287500', '145845.747500', '145846.207500', '145846.667500', '145847.127500', '145847.587500', '145848.047500', '145848.507500', '145848.967500', '145849.427500', '145849.887500', '145850.347500', '145850.807500', '145851.267500', '145851.727500', '145852.187500', '145852.647500', '145853.107500', '145853.567500', '145854.027500', '145854.487500', '145854.947500', '145855.407500', '145855.867500', '145856.327500', '145856.787500', '145857.247500', '145857.707500', '145858.167500', '145858.627500', '145859.087500', '145859.547500', '145900.007500', '145900.467500', '145900.927500', '145901.387500', '145901.847500', '145902.307500', '145902.767500', '145903.227500', '145903.687500', '145904.147500', '145904.607500', '145905.067500', '145905.527500', '145905.987500', '145906.447500', '145906.907500', '145907.367500', '145907.827500', '145908.287500', '145908.747500', '145909.207500', '145909.667500', '145910.127500', '145910.587500', '145911.047500', '145911.507500', '145911.967500', '145912.427500', '145912.887500', '145913.347500', '145913.807500', '145914.267500', '145914.727500', '145915.187500', '145915.647500', '145916.107500', '145916.567500', '145917.027500', '145917.487500', '145917.947500', '145918.407500', '145918.867500', '145919.327500', '145919.787500', '145920.247500', '145920.707500', '145921.167500', '145921.627500', '145922.087500', '145922.547500', '145923.007500', '145923.467500', '145923.927500', '145924.387500', '145924.847500', '145925.307500', '145925.767500', '145926.227500', '145926.687500', '145927.147500', '145927.607500', '145928.067500', '145928.527500', '145928.987500', '145929.447500', '145929.907500', '145930.367500', '145930.827500', '145931.287500', '145931.747500', '145932.207500', '145932.667500', '145933.127500', '145933.587500', '145934.047500', '145934.507500', '145934.967500', '145935.427500', '145935.887500', '145936.347500', '145936.807500', '145937.267500', '145937.727500', '145938.187500', '145938.647500', '145939.107500', '145939.567500', '145940.027500', '145940.487500', '145940.947500', '145941.407500', '145941.867500', '145942.327500', '145942.787500', '145943.247500', '145943.707500', '145944.167500', '145944.627500', '145945.087500', '145945.547500', '145946.007500', '145946.467500', '145946.927500', '145947.387500', '145947.847500', '145948.307500', '145948.767500', '145949.227500', '145949.687500', '145950.147500', '145950.607500', '145951.067500', '145951.527500', '145951.987500', '145952.447500', '145952.907500', '145953.367500', '145953.827500', '145954.287500', '145954.747500', '145955.207500', '145955.667500', '145956.127500', '145956.587500', '145957.047500', '145957.507500', '145957.967500', '145958.427500', '145958.887500', '145959.347500', '145959.807500', '150000.267500', '150000.727500', '150001.187500', '150001.647500', '150002.107500', '150002.567500', '150003.027500', '150003.487500', '150003.947500', '150004.407500', '150004.867500', '150005.327500', '150005.787500', '150006.247500', '150006.707500', '150007.167500', '150007.627500', '150008.087500', '150008.547500', '150009.007500', '150009.467500', '150009.927500', '150010.387500', '150010.847500', '150011.307500', '150011.767500', '150012.227500', '150012.687500', '150013.147500', '150013.607500', '150014.067500', '150014.527500', '150014.987500', '150015.447500', '150015.907500', '150016.367500', '150016.827500', '150017.287500', '150017.747500', '150018.207500', '150018.667500', '150019.127500', '150019.587500', '150020.047500', '150020.507500', '150020.967500', '150021.427500', '150021.887500', '150022.347500', '150022.807500', '150023.267500', '150023.727500', '150024.187500', '150024.647500', '150025.107500', '150025.567500', '150026.027500', '150026.487500', '150026.947500', '150027.407500', '150027.867500', '150028.327500', '150028.787500', '150029.247500', '150029.707500', '150030.167500', '150030.627500', '150031.087500', '150031.547500', '150032.007500', '150032.467500', '150032.927500', '150033.387500', '150033.847500', '150034.307500', '150034.767500', '150035.227500', '150035.687500', '150036.147500', '150036.607500', '150037.067500', '150037.527500', '150037.987500', '150038.447500', '150038.907500', '150039.367500', '150039.827500', '150040.287500', '150040.747500', '150041.207500', '150041.667500', '150042.127500', '150042.587500', '150043.047500', '150043.507500', '150043.967500', '150044.427500', '150044.887500', '150045.347500', '150045.807500', '150046.267500', '150046.727500', '150047.187500', '150047.647500', '150048.107500', '150048.567500', '150049.027500', '150049.487500', '150049.947500', '150050.407500', '150050.867500', '150051.327500', '150051.787500', '150052.247500', '150052.707500', '150053.167500', '150053.627500', '150054.087500', '150054.547500', '150055.007500', '150055.467500', '150055.927500', '150056.387500', '150056.847500', '150057.307500', '150057.767500', '150058.227500', '150058.687500', '150059.147500', '150059.607500', '150100.067500', '150100.527500', '150100.987500', '150101.447500', '150101.907500', '150102.367500', '150102.827500', '150103.287500', '150103.747500', '150104.207500', '150104.667500', '150105.127500', '150105.587500', '150106.047500', '150106.507500', '150106.967500', '150107.427500', '150107.887500', '150108.347500', '150108.807500', '150109.267500', '150109.727500', '150110.187500', '150110.647500', '150111.107500', '150111.567500', '150112.027500', '150112.487500', '150112.947500', '150113.407500', '150113.867500', '150114.327500', '150114.787500', '150115.247500', '150115.707500', '150116.167500', '150116.627500', '150117.087500', '150117.547500', '150118.007500', '150118.467500', '150118.927500', '150119.387500', '150119.847500', '150120.307500', '150120.767500', '150121.227500', '150121.687500', '150122.147500', '150122.607500', '150123.067500', '150123.527500', '150123.987500', '150124.447500', '150124.907500', '150125.367500', '150125.827500', '150126.287500', '150126.747500', '150127.207500', '150127.667500', '150128.127500', '150128.587500', '150129.047500', '150129.507500', '150129.967500', '150130.427500', '150130.887500', '150131.347500', '150131.807500', '150132.267500', '150132.727500', '150133.187500', '150133.647500', '150134.107500', '150134.567500', '150135.027500', '150135.487500', '150135.947500', '150136.407500', '150136.867500', '150137.327500', '150137.787500', '150138.247500', '150138.707500', '150139.167500', '150139.627500', '150140.087500', '150140.547500', '150141.007500', '150141.467500', '150141.927500', '150142.387500', '150142.847500', '150143.307500', '150143.767500', '150144.227500', '150144.687500', '150145.147500', '150145.607500', '150146.067500', '150146.527500', '150146.987500', '150147.447500', '150147.907500', '150148.367500', '150148.827500', '150149.287500', '150149.747500', '150150.207500', '150150.667500', '150151.127500', '150151.587500', '150152.047500', '150152.507500', '150152.967500', '150153.427500', '150153.887500', '150154.347500', '150154.807500', '150155.267500', '150155.727500', '150156.187500', '150156.647500', '150157.107500', '150157.567500', '150158.027500', '150158.487500', '150158.947500', '150159.407500', '150159.867500', '150200.327500', '150200.787500', '150201.247500', '150201.707500', '150202.167500', '150202.627500', '150203.087500', '150203.547500', '150204.007500', '150204.467500', '150204.927500', '150205.387500', '150205.847500', '150206.307500', '150206.767500', '150207.227500', '150207.687500', '150208.147500', '150208.607500', '150209.067500', '150209.527500', '150209.987500', '150210.447500', '150210.907500', '150211.367500', '150211.827500', '150212.287500', '150212.747500', '150213.207500', '150213.667500', '150214.127500', '150214.587500', '150215.047500', '150215.507500', '150215.967500', '150216.427500', '150216.887500', '150217.347500', '150217.807500', '150218.267500', '150218.727500', '150219.187500', '150219.647500', '150220.107500', '150220.567500', '150221.027500', '150221.487500', '150221.947500', '150222.407500', '150222.867500', '150223.327500', '150223.787500', '150224.247500', '150224.707500', '150225.167500', '150225.627500', '150226.087500', '150226.547500', '150227.007500', '150227.467500', '150227.927500', '150228.387500', '150228.847500', '150229.307500', '150229.767500', '150230.227500', '150230.687500', '150231.147500', '150231.607500', '150232.067500', '150232.527500', '150232.987500', '150233.447500', '150233.907500', '150234.367500', '150234.827500', '150235.287500', '150235.747500', '150236.207500', '150236.667500', '150237.127500', '150237.587500', '150238.047500', '150238.507500', '150238.967500', '150239.427500', '150239.887500', '150240.347500', '150240.807500', '150241.267500', '150241.727500', '150242.187500', '150242.647500', '150243.107500', '150243.567500', '150244.027500', '150244.487500', '150244.947500', '150245.407500', '150245.867500', '150246.327500', '150246.787500', '150247.247500', '150247.707500', '150248.167500', '150248.627500', '150249.087500', '150249.547500', '150250.007500', '150250.467500', '150250.927500', '150251.387500', '150251.847500', '150252.307500', '150252.767500', '150253.227500', '150253.687500', '150254.147500', '150254.607500', '150255.067500', '150255.527500', '150255.987500', '150256.447500', '150256.907500', '150257.367500', '150257.827500', '150258.287500', '150258.747500', '150259.207500', '150259.667500', '150300.127500', '150300.587500', '150301.047500', '150301.507500', '150301.967500', '150302.427500', '150302.887500', '150303.347500', '150303.807500', '150304.267500', '150304.727500', '150305.187500', '150305.647500', '150306.107500', '150306.567500', '150307.027500', '150307.487500', '150307.947500', '150308.407500', '150308.867500', '150309.327500', '150309.787500', '150310.247500', '150310.707500', '150311.167500', '150311.627500', '150312.087500', '150312.547500', '150313.007500', '150313.467500', '150313.927500', '150314.387500', '150314.847500', '150315.307500', '150315.767500', '150316.227500', '150316.687500', '150317.147500', '150317.607500', '150318.067500', '150318.527500', '150318.987500', '150319.447500', '150319.907500', '150320.367500', '150320.827500', '150321.287500', '150321.747500', '150322.207500', '150322.667500', '150323.127500', '150323.587500', '150324.047500', '150324.507500', '150324.967500', '150325.427500', '150325.887500', '150326.347500', '150326.807500', '150327.267500', '150327.727500', '150328.187500', '150328.647500', '150329.107500', '150329.567500', '150330.027500', '150330.487500', '150330.947500', '150331.407500', '150331.867500', '150332.327500', '150332.787500', '150333.247500', '150333.707500', '150334.167500', '150334.627500', '150335.087500', '150335.547500', '150336.007500', '150336.467500', '150336.927500'], 'ContentTime': ['145715.360000', '145715.363000', '145715.365000', '145715.368000', '145715.370000', '145715.373000', '145715.375000', '145715.378000', '145715.381000', '145715.384000', '145715.387000', '145715.389000', '145715.393000', '145715.396000', '145715.399000', '145715.401000', '145715.404000', '145715.406000', '145715.409000', '145715.411000', '145715.414000', '145715.416000', '145715.419000', '145715.422000', '145715.424000', '145715.427000', '145715.429000', '145715.432000', '145715.434000', '145715.437000', '145715.439000', '145715.442000', '145715.444000', '145715.447000', '145715.449000', '145715.452000', '145715.454000', '145715.457000', '145715.460000', '145735.333000', '145735.335000', '145735.338000', '145735.341000', '145735.343000', '145735.346000', '145735.348000', '145735.351000', '145735.353000', '145735.356000', '145735.358000', '145735.361000', '145735.363000', '145735.366000', '145735.368000', '145735.371000', '145735.373000', '145735.376000', '145735.379000', '145735.381000', '145735.384000', '145735.386000', '145735.389000', '145735.391000', '145735.394000', '145735.396000', '145735.399000', '145735.402000', '145735.404000', '145735.407000', '145735.410000', '145735.412000', '145735.415000', '145735.417000', '145735.420000', '145735.422000', '145735.425000', '145735.428000', '145735.430000', '145735.433000', '145735.435000', '145735.438000', '145735.440000', '145755.332000', '145755.335000', '145755.338000', '145755.340000', '145755.343000', '145755.345000', '145755.348000', '145755.350000', '145755.353000', '145755.355000', '145755.358000', '145755.386000', '145755.388000', '145755.391000', '145755.393000', '145755.396000', '145755.411000', '145755.413000', '145755.416000', '145755.418000', '145755.421000', '145755.423000', '145755.426000', '145755.428000', '145755.431000', '145755.434000', '145755.436000', '145755.439000', '145755.441000', '145755.444000', '145755.446000', '145755.449000', '145755.452000', '145755.454000', '145755.457000', '145755.459000', '145755.462000', '145755.464000', '145755.467000', '145755.469000', '145755.472000', '145755.474000', '145755.477000', '145755.479000', '145815.333000', '145815.335000', '145815.338000', '145815.340000', '145815.343000', '145815.346000', '145815.348000', '145815.351000', '145815.353000', '145815.356000', '145815.358000', '145815.361000', '145815.363000', '145815.366000', '145815.368000', '145815.371000', '145815.373000', '145815.376000', '145815.378000', '145815.381000', '145815.383000', '145815.386000', '145815.389000', '145815.391000', '145815.394000', '145815.396000', '145815.399000', '145815.401000', '145815.404000', '145815.406000', '145815.409000', '145815.411000', '145815.414000', '145815.417000', '145815.419000', '145815.422000', '145815.424000', '145815.427000', '145815.430000', '145815.432000', '145815.435000', '145815.437000', '145815.440000', '145835.332000', '145835.335000', '145835.338000', '145835.340000', '145835.343000', '145835.345000', '145835.348000', '145835.350000', '145835.353000', '145835.356000', '145835.358000', '145835.361000', '145835.363000', '145835.366000', '145835.368000', '145835.371000', '145835.373000', '145835.376000', '145835.379000', '145835.381000', '145835.384000', '145835.386000', '145835.389000', '145835.391000', '145835.394000', '145835.396000', '145835.399000', '145835.401000', '145835.404000', '145835.407000', '145835.409000', '145835.412000', '145835.414000', '145835.417000', '145835.419000', '145835.422000', '145835.425000', '145835.427000', '145835.430000', '145835.432000', '145835.435000', '145835.438000', '145835.440000', '145835.443000', '145855.331000', '145855.334000', '145855.337000', '145855.339000', '145855.342000', '145855.345000', '145855.347000', '145855.350000', '145855.352000', '145855.355000', '145855.357000', '145855.360000', '145855.362000', '145855.365000', '145855.368000', '145855.370000', '145855.373000', '145855.375000', '145855.378000', '145855.380000', '145855.383000', '145855.385000', '145855.388000', '145855.390000', '145855.393000', '145855.395000', '145855.398000', '145855.401000', '145855.403000', '145855.406000', '145855.408000', '145855.411000', '145855.414000', '145855.416000', '145855.419000', '145855.421000', '145855.424000', '145855.426000', '145855.429000', '145855.432000', '145855.434000', '145855.437000', '145855.439000', '145915.332000', '145915.335000', '145915.338000', '145915.340000', '145915.343000', '145915.346000', '145915.348000', '145915.351000', '145915.353000', '145915.356000', '145915.358000', '145915.361000', '145915.364000', '145915.366000', '145915.369000', '145915.371000', '145915.374000', '145915.376000', '145915.379000', '145915.382000', '145915.384000', '145915.387000', '145915.389000', '145915.392000', '145915.394000', '145915.397000', '145915.399000', '145915.402000', '145915.405000', '145915.407000', '145915.410000', '145915.412000', '145915.415000', '145915.417000', '145915.420000', '145915.423000', '145915.425000', '145915.428000', '145915.430000', '145915.433000', '145915.435000', '145915.438000', '145915.440000', '145915.443000', '145935.333000', '145935.336000', '145935.338000', '145935.341000', '145935.343000', '145935.346000', '145935.349000', '145935.351000', '145935.354000', '145935.356000', '145935.359000', '145935.371000', '145935.374000', '145935.377000', '145935.379000', '145935.382000', '145935.384000', '145935.387000', '145935.389000', '145935.392000', '145935.394000', '145935.397000', '145935.400000', '145935.402000', '145935.405000', '145935.407000', '145935.410000', '145935.413000', '145935.415000', '145935.418000', '145935.420000', '145935.423000', '145935.425000', '145935.428000', '145935.431000', '145935.433000', '145935.436000', '145935.438000', '145935.441000', '145935.443000', '145935.446000', '145935.449000', '145935.451000', '145955.332000', '145955.335000', '145955.338000', '145955.340000', '145955.343000', '145955.346000', '145955.348000', '145955.351000', '145955.353000', '145955.356000', '145955.358000', '145955.361000', '145955.364000', '145955.366000', '145955.369000', '145955.371000', '145955.374000', '145955.376000', '145955.379000', '145955.381000', '145955.384000', '145955.386000', '145955.389000', '145955.392000', '145955.394000', '145955.397000', '145955.399000', '145955.402000', '145955.405000', '145955.407000', '145955.410000', '145955.412000', '145955.415000', '145955.417000', '145955.420000', '145955.422000', '145955.425000', '145955.428000', '145955.430000', '145955.433000', '145955.435000', '145955.438000', '145955.440000', '145955.443000', '150015.333000', '150015.335000', '150015.338000', '150015.341000', '150015.343000', '150015.346000', '150015.348000', '150015.351000', '150015.353000', '150015.356000', '150015.359000', '150015.361000', '150015.364000', '150015.366000', '150015.369000', '150015.371000', '150015.374000', '150015.377000', '150015.379000', '150015.382000', '150015.384000', '150015.387000', '150015.389000', '150015.392000', '150015.394000', '150015.397000', '150015.400000', '150015.402000', '150015.405000', '150015.407000', '150015.410000', '150015.412000', '150015.415000', '150015.418000', '150015.420000', '150015.423000', '150015.425000', '150015.428000', '150015.431000', '150015.433000', '150015.436000', '150015.438000', '150015.441000', '150035.332000', '150035.335000', '150035.338000', '150035.340000', '150035.343000', '150035.345000', '150035.348000', '150035.351000', '150035.353000', '150035.356000', '150035.358000', '150035.361000', '150035.364000', '150035.366000', '150035.369000', '150035.371000', '150035.374000', '150035.377000', '150035.379000', '150035.382000', '150035.384000', '150035.387000', '150035.389000', '150035.392000', '150035.395000', '150035.397000', '150035.400000', '150035.402000', '150035.405000', '150035.408000', '150035.410000', '150035.413000', '150035.415000', '150035.418000', '150035.421000', '150035.423000', '150035.426000', '150035.428000', '150035.431000', '150035.433000', '150035.436000', '150035.438000', '150035.441000', '150035.444000', '150055.332000', '150055.335000', '150055.338000', '150055.340000', '150055.343000', '150055.345000', '150055.348000', '150055.351000', '150055.353000', '150055.356000', '150055.358000', '150055.361000', '150055.364000', '150055.366000', '150055.369000', '150055.371000', '150055.374000', '150055.376000', '150055.379000', '150055.382000', '150055.384000', '150055.387000', '150055.389000', '150055.392000', '150055.394000', '150055.397000', '150055.400000', '150055.402000', '150055.405000', '150055.407000', '150055.410000', '150055.412000', '150055.415000', '150055.418000', '150055.420000', '150055.423000', '150055.437000', '150055.440000', '150055.443000', '150055.445000', '150055.448000', '150055.450000', '150055.453000', '150115.332000', '150115.334000', '150115.337000', '150115.339000', '150115.342000', '150115.345000', '150115.347000', '150115.350000', '150115.352000', '150115.355000', '150115.357000', '150115.360000', '150115.362000', '150115.365000', '150115.368000', '150115.370000', '150115.373000', '150115.375000', '150115.378000', '150115.380000', '150115.383000', '150115.386000', '150115.388000', '150115.391000', '150115.394000', '150115.396000', '150115.399000', '150115.401000', '150115.404000', '150115.407000', '150115.409000', '150115.412000', '150115.414000', '150115.417000', '150115.419000', '150115.422000', '150115.425000', '150115.427000', '150115.430000', '150115.432000', '150115.435000', '150115.437000', '150115.440000', '150115.443000', '150135.332000', '150135.335000', '150135.338000', '150135.340000', '150135.343000', '150135.345000', '150135.348000', '150135.351000', '150135.353000', '150135.356000', '150135.358000', '150135.361000', '150135.363000', '150135.366000', '150135.369000', '150135.371000', '150135.374000', '150135.376000', '150135.379000', '150135.381000', '150135.384000', '150135.387000', '150135.389000', '150135.392000', '150135.394000', '150135.397000', '150135.399000', '150135.402000', '150135.405000', '150135.407000', '150135.410000', '150135.412000', '150135.415000', '150135.418000', '150135.420000', '150135.423000', '150135.425000', '150135.428000', '150135.430000', '150135.433000', '150135.436000', '150135.438000', '150135.441000', '150155.333000', '150155.335000', '150155.338000', '150155.340000', '150155.343000', '150155.346000', '150155.349000', '150155.352000', '150155.354000', '150155.357000', '150155.359000', '150155.362000', '150155.364000', '150155.367000', '150155.370000', '150155.372000', '150155.375000', '150155.377000', '150155.380000', '150155.382000', '150155.385000', '150155.388000', '150155.390000', '150155.393000', '150155.395000', '150155.398000', '150155.401000', '150155.403000', '150155.406000', '150155.409000', '150155.411000', '150155.414000', '150155.416000', '150155.419000', '150155.421000', '150155.424000', '150155.427000', '150155.429000', '150155.432000', '150155.434000', '150155.437000', '150155.439000', '150155.442000', '150155.445000', '150215.333000', '150215.335000', '150215.338000', '150215.341000', '150215.343000', '150215.346000', '150215.348000', '150215.351000', '150215.354000', '150215.356000', '150215.359000', '150215.361000', '150215.364000', '150215.366000', '150215.369000', '150215.371000', '150215.374000', '150215.377000', '150215.379000', '150215.382000', '150215.384000', '150215.387000', '150215.389000', '150215.392000', '150215.395000', '150215.397000', '150215.400000', '150215.402000', '150215.405000', '150215.407000', '150215.410000', '150215.413000', '150215.415000', '150215.418000', '150215.421000', '150215.423000', '150215.426000', '150215.428000', '150215.431000', '150215.433000', '150215.436000', '150215.438000', '150215.441000', '150235.333000', '150235.336000', '150235.339000', '150235.342000', '150235.345000', '150235.347000', '150235.350000', '150235.353000', '150235.355000', '150235.358000', '150235.360000', '150235.363000', '150235.365000', '150235.376000', '150235.378000', '150235.381000', '150235.384000', '150235.386000', '150235.401000', '150235.404000', '150235.407000', '150235.409000', '150235.412000', '150235.415000', '150235.417000', '150235.420000', '150235.422000', '150235.425000', '150235.427000', '150235.430000', '150235.433000', '150235.435000', '150235.438000', '150235.441000', '150235.443000', '150235.446000', '150235.448000', '150235.451000', '150235.453000', '150235.456000', '150235.459000', '150235.461000', '150235.464000', '150255.333000', '150255.335000', '150255.338000', '150255.340000', '150255.343000', '150255.346000', '150255.348000', '150255.351000', '150255.353000', '150255.356000', '150255.358000', '150255.361000', '150255.363000', '150255.366000', '150255.369000', '150255.371000', '150255.374000', '150255.376000', '150255.379000', '150255.382000', '150255.384000', '150255.387000', '150255.389000', '150255.392000', '150255.394000', '150255.397000', '150255.400000', '150255.402000', '150255.405000', '150255.407000', '150255.410000', '150255.412000', '150255.415000', '150255.418000', '150255.420000', '150255.423000', '150255.425000', '150255.428000', '150255.430000', '150255.433000', '150255.436000', '150255.438000', '150255.441000', '150255.443000', '150315.332000', '150315.335000', '150315.338000', '150315.340000', '150315.343000', '150315.346000', '150315.348000', '150315.351000', '150315.353000', '150315.356000', '150315.359000', '150315.361000', '150315.364000', '150315.366000', '150315.369000', '150315.372000', '150315.374000', '150315.377000', '150315.379000', '150315.382000', '150315.384000', '150315.388000', '150315.391000', '150315.393000', '150315.396000', '150315.398000', '150315.401000', '150315.403000', '150315.406000', '150315.408000', '150315.411000', '150315.414000', '150315.416000', '150315.419000', '150315.421000', '150315.424000', '150315.426000', '150315.429000', '150315.432000', '150315.434000', '150315.437000', '150315.439000', '150315.442000', '150335.332000', '150335.334000', '150335.337000', '150335.340000', '150335.342000', '150335.345000', '150335.347000', '150335.350000', '150335.353000', '150335.355000', '150335.358000', '150335.360000', '150335.363000', '150335.365000', '150335.368000', '150335.371000', '150335.373000', '150335.376000', '150335.378000', '150335.381000', '150335.384000', '150335.386000', '150335.389000', '150335.391000', '150335.394000', '150335.397000', '150335.399000', '150335.402000', '150335.405000', '150335.407000', '150335.410000', '150335.412000', '150335.415000', '150335.417000', '150335.420000', '150335.423000', '150335.425000', '150335.428000', '150335.430000', '150335.433000', '150335.435000', '150335.438000', '150335.441000', '150335.443000', '150338.355000', '150338.358000', '150338.360000', '150338.363000', '150338.365000', '150338.368000', '150338.371000'], 'InstanceCreationTime': ['145715.360000', '145715.363000', '145715.365000', '145715.368000', '145715.370000', '145715.373000', '145715.375000', '145715.378000', '145715.381000', '145715.384000', '145715.387000', '145715.389000', '145715.393000', '145715.396000', '145715.399000', '145715.401000', '145715.404000', '145715.406000', '145715.409000', '145715.411000', '145715.414000', '145715.416000', '145715.419000', '145715.422000', '145715.424000', '145715.427000', '145715.429000', '145715.432000', '145715.434000', '145715.437000', '145715.439000', '145715.442000', '145715.444000', '145715.447000', '145715.449000', '145715.452000', '145715.454000', '145715.457000', '145715.460000', '145735.333000', '145735.335000', '145735.338000', '145735.341000', '145735.343000', '145735.346000', '145735.348000', '145735.351000', '145735.353000', '145735.356000', '145735.358000', '145735.361000', '145735.363000', '145735.366000', '145735.368000', '145735.371000', '145735.373000', '145735.376000', '145735.379000', '145735.381000', '145735.384000', '145735.386000', '145735.389000', '145735.391000', '145735.394000', '145735.396000', '145735.399000', '145735.402000', '145735.404000', '145735.407000', '145735.410000', '145735.412000', '145735.415000', '145735.417000', '145735.420000', '145735.422000', '145735.425000', '145735.428000', '145735.430000', '145735.433000', '145735.435000', '145735.438000', '145735.440000', '145755.332000', '145755.335000', '145755.338000', '145755.340000', '145755.343000', '145755.345000', '145755.348000', '145755.350000', '145755.353000', '145755.355000', '145755.358000', '145755.386000', '145755.388000', '145755.391000', '145755.393000', '145755.396000', '145755.411000', '145755.413000', '145755.416000', '145755.418000', '145755.421000', '145755.423000', '145755.426000', '145755.428000', '145755.431000', '145755.434000', '145755.436000', '145755.439000', '145755.441000', '145755.444000', '145755.446000', '145755.449000', '145755.452000', '145755.454000', '145755.457000', '145755.459000', '145755.462000', '145755.464000', '145755.467000', '145755.469000', '145755.472000', '145755.474000', '145755.477000', '145755.479000', '145815.333000', '145815.335000', '145815.338000', '145815.340000', '145815.343000', '145815.346000', '145815.348000', '145815.351000', '145815.353000', '145815.356000', '145815.358000', '145815.361000', '145815.363000', '145815.366000', '145815.368000', '145815.371000', '145815.373000', '145815.376000', '145815.378000', '145815.381000', '145815.383000', '145815.386000', '145815.389000', '145815.391000', '145815.394000', '145815.396000', '145815.399000', '145815.401000', '145815.404000', '145815.406000', '145815.409000', '145815.411000', '145815.414000', '145815.417000', '145815.419000', '145815.422000', '145815.424000', '145815.427000', '145815.430000', '145815.432000', '145815.435000', '145815.437000', '145815.440000', '145835.332000', '145835.335000', '145835.338000', '145835.340000', '145835.343000', '145835.345000', '145835.348000', '145835.350000', '145835.353000', '145835.356000', '145835.358000', '145835.361000', '145835.363000', '145835.366000', '145835.368000', '145835.371000', '145835.373000', '145835.376000', '145835.379000', '145835.381000', '145835.384000', '145835.386000', '145835.389000', '145835.391000', '145835.394000', '145835.396000', '145835.399000', '145835.401000', '145835.404000', '145835.407000', '145835.409000', '145835.412000', '145835.414000', '145835.417000', '145835.419000', '145835.422000', '145835.425000', '145835.427000', '145835.430000', '145835.432000', '145835.435000', '145835.438000', '145835.440000', '145835.443000', '145855.331000', '145855.334000', '145855.337000', '145855.339000', '145855.342000', '145855.345000', '145855.347000', '145855.350000', '145855.352000', '145855.355000', '145855.357000', '145855.360000', '145855.362000', '145855.365000', '145855.368000', '145855.370000', '145855.373000', '145855.375000', '145855.378000', '145855.380000', '145855.383000', '145855.385000', '145855.388000', '145855.390000', '145855.393000', '145855.395000', '145855.398000', '145855.401000', '145855.403000', '145855.406000', '145855.408000', '145855.411000', '145855.414000', '145855.416000', '145855.419000', '145855.421000', '145855.424000', '145855.426000', '145855.429000', '145855.432000', '145855.434000', '145855.437000', '145855.439000', '145915.332000', '145915.335000', '145915.338000', '145915.340000', '145915.343000', '145915.346000', '145915.348000', '145915.351000', '145915.353000', '145915.356000', '145915.358000', '145915.361000', '145915.364000', '145915.366000', '145915.369000', '145915.371000', '145915.374000', '145915.376000', '145915.379000', '145915.382000', '145915.384000', '145915.387000', '145915.389000', '145915.392000', '145915.394000', '145915.397000', '145915.399000', '145915.402000', '145915.405000', '145915.407000', '145915.410000', '145915.412000', '145915.415000', '145915.417000', '145915.420000', '145915.423000', '145915.425000', '145915.428000', '145915.430000', '145915.433000', '145915.435000', '145915.438000', '145915.440000', '145915.443000', '145935.333000', '145935.336000', '145935.338000', '145935.341000', '145935.343000', '145935.346000', '145935.349000', '145935.351000', '145935.354000', '145935.356000', '145935.359000', '145935.371000', '145935.374000', '145935.377000', '145935.379000', '145935.382000', '145935.384000', '145935.387000', '145935.389000', '145935.392000', '145935.394000', '145935.397000', '145935.400000', '145935.402000', '145935.405000', '145935.407000', '145935.410000', '145935.413000', '145935.415000', '145935.418000', '145935.420000', '145935.423000', '145935.425000', '145935.428000', '145935.431000', '145935.433000', '145935.436000', '145935.438000', '145935.441000', '145935.443000', '145935.446000', '145935.449000', '145935.451000', '145955.332000', '145955.335000', '145955.338000', '145955.340000', '145955.343000', '145955.346000', '145955.348000', '145955.351000', '145955.353000', '145955.356000', '145955.358000', '145955.361000', '145955.364000', '145955.366000', '145955.369000', '145955.371000', '145955.374000', '145955.376000', '145955.379000', '145955.381000', '145955.384000', '145955.386000', '145955.389000', '145955.392000', '145955.394000', '145955.397000', '145955.399000', '145955.402000', '145955.405000', '145955.407000', '145955.410000', '145955.412000', '145955.415000', '145955.417000', '145955.420000', '145955.422000', '145955.425000', '145955.428000', '145955.430000', '145955.433000', '145955.435000', '145955.438000', '145955.440000', '145955.443000', '150015.333000', '150015.335000', '150015.338000', '150015.341000', '150015.343000', '150015.346000', '150015.348000', '150015.351000', '150015.353000', '150015.356000', '150015.359000', '150015.361000', '150015.364000', '150015.366000', '150015.369000', '150015.371000', '150015.374000', '150015.377000', '150015.379000', '150015.382000', '150015.384000', '150015.387000', '150015.389000', '150015.392000', '150015.394000', '150015.397000', '150015.400000', '150015.402000', '150015.405000', '150015.407000', '150015.410000', '150015.412000', '150015.415000', '150015.418000', '150015.420000', '150015.423000', '150015.425000', '150015.428000', '150015.431000', '150015.433000', '150015.436000', '150015.438000', '150015.441000', '150035.332000', '150035.335000', '150035.338000', '150035.340000', '150035.343000', '150035.345000', '150035.348000', '150035.351000', '150035.353000', '150035.356000', '150035.358000', '150035.361000', '150035.364000', '150035.366000', '150035.369000', '150035.371000', '150035.374000', '150035.377000', '150035.379000', '150035.382000', '150035.384000', '150035.387000', '150035.389000', '150035.392000', '150035.395000', '150035.397000', '150035.400000', '150035.402000', '150035.405000', '150035.408000', '150035.410000', '150035.413000', '150035.415000', '150035.418000', '150035.421000', '150035.423000', '150035.426000', '150035.428000', '150035.431000', '150035.433000', '150035.436000', '150035.438000', '150035.441000', '150035.444000', '150055.332000', '150055.335000', '150055.338000', '150055.340000', '150055.343000', '150055.345000', '150055.348000', '150055.351000', '150055.353000', '150055.356000', '150055.358000', '150055.361000', '150055.364000', '150055.366000', '150055.369000', '150055.371000', '150055.374000', '150055.376000', '150055.379000', '150055.382000', '150055.384000', '150055.387000', '150055.389000', '150055.392000', '150055.394000', '150055.397000', '150055.400000', '150055.402000', '150055.405000', '150055.407000', '150055.410000', '150055.412000', '150055.415000', '150055.418000', '150055.420000', '150055.423000', '150055.437000', '150055.440000', '150055.443000', '150055.445000', '150055.448000', '150055.450000', '150055.453000', '150115.332000', '150115.334000', '150115.337000', '150115.339000', '150115.342000', '150115.345000', '150115.347000', '150115.350000', '150115.352000', '150115.355000', '150115.357000', '150115.360000', '150115.362000', '150115.365000', '150115.368000', '150115.370000', '150115.373000', '150115.375000', '150115.378000', '150115.380000', '150115.383000', '150115.386000', '150115.388000', '150115.391000', '150115.394000', '150115.396000', '150115.399000', '150115.401000', '150115.404000', '150115.407000', '150115.409000', '150115.412000', '150115.414000', '150115.417000', '150115.419000', '150115.422000', '150115.425000', '150115.427000', '150115.430000', '150115.432000', '150115.435000', '150115.437000', '150115.440000', '150115.443000', '150135.332000', '150135.335000', '150135.338000', '150135.340000', '150135.343000', '150135.345000', '150135.348000', '150135.351000', '150135.353000', '150135.356000', '150135.358000', '150135.361000', '150135.363000', '150135.366000', '150135.369000', '150135.371000', '150135.374000', '150135.376000', '150135.379000', '150135.381000', '150135.384000', '150135.387000', '150135.389000', '150135.392000', '150135.394000', '150135.397000', '150135.399000', '150135.402000', '150135.405000', '150135.407000', '150135.410000', '150135.412000', '150135.415000', '150135.418000', '150135.420000', '150135.423000', '150135.425000', '150135.428000', '150135.430000', '150135.433000', '150135.436000', '150135.438000', '150135.441000', '150155.333000', '150155.335000', '150155.338000', '150155.340000', '150155.343000', '150155.346000', '150155.349000', '150155.352000', '150155.354000', '150155.357000', '150155.359000', '150155.362000', '150155.364000', '150155.367000', '150155.370000', '150155.372000', '150155.375000', '150155.377000', '150155.380000', '150155.382000', '150155.385000', '150155.388000', '150155.390000', '150155.393000', '150155.395000', '150155.398000', '150155.401000', '150155.403000', '150155.406000', '150155.409000', '150155.411000', '150155.414000', '150155.416000', '150155.419000', '150155.421000', '150155.424000', '150155.427000', '150155.429000', '150155.432000', '150155.434000', '150155.437000', '150155.439000', '150155.442000', '150155.445000', '150215.333000', '150215.335000', '150215.338000', '150215.341000', '150215.343000', '150215.346000', '150215.348000', '150215.351000', '150215.354000', '150215.356000', '150215.359000', '150215.361000', '150215.364000', '150215.366000', '150215.369000', '150215.371000', '150215.374000', '150215.377000', '150215.379000', '150215.382000', '150215.384000', '150215.387000', '150215.389000', '150215.392000', '150215.395000', '150215.397000', '150215.400000', '150215.402000', '150215.405000', '150215.407000', '150215.410000', '150215.413000', '150215.415000', '150215.418000', '150215.421000', '150215.423000', '150215.426000', '150215.428000', '150215.431000', '150215.433000', '150215.436000', '150215.438000', '150215.441000', '150235.333000', '150235.336000', '150235.339000', '150235.342000', '150235.345000', '150235.347000', '150235.350000', '150235.353000', '150235.355000', '150235.358000', '150235.360000', '150235.363000', '150235.365000', '150235.376000', '150235.378000', '150235.381000', '150235.384000', '150235.386000', '150235.401000', '150235.404000', '150235.407000', '150235.409000', '150235.412000', '150235.415000', '150235.417000', '150235.420000', '150235.422000', '150235.425000', '150235.427000', '150235.430000', '150235.433000', '150235.435000', '150235.438000', '150235.441000', '150235.443000', '150235.446000', '150235.448000', '150235.451000', '150235.453000', '150235.456000', '150235.459000', '150235.461000', '150235.464000', '150255.333000', '150255.335000', '150255.338000', '150255.340000', '150255.343000', '150255.346000', '150255.348000', '150255.351000', '150255.353000', '150255.356000', '150255.358000', '150255.361000', '150255.363000', '150255.366000', '150255.369000', '150255.371000', '150255.374000', '150255.376000', '150255.379000', '150255.382000', '150255.384000', '150255.387000', '150255.389000', '150255.392000', '150255.394000', '150255.397000', '150255.400000', '150255.402000', '150255.405000', '150255.407000', '150255.410000', '150255.412000', '150255.415000', '150255.418000', '150255.420000', '150255.423000', '150255.425000', '150255.428000', '150255.430000', '150255.433000', '150255.436000', '150255.438000', '150255.441000', '150255.443000', '150315.332000', '150315.335000', '150315.338000', '150315.340000', '150315.343000', '150315.346000', '150315.348000', '150315.351000', '150315.353000', '150315.356000', '150315.359000', '150315.361000', '150315.364000', '150315.366000', '150315.369000', '150315.372000', '150315.374000', '150315.377000', '150315.379000', '150315.382000', '150315.384000', '150315.388000', '150315.391000', '150315.393000', '150315.396000', '150315.398000', '150315.401000', '150315.403000', '150315.406000', '150315.408000', '150315.411000', '150315.414000', '150315.416000', '150315.419000', '150315.421000', '150315.424000', '150315.426000', '150315.429000', '150315.432000', '150315.434000', '150315.437000', '150315.439000', '150315.442000', '150335.332000', '150335.334000', '150335.337000', '150335.340000', '150335.342000', '150335.345000', '150335.347000', '150335.350000', '150335.353000', '150335.355000', '150335.358000', '150335.360000', '150335.363000', '150335.365000', '150335.368000', '150335.371000', '150335.373000', '150335.376000', '150335.378000', '150335.381000', '150335.384000', '150335.386000', '150335.389000', '150335.391000', '150335.394000', '150335.397000', '150335.399000', '150335.402000', '150335.405000', '150335.407000', '150335.410000', '150335.412000', '150335.415000', '150335.417000', '150335.420000', '150335.423000', '150335.425000', '150335.428000', '150335.430000', '150335.433000', '150335.435000', '150335.438000', '150335.441000', '150335.443000', '150338.355000', '150338.358000', '150338.360000', '150338.363000', '150338.365000', '150338.368000', '150338.371000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8846, 12372, 9205, 12846, 7539, 10225, 7493, 7793, 8067, 8185, 8059, 8440, 12001, 8509, 12110, 8256, 10229, 8334, 8314, 8288, 8315, 8538, 9057, 8296, 8566, 7881, 7378, 7961, 8032, 8333, 8524, 9743, 8521, 9331, 8270, 10251, 7975, 10128, 8597, 9982, 8588, 9962, 8617, 9862, 8430, 9322, 8285, 8946, 8417, 9559, 8587, 9921, 8543, 8912, 8055, 8320, 8576, 8296, 10425, 8602, 11201, 8575, 10898, 8316, 9855, 8133, 9946, 8314, 9723, 8658, 10077, 8431, 9882, 8289, 8501, 7713, 8099, 8579, 8136, 10748, 8129, 10625, 8342, 9574, 7740, 9506, 7961, 9695, 8423, 10042, 8002, 9864, 7887, 9188, 7705, 8223, 10374, 8135, 11649, 8630, 11163, 7720, 10072, 8000, 9478, 7847, 9286, 7706, 9268, 7677, 8667, 7348, 8178, 7425, 7995, 9027, 8215, 10443, 8265, 9303, 8064, 10457, 7569, 9718, 8357, 9662, 7616, 7632, 8613, 8375, 10545, 8292, 10516, 8317, 9428, 9780, 8505, 11258, 8475, 10664, 8247, 9240, 8092, 9031, 7818, 8582, 7629, 8385, 10227, 8535, 11801, 8330, 10481, 8276, 10427, 8269, 9796, 8309, 9947, 8624, 9645, 8359, 8545, 7991, 8508, 8342, 8378, 10881, 9095, 13779, 7403, 9290, 8877, 8733, 7893, 8892, 10347, 8605, 11390, 8837, 11011, 8336, 9665, 8569, 8793, 8436, 8792, 8471, 9616, 8190, 9775, 7970, 9392, 7985, 9249, 7954, 9491, 8875, 8513, 8659, 7841, 9350, 8108, 9989, 7859, 10496, 8188, 11046, 8373, 9906, 7751, 10318, 7774, 10248, 7771, 9852, 8099, 10285, 8029, 9336, 7842, 9100, 7806, 8568, 8610, 8918, 9873, 8043, 9476, 7704, 10514, 7833, 10254, 8011, 10395, 7978, 9819, 7769, 9837, 7560, 9575, 7665, 9624, 8170, 9621, 8074, 9067, 7715, 8778, 7740, 8460, 8698, 8578, 9295, 8295, 8580, 7971, 10078, 7939, 10858, 8313, 10456, 8287, 10681, 8111, 10043, 8268, 9591, 8318, 9487, 8130, 9513, 7989, 8723, 7890, 8369, 7961, 8514, 9836, 8360, 10958, 8415, 10797, 8194, 10108, 8098, 10128, 8218, 9807, 8238, 9630, 8270, 9689, 8265, 9451, 8255, 9708, 8941, 9539, 9396, 8250, 11147, 8242, 10996, 8619, 10445, 8492, 10286, 8228, 9954, 8334, 9562, 8381, 9078, 8461, 9504, 8566, 9553, 8250, 8832, 8147, 8632, 8032, 8289, 10264, 8601, 11422, 8667, 11611, 8248, 10289, 8283, 9966, 8334, 9250, 8351, 9116, 8072, 9043, 7920, 8200, 8563, 8053, 10197, 8353, 9613, 8398, 9871, 8028, 9704, 7949, 9472, 7950, 9118, 7994, 9205, 8349, 9315, 7865, 9159, 7706, 8483, 8220, 8026, 10435, 8193, 11464, 8625, 11302, 7854, 10022, 7889, 9744, 7885, 9787, 7925, 10055, 7885, 9519, 7635, 9501, 7652, 9192, 7721, 9372, 7846, 9552, 7665, 8485, 7834, 8284, 9109, 8596, 10692, 8957, 10498, 7945, 10771, 7904, 10533, 7915, 10643, 8511, 11295, 8096, 10507, 7645, 9682, 7812, 9494, 8118, 10365, 8167, 10548, 8030, 9839, 8214, 9920, 8206, 9710, 8517, 9694, 8290, 9863, 8112, 8658, 8011, 7929, 9616, 8146, 11132, 7966, 10678, 7714, 9755, 7860, 9387, 7795, 9370, 7861, 9401, 7692, 9155, 8004, 8828, 8040, 8331, 10716, 8273, 11523, 8688, 10498, 7830, 9909, 7660, 9660, 7734, 9753, 7642, 9554, 7577, 9068, 7644, 8998, 7777, 8744, 9189, 8927, 11141, 8522, 11438, 8094, 10716, 8090, 10337, 8240, 9982, 8243, 10533, 8243, 9512, 8136, 9131, 8238, 8421, 7929, 8675, 9636, 8365, 9826, 7947, 10743, 8309, 10161, 8269, 10031, 8428, 9931, 8198, 10121, 8383, 9293, 8283, 8751, 7721, 8529, 8899, 8693, 9551, 8277, 8464, 8245, 10933, 8023, 10200, 8216, 10196, 8350, 10263, 8114, 9780, 8175, 9194, 7998, 8680, 7926, 9006, 8804, 8733, 8168, 8170, 10743, 7998, 10147, 8517, 10268, 8207, 9855, 8645, 10008, 8305, 8839, 8145, 8075, 10271, 8132, 11135, 8436, 9904, 8191, 9885, 7765, 9663, 7813, 9181, 7964, 9131, 7952, 9537, 7880, 8926, 7606, 8617, 7770, 8209, 9038, 8033, 11214, 8136, 11553, 8455, 10366, 7750, 9916, 7814, 9632, 7759, 9657, 7819, 9399, 7753, 8852, 7451, 8282, 7680, 7739, 9978, 7851, 10782, 8150, 11749, 7894, 10430, 7790, 10005, 7761, 9658, 7974, 10178, 7898, 10568, 8186, 10046, 7950, 9679, 7840, 10028, 8005, 10174, 7878, 9360, 7758, 8666, 10432, 7986, 11961, 8196, 13125, 7930, 10733, 7917, 9899, 7918, 9528, 7995, 9789, 8270, 9939, 8012, 9203, 7538, 9197, 7607, 8912, 9509, 8751, 10524, 8741, 9110, 8255, 10269, 8077, 10535, 8114, 11210, 8512, 12179, 8533, 10929, 8251, 11653, 8240, 10192, 8319, 9933, 8462, 10743, 8254, 10243, 8272, 9495, 8152, 9538, 8059, 9817, 8374, 9570, 7973, 9039, 7834, 8506, 9772, 8249, 11855, 8549, 12826, 8392, 11678, 7998, 10929, 7822, 9634, 7851, 9937, 8208, 10557, 8049, 9844, 7925, 9489, 7496, 8962, 7577, 9608, 7645, 9345, 7584, 8500, 7293, 8362, 9911, 7701, 11234, 8038, 12191, 8258, 12953, 8062, 11286, 7376, 10207, 7497, 9830, 7762, 9669, 7814, 9302, 7406, 9565, 7446, 9547, 7551, 9738, 7732, 10601, 7924, 10292, 7562, 9240, 10162, 8401, 12585, 7977, 12311, 8272, 11138, 7939, 9944, 7510, 9754, 7497, 9137, 7542, 9014, 7695, 9524, 7776, 9344, 7336, 8639, 9916, 7853, 11937, 8376, 12735, 8109, 12034, 7751, 9840, 7663, 9563, 7761, 9732, 7857, 9839, 7562, 9759, 7769, 9473, 7691, 9576, 7793, 9756, 8034, 9942, 8215, 9703, 7795, 9237, 7694, 8897, 8858, 9032, 10577, 9081, 9412, 8444, 10364, 8024, 11584, 7977, 12283, 8186, 12689, 7915, 10755, 7845, 10633, 8075, 9922, 8090, 9626, 8115, 10479, 7893, 10468, 7905, 9632, 7801, 9598, 8144, 9791, 8179, 9695, 8091, 9482, 7889, 9580, 7956, 9034, 10461, 8590, 12127, 8423, 12816, 8477, 12839, 8240, 12558, 8120, 10659, 8154, 10074, 8154, 10401, 8104, 10035, 7674, 9641, 7666, 8914, 10535, 8087, 12831, 7984, 13412, 7862, 10237, 7617, 9921, 7633, 9580, 7807, 9765, 7844, 10098, 7803, 9844, 7928, 9288, 10322, 8136, 13289, 8108, 14883, 8189, 11110, 7702, 10146, 7486, 9475, 7554], 'WindowCenter': [3862.0, 3871.0, 3832.0, 3859.0, 3774.0, 3812.0, 3783.0, 3794.0, 3794.0, 3805.0, 3794.0, 3819.0, 3858.0, 3813.0, 3848.0, 3805.0, 3816.0, 3782.0, 3791.0, 3789.0, 3790.0, 3801.0, 3798.0, 3791.0, 3802.0, 3793.0, 3777.0, 3787.0, 3792.0, 3787.0, 3815.0, 3813.0, 3803.0, 3808.0, 3804.0, 3835.0, 3793.0, 3823.0, 3803.0, 3825.0, 3817.0, 3825.0, 3795.0, 3816.0, 3802.0, 3825.0, 3804.0, 3814.0, 3804.0, 3827.0, 3817.0, 3815.0, 3816.0, 3817.0, 3806.0, 3805.0, 3803.0, 3805.0, 3813.0, 3804.0, 3834.0, 3803.0, 3812.0, 3793.0, 3819.0, 3783.0, 3819.0, 3793.0, 3812.0, 3802.0, 3823.0, 3792.0, 3808.0, 3792.0, 3802.0, 3780.0, 3792.0, 3790.0, 3792.0, 3833.0, 3793.0, 3824.0, 3805.0, 3826.0, 3784.0, 3814.0, 3805.0, 3815.0, 3806.0, 3826.0, 3794.0, 3826.0, 3806.0, 3814.0, 3783.0, 3804.0, 3823.0, 3783.0, 3829.0, 3802.0, 3832.0, 3782.0, 3812.0, 3792.0, 3811.0, 3793.0, 3814.0, 3792.0, 3814.0, 3794.0, 3805.0, 3795.0, 3805.0, 3779.0, 3800.0, 3814.0, 3816.0, 3834.0, 3806.0, 3827.0, 3808.0, 3831.0, 3790.0, 3813.0, 3794.0, 3824.0, 3783.0, 3794.0, 3812.0, 3802.0, 3839.0, 3806.0, 3839.0, 3806.0, 3816.0, 3812.0, 3797.0, 3823.0, 3792.0, 3823.0, 3791.0, 3796.0, 3791.0, 3808.0, 3782.0, 3805.0, 3781.0, 3804.0, 3825.0, 3805.0, 3836.0, 3805.0, 3837.0, 3800.0, 3836.0, 3793.0, 3808.0, 3781.0, 3823.0, 3802.0, 3813.0, 3793.0, 3803.0, 3792.0, 3804.0, 3781.0, 3810.0, 3843.0, 3830.0, 3871.0, 3784.0, 3810.0, 3828.0, 3806.0, 3794.0, 3815.0, 3815.0, 3804.0, 3847.0, 3815.0, 3835.0, 3793.0, 3814.0, 3794.0, 3779.0, 3786.0, 3800.0, 3792.0, 3824.0, 3799.0, 3824.0, 3796.0, 3827.0, 3805.0, 3825.0, 3801.0, 3826.0, 3811.0, 3815.0, 3815.0, 3795.0, 3810.0, 3794.0, 3824.0, 3796.0, 3836.0, 3800.0, 3836.0, 3805.0, 3821.0, 3796.0, 3826.0, 3794.0, 3814.0, 3782.0, 3815.0, 3793.0, 3824.0, 3793.0, 3809.0, 3792.0, 3802.0, 3782.0, 3798.0, 3802.0, 3805.0, 3814.0, 3794.0, 3824.0, 3783.0, 3823.0, 3792.0, 3824.0, 3789.0, 3820.0, 3793.0, 3815.0, 3794.0, 3824.0, 3783.0, 3813.0, 3781.0, 3804.0, 3799.0, 3825.0, 3793.0, 3805.0, 3785.0, 3803.0, 3781.0, 3803.0, 3802.0, 3804.0, 3815.0, 3804.0, 3795.0, 3789.0, 3814.0, 3783.0, 3834.0, 3804.0, 3824.0, 3794.0, 3814.0, 3792.0, 3825.0, 3792.0, 3812.0, 3786.0, 3813.0, 3791.0, 3814.0, 3793.0, 3796.0, 3793.0, 3800.0, 3792.0, 3804.0, 3819.0, 3804.0, 3836.0, 3805.0, 3836.0, 3806.0, 3828.0, 3794.0, 3813.0, 3800.0, 3825.0, 3805.0, 3826.0, 3796.0, 3828.0, 3805.0, 3826.0, 3799.0, 3826.0, 3817.0, 3817.0, 3806.0, 3805.0, 3825.0, 3793.0, 3822.0, 3803.0, 3812.0, 3798.0, 3822.0, 3782.0, 3820.0, 3793.0, 3807.0, 3790.0, 3796.0, 3782.0, 3814.0, 3804.0, 3825.0, 3794.0, 3815.0, 3794.0, 3803.0, 3787.0, 3804.0, 3814.0, 3803.0, 3834.0, 3803.0, 3833.0, 3783.0, 3822.0, 3792.0, 3812.0, 3790.0, 3799.0, 3779.0, 3791.0, 3787.0, 3798.0, 3780.0, 3803.0, 3799.0, 3794.0, 3823.0, 3791.0, 3812.0, 3803.0, 3823.0, 3794.0, 3825.0, 3806.0, 3825.0, 3789.0, 3813.0, 3787.0, 3813.0, 3803.0, 3814.0, 3793.0, 3815.0, 3790.0, 3817.0, 3805.0, 3794.0, 3823.0, 3804.0, 3845.0, 3806.0, 3824.0, 3795.0, 3824.0, 3794.0, 3803.0, 3793.0, 3820.0, 3785.0, 3821.0, 3806.0, 3816.0, 3789.0, 3825.0, 3792.0, 3804.0, 3794.0, 3827.0, 3794.0, 3826.0, 3795.0, 3806.0, 3784.0, 3805.0, 3815.0, 3806.0, 3836.0, 3817.0, 3836.0, 3789.0, 3836.0, 3793.0, 3813.0, 3782.0, 3813.0, 3805.0, 3835.0, 3794.0, 3835.0, 3782.0, 3807.0, 3782.0, 3811.0, 3793.0, 3824.0, 3805.0, 3813.0, 3794.0, 3824.0, 3793.0, 3824.0, 3791.0, 3803.0, 3801.0, 3812.0, 3786.0, 3813.0, 3787.0, 3803.0, 3775.0, 3791.0, 3810.0, 3790.0, 3831.0, 3793.0, 3817.0, 3773.0, 3803.0, 3794.0, 3812.0, 3793.0, 3804.0, 3795.0, 3816.0, 3795.0, 3808.0, 3794.0, 3805.0, 3793.0, 3800.0, 3824.0, 3804.0, 3835.0, 3804.0, 3823.0, 3783.0, 3823.0, 3770.0, 3806.0, 3782.0, 3809.0, 3794.0, 3814.0, 3795.0, 3804.0, 3793.0, 3813.0, 3794.0, 3816.0, 3821.0, 3817.0, 3839.0, 3806.0, 3841.0, 3794.0, 3823.0, 3787.0, 3812.0, 3793.0, 3802.0, 3792.0, 3817.0, 3791.0, 3812.0, 3780.0, 3790.0, 3785.0, 3790.0, 3781.0, 3804.0, 3803.0, 3803.0, 3818.0, 3783.0, 3835.0, 3803.0, 3824.0, 3803.0, 3820.0, 3803.0, 3819.0, 3804.0, 3818.0, 3788.0, 3813.0, 3791.0, 3801.0, 3780.0, 3803.0, 3802.0, 3799.0, 3814.0, 3806.0, 3806.0, 3795.0, 3834.0, 3789.0, 3823.0, 3806.0, 3825.0, 3804.0, 3826.0, 3794.0, 3825.0, 3804.0, 3802.0, 3792.0, 3797.0, 3792.0, 3815.0, 3804.0, 3805.0, 3804.0, 3801.0, 3835.0, 3794.0, 3824.0, 3804.0, 3825.0, 3799.0, 3825.0, 3793.0, 3824.0, 3793.0, 3809.0, 3786.0, 3787.0, 3807.0, 3780.0, 3821.0, 3781.0, 3813.0, 3792.0, 3813.0, 3781.0, 3813.0, 3771.0, 3811.0, 3787.0, 3814.0, 3787.0, 3825.0, 3794.0, 3815.0, 3795.0, 3804.0, 3792.0, 3804.0, 3813.0, 3794.0, 3836.0, 3794.0, 3836.0, 3805.0, 3824.0, 3784.0, 3825.0, 3788.0, 3807.0, 3777.0, 3813.0, 3793.0, 3815.0, 3783.0, 3814.0, 3784.0, 3805.0, 3794.0, 3794.0, 3825.0, 3805.0, 3838.0, 3798.0, 3859.0, 3809.0, 3845.0, 3786.0, 3838.0, 3797.0, 3828.0, 3819.0, 3852.0, 3822.0, 3840.0, 3802.0, 3839.0, 3802.0, 3822.0, 3802.0, 3823.0, 3795.0, 3837.0, 3790.0, 3816.0, 3788.0, 3805.0, 3829.0, 3784.0, 3846.0, 3805.0, 3851.0, 3785.0, 3838.0, 3802.0, 3827.0, 3806.0, 3826.0, 3795.0, 3820.0, 3805.0, 3821.0, 3789.0, 3817.0, 3791.0, 3826.0, 3783.0, 3815.0, 3809.0, 3811.0, 3839.0, 3817.0, 3816.0, 3808.0, 3838.0, 3807.0, 3837.0, 3806.0, 3843.0, 3818.0, 3858.0, 3819.0, 3838.0, 3807.0, 3845.0, 3805.0, 3825.0, 3807.0, 3822.0, 3806.0, 3836.0, 3805.0, 3827.0, 3806.0, 3825.0, 3794.0, 3825.0, 3805.0, 3821.0, 3804.0, 3820.0, 3806.0, 3815.0, 3782.0, 3804.0, 3807.0, 3782.0, 3833.0, 3799.0, 3845.0, 3792.0, 3829.0, 3788.0, 3834.0, 3782.0, 3807.0, 3788.0, 3812.0, 3788.0, 3823.0, 3792.0, 3813.0, 3793.0, 3811.0, 3780.0, 3802.0, 3771.0, 3809.0, 3794.0, 3815.0, 3794.0, 3805.0, 3783.0, 3805.0, 3820.0, 3795.0, 3830.0, 3801.0, 3842.0, 3806.0, 3853.0, 3798.0, 3847.0, 3778.0, 3823.0, 3778.0, 3819.0, 3794.0, 3824.0, 3795.0, 3815.0, 3785.0, 3821.0, 3791.0, 3822.0, 3791.0, 3823.0, 3791.0, 3849.0, 3806.0, 3816.0, 3794.0, 3831.0, 3825.0, 3806.0, 3846.0, 3787.0, 3844.0, 3793.0, 3833.0, 3794.0, 3824.0, 3779.0, 3819.0, 3777.0, 3814.0, 3793.0, 3811.0, 3794.0, 3826.0, 3791.0, 3828.0, 3796.0, 3817.0, 3826.0, 3794.0, 3836.0, 3800.0, 3857.0, 3788.0, 3857.0, 3791.0, 3827.0, 3796.0, 3825.0, 3796.0, 3815.0, 3807.0, 3826.0, 3790.0, 3827.0, 3785.0, 3822.0, 3790.0, 3827.0, 3796.0, 3826.0, 3801.0, 3833.0, 3796.0, 3834.0, 3792.0, 3805.0, 3794.0, 3816.0, 3810.0, 3811.0, 3838.0, 3813.0, 3816.0, 3796.0, 3826.0, 3807.0, 3840.0, 3789.0, 3845.0, 3796.0, 3857.0, 3801.0, 3849.0, 3808.0, 3826.0, 3800.0, 3826.0, 3802.0, 3822.0, 3807.0, 3837.0, 3807.0, 3834.0, 3802.0, 3827.0, 3791.0, 3821.0, 3800.0, 3827.0, 3806.0, 3827.0, 3806.0, 3826.0, 3807.0, 3840.0, 3801.0, 3824.0, 3851.0, 3831.0, 3855.0, 3821.0, 3872.0, 3813.0, 3860.0, 3818.0, 3848.0, 3808.0, 3831.0, 3808.0, 3822.0, 3804.0, 3846.0, 3809.0, 3840.0, 3810.0, 3822.0, 3795.0, 3811.0, 3831.0, 3802.0, 3858.0, 3807.0, 3864.0, 3802.0, 3838.0, 3797.0, 3827.0, 3791.0, 3822.0, 3792.0, 3839.0, 3807.0, 3839.0, 3793.0, 3834.0, 3807.0, 3828.0, 3838.0, 3803.0, 3864.0, 3803.0, 3879.0, 3807.0, 3848.0, 3797.0, 3839.0, 3796.0, 3827.0, 3791.0], 'WindowWidth': [8672.0, 8669.0, 8608.0, 8636.0, 8509.0, 8560.0, 8527.0, 8543.0, 8541.0, 8557.0, 8536.0, 8583.0, 8634.0, 8568.0, 8618.0, 8554.0, 8563.0, 8513.0, 8528.0, 8523.0, 8528.0, 8543.0, 8539.0, 8531.0, 8547.0, 8536.0, 8512.0, 8525.0, 8535.0, 8523.0, 8570.0, 8565.0, 8552.0, 8554.0, 8556.0, 8596.0, 8538.0, 8577.0, 8550.0, 8583.0, 8574.0, 8582.0, 8536.0, 8566.0, 8553.0, 8585.0, 8555.0, 8567.0, 8556.0, 8589.0, 8574.0, 8565.0, 8572.0, 8575.0, 8559.0, 8558.0, 8552.0, 8556.0, 8556.0, 8553.0, 8593.0, 8551.0, 8555.0, 8537.0, 8570.0, 8517.0, 8569.0, 8536.0, 8561.0, 8548.0, 8578.0, 8533.0, 8552.0, 8528.0, 8549.0, 8517.0, 8533.0, 8528.0, 8534.0, 8590.0, 8537.0, 8578.0, 8555.0, 8587.0, 8522.0, 8560.0, 8558.0, 8566.0, 8560.0, 8581.0, 8542.0, 8588.0, 8558.0, 8567.0, 8523.0, 8554.0, 8576.0, 8517.0, 8582.0, 8548.0, 8588.0, 8520.0, 8561.0, 8533.0, 8556.0, 8535.0, 8566.0, 8536.0, 8566.0, 8539.0, 8555.0, 8546.0, 8558.0, 8517.0, 8547.0, 8568.0, 8574.0, 8595.0, 8559.0, 8590.0, 8565.0, 8590.0, 8534.0, 8565.0, 8535.0, 8580.0, 8519.0, 8542.0, 8565.0, 8552.0, 8607.0, 8560.0, 8608.0, 8560.0, 8571.0, 8561.0, 8536.0, 8570.0, 8535.0, 8575.0, 8530.0, 8534.0, 8532.0, 8553.0, 8516.0, 8555.0, 8519.0, 8556.0, 8583.0, 8551.0, 8592.0, 8555.0, 8600.0, 8546.0, 8596.0, 8535.0, 8551.0, 8510.0, 8578.0, 8545.0, 8563.0, 8535.0, 8552.0, 8535.0, 8552.0, 8512.0, 8563.0, 8610.0, 8598.0, 8652.0, 8526.0, 8561.0, 8591.0, 8554.0, 8540.0, 8569.0, 8561.0, 8555.0, 8613.0, 8569.0, 8595.0, 8536.0, 8565.0, 8531.0, 8505.0, 8518.0, 8541.0, 8534.0, 8580.0, 8542.0, 8581.0, 8541.0, 8588.0, 8559.0, 8583.0, 8549.0, 8587.0, 8562.0, 8571.0, 8572.0, 8539.0, 8560.0, 8540.0, 8580.0, 8545.0, 8599.0, 8549.0, 8598.0, 8557.0, 8575.0, 8547.0, 8585.0, 8540.0, 8558.0, 8522.0, 8562.0, 8537.0, 8579.0, 8535.0, 8557.0, 8536.0, 8541.0, 8521.0, 8541.0, 8549.0, 8550.0, 8559.0, 8540.0, 8581.0, 8518.0, 8576.0, 8536.0, 8579.0, 8532.0, 8571.0, 8539.0, 8563.0, 8542.0, 8579.0, 8523.0, 8563.0, 8519.0, 8547.0, 8542.0, 8581.0, 8536.0, 8549.0, 8522.0, 8551.0, 8519.0, 8550.0, 8548.0, 8554.0, 8569.0, 8552.0, 8535.0, 8530.0, 8561.0, 8518.0, 8592.0, 8552.0, 8573.0, 8533.0, 8558.0, 8535.0, 8580.0, 8533.0, 8558.0, 8520.0, 8562.0, 8531.0, 8565.0, 8535.0, 8539.0, 8538.0, 8545.0, 8535.0, 8553.0, 8568.0, 8555.0, 8598.0, 8557.0, 8598.0, 8561.0, 8582.0, 8541.0, 8558.0, 8545.0, 8582.0, 8556.0, 8584.0, 8540.0, 8592.0, 8559.0, 8586.0, 8544.0, 8588.0, 8574.0, 8570.0, 8550.0, 8557.0, 8574.0, 8537.0, 8574.0, 8550.0, 8554.0, 8540.0, 8575.0, 8514.0, 8571.0, 8538.0, 8549.0, 8529.0, 8535.0, 8513.0, 8566.0, 8554.0, 8582.0, 8535.0, 8569.0, 8541.0, 8552.0, 8524.0, 8552.0, 8558.0, 8552.0, 8593.0, 8551.0, 8590.0, 8516.0, 8574.0, 8532.0, 8558.0, 8528.0, 8538.0, 8505.0, 8524.0, 8522.0, 8538.0, 8515.0, 8550.0, 8544.0, 8539.0, 8576.0, 8532.0, 8560.0, 8552.0, 8577.0, 8542.0, 8582.0, 8559.0, 8582.0, 8529.0, 8562.0, 8523.0, 8565.0, 8551.0, 8568.0, 8538.0, 8569.0, 8534.0, 8574.0, 8555.0, 8541.0, 8576.0, 8553.0, 8607.0, 8558.0, 8573.0, 8543.0, 8581.0, 8541.0, 8543.0, 8538.0, 8572.0, 8523.0, 8575.0, 8559.0, 8566.0, 8531.0, 8580.0, 8536.0, 8545.0, 8540.0, 8587.0, 8541.0, 8585.0, 8545.0, 8554.0, 8521.0, 8556.0, 8570.0, 8552.0, 8600.0, 8576.0, 8599.0, 8532.0, 8598.0, 8538.0, 8555.0, 8515.0, 8555.0, 8554.0, 8593.0, 8538.0, 8597.0, 8522.0, 8551.0, 8522.0, 8559.0, 8539.0, 8580.0, 8554.0, 8557.0, 8541.0, 8580.0, 8530.0, 8578.0, 8531.0, 8542.0, 8544.0, 8559.0, 8521.0, 8561.0, 8523.0, 8548.0, 8504.0, 8530.0, 8552.0, 8529.0, 8584.0, 8535.0, 8564.0, 8504.0, 8543.0, 8539.0, 8562.0, 8538.0, 8547.0, 8543.0, 8571.0, 8542.0, 8555.0, 8541.0, 8550.0, 8537.0, 8545.0, 8579.0, 8553.0, 8596.0, 8552.0, 8575.0, 8523.0, 8575.0, 8496.0, 8546.0, 8520.0, 8554.0, 8543.0, 8566.0, 8543.0, 8549.0, 8540.0, 8565.0, 8540.0, 8573.0, 8575.0, 8576.0, 8598.0, 8559.0, 8602.0, 8540.0, 8576.0, 8524.0, 8551.0, 8537.0, 8540.0, 8534.0, 8563.0, 8532.0, 8559.0, 8515.0, 8519.0, 8516.0, 8529.0, 8512.0, 8553.0, 8542.0, 8551.0, 8568.0, 8518.0, 8595.0, 8550.0, 8578.0, 8550.0, 8571.0, 8550.0, 8571.0, 8552.0, 8567.0, 8526.0, 8562.0, 8530.0, 8544.0, 8515.0, 8549.0, 8548.0, 8544.0, 8566.0, 8558.0, 8559.0, 8536.0, 8594.0, 8530.0, 8577.0, 8558.0, 8584.0, 8554.0, 8583.0, 8539.0, 8582.0, 8553.0, 8538.0, 8532.0, 8535.0, 8533.0, 8568.0, 8552.0, 8556.0, 8555.0, 8551.0, 8597.0, 8541.0, 8581.0, 8554.0, 8583.0, 8544.0, 8584.0, 8530.0, 8580.0, 8536.0, 8556.0, 8522.0, 8524.0, 8547.0, 8514.0, 8569.0, 8513.0, 8561.0, 8534.0, 8563.0, 8520.0, 8563.0, 8499.0, 8558.0, 8523.0, 8566.0, 8527.0, 8582.0, 8540.0, 8570.0, 8544.0, 8555.0, 8536.0, 8553.0, 8564.0, 8541.0, 8597.0, 8541.0, 8597.0, 8555.0, 8581.0, 8520.0, 8582.0, 8528.0, 8552.0, 8512.0, 8563.0, 8537.0, 8569.0, 8523.0, 8566.0, 8528.0, 8556.0, 8540.0, 8543.0, 8583.0, 8559.0, 8599.0, 8546.0, 8635.0, 8569.0, 8614.0, 8530.0, 8604.0, 8550.0, 8591.0, 8584.0, 8634.0, 8590.0, 8610.0, 8552.0, 8607.0, 8554.0, 8578.0, 8550.0, 8580.0, 8543.0, 8602.0, 8534.0, 8567.0, 8528.0, 8556.0, 8582.0, 8521.0, 8611.0, 8557.0, 8615.0, 8524.0, 8603.0, 8552.0, 8589.0, 8559.0, 8584.0, 8542.0, 8573.0, 8556.0, 8576.0, 8531.0, 8574.0, 8538.0, 8587.0, 8519.0, 8569.0, 8556.0, 8565.0, 8607.0, 8577.0, 8573.0, 8565.0, 8604.0, 8562.0, 8600.0, 8560.0, 8607.0, 8579.0, 8631.0, 8580.0, 8600.0, 8564.0, 8611.0, 8557.0, 8581.0, 8561.0, 8577.0, 8560.0, 8597.0, 8557.0, 8582.0, 8560.0, 8582.0, 8539.0, 8581.0, 8556.0, 8575.0, 8554.0, 8573.0, 8559.0, 8569.0, 8522.0, 8554.0, 8550.0, 8515.0, 8589.0, 8541.0, 8605.0, 8533.0, 8582.0, 8528.0, 8591.0, 8521.0, 8548.0, 8525.0, 8559.0, 8527.0, 8576.0, 8533.0, 8557.0, 8535.0, 8557.0, 8517.0, 8546.0, 8499.0, 8555.0, 8539.0, 8568.0, 8540.0, 8551.0, 8524.0, 8557.0, 8570.0, 8542.0, 8585.0, 8550.0, 8603.0, 8560.0, 8619.0, 8543.0, 8615.0, 8517.0, 8578.0, 8514.0, 8568.0, 8541.0, 8580.0, 8543.0, 8570.0, 8532.0, 8575.0, 8537.0, 8579.0, 8536.0, 8582.0, 8539.0, 8623.0, 8558.0, 8565.0, 8541.0, 8601.0, 8582.0, 8557.0, 8608.0, 8524.0, 8605.0, 8537.0, 8588.0, 8538.0, 8581.0, 8516.0, 8569.0, 8512.0, 8566.0, 8538.0, 8562.0, 8542.0, 8588.0, 8536.0, 8590.0, 8548.0, 8576.0, 8585.0, 8542.0, 8591.0, 8547.0, 8628.0, 8529.0, 8628.0, 8537.0, 8587.0, 8546.0, 8582.0, 8545.0, 8564.0, 8561.0, 8587.0, 8533.0, 8588.0, 8526.0, 8577.0, 8533.0, 8587.0, 8545.0, 8587.0, 8550.0, 8595.0, 8539.0, 8598.0, 8539.0, 8550.0, 8541.0, 8571.0, 8559.0, 8565.0, 8602.0, 8567.0, 8571.0, 8541.0, 8579.0, 8561.0, 8599.0, 8531.0, 8609.0, 8540.0, 8628.0, 8549.0, 8619.0, 8564.0, 8580.0, 8549.0, 8585.0, 8554.0, 8579.0, 8564.0, 8602.0, 8564.0, 8598.0, 8553.0, 8588.0, 8535.0, 8575.0, 8547.0, 8589.0, 8559.0, 8587.0, 8560.0, 8585.0, 8562.0, 8611.0, 8549.0, 8586.0, 8625.0, 8602.0, 8625.0, 8588.0, 8654.0, 8569.0, 8635.0, 8580.0, 8611.0, 8564.0, 8590.0, 8565.0, 8580.0, 8558.0, 8617.0, 8569.0, 8609.0, 8570.0, 8580.0, 8544.0, 8562.0, 8589.0, 8551.0, 8630.0, 8561.0, 8635.0, 8552.0, 8604.0, 8549.0, 8590.0, 8539.0, 8580.0, 8539.0, 8608.0, 8564.0, 8609.0, 8542.0, 8599.0, 8562.0, 8591.0, 8602.0, 8555.0, 8636.0, 8556.0, 8660.0, 8563.0, 8617.0, 8550.0, 8607.0, 8548.0, 8587.0, 8537.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.006931887226697352</td></tr>
<tr><td colspan=3>aqi</td><td>0.02259182416570771</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.066409444930855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2295350141820287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0911461026152076</td></tr>
<tr><td colspan=3>efc</td><td>0.4828</td></tr>
<tr><td colspan=3>fber</td><td>3362.9788</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0773583075823843</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5316455696202533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5344609859502163</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5206650308117533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.728766116759328</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353951810279567</td></tr>
<tr><td colspan=3>gcor</td><td>0.00368146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005786447785794735</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029136108234524727</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.6572586893415715</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>26.3017</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3841</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3711</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.3185</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9029</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.2778</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2998.6008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.584</td></tr>
<tr><td colspan=3>tsnr</td><td>35.35773283615708</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>