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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-04/func/sub-0057_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8e01a894c1a4cb72400f029b03f42cfb</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:32:42.325000</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109458</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84af782b-edb5-421b-8428-aad9c96c7fcf||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['133242.325000', '133242.785000', '133243.245000', '133243.705000', '133244.165000', '133244.625000', '133245.085000', '133245.545000', '133246.005000', '133246.465000', '133246.925000', '133247.385000', '133247.845000', '133248.305000', '133248.765000', '133249.225000', '133249.685000', '133250.145000', '133250.605000', '133251.065000', '133251.525000', '133251.985000', '133252.445000', '133252.905000', '133253.365000', '133253.825000', '133254.285000', '133254.745000', '133255.205000', '133255.665000', '133256.125000', '133256.585000', '133257.045000', '133257.505000', '133257.965000', '133258.425000', '133258.885000', '133259.345000', '133259.805000', '133300.265000', '133300.725000', '133301.185000', '133301.645000', '133302.105000', '133302.565000', '133303.025000', '133303.485000', '133303.945000', '133304.405000', '133304.865000', '133305.325000', '133305.785000', '133306.245000', '133306.705000', '133307.165000', '133307.625000', '133308.085000', '133308.545000', '133309.005000', '133309.465000', '133309.925000', '133310.385000', '133310.845000', '133311.305000', '133311.765000', '133312.225000', '133312.685000', '133313.145000', '133313.605000', '133314.065000', '133314.525000', '133314.985000', '133315.445000', '133315.905000', '133316.365000', '133316.825000', '133317.285000', '133317.745000', '133318.205000', '133318.665000', '133319.125000', '133319.585000', '133320.045000', '133320.505000', '133320.965000', '133321.425000', '133321.885000', '133322.345000', '133322.805000', '133323.265000', '133323.725000', '133324.185000', '133324.645000', '133325.105000', '133325.565000', '133326.025000', '133326.485000', '133326.945000', '133327.405000', '133327.865000', '133328.325000', '133328.785000', '133329.245000', '133329.705000', '133330.165000', '133330.625000', '133331.085000', '133331.545000', '133332.005000', '133332.465000', '133332.925000', '133333.385000', '133333.845000', '133334.305000', '133334.765000', '133335.225000', '133335.685000', '133336.145000', '133336.605000', '133337.065000', '133337.525000', '133337.985000', '133338.445000', '133338.905000', '133339.365000', '133339.825000', '133340.285000', '133340.745000', '133341.205000', '133341.665000', '133342.125000', '133342.585000', '133343.045000', '133343.505000', '133343.965000', '133344.425000', '133344.885000', '133345.345000', '133345.805000', '133346.265000', '133346.725000', '133347.185000', '133347.645000', '133348.105000', '133348.565000', '133349.025000', '133349.485000', '133349.945000', '133350.405000', '133350.865000', '133351.325000', '133351.785000', '133352.245000', '133352.705000', '133353.165000', '133353.625000', '133354.085000', '133354.545000', '133355.005000', '133355.465000', '133355.925000', '133356.385000', '133356.845000', '133357.305000', '133357.765000', '133358.225000', '133358.685000', '133359.145000', '133359.605000', '133400.065000', '133400.525000', '133400.985000', '133401.445000', '133401.905000', '133402.365000', '133402.825000', '133403.285000', '133403.745000', '133404.205000', '133404.665000', '133405.125000', '133405.585000', '133406.045000', '133406.505000', '133406.965000', '133407.425000', '133407.885000', '133408.345000', '133408.805000', '133409.265000', '133409.725000', '133410.185000', '133410.645000', '133411.105000', '133411.565000', '133412.025000', '133412.485000', '133412.945000', '133413.405000', '133413.865000', '133414.325000', '133414.785000', '133415.245000', '133415.705000', '133416.165000', '133416.625000', '133417.085000', '133417.545000', '133418.005000', '133418.465000', '133418.925000', '133419.385000', '133419.845000', '133420.305000', '133420.765000', '133421.225000', '133421.685000', '133422.145000', '133422.605000', '133423.065000', '133423.525000', '133423.985000', '133424.445000', '133424.905000', '133425.365000', '133425.825000', '133426.285000', '133426.745000', '133427.205000', '133427.665000', '133428.125000', '133428.585000', '133429.045000', '133429.505000', '133429.965000', '133430.425000', '133430.885000', '133431.345000', '133431.805000', '133432.265000', '133432.725000', '133433.185000', '133433.645000', '133434.105000', '133434.565000', '133435.025000', '133435.485000', '133435.945000', '133436.405000', '133436.865000', '133437.325000', '133437.785000', '133438.245000', '133438.705000', '133439.165000', '133439.625000', '133440.085000', '133440.545000', '133441.005000', '133441.465000', '133441.925000', '133442.385000', '133442.845000', '133443.305000', '133443.765000', '133444.225000', '133444.685000', '133445.145000', '133445.605000', '133446.065000', '133446.525000', '133446.985000', '133447.445000', '133447.905000', '133448.365000', '133448.825000', '133449.285000', '133449.745000', '133450.205000', '133450.665000', '133451.125000', '133451.585000', '133452.045000', '133452.505000', '133452.965000', '133453.425000', '133453.885000', '133454.345000', '133454.805000', '133455.265000', '133455.725000', '133456.185000', '133456.645000', '133457.105000', '133457.565000', '133458.025000', '133458.485000', '133458.945000', '133459.405000', '133459.865000', '133500.325000', '133500.785000', '133501.245000', '133501.705000', '133502.165000', '133502.625000', '133503.085000', '133503.545000', '133504.005000', '133504.465000', '133504.925000', '133505.385000', '133505.845000', '133506.305000', '133506.765000', '133507.225000', '133507.685000', '133508.145000', '133508.605000', '133509.065000', '133509.525000', '133509.985000', '133510.445000', '133510.905000', '133511.365000', '133511.825000', '133512.285000', '133512.745000', '133513.205000', '133513.665000', '133514.125000', '133514.585000', '133515.045000', '133515.505000', '133515.965000', '133516.425000', '133516.885000', '133517.345000', '133517.805000', '133518.265000', '133518.725000', '133519.185000', '133519.645000', '133520.105000', '133520.565000', '133521.025000', '133521.485000', '133521.945000', '133522.405000', '133522.865000', '133523.325000', '133523.785000', '133524.245000', '133524.705000', '133525.165000', '133525.625000', '133526.085000', '133526.545000', '133527.005000', '133527.465000', '133527.925000', '133528.385000', '133528.845000', '133529.305000', '133529.765000', '133530.225000', '133530.685000', '133531.145000', '133531.605000', '133532.065000', '133532.525000', '133532.985000', '133533.445000', '133533.905000', '133534.365000', '133534.825000', '133535.285000', '133535.745000', '133536.205000', '133536.665000', '133537.125000', '133537.585000', '133538.045000', '133538.505000', '133538.965000', '133539.425000', '133539.885000', '133540.345000', '133540.805000', '133541.265000', '133541.725000', '133542.185000', '133542.645000', '133543.105000', '133543.565000', '133544.025000', '133544.485000', '133544.945000', '133545.405000', '133545.865000', '133546.325000', '133546.785000', '133547.245000', '133547.705000', '133548.165000', '133548.625000', '133549.085000', '133549.545000', '133550.005000', '133550.465000', '133550.925000', '133551.385000', '133551.845000', '133552.305000', '133552.765000', '133553.225000', '133553.685000', '133554.145000', '133554.605000', '133555.065000', '133555.525000', '133555.985000', '133556.445000', '133556.905000', '133557.365000', '133557.825000', '133558.285000', '133558.745000', '133559.205000', '133559.665000', '133600.125000', '133600.585000', '133601.045000', '133601.505000', '133601.965000', '133602.425000', '133602.885000', '133603.345000', '133603.805000', '133604.265000', '133604.725000', '133605.185000', '133605.645000', '133606.105000', '133606.565000', '133607.025000', '133607.485000', '133607.945000', '133608.405000', '133608.865000', '133609.325000', '133609.785000', '133610.245000', '133610.705000', '133611.165000', '133611.625000', '133612.085000', '133612.545000', '133613.005000', '133613.465000', '133613.925000', '133614.385000', '133614.845000', '133615.305000', '133615.765000', '133616.225000', '133616.685000', '133617.145000', '133617.605000', '133618.065000', '133618.525000', '133618.985000', '133619.445000', '133619.905000', '133620.365000', '133620.825000', '133621.285000', '133621.745000', '133622.205000', '133622.665000', '133623.125000', '133623.585000', '133624.045000', '133624.505000', '133624.965000', '133625.425000', '133625.885000', '133626.345000', '133626.805000', '133627.265000', '133627.725000', '133628.185000', '133628.645000', '133629.105000', '133629.565000', '133630.025000', '133630.485000', '133630.945000', '133631.405000', '133631.865000', '133632.325000', '133632.785000', '133633.245000', '133633.705000', '133634.165000', '133634.625000', '133635.085000', '133635.545000', '133636.005000', '133636.465000', '133636.925000', '133637.385000', '133637.845000', '133638.305000', '133638.765000', '133639.225000', '133639.685000', '133640.145000', '133640.605000', '133641.065000', '133641.525000', '133641.985000', '133642.445000', '133642.905000', '133643.365000', '133643.825000', '133644.285000', '133644.745000', '133645.205000', '133645.665000', '133646.125000', '133646.585000', '133647.045000', '133647.505000', '133647.965000', '133648.425000', '133648.885000', '133649.345000', '133649.805000', '133650.265000', '133650.725000', '133651.185000', '133651.645000', '133652.105000', '133652.565000', '133653.025000', '133653.485000', '133653.945000', '133654.405000', '133654.865000', '133655.325000', '133655.785000', '133656.245000', '133656.705000', '133657.165000', '133657.625000', '133658.085000', '133658.545000', '133659.005000', '133659.465000', '133659.925000', '133700.385000', '133700.845000', '133701.305000', '133701.765000', '133702.225000', '133702.685000', '133703.145000', '133703.605000', '133704.065000', '133704.525000', '133704.985000', '133705.445000', '133705.905000', '133706.365000', '133706.825000', '133707.285000', '133707.745000', '133708.205000', '133708.665000', '133709.125000', '133709.585000', '133710.045000', '133710.505000', '133710.965000', '133711.425000', '133711.885000', '133712.345000', '133712.805000', '133713.265000', '133713.725000', '133714.185000', '133714.645000', '133715.105000', '133715.565000', '133716.025000', '133716.485000', '133716.945000', '133717.405000', '133717.865000', '133718.325000', '133718.785000', '133719.245000', '133719.705000', '133720.165000', '133720.625000', '133721.085000', '133721.545000', '133722.005000', '133722.465000', '133722.925000', '133723.385000', '133723.845000', '133724.305000', '133724.765000', '133725.225000', '133725.685000', '133726.145000', '133726.605000', '133727.065000', '133727.525000', '133727.985000', '133728.445000', '133728.905000', '133729.365000', '133729.825000', '133730.285000', '133730.745000', '133731.205000', '133731.665000', '133732.125000', '133732.585000', '133733.045000', '133733.505000', '133733.965000', '133734.425000', '133734.885000', '133735.345000', '133735.805000', '133736.265000', '133736.725000', '133737.185000', '133737.645000', '133738.105000', '133738.565000', '133739.025000', '133739.485000', '133739.945000', '133740.405000', '133740.865000', '133741.325000', '133741.785000', '133742.245000', '133742.705000', '133743.165000', '133743.625000', '133744.085000', '133744.545000', '133745.005000', '133745.465000', '133745.925000', '133746.385000', '133746.845000', '133747.305000', '133747.765000', '133748.225000', '133748.685000', '133749.145000', '133749.605000', '133750.065000', '133750.525000', '133750.985000', '133751.445000', '133751.905000', '133752.365000', '133752.825000', '133753.285000', '133753.745000', '133754.205000', '133754.665000', '133755.125000', '133755.585000', '133756.045000', '133756.505000', '133756.965000', '133757.425000', '133757.885000', '133758.345000', '133758.805000', '133759.265000', '133759.725000', '133800.185000', '133800.645000', '133801.105000', '133801.565000', '133802.025000', '133802.485000', '133802.945000', '133803.405000', '133803.865000', '133804.325000', '133804.785000', '133805.245000', '133805.705000', '133806.165000', '133806.625000', '133807.085000', '133807.545000', '133808.005000', '133808.465000', '133808.925000', '133809.385000', '133809.845000', '133810.305000', '133810.765000', '133811.225000', '133811.685000', '133812.145000', '133812.605000', '133813.065000', '133813.525000', '133813.985000', '133814.445000', '133814.905000', '133815.365000', '133815.825000', '133816.285000', '133816.745000', '133817.205000', '133817.665000', '133818.125000', '133818.585000', '133819.045000', '133819.505000', '133819.965000', '133820.425000', '133820.885000', '133821.345000', '133821.805000', '133822.265000', '133822.725000', '133823.185000', '133823.645000', '133824.105000', '133824.565000', '133825.025000', '133825.485000', '133825.945000', '133826.405000', '133826.865000', '133827.325000', '133827.785000', '133828.245000', '133828.705000', '133829.165000', '133829.625000', '133830.085000', '133830.545000', '133831.005000', '133831.465000', '133831.925000', '133832.385000', '133832.845000', '133833.305000', '133833.765000', '133834.225000', '133834.685000', '133835.145000', '133835.605000', '133836.065000', '133836.525000', '133836.985000', '133837.445000', '133837.905000', '133838.365000', '133838.825000', '133839.285000', '133839.745000', '133840.205000', '133840.665000', '133841.125000', '133841.585000', '133842.045000', '133842.505000', '133842.965000', '133843.425000', '133843.885000', '133844.345000', '133844.805000', '133845.265000', '133845.725000', '133846.185000', '133846.645000', '133847.105000', '133847.565000', '133848.025000', '133848.485000', '133848.945000', '133849.405000', '133849.865000', '133850.325000', '133850.785000', '133851.245000', '133851.705000', '133852.165000', '133852.625000', '133853.085000', '133853.545000', '133854.005000', '133854.465000', '133854.925000', '133855.385000', '133855.845000', '133856.305000', '133856.765000', '133857.225000', '133857.685000', '133858.145000', '133858.605000', '133859.065000', '133859.525000', '133859.985000', '133900.445000', '133900.905000', '133901.365000', '133901.825000', '133902.285000', '133902.745000', '133903.205000', '133903.665000', '133904.125000', '133904.585000', '133905.045000', '133905.505000', '133905.965000', '133906.425000', '133906.885000', '133907.345000', '133907.805000', '133908.265000', '133908.725000', '133909.185000', '133909.645000', '133910.105000', '133910.565000', '133911.025000', '133911.485000', '133911.945000', '133912.405000', '133912.865000', '133913.325000', '133913.785000', '133914.245000', '133914.705000', '133915.165000', '133915.625000', '133916.085000', '133916.545000', '133917.005000', '133917.465000', '133917.925000', '133918.385000', '133918.845000', '133919.305000', '133919.765000', '133920.225000', '133920.685000', '133921.145000', '133921.605000', '133922.065000', '133922.525000', '133922.985000'], 'ContentTime': ['133309.657000', '133309.660000', '133309.663000', '133309.666000', '133309.668000', '133309.671000', '133309.673000', '133309.676000', '133309.679000', '133309.681000', '133309.684000', '133309.686000', '133309.689000', '133309.692000', '133309.694000', '133309.697000', '133309.699000', '133309.702000', '133309.704000', '133309.707000', '133309.710000', '133309.712000', '133309.715000', '133309.717000', '133309.720000', '133309.723000', '133309.725000', '133309.728000', '133309.737000', '133309.740000', '133309.742000', '133309.745000', '133309.747000', '133309.750000', '133309.752000', '133309.755000', '133309.758000', '133309.760000', '133309.763000', '133309.765000', '133309.768000', '133309.771000', '133309.773000', '133309.776000', '133309.779000', '133309.781000', '133309.784000', '133309.786000', '133309.789000', '133309.791000', '133309.794000', '133309.796000', '133309.799000', '133309.802000', '133309.804000', '133309.816000', '133329.612000', '133329.614000', '133329.617000', '133329.620000', '133329.622000', '133329.625000', '133329.628000', '133329.630000', '133329.633000', '133329.635000', '133329.638000', '133329.641000', '133329.643000', '133329.646000', '133329.648000', '133329.651000', '133329.653000', '133329.656000', '133329.659000', '133329.661000', '133329.664000', '133329.667000', '133329.669000', '133329.672000', '133329.674000', '133329.677000', '133329.680000', '133329.682000', '133329.685000', '133329.687000', '133329.690000', '133329.693000', '133329.695000', '133329.698000', '133329.700000', '133329.703000', '133329.706000', '133329.708000', '133329.711000', '133329.714000', '133329.716000', '133329.719000', '133329.722000', '133329.724000', '133349.611000', '133349.613000', '133349.616000', '133349.619000', '133349.621000', '133349.624000', '133349.626000', '133349.629000', '133349.632000', '133349.634000', '133349.637000', '133349.639000', '133349.642000', '133349.645000', '133349.647000', '133349.650000', '133349.652000', '133349.655000', '133349.657000', '133349.660000', '133349.663000', '133349.665000', '133349.668000', '133349.670000', '133349.673000', '133349.676000', '133349.678000', '133349.681000', '133349.683000', '133349.686000', '133349.689000', '133349.691000', '133349.694000', '133349.696000', '133349.699000', '133349.701000', '133349.704000', '133349.707000', '133349.709000', '133349.712000', '133349.714000', '133349.717000', '133349.725000', '133409.612000', '133409.614000', '133409.617000', '133409.620000', '133409.622000', '133409.630000', '133409.633000', '133409.635000', '133409.638000', '133409.640000', '133409.643000', '133409.645000', '133409.648000', '133409.651000', '133409.653000', '133409.656000', '133409.658000', '133409.661000', '133409.664000', '133409.666000', '133409.669000', '133409.671000', '133409.674000', '133409.677000', '133409.679000', '133409.682000', '133409.684000', '133409.687000', '133409.690000', '133409.692000', '133409.695000', '133409.698000', '133409.700000', '133409.703000', '133409.705000', '133409.708000', '133409.711000', '133409.713000', '133409.716000', '133409.718000', '133409.721000', '133409.724000', '133409.726000', '133429.612000', '133429.615000', '133429.617000', '133429.620000', '133429.622000', '133429.625000', '133429.628000', '133429.630000', '133429.633000', '133429.635000', '133429.638000', '133429.641000', '133429.643000', '133429.646000', '133429.648000', '133429.651000', '133429.654000', '133429.656000', '133429.659000', '133429.661000', '133429.664000', '133429.667000', '133429.669000', '133429.672000', '133429.674000', '133429.677000', '133429.680000', '133429.682000', '133429.685000', '133429.688000', '133429.690000', '133429.693000', '133429.695000', '133429.698000', '133429.701000', '133429.703000', '133429.706000', '133429.708000', '133429.711000', '133429.713000', '133429.716000', '133429.719000', '133429.727000', '133429.730000', '133449.611000', '133449.614000', '133449.617000', '133449.619000', '133449.622000', '133449.625000', '133449.627000', '133449.630000', '133449.632000', '133449.635000', '133449.638000', '133449.640000', '133449.643000', '133449.645000', '133449.648000', '133449.651000', '133449.654000', '133449.657000', '133449.659000', '133449.662000', '133449.664000', '133449.667000', '133449.670000', '133449.672000', '133449.675000', '133449.678000', '133449.680000', '133449.683000', '133449.685000', '133449.688000', '133449.691000', '133449.693000', '133449.696000', '133449.698000', '133449.701000', '133449.704000', '133449.706000', '133449.709000', '133449.712000', '133449.714000', '133449.717000', '133449.720000', '133449.722000', '133509.611000', '133509.614000', '133509.617000', '133509.620000', '133509.622000', '133509.625000', '133509.627000', '133509.630000', '133509.633000', '133509.641000', '133509.643000', '133509.646000', '133509.649000', '133509.651000', '133509.654000', '133509.656000', '133509.659000', '133509.662000', '133509.664000', '133509.667000', '133509.669000', '133509.672000', '133509.675000', '133509.677000', '133509.680000', '133509.683000', '133509.685000', '133509.688000', '133509.691000', '133509.693000', '133509.696000', '133509.698000', '133509.701000', '133509.703000', '133509.706000', '133509.709000', '133509.711000', '133509.714000', '133509.716000', '133509.719000', '133509.722000', '133509.724000', '133509.727000', '133509.729000', '133529.612000', '133529.614000', '133529.617000', '133529.620000', '133529.622000', '133529.625000', '133529.627000', '133529.630000', '133529.633000', '133529.636000', '133529.638000', '133529.641000', '133529.644000', '133529.646000', '133529.649000', '133529.652000', '133529.654000', '133529.657000', '133529.659000', '133529.662000', '133529.665000', '133529.667000', '133529.670000', '133529.672000', '133529.675000', '133529.678000', '133529.680000', '133529.683000', '133529.686000', '133529.688000', '133529.691000', '133529.693000', '133529.696000', '133529.699000', '133529.701000', '133529.704000', '133529.706000', '133529.709000', '133529.712000', '133529.715000', '133529.717000', '133529.720000', '133529.722000', '133549.611000', '133549.614000', '133549.617000', '133549.620000', '133549.622000', '133549.625000', '133549.627000', '133549.630000', '133549.633000', '133549.635000', '133549.638000', '133549.640000', '133549.643000', '133549.646000', '133549.648000', '133549.651000', '133549.653000', '133549.656000', '133549.659000', '133549.661000', '133549.664000', '133549.666000', '133549.669000', '133549.672000', '133549.674000', '133549.677000', '133549.679000', '133549.682000', '133549.685000', '133549.687000', '133549.690000', '133549.693000', '133549.695000', '133549.698000', '133549.701000', '133549.703000', '133549.706000', '133549.708000', '133549.711000', '133549.713000', '133549.716000', '133549.719000', '133549.721000', '133549.724000', '133609.610000', '133609.613000', '133609.616000', '133609.619000', '133609.621000', '133609.624000', '133609.626000', '133609.629000', '133609.632000', '133609.634000', '133609.637000', '133609.639000', '133609.642000', '133609.645000', '133609.647000', '133609.650000', '133609.652000', '133609.655000', '133609.658000', '133609.660000', '133609.663000', '133609.666000', '133609.668000', '133609.672000', '133609.675000', '133609.678000', '133609.680000', '133609.683000', '133609.685000', '133609.689000', '133609.691000', '133609.694000', '133609.697000', '133609.699000', '133609.702000', '133609.705000', '133609.707000', '133609.710000', '133609.713000', '133609.715000', '133609.718000', '133609.720000', '133609.723000', '133629.612000', '133629.614000', '133629.617000', '133629.620000', '133629.622000', '133629.625000', '133629.628000', '133629.630000', '133629.633000', '133629.635000', '133629.638000', '133629.641000', '133629.643000', '133629.646000', '133629.648000', '133629.651000', '133629.653000', '133629.656000', '133629.659000', '133629.661000', '133629.664000', '133629.667000', '133629.669000', '133629.672000', '133629.675000', '133629.677000', '133629.680000', '133629.682000', '133629.685000', '133629.688000', '133629.690000', '133629.693000', '133629.695000', '133629.698000', '133629.709000', '133629.712000', '133629.715000', '133629.717000', '133629.720000', '133629.722000', '133629.725000', '133629.728000', '133629.730000', '133629.733000', '133649.612000', '133649.615000', '133649.617000', '133649.620000', '133649.622000', '133649.625000', '133649.628000', '133649.630000', '133649.633000', '133649.635000', '133649.638000', '133649.641000', '133649.643000', '133649.646000', '133649.649000', '133649.651000', '133649.654000', '133649.656000', '133649.659000', '133649.662000', '133649.664000', '133649.667000', '133649.669000', '133649.672000', '133649.674000', '133649.677000', '133649.680000', '133649.682000', '133649.685000', '133649.688000', '133649.690000', '133649.693000', '133649.695000', '133649.698000', '133649.701000', '133649.703000', '133649.706000', '133649.709000', '133649.711000', '133649.714000', '133649.716000', '133649.719000', '133649.722000', '133709.611000', '133709.614000', '133709.617000', '133709.620000', '133709.622000', '133709.625000', '133709.628000', '133709.630000', '133709.633000', '133709.635000', '133709.638000', '133709.641000', '133709.643000', '133709.646000', '133709.648000', '133709.651000', '133709.654000', '133709.656000', '133709.659000', '133709.662000', '133709.664000', '133709.667000', '133709.669000', '133709.672000', '133709.675000', '133709.677000', '133709.680000', '133709.682000', '133709.685000', '133709.688000', '133709.690000', '133709.693000', '133709.695000', '133709.698000', '133709.701000', '133709.703000', '133709.706000', '133709.708000', '133709.711000', '133709.713000', '133709.716000', '133709.719000', '133709.721000', '133709.724000', '133729.611000', '133729.614000', '133729.617000', '133729.620000', '133729.622000', '133729.625000', '133729.628000', '133729.630000', '133729.633000', '133729.635000', '133729.638000', '133729.641000', '133729.643000', '133729.646000', '133729.648000', '133729.651000', '133729.654000', '133729.656000', '133729.659000', '133729.662000', '133729.664000', '133729.667000', '133729.670000', '133729.672000', '133729.675000', '133729.677000', '133729.680000', '133729.683000', '133729.685000', '133729.688000', '133729.690000', '133729.693000', '133729.696000', '133729.698000', '133729.701000', '133729.704000', '133729.706000', '133729.709000', '133729.711000', '133729.714000', '133729.717000', '133729.719000', '133729.722000', '133749.612000', '133749.614000', '133749.617000', '133749.620000', '133749.622000', '133749.625000', '133749.628000', '133749.630000', '133749.633000', '133749.635000', '133749.638000', '133749.641000', '133749.643000', '133749.646000', '133749.648000', '133749.651000', '133749.654000', '133749.656000', '133749.659000', '133749.662000', '133749.664000', '133749.667000', '133749.670000', '133749.672000', '133749.675000', '133749.678000', '133749.680000', '133749.683000', '133749.685000', '133749.688000', '133749.690000', '133749.693000', '133749.696000', '133749.698000', '133749.701000', '133749.704000', '133749.706000', '133749.709000', '133749.712000', '133749.714000', '133749.717000', '133749.719000', '133749.722000', '133749.725000', '133809.612000', '133809.626000', '133809.629000', '133809.632000', '133809.634000', '133809.637000', '133809.639000', '133809.642000', '133809.645000', '133809.648000', '133809.650000', '133809.653000', '133809.655000', '133809.658000', '133809.660000', '133809.663000', '133809.666000', '133809.668000', '133809.671000', '133809.674000', '133809.676000', '133809.679000', '133809.682000', '133809.684000', '133809.687000', '133809.689000', '133809.692000', '133809.695000', '133809.697000', '133809.700000', '133809.702000', '133809.705000', '133809.708000', '133809.710000', '133809.713000', '133809.716000', '133809.719000', '133809.722000', '133809.725000', '133809.727000', '133809.730000', '133809.733000', '133809.735000', '133829.610000', '133829.613000', '133829.616000', '133829.619000', '133829.621000', '133829.624000', '133829.626000', '133829.629000', '133829.632000', '133829.634000', '133829.637000', '133829.639000', '133829.642000', '133829.645000', '133829.647000', '133829.650000', '133829.653000', '133829.655000', '133829.658000', '133829.660000', '133829.663000', '133829.666000', '133829.668000', '133829.671000', '133829.673000', '133829.676000', '133829.680000', '133829.683000', '133829.686000', '133829.688000', '133829.691000', '133829.694000', '133829.696000', '133829.699000', '133829.701000', '133829.704000', '133829.707000', '133829.709000', '133829.712000', '133829.714000', '133829.717000', '133829.720000', '133829.722000', '133829.725000', '133849.612000', '133849.614000', '133849.617000', '133849.620000', '133849.622000', '133849.625000', '133849.628000', '133849.630000', '133849.633000', '133849.635000', '133849.638000', '133849.641000', '133849.643000', '133849.646000', '133849.648000', '133849.651000', '133849.654000', '133849.656000', '133849.659000', '133849.661000', '133849.664000', '133849.667000', '133849.669000', '133849.672000', '133849.675000', '133849.677000', '133849.680000', '133849.682000', '133849.685000', '133849.688000', '133849.690000', '133849.693000', '133849.695000', '133849.698000', '133849.700000', '133849.703000', '133849.706000', '133849.708000', '133849.711000', '133849.714000', '133849.716000', '133849.719000', '133849.721000', '133909.612000', '133909.615000', '133909.617000', '133909.620000', '133909.622000', '133909.625000', '133909.628000', '133909.630000', '133909.633000', '133909.635000', '133909.638000', '133909.641000', '133909.643000', '133909.646000', '133909.648000', '133909.651000', '133909.654000', '133909.656000', '133909.659000', '133909.661000', '133909.664000', '133909.667000', '133909.669000', '133909.672000', '133909.674000', '133909.677000', '133909.679000', '133909.682000', '133909.685000', '133909.687000', '133909.690000', '133909.693000', '133909.695000', '133909.698000', '133909.701000', '133909.703000', '133909.706000', '133909.708000', '133909.711000', '133909.714000', '133909.716000', '133909.719000', '133909.721000', '133909.724000', '133924.679000', '133924.682000', '133924.685000', '133924.688000', '133924.690000', '133924.693000', '133924.696000', '133924.699000', '133924.702000', '133924.705000', '133924.708000', '133924.711000', '133924.728000', '133924.731000', '133924.734000', '133924.736000', '133924.739000', '133924.742000', '133924.744000', '133924.747000', '133924.750000', '133924.752000', '133924.755000', '133924.757000', '133924.760000', '133924.763000', '133924.767000', '133924.770000', '133924.773000', '133924.776000', '133924.779000', '133924.781000', '133924.784000'], 'InstanceCreationTime': ['133309.657000', '133309.660000', '133309.663000', '133309.666000', '133309.668000', '133309.671000', '133309.673000', '133309.676000', '133309.679000', '133309.681000', '133309.684000', '133309.686000', '133309.689000', '133309.692000', '133309.694000', '133309.697000', '133309.699000', '133309.702000', '133309.704000', '133309.707000', '133309.710000', '133309.712000', '133309.715000', '133309.717000', '133309.720000', '133309.723000', '133309.725000', '133309.728000', '133309.737000', '133309.740000', '133309.742000', '133309.745000', '133309.747000', '133309.750000', '133309.752000', '133309.755000', '133309.758000', '133309.760000', '133309.763000', '133309.765000', '133309.768000', '133309.771000', '133309.773000', '133309.776000', '133309.779000', '133309.781000', '133309.784000', '133309.786000', '133309.789000', '133309.791000', '133309.794000', '133309.796000', '133309.799000', '133309.802000', '133309.804000', '133309.816000', '133329.612000', '133329.614000', '133329.617000', '133329.620000', '133329.622000', '133329.625000', '133329.628000', '133329.630000', '133329.633000', '133329.635000', '133329.638000', '133329.641000', '133329.643000', '133329.646000', '133329.648000', '133329.651000', '133329.653000', '133329.656000', '133329.659000', '133329.661000', '133329.664000', '133329.667000', '133329.669000', '133329.672000', '133329.674000', '133329.677000', '133329.680000', '133329.682000', '133329.685000', '133329.687000', '133329.690000', '133329.693000', '133329.695000', '133329.698000', '133329.700000', '133329.703000', '133329.706000', '133329.708000', '133329.711000', '133329.714000', '133329.716000', '133329.719000', '133329.722000', '133329.724000', '133349.611000', '133349.613000', '133349.616000', '133349.619000', '133349.621000', '133349.624000', '133349.626000', '133349.629000', '133349.632000', '133349.634000', '133349.637000', '133349.639000', '133349.642000', '133349.645000', '133349.647000', '133349.650000', '133349.652000', '133349.655000', '133349.657000', '133349.660000', '133349.663000', '133349.665000', '133349.668000', '133349.670000', '133349.673000', '133349.676000', '133349.678000', '133349.681000', '133349.683000', '133349.686000', '133349.689000', '133349.691000', '133349.694000', '133349.696000', '133349.699000', '133349.701000', '133349.704000', '133349.707000', '133349.709000', '133349.712000', '133349.714000', '133349.717000', '133349.725000', '133409.612000', '133409.614000', '133409.617000', '133409.620000', '133409.622000', '133409.630000', '133409.633000', '133409.635000', '133409.638000', '133409.640000', '133409.643000', '133409.645000', '133409.648000', '133409.651000', '133409.653000', '133409.656000', '133409.658000', '133409.661000', '133409.664000', '133409.666000', '133409.669000', '133409.671000', '133409.674000', '133409.677000', '133409.679000', '133409.682000', '133409.684000', '133409.687000', '133409.690000', '133409.692000', '133409.695000', '133409.698000', '133409.700000', '133409.703000', '133409.705000', '133409.708000', '133409.711000', '133409.713000', '133409.716000', '133409.718000', '133409.721000', '133409.724000', '133409.726000', '133429.612000', '133429.615000', '133429.617000', '133429.620000', '133429.622000', '133429.625000', '133429.628000', '133429.630000', '133429.633000', '133429.635000', '133429.638000', '133429.641000', '133429.643000', '133429.646000', '133429.648000', '133429.651000', '133429.654000', '133429.656000', '133429.659000', '133429.661000', '133429.664000', '133429.667000', '133429.669000', '133429.672000', '133429.674000', '133429.677000', '133429.680000', '133429.682000', '133429.685000', '133429.688000', '133429.690000', '133429.693000', '133429.695000', '133429.698000', '133429.701000', '133429.703000', '133429.706000', '133429.708000', '133429.711000', '133429.713000', '133429.716000', '133429.719000', '133429.727000', '133429.730000', '133449.611000', '133449.614000', '133449.617000', '133449.619000', '133449.622000', '133449.625000', '133449.627000', '133449.630000', '133449.632000', '133449.635000', '133449.638000', '133449.640000', '133449.643000', '133449.645000', '133449.648000', '133449.651000', '133449.654000', '133449.657000', '133449.659000', '133449.662000', '133449.664000', '133449.667000', '133449.670000', '133449.672000', '133449.675000', '133449.678000', '133449.680000', '133449.683000', '133449.685000', '133449.688000', '133449.691000', '133449.693000', '133449.696000', '133449.698000', '133449.701000', '133449.704000', '133449.706000', '133449.709000', '133449.712000', '133449.714000', '133449.717000', '133449.720000', '133449.722000', '133509.611000', '133509.614000', '133509.617000', '133509.620000', '133509.622000', '133509.625000', '133509.627000', '133509.630000', '133509.633000', '133509.641000', '133509.643000', '133509.646000', '133509.649000', '133509.651000', '133509.654000', '133509.656000', '133509.659000', '133509.662000', '133509.664000', '133509.667000', '133509.669000', '133509.672000', '133509.675000', '133509.677000', '133509.680000', '133509.683000', '133509.685000', '133509.688000', '133509.691000', '133509.693000', '133509.696000', '133509.698000', '133509.701000', '133509.703000', '133509.706000', '133509.709000', '133509.711000', '133509.714000', '133509.716000', '133509.719000', '133509.722000', '133509.724000', '133509.727000', '133509.729000', '133529.612000', '133529.614000', '133529.617000', '133529.620000', '133529.622000', '133529.625000', '133529.627000', '133529.630000', '133529.633000', '133529.636000', '133529.638000', '133529.641000', '133529.644000', '133529.646000', '133529.649000', '133529.652000', '133529.654000', '133529.657000', '133529.659000', '133529.662000', '133529.665000', '133529.667000', '133529.670000', '133529.672000', '133529.675000', '133529.678000', '133529.680000', '133529.683000', '133529.686000', '133529.688000', '133529.691000', '133529.693000', '133529.696000', '133529.699000', '133529.701000', '133529.704000', '133529.706000', '133529.709000', '133529.712000', '133529.715000', '133529.717000', '133529.720000', '133529.722000', '133549.611000', '133549.614000', '133549.617000', '133549.620000', '133549.622000', '133549.625000', '133549.627000', '133549.630000', '133549.633000', '133549.635000', '133549.638000', '133549.640000', '133549.643000', '133549.646000', '133549.648000', '133549.651000', '133549.653000', '133549.656000', '133549.659000', '133549.661000', '133549.664000', '133549.666000', '133549.669000', '133549.672000', '133549.674000', '133549.677000', '133549.679000', '133549.682000', '133549.685000', '133549.687000', '133549.690000', '133549.693000', '133549.695000', '133549.698000', '133549.701000', '133549.703000', '133549.706000', '133549.708000', '133549.711000', '133549.713000', '133549.716000', '133549.719000', '133549.721000', '133549.724000', '133609.610000', '133609.613000', '133609.616000', '133609.619000', '133609.621000', '133609.624000', '133609.626000', '133609.629000', '133609.632000', '133609.634000', '133609.637000', '133609.639000', '133609.642000', '133609.645000', '133609.647000', '133609.650000', '133609.652000', '133609.655000', '133609.658000', '133609.660000', '133609.663000', '133609.666000', '133609.668000', '133609.672000', '133609.675000', '133609.678000', '133609.680000', '133609.683000', '133609.685000', '133609.689000', '133609.691000', '133609.694000', '133609.697000', '133609.699000', '133609.702000', '133609.705000', '133609.707000', '133609.710000', '133609.713000', '133609.715000', '133609.718000', '133609.720000', '133609.723000', '133629.612000', '133629.614000', '133629.617000', '133629.620000', '133629.622000', '133629.625000', '133629.628000', '133629.630000', '133629.633000', '133629.635000', '133629.638000', '133629.641000', '133629.643000', '133629.646000', '133629.648000', '133629.651000', '133629.653000', '133629.656000', '133629.659000', '133629.661000', '133629.664000', '133629.667000', '133629.669000', '133629.672000', '133629.675000', '133629.677000', '133629.680000', '133629.682000', '133629.685000', '133629.688000', '133629.690000', '133629.693000', '133629.695000', '133629.698000', '133629.709000', '133629.712000', '133629.715000', '133629.717000', '133629.720000', '133629.722000', '133629.725000', '133629.728000', '133629.730000', '133629.733000', '133649.612000', '133649.615000', '133649.617000', '133649.620000', '133649.622000', '133649.625000', '133649.628000', '133649.630000', '133649.633000', '133649.635000', '133649.638000', '133649.641000', '133649.643000', '133649.646000', '133649.649000', '133649.651000', '133649.654000', '133649.656000', '133649.659000', '133649.662000', '133649.664000', '133649.667000', '133649.669000', '133649.672000', '133649.674000', '133649.677000', '133649.680000', '133649.682000', '133649.685000', '133649.688000', '133649.690000', '133649.693000', '133649.695000', '133649.698000', '133649.701000', '133649.703000', '133649.706000', '133649.709000', '133649.711000', '133649.714000', '133649.716000', '133649.719000', '133649.722000', '133709.611000', '133709.614000', '133709.617000', '133709.620000', '133709.622000', '133709.625000', '133709.628000', '133709.630000', '133709.633000', '133709.635000', '133709.638000', '133709.641000', '133709.643000', '133709.646000', '133709.648000', '133709.651000', '133709.654000', '133709.656000', '133709.659000', '133709.662000', '133709.664000', '133709.667000', '133709.669000', '133709.672000', '133709.675000', '133709.677000', '133709.680000', '133709.682000', '133709.685000', '133709.688000', '133709.690000', '133709.693000', '133709.695000', '133709.698000', '133709.701000', '133709.703000', '133709.706000', '133709.708000', '133709.711000', '133709.713000', '133709.716000', '133709.719000', '133709.721000', '133709.724000', '133729.611000', '133729.614000', '133729.617000', '133729.620000', '133729.622000', '133729.625000', '133729.628000', '133729.630000', '133729.633000', '133729.635000', '133729.638000', '133729.641000', '133729.643000', '133729.646000', '133729.648000', '133729.651000', '133729.654000', '133729.656000', '133729.659000', '133729.662000', '133729.664000', '133729.667000', '133729.670000', '133729.672000', '133729.675000', '133729.677000', '133729.680000', '133729.683000', '133729.685000', '133729.688000', '133729.690000', '133729.693000', '133729.696000', '133729.698000', '133729.701000', '133729.704000', '133729.706000', '133729.709000', '133729.711000', '133729.714000', '133729.717000', '133729.719000', '133729.722000', '133749.612000', '133749.614000', '133749.617000', '133749.620000', '133749.622000', '133749.625000', '133749.628000', '133749.630000', '133749.633000', '133749.635000', '133749.638000', '133749.641000', '133749.643000', '133749.646000', '133749.648000', '133749.651000', '133749.654000', '133749.656000', '133749.659000', '133749.662000', '133749.664000', '133749.667000', '133749.670000', '133749.672000', '133749.675000', '133749.678000', '133749.680000', '133749.683000', '133749.685000', '133749.688000', '133749.690000', '133749.693000', '133749.696000', '133749.698000', '133749.701000', '133749.704000', '133749.706000', '133749.709000', '133749.712000', '133749.714000', '133749.717000', '133749.719000', '133749.722000', '133749.725000', '133809.612000', '133809.626000', '133809.629000', '133809.632000', '133809.634000', '133809.637000', '133809.639000', '133809.642000', '133809.645000', '133809.648000', '133809.650000', '133809.653000', '133809.655000', '133809.658000', '133809.660000', '133809.663000', '133809.666000', '133809.668000', '133809.671000', '133809.674000', '133809.676000', '133809.679000', '133809.682000', '133809.684000', '133809.687000', '133809.689000', '133809.692000', '133809.695000', '133809.697000', '133809.700000', '133809.702000', '133809.705000', '133809.708000', '133809.710000', '133809.713000', '133809.716000', '133809.719000', '133809.722000', '133809.725000', '133809.727000', '133809.730000', '133809.733000', '133809.735000', '133829.610000', '133829.613000', '133829.616000', '133829.619000', '133829.621000', '133829.624000', '133829.626000', '133829.629000', '133829.632000', '133829.634000', '133829.637000', '133829.639000', '133829.642000', '133829.645000', '133829.647000', '133829.650000', '133829.653000', '133829.655000', '133829.658000', '133829.660000', '133829.663000', '133829.666000', '133829.668000', '133829.671000', '133829.673000', '133829.676000', '133829.680000', '133829.683000', '133829.686000', '133829.688000', '133829.691000', '133829.694000', '133829.696000', '133829.699000', '133829.701000', '133829.704000', '133829.707000', '133829.709000', '133829.712000', '133829.714000', '133829.717000', '133829.720000', '133829.722000', '133829.725000', '133849.612000', '133849.614000', '133849.617000', '133849.620000', '133849.622000', '133849.625000', '133849.628000', '133849.630000', '133849.633000', '133849.635000', '133849.638000', '133849.641000', '133849.643000', '133849.646000', '133849.648000', '133849.651000', '133849.654000', '133849.656000', '133849.659000', '133849.661000', '133849.664000', '133849.667000', '133849.669000', '133849.672000', '133849.675000', '133849.677000', '133849.680000', '133849.682000', '133849.685000', '133849.688000', '133849.690000', '133849.693000', '133849.695000', '133849.698000', '133849.700000', '133849.703000', '133849.706000', '133849.708000', '133849.711000', '133849.714000', '133849.716000', '133849.719000', '133849.721000', '133909.612000', '133909.615000', '133909.617000', '133909.620000', '133909.622000', '133909.625000', '133909.628000', '133909.630000', '133909.633000', '133909.635000', '133909.638000', '133909.641000', '133909.643000', '133909.646000', '133909.648000', '133909.651000', '133909.654000', '133909.656000', '133909.659000', '133909.661000', '133909.664000', '133909.667000', '133909.669000', '133909.672000', '133909.674000', '133909.677000', '133909.679000', '133909.682000', '133909.685000', '133909.687000', '133909.690000', '133909.693000', '133909.695000', '133909.698000', '133909.701000', '133909.703000', '133909.706000', '133909.708000', '133909.711000', '133909.714000', '133909.716000', '133909.719000', '133909.721000', '133909.724000', '133924.679000', '133924.682000', '133924.685000', '133924.688000', '133924.690000', '133924.693000', '133924.696000', '133924.699000', '133924.702000', '133924.705000', '133924.708000', '133924.711000', '133924.728000', '133924.731000', '133924.734000', '133924.736000', '133924.739000', '133924.742000', '133924.744000', '133924.747000', '133924.750000', '133924.752000', '133924.755000', '133924.757000', '133924.760000', '133924.763000', '133924.767000', '133924.770000', '133924.773000', '133924.776000', '133924.779000', '133924.781000', '133924.784000'], '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': [9261, 10316, 8318, 12087, 8792, 9119, 7023, 7777, 8528, 7067, 8849, 6907, 7964, 6208, 7579, 6440, 7297, 6197, 7618, 6091, 7635, 6244, 7206, 7351, 6882, 7329, 6986, 8093, 6605, 7791, 7020, 7789, 6692, 7713, 6531, 7914, 6533, 7637, 6439, 6371, 6445, 6053, 7944, 6226, 7986, 6802, 8622, 6315, 6397, 7436, 6398, 8558, 7032, 9295, 7836, 10151, 8669, 9798, 8204, 9340, 7558, 9778, 7357, 9575, 7720, 10285, 9309, 8034, 8631, 7752, 8718, 7378, 8130, 6895, 6461, 7649, 6592, 8499, 7484, 7749, 7112, 6571, 7343, 5659, 8221, 6658, 8294, 6611, 8384, 7021, 8236, 6677, 8285, 6821, 9425, 7400, 10300, 8312, 11316, 8323, 10265, 7634, 8923, 7071, 8713, 6812, 8286, 6458, 8178, 6229, 7989, 6559, 8283, 6358, 8459, 6150, 7794, 6120, 7826, 6030, 7771, 5950, 7994, 6247, 7982, 6172, 8097, 6258, 7907, 6091, 7830, 6123, 8304, 6329, 8124, 6610, 7805, 6422, 8194, 6708, 8640, 6828, 8179, 6562, 8823, 6705, 8519, 6843, 8366, 6746, 8969, 6793, 8707, 6442, 7227, 10460, 7120, 8375, 6865, 8801, 6594, 8504, 6200, 7952, 6259, 7860, 6098, 8000, 6204, 7427, 7251, 7496, 6875, 8336, 6850, 7870, 10133, 8828, 9553, 8020, 10549, 8121, 9969, 9116, 7911, 12222, 9580, 8874, 6910, 8056, 7509, 7164, 9559, 6997, 8346, 6291, 7223, 5911, 7113, 6094, 7223, 5928, 7045, 6237, 7612, 6119, 8119, 6327, 8430, 6622, 8834, 6779, 8796, 6735, 8599, 7471, 9398, 8815, 8525, 12088, 9116, 9772, 7092, 8161, 8960, 7111, 9488, 7257, 8093, 6569, 7571, 6309, 7346, 6121, 7954, 6121, 8000, 7006, 8418, 6987, 8708, 6784, 8458, 7094, 8415, 7084, 8692, 7197, 9131, 6532, 7672, 9455, 7316, 9620, 7096, 7609, 6710, 7978, 6774, 7804, 6873, 7681, 6602, 8588, 6939, 8291, 6944, 7559, 6908, 7178, 6854, 7955, 7062, 6487, 7149, 7275, 6968, 9095, 7306, 10409, 8031, 8604, 7031, 10156, 7748, 9258, 6729, 7891, 8817, 7184, 9153, 6785, 8457, 6766, 7485, 6964, 7578, 6656, 8523, 6599, 8569, 6697, 8575, 7095, 7947, 6613, 8189, 6221, 7687, 7823, 6951, 8673, 6758, 6743, 6920, 6012, 6699, 6509, 7594, 6335, 8204, 6044, 8996, 6360, 8569, 9079, 7471, 8743, 7205, 11362, 8854, 8911, 8288, 7336, 10404, 7314, 8075, 7087, 7924, 6404, 7494, 6971, 7657, 6500, 8166, 6567, 8798, 7018, 8488, 6933, 8649, 7135, 8012, 6341, 7531, 8072, 6929, 8258, 6876, 9019, 6665, 8458, 6939, 8025, 6948, 8524, 6315, 7804, 7005, 6927, 8951, 6961, 8032, 6819, 8742, 8418, 7344, 10718, 9006, 7798, 6248, 7672, 6682, 7237, 10123, 6816, 8192, 6627, 8508, 6494, 8654, 6790, 8667, 6795, 8061, 6458, 8295, 6243, 7839, 6018, 7488, 8354, 7328, 6854, 7198, 6039, 7566, 6176, 8627, 7341, 8527, 6884, 7986, 9321, 7424, 10332, 7543, 8183, 6579, 7684, 10268, 7535, 8610, 6751, 7777, 6142, 7538, 6138, 7464, 6168, 7412, 6131, 7779, 7000, 7917, 6893, 8238, 6691, 8682, 7665, 8147, 9067, 7474, 11014, 8155, 9601, 10922, 9109, 9211, 7819, 7973, 7611, 7686, 9682, 7480, 7983, 6616, 7753, 6291, 7288, 6240, 7189, 6259, 7732, 6294, 8022, 7112, 8384, 6400, 8189, 11072, 8394, 8823, 7036, 7683, 6399, 7363, 6170, 7524, 6353, 7843, 6572, 8355, 6608, 8596, 8076, 7715, 6672, 7624, 6425, 7578, 9503, 7486, 6265, 7410, 6132, 7342, 7035, 7365, 8756, 7435, 6648, 7444, 6476, 7278, 7636, 7446, 9059, 7760, 7998, 7655, 7787, 6822, 7689, 6496, 7532, 6131, 7370, 6132, 7473, 5975, 7424, 6218, 7491, 6469, 8127, 7026, 7888, 6654, 7732, 6270, 7364, 8819, 7279, 7822, 7213, 6483, 7208, 6264, 7223, 6653, 7744, 6347, 7957, 7730, 7612, 11115, 9350, 9188, 8565, 7958, 6541, 7749, 6400, 7379, 7569, 7242, 8430, 7275, 7648, 7010, 8045, 7057, 7853, 6873, 7913, 7066, 7910, 7160, 7421, 6605, 7321, 6668, 8309, 7047, 8189, 7264, 8430, 6365, 7692, 8306, 7596, 10264, 7842, 8211, 6696, 7934, 6375, 7629, 6332, 7344, 6902, 7356, 6171, 7275, 6060, 7291, 6205, 8681, 6697, 8141, 7156, 8550, 8611, 7483, 10874, 8738, 9005, 6977, 8187, 6461, 7598, 8055, 7390, 8871, 7654, 8173, 7536, 7996, 6991, 7740, 6611, 7846, 7236, 7847, 7257, 7690, 7075, 7557, 7288, 7750, 7658, 7182, 7440, 8168, 7588, 7943, 7699, 7970, 6929, 7880, 7513, 7974, 7296, 8227, 7532, 8067, 7539, 8626, 7326, 8673, 7615, 7047, 7512, 6849, 7555, 9317, 7528, 9207, 7951, 8341, 7369, 7882, 7130, 8040, 7794, 7987, 7526, 7963, 7519, 8149, 7485, 7902, 7779, 7584, 7519, 7823, 7311, 7823, 7413, 7913, 7416, 7371, 7050, 6983, 7434, 6761, 7741, 6567, 7397, 6329, 7500, 6435, 7621, 6780, 7614, 6668, 7652, 6507, 7631, 7100, 7566, 6809, 7891, 6587, 7557, 8881, 7644, 9185, 7458, 8558, 7401, 7831, 7187, 7840, 7097, 7989, 7373, 7568, 7135, 7713, 7514, 7844, 7624, 7171, 7171, 7164, 7476, 7703, 7173, 7668, 7755, 7890, 7475, 6830, 7248, 6934, 7270, 8025, 7426, 8013, 7318, 7977, 7066, 7674, 7279, 8042, 7352, 7659, 7289, 7852, 7333, 8091, 7523, 7800, 7664, 8650, 7678, 8611, 7203, 8261, 6869, 7970, 6364, 7722, 6918, 7542, 7053, 7485, 6121, 7490, 6777, 7152, 8082, 7357, 7910, 7012, 7941, 6825, 7912, 6406, 7763, 6558, 7613, 7308, 7555, 6457, 7613, 6968, 7493, 8850, 7456, 8119, 6870, 7957, 6458, 7754, 9121, 7364, 8411, 7131, 7921, 6727, 7973, 6593, 7882, 7146, 7832, 7010, 7616, 7236, 7128, 7144, 7489, 7344, 9296, 7560, 8913, 7714, 11122, 8535, 9520, 9199, 7637, 10248, 8028, 7918, 6997, 7829, 6803, 7638, 8390, 7878, 8129, 6902, 7824, 6457, 7691, 6180, 7454, 6392, 7425, 5997, 7462, 6010, 7562, 6517, 7799, 6573, 7837, 6863, 7557, 9220, 7484, 8171, 6587, 7821, 10718, 7440, 9156, 7566, 8130, 7273, 7953, 6888, 7662, 9846, 7734, 8108, 6874, 7900, 6789], 'WindowCenter': [3711.0, 3704.0, 3669.0, 3698.0, 3666.0, 3665.0, 3628.0, 3627.0, 3635.0, 3615.0, 3646.0, 3615.0, 3635.0, 3604.0, 3638.0, 3617.0, 3626.0, 3606.0, 3638.0, 3605.0, 3638.0, 3617.0, 3642.0, 3640.0, 3628.0, 3628.0, 3629.0, 3639.0, 3629.0, 3639.0, 3641.0, 3639.0, 3629.0, 3639.0, 3630.0, 3651.0, 3632.0, 3652.0, 3632.0, 3631.0, 3644.0, 3634.0, 3666.0, 3636.0, 3679.0, 3646.0, 3663.0, 3632.0, 3632.0, 3642.0, 3632.0, 3663.0, 3642.0, 3663.0, 3653.0, 3673.0, 3650.0, 3660.0, 3650.0, 3648.0, 3638.0, 3658.0, 3626.0, 3646.0, 3625.0, 3658.0, 3648.0, 3626.0, 3633.0, 3623.0, 3622.0, 3625.0, 3623.0, 3614.0, 3602.0, 3640.0, 3617.0, 3638.0, 3601.0, 3626.0, 3627.0, 3629.0, 3639.0, 3606.0, 3648.0, 3617.0, 3649.0, 3628.0, 3649.0, 3642.0, 3664.0, 3644.0, 3652.0, 3631.0, 3648.0, 3626.0, 3656.0, 3635.0, 3656.0, 3624.0, 3644.0, 3612.0, 3631.0, 3601.0, 3621.0, 3602.0, 3635.0, 3599.0, 3621.0, 3588.0, 3620.0, 3599.0, 3620.0, 3601.0, 3635.0, 3604.0, 3625.0, 3591.0, 3623.0, 3603.0, 3623.0, 3605.0, 3637.0, 3615.0, 3636.0, 3606.0, 3638.0, 3616.0, 3638.0, 3605.0, 3639.0, 3607.0, 3650.0, 3618.0, 3650.0, 3629.0, 3640.0, 3630.0, 3649.0, 3643.0, 3675.0, 3644.0, 3663.0, 3645.0, 3662.0, 3631.0, 3664.0, 3632.0, 3650.0, 3630.0, 3662.0, 3632.0, 3663.0, 3618.0, 3640.0, 3672.0, 3643.0, 3650.0, 3629.0, 3661.0, 3631.0, 3650.0, 3619.0, 3653.0, 3644.0, 3654.0, 3634.0, 3665.0, 3632.0, 3654.0, 3654.0, 3654.0, 3644.0, 3665.0, 3643.0, 3666.0, 3674.0, 3666.0, 3673.0, 3653.0, 3672.0, 3640.0, 3661.0, 3649.0, 3652.0, 3682.0, 3647.0, 3647.0, 3614.0, 3636.0, 3624.0, 3615.0, 3657.0, 3627.0, 3651.0, 3617.0, 3626.0, 3593.0, 3626.0, 3604.0, 3626.0, 3605.0, 3640.0, 3619.0, 3651.0, 3620.0, 3652.0, 3633.0, 3665.0, 3633.0, 3663.0, 3631.0, 3663.0, 3643.0, 3662.0, 3641.0, 3662.0, 3649.0, 3649.0, 3670.0, 3649.0, 3659.0, 3613.0, 3635.0, 3634.0, 3613.0, 3644.0, 3613.0, 3635.0, 3614.0, 3624.0, 3603.0, 3626.0, 3605.0, 3636.0, 3606.0, 3639.0, 3628.0, 3649.0, 3629.0, 3648.0, 3628.0, 3649.0, 3630.0, 3650.0, 3628.0, 3636.0, 3627.0, 3648.0, 3605.0, 3626.0, 3645.0, 3625.0, 3646.0, 3614.0, 3624.0, 3614.0, 3634.0, 3615.0, 3625.0, 3616.0, 3637.0, 3628.0, 3648.0, 3629.0, 3650.0, 3631.0, 3639.0, 3629.0, 3628.0, 3630.0, 3650.0, 3630.0, 3617.0, 3629.0, 3627.0, 3628.0, 3648.0, 3642.0, 3671.0, 3638.0, 3647.0, 3626.0, 3657.0, 3625.0, 3645.0, 3614.0, 3638.0, 3646.0, 3614.0, 3645.0, 3613.0, 3633.0, 3614.0, 3625.0, 3626.0, 3637.0, 3628.0, 3648.0, 3629.0, 3649.0, 3630.0, 3662.0, 3641.0, 3649.0, 3629.0, 3649.0, 3607.0, 3639.0, 3638.0, 3628.0, 3648.0, 3617.0, 3628.0, 3642.0, 3616.0, 3629.0, 3617.0, 3640.0, 3618.0, 3651.0, 3619.0, 3662.0, 3618.0, 3663.0, 3662.0, 3639.0, 3647.0, 3627.0, 3668.0, 3647.0, 3647.0, 3635.0, 3627.0, 3656.0, 3624.0, 3624.0, 3614.0, 3635.0, 3616.0, 3625.0, 3626.0, 3640.0, 3631.0, 3648.0, 3630.0, 3663.0, 3642.0, 3661.0, 3641.0, 3650.0, 3629.0, 3650.0, 3617.0, 3652.0, 3638.0, 3628.0, 3648.0, 3628.0, 3648.0, 3630.0, 3650.0, 3640.0, 3650.0, 3642.0, 3663.0, 3630.0, 3652.0, 3640.0, 3642.0, 3663.0, 3642.0, 3650.0, 3629.0, 3651.0, 3664.0, 3640.0, 3671.0, 3651.0, 3626.0, 3615.0, 3626.0, 3615.0, 3626.0, 3669.0, 3629.0, 3649.0, 3628.0, 3660.0, 3630.0, 3661.0, 3645.0, 3663.0, 3643.0, 3652.0, 3631.0, 3664.0, 3631.0, 3653.0, 3619.0, 3641.0, 3651.0, 3641.0, 3629.0, 3643.0, 3619.0, 3652.0, 3619.0, 3676.0, 3655.0, 3664.0, 3642.0, 3652.0, 3661.0, 3640.0, 3660.0, 3640.0, 3650.0, 3615.0, 3638.0, 3658.0, 3637.0, 3647.0, 3615.0, 3638.0, 3606.0, 3637.0, 3605.0, 3639.0, 3618.0, 3639.0, 3621.0, 3653.0, 3642.0, 3664.0, 3644.0, 3663.0, 3644.0, 3678.0, 3654.0, 3653.0, 3650.0, 3629.0, 3669.0, 3637.0, 3660.0, 3669.0, 3647.0, 3645.0, 3625.0, 3625.0, 3622.0, 3623.0, 3643.0, 3613.0, 3635.0, 3613.0, 3625.0, 3603.0, 3625.0, 3614.0, 3626.0, 3617.0, 3638.0, 3618.0, 3650.0, 3641.0, 3651.0, 3619.0, 3651.0, 3671.0, 3639.0, 3649.0, 3627.0, 3639.0, 3615.0, 3625.0, 3604.0, 3637.0, 3616.0, 3638.0, 3617.0, 3648.0, 3616.0, 3650.0, 3637.0, 3627.0, 3615.0, 3638.0, 3603.0, 3625.0, 3646.0, 3624.0, 3603.0, 3625.0, 3603.0, 3624.0, 3613.0, 3626.0, 3636.0, 3625.0, 3613.0, 3624.0, 3602.0, 3624.0, 3623.0, 3625.0, 3648.0, 3637.0, 3624.0, 3624.0, 3624.0, 3613.0, 3625.0, 3602.0, 3624.0, 3603.0, 3626.0, 3605.0, 3626.0, 3605.0, 3637.0, 3617.0, 3638.0, 3632.0, 3652.0, 3641.0, 3653.0, 3630.0, 3640.0, 3618.0, 3640.0, 3660.0, 3641.0, 3639.0, 3640.0, 3617.0, 3639.0, 3618.0, 3641.0, 3630.0, 3641.0, 3618.0, 3651.0, 3638.0, 3639.0, 3670.0, 3661.0, 3660.0, 3648.0, 3637.0, 3604.0, 3636.0, 3615.0, 3626.0, 3636.0, 3640.0, 3649.0, 3627.0, 3636.0, 3640.0, 3650.0, 3640.0, 3649.0, 3629.0, 3651.0, 3641.0, 3651.0, 3642.0, 3641.0, 3643.0, 3641.0, 3643.0, 3663.0, 3643.0, 3664.0, 3642.0, 3652.0, 3619.0, 3640.0, 3649.0, 3639.0, 3671.0, 3651.0, 3650.0, 3617.0, 3638.0, 3616.0, 3638.0, 3616.0, 3641.0, 3640.0, 3640.0, 3618.0, 3640.0, 3619.0, 3640.0, 3621.0, 3665.0, 3644.0, 3654.0, 3643.0, 3664.0, 3650.0, 3629.0, 3670.0, 3649.0, 3649.0, 3627.0, 3637.0, 3615.0, 3626.0, 3636.0, 3626.0, 3647.0, 3639.0, 3648.0, 3638.0, 3637.0, 3627.0, 3637.0, 3627.0, 3648.0, 3639.0, 3649.0, 3641.0, 3639.0, 3641.0, 3640.0, 3653.0, 3653.0, 3652.0, 3629.0, 3641.0, 3649.0, 3639.0, 3638.0, 3639.0, 3639.0, 3628.0, 3638.0, 3639.0, 3637.0, 3639.0, 3649.0, 3639.0, 3639.0, 3640.0, 3649.0, 3641.0, 3649.0, 3638.0, 3626.0, 3627.0, 3615.0, 3637.0, 3646.0, 3638.0, 3648.0, 3637.0, 3636.0, 3625.0, 3623.0, 3614.0, 3635.0, 3626.0, 3634.0, 3625.0, 3635.0, 3625.0, 3624.0, 3626.0, 3636.0, 3625.0, 3625.0, 3626.0, 3624.0, 3626.0, 3625.0, 3627.0, 3636.0, 3642.0, 3638.0, 3628.0, 3627.0, 3640.0, 3628.0, 3640.0, 3629.0, 3640.0, 3618.0, 3640.0, 3619.0, 3640.0, 3628.0, 3639.0, 3617.0, 3638.0, 3617.0, 3640.0, 3627.0, 3638.0, 3616.0, 3637.0, 3615.0, 3626.0, 3647.0, 3638.0, 3647.0, 3625.0, 3634.0, 3625.0, 3624.0, 3615.0, 3635.0, 3625.0, 3635.0, 3638.0, 3637.0, 3627.0, 3637.0, 3640.0, 3650.0, 3640.0, 3627.0, 3628.0, 3627.0, 3639.0, 3637.0, 3628.0, 3638.0, 3639.0, 3649.0, 3640.0, 3628.0, 3641.0, 3640.0, 3642.0, 3652.0, 3654.0, 3652.0, 3643.0, 3652.0, 3642.0, 3652.0, 3653.0, 3652.0, 3654.0, 3652.0, 3642.0, 3651.0, 3642.0, 3652.0, 3652.0, 3639.0, 3641.0, 3650.0, 3639.0, 3649.0, 3640.0, 3651.0, 3617.0, 3637.0, 3605.0, 3637.0, 3626.0, 3638.0, 3628.0, 3640.0, 3632.0, 3642.0, 3629.0, 3641.0, 3650.0, 3642.0, 3664.0, 3643.0, 3651.0, 3629.0, 3653.0, 3618.0, 3640.0, 3618.0, 3651.0, 3640.0, 3652.0, 3630.0, 3652.0, 3642.0, 3642.0, 3662.0, 3641.0, 3653.0, 3631.0, 3651.0, 3619.0, 3641.0, 3660.0, 3639.0, 3649.0, 3640.0, 3650.0, 3629.0, 3650.0, 3630.0, 3652.0, 3642.0, 3651.0, 3643.0, 3652.0, 3655.0, 3642.0, 3643.0, 3642.0, 3644.0, 3662.0, 3641.0, 3650.0, 3640.0, 3670.0, 3648.0, 3648.0, 3646.0, 3638.0, 3658.0, 3636.0, 3624.0, 3614.0, 3625.0, 3602.0, 3624.0, 3634.0, 3637.0, 3635.0, 3614.0, 3625.0, 3604.0, 3636.0, 3604.0, 3627.0, 3617.0, 3639.0, 3618.0, 3640.0, 3619.0, 3652.0, 3631.0, 3654.0, 3643.0, 3654.0, 3631.0, 3653.0, 3663.0, 3641.0, 3651.0, 3628.0, 3640.0, 3672.0, 3642.0, 3662.0, 3640.0, 3650.0, 3628.0, 3639.0, 3627.0, 3651.0, 3660.0, 3638.0, 3637.0, 3628.0, 3638.0, 3615.0], 'WindowWidth': [8382.0, 8358.0, 8302.0, 8338.0, 8290.0, 8288.0, 8228.0, 8222.0, 8230.0, 8205.0, 8245.0, 8203.0, 8230.0, 8189.0, 8238.0, 8210.0, 8221.0, 8195.0, 8240.0, 8192.0, 8237.0, 8213.0, 8251.0, 8246.0, 8227.0, 8224.0, 8229.0, 8242.0, 8229.0, 8241.0, 8249.0, 8242.0, 8228.0, 8241.0, 8232.0, 8261.0, 8239.0, 8266.0, 8240.0, 8237.0, 8260.0, 8248.0, 8291.0, 8254.0, 8314.0, 8266.0, 8281.0, 8237.0, 8238.0, 8250.0, 8237.0, 8279.0, 8251.0, 8279.0, 8267.0, 8291.0, 8257.0, 8269.0, 8257.0, 8251.0, 8237.0, 8263.0, 8219.0, 8246.0, 8215.0, 8263.0, 8250.0, 8217.0, 8221.0, 8207.0, 8204.0, 8215.0, 8211.0, 8198.0, 8182.0, 8244.0, 8207.0, 8234.0, 8173.0, 8218.0, 8221.0, 8227.0, 8239.0, 8193.0, 8250.0, 8208.0, 8256.0, 8227.0, 8254.0, 8250.0, 8285.0, 8260.0, 8265.0, 8234.0, 8253.0, 8219.0, 8259.0, 8230.0, 8258.0, 8212.0, 8237.0, 8192.0, 8217.0, 8176.0, 8203.0, 8183.0, 8230.0, 8172.0, 8202.0, 8157.0, 8200.0, 8173.0, 8203.0, 8179.0, 8229.0, 8188.0, 8214.0, 8168.0, 8211.0, 8184.0, 8210.0, 8192.0, 8236.0, 8204.0, 8233.0, 8195.0, 8239.0, 8209.0, 8238.0, 8193.0, 8241.0, 8197.0, 8259.0, 8213.0, 8258.0, 8231.0, 8244.0, 8233.0, 8258.0, 8259.0, 8302.0, 8257.0, 8280.0, 8260.0, 8277.0, 8236.0, 8284.0, 8240.0, 8259.0, 8234.0, 8278.0, 8238.0, 8279.0, 8213.0, 8245.0, 8292.0, 8255.0, 8259.0, 8230.0, 8273.0, 8237.0, 8259.0, 8219.0, 8269.0, 8262.0, 8271.0, 8245.0, 8288.0, 8241.0, 8273.0, 8271.0, 8271.0, 8257.0, 8287.0, 8255.0, 8288.0, 8298.0, 8288.0, 8293.0, 8266.0, 8291.0, 8244.0, 8273.0, 8255.0, 8264.0, 8302.0, 8248.0, 8247.0, 8201.0, 8233.0, 8215.0, 8204.0, 8263.0, 8224.0, 8262.0, 8211.0, 8220.0, 8174.0, 8220.0, 8191.0, 8222.0, 8194.0, 8245.0, 8218.0, 8262.0, 8220.0, 8266.0, 8243.0, 8288.0, 8241.0, 8280.0, 8237.0, 8280.0, 8256.0, 8279.0, 8247.0, 8278.0, 8253.0, 8253.0, 8284.0, 8254.0, 8268.0, 8198.0, 8228.0, 8225.0, 8197.0, 8238.0, 8197.0, 8228.0, 8201.0, 8214.0, 8186.0, 8218.0, 8192.0, 8233.0, 8196.0, 8241.0, 8228.0, 8255.0, 8230.0, 8253.0, 8227.0, 8255.0, 8234.0, 8260.0, 8226.0, 8232.0, 8223.0, 8250.0, 8190.0, 8219.0, 8242.0, 8217.0, 8246.0, 8200.0, 8213.0, 8200.0, 8226.0, 8204.0, 8218.0, 8208.0, 8237.0, 8227.0, 8254.0, 8232.0, 8260.0, 8234.0, 8245.0, 8231.0, 8226.0, 8234.0, 8257.0, 8230.0, 8211.0, 8228.0, 8223.0, 8225.0, 8253.0, 8250.0, 8287.0, 8238.0, 8248.0, 8219.0, 8262.0, 8215.0, 8244.0, 8201.0, 8240.0, 8247.0, 8199.0, 8240.0, 8199.0, 8223.0, 8202.0, 8217.0, 8221.0, 8237.0, 8226.0, 8254.0, 8230.0, 8256.0, 8235.0, 8279.0, 8249.0, 8256.0, 8229.0, 8256.0, 8197.0, 8243.0, 8239.0, 8225.0, 8252.0, 8211.0, 8229.0, 8250.0, 8211.0, 8230.0, 8213.0, 8247.0, 8216.0, 8263.0, 8217.0, 8278.0, 8214.0, 8281.0, 8280.0, 8244.0, 8249.0, 8222.0, 8278.0, 8250.0, 8247.0, 8228.0, 8221.0, 8260.0, 8214.0, 8213.0, 8200.0, 8230.0, 8208.0, 8219.0, 8221.0, 8245.0, 8236.0, 8254.0, 8235.0, 8283.0, 8254.0, 8275.0, 8250.0, 8258.0, 8229.0, 8258.0, 8211.0, 8263.0, 8241.0, 8226.0, 8251.0, 8226.0, 8254.0, 8232.0, 8259.0, 8247.0, 8260.0, 8254.0, 8279.0, 8233.0, 8265.0, 8247.0, 8254.0, 8281.0, 8251.0, 8259.0, 8230.0, 8261.0, 8284.0, 8246.0, 8288.0, 8260.0, 8222.0, 8205.0, 8222.0, 8203.0, 8220.0, 8282.0, 8230.0, 8257.0, 8229.0, 8272.0, 8233.0, 8275.0, 8265.0, 8282.0, 8257.0, 8265.0, 8236.0, 8285.0, 8239.0, 8267.0, 8217.0, 8250.0, 8263.0, 8250.0, 8230.0, 8255.0, 8219.0, 8264.0, 8219.0, 8304.0, 8278.0, 8283.0, 8254.0, 8265.0, 8273.0, 8246.0, 8271.0, 8247.0, 8258.0, 8204.0, 8240.0, 8264.0, 8235.0, 8248.0, 8204.0, 8239.0, 8194.0, 8236.0, 8193.0, 8243.0, 8214.0, 8244.0, 8224.0, 8268.0, 8254.0, 8285.0, 8260.0, 8282.0, 8258.0, 8309.0, 8270.0, 8265.0, 8256.0, 8228.0, 8282.0, 8236.0, 8271.0, 8281.0, 8247.0, 8243.0, 8215.0, 8215.0, 8208.0, 8211.0, 8237.0, 8196.0, 8228.0, 8199.0, 8216.0, 8186.0, 8217.0, 8203.0, 8221.0, 8213.0, 8242.0, 8216.0, 8260.0, 8249.0, 8262.0, 8218.0, 8262.0, 8286.0, 8241.0, 8253.0, 8222.0, 8241.0, 8204.0, 8218.0, 8190.0, 8235.0, 8206.0, 8240.0, 8210.0, 8252.0, 8209.0, 8259.0, 8237.0, 8221.0, 8203.0, 8237.0, 8184.0, 8215.0, 8244.0, 8214.0, 8185.0, 8216.0, 8184.0, 8215.0, 8199.0, 8221.0, 8233.0, 8215.0, 8198.0, 8214.0, 8181.0, 8213.0, 8211.0, 8217.0, 8254.0, 8235.0, 8212.0, 8215.0, 8213.0, 8198.0, 8215.0, 8183.0, 8215.0, 8187.0, 8220.0, 8191.0, 8222.0, 8194.0, 8238.0, 8212.0, 8241.0, 8240.0, 8266.0, 8251.0, 8267.0, 8235.0, 8246.0, 8214.0, 8245.0, 8271.0, 8249.0, 8241.0, 8245.0, 8211.0, 8243.0, 8214.0, 8251.0, 8235.0, 8247.0, 8215.0, 8260.0, 8240.0, 8241.0, 8283.0, 8273.0, 8271.0, 8251.0, 8235.0, 8189.0, 8233.0, 8203.0, 8221.0, 8235.0, 8246.0, 8255.0, 8224.0, 8234.0, 8246.0, 8259.0, 8246.0, 8257.0, 8232.0, 8260.0, 8250.0, 8262.0, 8253.0, 8250.0, 8254.0, 8251.0, 8255.0, 8280.0, 8255.0, 8284.0, 8250.0, 8263.0, 8215.0, 8244.0, 8256.0, 8242.0, 8287.0, 8260.0, 8257.0, 8211.0, 8239.0, 8208.0, 8239.0, 8209.0, 8250.0, 8247.0, 8245.0, 8216.0, 8246.0, 8217.0, 8248.0, 8224.0, 8287.0, 8259.0, 8271.0, 8254.0, 8284.0, 8259.0, 8228.0, 8283.0, 8255.0, 8256.0, 8224.0, 8234.0, 8203.0, 8220.0, 8232.0, 8220.0, 8250.0, 8242.0, 8252.0, 8238.0, 8235.0, 8224.0, 8237.0, 8225.0, 8253.0, 8241.0, 8254.0, 8248.0, 8244.0, 8248.0, 8246.0, 8268.0, 8268.0, 8265.0, 8231.0, 8250.0, 8255.0, 8241.0, 8239.0, 8242.0, 8241.0, 8225.0, 8241.0, 8241.0, 8238.0, 8241.0, 8255.0, 8243.0, 8242.0, 8245.0, 8254.0, 8247.0, 8255.0, 8239.0, 8219.0, 8221.0, 8204.0, 8234.0, 8245.0, 8239.0, 8252.0, 8234.0, 8232.0, 8216.0, 8212.0, 8200.0, 8231.0, 8219.0, 8228.0, 8217.0, 8229.0, 8217.0, 8215.0, 8220.0, 8233.0, 8217.0, 8216.0, 8218.0, 8214.0, 8219.0, 8217.0, 8222.0, 8233.0, 8253.0, 8240.0, 8227.0, 8224.0, 8245.0, 8228.0, 8244.0, 8230.0, 8244.0, 8213.0, 8245.0, 8217.0, 8244.0, 8226.0, 8243.0, 8210.0, 8239.0, 8211.0, 8245.0, 8224.0, 8237.0, 8206.0, 8236.0, 8203.0, 8219.0, 8249.0, 8239.0, 8249.0, 8217.0, 8227.0, 8216.0, 8213.0, 8203.0, 8230.0, 8217.0, 8229.0, 8240.0, 8235.0, 8223.0, 8235.0, 8245.0, 8258.0, 8245.0, 8224.0, 8227.0, 8223.0, 8240.0, 8236.0, 8226.0, 8241.0, 8243.0, 8255.0, 8245.0, 8228.0, 8248.0, 8246.0, 8251.0, 8266.0, 8270.0, 8263.0, 8253.0, 8264.0, 8252.0, 8266.0, 8269.0, 8264.0, 8270.0, 8263.0, 8251.0, 8262.0, 8252.0, 8266.0, 8264.0, 8244.0, 8248.0, 8257.0, 8241.0, 8255.0, 8244.0, 8261.0, 8211.0, 8236.0, 8191.0, 8237.0, 8219.0, 8240.0, 8228.0, 8245.0, 8242.0, 8250.0, 8232.0, 8248.0, 8258.0, 8252.0, 8286.0, 8256.0, 8261.0, 8229.0, 8268.0, 8215.0, 8246.0, 8214.0, 8261.0, 8247.0, 8266.0, 8233.0, 8266.0, 8251.0, 8251.0, 8277.0, 8248.0, 8267.0, 8237.0, 8260.0, 8216.0, 8248.0, 8271.0, 8243.0, 8256.0, 8247.0, 8259.0, 8229.0, 8257.0, 8235.0, 8265.0, 8253.0, 8265.0, 8255.0, 8266.0, 8273.0, 8254.0, 8254.0, 8252.0, 8256.0, 8278.0, 8246.0, 8257.0, 8245.0, 8286.0, 8251.0, 8252.0, 8244.0, 8239.0, 8266.0, 8232.0, 8214.0, 8201.0, 8216.0, 8180.0, 8211.0, 8228.0, 8235.0, 8230.0, 8200.0, 8217.0, 8187.0, 8232.0, 8188.0, 8223.0, 8211.0, 8244.0, 8214.0, 8247.0, 8220.0, 8266.0, 8237.0, 8271.0, 8258.0, 8269.0, 8236.0, 8268.0, 8280.0, 8249.0, 8262.0, 8226.0, 8243.0, 8291.0, 8251.0, 8275.0, 8245.0, 8260.0, 8227.0, 8242.0, 8224.0, 8262.0, 8272.0, 8238.0, 8236.0, 8229.0, 8239.0, 8205.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.0011005855338691159</td></tr>
<tr><td colspan=3>aqi</td><td>0.027413570608495984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.66524913391961</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.146146354356322</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997583009885055</td></tr>
<tr><td colspan=3>efc</td><td>0.4865</td></tr>
<tr><td colspan=3>fber</td><td>3686.4683</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09512002630468469</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.985074626865672</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5029811663351094</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.511443758304333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6140183013133105</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3834814393876846</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141178</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00835136603564024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026273131370544434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.071839222653483</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>27.1204</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2035</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298137.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>654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.1057</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8543</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.6225</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2877.4382</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>742.6572</td></tr>
<tr><td colspan=3>tsnr</td><td>36.927606270764954</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>