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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-04_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-04_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-0058/ses-03/func/sub-0058_ses-03_task-social_acq-mb8_run-04_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>c4a9c94c6624f4c7a74adf42681175be</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>11:31:0.992500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</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-04_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.111362</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7255, 563, -74, 63, -40, 93]</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>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b068b123-8d7d-4739-9739-68ce3f9f343d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [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': ['113100.992500', '113101.452500', '113101.912500', '113102.372500', '113102.832500', '113103.292500', '113103.752500', '113104.212500', '113104.672500', '113105.132500', '113105.592500', '113106.052500', '113106.512500', '113106.972500', '113107.432500', '113107.892500', '113108.352500', '113108.812500', '113109.272500', '113109.732500', '113110.192500', '113110.652500', '113111.112500', '113111.572500', '113112.032500', '113112.492500', '113112.952500', '113113.412500', '113113.872500', '113114.332500', '113114.792500', '113115.252500', '113115.712500', '113116.172500', '113116.632500', '113117.092500', '113117.552500', '113118.012500', '113118.472500', '113118.932500', '113119.392500', '113119.852500', '113120.312500', '113120.772500', '113121.232500', '113121.692500', '113122.152500', '113122.612500', '113123.072500', '113123.532500', '113123.992500', '113124.452500', '113124.912500', '113125.372500', '113125.832500', '113126.292500', '113126.752500', '113127.212500', '113127.672500', '113128.132500', '113128.592500', '113129.052500', '113129.512500', '113129.972500', '113130.432500', '113130.892500', '113131.352500', '113131.812500', '113132.272500', '113132.732500', '113133.192500', '113133.652500', '113134.112500', '113134.572500', '113135.032500', '113135.492500', '113135.952500', '113136.412500', '113136.872500', '113137.332500', '113137.792500', '113138.252500', '113138.712500', '113139.172500', '113139.632500', '113140.092500', '113140.552500', '113141.012500', '113141.472500', '113141.932500', '113142.392500', '113142.852500', '113143.312500', '113143.772500', '113144.232500', '113144.692500', '113145.152500', '113145.612500', '113146.072500', '113146.532500', '113146.992500', '113147.452500', '113147.912500', '113148.372500', '113148.832500', '113149.292500', '113149.752500', '113150.212500', '113150.672500', '113151.132500', '113151.592500', '113152.052500', '113152.512500', '113152.972500', '113153.432500', '113153.892500', '113154.352500', '113154.812500', '113155.272500', '113155.732500', '113156.192500', '113156.652500', '113157.112500', '113157.572500', '113158.032500', '113158.492500', '113158.952500', '113159.412500', '113159.872500', '113200.332500', '113200.792500', '113201.252500', '113201.712500', '113202.172500', '113202.632500', '113203.092500', '113203.552500', '113204.012500', '113204.472500', '113204.932500', '113205.392500', '113205.852500', '113206.312500', '113206.772500', '113207.232500', '113207.692500', '113208.152500', '113208.612500', '113209.072500', '113209.532500', '113209.992500', '113210.452500', '113210.912500', '113211.372500', '113211.832500', '113212.292500', '113212.752500', '113213.212500', '113213.672500', '113214.132500', '113214.592500', '113215.052500', '113215.512500', '113215.972500', '113216.432500', '113216.892500', '113217.352500', '113217.812500', '113218.272500', '113218.732500', '113219.192500', '113219.652500', '113220.112500', '113220.572500', '113221.032500', '113221.492500', '113221.952500', '113222.412500', '113222.872500', '113223.332500', '113223.792500', '113224.252500', '113224.712500', '113225.172500', '113225.632500', '113226.092500', '113226.552500', '113227.012500', '113227.472500', '113227.932500', '113228.392500', '113228.852500', '113229.312500', '113229.772500', '113230.232500', '113230.692500', '113231.152500', '113231.612500', '113232.072500', '113232.532500', '113232.992500', '113233.452500', '113233.912500', '113234.372500', '113234.832500', '113235.292500', '113235.752500', '113236.212500', '113236.672500', '113237.132500', '113237.592500', '113238.052500', '113238.512500', '113238.972500', '113239.432500', '113239.892500', '113240.352500', '113240.812500', '113241.272500', '113241.732500', '113242.192500', '113242.652500', '113243.112500', '113243.572500', '113244.032500', '113244.492500', '113244.952500', '113245.412500', '113245.872500', '113246.332500', '113246.792500', '113247.252500', '113247.712500', '113248.172500', '113248.632500', '113249.092500', '113249.552500', '113250.012500', '113250.472500', '113250.932500', '113251.392500', '113251.852500', '113252.312500', '113252.772500', '113253.232500', '113253.692500', '113254.152500', '113254.612500', '113255.072500', '113255.532500', '113255.992500', '113256.452500', '113256.912500', '113257.372500', '113257.832500', '113258.292500', '113258.752500', '113259.212500', '113259.672500', '113300.132500', '113300.592500', '113301.052500', '113301.512500', '113301.972500', '113302.432500', '113302.892500', '113303.352500', '113303.812500', '113304.272500', '113304.732500', '113305.192500', '113305.652500', '113306.112500', '113306.572500', '113307.032500', '113307.492500', '113307.952500', '113308.412500', '113308.872500', '113309.332500', '113309.792500', '113310.252500', '113310.712500', '113311.172500', '113311.632500', '113312.092500', '113312.552500', '113313.012500', '113313.472500', '113313.932500', '113314.392500', '113314.852500', '113315.312500', '113315.772500', '113316.232500', '113316.692500', '113317.152500', '113317.612500', '113318.072500', '113318.532500', '113318.992500', '113319.452500', '113319.912500', '113320.372500', '113320.832500', '113321.292500', '113321.752500', '113322.212500', '113322.672500', '113323.132500', '113323.592500', '113324.052500', '113324.512500', '113324.972500', '113325.432500', '113325.892500', '113326.352500', '113326.812500', '113327.272500', '113327.732500', '113328.192500', '113328.652500', '113329.112500', '113329.572500', '113330.032500', '113330.492500', '113330.952500', '113331.412500', '113331.872500', '113332.332500', '113332.792500', '113333.252500', '113333.712500', '113334.172500', '113334.632500', '113335.092500', '113335.552500', '113336.012500', '113336.472500', '113336.932500', '113337.392500', '113337.852500', '113338.312500', '113338.772500', '113339.232500', '113339.692500', '113340.152500', '113340.612500', '113341.072500', '113341.532500', '113341.992500', '113342.452500', '113342.912500', '113343.372500', '113343.832500', '113344.292500', '113344.752500', '113345.212500', '113345.672500', '113346.132500', '113346.592500', '113347.052500', '113347.512500', '113347.972500', '113348.432500', '113348.892500', '113349.352500', '113349.812500', '113350.272500', '113350.732500', '113351.192500', '113351.652500', '113352.112500', '113352.572500', '113353.032500', '113353.492500', '113353.952500', '113354.412500', '113354.872500', '113355.332500', '113355.792500', '113356.252500', '113356.712500', '113357.172500', '113357.632500', '113358.092500', '113358.552500', '113359.012500', '113359.472500', '113359.932500', '113400.392500', '113400.852500', '113401.312500', '113401.772500', '113402.232500', '113402.692500', '113403.152500', '113403.612500', '113404.072500', '113404.532500', '113404.992500', '113405.452500', '113405.912500', '113406.372500', '113406.832500', '113407.292500', '113407.752500', '113408.212500', '113408.672500', '113409.132500', '113409.592500', '113410.052500', '113410.512500', '113410.972500', '113411.432500', '113411.892500', '113412.352500', '113412.812500', '113413.272500', '113413.732500', '113414.192500', '113414.652500', '113415.112500', '113415.572500', '113416.032500', '113416.492500', '113416.952500', '113417.412500', '113417.872500', '113418.332500', '113418.792500', '113419.252500', '113419.712500', '113420.172500', '113420.632500', '113421.092500', '113421.552500', '113422.012500', '113422.472500', '113422.932500', '113423.392500', '113423.852500', '113424.312500', '113424.772500', '113425.232500', '113425.692500', '113426.152500', '113426.612500', '113427.072500', '113427.532500', '113427.992500', '113428.452500', '113428.912500', '113429.372500', '113429.832500', '113430.292500', '113430.752500', '113431.212500', '113431.672500', '113432.132500', '113432.592500', '113433.052500', '113433.512500', '113433.972500', '113434.432500', '113434.892500', '113435.352500', '113435.812500', '113436.272500', '113436.732500', '113437.192500', '113437.652500', '113438.112500', '113438.572500', '113439.032500', '113439.492500', '113439.952500', '113440.412500', '113440.872500', '113441.332500', '113441.792500', '113442.252500', '113442.712500', '113443.172500', '113443.632500', '113444.092500', '113444.552500', '113445.012500', '113445.472500', '113445.932500', '113446.392500', '113446.852500', '113447.312500', '113447.772500', '113448.232500', '113448.692500', '113449.152500', '113449.612500', '113450.072500', '113450.532500', '113450.992500', '113451.452500', '113451.912500', '113452.372500', '113452.832500', '113453.292500', '113453.752500', '113454.212500', '113454.672500', '113455.132500', '113455.592500', '113456.052500', '113456.512500', '113456.972500', '113457.432500', '113457.892500', '113458.352500', '113458.812500', '113459.272500', '113459.732500', '113500.192500', '113500.652500', '113501.112500', '113501.572500', '113502.032500', '113502.492500', '113502.952500', '113503.412500', '113503.872500', '113504.332500', '113504.792500', '113505.252500', '113505.712500', '113506.172500', '113506.632500', '113507.092500', '113507.552500', '113508.012500', '113508.472500', '113508.932500', '113509.392500', '113509.852500', '113510.312500', '113510.772500', '113511.232500', '113511.692500', '113512.152500', '113512.612500', '113513.072500', '113513.532500', '113513.992500', '113514.452500', '113514.912500', '113515.372500', '113515.832500', '113516.292500', '113516.752500', '113517.212500', '113517.672500', '113518.132500', '113518.592500', '113519.052500', '113519.512500', '113519.972500', '113520.432500', '113520.892500', '113521.352500', '113521.812500', '113522.272500', '113522.732500', '113523.192500', '113523.652500', '113524.112500', '113524.572500', '113525.032500', '113525.492500', '113525.952500', '113526.412500', '113526.872500', '113527.332500', '113527.792500', '113528.252500', '113528.712500', '113529.172500', '113529.632500', '113530.092500', '113530.552500', '113531.012500', '113531.472500', '113531.932500', '113532.392500', '113532.852500', '113533.312500', '113533.772500', '113534.232500', '113534.692500', '113535.152500', '113535.612500', '113536.072500', '113536.532500', '113536.992500', '113537.452500', '113537.912500', '113538.372500', '113538.832500', '113539.292500', '113539.752500', '113540.212500', '113540.672500', '113541.132500', '113541.592500', '113542.052500', '113542.512500', '113542.972500', '113543.432500', '113543.892500', '113544.352500', '113544.812500', '113545.272500', '113545.732500', '113546.192500', '113546.652500', '113547.112500', '113547.572500', '113548.032500', '113548.492500', '113548.952500', '113549.412500', '113549.872500', '113550.332500', '113550.792500', '113551.252500', '113551.712500', '113552.172500', '113552.632500', '113553.092500', '113553.552500', '113554.012500', '113554.472500', '113554.932500', '113555.392500', '113555.852500', '113556.312500', '113556.772500', '113557.232500', '113557.692500', '113558.152500', '113558.612500', '113559.072500', '113559.532500', '113559.992500', '113600.452500', '113600.912500', '113601.372500', '113601.832500', '113602.292500', '113602.752500', '113603.212500', '113603.672500', '113604.132500', '113604.592500', '113605.052500', '113605.512500', '113605.972500', '113606.432500', '113606.892500', '113607.352500', '113607.812500', '113608.272500', '113608.732500', '113609.192500', '113609.652500', '113610.112500', '113610.572500', '113611.032500', '113611.492500', '113611.952500', '113612.412500', '113612.872500', '113613.332500', '113613.792500', '113614.252500', '113614.712500', '113615.172500', '113615.632500', '113616.092500', '113616.552500', '113617.012500', '113617.472500', '113617.932500', '113618.392500', '113618.852500', '113619.312500', '113619.772500', '113620.232500', '113620.692500', '113621.152500', '113621.612500', '113622.072500', '113622.532500', '113622.992500', '113623.452500', '113623.912500', '113624.372500', '113624.832500', '113625.292500', '113625.752500', '113626.212500', '113626.672500', '113627.132500', '113627.592500', '113628.052500', '113628.512500', '113628.972500', '113629.432500', '113629.892500', '113630.352500', '113630.812500', '113631.272500', '113631.732500', '113632.192500', '113632.652500', '113633.112500', '113633.572500', '113634.032500', '113634.492500', '113634.952500', '113635.412500', '113635.872500', '113636.332500', '113636.792500', '113637.252500', '113637.712500', '113638.172500', '113638.632500', '113639.092500', '113639.552500', '113640.012500', '113640.472500', '113640.932500', '113641.392500', '113641.852500', '113642.312500', '113642.772500', '113643.232500', '113643.692500', '113644.152500', '113644.612500', '113645.072500', '113645.532500', '113645.992500', '113646.452500', '113646.912500', '113647.372500', '113647.832500', '113648.292500', '113648.752500', '113649.212500', '113649.672500', '113650.132500', '113650.592500', '113651.052500', '113651.512500', '113651.972500', '113652.432500', '113652.892500', '113653.352500', '113653.812500', '113654.272500', '113654.732500', '113655.192500', '113655.652500', '113656.112500', '113656.572500', '113657.032500', '113657.492500', '113657.952500', '113658.412500', '113658.872500', '113659.332500', '113659.792500', '113700.252500', '113700.712500', '113701.172500', '113701.632500', '113702.092500', '113702.552500', '113703.012500', '113703.472500', '113703.932500', '113704.392500', '113704.852500', '113705.312500', '113705.772500', '113706.232500', '113706.692500', '113707.152500', '113707.612500', '113708.072500', '113708.532500', '113708.992500', '113709.452500', '113709.912500', '113710.372500', '113710.832500', '113711.292500', '113711.752500', '113712.212500', '113712.672500', '113713.132500', '113713.592500', '113714.052500', '113714.512500', '113714.972500', '113715.432500', '113715.892500', '113716.352500', '113716.812500', '113717.272500', '113717.732500', '113718.192500', '113718.652500', '113719.112500', '113719.572500', '113720.032500', '113720.492500', '113720.952500', '113721.412500', '113721.872500', '113722.332500', '113722.792500', '113723.252500', '113723.712500', '113724.172500', '113724.632500', '113725.092500', '113725.552500', '113726.012500', '113726.472500', '113726.932500', '113727.392500', '113727.852500', '113728.312500', '113728.772500', '113729.232500', '113729.692500', '113730.152500', '113730.612500', '113731.072500', '113731.532500', '113731.992500', '113732.452500', '113732.912500', '113733.372500', '113733.832500', '113734.292500', '113734.752500', '113735.212500', '113735.672500', '113736.132500', '113736.592500', '113737.052500', '113737.512500', '113737.972500', '113738.432500', '113738.892500', '113739.352500', '113739.812500', '113740.272500', '113740.732500', '113741.192500', '113741.652500'], 'ContentTime': ['113117.812000', '113117.815000', '113117.818000', '113117.821000', '113117.823000', '113117.826000', '113117.829000', '113117.831000', '113117.834000', '113117.836000', '113117.860000', '113117.862000', '113117.865000', '113117.867000', '113117.870000', '113117.873000', '113117.875000', '113117.885000', '113117.888000', '113117.891000', '113117.893000', '113117.896000', '113117.899000', '113117.902000', '113117.929000', '113117.931000', '113117.934000', '113117.937000', '113117.939000', '113117.942000', '113117.944000', '113117.947000', '113117.950000', '113117.952000', '113137.772000', '113137.775000', '113137.778000', '113137.780000', '113137.783000', '113137.785000', '113137.797000', '113137.800000', '113137.802000', '113137.805000', '113137.808000', '113137.810000', '113137.813000', '113137.815000', '113137.818000', '113137.821000', '113137.823000', '113137.826000', '113137.828000', '113137.831000', '113137.833000', '113137.839000', '113137.841000', '113137.844000', '113137.847000', '113137.849000', '113137.852000', '113137.854000', '113137.857000', '113137.859000', '113137.862000', '113137.865000', '113137.867000', '113137.870000', '113137.872000', '113137.875000', '113137.878000', '113137.880000', '113137.883000', '113137.885000', '113137.888000', '113137.890000', '113137.893000', '113157.773000', '113157.776000', '113157.779000', '113157.782000', '113157.784000', '113157.787000', '113157.790000', '113157.843000', '113157.846000', '113157.849000', '113157.851000', '113157.854000', '113157.856000', '113157.859000', '113157.861000', '113157.864000', '113157.866000', '113157.869000', '113157.871000', '113157.874000', '113157.877000', '113157.879000', '113157.882000', '113157.884000', '113157.887000', '113157.889000', '113157.892000', '113157.894000', '113157.897000', '113157.900000', '113157.902000', '113157.905000', '113157.907000', '113157.910000', '113157.913000', '113157.915000', '113157.918000', '113157.920000', '113157.923000', '113157.926000', '113157.928000', '113157.931000', '113157.934000', '113217.773000', '113217.776000', '113217.779000', '113217.781000', '113217.784000', '113217.786000', '113217.789000', '113217.792000', '113217.794000', '113217.797000', '113217.823000', '113217.826000', '113217.829000', '113217.831000', '113217.834000', '113217.836000', '113217.839000', '113217.841000', '113217.844000', '113217.847000', '113217.849000', '113217.852000', '113217.854000', '113217.857000', '113217.860000', '113217.862000', '113217.865000', '113217.867000', '113217.870000', '113217.872000', '113217.875000', '113217.878000', '113217.880000', '113217.883000', '113217.885000', '113217.888000', '113217.890000', '113217.893000', '113217.895000', '113217.898000', '113217.901000', '113217.903000', '113217.906000', '113217.908000', '113237.773000', '113237.776000', '113237.779000', '113237.781000', '113237.784000', '113237.787000', '113237.789000', '113237.792000', '113237.794000', '113237.797000', '113237.800000', '113237.802000', '113237.805000', '113237.807000', '113237.810000', '113237.813000', '113237.816000', '113237.819000', '113237.822000', '113237.824000', '113237.827000', '113237.829000', '113237.832000', '113237.835000', '113237.837000', '113237.840000', '113237.842000', '113237.845000', '113237.847000', '113237.850000', '113237.852000', '113237.855000', '113237.857000', '113237.860000', '113237.863000', '113237.865000', '113237.868000', '113237.870000', '113237.873000', '113237.876000', '113237.878000', '113237.881000', '113237.883000', '113257.773000', '113257.775000', '113257.778000', '113257.781000', '113257.783000', '113257.786000', '113257.788000', '113257.791000', '113257.793000', '113257.796000', '113257.799000', '113257.846000', '113257.849000', '113257.851000', '113257.854000', '113257.857000', '113257.859000', '113257.862000', '113257.864000', '113257.867000', '113257.869000', '113257.872000', '113257.875000', '113257.877000', '113257.880000', '113257.882000', '113257.885000', '113257.887000', '113257.890000', '113257.892000', '113257.895000', '113257.898000', '113257.900000', '113257.903000', '113257.905000', '113257.908000', '113257.911000', '113257.913000', '113257.916000', '113257.918000', '113257.921000', '113257.923000', '113257.926000', '113257.929000', '113317.773000', '113317.775000', '113317.778000', '113317.781000', '113317.784000', '113317.787000', '113317.790000', '113317.793000', '113317.795000', '113317.798000', '113317.827000', '113317.829000', '113317.832000', '113317.834000', '113317.837000', '113317.839000', '113317.842000', '113317.868000', '113317.892000', '113317.895000', '113317.898000', '113317.900000', '113317.903000', '113317.905000', '113317.908000', '113317.910000', '113317.913000', '113317.916000', '113317.918000', '113317.921000', '113317.923000', '113317.926000', '113317.929000', '113317.931000', '113317.934000', '113317.936000', '113317.939000', '113317.942000', '113317.944000', '113317.947000', '113317.949000', '113317.952000', '113317.954000', '113337.773000', '113337.775000', '113337.778000', '113337.780000', '113337.783000', '113337.786000', '113337.788000', '113337.791000', '113337.793000', '113337.796000', '113337.798000', '113337.817000', '113337.820000', '113337.822000', '113337.825000', '113337.827000', '113337.830000', '113337.833000', '113337.835000', '113337.838000', '113337.840000', '113337.843000', '113337.845000', '113337.848000', '113337.850000', '113337.853000', '113337.856000', '113337.858000', '113337.861000', '113337.863000', '113337.866000', '113337.868000', '113337.871000', '113337.874000', '113337.876000', '113337.879000', '113337.881000', '113337.884000', '113337.886000', '113337.889000', '113337.892000', '113337.894000', '113337.897000', '113337.899000', '113357.772000', '113357.775000', '113357.778000', '113357.780000', '113357.783000', '113357.786000', '113357.788000', '113357.791000', '113357.793000', '113357.796000', '113357.800000', '113357.815000', '113357.818000', '113357.820000', '113357.823000', '113357.825000', '113357.828000', '113357.831000', '113357.833000', '113357.836000', '113357.838000', '113357.841000', '113357.844000', '113357.846000', '113357.849000', '113357.852000', '113357.854000', '113357.857000', '113357.860000', '113357.862000', '113357.865000', '113357.868000', '113357.870000', '113357.873000', '113357.875000', '113357.878000', '113357.881000', '113357.883000', '113357.886000', '113357.888000', '113357.891000', '113357.893000', '113357.896000', '113417.773000', '113417.776000', '113417.779000', '113417.781000', '113417.784000', '113417.787000', '113417.789000', '113417.792000', '113417.794000', '113417.797000', '113417.828000', '113417.830000', '113417.833000', '113417.835000', '113417.838000', '113417.841000', '113417.843000', '113417.846000', '113417.848000', '113417.851000', '113417.853000', '113417.856000', '113417.859000', '113417.861000', '113417.864000', '113417.866000', '113417.869000', '113417.871000', '113417.874000', '113417.877000', '113417.879000', '113417.882000', '113417.884000', '113417.887000', '113417.890000', '113417.892000', '113417.895000', '113417.897000', '113417.900000', '113417.902000', '113417.905000', '113417.908000', '113417.910000', '113417.913000', '113437.773000', '113437.776000', '113437.779000', '113437.782000', '113437.784000', '113437.787000', '113437.790000', '113437.793000', '113437.796000', '113437.799000', '113437.867000', '113437.870000', '113437.872000', '113437.875000', '113437.877000', '113437.880000', '113437.883000', '113437.885000', '113437.888000', '113437.890000', '113437.893000', '113437.895000', '113437.898000', '113437.901000', '113437.903000', '113437.906000', '113437.908000', '113437.911000', '113437.914000', '113437.916000', '113437.919000', '113437.921000', '113437.924000', '113437.926000', '113437.929000', '113437.932000', '113437.934000', '113437.937000', '113437.939000', '113437.942000', '113437.944000', '113437.947000', '113437.950000', '113457.774000', '113457.776000', '113457.779000', '113457.782000', '113457.784000', '113457.787000', '113457.789000', '113457.792000', '113457.794000', '113457.797000', '113457.857000', '113457.860000', '113457.862000', '113457.865000', '113457.868000', '113457.870000', '113457.873000', '113457.875000', '113457.878000', '113457.880000', '113457.883000', '113457.885000', '113457.888000', '113457.891000', '113457.893000', '113457.896000', '113457.898000', '113457.901000', '113457.904000', '113457.906000', '113457.909000', '113457.911000', '113457.914000', '113457.916000', '113457.919000', '113457.922000', '113457.924000', '113457.927000', '113457.929000', '113457.932000', '113457.934000', '113457.937000', '113457.940000', '113457.942000', '113517.773000', '113517.775000', '113517.778000', '113517.781000', '113517.784000', '113517.786000', '113517.789000', '113517.792000', '113517.794000', '113517.797000', '113517.842000', '113517.846000', '113517.849000', '113517.851000', '113517.854000', '113517.856000', '113517.859000', '113517.862000', '113517.864000', '113517.867000', '113517.870000', '113517.872000', '113517.875000', '113517.877000', '113517.880000', '113517.882000', '113517.885000', '113517.888000', '113517.891000', '113517.894000', '113517.897000', '113517.899000', '113517.902000', '113517.904000', '113517.907000', '113517.910000', '113517.913000', '113517.915000', '113517.918000', '113517.921000', '113517.923000', '113517.926000', '113517.929000', '113537.772000', '113537.775000', '113537.778000', '113537.780000', '113537.783000', '113537.786000', '113537.788000', '113537.791000', '113537.794000', '113537.796000', '113537.799000', '113537.802000', '113537.805000', '113537.808000', '113537.810000', '113537.813000', '113537.816000', '113537.818000', '113537.821000', '113537.823000', '113537.826000', '113537.829000', '113537.831000', '113537.834000', '113537.836000', '113537.839000', '113537.842000', '113537.844000', '113537.847000', '113537.849000', '113537.852000', '113537.855000', '113537.858000', '113537.861000', '113537.864000', '113537.866000', '113537.869000', '113537.872000', '113537.874000', '113537.877000', '113537.879000', '113537.882000', '113537.884000', '113537.887000', '113557.773000', '113557.775000', '113557.778000', '113557.781000', '113557.783000', '113557.786000', '113557.788000', '113557.791000', '113557.794000', '113557.796000', '113557.799000', '113557.830000', '113557.833000', '113557.835000', '113557.838000', '113557.840000', '113557.843000', '113557.846000', '113557.848000', '113557.851000', '113557.854000', '113557.856000', '113557.859000', '113557.861000', '113557.864000', '113557.866000', '113557.869000', '113557.872000', '113557.874000', '113557.877000', '113557.879000', '113557.882000', '113557.884000', '113557.887000', '113557.890000', '113557.892000', '113557.895000', '113557.897000', '113557.900000', '113557.903000', '113557.905000', '113557.908000', '113557.910000', '113617.773000', '113617.775000', '113617.778000', '113617.781000', '113617.783000', '113617.786000', '113617.788000', '113617.791000', '113617.793000', '113617.796000', '113617.799000', '113617.858000', '113617.861000', '113617.863000', '113617.866000', '113617.868000', '113617.871000', '113617.874000', '113617.876000', '113617.879000', '113617.881000', '113617.884000', '113617.886000', '113617.889000', '113617.901000', '113617.903000', '113617.906000', '113617.908000', '113617.911000', '113617.913000', '113617.916000', '113617.919000', '113617.921000', '113617.924000', '113617.926000', '113617.929000', '113617.931000', '113617.934000', '113617.937000', '113617.939000', '113617.942000', '113617.944000', '113617.947000', '113617.949000', '113637.773000', '113637.776000', '113637.779000', '113637.782000', '113637.784000', '113637.787000', '113637.789000', '113637.792000', '113637.795000', '113637.797000', '113637.846000', '113637.849000', '113637.851000', '113637.854000', '113637.856000', '113637.859000', '113637.862000', '113637.864000', '113637.867000', '113637.869000', '113637.872000', '113637.875000', '113637.877000', '113637.881000', '113637.883000', '113637.886000', '113637.888000', '113637.891000', '113637.893000', '113637.896000', '113637.899000', '113637.901000', '113637.904000', '113637.907000', '113637.909000', '113637.912000', '113637.914000', '113637.917000', '113637.920000', '113637.922000', '113637.925000', '113637.927000', '113637.930000', '113657.774000', '113657.777000', '113657.779000', '113657.782000', '113657.784000', '113657.787000', '113657.790000', '113657.793000', '113657.795000', '113657.798000', '113657.919000', '113657.922000', '113657.925000', '113657.927000', '113657.930000', '113657.932000', '113657.935000', '113657.938000', '113657.940000', '113657.943000', '113657.946000', '113657.948000', '113657.951000', '113657.954000', '113657.956000', '113657.959000', '113657.961000', '113657.964000', '113657.967000', '113657.969000', '113657.972000', '113657.974000', '113657.977000', '113657.980000', '113657.982000', '113657.985000', '113657.987000', '113657.992000', '113657.995000', '113657.997000', '113658.001000', '113658.004000', '113658.006000', '113658.009000', '113717.774000', '113717.776000', '113717.779000', '113717.782000', '113717.784000', '113717.787000', '113717.790000', '113717.792000', '113717.795000', '113717.797000', '113717.800000', '113717.803000', '113717.805000', '113717.808000', '113717.810000', '113717.813000', '113717.816000', '113717.818000', '113717.821000', '113717.823000', '113717.826000', '113717.829000', '113717.831000', '113717.834000', '113717.836000', '113717.839000', '113717.841000', '113717.844000', '113717.847000', '113717.849000', '113717.852000', '113717.854000', '113717.857000', '113717.859000', '113717.862000', '113717.865000', '113717.868000', '113717.870000', '113717.873000', '113717.875000', '113717.878000', '113717.880000', '113717.883000', '113737.773000', '113737.775000', '113737.778000', '113737.781000', '113737.783000', '113737.786000', '113737.789000', '113737.791000', '113737.794000', '113737.796000', '113737.799000', '113737.870000', '113737.873000', '113737.875000', '113737.878000', '113737.880000', '113737.883000', '113737.885000', '113737.888000', '113737.890000', '113737.893000', '113737.896000', '113737.898000', '113737.901000', '113737.904000', '113737.906000', '113737.909000', '113737.911000', '113737.914000', '113737.916000', '113737.919000', '113737.922000', '113737.924000', '113737.927000', '113737.929000', '113737.942000', '113737.945000', '113737.947000', '113737.950000', '113737.953000', '113737.955000', '113737.958000', '113737.960000', '113737.963000', '113743.137000', '113743.141000', '113743.143000', '113743.146000', '113743.149000', '113743.152000', '113743.161000', '113743.164000', '113743.166000', '113743.169000', '113743.172000', '113743.175000'], 'InstanceCreationTime': ['113117.812000', '113117.815000', '113117.818000', '113117.821000', '113117.823000', '113117.826000', '113117.829000', '113117.831000', '113117.834000', '113117.836000', '113117.860000', '113117.862000', '113117.865000', '113117.867000', '113117.870000', '113117.873000', '113117.875000', '113117.885000', '113117.888000', '113117.891000', '113117.893000', '113117.896000', '113117.899000', '113117.902000', '113117.929000', '113117.931000', '113117.934000', '113117.937000', '113117.939000', '113117.942000', '113117.944000', '113117.947000', '113117.950000', '113117.952000', '113137.772000', '113137.775000', '113137.778000', '113137.780000', '113137.783000', '113137.785000', '113137.797000', '113137.800000', '113137.802000', '113137.805000', '113137.808000', '113137.810000', '113137.813000', '113137.815000', '113137.818000', '113137.821000', '113137.823000', '113137.826000', '113137.828000', '113137.831000', '113137.833000', '113137.839000', '113137.841000', '113137.844000', '113137.847000', '113137.849000', '113137.852000', '113137.854000', '113137.857000', '113137.859000', '113137.862000', '113137.865000', '113137.867000', '113137.870000', '113137.872000', '113137.875000', '113137.878000', '113137.880000', '113137.883000', '113137.885000', '113137.888000', '113137.890000', '113137.893000', '113157.773000', '113157.776000', '113157.779000', '113157.782000', '113157.784000', '113157.787000', '113157.790000', '113157.843000', '113157.846000', '113157.849000', '113157.851000', '113157.854000', '113157.856000', '113157.859000', '113157.861000', '113157.864000', '113157.866000', '113157.869000', '113157.871000', '113157.874000', '113157.877000', '113157.879000', '113157.882000', '113157.884000', '113157.887000', '113157.889000', '113157.892000', '113157.894000', '113157.897000', '113157.900000', '113157.902000', '113157.905000', '113157.907000', '113157.910000', '113157.913000', '113157.915000', '113157.918000', '113157.920000', '113157.923000', '113157.926000', '113157.928000', '113157.931000', '113157.934000', '113217.773000', '113217.776000', '113217.779000', '113217.781000', '113217.784000', '113217.786000', '113217.789000', '113217.792000', '113217.794000', '113217.797000', '113217.823000', '113217.826000', '113217.829000', '113217.831000', '113217.834000', '113217.836000', '113217.839000', '113217.841000', '113217.844000', '113217.847000', '113217.849000', '113217.852000', '113217.854000', '113217.857000', '113217.860000', '113217.862000', '113217.865000', '113217.867000', '113217.870000', '113217.872000', '113217.875000', '113217.878000', '113217.880000', '113217.883000', '113217.885000', '113217.888000', '113217.890000', '113217.893000', '113217.895000', '113217.898000', '113217.901000', '113217.903000', '113217.906000', '113217.908000', '113237.773000', '113237.776000', '113237.779000', '113237.781000', '113237.784000', '113237.787000', '113237.789000', '113237.792000', '113237.794000', '113237.797000', '113237.800000', '113237.802000', '113237.805000', '113237.807000', '113237.810000', '113237.813000', '113237.816000', '113237.819000', '113237.822000', '113237.824000', '113237.827000', '113237.829000', '113237.832000', '113237.835000', '113237.837000', '113237.840000', '113237.842000', '113237.845000', '113237.847000', '113237.850000', '113237.852000', '113237.855000', '113237.857000', '113237.860000', '113237.863000', '113237.865000', '113237.868000', '113237.870000', '113237.873000', '113237.876000', '113237.878000', '113237.881000', '113237.883000', '113257.773000', '113257.775000', '113257.778000', '113257.781000', '113257.783000', '113257.786000', '113257.788000', '113257.791000', '113257.793000', '113257.796000', '113257.799000', '113257.846000', '113257.849000', '113257.851000', '113257.854000', '113257.857000', '113257.859000', '113257.862000', '113257.864000', '113257.867000', '113257.869000', '113257.872000', '113257.875000', '113257.877000', '113257.880000', '113257.882000', '113257.885000', '113257.887000', '113257.890000', '113257.892000', '113257.895000', '113257.898000', '113257.900000', '113257.903000', '113257.905000', '113257.908000', '113257.911000', '113257.913000', '113257.916000', '113257.918000', '113257.921000', '113257.923000', '113257.926000', '113257.929000', '113317.773000', '113317.775000', '113317.778000', '113317.781000', '113317.784000', '113317.787000', '113317.790000', '113317.793000', '113317.795000', '113317.798000', '113317.827000', '113317.829000', '113317.832000', '113317.834000', '113317.837000', '113317.839000', '113317.842000', '113317.868000', '113317.892000', '113317.895000', '113317.898000', '113317.900000', '113317.903000', '113317.905000', '113317.908000', '113317.910000', '113317.913000', '113317.916000', '113317.918000', '113317.921000', '113317.923000', '113317.926000', '113317.929000', '113317.931000', '113317.934000', '113317.936000', '113317.939000', '113317.942000', '113317.944000', '113317.947000', '113317.949000', '113317.952000', '113317.954000', '113337.773000', '113337.775000', '113337.778000', '113337.780000', '113337.783000', '113337.786000', '113337.788000', '113337.791000', '113337.793000', '113337.796000', '113337.798000', '113337.817000', '113337.820000', '113337.822000', '113337.825000', '113337.827000', '113337.830000', '113337.833000', '113337.835000', '113337.838000', '113337.840000', '113337.843000', '113337.845000', '113337.848000', '113337.850000', '113337.853000', '113337.856000', '113337.858000', '113337.861000', '113337.863000', '113337.866000', '113337.868000', '113337.871000', '113337.874000', '113337.876000', '113337.879000', '113337.881000', '113337.884000', '113337.886000', '113337.889000', '113337.892000', '113337.894000', '113337.897000', '113337.899000', '113357.772000', '113357.775000', '113357.778000', '113357.780000', '113357.783000', '113357.786000', '113357.788000', '113357.791000', '113357.793000', '113357.796000', '113357.800000', '113357.815000', '113357.818000', '113357.820000', '113357.823000', '113357.825000', '113357.828000', '113357.831000', '113357.833000', '113357.836000', '113357.838000', '113357.841000', '113357.844000', '113357.846000', '113357.849000', '113357.852000', '113357.854000', '113357.857000', '113357.860000', '113357.862000', '113357.865000', '113357.868000', '113357.870000', '113357.873000', '113357.875000', '113357.878000', '113357.881000', '113357.883000', '113357.886000', '113357.888000', '113357.891000', '113357.893000', '113357.896000', '113417.773000', '113417.776000', '113417.779000', '113417.781000', '113417.784000', '113417.787000', '113417.789000', '113417.792000', '113417.794000', '113417.797000', '113417.828000', '113417.830000', '113417.833000', '113417.835000', '113417.838000', '113417.841000', '113417.843000', '113417.846000', '113417.848000', '113417.851000', '113417.853000', '113417.856000', '113417.859000', '113417.861000', '113417.864000', '113417.866000', '113417.869000', '113417.871000', '113417.874000', '113417.877000', '113417.879000', '113417.882000', '113417.884000', '113417.887000', '113417.890000', '113417.892000', '113417.895000', '113417.897000', '113417.900000', '113417.902000', '113417.905000', '113417.908000', '113417.910000', '113417.913000', '113437.773000', '113437.776000', '113437.779000', '113437.782000', '113437.784000', '113437.787000', '113437.790000', '113437.793000', '113437.796000', '113437.799000', '113437.867000', '113437.870000', '113437.872000', '113437.875000', '113437.877000', '113437.880000', '113437.883000', '113437.885000', '113437.888000', '113437.890000', '113437.893000', '113437.895000', '113437.898000', '113437.901000', '113437.903000', '113437.906000', '113437.908000', '113437.911000', '113437.914000', '113437.916000', '113437.919000', '113437.921000', '113437.924000', '113437.926000', '113437.929000', '113437.932000', '113437.934000', '113437.937000', '113437.939000', '113437.942000', '113437.944000', '113437.947000', '113437.950000', '113457.774000', '113457.776000', '113457.779000', '113457.782000', '113457.784000', '113457.787000', '113457.789000', '113457.792000', '113457.794000', '113457.797000', '113457.857000', '113457.860000', '113457.862000', '113457.865000', '113457.868000', '113457.870000', '113457.873000', '113457.875000', '113457.878000', '113457.880000', '113457.883000', '113457.885000', '113457.888000', '113457.891000', '113457.893000', '113457.896000', '113457.898000', '113457.901000', '113457.904000', '113457.906000', '113457.909000', '113457.911000', '113457.914000', '113457.916000', '113457.919000', '113457.922000', '113457.924000', '113457.927000', '113457.929000', '113457.932000', '113457.934000', '113457.937000', '113457.940000', '113457.942000', '113517.773000', '113517.775000', '113517.778000', '113517.781000', '113517.784000', '113517.786000', '113517.789000', '113517.792000', '113517.794000', '113517.797000', '113517.842000', '113517.846000', '113517.849000', '113517.851000', '113517.854000', '113517.856000', '113517.859000', '113517.862000', '113517.864000', '113517.867000', '113517.870000', '113517.872000', '113517.875000', '113517.877000', '113517.880000', '113517.882000', '113517.885000', '113517.888000', '113517.891000', '113517.894000', '113517.897000', '113517.899000', '113517.902000', '113517.904000', '113517.907000', '113517.910000', '113517.913000', '113517.915000', '113517.918000', '113517.921000', '113517.923000', '113517.926000', '113517.929000', '113537.772000', '113537.775000', '113537.778000', '113537.780000', '113537.783000', '113537.786000', '113537.788000', '113537.791000', '113537.794000', '113537.796000', '113537.799000', '113537.802000', '113537.805000', '113537.808000', '113537.810000', '113537.813000', '113537.816000', '113537.818000', '113537.821000', '113537.823000', '113537.826000', '113537.829000', '113537.831000', '113537.834000', '113537.836000', '113537.839000', '113537.842000', '113537.844000', '113537.847000', '113537.849000', '113537.852000', '113537.855000', '113537.858000', '113537.861000', '113537.864000', '113537.866000', '113537.869000', '113537.872000', '113537.874000', '113537.877000', '113537.879000', '113537.882000', '113537.884000', '113537.887000', '113557.773000', '113557.775000', '113557.778000', '113557.781000', '113557.783000', '113557.786000', '113557.788000', '113557.791000', '113557.794000', '113557.796000', '113557.799000', '113557.830000', '113557.833000', '113557.835000', '113557.838000', '113557.840000', '113557.843000', '113557.846000', '113557.848000', '113557.851000', '113557.854000', '113557.856000', '113557.859000', '113557.861000', '113557.864000', '113557.866000', '113557.869000', '113557.872000', '113557.874000', '113557.877000', '113557.879000', '113557.882000', '113557.884000', '113557.887000', '113557.890000', '113557.892000', '113557.895000', '113557.897000', '113557.900000', '113557.903000', '113557.905000', '113557.908000', '113557.910000', '113617.773000', '113617.775000', '113617.778000', '113617.781000', '113617.783000', '113617.786000', '113617.788000', '113617.791000', '113617.793000', '113617.796000', '113617.799000', '113617.858000', '113617.861000', '113617.863000', '113617.866000', '113617.868000', '113617.871000', '113617.874000', '113617.876000', '113617.879000', '113617.881000', '113617.884000', '113617.886000', '113617.889000', '113617.901000', '113617.903000', '113617.906000', '113617.908000', '113617.911000', '113617.913000', '113617.916000', '113617.919000', '113617.921000', '113617.924000', '113617.926000', '113617.929000', '113617.931000', '113617.934000', '113617.937000', '113617.939000', '113617.942000', '113617.944000', '113617.947000', '113617.949000', '113637.773000', '113637.776000', '113637.779000', '113637.782000', '113637.784000', '113637.787000', '113637.789000', '113637.792000', '113637.795000', '113637.797000', '113637.846000', '113637.849000', '113637.851000', '113637.854000', '113637.856000', '113637.859000', '113637.862000', '113637.864000', '113637.867000', '113637.869000', '113637.872000', '113637.875000', '113637.877000', '113637.881000', '113637.883000', '113637.886000', '113637.888000', '113637.891000', '113637.893000', '113637.896000', '113637.899000', '113637.901000', '113637.904000', '113637.907000', '113637.909000', '113637.912000', '113637.914000', '113637.917000', '113637.920000', '113637.922000', '113637.925000', '113637.927000', '113637.930000', '113657.774000', '113657.777000', '113657.779000', '113657.782000', '113657.784000', '113657.787000', '113657.790000', '113657.793000', '113657.795000', '113657.798000', '113657.919000', '113657.922000', '113657.925000', '113657.927000', '113657.930000', '113657.932000', '113657.935000', '113657.938000', '113657.940000', '113657.943000', '113657.946000', '113657.948000', '113657.951000', '113657.954000', '113657.956000', '113657.959000', '113657.961000', '113657.964000', '113657.967000', '113657.969000', '113657.972000', '113657.974000', '113657.977000', '113657.980000', '113657.982000', '113657.985000', '113657.987000', '113657.992000', '113657.995000', '113657.997000', '113658.001000', '113658.004000', '113658.006000', '113658.009000', '113717.774000', '113717.776000', '113717.779000', '113717.782000', '113717.784000', '113717.787000', '113717.790000', '113717.792000', '113717.795000', '113717.797000', '113717.800000', '113717.803000', '113717.805000', '113717.808000', '113717.810000', '113717.813000', '113717.816000', '113717.818000', '113717.821000', '113717.823000', '113717.826000', '113717.829000', '113717.831000', '113717.834000', '113717.836000', '113717.839000', '113717.841000', '113717.844000', '113717.847000', '113717.849000', '113717.852000', '113717.854000', '113717.857000', '113717.859000', '113717.862000', '113717.865000', '113717.868000', '113717.870000', '113717.873000', '113717.875000', '113717.878000', '113717.880000', '113717.883000', '113737.773000', '113737.775000', '113737.778000', '113737.781000', '113737.783000', '113737.786000', '113737.789000', '113737.791000', '113737.794000', '113737.796000', '113737.799000', '113737.870000', '113737.873000', '113737.875000', '113737.878000', '113737.880000', '113737.883000', '113737.885000', '113737.888000', '113737.890000', '113737.893000', '113737.896000', '113737.898000', '113737.901000', '113737.904000', '113737.906000', '113737.909000', '113737.911000', '113737.914000', '113737.916000', '113737.919000', '113737.922000', '113737.924000', '113737.927000', '113737.929000', '113737.942000', '113737.945000', '113737.947000', '113737.950000', '113737.953000', '113737.955000', '113737.958000', '113737.960000', '113737.963000', '113743.137000', '113743.141000', '113743.143000', '113743.146000', '113743.149000', '113743.152000', '113743.161000', '113743.164000', '113743.166000', '113743.169000', '113743.172000', '113743.175000'], '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': [9009, 12240, 8707, 12844, 11967, 7561, 13800, 7922, 7805, 6365, 5777, 7544, 9395, 8457, 9678, 8456, 9979, 8577, 8946, 8716, 10431, 8477, 11154, 8418, 8856, 8077, 9633, 7869, 14408, 10688, 12490, 6717, 6461, 7128, 6386, 8387, 7177, 8413, 8695, 8606, 9138, 8486, 8307, 8537, 8091, 8309, 8883, 8370, 8140, 5831, 5640, 6589, 6413, 8096, 6771, 7810, 6490, 7471, 6288, 8779, 8244, 8920, 11399, 8660, 12033, 8540, 11749, 7999, 10921, 9117, 14310, 9073, 13343, 7900, 9442, 8417, 9110, 8388, 9698, 8529, 8141, 8286, 7607, 8554, 7444, 8470, 7831, 8321, 7787, 7948, 7882, 8079, 7850, 7458, 8361, 7809, 11650, 8366, 12712, 8418, 9861, 6487, 7375, 6845, 6438, 7041, 8275, 7906, 10657, 8335, 12006, 8597, 11289, 8786, 9451, 8694, 8538, 8534, 8289, 8157, 8094, 8214, 7968, 7693, 7993, 7437, 7739, 7261, 8135, 9788, 8474, 7489, 6719, 6695, 7410, 7276, 8557, 7973, 8254, 5977, 8455, 7140, 8568, 8045, 8440, 10370, 8221, 10929, 8378, 10516, 6451, 6301, 6678, 6766, 7092, 6404, 7419, 6100, 7252, 5920, 8854, 7675, 8128, 7587, 6786, 6723, 7822, 7255, 13228, 9215, 13020, 7499, 11314, 7833, 9902, 8183, 8660, 7440, 7560, 6785, 8485, 8670, 8579, 9478, 8295, 8075, 8279, 8522, 8355, 8736, 8360, 7424, 8256, 7159, 8806, 7331, 8653, 9754, 8523, 8085, 8480, 8109, 7518, 7355, 8000, 10590, 10719, 10460, 7292, 7125, 7196, 7664, 7061, 7935, 6286, 8377, 8791, 7273, 7822, 6881, 5904, 8433, 7267, 7752, 8772, 8121, 8552, 7157, 5997, 8545, 8544, 8244, 9013, 8368, 10340, 7358, 6391, 8657, 8990, 8484, 10402, 8475, 9247, 8383, 8470, 8650, 10488, 8537, 9371, 8113, 14786, 9369, 12446, 9370, 10617, 8509, 8308, 7743, 8245, 11020, 7655, 7485, 7260, 6561, 7526, 7806, 7802, 7794, 7790, 7330, 7581, 6839, 7660, 6649, 8497, 9866, 8719, 10807, 8602, 10754, 8793, 10377, 9074, 8142, 8083, 8218, 8246, 10754, 8758, 9158, 8133, 7861, 8224, 8021, 8266, 7919, 7031, 8829, 10022, 8904, 8573, 8961, 8499, 8295, 8248, 7980, 7953, 8068, 10111, 7439, 7889, 7340, 7628, 7826, 8405, 7772, 8193, 7034, 7834, 6340, 9202, 8116, 9130, 9284, 9008, 8443, 8786, 8105, 7872, 7985, 7492, 8491, 11362, 8758, 9055, 7091, 6653, 6823, 6827, 7595, 7313, 7545, 7972, 8306, 7900, 9327, 8697, 9097, 8709, 8282, 8679, 7819, 8304, 7863, 8066, 7584, 7324, 10860, 8271, 13009, 8568, 12127, 9002, 11269, 9047, 10228, 9038, 8852, 9161, 8378, 8761, 11259, 8762, 10289, 8800, 7730, 8676, 8405, 8883, 11353, 7256, 9179, 7947, 7050, 7125, 7945, 7396, 6843, 8936, 7758, 8883, 9965, 8941, 9675, 8633, 8747, 8579, 8057, 8059, 7914, 8297, 8080, 8011, 8228, 8714, 8354, 8715, 7438, 8063, 7875, 7711, 7803, 7161, 8549, 8181, 9396, 9712, 9149, 8171, 8884, 7853, 7608, 7667, 7015, 7541, 7230, 7788, 6936, 7410, 7859, 8713, 8305, 8610, 9004, 8649, 9057, 8227, 8586, 7933, 8138, 10100, 11718, 10928, 9328, 7926, 7437, 7687, 7696, 7721, 6742, 6814, 6005, 7140, 7520, 9441, 7999, 12590, 8594, 8656, 8748, 8980, 9046, 8187, 8603, 7702, 7906, 7933, 8003, 7924, 13383, 10254, 14358, 10628, 12261, 10054, 12070, 9060, 12797, 8508, 10721, 9109, 8407, 8971, 9729, 9108, 8656, 9188, 8189, 8859, 8869, 7534, 8632, 8966, 8678, 8621, 9095, 8166, 9022, 8132, 8242, 7900, 8261, 8208, 7871, 7641, 7631, 7448, 8114, 8021, 8125, 8130, 7464, 8980, 10874, 9102, 10730, 9180, 9834, 9146, 8022, 7504, 8690, 7365, 8916, 8150, 6885, 6079, 6338, 5436, 7317, 6261, 8990, 8146, 8647, 9603, 9002, 9288, 9460, 9640, 9204, 8708, 8639, 9777, 13953, 10807, 14471, 9245, 11362, 9032, 8095, 13606, 9215, 10431, 8617, 7886, 7882, 7663, 8065, 7870, 6529, 6776, 5821, 9322, 9701, 9023, 8054, 7280, 9069, 8562, 9275, 9833, 9287, 10309, 9157, 8798, 9269, 8913, 9286, 8564, 8911, 8223, 7852, 8555, 13351, 9134, 12738, 9010, 10647, 8882, 12115, 9234, 14028, 9098, 8896, 9103, 8178, 9121, 8162, 8252, 7857, 7471, 9035, 7921, 9208, 9745, 9169, 8495, 8172, 8327, 8190, 7635, 7981, 7823, 5502, 8833, 8480, 8242, 8413, 8603, 6756, 8687, 8913, 8869, 9662, 8750, 9053, 8970, 8525, 8946, 9112, 8411, 12905, 8135, 9235, 8687, 8129, 8547, 8400, 7288, 9004, 12824, 9214, 12646, 9196, 7575, 9257, 10439, 9454, 10026, 8973, 8921, 9231, 9706, 9309, 13999, 9489, 7260, 8128, 6000, 6400, 7413, 7755, 8581, 9436, 8598, 9211, 9160, 8304, 9380, 8594, 7632, 10364, 7872, 8163, 7514, 7327, 6960, 9062, 9067, 9467, 7532, 9328, 7117, 9412, 10863, 9178, 9011, 9255, 8844, 9297, 8488, 9166, 8307, 8425, 8213, 7598, 9479, 8800, 9026, 10125, 9188, 11224, 7781, 9505, 7436, 7267, 7103, 6317, 6943, 6764, 9194, 7973, 9421, 8836, 9689, 7069, 9224, 7677, 9174, 12138, 9239, 13209, 9339, 10239, 9202, 9404, 9329, 9912, 8993, 12018, 9456, 13052, 9586, 6260, 9275, 7576, 9152, 9373, 9291, 8284, 9183, 8152, 9481, 9391, 9044, 10716, 8757, 9515, 9280, 7912, 8971, 8003, 7717, 7948, 7483, 9023, 8050, 9328, 8090, 9753, 11055, 9408, 8595, 8688, 8011, 8068, 7785, 6483, 6767, 6622, 7632, 6332, 7718, 6259, 9335, 8716, 9343, 10675, 9297, 9689, 9567, 10302, 8694, 8051, 7357, 7844, 7051, 9397, 10598, 9538, 13567, 9181, 9732, 7239, 7212, 6110, 9642, 11106, 9148, 8831, 9041, 8711, 8974, 7997, 8622, 8253, 6789, 8535, 7237, 8801, 8206, 8076, 8309, 8682, 7305, 9305, 12128, 9788, 14442, 9599, 11684, 9327, 10690, 9366, 10420, 8017, 9060, 7959, 8852, 11716, 9557, 8430, 9620, 10448, 9486, 9153, 8962, 8140, 8728, 7421, 7665, 9213, 8577, 9718, 10250, 9626, 9188, 9432, 8700, 7861, 8980, 10969, 9260, 7680, 9797, 9163, 9304, 8737, 8511, 8458, 7649, 9301, 7317, 9558, 10700, 9445, 9639, 9634, 8244, 9408, 7955, 8959], 'WindowCenter': [3588.0, 3593.0, 3558.0, 3576.0, 3564.0, 3531.0, 3573.0, 3528.0, 3528.0, 3507.0, 3507.0, 3529.0, 3539.0, 3528.0, 3537.0, 3526.0, 3537.0, 3526.0, 3526.0, 3526.0, 3537.0, 3526.0, 3547.0, 3526.0, 3522.0, 3525.0, 3522.0, 3512.0, 3555.0, 3533.0, 3532.0, 3489.0, 3488.0, 3500.0, 3489.0, 3512.0, 3500.0, 3511.0, 3511.0, 3512.0, 3522.0, 3512.0, 3511.0, 3511.0, 3499.0, 3512.0, 3512.0, 3512.0, 3511.0, 3480.0, 3480.0, 3503.0, 3504.0, 3526.0, 3505.0, 3528.0, 3505.0, 3516.0, 3505.0, 3527.0, 3525.0, 3536.0, 3547.0, 3524.0, 3546.0, 3513.0, 3532.0, 3500.0, 3521.0, 3510.0, 3544.0, 3510.0, 3542.0, 3497.0, 3509.0, 3510.0, 3510.0, 3512.0, 3522.0, 3524.0, 3512.0, 3525.0, 3512.0, 3524.0, 3501.0, 3524.0, 3513.0, 3512.0, 3512.0, 3512.0, 3510.0, 3511.0, 3511.0, 3500.0, 3511.0, 3501.0, 3533.0, 3512.0, 3545.0, 3512.0, 3522.0, 3491.0, 3502.0, 3502.0, 3491.0, 3502.0, 3512.0, 3513.0, 3535.0, 3513.0, 3544.0, 3512.0, 3534.0, 3512.0, 3522.0, 3524.0, 3511.0, 3510.0, 3510.0, 3499.0, 3498.0, 3510.0, 3499.0, 3497.0, 3497.0, 3485.0, 3484.0, 3485.0, 3497.0, 3507.0, 3497.0, 3487.0, 3487.0, 3488.0, 3499.0, 3500.0, 3511.0, 3513.0, 3512.0, 3492.0, 3525.0, 3502.0, 3523.0, 3513.0, 3525.0, 3535.0, 3513.0, 3535.0, 3513.0, 3532.0, 3491.0, 3490.0, 3501.0, 3502.0, 3503.0, 3492.0, 3514.0, 3492.0, 3516.0, 3494.0, 3537.0, 3515.0, 3525.0, 3515.0, 3504.0, 3503.0, 3515.0, 3514.0, 3558.0, 3524.0, 3545.0, 3502.0, 3533.0, 3500.0, 3522.0, 3511.0, 3511.0, 3501.0, 3501.0, 3488.0, 3511.0, 3509.0, 3511.0, 3521.0, 3509.0, 3498.0, 3510.0, 3510.0, 3511.0, 3510.0, 3511.0, 3500.0, 3512.0, 3501.0, 3524.0, 3514.0, 3526.0, 3524.0, 3524.0, 3514.0, 3524.0, 3514.0, 3502.0, 3514.0, 3514.0, 3536.0, 3534.0, 3533.0, 3499.0, 3500.0, 3502.0, 3512.0, 3502.0, 3512.0, 3491.0, 3526.0, 3525.0, 3503.0, 3502.0, 3501.0, 3495.0, 3526.0, 3499.0, 3513.0, 3524.0, 3526.0, 3525.0, 3503.0, 3491.0, 3523.0, 3522.0, 3523.0, 3522.0, 3513.0, 3534.0, 3501.0, 3490.0, 3512.0, 3511.0, 3511.0, 3520.0, 3511.0, 3510.0, 3510.0, 3510.0, 3511.0, 3520.0, 3512.0, 3535.0, 3513.0, 3555.0, 3521.0, 3532.0, 3510.0, 3520.0, 3496.0, 3497.0, 3486.0, 3497.0, 3518.0, 3496.0, 3486.0, 3498.0, 3489.0, 3499.0, 3514.0, 3513.0, 3514.0, 3514.0, 3514.0, 3514.0, 3503.0, 3514.0, 3503.0, 3526.0, 3536.0, 3524.0, 3535.0, 3511.0, 3522.0, 3509.0, 3520.0, 3509.0, 3498.0, 3496.0, 3497.0, 3497.0, 3520.0, 3497.0, 3508.0, 3497.0, 3497.0, 3498.0, 3497.0, 3510.0, 3500.0, 3487.0, 3510.0, 3509.0, 3510.0, 3498.0, 3510.0, 3497.0, 3496.0, 3497.0, 3497.0, 3499.0, 3498.0, 3520.0, 3486.0, 3497.0, 3487.0, 3498.0, 3499.0, 3510.0, 3500.0, 3512.0, 3501.0, 3502.0, 3491.0, 3525.0, 3512.0, 3524.0, 3523.0, 3523.0, 3512.0, 3512.0, 3500.0, 3500.0, 3500.0, 3498.0, 3511.0, 3532.0, 3509.0, 3511.0, 3489.0, 3489.0, 3490.0, 3503.0, 3513.0, 3514.0, 3515.0, 3526.0, 3527.0, 3528.0, 3538.0, 3528.0, 3526.0, 3526.0, 3515.0, 3526.0, 3514.0, 3514.0, 3513.0, 3512.0, 3514.0, 3504.0, 3547.0, 3514.0, 3546.0, 3513.0, 3534.0, 3523.0, 3534.0, 3524.0, 3535.0, 3525.0, 3524.0, 3523.0, 3513.0, 3513.0, 3534.0, 3512.0, 3522.0, 3522.0, 3500.0, 3511.0, 3511.0, 3524.0, 3535.0, 3503.0, 3524.0, 3515.0, 3504.0, 3503.0, 3527.0, 3515.0, 3503.0, 3524.0, 3501.0, 3512.0, 3523.0, 3511.0, 3511.0, 3511.0, 3509.0, 3498.0, 3497.0, 3485.0, 3485.0, 3496.0, 3485.0, 3486.0, 3497.0, 3497.0, 3497.0, 3497.0, 3485.0, 3486.0, 3496.0, 3486.0, 3487.0, 3486.0, 3499.0, 3498.0, 3510.0, 3510.0, 3523.0, 3511.0, 3511.0, 3500.0, 3500.0, 3500.0, 3489.0, 3500.0, 3500.0, 3501.0, 3500.0, 3502.0, 3513.0, 3513.0, 3514.0, 3524.0, 3538.0, 3526.0, 3527.0, 3515.0, 3525.0, 3514.0, 3513.0, 3536.0, 3535.0, 3535.0, 3512.0, 3500.0, 3500.0, 3499.0, 3502.0, 3502.0, 3491.0, 3502.0, 3494.0, 3515.0, 3516.0, 3538.0, 3527.0, 3548.0, 3526.0, 3525.0, 3526.0, 3526.0, 3526.0, 3515.0, 3525.0, 3502.0, 3514.0, 3512.0, 3513.0, 3512.0, 3543.0, 3520.0, 3531.0, 3508.0, 3518.0, 3508.0, 3519.0, 3498.0, 3517.0, 3495.0, 3506.0, 3496.0, 3496.0, 3497.0, 3508.0, 3498.0, 3498.0, 3509.0, 3499.0, 3511.0, 3511.0, 3487.0, 3499.0, 3497.0, 3498.0, 3497.0, 3497.0, 3497.0, 3497.0, 3486.0, 3496.0, 3497.0, 3498.0, 3499.0, 3499.0, 3499.0, 3501.0, 3500.0, 3511.0, 3511.0, 3513.0, 3514.0, 3502.0, 3523.0, 3534.0, 3513.0, 3523.0, 3511.0, 3521.0, 3511.0, 3500.0, 3499.0, 3511.0, 3500.0, 3511.0, 3512.0, 3502.0, 3491.0, 3492.0, 3482.0, 3516.0, 3505.0, 3538.0, 3515.0, 3527.0, 3539.0, 3540.0, 3539.0, 3538.0, 3538.0, 3525.0, 3514.0, 3512.0, 3523.0, 3545.0, 3523.0, 3545.0, 3510.0, 3521.0, 3497.0, 3497.0, 3529.0, 3496.0, 3506.0, 3496.0, 3485.0, 3485.0, 3486.0, 3498.0, 3498.0, 3478.0, 3490.0, 3479.0, 3525.0, 3523.0, 3525.0, 3515.0, 3504.0, 3525.0, 3514.0, 3525.0, 3525.0, 3526.0, 3525.0, 3524.0, 3513.0, 3524.0, 3513.0, 3524.0, 3514.0, 3525.0, 3514.0, 3502.0, 3512.0, 3543.0, 3511.0, 3532.0, 3509.0, 3520.0, 3509.0, 3532.0, 3508.0, 3530.0, 3497.0, 3497.0, 3508.0, 3496.0, 3509.0, 3498.0, 3497.0, 3499.0, 3487.0, 3509.0, 3497.0, 3509.0, 3508.0, 3509.0, 3498.0, 3499.0, 3499.0, 3511.0, 3499.0, 3511.0, 3501.0, 3480.0, 3525.0, 3524.0, 3526.0, 3514.0, 3526.0, 3504.0, 3527.0, 3526.0, 3539.0, 3536.0, 3526.0, 3527.0, 3527.0, 3527.0, 3527.0, 3527.0, 3516.0, 3547.0, 3513.0, 3512.0, 3512.0, 3501.0, 3511.0, 3511.0, 3501.0, 3524.0, 3546.0, 3524.0, 3545.0, 3512.0, 3500.0, 3522.0, 3521.0, 3510.0, 3521.0, 3511.0, 3511.0, 3523.0, 3524.0, 3526.0, 3545.0, 3522.0, 3500.0, 3511.0, 3480.0, 3492.0, 3514.0, 3515.0, 3527.0, 3539.0, 3528.0, 3527.0, 3539.0, 3526.0, 3525.0, 3525.0, 3514.0, 3538.0, 3513.0, 3514.0, 3503.0, 3502.0, 3502.0, 3523.0, 3512.0, 3523.0, 3500.0, 3523.0, 3501.0, 3524.0, 3534.0, 3524.0, 3524.0, 3525.0, 3524.0, 3525.0, 3513.0, 3523.0, 3513.0, 3513.0, 3513.0, 3502.0, 3524.0, 3513.0, 3512.0, 3524.0, 3524.0, 3535.0, 3502.0, 3523.0, 3502.0, 3502.0, 3502.0, 3493.0, 3504.0, 3502.0, 3524.0, 3514.0, 3526.0, 3525.0, 3525.0, 3504.0, 3525.0, 3502.0, 3524.0, 3546.0, 3525.0, 3544.0, 3523.0, 3523.0, 3524.0, 3512.0, 3523.0, 3523.0, 3512.0, 3546.0, 3524.0, 3544.0, 3523.0, 3492.0, 3524.0, 3501.0, 3525.0, 3525.0, 3527.0, 3526.0, 3537.0, 3515.0, 3536.0, 3525.0, 3525.0, 3537.0, 3514.0, 3524.0, 3525.0, 3513.0, 3524.0, 3512.0, 3500.0, 3501.0, 3500.0, 3510.0, 3500.0, 3512.0, 3501.0, 3523.0, 3533.0, 3521.0, 3510.0, 3510.0, 3500.0, 3512.0, 3501.0, 3490.0, 3502.0, 3502.0, 3514.0, 3503.0, 3515.0, 3505.0, 3538.0, 3526.0, 3538.0, 3538.0, 3538.0, 3539.0, 3539.0, 3538.0, 3527.0, 3514.0, 3503.0, 3514.0, 3504.0, 3526.0, 3536.0, 3536.0, 3547.0, 3524.0, 3523.0, 3502.0, 3500.0, 3478.0, 3524.0, 3534.0, 3522.0, 3523.0, 3524.0, 3513.0, 3525.0, 3514.0, 3525.0, 3514.0, 3504.0, 3528.0, 3517.0, 3538.0, 3529.0, 3528.0, 3528.0, 3539.0, 3517.0, 3540.0, 3550.0, 3538.0, 3559.0, 3526.0, 3547.0, 3525.0, 3536.0, 3524.0, 3523.0, 3501.0, 3511.0, 3499.0, 3512.0, 3534.0, 3522.0, 3510.0, 3523.0, 3521.0, 3522.0, 3511.0, 3512.0, 3500.0, 3511.0, 3500.0, 3500.0, 3524.0, 3512.0, 3523.0, 3523.0, 3523.0, 3511.0, 3521.0, 3511.0, 3500.0, 3512.0, 3522.0, 3510.0, 3498.0, 3522.0, 3510.0, 3522.0, 3511.0, 3511.0, 3513.0, 3500.0, 3523.0, 3500.0, 3523.0, 3523.0, 3522.0, 3522.0, 3522.0, 3511.0, 3523.0, 3511.0, 3512.0], 'WindowWidth': [8138.0, 8133.0, 8076.0, 8097.0, 8077.0, 8024.0, 8085.0, 8015.0, 8014.0, 7986.0, 7989.0, 8019.0, 8031.0, 8013.0, 8026.0, 8010.0, 8025.0, 8008.0, 8009.0, 8008.0, 8024.0, 8008.0, 8040.0, 8007.0, 7998.0, 8007.0, 7999.0, 7982.0, 8049.0, 8012.0, 8010.0, 7946.0, 7945.0, 7963.0, 7949.0, 7981.0, 7964.0, 7980.0, 7980.0, 7982.0, 7997.0, 7982.0, 7979.0, 7979.0, 7961.0, 7984.0, 7983.0, 7984.0, 7981.0, 7938.0, 7940.0, 7974.0, 7977.0, 8008.0, 7980.0, 8015.0, 7982.0, 7997.0, 7980.0, 8011.0, 8006.0, 8021.0, 8043.0, 8004.0, 8038.0, 7985.0, 8012.0, 7963.0, 7995.0, 7977.0, 8031.0, 7976.0, 8023.0, 7956.0, 7974.0, 7977.0, 7979.0, 7982.0, 7998.0, 8001.0, 7986.0, 8005.0, 7983.0, 8001.0, 7969.0, 8002.0, 7987.0, 7984.0, 7983.0, 7983.0, 7978.0, 7979.0, 7979.0, 7964.0, 7980.0, 7966.0, 8015.0, 7983.0, 8033.0, 7983.0, 7998.0, 7954.0, 7969.0, 7970.0, 7955.0, 7971.0, 7985.0, 7985.0, 8017.0, 7984.0, 8030.0, 7983.0, 8015.0, 7984.0, 7998.0, 8001.0, 7982.0, 7978.0, 7977.0, 7961.0, 7959.0, 7975.0, 7960.0, 7954.0, 7953.0, 7935.0, 7934.0, 7934.0, 7953.0, 7969.0, 7954.0, 7940.0, 7942.0, 7944.0, 7961.0, 7965.0, 7981.0, 7986.0, 7985.0, 7958.0, 8004.0, 7971.0, 8000.0, 7985.0, 8003.0, 8022.0, 7987.0, 8020.0, 7986.0, 8011.0, 7954.0, 7951.0, 7968.0, 7971.0, 7974.0, 7959.0, 7990.0, 7960.0, 7995.0, 7965.0, 8025.0, 7993.0, 8008.0, 7993.0, 7977.0, 7975.0, 7993.0, 7989.0, 8060.0, 8003.0, 8034.0, 7968.0, 8014.0, 7963.0, 7997.0, 7980.0, 7981.0, 7966.0, 7966.0, 7945.0, 7978.0, 7974.0, 7979.0, 7992.0, 7973.0, 7959.0, 7976.0, 7976.0, 7979.0, 7977.0, 7978.0, 7963.0, 7983.0, 7967.0, 8002.0, 7990.0, 8007.0, 8003.0, 8002.0, 7989.0, 8003.0, 7989.0, 7970.0, 7990.0, 7990.0, 8021.0, 8016.0, 8011.0, 7962.0, 7964.0, 7969.0, 7982.0, 7971.0, 7985.0, 7954.0, 8007.0, 8005.0, 7972.0, 7969.0, 7968.0, 7969.0, 8009.0, 7961.0, 7988.0, 8004.0, 8009.0, 8008.0, 7975.0, 7955.0, 8001.0, 7999.0, 8002.0, 7998.0, 7988.0, 8016.0, 7967.0, 7950.0, 7981.0, 7982.0, 7980.0, 7993.0, 7979.0, 7976.0, 7976.0, 7977.0, 7981.0, 7990.0, 7982.0, 8024.0, 7989.0, 8053.0, 7994.0, 8012.0, 7977.0, 7991.0, 7953.0, 7954.0, 7936.0, 7955.0, 7983.0, 7951.0, 7938.0, 7959.0, 7949.0, 7963.0, 7991.0, 7987.0, 7990.0, 7989.0, 7987.0, 7988.0, 7974.0, 7989.0, 7974.0, 8007.0, 8021.0, 8002.0, 8020.0, 7981.0, 7997.0, 7974.0, 7991.0, 7971.0, 7956.0, 7951.0, 7954.0, 7954.0, 7989.0, 7955.0, 7970.0, 7954.0, 7953.0, 7956.0, 7954.0, 7974.0, 7962.0, 7943.0, 7976.0, 7976.0, 7974.0, 7959.0, 7974.0, 7956.0, 7952.0, 7953.0, 7954.0, 7960.0, 7956.0, 7990.0, 7938.0, 7953.0, 7939.0, 7956.0, 7959.0, 7975.0, 7963.0, 7980.0, 7967.0, 7968.0, 7952.0, 8004.0, 7982.0, 7999.0, 7997.0, 7998.0, 7983.0, 7981.0, 7964.0, 7962.0, 7962.0, 7957.0, 7977.0, 8008.0, 7973.0, 7978.0, 7948.0, 7947.0, 7950.0, 7972.0, 7987.0, 7988.0, 7991.0, 8008.0, 8010.0, 8012.0, 8027.0, 8012.0, 8010.0, 8007.0, 7991.0, 8005.0, 7987.0, 7988.0, 7986.0, 7984.0, 7987.0, 7974.0, 8040.0, 7989.0, 8037.0, 7984.0, 8018.0, 7997.0, 8017.0, 7999.0, 8018.0, 8005.0, 8001.0, 7997.0, 7985.0, 7984.0, 8017.0, 7981.0, 7996.0, 7996.0, 7963.0, 7979.0, 7980.0, 8000.0, 8016.0, 7972.0, 8002.0, 7991.0, 7974.0, 7972.0, 8010.0, 7992.0, 7971.0, 7999.0, 7964.0, 7981.0, 7999.0, 7977.0, 7979.0, 7977.0, 7973.0, 7956.0, 7952.0, 7935.0, 7933.0, 7947.0, 7934.0, 7935.0, 7952.0, 7952.0, 7952.0, 7953.0, 7936.0, 7935.0, 7950.0, 7936.0, 7939.0, 7936.0, 7957.0, 7956.0, 7975.0, 7976.0, 7996.0, 7978.0, 7978.0, 7962.0, 7961.0, 7962.0, 7947.0, 7962.0, 7963.0, 7967.0, 7965.0, 7967.0, 7984.0, 7985.0, 7987.0, 8002.0, 8027.0, 8009.0, 8010.0, 7991.0, 8003.0, 7987.0, 7984.0, 8019.0, 8016.0, 8015.0, 7979.0, 7962.0, 7961.0, 7960.0, 7967.0, 7968.0, 7952.0, 7969.0, 7963.0, 7991.0, 7993.0, 8029.0, 8010.0, 8042.0, 8007.0, 8006.0, 8007.0, 8009.0, 8009.0, 7991.0, 8003.0, 7969.0, 7986.0, 7983.0, 7983.0, 7982.0, 8025.0, 7988.0, 8010.0, 7966.0, 7983.0, 7967.0, 7988.0, 7954.0, 7983.0, 7947.0, 7964.0, 7949.0, 7950.0, 7953.0, 7972.0, 7954.0, 7956.0, 7969.0, 7959.0, 7978.0, 7978.0, 7940.0, 7957.0, 7953.0, 7954.0, 7954.0, 7953.0, 7952.0, 7952.0, 7934.0, 7949.0, 7951.0, 7955.0, 7958.0, 7959.0, 7959.0, 7966.0, 7963.0, 7980.0, 7979.0, 7984.0, 7986.0, 7969.0, 7997.0, 8017.0, 7983.0, 8000.0, 7978.0, 7992.0, 7978.0, 7961.0, 7959.0, 7977.0, 7962.0, 7978.0, 7983.0, 7968.0, 7952.0, 7956.0, 7944.0, 7994.0, 7978.0, 8025.0, 7992.0, 8011.0, 8029.0, 8032.0, 8030.0, 8027.0, 8027.0, 8004.0, 7989.0, 7980.0, 7998.0, 8033.0, 7997.0, 8033.0, 7974.0, 7991.0, 7953.0, 7954.0, 8001.0, 7949.0, 7964.0, 7946.0, 7932.0, 7933.0, 7937.0, 7956.0, 7956.0, 7930.0, 7950.0, 7937.0, 8003.0, 7999.0, 8003.0, 7988.0, 7972.0, 8003.0, 7987.0, 8003.0, 8005.0, 8004.0, 8003.0, 7998.0, 7983.0, 7998.0, 7983.0, 7999.0, 7987.0, 8004.0, 7986.0, 7967.0, 7980.0, 8026.0, 7976.0, 8009.0, 7971.0, 7989.0, 7972.0, 8008.0, 7969.0, 8004.0, 7951.0, 7953.0, 7969.0, 7951.0, 7970.0, 7956.0, 7953.0, 7958.0, 7938.0, 7970.0, 7952.0, 7970.0, 7970.0, 7972.0, 7957.0, 7958.0, 7959.0, 7976.0, 7960.0, 7979.0, 7965.0, 7938.0, 8003.0, 8000.0, 8005.0, 7989.0, 8008.0, 7977.0, 8010.0, 8008.0, 8027.0, 8022.0, 8009.0, 8009.0, 8011.0, 8010.0, 8011.0, 8011.0, 7994.0, 8039.0, 7983.0, 7982.0, 7981.0, 7965.0, 7980.0, 7980.0, 7966.0, 7998.0, 8033.0, 8000.0, 8030.0, 7979.0, 7962.0, 7993.0, 7992.0, 7975.0, 7993.0, 7978.0, 7980.0, 7998.0, 8001.0, 8007.0, 8032.0, 7992.0, 7962.0, 7980.0, 7937.0, 7956.0, 7990.0, 7990.0, 8011.0, 8029.0, 8014.0, 8012.0, 8027.0, 8009.0, 8003.0, 8005.0, 7989.0, 8027.0, 7986.0, 7986.0, 7973.0, 7970.0, 7968.0, 7997.0, 7982.0, 7996.0, 7963.0, 7998.0, 7966.0, 8001.0, 8016.0, 8001.0, 8001.0, 8003.0, 8000.0, 8005.0, 7987.0, 7998.0, 7983.0, 7984.0, 7984.0, 7969.0, 8000.0, 7984.0, 7981.0, 8001.0, 8000.0, 8019.0, 7970.0, 7998.0, 7968.0, 7967.0, 7969.0, 7959.0, 7976.0, 7970.0, 8000.0, 7987.0, 8007.0, 8005.0, 8004.0, 7975.0, 8003.0, 7969.0, 8000.0, 8036.0, 8003.0, 8030.0, 7997.0, 7999.0, 7999.0, 7981.0, 7996.0, 7999.0, 7983.0, 8034.0, 8000.0, 8028.0, 7997.0, 7956.0, 8003.0, 7967.0, 8004.0, 8004.0, 8009.0, 8006.0, 8024.0, 7990.0, 8018.0, 8006.0, 8003.0, 8024.0, 7986.0, 7999.0, 8002.0, 7984.0, 8001.0, 7982.0, 7964.0, 7966.0, 7961.0, 7976.0, 7962.0, 7980.0, 7964.0, 7995.0, 8013.0, 7992.0, 7977.0, 7975.0, 7963.0, 7980.0, 7967.0, 7950.0, 7969.0, 7969.0, 7989.0, 7973.0, 7991.0, 7978.0, 8025.0, 8007.0, 8026.0, 8028.0, 8026.0, 8031.0, 8027.0, 8028.0, 8009.0, 7989.0, 7972.0, 7987.0, 7975.0, 8005.0, 8019.0, 8019.0, 8042.0, 8000.0, 8000.0, 7967.0, 7964.0, 7933.0, 7999.0, 8016.0, 7996.0, 7997.0, 8002.0, 7985.0, 8004.0, 7987.0, 8005.0, 7989.0, 7976.0, 8015.0, 7998.0, 8025.0, 8016.0, 8014.0, 8012.0, 8029.0, 7999.0, 8031.0, 8046.0, 8025.0, 8061.0, 8006.0, 8037.0, 8002.0, 8021.0, 7999.0, 7999.0, 7963.0, 7978.0, 7961.0, 7981.0, 8014.0, 7992.0, 7977.0, 7996.0, 7993.0, 7992.0, 7979.0, 7980.0, 7962.0, 7980.0, 7964.0, 7965.0, 7999.0, 7983.0, 7997.0, 7998.0, 7995.0, 7979.0, 7992.0, 7980.0, 7962.0, 7980.0, 7993.0, 7973.0, 7956.0, 7992.0, 7976.0, 7994.0, 7978.0, 7979.0, 7983.0, 7962.0, 7996.0, 7962.0, 7998.0, 8000.0, 7994.0, 7996.0, 7993.0, 7978.0, 7996.0, 7979.0, 7981.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.0003134252873563219</td></tr>
<tr><td colspan=3>aqi</td><td>0.024453853448275865</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.747671682646704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2119531353970077</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9876918227042578</td></tr>
<tr><td colspan=3>efc</td><td>0.4955</td></tr>
<tr><td colspan=3>fber</td><td>4523.2451</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.061326180882187914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4307305899298286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3108493994505115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6588313002448856</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3225110700940896</td></tr>
<tr><td colspan=3>gcor</td><td>0.014316</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01634431630373001</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03558533266186714</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.027562518654028</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>20.5694</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1571</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.7092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295933.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.9325</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9296</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>395.1783</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2718.6915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>712.3371</td></tr>
<tr><td colspan=3>tsnr</td><td>38.94300649990328</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>