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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-03_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_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-0008/ses-03/func/sub-0008_ses-03_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>3f17c28af023a40c3e6504ef0bd66263</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>12:50:18.660000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999853, -0.00516441, 0.0163496, 0.00436266, 0.998804, 0.0486991]</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.0782262</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7721, -7323, 627, -126, -68, -82, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9c5afe13-21ef-4f8d-ba72-bd13240d146e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682532548904419, 0.011704706586897373, 0.04477011412382126, 110.2308349609375], [0.01385573111474514, 2.679718017578125, 0.1312757432460785, -102.80046844482422], [0.043864719569683075, -0.13065621256828308, 2.6964352130889893, -67.72127532958984], [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': ['125018.660000', '125019.120000', '125019.580000', '125020.040000', '125020.500000', '125020.960000', '125021.420000', '125021.880000', '125022.340000', '125022.800000', '125023.260000', '125023.720000', '125024.180000', '125024.640000', '125025.100000', '125025.560000', '125026.020000', '125026.480000', '125026.940000', '125027.400000', '125027.860000', '125028.320000', '125028.780000', '125029.240000', '125029.700000', '125030.160000', '125030.620000', '125031.080000', '125031.540000', '125032.000000', '125032.460000', '125032.920000', '125033.380000', '125033.840000', '125034.300000', '125034.760000', '125035.220000', '125035.680000', '125036.140000', '125036.600000', '125037.060000', '125037.520000', '125037.980000', '125038.440000', '125038.900000', '125039.360000', '125039.820000', '125040.280000', '125040.740000', '125041.200000', '125041.660000', '125042.120000', '125042.580000', '125043.040000', '125043.500000', '125043.960000', '125044.420000', '125044.880000', '125045.340000', '125045.800000', '125046.260000', '125046.720000', '125047.180000', '125047.640000', '125048.100000', '125048.560000', '125049.020000', '125049.480000', '125049.940000', '125050.400000', '125050.860000', '125051.320000', '125051.780000', '125052.240000', '125052.700000', '125053.160000', '125053.620000', '125054.080000', '125054.540000', '125055.000000', '125055.460000', '125055.920000', '125056.380000', '125056.840000', '125057.300000', '125057.760000', '125058.220000', '125058.680000', '125059.140000', '125059.600000', '125100.060000', '125100.520000', '125100.980000', '125101.440000', '125101.900000', '125102.360000', '125102.820000', '125103.280000', '125103.740000', '125104.200000', '125104.660000', '125105.120000', '125105.580000', '125106.040000', '125106.500000', '125106.960000', '125107.420000', '125107.880000', '125108.340000', '125108.800000', '125109.260000', '125109.720000', '125110.180000', '125110.640000', '125111.100000', '125111.560000', '125112.020000', '125112.480000', '125112.940000', '125113.400000', '125113.860000', '125114.320000', '125114.780000', '125115.240000', '125115.700000', '125116.160000', '125116.620000', '125117.080000', '125117.540000', '125118.000000', '125118.460000', '125118.920000', '125119.380000', '125119.840000', '125120.300000', '125120.760000', '125121.220000', '125121.680000', '125122.140000', '125122.600000', '125123.060000', '125123.520000', '125123.980000', '125124.440000', '125124.900000', '125125.360000', '125125.820000', '125126.280000', '125126.740000', '125127.200000', '125127.660000', '125128.120000', '125128.580000', '125129.040000', '125129.500000', '125129.960000', '125130.420000', '125130.880000', '125131.340000', '125131.800000', '125132.260000', '125132.720000', '125133.180000', '125133.640000', '125134.100000', '125134.560000', '125135.020000', '125135.480000', '125135.940000', '125136.400000', '125136.860000', '125137.320000', '125137.780000', '125138.240000', '125138.700000', '125139.160000', '125139.620000', '125140.080000', '125140.540000', '125141.000000', '125141.460000', '125141.920000', '125142.380000', '125142.840000', '125143.300000', '125143.760000', '125144.220000', '125144.680000', '125145.140000', '125145.600000', '125146.060000', '125146.520000', '125146.980000', '125147.440000', '125147.900000', '125148.360000', '125148.820000', '125149.280000', '125149.740000', '125150.200000', '125150.660000', '125151.120000', '125151.580000', '125152.040000', '125152.500000', '125152.960000', '125153.420000', '125153.880000', '125154.340000', '125154.800000', '125155.260000', '125155.720000', '125156.180000', '125156.640000', '125157.100000', '125157.560000', '125158.020000', '125158.480000', '125158.940000', '125159.400000', '125159.860000', '125200.320000', '125200.780000', '125201.240000', '125201.700000', '125202.160000', '125202.620000', '125203.080000', '125203.540000', '125204.000000', '125204.460000', '125204.920000', '125205.380000', '125205.840000', '125206.300000', '125206.760000', '125207.220000', '125207.680000', '125208.140000', '125208.600000', '125209.060000', '125209.520000', '125209.980000', '125210.440000', '125210.900000', '125211.360000', '125211.820000', '125212.280000', '125212.740000', '125213.200000', '125213.660000', '125214.120000', '125214.580000', '125215.040000', '125215.500000', '125215.960000', '125216.420000', '125216.880000', '125217.340000', '125217.800000', '125218.260000', '125218.720000', '125219.180000', '125219.640000', '125220.100000', '125220.560000', '125221.020000', '125221.480000', '125221.940000', '125222.400000', '125222.860000', '125223.320000', '125223.780000', '125224.240000', '125224.700000', '125225.160000', '125225.620000', '125226.080000', '125226.540000', '125227.000000', '125227.460000', '125227.920000', '125228.380000', '125228.840000', '125229.300000', '125229.760000', '125230.220000', '125230.680000', '125231.140000', '125231.600000', '125232.060000', '125232.520000', '125232.980000', '125233.440000', '125233.900000', '125234.360000', '125234.820000', '125235.280000', '125235.740000', '125236.200000', '125236.660000', '125237.120000', '125237.580000', '125238.040000', '125238.500000', '125238.960000', '125239.420000', '125239.880000', '125240.340000', '125240.800000', '125241.260000', '125241.720000', '125242.180000', '125242.640000', '125243.100000', '125243.560000', '125244.020000', '125244.480000', '125244.940000', '125245.400000', '125245.860000', '125246.320000', '125246.780000', '125247.240000', '125247.700000', '125248.160000', '125248.620000', '125249.080000', '125249.540000', '125250.000000', '125250.460000', '125250.920000', '125251.380000', '125251.840000', '125252.300000', '125252.760000', '125253.220000', '125253.680000', '125254.140000', '125254.600000', '125255.060000', '125255.520000', '125255.980000', '125256.440000', '125256.900000', '125257.360000', '125257.820000', '125258.280000', '125258.740000', '125259.200000', '125259.660000', '125300.120000', '125300.580000', '125301.040000', '125301.500000', '125301.960000', '125302.420000', '125302.880000', '125303.340000', '125303.800000', '125304.260000', '125304.720000', '125305.180000', '125305.640000', '125306.100000', '125306.560000', '125307.020000', '125307.480000', '125307.940000', '125308.400000', '125308.860000', '125309.320000', '125309.780000', '125310.240000', '125310.700000', '125311.160000', '125311.620000', '125312.080000', '125312.540000', '125313.000000', '125313.460000', '125313.920000', '125314.380000', '125314.840000', '125315.300000', '125315.760000', '125316.220000', '125316.680000', '125317.140000', '125317.600000', '125318.060000', '125318.520000', '125318.980000', '125319.440000', '125319.900000', '125320.360000', '125320.820000', '125321.280000', '125321.740000', '125322.200000', '125322.660000', '125323.120000', '125323.580000', '125324.040000', '125324.500000', '125324.960000', '125325.420000', '125325.880000', '125326.340000', '125326.800000', '125327.260000', '125327.720000', '125328.180000', '125328.640000', '125329.100000', '125329.560000', '125330.020000', '125330.480000', '125330.940000', '125331.400000', '125331.860000', '125332.320000', '125332.780000', '125333.240000', '125333.700000', '125334.160000', '125334.620000', '125335.080000', '125335.540000', '125336.000000', '125336.460000', '125336.920000', '125337.380000', '125337.840000', '125338.300000', '125338.760000', '125339.220000', '125339.680000', '125340.140000', '125340.600000', '125341.060000', '125341.520000', '125341.980000', '125342.440000', '125342.900000', '125343.360000', '125343.820000', '125344.280000', '125344.740000', '125345.200000', '125345.660000', '125346.120000', '125346.580000', '125347.040000', '125347.500000', '125347.960000', '125348.420000', '125348.880000', '125349.340000', '125349.800000', '125350.260000', '125350.720000', '125351.180000', '125351.640000', '125352.100000', '125352.560000', '125353.020000', '125353.480000', '125353.940000', '125354.400000', '125354.860000', '125355.320000', '125355.780000', '125356.240000', '125356.700000', '125357.160000', '125357.620000', '125358.080000', '125358.540000', '125359.000000', '125359.460000', '125359.920000', '125400.380000', '125400.840000', '125401.300000', '125401.760000', '125402.220000', '125402.680000', '125403.140000', '125403.600000', '125404.060000', '125404.520000', '125404.980000', '125405.440000', '125405.900000', '125406.360000', '125406.820000', '125407.280000', '125407.740000', '125408.200000', '125408.660000', '125409.120000', '125409.580000', '125410.040000', '125410.500000', '125410.960000', '125411.420000', '125411.880000', '125412.340000', '125412.800000', '125413.260000', '125413.720000', '125414.180000', '125414.640000', '125415.100000', '125415.560000', '125416.020000', '125416.480000', '125416.940000', '125417.400000', '125417.860000', '125418.320000', '125418.780000', '125419.240000', '125419.700000', '125420.160000', '125420.620000', '125421.080000', '125421.540000', '125422.000000', '125422.460000', '125422.920000', '125423.380000', '125423.840000', '125424.300000', '125424.760000', '125425.220000', '125425.680000', '125426.140000', '125426.600000', '125427.060000', '125427.520000', '125427.980000', '125428.440000', '125428.900000', '125429.360000', '125429.820000', '125430.280000', '125430.740000', '125431.200000', '125431.660000', '125432.120000', '125432.580000', '125433.040000', '125433.500000', '125433.960000', '125434.420000', '125434.880000', '125435.340000', '125435.800000', '125436.260000', '125436.720000', '125437.180000', '125437.640000', '125438.100000', '125438.560000', '125439.020000', '125439.480000', '125439.940000', '125440.400000', '125440.860000', '125441.320000', '125441.780000', '125442.240000', '125442.700000', '125443.160000', '125443.620000', '125444.080000', '125444.540000', '125445.000000', '125445.460000', '125445.920000', '125446.380000', '125446.840000', '125447.300000', '125447.760000', '125448.220000', '125448.680000', '125449.140000', '125449.600000', '125450.060000', '125450.520000', '125450.980000', '125451.440000', '125451.900000', '125452.360000', '125452.820000', '125453.280000', '125453.740000', '125454.200000', '125454.660000', '125455.120000', '125455.580000', '125456.040000', '125456.500000', '125456.960000', '125457.420000', '125457.880000', '125458.340000', '125458.800000', '125459.260000', '125459.720000', '125500.180000', '125500.640000', '125501.100000', '125501.560000', '125502.020000', '125502.480000', '125502.940000', '125503.400000', '125503.860000', '125504.320000', '125504.780000', '125505.240000', '125505.700000', '125506.160000', '125506.620000', '125507.080000', '125507.540000', '125508.000000', '125508.460000', '125508.920000', '125509.380000', '125509.840000', '125510.300000', '125510.760000', '125511.220000', '125511.680000', '125512.140000', '125512.600000', '125513.060000', '125513.520000', '125513.980000', '125514.440000', '125514.900000', '125515.360000', '125515.820000', '125516.280000', '125516.740000', '125517.200000', '125517.660000', '125518.120000', '125518.580000', '125519.040000', '125519.500000', '125519.960000', '125520.420000', '125520.880000', '125521.340000', '125521.800000', '125522.260000', '125522.720000', '125523.180000', '125523.640000', '125524.100000', '125524.560000', '125525.020000', '125525.480000', '125525.940000', '125526.400000', '125526.860000', '125527.320000', '125527.780000', '125528.240000', '125528.700000', '125529.160000', '125529.620000', '125530.080000', '125530.540000', '125531.000000', '125531.460000', '125531.920000', '125532.380000', '125532.840000', '125533.300000', '125533.760000', '125534.220000', '125534.680000', '125535.140000', '125535.600000', '125536.060000', '125536.520000', '125536.980000', '125537.440000', '125537.900000', '125538.360000', '125538.820000', '125539.280000', '125539.740000', '125540.200000', '125540.660000', '125541.120000', '125541.580000', '125542.040000', '125542.500000', '125542.960000', '125543.420000', '125543.880000', '125544.340000', '125544.800000', '125545.260000', '125545.720000', '125546.180000', '125546.640000', '125547.100000', '125547.560000', '125548.020000', '125548.480000', '125548.940000', '125549.400000', '125549.860000', '125550.320000', '125550.780000', '125551.240000', '125551.700000', '125552.160000', '125552.620000', '125553.080000', '125553.540000', '125554.000000', '125554.460000', '125554.920000', '125555.380000', '125555.840000', '125556.300000', '125556.760000', '125557.220000', '125557.680000', '125558.140000', '125558.600000', '125559.060000', '125559.520000', '125559.980000', '125600.440000', '125600.900000', '125601.360000', '125601.820000', '125602.280000', '125602.740000', '125603.200000', '125603.660000', '125604.120000', '125604.580000', '125605.040000', '125605.500000', '125605.960000', '125606.420000', '125606.880000', '125607.340000', '125607.800000', '125608.260000', '125608.720000', '125609.180000', '125609.640000', '125610.100000', '125610.560000', '125611.020000', '125611.480000', '125611.940000', '125612.400000', '125612.860000', '125613.320000', '125613.780000', '125614.240000', '125614.700000', '125615.160000', '125615.620000', '125616.080000', '125616.540000', '125617.000000', '125617.460000', '125617.920000', '125618.380000', '125618.840000', '125619.300000', '125619.760000', '125620.220000', '125620.680000', '125621.140000', '125621.600000', '125622.060000', '125622.520000', '125622.980000', '125623.440000', '125623.900000', '125624.360000', '125624.820000', '125625.280000', '125625.740000', '125626.200000', '125626.660000', '125627.120000', '125627.580000', '125628.040000', '125628.500000', '125628.960000', '125629.420000', '125629.880000', '125630.340000', '125630.800000', '125631.260000', '125631.720000', '125632.180000', '125632.640000', '125633.100000', '125633.560000', '125634.020000', '125634.480000', '125634.940000', '125635.400000', '125635.860000', '125636.320000', '125636.780000', '125637.240000', '125637.700000', '125638.160000', '125638.620000', '125639.080000', '125639.540000', '125640.000000', '125640.460000', '125640.920000', '125641.380000', '125641.840000', '125642.300000', '125642.760000', '125643.220000', '125643.680000', '125644.140000', '125644.600000', '125645.060000', '125645.520000', '125645.980000', '125646.440000', '125646.900000', '125647.360000', '125647.820000', '125648.280000', '125648.740000', '125649.200000', '125649.660000', '125650.120000', '125650.580000', '125651.040000', '125651.500000', '125651.960000', '125652.420000', '125652.880000', '125653.340000', '125653.800000', '125654.260000', '125654.720000', '125655.180000', '125655.640000', '125656.100000', '125656.560000', '125657.020000', '125657.480000', '125657.940000', '125658.400000', '125658.860000', '125659.320000'], 'ContentTime': ['125044.000000', '125044.004000', '125044.007000', '125044.012000', '125044.016000', '125044.019000', '125044.022000', '125044.025000', '125044.028000', '125044.030000', '125044.033000', '125044.036000', '125044.039000', '125044.042000', '125044.045000', '125044.048000', '125044.050000', '125044.053000', '125044.056000', '125044.059000', '125044.062000', '125044.065000', '125044.076000', '125044.079000', '125044.082000', '125044.085000', '125044.088000', '125044.090000', '125044.093000', '125044.096000', '125044.099000', '125044.102000', '125044.105000', '125044.108000', '125044.110000', '125044.113000', '125044.116000', '125044.119000', '125044.122000', '125044.124000', '125044.127000', '125044.130000', '125044.133000', '125044.136000', '125044.139000', '125044.142000', '125044.145000', '125044.148000', '125044.150000', '125044.153000', '125044.156000', '125044.159000', '125103.971000', '125103.974000', '125103.977000', '125103.980000', '125103.983000', '125103.985000', '125103.988000', '125103.991000', '125103.994000', '125103.997000', '125104.001000', '125104.003000', '125104.006000', '125104.009000', '125104.012000', '125104.017000', '125104.020000', '125104.023000', '125104.026000', '125104.029000', '125104.032000', '125104.034000', '125104.037000', '125104.040000', '125104.043000', '125104.046000', '125104.049000', '125104.052000', '125104.055000', '125104.058000', '125104.061000', '125104.063000', '125104.066000', '125104.069000', '125104.072000', '125104.075000', '125104.078000', '125104.081000', '125104.084000', '125104.086000', '125104.089000', '125104.092000', '125104.095000', '125104.098000', '125123.971000', '125123.974000', '125123.977000', '125123.980000', '125123.983000', '125123.985000', '125123.988000', '125123.991000', '125123.994000', '125123.997000', '125124.001000', '125124.003000', '125124.006000', '125124.009000', '125124.012000', '125124.015000', '125124.018000', '125124.021000', '125124.023000', '125124.026000', '125124.029000', '125124.032000', '125124.035000', '125124.038000', '125124.041000', '125124.044000', '125124.047000', '125124.050000', '125124.052000', '125124.055000', '125124.069000', '125124.072000', '125124.075000', '125124.078000', '125124.081000', '125124.089000', '125124.092000', '125124.095000', '125124.098000', '125124.101000', '125124.103000', '125124.106000', '125124.117000', '125143.970000', '125143.973000', '125143.976000', '125143.979000', '125143.982000', '125143.984000', '125143.987000', '125143.990000', '125143.993000', '125143.996000', '125144.000000', '125144.003000', '125144.005000', '125144.008000', '125144.011000', '125144.014000', '125144.017000', '125144.020000', '125144.023000', '125144.025000', '125144.028000', '125144.031000', '125144.034000', '125144.037000', '125144.040000', '125144.042000', '125144.045000', '125144.048000', '125144.057000', '125144.060000', '125144.062000', '125144.065000', '125144.068000', '125144.071000', '125144.074000', '125144.077000', '125144.080000', '125144.082000', '125144.085000', '125144.088000', '125144.091000', '125144.094000', '125144.097000', '125144.100000', '125203.970000', '125203.973000', '125203.976000', '125203.979000', '125203.982000', '125203.984000', '125203.987000', '125203.990000', '125203.994000', '125203.997000', '125204.001000', '125204.003000', '125204.006000', '125204.009000', '125204.012000', '125204.015000', '125204.018000', '125204.021000', '125204.024000', '125204.026000', '125204.029000', '125204.032000', '125204.035000', '125204.038000', '125204.041000', '125204.043000', '125204.046000', '125204.058000', '125204.064000', '125204.067000', '125204.069000', '125204.072000', '125204.075000', '125204.078000', '125204.081000', '125204.084000', '125204.087000', '125204.090000', '125204.092000', '125204.095000', '125204.098000', '125204.101000', '125204.104000', '125223.970000', '125223.973000', '125223.976000', '125223.979000', '125223.982000', '125223.984000', '125223.987000', '125223.990000', '125223.993000', '125223.996000', '125224.000000', '125224.003000', '125224.006000', '125224.008000', '125224.011000', '125224.014000', '125224.017000', '125224.020000', '125224.023000', '125224.026000', '125224.029000', '125224.031000', '125224.034000', '125224.037000', '125224.040000', '125224.043000', '125224.046000', '125224.049000', '125224.052000', '125224.054000', '125224.057000', '125224.060000', '125224.063000', '125224.066000', '125224.069000', '125224.072000', '125224.075000', '125224.078000', '125224.080000', '125224.083000', '125224.086000', '125224.089000', '125224.096000', '125224.099000', '125243.971000', '125243.974000', '125243.977000', '125243.980000', '125243.983000', '125243.985000', '125243.988000', '125243.991000', '125243.994000', '125243.997000', '125244.001000', '125244.004000', '125244.007000', '125244.010000', '125244.012000', '125244.015000', '125244.018000', '125244.021000', '125244.024000', '125244.027000', '125244.029000', '125244.032000', '125244.035000', '125244.038000', '125244.041000', '125244.044000', '125244.046000', '125244.049000', '125244.052000', '125244.055000', '125244.058000', '125244.061000', '125244.064000', '125244.066000', '125244.069000', '125244.072000', '125244.075000', '125244.078000', '125244.081000', '125244.084000', '125244.087000', '125244.089000', '125244.092000', '125303.971000', '125303.974000', '125303.977000', '125303.980000', '125303.983000', '125303.986000', '125303.988000', '125303.991000', '125303.994000', '125303.997000', '125304.001000', '125304.004000', '125304.007000', '125304.010000', '125304.013000', '125304.016000', '125304.018000', '125304.021000', '125304.024000', '125304.027000', '125304.030000', '125304.033000', '125304.035000', '125304.038000', '125304.041000', '125304.044000', '125304.064000', '125304.066000', '125304.069000', '125304.072000', '125304.075000', '125304.078000', '125304.081000', '125304.084000', '125304.087000', '125304.089000', '125304.092000', '125304.101000', '125304.104000', '125304.107000', '125304.110000', '125304.113000', '125304.116000', '125304.119000', '125323.971000', '125323.974000', '125323.977000', '125323.980000', '125323.983000', '125323.985000', '125323.988000', '125323.991000', '125323.994000', '125323.997000', '125324.001000', '125324.004000', '125324.007000', '125324.010000', '125324.013000', '125324.015000', '125324.018000', '125324.021000', '125324.024000', '125324.027000', '125324.030000', '125324.034000', '125324.037000', '125324.039000', '125324.042000', '125324.045000', '125324.048000', '125324.051000', '125324.054000', '125324.057000', '125324.060000', '125324.063000', '125324.065000', '125324.068000', '125324.071000', '125324.074000', '125324.077000', '125324.080000', '125324.083000', '125324.086000', '125324.089000', '125324.092000', '125324.095000', '125343.971000', '125343.974000', '125343.977000', '125343.980000', '125343.982000', '125343.985000', '125343.988000', '125343.991000', '125343.994000', '125343.997000', '125344.001000', '125344.004000', '125344.007000', '125344.010000', '125344.013000', '125344.015000', '125344.018000', '125344.021000', '125344.024000', '125344.027000', '125344.030000', '125344.033000', '125344.036000', '125344.038000', '125344.041000', '125344.044000', '125344.047000', '125344.050000', '125344.053000', '125344.056000', '125344.059000', '125344.062000', '125344.064000', '125344.067000', '125344.070000', '125344.073000', '125344.076000', '125344.079000', '125344.081000', '125344.084000', '125344.087000', '125344.090000', '125344.093000', '125344.096000', '125403.970000', '125403.973000', '125403.976000', '125403.979000', '125403.982000', '125403.985000', '125403.987000', '125403.990000', '125403.993000', '125403.996000', '125404.000000', '125404.003000', '125404.006000', '125404.009000', '125404.011000', '125404.014000', '125404.017000', '125404.020000', '125404.023000', '125404.026000', '125404.029000', '125404.031000', '125404.034000', '125404.037000', '125404.040000', '125404.043000', '125404.046000', '125404.049000', '125404.052000', '125404.054000', '125404.057000', '125404.060000', '125404.063000', '125404.066000', '125404.069000', '125404.072000', '125404.075000', '125404.078000', '125404.080000', '125404.083000', '125404.086000', '125404.089000', '125404.092000', '125423.970000', '125423.973000', '125423.976000', '125423.979000', '125423.982000', '125423.985000', '125423.987000', '125423.990000', '125423.993000', '125423.996000', '125424.000000', '125424.003000', '125424.006000', '125424.009000', '125424.012000', '125424.015000', '125424.017000', '125424.020000', '125424.023000', '125424.026000', '125424.029000', '125424.032000', '125424.034000', '125424.037000', '125424.040000', '125424.043000', '125424.046000', '125424.049000', '125424.052000', '125424.055000', '125424.058000', '125424.060000', '125424.063000', '125424.066000', '125424.069000', '125424.072000', '125424.075000', '125424.078000', '125424.080000', '125424.083000', '125424.086000', '125424.089000', '125424.092000', '125424.095000', '125443.970000', '125443.973000', '125443.976000', '125443.979000', '125443.982000', '125443.985000', '125443.987000', '125443.998000', '125444.002000', '125444.005000', '125444.008000', '125444.011000', '125444.013000', '125444.016000', '125444.019000', '125444.022000', '125444.025000', '125444.028000', '125444.031000', '125444.034000', '125444.037000', '125444.040000', '125444.042000', '125444.045000', '125444.048000', '125444.051000', '125444.054000', '125444.057000', '125444.060000', '125444.062000', '125444.065000', '125444.069000', '125444.072000', '125444.075000', '125444.078000', '125444.081000', '125444.084000', '125444.087000', '125444.090000', '125444.093000', '125444.096000', '125444.098000', '125444.101000', '125503.971000', '125503.974000', '125503.977000', '125503.980000', '125503.983000', '125503.986000', '125503.988000', '125503.991000', '125503.994000', '125503.997000', '125504.001000', '125504.004000', '125504.007000', '125504.009000', '125504.012000', '125504.015000', '125504.018000', '125504.021000', '125504.024000', '125504.027000', '125504.030000', '125504.033000', '125504.035000', '125504.038000', '125504.041000', '125504.044000', '125504.047000', '125504.050000', '125504.053000', '125504.056000', '125504.059000', '125504.061000', '125504.064000', '125504.067000', '125504.070000', '125504.073000', '125504.076000', '125504.079000', '125504.082000', '125504.085000', '125504.087000', '125504.090000', '125504.093000', '125504.096000', '125523.971000', '125523.974000', '125523.977000', '125523.980000', '125523.983000', '125523.986000', '125523.988000', '125523.991000', '125523.994000', '125523.997000', '125524.001000', '125524.004000', '125524.007000', '125524.010000', '125524.012000', '125524.015000', '125524.018000', '125524.021000', '125524.024000', '125524.027000', '125524.030000', '125524.033000', '125524.036000', '125524.039000', '125524.041000', '125524.044000', '125524.047000', '125524.050000', '125524.053000', '125524.056000', '125524.058000', '125524.061000', '125524.064000', '125524.067000', '125524.070000', '125524.073000', '125524.076000', '125524.079000', '125524.082000', '125524.085000', '125524.087000', '125524.090000', '125524.093000', '125543.971000', '125543.974000', '125543.977000', '125543.980000', '125543.983000', '125543.986000', '125543.989000', '125543.992000', '125543.994000', '125543.997000', '125544.001000', '125544.004000', '125544.007000', '125544.010000', '125544.013000', '125544.016000', '125544.019000', '125544.021000', '125544.024000', '125544.027000', '125544.030000', '125544.033000', '125544.036000', '125544.039000', '125544.042000', '125544.045000', '125544.047000', '125544.050000', '125544.053000', '125544.056000', '125544.059000', '125544.062000', '125544.065000', '125544.067000', '125544.070000', '125544.073000', '125544.076000', '125544.079000', '125544.082000', '125544.085000', '125544.088000', '125544.090000', '125544.093000', '125544.096000', '125603.971000', '125603.974000', '125603.977000', '125603.980000', '125603.983000', '125603.986000', '125603.989000', '125603.991000', '125603.994000', '125603.997000', '125604.001000', '125604.004000', '125604.007000', '125604.010000', '125604.012000', '125604.015000', '125604.018000', '125604.021000', '125604.036000', '125604.038000', '125604.041000', '125604.044000', '125604.047000', '125604.050000', '125604.053000', '125604.056000', '125604.058000', '125604.061000', '125604.064000', '125604.067000', '125604.070000', '125604.072000', '125604.075000', '125604.078000', '125604.081000', '125604.084000', '125604.087000', '125604.090000', '125604.093000', '125604.095000', '125604.098000', '125604.101000', '125604.104000', '125623.970000', '125623.973000', '125623.976000', '125623.979000', '125623.982000', '125623.985000', '125623.987000', '125623.990000', '125623.993000', '125623.996000', '125624.000000', '125624.003000', '125624.006000', '125624.009000', '125624.012000', '125624.015000', '125624.017000', '125624.020000', '125624.023000', '125624.026000', '125624.029000', '125624.032000', '125624.035000', '125624.037000', '125624.040000', '125624.043000', '125624.046000', '125624.049000', '125624.052000', '125624.055000', '125624.058000', '125624.060000', '125624.063000', '125624.066000', '125624.069000', '125624.072000', '125624.075000', '125624.078000', '125624.082000', '125624.085000', '125624.088000', '125624.091000', '125624.094000', '125624.096000', '125643.970000', '125643.973000', '125643.976000', '125643.979000', '125643.982000', '125643.985000', '125643.987000', '125643.990000', '125643.993000', '125643.996000', '125644.000000', '125644.003000', '125644.006000', '125644.008000', '125644.011000', '125644.014000', '125644.017000', '125644.020000', '125644.023000', '125644.026000', '125644.029000', '125644.032000', '125644.034000', '125644.037000', '125644.040000', '125644.043000', '125644.046000', '125644.049000', '125644.052000', '125644.054000', '125644.057000', '125644.060000', '125644.063000', '125644.066000', '125644.069000', '125644.072000', '125644.075000', '125644.077000', '125644.080000', '125644.083000', '125644.086000', '125644.089000', '125644.092000', '125700.809000', '125700.813000', '125700.817000', '125700.827000', '125700.830000', '125700.833000', '125700.836000', '125700.839000', '125700.842000', '125700.845000', '125700.848000', '125700.851000', '125700.855000', '125700.858000', '125700.861000', '125700.864000', '125700.867000', '125700.870000', '125700.873000', '125700.876000', '125700.879000', '125700.881000', '125700.884000', '125700.887000', '125700.890000', '125700.893000', '125700.896000', '125700.899000', '125700.902000', '125700.904000', '125700.907000', '125700.910000', '125700.913000', '125700.917000', '125700.920000', '125700.923000', '125700.925000'], 'InstanceCreationTime': ['125044.000000', '125044.004000', '125044.007000', '125044.012000', '125044.016000', '125044.019000', '125044.022000', '125044.025000', '125044.028000', '125044.030000', '125044.033000', '125044.036000', '125044.039000', '125044.042000', '125044.045000', '125044.048000', '125044.050000', '125044.053000', '125044.056000', '125044.059000', '125044.062000', '125044.065000', '125044.076000', '125044.079000', '125044.082000', '125044.085000', '125044.088000', '125044.090000', '125044.093000', '125044.096000', '125044.099000', '125044.102000', '125044.105000', '125044.108000', '125044.110000', '125044.113000', '125044.116000', '125044.119000', '125044.122000', '125044.124000', '125044.127000', '125044.130000', '125044.133000', '125044.136000', '125044.139000', '125044.142000', '125044.145000', '125044.148000', '125044.150000', '125044.153000', '125044.156000', '125044.159000', '125103.971000', '125103.974000', '125103.977000', '125103.980000', '125103.983000', '125103.985000', '125103.988000', '125103.991000', '125103.994000', '125103.997000', '125104.001000', '125104.003000', '125104.006000', '125104.009000', '125104.012000', '125104.017000', '125104.020000', '125104.023000', '125104.026000', '125104.029000', '125104.032000', '125104.034000', '125104.037000', '125104.040000', '125104.043000', '125104.046000', '125104.049000', '125104.052000', '125104.055000', '125104.058000', '125104.061000', '125104.063000', '125104.066000', '125104.069000', '125104.072000', '125104.075000', '125104.078000', '125104.081000', '125104.084000', '125104.086000', '125104.089000', '125104.092000', '125104.095000', '125104.098000', '125123.971000', '125123.974000', '125123.977000', '125123.980000', '125123.983000', '125123.985000', '125123.988000', '125123.991000', '125123.994000', '125123.997000', '125124.001000', '125124.003000', '125124.006000', '125124.009000', '125124.012000', '125124.015000', '125124.018000', '125124.021000', '125124.023000', '125124.026000', '125124.029000', '125124.032000', '125124.035000', '125124.038000', '125124.041000', '125124.044000', '125124.047000', '125124.050000', '125124.052000', '125124.055000', '125124.069000', '125124.072000', '125124.075000', '125124.078000', '125124.081000', '125124.089000', '125124.092000', '125124.095000', '125124.098000', '125124.101000', '125124.103000', '125124.106000', '125124.117000', '125143.970000', '125143.973000', '125143.976000', '125143.979000', '125143.982000', '125143.984000', '125143.987000', '125143.990000', '125143.993000', '125143.996000', '125144.000000', '125144.003000', '125144.005000', '125144.008000', '125144.011000', '125144.014000', '125144.017000', '125144.020000', '125144.023000', '125144.025000', '125144.028000', '125144.031000', '125144.034000', '125144.037000', '125144.040000', '125144.042000', '125144.045000', '125144.048000', '125144.057000', '125144.060000', '125144.062000', '125144.065000', '125144.068000', '125144.071000', '125144.074000', '125144.077000', '125144.080000', '125144.082000', '125144.085000', '125144.088000', '125144.091000', '125144.094000', '125144.097000', '125144.100000', '125203.970000', '125203.973000', '125203.976000', '125203.979000', '125203.982000', '125203.984000', '125203.987000', '125203.990000', '125203.994000', '125203.997000', '125204.001000', '125204.003000', '125204.006000', '125204.009000', '125204.012000', '125204.015000', '125204.018000', '125204.021000', '125204.024000', '125204.026000', '125204.029000', '125204.032000', '125204.035000', '125204.038000', '125204.041000', '125204.043000', '125204.046000', '125204.058000', '125204.064000', '125204.067000', '125204.069000', '125204.072000', '125204.075000', '125204.078000', '125204.081000', '125204.084000', '125204.087000', '125204.090000', '125204.092000', '125204.095000', '125204.098000', '125204.101000', '125204.104000', '125223.970000', '125223.973000', '125223.976000', '125223.979000', '125223.982000', '125223.984000', '125223.987000', '125223.990000', '125223.993000', '125223.996000', '125224.000000', '125224.003000', '125224.006000', '125224.008000', '125224.011000', '125224.014000', '125224.017000', '125224.020000', '125224.023000', '125224.026000', '125224.029000', '125224.031000', '125224.034000', '125224.037000', '125224.040000', '125224.043000', '125224.046000', '125224.049000', '125224.052000', '125224.054000', '125224.057000', '125224.060000', '125224.063000', '125224.066000', '125224.069000', '125224.072000', '125224.075000', '125224.078000', '125224.080000', '125224.083000', '125224.086000', '125224.089000', '125224.096000', '125224.099000', '125243.971000', '125243.974000', '125243.977000', '125243.980000', '125243.983000', '125243.985000', '125243.988000', '125243.991000', '125243.994000', '125243.997000', '125244.001000', '125244.004000', '125244.007000', '125244.010000', '125244.012000', '125244.015000', '125244.018000', '125244.021000', '125244.024000', '125244.027000', '125244.029000', '125244.032000', '125244.035000', '125244.038000', '125244.041000', '125244.044000', '125244.046000', '125244.049000', '125244.052000', '125244.055000', '125244.058000', '125244.061000', '125244.064000', '125244.066000', '125244.069000', '125244.072000', '125244.075000', '125244.078000', '125244.081000', '125244.084000', '125244.087000', '125244.089000', '125244.092000', '125303.971000', '125303.974000', '125303.977000', '125303.980000', '125303.983000', '125303.986000', '125303.988000', '125303.991000', '125303.994000', '125303.997000', '125304.001000', '125304.004000', '125304.007000', '125304.010000', '125304.013000', '125304.016000', '125304.018000', '125304.021000', '125304.024000', '125304.027000', '125304.030000', '125304.033000', '125304.035000', '125304.038000', '125304.041000', '125304.044000', '125304.064000', '125304.066000', '125304.069000', '125304.072000', '125304.075000', '125304.078000', '125304.081000', '125304.084000', '125304.087000', '125304.089000', '125304.092000', '125304.101000', '125304.104000', '125304.107000', '125304.110000', '125304.113000', '125304.116000', '125304.119000', '125323.971000', '125323.974000', '125323.977000', '125323.980000', '125323.983000', '125323.985000', '125323.988000', '125323.991000', '125323.994000', '125323.997000', '125324.001000', '125324.004000', '125324.007000', '125324.010000', '125324.013000', '125324.015000', '125324.018000', '125324.021000', '125324.024000', '125324.027000', '125324.030000', '125324.034000', '125324.037000', '125324.039000', '125324.042000', '125324.045000', '125324.048000', '125324.051000', '125324.054000', '125324.057000', '125324.060000', '125324.063000', '125324.065000', '125324.068000', '125324.071000', '125324.074000', '125324.077000', '125324.080000', '125324.083000', '125324.086000', '125324.089000', '125324.092000', '125324.095000', '125343.971000', '125343.974000', '125343.977000', '125343.980000', '125343.982000', '125343.985000', '125343.988000', '125343.991000', '125343.994000', '125343.997000', '125344.001000', '125344.004000', '125344.007000', '125344.010000', '125344.013000', '125344.015000', '125344.018000', '125344.021000', '125344.024000', '125344.027000', '125344.030000', '125344.033000', '125344.036000', '125344.038000', '125344.041000', '125344.044000', '125344.047000', '125344.050000', '125344.053000', '125344.056000', '125344.059000', '125344.062000', '125344.064000', '125344.067000', '125344.070000', '125344.073000', '125344.076000', '125344.079000', '125344.081000', '125344.084000', '125344.087000', '125344.090000', '125344.093000', '125344.096000', '125403.970000', '125403.973000', '125403.976000', '125403.979000', '125403.982000', '125403.985000', '125403.987000', '125403.990000', '125403.993000', '125403.996000', '125404.000000', '125404.003000', '125404.006000', '125404.009000', '125404.011000', '125404.014000', '125404.017000', '125404.020000', '125404.023000', '125404.026000', '125404.029000', '125404.031000', '125404.034000', '125404.037000', '125404.040000', '125404.043000', '125404.046000', '125404.049000', '125404.052000', '125404.054000', '125404.057000', '125404.060000', '125404.063000', '125404.066000', '125404.069000', '125404.072000', '125404.075000', '125404.078000', '125404.080000', '125404.083000', '125404.086000', '125404.089000', '125404.092000', '125423.970000', '125423.973000', '125423.976000', '125423.979000', '125423.982000', '125423.985000', '125423.987000', '125423.990000', '125423.993000', '125423.996000', '125424.000000', '125424.003000', '125424.006000', '125424.009000', '125424.012000', '125424.015000', '125424.017000', '125424.020000', '125424.023000', '125424.026000', '125424.029000', '125424.032000', '125424.034000', '125424.037000', '125424.040000', '125424.043000', '125424.046000', '125424.049000', '125424.052000', '125424.055000', '125424.058000', '125424.060000', '125424.063000', '125424.066000', '125424.069000', '125424.072000', '125424.075000', '125424.078000', '125424.080000', '125424.083000', '125424.086000', '125424.089000', '125424.092000', '125424.095000', '125443.970000', '125443.973000', '125443.976000', '125443.979000', '125443.982000', '125443.985000', '125443.987000', '125443.998000', '125444.002000', '125444.005000', '125444.008000', '125444.011000', '125444.013000', '125444.016000', '125444.019000', '125444.022000', '125444.025000', '125444.028000', '125444.031000', '125444.034000', '125444.037000', '125444.040000', '125444.042000', '125444.045000', '125444.048000', '125444.051000', '125444.054000', '125444.057000', '125444.060000', '125444.062000', '125444.065000', '125444.069000', '125444.072000', '125444.075000', '125444.078000', '125444.081000', '125444.084000', '125444.087000', '125444.090000', '125444.093000', '125444.096000', '125444.098000', '125444.101000', '125503.971000', '125503.974000', '125503.977000', '125503.980000', '125503.983000', '125503.986000', '125503.988000', '125503.991000', '125503.994000', '125503.997000', '125504.001000', '125504.004000', '125504.007000', '125504.009000', '125504.012000', '125504.015000', '125504.018000', '125504.021000', '125504.024000', '125504.027000', '125504.030000', '125504.033000', '125504.035000', '125504.038000', '125504.041000', '125504.044000', '125504.047000', '125504.050000', '125504.053000', '125504.056000', '125504.059000', '125504.061000', '125504.064000', '125504.067000', '125504.070000', '125504.073000', '125504.076000', '125504.079000', '125504.082000', '125504.085000', '125504.087000', '125504.090000', '125504.093000', '125504.096000', '125523.971000', '125523.974000', '125523.977000', '125523.980000', '125523.983000', '125523.986000', '125523.988000', '125523.991000', '125523.994000', '125523.997000', '125524.001000', '125524.004000', '125524.007000', '125524.010000', '125524.012000', '125524.015000', '125524.018000', '125524.021000', '125524.024000', '125524.027000', '125524.030000', '125524.033000', '125524.036000', '125524.039000', '125524.041000', '125524.044000', '125524.047000', '125524.050000', '125524.053000', '125524.056000', '125524.058000', '125524.061000', '125524.064000', '125524.067000', '125524.070000', '125524.073000', '125524.076000', '125524.079000', '125524.082000', '125524.085000', '125524.087000', '125524.090000', '125524.093000', '125543.971000', '125543.974000', '125543.977000', '125543.980000', '125543.983000', '125543.986000', '125543.989000', '125543.992000', '125543.994000', '125543.997000', '125544.001000', '125544.004000', '125544.007000', '125544.010000', '125544.013000', '125544.016000', '125544.019000', '125544.021000', '125544.024000', '125544.027000', '125544.030000', '125544.033000', '125544.036000', '125544.039000', '125544.042000', '125544.045000', '125544.047000', '125544.050000', '125544.053000', '125544.056000', '125544.059000', '125544.062000', '125544.065000', '125544.067000', '125544.070000', '125544.073000', '125544.076000', '125544.079000', '125544.082000', '125544.085000', '125544.088000', '125544.090000', '125544.093000', '125544.096000', '125603.971000', '125603.974000', '125603.977000', '125603.980000', '125603.983000', '125603.986000', '125603.989000', '125603.991000', '125603.994000', '125603.997000', '125604.001000', '125604.004000', '125604.007000', '125604.010000', '125604.012000', '125604.015000', '125604.018000', '125604.021000', '125604.036000', '125604.038000', '125604.041000', '125604.044000', '125604.047000', '125604.050000', '125604.053000', '125604.056000', '125604.058000', '125604.061000', '125604.064000', '125604.067000', '125604.070000', '125604.072000', '125604.075000', '125604.078000', '125604.081000', '125604.084000', '125604.087000', '125604.090000', '125604.093000', '125604.095000', '125604.098000', '125604.101000', '125604.104000', '125623.970000', '125623.973000', '125623.976000', '125623.979000', '125623.982000', '125623.985000', '125623.987000', '125623.990000', '125623.993000', '125623.996000', '125624.000000', '125624.003000', '125624.006000', '125624.009000', '125624.012000', '125624.015000', '125624.017000', '125624.020000', '125624.023000', '125624.026000', '125624.029000', '125624.032000', '125624.035000', '125624.037000', '125624.040000', '125624.043000', '125624.046000', '125624.049000', '125624.052000', '125624.055000', '125624.058000', '125624.060000', '125624.063000', '125624.066000', '125624.069000', '125624.072000', '125624.075000', '125624.078000', '125624.082000', '125624.085000', '125624.088000', '125624.091000', '125624.094000', '125624.096000', '125643.970000', '125643.973000', '125643.976000', '125643.979000', '125643.982000', '125643.985000', '125643.987000', '125643.990000', '125643.993000', '125643.996000', '125644.000000', '125644.003000', '125644.006000', '125644.008000', '125644.011000', '125644.014000', '125644.017000', '125644.020000', '125644.023000', '125644.026000', '125644.029000', '125644.032000', '125644.034000', '125644.037000', '125644.040000', '125644.043000', '125644.046000', '125644.049000', '125644.052000', '125644.054000', '125644.057000', '125644.060000', '125644.063000', '125644.066000', '125644.069000', '125644.072000', '125644.075000', '125644.077000', '125644.080000', '125644.083000', '125644.086000', '125644.089000', '125644.092000', '125700.809000', '125700.813000', '125700.817000', '125700.827000', '125700.830000', '125700.833000', '125700.836000', '125700.839000', '125700.842000', '125700.845000', '125700.848000', '125700.851000', '125700.855000', '125700.858000', '125700.861000', '125700.864000', '125700.867000', '125700.870000', '125700.873000', '125700.876000', '125700.879000', '125700.881000', '125700.884000', '125700.887000', '125700.890000', '125700.893000', '125700.896000', '125700.899000', '125700.902000', '125700.904000', '125700.907000', '125700.910000', '125700.913000', '125700.917000', '125700.920000', '125700.923000', '125700.925000'], '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': [8628, 7792, 8220, 7360, 8906, 6767, 8564, 9115, 8332, 8139, 7978, 8118, 7769, 7725, 7330, 7706, 7328, 7800, 7828, 7363, 7862, 7030, 8001, 7069, 7799, 7445, 7399, 8123, 7683, 7952, 7281, 7853, 7142, 7643, 6608, 7815, 8255, 7930, 8056, 8151, 8121, 7649, 8184, 7474, 8860, 9142, 8241, 9350, 8105, 8838, 7908, 8156, 7229, 8082, 7791, 7682, 7993, 7985, 8153, 7858, 8329, 7614, 8093, 8051, 7849, 8268, 7472, 7884, 7304, 8067, 7268, 7985, 8151, 7987, 8979, 8291, 8160, 7280, 8109, 7668, 8279, 10676, 8003, 9177, 7879, 8360, 7795, 7929, 7208, 7772, 7482, 7881, 7749, 7851, 8271, 7882, 8127, 7307, 8472, 7711, 8061, 7310, 8167, 7023, 7983, 10738, 7834, 9863, 7961, 8702, 7716, 9301, 7521, 8638, 9927, 7952, 10790, 7912, 9110, 7701, 8276, 7711, 7904, 7118, 7859, 8489, 7690, 8623, 7595, 8057, 7410, 7741, 7187, 7968, 7532, 7914, 6962, 8021, 7087, 8582, 9059, 8259, 9293, 8016, 8191, 7816, 8934, 7539, 8714, 7915, 8920, 7839, 9156, 8000, 10041, 7792, 10605, 8512, 10744, 7951, 9138, 7879, 9501, 7934, 8507, 7912, 9245, 7907, 9449, 7745, 8421, 7581, 8082, 7528, 8159, 7530, 8232, 7180, 8113, 7052, 8087, 6744, 7947, 7685, 7728, 7616, 7759, 8509, 7918, 8938, 7774, 8224, 7129, 8204, 7411, 8380, 7003, 8335, 7007, 8187, 7513, 8296, 10495, 7757, 9151, 7897, 8433, 7687, 7955, 7628, 8063, 6988, 7897, 7325, 7986, 7298, 7676, 8424, 7572, 8108, 7733, 8307, 7206, 8190, 7585, 8329, 7629, 8397, 7089, 8352, 10720, 8178, 8927, 7782, 8379, 7841, 8404, 7389, 8353, 7729, 7911, 8310, 7509, 8191, 7200, 8199, 7303, 8503, 8292, 8089, 8426, 7651, 8173, 7645, 8177, 7543, 8143, 7204, 8087, 7177, 8431, 9158, 7716, 9036, 7818, 8744, 7852, 8709, 8002, 8352, 7473, 8057, 9467, 8389, 9763, 7722, 8204, 7769, 8381, 7829, 8429, 7214, 8330, 8386, 8645, 10855, 8092, 9162, 7497, 8457, 7802, 8588, 7443, 8621, 7376, 8640, 9968, 8017, 8564, 7870, 8443, 7425, 8711, 7162, 8619, 8719, 8571, 10134, 8048, 9522, 7549, 8480, 7467, 8548, 6909, 8474, 6961, 8612, 6957, 8353, 7754, 8429, 7933, 7661, 8326, 7858, 8782, 7793, 9436, 7872, 8387, 7622, 8287, 7941, 8317, 7306, 8726, 8430, 8578, 10749, 8172, 8904, 8017, 8280, 7847, 8572, 7680, 8839, 7834, 8820, 7800, 8842, 7862, 8601, 8149, 8602, 8786, 8063, 9033, 8570, 8939, 8354, 8911, 7805, 9002, 9167, 8141, 8735, 7474, 8679, 7663, 8686, 7543, 8764, 7738, 8546, 8622, 7989, 8768, 7848, 8581, 7807, 8608, 7707, 8639, 7436, 8238, 8155, 8057, 8635, 8319, 8669, 8146, 8662, 7994, 8688, 8400, 8753, 9762, 8402, 9107, 8430, 8663, 7590, 8641, 8014, 8601, 7653, 8544, 9646, 8184, 8973, 8002, 9390, 8271, 8897, 7552, 8741, 9934, 7871, 8483, 8032, 8462, 7860, 8577, 7240, 8301, 8015, 7938, 8598, 7445, 8809, 7800, 8844, 7172, 8794, 7543, 8874, 9749, 8514, 8799, 7421, 8812, 8503, 8940, 8460, 8906, 9562, 8197, 9061, 7945, 8730, 7733, 8837, 8110, 8088, 8032, 8105, 8736, 7743, 8558, 7816, 8763, 7530, 8653, 9746, 8349, 9559, 8302, 8731, 7931, 8727, 7961, 8789, 8166, 8814, 9675, 8587, 9173, 7977, 8781, 8473, 8779, 7542, 8551, 9196, 7928, 8468, 8006, 8675, 7606, 8650, 7124, 8564, 8696, 8246, 7829, 8155, 8693, 7681, 8813, 7939, 8931, 7681, 8902, 9702, 8387, 9050, 8068, 8683, 7697, 8903, 8022, 9007, 9034, 8153, 8515, 7679, 8712, 7919, 8621, 7056, 8506, 7712, 8032, 8748, 8261, 8747, 7520, 8858, 7573, 8614, 7639, 8660, 9938, 8380, 9120, 8254, 8811, 7940, 8928, 8153, 8904, 7543, 8860, 11027, 8258, 8975, 8504, 9120, 8140, 8998, 7886, 8864, 9384, 8953, 8720, 8566, 8939, 8188, 9064, 7698, 8898, 7635, 9044, 8419, 9034, 8091, 8644, 9081, 7942, 9218, 8469, 9225, 8097, 9186, 10075, 8583, 9449, 8767, 8911, 7840, 9059, 8163, 9178, 8410, 9153, 7918, 9037, 7968, 9309, 8387, 7946, 8503, 9167, 8202, 9139, 8415, 9301, 8136, 9266, 8824, 9176, 9632, 9247, 9022, 9169, 10021, 8816, 8754, 8770, 8825, 8384, 8856, 8892, 8841, 8636, 9049, 8310, 8882, 8148, 8802, 8264, 8991, 8434, 9044, 7924, 8957, 8241, 8887, 9240, 9145, 7817, 9102, 8394, 8808, 8371, 8817, 8325, 9163, 7689, 9923, 8306, 9914, 8314, 9109, 7848, 9022, 8484, 8956, 8137, 8893, 8420, 8983, 8370, 9164, 7915, 8548, 7809, 8741, 7698, 8582, 7912, 8936, 7399, 8761, 7579, 8906, 7547, 8921, 7882, 8896, 7709, 9073, 8037, 9088, 8402, 9148, 8719, 9043, 8311, 9247, 9059, 8677, 10638, 8415, 9415, 8626, 8983, 8176, 8951, 8110, 8795, 7778, 8957, 7713, 8906, 7719, 8110, 8840, 7876, 8900, 8206, 8787, 7840, 8514, 8517, 8255, 9330, 8539, 8751, 7937, 8616, 7829, 8652, 7911, 8560, 8914, 8522, 8800, 8477, 8840, 8062, 8903, 8331, 9008, 8008, 8975, 8084, 8563, 10419, 8668, 8922, 8194, 8814, 8213, 9133, 8408, 9032, 7874, 9025, 9698, 8461, 9898, 8243, 8694, 8382, 8853, 7969, 8887, 7979, 8942, 8229, 9041, 8040, 9103, 9130, 9128, 9487, 8968, 9295, 8749, 9026, 8556, 9082, 8208, 9050, 7807, 8924, 7953, 9005, 8074, 9046, 7556, 9188, 8080, 8994, 10664, 8653, 9007, 8236, 8882, 8518, 8940, 7974, 8891, 7733, 8742, 8346, 8844, 7379, 8438, 8871, 7894, 9014, 8000, 9141, 7906, 9029, 7782, 8611, 7164, 8896, 8477, 8556, 8854, 8577, 8838, 8423, 8726, 8510, 8716, 7551, 8947, 8041, 8743, 8120, 8381, 8808, 8474, 8724, 7904, 8938, 8228, 8954, 7940, 8625, 8428, 8163, 8779, 8201, 8724, 8450, 8719, 8009, 8607, 10523, 8149, 9050, 8268, 8597, 8215, 8713, 7861, 8558, 7906, 8328, 8578, 8271, 8646, 8116, 8618, 7516, 8670, 8161, 8820, 9877, 8389, 8710, 8097, 8697, 8097, 9024, 7852, 8825, 7975, 8618, 10587, 8206, 8897, 8673, 8707], 'WindowCenter': [4123.0, 4096.0, 4095.0, 4081.0, 4102.0, 4058.0, 4090.0, 4088.0, 4078.0, 4077.0, 4076.0, 4077.0, 4067.0, 4079.0, 4068.0, 4081.0, 4066.0, 4067.0, 4078.0, 4067.0, 4078.0, 4068.0, 4079.0, 4069.0, 4079.0, 4068.0, 4070.0, 4079.0, 4081.0, 4080.0, 4079.0, 4081.0, 4069.0, 4079.0, 4070.0, 4081.0, 4091.0, 4090.0, 4090.0, 4079.0, 4081.0, 4077.0, 4079.0, 4066.0, 4089.0, 4087.0, 4079.0, 4086.0, 4066.0, 4087.0, 4066.0, 4068.0, 4065.0, 4075.0, 4067.0, 4068.0, 4076.0, 4076.0, 4077.0, 4076.0, 4079.0, 4067.0, 4077.0, 4078.0, 4077.0, 4077.0, 4068.0, 4078.0, 4068.0, 4079.0, 4067.0, 4081.0, 4077.0, 4081.0, 4090.0, 4092.0, 4092.0, 4079.0, 4094.0, 4079.0, 4089.0, 4098.0, 4077.0, 4099.0, 4080.0, 4079.0, 4066.0, 4079.0, 4068.0, 4078.0, 4078.0, 4080.0, 4078.0, 4079.0, 4089.0, 4080.0, 4090.0, 4070.0, 4091.0, 4077.0, 4080.0, 4069.0, 4089.0, 4067.0, 4079.0, 4097.0, 4069.0, 4098.0, 4077.0, 4079.0, 4067.0, 4088.0, 4064.0, 4074.0, 4086.0, 4065.0, 4096.0, 4064.0, 4075.0, 4064.0, 4064.0, 4063.0, 4065.0, 4054.0, 4076.0, 4075.0, 4067.0, 4075.0, 4066.0, 4064.0, 4066.0, 4075.0, 4067.0, 4091.0, 4080.0, 4078.0, 4067.0, 4080.0, 4067.0, 4089.0, 4090.0, 4091.0, 4100.0, 4079.0, 4089.0, 4080.0, 4100.0, 4105.0, 4103.0, 4092.0, 4089.0, 4080.0, 4101.0, 4093.0, 4111.0, 4082.0, 4110.0, 4089.0, 4107.0, 4079.0, 4088.0, 4079.0, 4087.0, 4076.0, 4076.0, 4079.0, 4089.0, 4078.0, 4086.0, 4066.0, 4075.0, 4065.0, 4075.0, 4066.0, 4076.0, 4066.0, 4078.0, 4055.0, 4069.0, 4056.0, 4079.0, 4057.0, 4076.0, 4064.0, 4066.0, 4066.0, 4067.0, 4077.0, 4092.0, 4100.0, 4079.0, 4088.0, 4068.0, 4076.0, 4068.0, 4090.0, 4068.0, 4078.0, 4067.0, 4078.0, 4069.0, 4078.0, 4109.0, 4077.0, 4087.0, 4079.0, 4078.0, 4079.0, 4079.0, 4069.0, 4078.0, 4069.0, 4079.0, 4069.0, 4091.0, 4080.0, 4092.0, 4091.0, 4080.0, 4079.0, 4081.0, 4091.0, 4081.0, 4091.0, 4079.0, 4090.0, 4078.0, 4081.0, 4067.0, 4080.0, 4109.0, 4078.0, 4088.0, 4066.0, 4077.0, 4077.0, 4078.0, 4068.0, 4079.0, 4077.0, 4079.0, 4077.0, 4066.0, 4078.0, 4068.0, 4092.0, 4070.0, 4089.0, 4088.0, 4079.0, 4077.0, 4079.0, 4078.0, 4079.0, 4090.0, 4079.0, 4091.0, 4081.0, 4093.0, 4079.0, 4091.0, 4102.0, 4082.0, 4099.0, 4081.0, 4091.0, 4092.0, 4088.0, 4079.0, 4089.0, 4079.0, 4081.0, 4101.0, 4092.0, 4112.0, 4080.0, 4089.0, 4078.0, 4091.0, 4078.0, 4090.0, 4068.0, 4092.0, 4088.0, 4089.0, 4111.0, 4078.0, 4087.0, 4067.0, 4076.0, 4067.0, 4089.0, 4068.0, 4078.0, 4068.0, 4086.0, 4096.0, 4075.0, 4076.0, 4077.0, 4080.0, 4067.0, 4090.0, 4068.0, 4076.0, 4076.0, 4078.0, 4096.0, 4075.0, 4087.0, 4065.0, 4076.0, 4065.0, 4075.0, 4066.0, 4078.0, 4056.0, 4090.0, 4066.0, 4089.0, 4080.0, 4090.0, 4090.0, 4081.0, 4088.0, 4080.0, 4101.0, 4080.0, 4089.0, 4081.0, 4088.0, 4080.0, 4078.0, 4079.0, 4078.0, 4069.0, 4088.0, 4078.0, 4088.0, 4098.0, 4078.0, 4077.0, 4066.0, 4074.0, 4066.0, 4075.0, 4066.0, 4077.0, 4064.0, 4075.0, 4064.0, 4075.0, 4064.0, 4075.0, 4065.0, 4075.0, 4075.0, 4066.0, 4075.0, 4075.0, 4077.0, 4066.0, 4075.0, 4064.0, 4075.0, 4085.0, 4065.0, 4076.0, 4067.0, 4077.0, 4079.0, 4090.0, 4078.0, 4088.0, 4079.0, 4089.0, 4088.0, 4079.0, 4088.0, 4079.0, 4090.0, 4079.0, 4092.0, 4080.0, 4090.0, 4081.0, 4090.0, 4090.0, 4092.0, 4090.0, 4091.0, 4091.0, 4090.0, 4092.0, 4080.0, 4091.0, 4088.0, 4091.0, 4098.0, 4090.0, 4086.0, 4077.0, 4088.0, 4080.0, 4091.0, 4078.0, 4089.0, 4078.0, 4090.0, 4101.0, 4089.0, 4088.0, 4077.0, 4088.0, 4077.0, 4078.0, 4066.0, 4077.0, 4084.0, 4068.0, 4076.0, 4076.0, 4078.0, 4078.0, 4079.0, 4066.0, 4078.0, 4078.0, 4078.0, 4087.0, 4067.0, 4089.0, 4069.0, 4089.0, 4067.0, 4089.0, 4079.0, 4090.0, 4089.0, 4089.0, 4088.0, 4067.0, 4087.0, 4077.0, 4088.0, 4079.0, 4088.0, 4086.0, 4074.0, 4076.0, 4068.0, 4078.0, 4065.0, 4086.0, 4077.0, 4078.0, 4077.0, 4091.0, 4090.0, 4077.0, 4089.0, 4078.0, 4092.0, 4078.0, 4093.0, 4103.0, 4091.0, 4098.0, 4081.0, 4088.0, 4078.0, 4089.0, 4077.0, 4078.0, 4078.0, 4090.0, 4090.0, 4087.0, 4088.0, 4077.0, 4077.0, 4076.0, 4076.0, 4067.0, 4088.0, 4087.0, 4079.0, 4079.0, 4079.0, 4088.0, 4076.0, 4089.0, 4066.0, 4087.0, 4087.0, 4080.0, 4078.0, 4078.0, 4092.0, 4078.0, 4090.0, 4076.0, 4090.0, 4068.0, 4089.0, 4088.0, 4079.0, 4086.0, 4066.0, 4078.0, 4065.0, 4078.0, 4065.0, 4076.0, 4075.0, 4066.0, 4075.0, 4065.0, 4077.0, 4065.0, 4076.0, 4054.0, 4076.0, 4066.0, 4078.0, 4090.0, 4079.0, 4089.0, 4079.0, 4090.0, 4079.0, 4090.0, 4079.0, 4090.0, 4098.0, 4089.0, 4087.0, 4079.0, 4090.0, 4077.0, 4088.0, 4077.0, 4090.0, 4066.0, 4089.0, 4109.0, 4090.0, 4091.0, 4089.0, 4101.0, 4077.0, 4090.0, 4077.0, 4090.0, 4088.0, 4087.0, 4088.0, 4090.0, 4090.0, 4077.0, 4090.0, 4067.0, 4089.0, 4068.0, 4091.0, 4079.0, 4090.0, 4080.0, 4091.0, 4090.0, 4080.0, 4090.0, 4078.0, 4090.0, 4078.0, 4090.0, 4099.0, 4079.0, 4088.0, 4076.0, 4087.0, 4077.0, 4078.0, 4075.0, 4086.0, 4077.0, 4088.0, 4078.0, 4088.0, 4079.0, 4098.0, 4092.0, 4093.0, 4104.0, 4114.0, 4104.0, 4116.0, 4093.0, 4103.0, 4091.0, 4102.0, 4091.0, 4091.0, 4088.0, 4091.0, 4089.0, 4089.0, 4086.0, 4076.0, 4077.0, 4077.0, 4076.0, 4077.0, 4077.0, 4087.0, 4088.0, 4077.0, 4076.0, 4065.0, 4076.0, 4065.0, 4077.0, 4064.0, 4078.0, 4076.0, 4078.0, 4078.0, 4089.0, 4077.0, 4091.0, 4090.0, 4101.0, 4080.0, 4090.0, 4079.0, 4087.0, 4090.0, 4089.0, 4080.0, 4090.0, 4070.0, 4099.0, 4078.0, 4089.0, 4077.0, 4077.0, 4065.0, 4075.0, 4075.0, 4075.0, 4064.0, 4074.0, 4076.0, 4074.0, 4063.0, 4073.0, 4053.0, 4065.0, 4052.0, 4063.0, 4066.0, 4076.0, 4093.0, 4090.0, 4068.0, 4088.0, 4079.0, 4089.0, 4080.0, 4090.0, 4079.0, 4090.0, 4079.0, 4091.0, 4079.0, 4090.0, 4078.0, 4091.0, 4089.0, 4088.0, 4077.0, 4088.0, 4091.0, 4090.0, 4099.0, 4080.0, 4087.0, 4078.0, 4088.0, 4079.0, 4088.0, 4079.0, 4078.0, 4068.0, 4088.0, 4069.0, 4092.0, 4081.0, 4079.0, 4091.0, 4079.0, 4091.0, 4091.0, 4093.0, 4090.0, 4092.0, 4093.0, 4092.0, 4100.0, 4091.0, 4092.0, 4093.0, 4092.0, 4083.0, 4093.0, 4081.0, 4091.0, 4103.0, 4092.0, 4089.0, 4091.0, 4100.0, 4080.0, 4092.0, 4091.0, 4091.0, 4080.0, 4091.0, 4080.0, 4092.0, 4110.0, 4090.0, 4089.0, 4089.0, 4091.0, 4080.0, 4092.0, 4078.0, 4087.0, 4077.0, 4090.0, 4087.0, 4078.0, 4088.0, 4078.0, 4088.0, 4090.0, 4088.0, 4079.0, 4102.0, 4090.0, 4089.0, 4076.0, 4090.0, 4077.0, 4088.0, 4089.0, 4090.0, 4089.0, 4077.0, 4087.0, 4077.0, 4076.0, 4075.0, 4075.0, 4066.0, 4078.0, 4067.0, 4087.0, 4078.0, 4089.0, 4079.0, 4091.0, 4079.0, 4089.0, 4078.0, 4090.0, 4099.0, 4079.0, 4090.0, 4079.0, 4078.0, 4077.0, 4077.0, 4064.0, 4077.0, 4062.0, 4076.0, 4077.0, 4088.0, 4068.0, 4078.0, 4089.0, 4080.0, 4090.0, 4080.0, 4102.0, 4091.0, 4092.0, 4079.0, 4091.0, 4070.0, 4105.0, 4091.0, 4091.0, 4091.0, 4089.0, 4101.0, 4092.0, 4092.0, 4089.0, 4090.0, 4079.0, 4092.0, 4080.0, 4092.0, 4081.0, 4090.0, 4089.0, 4090.0, 4091.0, 4081.0, 4091.0, 4091.0, 4100.0, 4080.0, 4092.0, 4091.0, 4091.0, 4091.0, 4092.0, 4093.0, 4092.0, 4092.0, 4080.0, 4091.0, 4112.0, 4080.0, 4091.0, 4081.0, 4081.0, 4078.0, 4090.0, 4077.0, 4090.0, 4080.0, 4091.0, 4090.0, 4089.0, 4091.0, 4091.0, 4091.0, 4080.0, 4093.0, 4090.0, 4092.0, 4100.0, 4090.0, 4092.0, 4080.0, 4090.0, 4081.0, 4092.0, 4078.0, 4091.0, 4078.0, 4092.0, 4111.0, 4080.0, 4090.0, 4089.0, 4091.0], 'WindowWidth': [9185.0, 9136.0, 9127.0, 9100.0, 9128.0, 9064.0, 9107.0, 9102.0, 9087.0, 9084.0, 9082.0, 9084.0, 9069.0, 9091.0, 9074.0, 9096.0, 9070.0, 9071.0, 9087.0, 9074.0, 9088.0, 9075.0, 9089.0, 9078.0, 9091.0, 9076.0, 9079.0, 9089.0, 9097.0, 9094.0, 9091.0, 9093.0, 9076.0, 9092.0, 9081.0, 9094.0, 9110.0, 9107.0, 9108.0, 9091.0, 9095.0, 9086.0, 9089.0, 9069.0, 9101.0, 9097.0, 9086.0, 9093.0, 9068.0, 9096.0, 9066.0, 9071.0, 9065.0, 9080.0, 9070.0, 9075.0, 9082.0, 9083.0, 9085.0, 9083.0, 9090.0, 9071.0, 9087.0, 9086.0, 9084.0, 9086.0, 9075.0, 9090.0, 9075.0, 9090.0, 9072.0, 9094.0, 9087.0, 9095.0, 9107.0, 9113.0, 9116.0, 9094.0, 9119.0, 9092.0, 9103.0, 9113.0, 9084.0, 9117.0, 9093.0, 9089.0, 9068.0, 9087.0, 9073.0, 9088.0, 9090.0, 9094.0, 9088.0, 9091.0, 9105.0, 9094.0, 9107.0, 9079.0, 9110.0, 9086.0, 9092.0, 9075.0, 9104.0, 9072.0, 9089.0, 9112.0, 9076.0, 9114.0, 9085.0, 9089.0, 9071.0, 9097.0, 9061.0, 9074.0, 9092.0, 9064.0, 9106.0, 9061.0, 9076.0, 9061.0, 9061.0, 9060.0, 9062.0, 9048.0, 9081.0, 9077.0, 9068.0, 9078.0, 9066.0, 9064.0, 9068.0, 9082.0, 9073.0, 9111.0, 9095.0, 9090.0, 9074.0, 9092.0, 9074.0, 9104.0, 9106.0, 9108.0, 9119.0, 9090.0, 9105.0, 9095.0, 9121.0, 9140.0, 9133.0, 9114.0, 9105.0, 9096.0, 9125.0, 9117.0, 9136.0, 9100.0, 9134.0, 9104.0, 9125.0, 9088.0, 9100.0, 9090.0, 9097.0, 9082.0, 9082.0, 9089.0, 9101.0, 9087.0, 9094.0, 9068.0, 9080.0, 9067.0, 9078.0, 9068.0, 9081.0, 9068.0, 9087.0, 9052.0, 9073.0, 9052.0, 9092.0, 9060.0, 9082.0, 9065.0, 9068.0, 9069.0, 9072.0, 9084.0, 9113.0, 9122.0, 9089.0, 9103.0, 9076.0, 9084.0, 9075.0, 9107.0, 9076.0, 9087.0, 9071.0, 9088.0, 9075.0, 9087.0, 9129.0, 9084.0, 9098.0, 9090.0, 9087.0, 9089.0, 9089.0, 9075.0, 9086.0, 9079.0, 9093.0, 9079.0, 9109.0, 9094.0, 9115.0, 9108.0, 9093.0, 9091.0, 9095.0, 9110.0, 9095.0, 9109.0, 9092.0, 9106.0, 9087.0, 9095.0, 9072.0, 9092.0, 9131.0, 9086.0, 9099.0, 9069.0, 9086.0, 9086.0, 9086.0, 9072.0, 9089.0, 9087.0, 9089.0, 9085.0, 9069.0, 9088.0, 9074.0, 9110.0, 9080.0, 9104.0, 9102.0, 9088.0, 9086.0, 9091.0, 9088.0, 9090.0, 9108.0, 9094.0, 9111.0, 9096.0, 9116.0, 9094.0, 9113.0, 9129.0, 9100.0, 9119.0, 9098.0, 9111.0, 9112.0, 9103.0, 9091.0, 9104.0, 9090.0, 9097.0, 9123.0, 9111.0, 9140.0, 9094.0, 9105.0, 9089.0, 9109.0, 9090.0, 9107.0, 9075.0, 9111.0, 9101.0, 9104.0, 9136.0, 9087.0, 9099.0, 9071.0, 9081.0, 9070.0, 9103.0, 9072.0, 9087.0, 9073.0, 9095.0, 9107.0, 9081.0, 9082.0, 9086.0, 9092.0, 9073.0, 9104.0, 9074.0, 9082.0, 9082.0, 9085.0, 9108.0, 9080.0, 9095.0, 9066.0, 9081.0, 9064.0, 9078.0, 9069.0, 9085.0, 9055.0, 9105.0, 9071.0, 9104.0, 9095.0, 9107.0, 9109.0, 9096.0, 9101.0, 9095.0, 9125.0, 9095.0, 9104.0, 9094.0, 9103.0, 9094.0, 9088.0, 9088.0, 9087.0, 9076.0, 9102.0, 9088.0, 9099.0, 9112.0, 9085.0, 9082.0, 9067.0, 9076.0, 9067.0, 9079.0, 9065.0, 9081.0, 9062.0, 9077.0, 9062.0, 9078.0, 9061.0, 9077.0, 9063.0, 9076.0, 9076.0, 9065.0, 9078.0, 9076.0, 9081.0, 9065.0, 9076.0, 9062.0, 9078.0, 9093.0, 9065.0, 9079.0, 9072.0, 9086.0, 9090.0, 9106.0, 9089.0, 9104.0, 9092.0, 9104.0, 9100.0, 9091.0, 9102.0, 9091.0, 9105.0, 9092.0, 9112.0, 9095.0, 9108.0, 9098.0, 9110.0, 9110.0, 9112.0, 9109.0, 9113.0, 9109.0, 9109.0, 9112.0, 9094.0, 9110.0, 9102.0, 9108.0, 9114.0, 9105.0, 9097.0, 9085.0, 9101.0, 9092.0, 9109.0, 9086.0, 9104.0, 9089.0, 9106.0, 9120.0, 9103.0, 9101.0, 9085.0, 9100.0, 9083.0, 9086.0, 9069.0, 9083.0, 9090.0, 9072.0, 9080.0, 9081.0, 9085.0, 9086.0, 9088.0, 9067.0, 9086.0, 9086.0, 9087.0, 9097.0, 9073.0, 9102.0, 9076.0, 9102.0, 9073.0, 9104.0, 9089.0, 9105.0, 9102.0, 9101.0, 9102.0, 9072.0, 9099.0, 9085.0, 9101.0, 9089.0, 9098.0, 9094.0, 9076.0, 9081.0, 9070.0, 9084.0, 9064.0, 9095.0, 9083.0, 9086.0, 9084.0, 9112.0, 9106.0, 9087.0, 9104.0, 9090.0, 9113.0, 9090.0, 9114.0, 9127.0, 9109.0, 9115.0, 9095.0, 9103.0, 9089.0, 9103.0, 9086.0, 9089.0, 9087.0, 9105.0, 9106.0, 9099.0, 9101.0, 9085.0, 9084.0, 9082.0, 9081.0, 9071.0, 9102.0, 9099.0, 9091.0, 9091.0, 9090.0, 9100.0, 9085.0, 9103.0, 9069.0, 9100.0, 9098.0, 9092.0, 9089.0, 9089.0, 9110.0, 9090.0, 9104.0, 9083.0, 9103.0, 9073.0, 9103.0, 9101.0, 9090.0, 9096.0, 9067.0, 9086.0, 9064.0, 9083.0, 9064.0, 9079.0, 9079.0, 9067.0, 9078.0, 9065.0, 9083.0, 9065.0, 9081.0, 9050.0, 9082.0, 9069.0, 9088.0, 9105.0, 9091.0, 9102.0, 9090.0, 9105.0, 9090.0, 9107.0, 9091.0, 9107.0, 9116.0, 9105.0, 9100.0, 9091.0, 9104.0, 9086.0, 9101.0, 9086.0, 9106.0, 9071.0, 9103.0, 9129.0, 9108.0, 9109.0, 9105.0, 9122.0, 9086.0, 9103.0, 9082.0, 9104.0, 9101.0, 9099.0, 9102.0, 9106.0, 9104.0, 9086.0, 9104.0, 9071.0, 9101.0, 9074.0, 9107.0, 9090.0, 9107.0, 9094.0, 9107.0, 9107.0, 9092.0, 9105.0, 9087.0, 9105.0, 9087.0, 9105.0, 9117.0, 9088.0, 9098.0, 9081.0, 9097.0, 9083.0, 9084.0, 9077.0, 9092.0, 9084.0, 9098.0, 9089.0, 9100.0, 9091.0, 9116.0, 9114.0, 9117.0, 9134.0, 9149.0, 9132.0, 9152.0, 9118.0, 9130.0, 9111.0, 9125.0, 9109.0, 9108.0, 9100.0, 9106.0, 9099.0, 9099.0, 9094.0, 9079.0, 9081.0, 9081.0, 9080.0, 9083.0, 9081.0, 9095.0, 9097.0, 9081.0, 9079.0, 9063.0, 9078.0, 9064.0, 9081.0, 9061.0, 9085.0, 9080.0, 9085.0, 9084.0, 9100.0, 9083.0, 9108.0, 9104.0, 9121.0, 9093.0, 9104.0, 9089.0, 9101.0, 9106.0, 9103.0, 9091.0, 9105.0, 9076.0, 9116.0, 9086.0, 9101.0, 9083.0, 9081.0, 9063.0, 9075.0, 9076.0, 9075.0, 9059.0, 9073.0, 9078.0, 9072.0, 9056.0, 9069.0, 9042.0, 9058.0, 9043.0, 9057.0, 9066.0, 9080.0, 9114.0, 9104.0, 9073.0, 9099.0, 9089.0, 9103.0, 9092.0, 9105.0, 9089.0, 9105.0, 9091.0, 9108.0, 9091.0, 9106.0, 9088.0, 9106.0, 9101.0, 9100.0, 9084.0, 9099.0, 9108.0, 9104.0, 9116.0, 9090.0, 9097.0, 9086.0, 9099.0, 9086.0, 9099.0, 9086.0, 9087.0, 9072.0, 9098.0, 9075.0, 9111.0, 9095.0, 9091.0, 9106.0, 9091.0, 9108.0, 9109.0, 9115.0, 9107.0, 9114.0, 9114.0, 9113.0, 9120.0, 9110.0, 9111.0, 9114.0, 9112.0, 9099.0, 9114.0, 9097.0, 9111.0, 9127.0, 9111.0, 9105.0, 9108.0, 9121.0, 9093.0, 9111.0, 9108.0, 9109.0, 9093.0, 9111.0, 9092.0, 9109.0, 9132.0, 9106.0, 9106.0, 9104.0, 9109.0, 9092.0, 9108.0, 9086.0, 9098.0, 9082.0, 9103.0, 9099.0, 9086.0, 9100.0, 9086.0, 9101.0, 9107.0, 9101.0, 9092.0, 9125.0, 9107.0, 9103.0, 9081.0, 9104.0, 9083.0, 9101.0, 9101.0, 9102.0, 9099.0, 9082.0, 9094.0, 9080.0, 9079.0, 9076.0, 9077.0, 9065.0, 9083.0, 9069.0, 9097.0, 9086.0, 9101.0, 9090.0, 9106.0, 9090.0, 9102.0, 9086.0, 9103.0, 9115.0, 9088.0, 9103.0, 9086.0, 9087.0, 9083.0, 9082.0, 9060.0, 9079.0, 9057.0, 9079.0, 9083.0, 9098.0, 9072.0, 9086.0, 9103.0, 9093.0, 9107.0, 9094.0, 9123.0, 9110.0, 9110.0, 9092.0, 9111.0, 9080.0, 9133.0, 9109.0, 9110.0, 9108.0, 9105.0, 9123.0, 9110.0, 9111.0, 9104.0, 9107.0, 9089.0, 9110.0, 9092.0, 9110.0, 9095.0, 9106.0, 9104.0, 9106.0, 9110.0, 9096.0, 9109.0, 9108.0, 9122.0, 9094.0, 9112.0, 9109.0, 9109.0, 9110.0, 9114.0, 9114.0, 9112.0, 9112.0, 9093.0, 9109.0, 9139.0, 9094.0, 9109.0, 9094.0, 9094.0, 9088.0, 9103.0, 9084.0, 9103.0, 9091.0, 9109.0, 9107.0, 9104.0, 9110.0, 9110.0, 9109.0, 9094.0, 9115.0, 9109.0, 9110.0, 9122.0, 9107.0, 9111.0, 9094.0, 9105.0, 9094.0, 9110.0, 9087.0, 9109.0, 9090.0, 9110.0, 9136.0, 9092.0, 9105.0, 9102.0, 9107.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.00032281933256616803</td></tr>
<tr><td colspan=3>aqi</td><td>0.016284462140391254</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.021398720264955</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.158555317995392</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9903685085483868</td></tr>
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
<tr><td colspan=3>fber</td><td>5711.1724</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06938590672914852</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6805682376041164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.621197028414884</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.888218840230406</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532288844167059</td></tr>
<tr><td colspan=3>gcor</td><td>0.00672388</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008170724846422672</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023764094337821007</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.67939160872677</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>25.6188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9983</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>787.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.1469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9158</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.0875</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3250.7777</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.8128</td></tr>
<tr><td colspan=3>tsnr</td><td>44.32974012289196</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>