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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-04/func/sub-0099_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fd60c68d5322cfdf8d459e076bc0833a</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>13:40:33.715000</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.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0843498</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a916d709-94ff-407c-80cb-588a012d2200||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.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['134033.715000', '134034.175000', '134034.635000', '134035.095000', '134035.555000', '134036.015000', '134036.475000', '134036.935000', '134037.395000', '134037.855000', '134038.315000', '134038.775000', '134039.235000', '134039.695000', '134040.155000', '134040.615000', '134041.075000', '134041.535000', '134041.995000', '134042.455000', '134042.915000', '134043.375000', '134043.835000', '134044.295000', '134044.755000', '134045.215000', '134045.675000', '134046.135000', '134046.595000', '134047.055000', '134047.515000', '134047.975000', '134048.435000', '134048.895000', '134049.355000', '134049.815000', '134050.275000', '134050.735000', '134051.195000', '134051.655000', '134052.115000', '134052.575000', '134053.035000', '134053.495000', '134053.955000', '134054.415000', '134054.875000', '134055.335000', '134055.795000', '134056.255000', '134056.715000', '134057.175000', '134057.635000', '134058.095000', '134058.555000', '134059.015000', '134059.475000', '134059.935000', '134100.395000', '134100.855000', '134101.315000', '134101.775000', '134102.235000', '134102.695000', '134103.155000', '134103.615000', '134104.075000', '134104.535000', '134104.995000', '134105.455000', '134105.915000', '134106.375000', '134106.835000', '134107.295000', '134107.755000', '134108.215000', '134108.675000', '134109.135000', '134109.595000', '134110.055000', '134110.515000', '134110.975000', '134111.435000', '134111.895000', '134112.355000', '134112.815000', '134113.275000', '134113.735000', '134114.195000', '134114.655000', '134115.115000', '134115.575000', '134116.035000', '134116.495000', '134116.955000', '134117.415000', '134117.875000', '134118.335000', '134118.795000', '134119.255000', '134119.715000', '134120.175000', '134120.635000', '134121.095000', '134121.555000', '134122.015000', '134122.475000', '134122.935000', '134123.395000', '134123.855000', '134124.315000', '134124.775000', '134125.235000', '134125.695000', '134126.155000', '134126.615000', '134127.075000', '134127.535000', '134127.995000', '134128.455000', '134128.915000', '134129.375000', '134129.835000', '134130.295000', '134130.755000', '134131.215000', '134131.675000', '134132.135000', '134132.595000', '134133.055000', '134133.515000', '134133.975000', '134134.435000', '134134.895000', '134135.355000', '134135.815000', '134136.275000', '134136.735000', '134137.195000', '134137.655000', '134138.115000', '134138.575000', '134139.035000', '134139.495000', '134139.955000', '134140.415000', '134140.875000', '134141.335000', '134141.795000', '134142.255000', '134142.715000', '134143.175000', '134143.635000', '134144.095000', '134144.555000', '134145.015000', '134145.475000', '134145.935000', '134146.395000', '134146.855000', '134147.315000', '134147.775000', '134148.235000', '134148.695000', '134149.155000', '134149.615000', '134150.075000', '134150.535000', '134150.995000', '134151.455000', '134151.915000', '134152.375000', '134152.835000', '134153.295000', '134153.755000', '134154.215000', '134154.675000', '134155.135000', '134155.595000', '134156.055000', '134156.515000', '134156.975000', '134157.435000', '134157.895000', '134158.355000', '134158.815000', '134159.275000', '134159.735000', '134200.195000', '134200.655000', '134201.115000', '134201.575000', '134202.035000', '134202.495000', '134202.955000', '134203.415000', '134203.875000', '134204.335000', '134204.795000', '134205.255000', '134205.715000', '134206.175000', '134206.635000', '134207.095000', '134207.555000', '134208.015000', '134208.475000', '134208.935000', '134209.395000', '134209.855000', '134210.315000', '134210.775000', '134211.235000', '134211.695000', '134212.155000', '134212.615000', '134213.075000', '134213.535000', '134213.995000', '134214.455000', '134214.915000', '134215.375000', '134215.835000', '134216.295000', '134216.755000', '134217.215000', '134217.675000', '134218.135000', '134218.595000', '134219.055000', '134219.515000', '134219.975000', '134220.435000', '134220.895000', '134221.355000', '134221.815000', '134222.275000', '134222.735000', '134223.195000', '134223.655000', '134224.115000', '134224.575000', '134225.035000', '134225.495000', '134225.955000', '134226.415000', '134226.875000', '134227.335000', '134227.795000', '134228.255000', '134228.715000', '134229.175000', '134229.635000', '134230.095000', '134230.555000', '134231.015000', '134231.475000', '134231.935000', '134232.395000', '134232.855000', '134233.315000', '134233.775000', '134234.235000', '134234.695000', '134235.155000', '134235.615000', '134236.075000', '134236.535000', '134236.995000', '134237.455000', '134237.915000', '134238.375000', '134238.835000', '134239.295000', '134239.755000', '134240.215000', '134240.675000', '134241.135000', '134241.595000', '134242.055000', '134242.515000', '134242.975000', '134243.435000', '134243.895000', '134244.355000', '134244.815000', '134245.275000', '134245.735000', '134246.195000', '134246.655000', '134247.115000', '134247.575000', '134248.035000', '134248.495000', '134248.955000', '134249.415000', '134249.875000', '134250.335000', '134250.795000', '134251.255000', '134251.715000', '134252.175000', '134252.635000', '134253.095000', '134253.555000', '134254.015000', '134254.475000', '134254.935000', '134255.395000', '134255.855000', '134256.315000', '134256.775000', '134257.235000', '134257.695000', '134258.155000', '134258.615000', '134259.075000', '134259.535000', '134259.995000', '134300.455000', '134300.915000', '134301.375000', '134301.835000', '134302.295000', '134302.755000', '134303.215000', '134303.675000', '134304.135000', '134304.595000', '134305.055000', '134305.515000', '134305.975000', '134306.435000', '134306.895000', '134307.355000', '134307.815000', '134308.275000', '134308.735000', '134309.195000', '134309.655000', '134310.115000', '134310.575000', '134311.035000', '134311.495000', '134311.955000', '134312.415000', '134312.875000', '134313.335000', '134313.795000', '134314.255000', '134314.715000', '134315.175000', '134315.635000', '134316.095000', '134316.555000', '134317.015000', '134317.475000', '134317.935000', '134318.395000', '134318.855000', '134319.315000', '134319.775000', '134320.235000', '134320.695000', '134321.155000', '134321.615000', '134322.075000', '134322.535000', '134322.995000', '134323.455000', '134323.915000', '134324.375000', '134324.835000', '134325.295000', '134325.755000', '134326.215000', '134326.675000', '134327.135000', '134327.595000', '134328.055000', '134328.515000', '134328.975000', '134329.435000', '134329.895000', '134330.355000', '134330.815000', '134331.275000', '134331.735000', '134332.195000', '134332.655000', '134333.115000', '134333.575000', '134334.035000', '134334.495000', '134334.955000', '134335.415000', '134335.875000', '134336.335000', '134336.795000', '134337.255000', '134337.715000', '134338.175000', '134338.635000', '134339.095000', '134339.555000', '134340.015000', '134340.475000', '134340.935000', '134341.395000', '134341.855000', '134342.315000', '134342.775000', '134343.235000', '134343.695000', '134344.155000', '134344.615000', '134345.075000', '134345.535000', '134345.995000', '134346.455000', '134346.915000', '134347.375000', '134347.835000', '134348.295000', '134348.755000', '134349.215000', '134349.675000', '134350.135000', '134350.595000', '134351.055000', '134351.515000', '134351.975000', '134352.435000', '134352.895000', '134353.355000', '134353.815000', '134354.275000', '134354.735000', '134355.195000', '134355.655000', '134356.115000', '134356.575000', '134357.035000', '134357.495000', '134357.955000', '134358.415000', '134358.875000', '134359.335000', '134359.795000', '134400.255000', '134400.715000', '134401.175000', '134401.635000', '134402.095000', '134402.555000', '134403.015000', '134403.475000', '134403.935000', '134404.395000', '134404.855000', '134405.315000', '134405.775000', '134406.235000', '134406.695000', '134407.155000', '134407.615000', '134408.075000', '134408.535000', '134408.995000', '134409.455000', '134409.915000', '134410.375000', '134410.835000', '134411.295000', '134411.755000', '134412.215000', '134412.675000', '134413.135000', '134413.595000', '134414.055000', '134414.515000', '134414.975000', '134415.435000', '134415.895000', '134416.355000', '134416.815000', '134417.275000', '134417.735000', '134418.195000', '134418.655000', '134419.115000', '134419.575000', '134420.035000', '134420.495000', '134420.955000', '134421.415000', '134421.875000', '134422.335000', '134422.795000', '134423.255000', '134423.715000', '134424.175000', '134424.635000', '134425.095000', '134425.555000', '134426.015000', '134426.475000', '134426.935000', '134427.395000', '134427.855000', '134428.315000', '134428.775000', '134429.235000', '134429.695000', '134430.155000', '134430.615000', '134431.075000', '134431.535000', '134431.995000', '134432.455000', '134432.915000', '134433.375000', '134433.835000', '134434.295000', '134434.755000', '134435.215000', '134435.675000', '134436.135000', '134436.595000', '134437.055000', '134437.515000', '134437.975000', '134438.435000', '134438.895000', '134439.355000', '134439.815000', '134440.275000', '134440.735000', '134441.195000', '134441.655000', '134442.115000', '134442.575000', '134443.035000', '134443.495000', '134443.955000', '134444.415000', '134444.875000', '134445.335000', '134445.795000', '134446.255000', '134446.715000', '134447.175000', '134447.635000', '134448.095000', '134448.555000', '134449.015000', '134449.475000', '134449.935000', '134450.395000', '134450.855000', '134451.315000', '134451.775000', '134452.235000', '134452.695000', '134453.155000', '134453.615000', '134454.075000', '134454.535000', '134454.995000', '134455.455000', '134455.915000', '134456.375000', '134456.835000', '134457.295000', '134457.755000', '134458.215000', '134458.675000', '134459.135000', '134459.595000', '134500.055000', '134500.515000', '134500.975000', '134501.435000', '134501.895000', '134502.355000', '134502.815000', '134503.275000', '134503.735000', '134504.195000', '134504.655000', '134505.115000', '134505.575000', '134506.035000', '134506.495000', '134506.955000', '134507.415000', '134507.875000', '134508.335000', '134508.795000', '134509.255000', '134509.715000', '134510.175000', '134510.635000', '134511.095000', '134511.555000', '134512.015000', '134512.475000', '134512.935000', '134513.395000', '134513.855000', '134514.315000', '134514.775000', '134515.235000', '134515.695000', '134516.155000', '134516.615000', '134517.075000', '134517.535000', '134517.995000', '134518.455000', '134518.915000', '134519.375000', '134519.835000', '134520.295000', '134520.755000', '134521.215000', '134521.675000', '134522.135000', '134522.595000', '134523.055000', '134523.515000', '134523.975000', '134524.435000', '134524.895000', '134525.355000', '134525.815000', '134526.275000', '134526.735000', '134527.195000', '134527.655000', '134528.115000', '134528.575000', '134529.035000', '134529.495000', '134529.955000', '134530.415000', '134530.875000', '134531.335000', '134531.795000', '134532.255000', '134532.715000', '134533.175000', '134533.635000', '134534.095000', '134534.555000', '134535.015000', '134535.475000', '134535.935000', '134536.395000', '134536.855000', '134537.315000', '134537.775000', '134538.235000', '134538.695000', '134539.155000', '134539.615000', '134540.075000', '134540.535000', '134540.995000', '134541.455000', '134541.915000', '134542.375000', '134542.835000', '134543.295000', '134543.755000', '134544.215000', '134544.675000', '134545.135000', '134545.595000', '134546.055000', '134546.515000', '134546.975000', '134547.435000', '134547.895000', '134548.355000', '134548.815000', '134549.275000', '134549.735000', '134550.195000', '134550.655000', '134551.115000', '134551.575000', '134552.035000', '134552.495000', '134552.955000', '134553.415000', '134553.875000', '134554.335000', '134554.795000', '134555.255000', '134555.715000', '134556.175000', '134556.635000', '134557.095000', '134557.555000', '134558.015000', '134558.475000', '134558.935000', '134559.395000', '134559.855000', '134600.315000', '134600.775000', '134601.235000', '134601.695000', '134602.155000', '134602.615000', '134603.075000', '134603.535000', '134603.995000', '134604.455000', '134604.915000', '134605.375000', '134605.835000', '134606.295000', '134606.755000', '134607.215000', '134607.675000', '134608.135000', '134608.595000', '134609.055000', '134609.515000', '134609.975000', '134610.435000', '134610.895000', '134611.355000', '134611.815000', '134612.275000', '134612.735000', '134613.195000', '134613.655000', '134614.115000', '134614.575000', '134615.035000', '134615.495000', '134615.955000', '134616.415000', '134616.875000', '134617.335000', '134617.795000', '134618.255000', '134618.715000', '134619.175000', '134619.635000', '134620.095000', '134620.555000', '134621.015000', '134621.475000', '134621.935000', '134622.395000', '134622.855000', '134623.315000', '134623.775000', '134624.235000', '134624.695000', '134625.155000', '134625.615000', '134626.075000', '134626.535000', '134626.995000', '134627.455000', '134627.915000', '134628.375000', '134628.835000', '134629.295000', '134629.755000', '134630.215000', '134630.675000', '134631.135000', '134631.595000', '134632.055000', '134632.515000', '134632.975000', '134633.435000', '134633.895000', '134634.355000', '134634.815000', '134635.275000', '134635.735000', '134636.195000', '134636.655000', '134637.115000', '134637.575000', '134638.035000', '134638.495000', '134638.955000', '134639.415000', '134639.875000', '134640.335000', '134640.795000', '134641.255000', '134641.715000', '134642.175000', '134642.635000', '134643.095000', '134643.555000', '134644.015000', '134644.475000', '134644.935000', '134645.395000', '134645.855000', '134646.315000', '134646.775000', '134647.235000', '134647.695000', '134648.155000', '134648.615000', '134649.075000', '134649.535000', '134649.995000', '134650.455000', '134650.915000', '134651.375000', '134651.835000', '134652.295000', '134652.755000', '134653.215000', '134653.675000', '134654.135000', '134654.595000', '134655.055000', '134655.515000', '134655.975000', '134656.435000', '134656.895000', '134657.355000', '134657.815000', '134658.275000', '134658.735000', '134659.195000', '134659.655000', '134700.115000', '134700.575000', '134701.035000', '134701.495000', '134701.955000', '134702.415000', '134702.875000', '134703.335000', '134703.795000', '134704.255000', '134704.715000', '134705.175000', '134705.635000', '134706.095000', '134706.555000', '134707.015000', '134707.475000', '134707.935000', '134708.395000', '134708.855000', '134709.315000', '134709.775000', '134710.235000', '134710.695000', '134711.155000', '134711.615000', '134712.075000', '134712.535000', '134712.995000', '134713.455000', '134713.915000', '134714.375000'], 'ContentTime': ['134051.800000', '134051.804000', '134051.807000', '134051.816000', '134051.819000', '134051.821000', '134051.824000', '134051.827000', '134051.829000', '134051.832000', '134051.835000', '134051.838000', '134051.841000', '134051.843000', '134051.846000', '134051.849000', '134051.852000', '134051.854000', '134051.857000', '134051.859000', '134051.862000', '134051.865000', '134051.867000', '134051.874000', '134051.877000', '134051.880000', '134051.882000', '134051.885000', '134051.888000', '134051.890000', '134051.893000', '134051.896000', '134051.898000', '134051.901000', '134051.904000', '134051.906000', '134051.909000', '134111.771000', '134111.774000', '134111.778000', '134111.780000', '134111.783000', '134111.786000', '134111.789000', '134111.796000', '134111.799000', '134111.802000', '134111.804000', '134111.807000', '134111.809000', '134111.812000', '134111.815000', '134111.817000', '134111.820000', '134111.823000', '134111.825000', '134111.828000', '134111.831000', '134111.833000', '134111.836000', '134111.838000', '134111.841000', '134111.843000', '134111.846000', '134111.849000', '134111.851000', '134111.854000', '134111.857000', '134111.859000', '134111.862000', '134111.864000', '134111.867000', '134111.870000', '134111.872000', '134111.875000', '134111.877000', '134111.880000', '134111.883000', '134111.885000', '134111.888000', '134111.890000', '134131.771000', '134131.774000', '134131.791000', '134131.794000', '134131.796000', '134131.799000', '134131.802000', '134131.804000', '134131.807000', '134131.810000', '134131.812000', '134131.815000', '134131.817000', '134131.820000', '134131.823000', '134131.830000', '134131.833000', '134131.835000', '134131.838000', '134131.841000', '134131.843000', '134131.846000', '134131.848000', '134131.851000', '134131.854000', '134131.856000', '134131.859000', '134131.862000', '134131.864000', '134131.867000', '134131.870000', '134131.872000', '134131.875000', '134131.877000', '134131.880000', '134131.883000', '134131.885000', '134131.888000', '134131.891000', '134131.893000', '134131.896000', '134131.898000', '134131.901000', '134151.771000', '134151.774000', '134151.777000', '134151.779000', '134151.782000', '134151.785000', '134151.787000', '134151.790000', '134151.793000', '134151.795000', '134151.798000', '134151.801000', '134151.803000', '134151.806000', '134151.809000', '134151.811000', '134151.814000', '134151.816000', '134151.819000', '134151.822000', '134151.824000', '134151.827000', '134151.829000', '134151.832000', '134151.835000', '134151.838000', '134151.852000', '134151.855000', '134151.857000', '134151.860000', '134151.863000', '134151.865000', '134151.868000', '134151.871000', '134151.873000', '134151.876000', '134151.878000', '134151.881000', '134151.884000', '134151.886000', '134151.889000', '134151.892000', '134151.894000', '134151.897000', '134211.770000', '134211.773000', '134211.776000', '134211.779000', '134211.781000', '134211.784000', '134211.787000', '134211.789000', '134211.792000', '134211.795000', '134211.797000', '134211.800000', '134211.803000', '134211.805000', '134211.808000', '134211.811000', '134211.813000', '134211.816000', '134211.819000', '134211.822000', '134211.825000', '134211.828000', '134211.830000', '134211.833000', '134211.836000', '134211.838000', '134211.841000', '134211.844000', '134211.846000', '134211.849000', '134211.852000', '134211.854000', '134211.857000', '134211.860000', '134211.862000', '134211.865000', '134211.867000', '134211.870000', '134211.873000', '134211.875000', '134211.878000', '134211.881000', '134211.884000', '134231.772000', '134231.774000', '134231.777000', '134231.780000', '134231.783000', '134231.785000', '134231.788000', '134231.790000', '134231.794000', '134231.796000', '134231.799000', '134231.801000', '134231.804000', '134231.807000', '134231.809000', '134231.812000', '134231.815000', '134231.817000', '134231.820000', '134231.822000', '134231.825000', '134231.828000', '134231.830000', '134231.833000', '134231.836000', '134231.838000', '134231.841000', '134231.844000', '134231.846000', '134231.849000', '134231.852000', '134231.854000', '134231.857000', '134231.860000', '134231.862000', '134231.865000', '134231.867000', '134231.870000', '134231.873000', '134231.875000', '134231.878000', '134231.881000', '134231.883000', '134231.886000', '134251.772000', '134251.775000', '134251.778000', '134251.780000', '134251.783000', '134251.785000', '134251.788000', '134251.791000', '134251.793000', '134251.796000', '134251.799000', '134251.801000', '134251.804000', '134251.807000', '134251.809000', '134251.812000', '134251.815000', '134251.817000', '134251.820000', '134251.823000', '134251.825000', '134251.828000', '134251.830000', '134251.833000', '134251.836000', '134251.838000', '134251.841000', '134251.844000', '134251.846000', '134251.849000', '134251.852000', '134251.855000', '134251.857000', '134251.860000', '134251.862000', '134251.865000', '134251.868000', '134251.870000', '134251.873000', '134251.876000', '134251.878000', '134251.881000', '134251.894000', '134311.771000', '134311.774000', '134311.777000', '134311.780000', '134311.783000', '134311.785000', '134311.788000', '134311.790000', '134311.793000', '134311.796000', '134311.798000', '134311.801000', '134311.804000', '134311.806000', '134311.809000', '134311.812000', '134311.814000', '134311.817000', '134311.819000', '134311.822000', '134311.825000', '134311.827000', '134311.830000', '134311.833000', '134311.835000', '134311.838000', '134311.840000', '134311.843000', '134311.846000', '134311.848000', '134311.851000', '134311.856000', '134311.859000', '134311.861000', '134311.864000', '134311.867000', '134311.869000', '134311.872000', '134311.874000', '134311.877000', '134311.880000', '134311.882000', '134311.885000', '134311.888000', '134331.771000', '134331.775000', '134331.778000', '134331.780000', '134331.783000', '134331.786000', '134331.788000', '134331.791000', '134331.794000', '134331.796000', '134331.799000', '134331.802000', '134331.804000', '134331.807000', '134331.810000', '134331.812000', '134331.815000', '134331.818000', '134331.820000', '134331.823000', '134331.825000', '134331.828000', '134331.831000', '134331.833000', '134331.836000', '134331.839000', '134331.841000', '134331.844000', '134331.847000', '134331.849000', '134331.852000', '134331.855000', '134331.857000', '134331.860000', '134331.862000', '134331.865000', '134331.868000', '134331.870000', '134331.873000', '134331.876000', '134331.878000', '134331.881000', '134331.884000', '134351.770000', '134351.773000', '134351.776000', '134351.779000', '134351.781000', '134351.784000', '134351.787000', '134351.789000', '134351.792000', '134351.795000', '134351.797000', '134351.800000', '134351.803000', '134351.805000', '134351.808000', '134351.811000', '134351.813000', '134351.816000', '134351.819000', '134351.821000', '134351.824000', '134351.827000', '134351.829000', '134351.832000', '134351.835000', '134351.837000', '134351.840000', '134351.843000', '134351.845000', '134351.848000', '134351.856000', '134351.859000', '134351.861000', '134351.864000', '134351.867000', '134351.869000', '134351.872000', '134351.875000', '134351.877000', '134351.880000', '134351.883000', '134351.885000', '134351.888000', '134351.891000', '134411.770000', '134411.773000', '134411.776000', '134411.779000', '134411.782000', '134411.784000', '134411.787000', '134411.789000', '134411.792000', '134411.795000', '134411.805000', '134411.808000', '134411.817000', '134411.820000', '134411.822000', '134411.825000', '134411.828000', '134411.830000', '134411.833000', '134411.836000', '134411.838000', '134411.841000', '134411.844000', '134411.846000', '134411.849000', '134411.852000', '134411.854000', '134411.857000', '134411.860000', '134411.862000', '134411.865000', '134411.867000', '134411.870000', '134411.873000', '134411.875000', '134411.878000', '134411.880000', '134411.883000', '134411.886000', '134411.888000', '134411.891000', '134411.894000', '134411.896000', '134431.771000', '134431.774000', '134431.777000', '134431.780000', '134431.782000', '134431.785000', '134431.788000', '134431.790000', '134431.793000', '134431.796000', '134431.798000', '134431.801000', '134431.804000', '134431.806000', '134431.809000', '134431.812000', '134431.814000', '134431.817000', '134431.820000', '134431.822000', '134431.825000', '134431.828000', '134431.830000', '134431.833000', '134431.847000', '134431.850000', '134431.852000', '134431.855000', '134431.857000', '134431.860000', '134431.863000', '134431.865000', '134431.868000', '134431.870000', '134431.873000', '134431.876000', '134431.878000', '134431.881000', '134431.884000', '134431.886000', '134431.889000', '134431.892000', '134431.894000', '134431.897000', '134451.772000', '134451.774000', '134451.777000', '134451.780000', '134451.783000', '134451.785000', '134451.788000', '134451.791000', '134451.793000', '134451.796000', '134451.798000', '134451.801000', '134451.804000', '134451.807000', '134451.809000', '134451.812000', '134451.815000', '134451.817000', '134451.820000', '134451.822000', '134451.825000', '134451.828000', '134451.830000', '134451.833000', '134451.836000', '134451.838000', '134451.841000', '134451.844000', '134451.846000', '134451.849000', '134451.851000', '134451.854000', '134451.857000', '134451.859000', '134451.862000', '134451.865000', '134451.867000', '134451.870000', '134451.873000', '134451.875000', '134451.878000', '134451.881000', '134451.883000', '134511.772000', '134511.775000', '134511.777000', '134511.780000', '134511.783000', '134511.785000', '134511.788000', '134511.790000', '134511.793000', '134511.796000', '134511.798000', '134511.801000', '134511.804000', '134511.806000', '134511.809000', '134511.812000', '134511.814000', '134511.817000', '134511.819000', '134511.822000', '134511.825000', '134511.827000', '134511.830000', '134511.833000', '134511.836000', '134511.838000', '134511.841000', '134511.843000', '134511.846000', '134511.849000', '134511.851000', '134511.854000', '134511.857000', '134511.859000', '134511.862000', '134511.865000', '134511.867000', '134511.870000', '134511.873000', '134511.875000', '134511.878000', '134511.881000', '134511.883000', '134511.886000', '134531.772000', '134531.774000', '134531.777000', '134531.780000', '134531.783000', '134531.785000', '134531.788000', '134531.791000', '134531.793000', '134531.796000', '134531.799000', '134531.801000', '134531.804000', '134531.807000', '134531.809000', '134531.812000', '134531.815000', '134531.817000', '134531.820000', '134531.823000', '134531.826000', '134531.828000', '134531.831000', '134531.834000', '134531.836000', '134531.839000', '134531.842000', '134531.844000', '134531.847000', '134531.850000', '134531.852000', '134531.855000', '134531.858000', '134531.860000', '134531.863000', '134531.866000', '134531.868000', '134531.871000', '134531.874000', '134531.876000', '134531.879000', '134531.881000', '134531.884000', '134551.772000', '134551.774000', '134551.777000', '134551.780000', '134551.782000', '134551.785000', '134551.788000', '134551.790000', '134551.793000', '134551.796000', '134551.798000', '134551.801000', '134551.804000', '134551.806000', '134551.809000', '134551.812000', '134551.815000', '134551.817000', '134551.820000', '134551.822000', '134551.825000', '134551.828000', '134551.830000', '134551.833000', '134551.836000', '134551.838000', '134551.841000', '134551.844000', '134551.846000', '134551.849000', '134551.851000', '134551.854000', '134551.857000', '134551.859000', '134551.877000', '134551.879000', '134551.882000', '134551.885000', '134551.887000', '134551.890000', '134551.893000', '134551.895000', '134551.898000', '134551.901000', '134611.771000', '134611.774000', '134611.776000', '134611.779000', '134611.782000', '134611.784000', '134611.787000', '134611.790000', '134611.792000', '134611.795000', '134611.798000', '134611.800000', '134611.803000', '134611.806000', '134611.808000', '134611.811000', '134611.814000', '134611.816000', '134611.819000', '134611.822000', '134611.824000', '134611.827000', '134611.830000', '134611.832000', '134611.835000', '134611.838000', '134611.840000', '134611.843000', '134611.845000', '134611.848000', '134611.851000', '134611.853000', '134611.856000', '134611.859000', '134611.861000', '134611.864000', '134611.867000', '134611.869000', '134611.872000', '134611.875000', '134611.877000', '134611.880000', '134611.883000', '134631.771000', '134631.773000', '134631.776000', '134631.779000', '134631.781000', '134631.784000', '134631.787000', '134631.789000', '134631.792000', '134631.795000', '134631.797000', '134631.804000', '134631.807000', '134631.809000', '134631.812000', '134631.815000', '134631.817000', '134631.820000', '134631.823000', '134631.825000', '134631.828000', '134631.830000', '134631.833000', '134631.836000', '134631.839000', '134631.841000', '134631.844000', '134631.847000', '134631.850000', '134631.853000', '134631.855000', '134631.858000', '134631.862000', '134631.865000', '134631.868000', '134631.871000', '134631.873000', '134631.876000', '134631.879000', '134631.881000', '134631.884000', '134631.886000', '134631.889000', '134651.771000', '134651.775000', '134651.777000', '134651.780000', '134651.782000', '134651.785000', '134651.788000', '134651.791000', '134651.793000', '134651.796000', '134651.799000', '134651.801000', '134651.804000', '134651.807000', '134651.809000', '134651.812000', '134651.814000', '134651.817000', '134651.820000', '134651.823000', '134651.825000', '134651.828000', '134651.831000', '134651.833000', '134651.836000', '134651.838000', '134651.841000', '134651.844000', '134651.846000', '134651.849000', '134651.852000', '134651.854000', '134651.857000', '134651.860000', '134651.862000', '134651.865000', '134651.868000', '134651.870000', '134651.873000', '134651.875000', '134651.878000', '134651.881000', '134651.883000', '134651.886000', '134711.772000', '134711.775000', '134711.778000', '134711.780000', '134711.783000', '134711.786000', '134711.788000', '134711.791000', '134711.793000', '134711.796000', '134711.799000', '134711.803000', '134711.805000', '134711.808000', '134711.811000', '134711.813000', '134711.816000', '134711.819000', '134711.822000', '134711.824000', '134711.827000', '134711.829000', '134711.832000', '134711.835000', '134711.837000', '134711.840000', '134711.843000', '134711.845000', '134711.848000', '134711.851000', '134711.853000', '134711.856000', '134711.859000', '134711.862000', '134711.864000', '134711.867000', '134711.869000', '134711.872000', '134711.875000', '134711.877000', '134711.880000', '134711.883000', '134711.885000', '134711.888000', '134715.461000', '134715.478000', '134715.485000', '134715.488000', '134715.491000', '134715.494000', '134715.497000', '134715.500000'], 'InstanceCreationTime': ['134051.800000', '134051.804000', '134051.807000', '134051.816000', '134051.819000', '134051.821000', '134051.824000', '134051.827000', '134051.829000', '134051.832000', '134051.835000', '134051.838000', '134051.841000', '134051.843000', '134051.846000', '134051.849000', '134051.852000', '134051.854000', '134051.857000', '134051.859000', '134051.862000', '134051.865000', '134051.867000', '134051.874000', '134051.877000', '134051.880000', '134051.882000', '134051.885000', '134051.888000', '134051.890000', '134051.893000', '134051.896000', '134051.898000', '134051.901000', '134051.904000', '134051.906000', '134051.909000', '134111.771000', '134111.774000', '134111.778000', '134111.780000', '134111.783000', '134111.786000', '134111.789000', '134111.796000', '134111.799000', '134111.802000', '134111.804000', '134111.807000', '134111.809000', '134111.812000', '134111.815000', '134111.817000', '134111.820000', '134111.823000', '134111.825000', '134111.828000', '134111.831000', '134111.833000', '134111.836000', '134111.838000', '134111.841000', '134111.843000', '134111.846000', '134111.849000', '134111.851000', '134111.854000', '134111.857000', '134111.859000', '134111.862000', '134111.864000', '134111.867000', '134111.870000', '134111.872000', '134111.875000', '134111.877000', '134111.880000', '134111.883000', '134111.885000', '134111.888000', '134111.890000', '134131.771000', '134131.774000', '134131.791000', '134131.794000', '134131.796000', '134131.799000', '134131.802000', '134131.804000', '134131.807000', '134131.810000', '134131.812000', '134131.815000', '134131.817000', '134131.820000', '134131.823000', '134131.830000', '134131.833000', '134131.835000', '134131.838000', '134131.841000', '134131.843000', '134131.846000', '134131.848000', '134131.851000', '134131.854000', '134131.856000', '134131.859000', '134131.862000', '134131.864000', '134131.867000', '134131.870000', '134131.872000', '134131.875000', '134131.877000', '134131.880000', '134131.883000', '134131.885000', '134131.888000', '134131.891000', '134131.893000', '134131.896000', '134131.898000', '134131.901000', '134151.771000', '134151.774000', '134151.777000', '134151.779000', '134151.782000', '134151.785000', '134151.787000', '134151.790000', '134151.793000', '134151.795000', '134151.798000', '134151.801000', '134151.803000', '134151.806000', '134151.809000', '134151.811000', '134151.814000', '134151.816000', '134151.819000', '134151.822000', '134151.824000', '134151.827000', '134151.829000', '134151.832000', '134151.835000', '134151.838000', '134151.852000', '134151.855000', '134151.857000', '134151.860000', '134151.863000', '134151.865000', '134151.868000', '134151.871000', '134151.873000', '134151.876000', '134151.878000', '134151.881000', '134151.884000', '134151.886000', '134151.889000', '134151.892000', '134151.894000', '134151.897000', '134211.770000', '134211.773000', '134211.776000', '134211.779000', '134211.781000', '134211.784000', '134211.787000', '134211.789000', '134211.792000', '134211.795000', '134211.797000', '134211.800000', '134211.803000', '134211.805000', '134211.808000', '134211.811000', '134211.813000', '134211.816000', '134211.819000', '134211.822000', '134211.825000', '134211.828000', '134211.830000', '134211.833000', '134211.836000', '134211.838000', '134211.841000', '134211.844000', '134211.846000', '134211.849000', '134211.852000', '134211.854000', '134211.857000', '134211.860000', '134211.862000', '134211.865000', '134211.867000', '134211.870000', '134211.873000', '134211.875000', '134211.878000', '134211.881000', '134211.884000', '134231.772000', '134231.774000', '134231.777000', '134231.780000', '134231.783000', '134231.785000', '134231.788000', '134231.790000', '134231.794000', '134231.796000', '134231.799000', '134231.801000', '134231.804000', '134231.807000', '134231.809000', '134231.812000', '134231.815000', '134231.817000', '134231.820000', '134231.822000', '134231.825000', '134231.828000', '134231.830000', '134231.833000', '134231.836000', '134231.838000', '134231.841000', '134231.844000', '134231.846000', '134231.849000', '134231.852000', '134231.854000', '134231.857000', '134231.860000', '134231.862000', '134231.865000', '134231.867000', '134231.870000', '134231.873000', '134231.875000', '134231.878000', '134231.881000', '134231.883000', '134231.886000', '134251.772000', '134251.775000', '134251.778000', '134251.780000', '134251.783000', '134251.785000', '134251.788000', '134251.791000', '134251.793000', '134251.796000', '134251.799000', '134251.801000', '134251.804000', '134251.807000', '134251.809000', '134251.812000', '134251.815000', '134251.817000', '134251.820000', '134251.823000', '134251.825000', '134251.828000', '134251.830000', '134251.833000', '134251.836000', '134251.838000', '134251.841000', '134251.844000', '134251.846000', '134251.849000', '134251.852000', '134251.855000', '134251.857000', '134251.860000', '134251.862000', '134251.865000', '134251.868000', '134251.870000', '134251.873000', '134251.876000', '134251.878000', '134251.881000', '134251.894000', '134311.771000', '134311.774000', '134311.777000', '134311.780000', '134311.783000', '134311.785000', '134311.788000', '134311.790000', '134311.793000', '134311.796000', '134311.798000', '134311.801000', '134311.804000', '134311.806000', '134311.809000', '134311.812000', '134311.814000', '134311.817000', '134311.819000', '134311.822000', '134311.825000', '134311.827000', '134311.830000', '134311.833000', '134311.835000', '134311.838000', '134311.840000', '134311.843000', '134311.846000', '134311.848000', '134311.851000', '134311.856000', '134311.859000', '134311.861000', '134311.864000', '134311.867000', '134311.869000', '134311.872000', '134311.874000', '134311.877000', '134311.880000', '134311.882000', '134311.885000', '134311.888000', '134331.771000', '134331.775000', '134331.778000', '134331.780000', '134331.783000', '134331.786000', '134331.788000', '134331.791000', '134331.794000', '134331.796000', '134331.799000', '134331.802000', '134331.804000', '134331.807000', '134331.810000', '134331.812000', '134331.815000', '134331.818000', '134331.820000', '134331.823000', '134331.825000', '134331.828000', '134331.831000', '134331.833000', '134331.836000', '134331.839000', '134331.841000', '134331.844000', '134331.847000', '134331.849000', '134331.852000', '134331.855000', '134331.857000', '134331.860000', '134331.862000', '134331.865000', '134331.868000', '134331.870000', '134331.873000', '134331.876000', '134331.878000', '134331.881000', '134331.884000', '134351.770000', '134351.773000', '134351.776000', '134351.779000', '134351.781000', '134351.784000', '134351.787000', '134351.789000', '134351.792000', '134351.795000', '134351.797000', '134351.800000', '134351.803000', '134351.805000', '134351.808000', '134351.811000', '134351.813000', '134351.816000', '134351.819000', '134351.821000', '134351.824000', '134351.827000', '134351.829000', '134351.832000', '134351.835000', '134351.837000', '134351.840000', '134351.843000', '134351.845000', '134351.848000', '134351.856000', '134351.859000', '134351.861000', '134351.864000', '134351.867000', '134351.869000', '134351.872000', '134351.875000', '134351.877000', '134351.880000', '134351.883000', '134351.885000', '134351.888000', '134351.891000', '134411.770000', '134411.773000', '134411.776000', '134411.779000', '134411.782000', '134411.784000', '134411.787000', '134411.789000', '134411.792000', '134411.795000', '134411.805000', '134411.808000', '134411.817000', '134411.820000', '134411.822000', '134411.825000', '134411.828000', '134411.830000', '134411.833000', '134411.836000', '134411.838000', '134411.841000', '134411.844000', '134411.846000', '134411.849000', '134411.852000', '134411.854000', '134411.857000', '134411.860000', '134411.862000', '134411.865000', '134411.867000', '134411.870000', '134411.873000', '134411.875000', '134411.878000', '134411.880000', '134411.883000', '134411.886000', '134411.888000', '134411.891000', '134411.894000', '134411.896000', '134431.771000', '134431.774000', '134431.777000', '134431.780000', '134431.782000', '134431.785000', '134431.788000', '134431.790000', '134431.793000', '134431.796000', '134431.798000', '134431.801000', '134431.804000', '134431.806000', '134431.809000', '134431.812000', '134431.814000', '134431.817000', '134431.820000', '134431.822000', '134431.825000', '134431.828000', '134431.830000', '134431.833000', '134431.847000', '134431.850000', '134431.852000', '134431.855000', '134431.857000', '134431.860000', '134431.863000', '134431.865000', '134431.868000', '134431.870000', '134431.873000', '134431.876000', '134431.878000', '134431.881000', '134431.884000', '134431.886000', '134431.889000', '134431.892000', '134431.894000', '134431.897000', '134451.772000', '134451.774000', '134451.777000', '134451.780000', '134451.783000', '134451.785000', '134451.788000', '134451.791000', '134451.793000', '134451.796000', '134451.798000', '134451.801000', '134451.804000', '134451.807000', '134451.809000', '134451.812000', '134451.815000', '134451.817000', '134451.820000', '134451.822000', '134451.825000', '134451.828000', '134451.830000', '134451.833000', '134451.836000', '134451.838000', '134451.841000', '134451.844000', '134451.846000', '134451.849000', '134451.851000', '134451.854000', '134451.857000', '134451.859000', '134451.862000', '134451.865000', '134451.867000', '134451.870000', '134451.873000', '134451.875000', '134451.878000', '134451.881000', '134451.883000', '134511.772000', '134511.775000', '134511.777000', '134511.780000', '134511.783000', '134511.785000', '134511.788000', '134511.790000', '134511.793000', '134511.796000', '134511.798000', '134511.801000', '134511.804000', '134511.806000', '134511.809000', '134511.812000', '134511.814000', '134511.817000', '134511.819000', '134511.822000', '134511.825000', '134511.827000', '134511.830000', '134511.833000', '134511.836000', '134511.838000', '134511.841000', '134511.843000', '134511.846000', '134511.849000', '134511.851000', '134511.854000', '134511.857000', '134511.859000', '134511.862000', '134511.865000', '134511.867000', '134511.870000', '134511.873000', '134511.875000', '134511.878000', '134511.881000', '134511.883000', '134511.886000', '134531.772000', '134531.774000', '134531.777000', '134531.780000', '134531.783000', '134531.785000', '134531.788000', '134531.791000', '134531.793000', '134531.796000', '134531.799000', '134531.801000', '134531.804000', '134531.807000', '134531.809000', '134531.812000', '134531.815000', '134531.817000', '134531.820000', '134531.823000', '134531.826000', '134531.828000', '134531.831000', '134531.834000', '134531.836000', '134531.839000', '134531.842000', '134531.844000', '134531.847000', '134531.850000', '134531.852000', '134531.855000', '134531.858000', '134531.860000', '134531.863000', '134531.866000', '134531.868000', '134531.871000', '134531.874000', '134531.876000', '134531.879000', '134531.881000', '134531.884000', '134551.772000', '134551.774000', '134551.777000', '134551.780000', '134551.782000', '134551.785000', '134551.788000', '134551.790000', '134551.793000', '134551.796000', '134551.798000', '134551.801000', '134551.804000', '134551.806000', '134551.809000', '134551.812000', '134551.815000', '134551.817000', '134551.820000', '134551.822000', '134551.825000', '134551.828000', '134551.830000', '134551.833000', '134551.836000', '134551.838000', '134551.841000', '134551.844000', '134551.846000', '134551.849000', '134551.851000', '134551.854000', '134551.857000', '134551.859000', '134551.877000', '134551.879000', '134551.882000', '134551.885000', '134551.887000', '134551.890000', '134551.893000', '134551.895000', '134551.898000', '134551.901000', '134611.771000', '134611.774000', '134611.776000', '134611.779000', '134611.782000', '134611.784000', '134611.787000', '134611.790000', '134611.792000', '134611.795000', '134611.798000', '134611.800000', '134611.803000', '134611.806000', '134611.808000', '134611.811000', '134611.814000', '134611.816000', '134611.819000', '134611.822000', '134611.824000', '134611.827000', '134611.830000', '134611.832000', '134611.835000', '134611.838000', '134611.840000', '134611.843000', '134611.845000', '134611.848000', '134611.851000', '134611.853000', '134611.856000', '134611.859000', '134611.861000', '134611.864000', '134611.867000', '134611.869000', '134611.872000', '134611.875000', '134611.877000', '134611.880000', '134611.883000', '134631.771000', '134631.773000', '134631.776000', '134631.779000', '134631.781000', '134631.784000', '134631.787000', '134631.789000', '134631.792000', '134631.795000', '134631.797000', '134631.804000', '134631.807000', '134631.809000', '134631.812000', '134631.815000', '134631.817000', '134631.820000', '134631.823000', '134631.825000', '134631.828000', '134631.830000', '134631.833000', '134631.836000', '134631.839000', '134631.841000', '134631.844000', '134631.847000', '134631.850000', '134631.853000', '134631.855000', '134631.858000', '134631.862000', '134631.865000', '134631.868000', '134631.871000', '134631.873000', '134631.876000', '134631.879000', '134631.881000', '134631.884000', '134631.886000', '134631.889000', '134651.771000', '134651.775000', '134651.777000', '134651.780000', '134651.782000', '134651.785000', '134651.788000', '134651.791000', '134651.793000', '134651.796000', '134651.799000', '134651.801000', '134651.804000', '134651.807000', '134651.809000', '134651.812000', '134651.814000', '134651.817000', '134651.820000', '134651.823000', '134651.825000', '134651.828000', '134651.831000', '134651.833000', '134651.836000', '134651.838000', '134651.841000', '134651.844000', '134651.846000', '134651.849000', '134651.852000', '134651.854000', '134651.857000', '134651.860000', '134651.862000', '134651.865000', '134651.868000', '134651.870000', '134651.873000', '134651.875000', '134651.878000', '134651.881000', '134651.883000', '134651.886000', '134711.772000', '134711.775000', '134711.778000', '134711.780000', '134711.783000', '134711.786000', '134711.788000', '134711.791000', '134711.793000', '134711.796000', '134711.799000', '134711.803000', '134711.805000', '134711.808000', '134711.811000', '134711.813000', '134711.816000', '134711.819000', '134711.822000', '134711.824000', '134711.827000', '134711.829000', '134711.832000', '134711.835000', '134711.837000', '134711.840000', '134711.843000', '134711.845000', '134711.848000', '134711.851000', '134711.853000', '134711.856000', '134711.859000', '134711.862000', '134711.864000', '134711.867000', '134711.869000', '134711.872000', '134711.875000', '134711.877000', '134711.880000', '134711.883000', '134711.885000', '134711.888000', '134715.461000', '134715.478000', '134715.485000', '134715.488000', '134715.491000', '134715.494000', '134715.497000', '134715.500000'], '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': [7185, 6922, 9014, 7030, 7147, 11753, 7691, 6825, 10255, 7307, 6667, 8810, 7393, 12311, 9501, 7077, 10259, 7176, 7886, 8427, 7310, 11625, 7028, 6763, 8425, 6968, 6726, 7487, 7238, 6616, 6881, 7282, 6347, 7261, 7552, 6648, 7256, 7692, 6357, 7501, 7053, 6798, 10430, 7322, 7253, 11161, 8416, 7097, 9230, 7365, 7337, 14090, 10462, 7489, 8195, 7081, 6917, 8596, 7357, 6663, 8682, 7126, 5983, 7085, 6925, 7525, 7066, 7589, 7142, 6872, 8455, 7265, 6661, 7256, 7116, 6688, 8369, 7308, 8662, 7396, 6865, 7155, 7123, 7041, 10651, 7291, 6693, 10309, 7108, 6415, 7818, 7212, 10725, 9972, 6990, 10176, 7088, 6783, 8299, 7460, 7807, 9589, 7120, 6369, 7092, 7078, 10826, 7366, 7326, 11156, 7246, 6840, 7782, 7286, 9700, 9925, 7147, 10957, 7223, 6692, 7296, 6994, 11880, 7431, 6713, 7420, 7187, 6644, 7399, 7117, 9353, 7180, 6921, 8649, 7451, 7989, 7579, 7396, 8354, 7203, 7103, 10535, 7525, 7703, 11328, 7817, 7058, 7179, 7154, 9120, 7560, 7332, 8442, 7171, 7718, 7326, 6820, 7184, 7884, 10254, 10507, 7516, 7780, 6818, 7834, 8041, 8610, 7668, 10406, 8016, 7020, 7090, 7991, 9229, 8155, 9462, 7675, 7566, 7201, 8046, 7097, 8255, 7058, 7747, 7352, 6282, 7633, 7188, 6559, 7652, 6873, 7740, 7665, 6872, 8841, 7488, 6778, 7605, 6958, 12817, 8455, 6668, 7855, 7486, 8201, 7661, 6782, 12854, 8279, 6971, 7687, 7125, 9032, 7743, 7011, 7851, 7158, 7003, 7609, 6470, 7516, 7074, 7986, 7552, 7104, 7760, 6656, 6547, 7644, 6615, 7655, 7223, 6950, 7620, 6794, 8270, 7615, 6822, 8872, 7230, 10354, 7650, 7295, 7704, 7762, 10465, 7448, 6714, 7481, 7420, 6758, 7713, 6487, 7792, 6586, 9028, 7346, 6278, 7615, 7359, 7484, 7718, 6936, 9628, 7108, 7451, 7569, 6629, 7801, 7252, 7162, 7616, 7149, 6744, 7657, 6716, 8146, 7119, 11163, 8665, 6998, 8248, 7850, 6600, 7417, 6958, 9812, 7498, 7427, 7476, 7528, 7097, 7607, 7395, 8533, 7439, 6745, 7531, 7041, 6905, 7532, 6914, 10091, 7393, 6790, 7525, 7247, 7022, 7637, 7342, 9897, 7361, 6791, 7568, 7201, 6770, 7457, 7177, 9756, 7362, 6693, 7615, 7219, 6695, 7597, 6503, 8442, 7328, 6640, 7496, 6812, 7158, 7246, 6498, 7935, 7095, 6190, 7521, 7134, 7911, 7236, 7071, 11023, 7436, 6700, 7607, 7244, 8555, 7454, 6835, 7641, 7489, 6908, 7312, 7536, 6701, 7966, 7332, 6790, 7570, 7132, 6732, 7476, 7162, 9787, 7318, 6584, 7538, 7265, 6821, 7632, 6514, 9522, 7133, 6516, 7433, 6894, 8538, 7072, 12361, 7108, 6712, 7962, 6637, 7633, 7271, 6401, 7367, 7199, 6458, 7515, 7089, 6690, 7559, 7033, 10084, 7575, 6810, 7998, 7240, 9178, 7653, 7885, 8136, 6931, 9604, 7376, 6374, 7650, 7063, 6653, 7822, 6960, 6927, 7535, 6615, 7650, 7014, 8040, 7352, 6832, 7665, 7577, 6812, 7627, 7271, 6567, 7582, 9149, 7439, 8136, 7718, 7121, 8113, 7391, 7147, 9683, 7460, 7276, 8697, 7142, 7165, 12429, 7372, 7203, 7791, 7532, 7223, 8412, 7768, 6994, 8628, 7739, 6859, 7527, 7449, 9294, 7856, 7130, 10929, 7846, 6788, 7326, 7034, 7574, 7237, 10265, 7144, 6795, 7356, 7159, 6405, 7401, 6517, 8654, 7420, 6316, 7464, 7237, 7596, 7384, 6610, 10731, 7813, 6687, 7442, 7377, 9036, 7778, 7030, 11557, 7875, 6835, 7358, 7457, 6982, 7254, 7132, 11377, 7273, 7001, 7388, 7798, 6956, 7291, 7015, 10426, 7044, 6719, 7393, 7355, 6504, 7279, 6725, 9797, 6795, 6538, 7375, 7559, 6749, 7294, 6781, 10909, 11401, 14118, 15092, 7099, 7830, 6726, 6568, 6121, 7880, 6412, 6186, 9694, 7484, 6725, 10812, 6822, 7492, 9276, 7208, 12135, 10734, 7000, 10302, 6499, 6289, 7705, 6805, 6400, 9247, 6613, 5937, 7616, 6637, 6261, 9474, 6733, 6092, 7845, 6297, 6271, 7856, 6627, 6253, 9061, 6395, 6085, 8166, 6464, 6216, 9225, 6913, 6128, 8271, 6192, 6476, 7018, 5999, 8374, 7754, 6386, 7337, 6596, 6281, 7439, 6925, 6386, 8042, 6894, 5925, 7300, 6808, 6099, 6903, 7907, 6848, 6686, 8637, 6142, 5860, 7417, 6066, 10476, 7248, 6386, 7279, 5899, 5772, 6826, 6139, 7575, 7730, 6212, 7984, 6331, 6251, 8684, 6461, 9462, 8915, 6287, 9995, 6717, 6315, 8883, 6764, 10406, 8396, 6069, 8972, 6584, 6471, 9085, 6909, 10376, 7472, 6052, 7443, 6894, 6371, 8587, 6763, 8064, 7161, 6267, 7293, 6723, 6450, 8769, 6969, 6393, 7329, 6126, 7984, 6941, 6596, 10109, 7278, 6420, 7606, 6309, 7451, 7283, 6462, 11880, 7805, 6210, 8281, 6853, 6816, 8695, 6842, 7456, 7984, 6209, 7557, 6813, 6594, 8012, 6400, 9550, 6915, 6308, 7556, 6408, 7734, 7671, 6675, 9999, 6756, 6631, 7526, 6543, 8995, 6826, 6959, 7244, 6235, 6339, 7180, 6527, 11249, 6949, 6641, 8413, 6463, 7114, 7260, 6464, 9511, 6842, 6672, 7915, 6881, 6734, 7750, 6759, 7092, 7331, 6421, 8814, 6768, 6602, 7728, 6521, 9789, 6893, 6682, 7428, 6428, 9178, 7051, 6722, 8156, 6368, 6301, 7333, 6634, 8274, 6955, 6913, 7822, 6231, 6118, 7585, 6626, 7089, 7192, 6553, 7325, 6932, 6725, 8685, 7068, 7750, 7132, 6601, 9452, 6887, 6937, 10191, 7440, 6617, 7403, 6288, 9111, 7133, 6677, 11499, 7009, 6915, 7908, 6446, 9997, 6949, 6843, 8703, 6494, 6432, 7220, 6753, 7966, 6523, 8045, 7231, 6925, 7034, 6983, 6819, 7862, 6538, 6594, 8459, 6448, 6463, 7103, 6660, 10131, 7313, 7116, 9156, 6550, 6863, 7391, 6499, 10123, 7473, 7099, 8070, 6517, 6715, 7521, 6710, 11374, 7247, 6933, 7672, 6675, 6516, 7223, 6613, 8222, 7064, 6896, 8157, 7095, 6612, 10302, 7610, 6840, 8031, 6718, 6737, 7299, 6517, 10228, 6940, 6379, 7078, 6613, 8587, 7011, 7039, 8893, 6531, 6476, 7278, 6541, 9546, 6969, 6648, 10271, 6696, 6698, 7574, 6532, 6891, 8417, 6360, 8009, 7133, 6703, 7551, 6198, 10794, 7132, 6747, 7558, 6427, 6600], 'WindowCenter': [3613.0, 3598.0, 3615.0, 3582.0, 3582.0, 3622.0, 3590.0, 3568.0, 3609.0, 3577.0, 3566.0, 3598.0, 3577.0, 3619.0, 3597.0, 3564.0, 3595.0, 3563.0, 3574.0, 3574.0, 3563.0, 3605.0, 3551.0, 3552.0, 3572.0, 3562.0, 3564.0, 3564.0, 3575.0, 3565.0, 3564.0, 3576.0, 3554.0, 3575.0, 3575.0, 3566.0, 3577.0, 3587.0, 3567.0, 3577.0, 3577.0, 3567.0, 3622.0, 3589.0, 3577.0, 3620.0, 3586.0, 3566.0, 3596.0, 3575.0, 3576.0, 3617.0, 3607.0, 3564.0, 3573.0, 3563.0, 3563.0, 3585.0, 3564.0, 3552.0, 3585.0, 3564.0, 3542.0, 3563.0, 3564.0, 3574.0, 3564.0, 3573.0, 3564.0, 3565.0, 3584.0, 3577.0, 3565.0, 3575.0, 3565.0, 3564.0, 3586.0, 3575.0, 3598.0, 3575.0, 3564.0, 3564.0, 3564.0, 3576.0, 3618.0, 3576.0, 3565.0, 3606.0, 3564.0, 3552.0, 3574.0, 3576.0, 3606.0, 3596.0, 3564.0, 3594.0, 3562.0, 3552.0, 3584.0, 3574.0, 3574.0, 3596.0, 3563.0, 3552.0, 3562.0, 3564.0, 3618.0, 3575.0, 3575.0, 3606.0, 3563.0, 3563.0, 3573.0, 3574.0, 3595.0, 3595.0, 3563.0, 3603.0, 3563.0, 3551.0, 3573.0, 3562.0, 3605.0, 3574.0, 3551.0, 3562.0, 3562.0, 3563.0, 3574.0, 3563.0, 3595.0, 3562.0, 3563.0, 3583.0, 3574.0, 3573.0, 3573.0, 3574.0, 3572.0, 3562.0, 3563.0, 3593.0, 3574.0, 3574.0, 3605.0, 3574.0, 3561.0, 3550.0, 3561.0, 3582.0, 3574.0, 3574.0, 3573.0, 3564.0, 3573.0, 3563.0, 3562.0, 3563.0, 3586.0, 3608.0, 3595.0, 3576.0, 3574.0, 3565.0, 3575.0, 3575.0, 3585.0, 3574.0, 3595.0, 3574.0, 3564.0, 3563.0, 3573.0, 3596.0, 3574.0, 3595.0, 3574.0, 3562.0, 3561.0, 3572.0, 3561.0, 3585.0, 3575.0, 3574.0, 3574.0, 3552.0, 3572.0, 3562.0, 3551.0, 3574.0, 3564.0, 3574.0, 3575.0, 3564.0, 3596.0, 3574.0, 3563.0, 3575.0, 3564.0, 3616.0, 3574.0, 3552.0, 3572.0, 3562.0, 3571.0, 3573.0, 3552.0, 3604.0, 3573.0, 3550.0, 3560.0, 3561.0, 3570.0, 3560.0, 3551.0, 3571.0, 3562.0, 3550.0, 3561.0, 3550.0, 3561.0, 3562.0, 3573.0, 3574.0, 3562.0, 3561.0, 3551.0, 3550.0, 3573.0, 3563.0, 3574.0, 3575.0, 3565.0, 3573.0, 3563.0, 3572.0, 3573.0, 3564.0, 3584.0, 3574.0, 3594.0, 3562.0, 3562.0, 3561.0, 3573.0, 3594.0, 3562.0, 3551.0, 3561.0, 3562.0, 3551.0, 3573.0, 3551.0, 3574.0, 3563.0, 3584.0, 3574.0, 3553.0, 3574.0, 3574.0, 3573.0, 3575.0, 3563.0, 3596.0, 3563.0, 3574.0, 3573.0, 3562.0, 3573.0, 3574.0, 3563.0, 3574.0, 3563.0, 3562.0, 3573.0, 3552.0, 3585.0, 3563.0, 3605.0, 3584.0, 3562.0, 3572.0, 3572.0, 3551.0, 3562.0, 3562.0, 3595.0, 3563.0, 3562.0, 3562.0, 3573.0, 3563.0, 3573.0, 3562.0, 3584.0, 3573.0, 3563.0, 3573.0, 3563.0, 3563.0, 3574.0, 3563.0, 3594.0, 3574.0, 3552.0, 3574.0, 3574.0, 3562.0, 3573.0, 3575.0, 3595.0, 3574.0, 3552.0, 3572.0, 3562.0, 3552.0, 3563.0, 3562.0, 3594.0, 3574.0, 3552.0, 3573.0, 3573.0, 3552.0, 3573.0, 3553.0, 3573.0, 3574.0, 3562.0, 3562.0, 3563.0, 3562.0, 3574.0, 3552.0, 3585.0, 3563.0, 3552.0, 3573.0, 3563.0, 3584.0, 3574.0, 3564.0, 3606.0, 3563.0, 3551.0, 3572.0, 3573.0, 3584.0, 3562.0, 3552.0, 3572.0, 3562.0, 3562.0, 3561.0, 3574.0, 3563.0, 3574.0, 3563.0, 3563.0, 3573.0, 3563.0, 3551.0, 3563.0, 3564.0, 3594.0, 3575.0, 3552.0, 3572.0, 3573.0, 3563.0, 3586.0, 3564.0, 3596.0, 3576.0, 3554.0, 3574.0, 3563.0, 3584.0, 3564.0, 3617.0, 3564.0, 3563.0, 3585.0, 3563.0, 3573.0, 3573.0, 3552.0, 3574.0, 3564.0, 3554.0, 3574.0, 3564.0, 3564.0, 3574.0, 3564.0, 3595.0, 3574.0, 3552.0, 3573.0, 3562.0, 3582.0, 3573.0, 3572.0, 3572.0, 3561.0, 3582.0, 3561.0, 3550.0, 3572.0, 3563.0, 3551.0, 3573.0, 3563.0, 3561.0, 3561.0, 3551.0, 3573.0, 3562.0, 3572.0, 3561.0, 3551.0, 3561.0, 3572.0, 3552.0, 3573.0, 3562.0, 3565.0, 3575.0, 3598.0, 3565.0, 3561.0, 3573.0, 3563.0, 3586.0, 3575.0, 3563.0, 3595.0, 3563.0, 3562.0, 3584.0, 3564.0, 3564.0, 3618.0, 3564.0, 3565.0, 3574.0, 3574.0, 3563.0, 3586.0, 3574.0, 3564.0, 3585.0, 3574.0, 3553.0, 3574.0, 3564.0, 3596.0, 3587.0, 3564.0, 3607.0, 3575.0, 3553.0, 3564.0, 3563.0, 3573.0, 3575.0, 3595.0, 3565.0, 3565.0, 3563.0, 3564.0, 3552.0, 3575.0, 3565.0, 3585.0, 3576.0, 3554.0, 3574.0, 3575.0, 3574.0, 3577.0, 3564.0, 3607.0, 3576.0, 3553.0, 3564.0, 3563.0, 3584.0, 3575.0, 3563.0, 3605.0, 3574.0, 3551.0, 3562.0, 3563.0, 3562.0, 3563.0, 3563.0, 3606.0, 3564.0, 3563.0, 3562.0, 3573.0, 3562.0, 3576.0, 3564.0, 3595.0, 3576.0, 3564.0, 3563.0, 3564.0, 3552.0, 3575.0, 3564.0, 3596.0, 3565.0, 3553.0, 3574.0, 3576.0, 3566.0, 3576.0, 3565.0, 3608.0, 3621.0, 3632.0, 3643.0, 3577.0, 3546.0, 3564.0, 3564.0, 3554.0, 3586.0, 3552.0, 3553.0, 3595.0, 3575.0, 3564.0, 3606.0, 3563.0, 3561.0, 3580.0, 3560.0, 3601.0, 3592.0, 3549.0, 3580.0, 3537.0, 3537.0, 3558.0, 3548.0, 3537.0, 3579.0, 3548.0, 3537.0, 3558.0, 3548.0, 3538.0, 3581.0, 3550.0, 3539.0, 3570.0, 3539.0, 3538.0, 3570.0, 3550.0, 3550.0, 3582.0, 3551.0, 3541.0, 3583.0, 3552.0, 3540.0, 3594.0, 3563.0, 3541.0, 3583.0, 3542.0, 3552.0, 3562.0, 3552.0, 3585.0, 3574.0, 3553.0, 3562.0, 3563.0, 3564.0, 3586.0, 3575.0, 3565.0, 3585.0, 3576.0, 3556.0, 3576.0, 3577.0, 3568.0, 3576.0, 3588.0, 3566.0, 3565.0, 3597.0, 3555.0, 3544.0, 3575.0, 3555.0, 3608.0, 3576.0, 3554.0, 3574.0, 3545.0, 3556.0, 3566.0, 3556.0, 3588.0, 3588.0, 3556.0, 3587.0, 3567.0, 3565.0, 3598.0, 3566.0, 3608.0, 3597.0, 3555.0, 3595.0, 3564.0, 3553.0, 3595.0, 3564.0, 3606.0, 3585.0, 3553.0, 3584.0, 3566.0, 3553.0, 3597.0, 3563.0, 3594.0, 3562.0, 3552.0, 3561.0, 3562.0, 3552.0, 3584.0, 3563.0, 3585.0, 3563.0, 3553.0, 3573.0, 3563.0, 3564.0, 3596.0, 3564.0, 3553.0, 3574.0, 3566.0, 3585.0, 3563.0, 3564.0, 3605.0, 3575.0, 3551.0, 3572.0, 3551.0, 3560.0, 3573.0, 3552.0, 3604.0, 3572.0, 3541.0, 3572.0, 3551.0, 3550.0, 3583.0, 3562.0, 3563.0, 3572.0, 3540.0, 3571.0, 3551.0, 3562.0, 3583.0, 3551.0, 3594.0, 3561.0, 3551.0, 3571.0, 3552.0, 3572.0, 3572.0, 3562.0, 3592.0, 3551.0, 3550.0, 3570.0, 3551.0, 3582.0, 3562.0, 3561.0, 3560.0, 3540.0, 3550.0, 3562.0, 3551.0, 3604.0, 3561.0, 3550.0, 3571.0, 3551.0, 3560.0, 3562.0, 3551.0, 3593.0, 3550.0, 3562.0, 3571.0, 3563.0, 3562.0, 3573.0, 3563.0, 3562.0, 3572.0, 3551.0, 3582.0, 3562.0, 3563.0, 3573.0, 3551.0, 3592.0, 3561.0, 3550.0, 3561.0, 3551.0, 3593.0, 3562.0, 3551.0, 3572.0, 3552.0, 3551.0, 3572.0, 3564.0, 3584.0, 3563.0, 3574.0, 3586.0, 3567.0, 3554.0, 3587.0, 3565.0, 3574.0, 3563.0, 3552.0, 3572.0, 3562.0, 3562.0, 3584.0, 3562.0, 3573.0, 3561.0, 3562.0, 3593.0, 3562.0, 3562.0, 3594.0, 3573.0, 3550.0, 3560.0, 3550.0, 3581.0, 3561.0, 3550.0, 3604.0, 3562.0, 3560.0, 3570.0, 3549.0, 3592.0, 3560.0, 3550.0, 3581.0, 3550.0, 3549.0, 3560.0, 3561.0, 3583.0, 3551.0, 3571.0, 3561.0, 3560.0, 3560.0, 3561.0, 3550.0, 3572.0, 3551.0, 3563.0, 3584.0, 3552.0, 3550.0, 3561.0, 3563.0, 3594.0, 3573.0, 3562.0, 3582.0, 3551.0, 3550.0, 3560.0, 3551.0, 3593.0, 3573.0, 3561.0, 3571.0, 3550.0, 3549.0, 3573.0, 3561.0, 3603.0, 3562.0, 3560.0, 3571.0, 3550.0, 3550.0, 3572.0, 3561.0, 3583.0, 3561.0, 3562.0, 3572.0, 3562.0, 3563.0, 3604.0, 3574.0, 3562.0, 3572.0, 3562.0, 3550.0, 3572.0, 3551.0, 3593.0, 3562.0, 3550.0, 3560.0, 3561.0, 3582.0, 3562.0, 3562.0, 3594.0, 3552.0, 3550.0, 3561.0, 3551.0, 3594.0, 3562.0, 3562.0, 3593.0, 3550.0, 3550.0, 3572.0, 3564.0, 3562.0, 3584.0, 3552.0, 3582.0, 3562.0, 3561.0, 3585.0, 3553.0, 3605.0, 3563.0, 3561.0, 3571.0, 3551.0, 3561.0], 'WindowWidth': [8199.0, 8165.0, 8179.0, 8131.0, 8129.0, 8180.0, 8132.0, 8102.0, 8153.0, 8111.0, 8093.0, 8140.0, 8109.0, 8166.0, 8133.0, 8087.0, 8127.0, 8084.0, 8098.0, 8100.0, 8083.0, 8141.0, 8064.0, 8067.0, 8093.0, 8081.0, 8086.0, 8088.0, 8103.0, 8089.0, 8087.0, 8108.0, 8074.0, 8103.0, 8103.0, 8094.0, 8110.0, 8124.0, 8099.0, 8111.0, 8111.0, 8096.0, 8178.0, 8129.0, 8111.0, 8169.0, 8120.0, 8092.0, 8131.0, 8104.0, 8107.0, 8163.0, 8149.0, 8086.0, 8097.0, 8082.0, 8082.0, 8115.0, 8088.0, 8069.0, 8116.0, 8087.0, 8055.0, 8085.0, 8087.0, 8103.0, 8088.0, 8098.0, 8089.0, 8091.0, 8115.0, 8110.0, 8093.0, 8105.0, 8092.0, 8089.0, 8121.0, 8106.0, 8139.0, 8104.0, 8090.0, 8088.0, 8089.0, 8107.0, 8168.0, 8107.0, 8093.0, 8148.0, 8089.0, 8071.0, 8101.0, 8107.0, 8147.0, 8135.0, 8088.0, 8128.0, 8084.0, 8071.0, 8116.0, 8102.0, 8100.0, 8132.0, 8086.0, 8071.0, 8084.0, 8088.0, 8166.0, 8103.0, 8104.0, 8145.0, 8086.0, 8084.0, 8098.0, 8103.0, 8129.0, 8129.0, 8084.0, 8138.0, 8085.0, 8066.0, 8098.0, 8084.0, 8142.0, 8101.0, 8068.0, 8081.0, 8084.0, 8086.0, 8101.0, 8087.0, 8130.0, 8083.0, 8084.0, 8110.0, 8102.0, 8100.0, 8097.0, 8102.0, 8095.0, 8082.0, 8084.0, 8124.0, 8101.0, 8101.0, 8143.0, 8100.0, 8079.0, 8064.0, 8080.0, 8106.0, 8102.0, 8101.0, 8098.0, 8088.0, 8098.0, 8084.0, 8083.0, 8084.0, 8123.0, 8153.0, 8126.0, 8106.0, 8101.0, 8091.0, 8103.0, 8104.0, 8115.0, 8097.0, 8130.0, 8101.0, 8088.0, 8083.0, 8097.0, 8131.0, 8102.0, 8127.0, 8099.0, 8080.0, 8078.0, 8094.0, 8077.0, 8116.0, 8106.0, 8103.0, 8103.0, 8068.0, 8095.0, 8083.0, 8066.0, 8101.0, 8091.0, 8103.0, 8105.0, 8087.0, 8131.0, 8102.0, 8085.0, 8103.0, 8088.0, 8159.0, 8100.0, 8068.0, 8094.0, 8082.0, 8092.0, 8098.0, 8067.0, 8141.0, 8098.0, 8063.0, 8076.0, 8078.0, 8088.0, 8077.0, 8066.0, 8092.0, 8081.0, 8062.0, 8079.0, 8064.0, 8079.0, 8081.0, 8097.0, 8099.0, 8080.0, 8078.0, 8066.0, 8063.0, 8096.0, 8084.0, 8102.0, 8103.0, 8090.0, 8097.0, 8086.0, 8096.0, 8098.0, 8088.0, 8115.0, 8101.0, 8125.0, 8080.0, 8080.0, 8079.0, 8097.0, 8126.0, 8081.0, 8067.0, 8079.0, 8083.0, 8067.0, 8097.0, 8067.0, 8101.0, 8084.0, 8115.0, 8101.0, 8073.0, 8101.0, 8102.0, 8099.0, 8105.0, 8084.0, 8133.0, 8086.0, 8101.0, 8098.0, 8083.0, 8099.0, 8102.0, 8085.0, 8101.0, 8086.0, 8083.0, 8097.0, 8068.0, 8118.0, 8085.0, 8143.0, 8112.0, 8081.0, 8094.0, 8095.0, 8066.0, 8083.0, 8083.0, 8128.0, 8085.0, 8082.0, 8082.0, 8099.0, 8084.0, 8097.0, 8083.0, 8114.0, 8099.0, 8085.0, 8098.0, 8087.0, 8084.0, 8099.0, 8087.0, 8128.0, 8103.0, 8070.0, 8099.0, 8099.0, 8081.0, 8098.0, 8104.0, 8129.0, 8102.0, 8067.0, 8095.0, 8082.0, 8067.0, 8082.0, 8084.0, 8127.0, 8101.0, 8069.0, 8097.0, 8098.0, 8068.0, 8098.0, 8073.0, 8097.0, 8102.0, 8082.0, 8083.0, 8085.0, 8083.0, 8101.0, 8069.0, 8117.0, 8086.0, 8070.0, 8098.0, 8086.0, 8116.0, 8100.0, 8087.0, 8146.0, 8084.0, 8068.0, 8094.0, 8099.0, 8113.0, 8080.0, 8070.0, 8096.0, 8080.0, 8084.0, 8080.0, 8100.0, 8084.0, 8101.0, 8085.0, 8085.0, 8098.0, 8083.0, 8065.0, 8085.0, 8088.0, 8127.0, 8104.0, 8067.0, 8095.0, 8099.0, 8084.0, 8121.0, 8090.0, 8133.0, 8106.0, 8074.0, 8101.0, 8087.0, 8114.0, 8088.0, 8162.0, 8087.0, 8087.0, 8116.0, 8086.0, 8098.0, 8097.0, 8071.0, 8102.0, 8087.0, 8075.0, 8101.0, 8090.0, 8088.0, 8100.0, 8089.0, 8130.0, 8102.0, 8068.0, 8098.0, 8082.0, 8107.0, 8097.0, 8096.0, 8093.0, 8078.0, 8107.0, 8078.0, 8063.0, 8093.0, 8085.0, 8066.0, 8099.0, 8083.0, 8078.0, 8079.0, 8065.0, 8100.0, 8082.0, 8095.0, 8078.0, 8064.0, 8077.0, 8092.0, 8069.0, 8097.0, 8081.0, 8090.0, 8105.0, 8137.0, 8088.0, 8076.0, 8097.0, 8083.0, 8119.0, 8101.0, 8084.0, 8127.0, 8081.0, 8080.0, 8112.0, 8085.0, 8085.0, 8165.0, 8087.0, 8088.0, 8100.0, 8099.0, 8084.0, 8118.0, 8099.0, 8086.0, 8115.0, 8098.0, 8070.0, 8098.0, 8085.0, 8130.0, 8121.0, 8088.0, 8147.0, 8101.0, 8071.0, 8084.0, 8082.0, 8095.0, 8103.0, 8129.0, 8087.0, 8088.0, 8085.0, 8086.0, 8066.0, 8102.0, 8091.0, 8115.0, 8108.0, 8075.0, 8101.0, 8102.0, 8099.0, 8109.0, 8088.0, 8147.0, 8107.0, 8070.0, 8084.0, 8082.0, 8111.0, 8103.0, 8084.0, 8142.0, 8100.0, 8065.0, 8078.0, 8081.0, 8079.0, 8084.0, 8084.0, 8146.0, 8085.0, 8083.0, 8082.0, 8097.0, 8082.0, 8105.0, 8087.0, 8129.0, 8108.0, 8086.0, 8084.0, 8088.0, 8070.0, 8104.0, 8087.0, 8133.0, 8090.0, 8073.0, 8100.0, 8106.0, 8094.0, 8108.0, 8090.0, 8152.0, 8174.0, 8195.0, 8213.0, 8110.0, 8046.0, 8091.0, 8089.0, 8077.0, 8118.0, 8070.0, 8072.0, 8129.0, 8104.0, 8088.0, 8148.0, 8086.0, 8078.0, 8102.0, 8074.0, 8130.0, 8122.0, 8059.0, 8099.0, 8040.0, 8041.0, 8069.0, 8057.0, 8040.0, 8097.0, 8054.0, 8039.0, 8067.0, 8057.0, 8043.0, 8103.0, 8061.0, 8046.0, 8087.0, 8047.0, 8044.0, 8088.0, 8062.0, 8064.0, 8108.0, 8067.0, 8053.0, 8109.0, 8068.0, 8052.0, 8128.0, 8084.0, 8053.0, 8110.0, 8056.0, 8069.0, 8083.0, 8071.0, 8117.0, 8100.0, 8074.0, 8083.0, 8085.0, 8090.0, 8122.0, 8106.0, 8093.0, 8119.0, 8109.0, 8082.0, 8109.0, 8111.0, 8103.0, 8109.0, 8126.0, 8095.0, 8092.0, 8135.0, 8079.0, 8062.0, 8103.0, 8078.0, 8153.0, 8106.0, 8075.0, 8102.0, 8066.0, 8085.0, 8094.0, 8082.0, 8126.0, 8127.0, 8082.0, 8123.0, 8097.0, 8092.0, 8141.0, 8096.0, 8153.0, 8137.0, 8077.0, 8130.0, 8087.0, 8071.0, 8130.0, 8089.0, 8147.0, 8116.0, 8071.0, 8113.0, 8094.0, 8071.0, 8136.0, 8086.0, 8126.0, 8080.0, 8070.0, 8080.0, 8081.0, 8067.0, 8114.0, 8086.0, 8119.0, 8085.0, 8072.0, 8098.0, 8086.0, 8090.0, 8135.0, 8089.0, 8072.0, 8102.0, 8099.0, 8119.0, 8086.0, 8091.0, 8144.0, 8106.0, 8068.0, 8094.0, 8065.0, 8076.0, 8100.0, 8071.0, 8142.0, 8096.0, 8053.0, 8094.0, 8066.0, 8065.0, 8112.0, 8083.0, 8085.0, 8094.0, 8053.0, 8092.0, 8067.0, 8084.0, 8113.0, 8066.0, 8126.0, 8080.0, 8065.0, 8091.0, 8069.0, 8097.0, 8096.0, 8082.0, 8122.0, 8065.0, 8062.0, 8090.0, 8067.0, 8107.0, 8082.0, 8078.0, 8078.0, 8051.0, 8064.0, 8084.0, 8067.0, 8143.0, 8081.0, 8065.0, 8092.0, 8066.0, 8077.0, 8083.0, 8066.0, 8125.0, 8065.0, 8082.0, 8094.0, 8085.0, 8083.0, 8101.0, 8087.0, 8083.0, 8097.0, 8069.0, 8110.0, 8082.0, 8087.0, 8099.0, 8069.0, 8122.0, 8081.0, 8065.0, 8080.0, 8068.0, 8123.0, 8083.0, 8068.0, 8097.0, 8071.0, 8069.0, 8098.0, 8090.0, 8114.0, 8087.0, 8103.0, 8122.0, 8101.0, 8077.0, 8126.0, 8094.0, 8104.0, 8086.0, 8071.0, 8096.0, 8083.0, 8084.0, 8114.0, 8085.0, 8098.0, 8081.0, 8082.0, 8124.0, 8084.0, 8085.0, 8127.0, 8100.0, 8065.0, 8078.0, 8065.0, 8105.0, 8082.0, 8064.0, 8142.0, 8081.0, 8076.0, 8089.0, 8061.0, 8122.0, 8077.0, 8065.0, 8107.0, 8065.0, 8063.0, 8079.0, 8079.0, 8115.0, 8069.0, 8092.0, 8079.0, 8078.0, 8076.0, 8079.0, 8064.0, 8097.0, 8070.0, 8086.0, 8114.0, 8070.0, 8066.0, 8080.0, 8086.0, 8129.0, 8099.0, 8083.0, 8109.0, 8067.0, 8064.0, 8078.0, 8069.0, 8124.0, 8098.0, 8080.0, 8093.0, 8065.0, 8062.0, 8098.0, 8081.0, 8140.0, 8082.0, 8078.0, 8092.0, 8065.0, 8066.0, 8098.0, 8082.0, 8114.0, 8082.0, 8084.0, 8095.0, 8085.0, 8088.0, 8142.0, 8103.0, 8082.0, 8097.0, 8084.0, 8065.0, 8098.0, 8069.0, 8126.0, 8082.0, 8066.0, 8079.0, 8080.0, 8110.0, 8085.0, 8082.0, 8129.0, 8070.0, 8066.0, 8080.0, 8068.0, 8129.0, 8083.0, 8085.0, 8125.0, 8065.0, 8065.0, 8096.0, 8091.0, 8086.0, 8117.0, 8071.0, 8110.0, 8083.0, 8082.0, 8119.0, 8078.0, 8145.0, 8086.0, 8081.0, 8093.0, 8068.0, 8082.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.001780344827586207</td></tr>
<tr><td colspan=3>aqi</td><td>0.045353995402298855</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.9446180584465</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1037276870540862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9568888901611051</td></tr>
<tr><td colspan=3>efc</td><td>0.4399</td></tr>
<tr><td colspan=3>fber</td><td>7136.4331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12784802904130552</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.954022988505747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4355750826178393</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.274076127599982</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6622417547090285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.370407365544507</td></tr>
<tr><td colspan=3>gcor</td><td>0.0044856</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017758093774318695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027844421565532684</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.023320224005945</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>22.5925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.9258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.1213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312830.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>624.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.5135</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4629</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.9707</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2898.2767</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>758.0744</td></tr>
<tr><td colspan=3>tsnr</td><td>32.88853965350427</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>