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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-06_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-06_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-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-06_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>56211f84767fe850ac63dc2e977c1d50</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:17:49.170000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</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-06_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.0857559</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.495</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f107115c-3492-47d4-a263-a7c44f49f3c5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['131749.170000', '131749.630000', '131750.090000', '131750.550000', '131751.010000', '131751.470000', '131751.930000', '131752.390000', '131752.850000', '131753.310000', '131753.770000', '131754.230000', '131754.690000', '131755.150000', '131755.610000', '131756.070000', '131756.530000', '131756.990000', '131757.450000', '131757.910000', '131758.370000', '131758.830000', '131759.290000', '131759.750000', '131800.210000', '131800.670000', '131801.130000', '131801.590000', '131802.050000', '131802.510000', '131802.970000', '131803.430000', '131803.890000', '131804.350000', '131804.810000', '131805.270000', '131805.730000', '131806.190000', '131806.650000', '131807.110000', '131807.570000', '131808.030000', '131808.490000', '131808.950000', '131809.410000', '131809.870000', '131810.330000', '131810.790000', '131811.250000', '131811.710000', '131812.170000', '131812.630000', '131813.090000', '131813.550000', '131814.010000', '131814.470000', '131814.930000', '131815.390000', '131815.850000', '131816.310000', '131816.770000', '131817.230000', '131817.690000', '131818.150000', '131818.610000', '131819.070000', '131819.530000', '131819.990000', '131820.450000', '131820.910000', '131821.370000', '131821.830000', '131822.290000', '131822.750000', '131823.210000', '131823.670000', '131824.130000', '131824.590000', '131825.050000', '131825.510000', '131825.970000', '131826.430000', '131826.890000', '131827.350000', '131827.810000', '131828.270000', '131828.730000', '131829.190000', '131829.650000', '131830.110000', '131830.570000', '131831.030000', '131831.490000', '131831.950000', '131832.410000', '131832.870000', '131833.330000', '131833.790000', '131834.250000', '131834.710000', '131835.170000', '131835.630000', '131836.090000', '131836.550000', '131837.010000', '131837.470000', '131837.930000', '131838.390000', '131838.850000', '131839.310000', '131839.770000', '131840.230000', '131840.690000', '131841.150000', '131841.610000', '131842.070000', '131842.530000', '131842.990000', '131843.450000', '131843.910000', '131844.370000', '131844.830000', '131845.290000', '131845.750000', '131846.210000', '131846.670000', '131847.130000', '131847.590000', '131848.050000', '131848.510000', '131848.970000', '131849.430000', '131849.890000', '131850.350000', '131850.810000', '131851.270000', '131851.730000', '131852.190000', '131852.650000', '131853.110000', '131853.570000', '131854.030000', '131854.490000', '131854.950000', '131855.410000', '131855.870000', '131856.330000', '131856.790000', '131857.250000', '131857.710000', '131858.170000', '131858.630000', '131859.090000', '131859.550000', '131900.010000', '131900.470000', '131900.930000', '131901.390000', '131901.850000', '131902.310000', '131902.770000', '131903.230000', '131903.690000', '131904.150000', '131904.610000', '131905.070000', '131905.530000', '131905.990000', '131906.450000', '131906.910000', '131907.370000', '131907.830000', '131908.290000', '131908.750000', '131909.210000', '131909.670000', '131910.130000', '131910.590000', '131911.050000', '131911.510000', '131911.970000', '131912.430000', '131912.890000', '131913.350000', '131913.810000', '131914.270000', '131914.730000', '131915.190000', '131915.650000', '131916.110000', '131916.570000', '131917.030000', '131917.490000', '131917.950000', '131918.410000', '131918.870000', '131919.330000', '131919.790000', '131920.250000', '131920.710000', '131921.170000', '131921.630000', '131922.090000', '131922.550000', '131923.010000', '131923.470000', '131923.930000', '131924.390000', '131924.850000', '131925.310000', '131925.770000', '131926.230000', '131926.690000', '131927.150000', '131927.610000', '131928.070000', '131928.530000', '131928.990000', '131929.450000', '131929.910000', '131930.370000', '131930.830000', '131931.290000', '131931.750000', '131932.210000', '131932.670000', '131933.130000', '131933.590000', '131934.050000', '131934.510000', '131934.970000', '131935.430000', '131935.890000', '131936.350000', '131936.810000', '131937.270000', '131937.730000', '131938.190000', '131938.650000', '131939.110000', '131939.570000', '131940.030000', '131940.490000', '131940.950000', '131941.410000', '131941.870000', '131942.330000', '131942.790000', '131943.250000', '131943.710000', '131944.170000', '131944.630000', '131945.090000', '131945.550000', '131946.010000', '131946.470000', '131946.930000', '131947.390000', '131947.850000', '131948.310000', '131948.770000', '131949.230000', '131949.690000', '131950.150000', '131950.610000', '131951.070000', '131951.530000', '131951.990000', '131952.450000', '131952.910000', '131953.370000', '131953.830000', '131954.290000', '131954.750000', '131955.210000', '131955.670000', '131956.130000', '131956.590000', '131957.050000', '131957.510000', '131957.970000', '131958.430000', '131958.890000', '131959.350000', '131959.810000', '132000.270000', '132000.730000', '132001.190000', '132001.650000', '132002.110000', '132002.570000', '132003.030000', '132003.490000', '132003.950000', '132004.410000', '132004.870000', '132005.330000', '132005.790000', '132006.250000', '132006.710000', '132007.170000', '132007.630000', '132008.090000', '132008.550000', '132009.010000', '132009.470000', '132009.930000', '132010.390000', '132010.850000', '132011.310000', '132011.770000', '132012.230000', '132012.690000', '132013.150000', '132013.610000', '132014.070000', '132014.530000', '132014.990000', '132015.450000', '132015.910000', '132016.370000', '132016.830000', '132017.290000', '132017.750000', '132018.210000', '132018.670000', '132019.130000', '132019.590000', '132020.050000', '132020.510000', '132020.970000', '132021.430000', '132021.890000', '132022.350000', '132022.810000', '132023.270000', '132023.730000', '132024.190000', '132024.650000', '132025.110000', '132025.570000', '132026.030000', '132026.490000', '132026.950000', '132027.410000', '132027.870000', '132028.330000', '132028.790000', '132029.250000', '132029.710000', '132030.170000', '132030.630000', '132031.090000', '132031.550000', '132032.010000', '132032.470000', '132032.930000', '132033.390000', '132033.850000', '132034.310000', '132034.770000', '132035.230000', '132035.690000', '132036.150000', '132036.610000', '132037.070000', '132037.530000', '132037.990000', '132038.450000', '132038.910000', '132039.370000', '132039.830000', '132040.290000', '132040.750000', '132041.210000', '132041.670000', '132042.130000', '132042.590000', '132043.050000', '132043.510000', '132043.970000', '132044.430000', '132044.890000', '132045.350000', '132045.810000', '132046.270000', '132046.730000', '132047.190000', '132047.650000', '132048.110000', '132048.570000', '132049.030000', '132049.490000', '132049.950000', '132050.410000', '132050.870000', '132051.330000', '132051.790000', '132052.250000', '132052.710000', '132053.170000', '132053.630000', '132054.090000', '132054.550000', '132055.010000', '132055.470000', '132055.930000', '132056.390000', '132056.850000', '132057.310000', '132057.770000', '132058.230000', '132058.690000', '132059.150000', '132059.610000', '132100.070000', '132100.530000', '132100.990000', '132101.450000', '132101.910000', '132102.370000', '132102.830000', '132103.290000', '132103.750000', '132104.210000', '132104.670000', '132105.130000', '132105.590000', '132106.050000', '132106.510000', '132106.970000', '132107.430000', '132107.890000', '132108.350000', '132108.810000', '132109.270000', '132109.730000', '132110.190000', '132110.650000', '132111.110000', '132111.570000', '132112.030000', '132112.490000', '132112.950000', '132113.410000', '132113.870000', '132114.330000', '132114.790000', '132115.250000', '132115.710000', '132116.170000', '132116.630000', '132117.090000', '132117.550000', '132118.010000', '132118.470000', '132118.930000', '132119.390000', '132119.850000', '132120.310000', '132120.770000', '132121.230000', '132121.690000', '132122.150000', '132122.610000', '132123.070000', '132123.530000', '132123.990000', '132124.450000', '132124.910000', '132125.370000', '132125.830000', '132126.290000', '132126.750000', '132127.210000', '132127.670000', '132128.130000', '132128.590000', '132129.050000', '132129.510000', '132129.970000', '132130.430000', '132130.890000', '132131.350000', '132131.810000', '132132.270000', '132132.730000', '132133.190000', '132133.650000', '132134.110000', '132134.570000', '132135.030000', '132135.490000', '132135.950000', '132136.410000', '132136.870000', '132137.330000', '132137.790000', '132138.250000', '132138.710000', '132139.170000', '132139.630000', '132140.090000', '132140.550000', '132141.010000', '132141.470000', '132141.930000', '132142.390000', '132142.850000', '132143.310000', '132143.770000', '132144.230000', '132144.690000', '132145.150000', '132145.610000', '132146.070000', '132146.530000', '132146.990000', '132147.450000', '132147.910000', '132148.370000', '132148.830000', '132149.290000', '132149.750000', '132150.210000', '132150.670000', '132151.130000', '132151.590000', '132152.050000', '132152.510000', '132152.970000', '132153.430000', '132153.890000', '132154.350000', '132154.810000', '132155.270000', '132155.730000', '132156.190000', '132156.650000', '132157.110000', '132157.570000', '132158.030000', '132158.490000', '132158.950000', '132159.410000', '132159.870000', '132200.330000', '132200.790000', '132201.250000', '132201.710000', '132202.170000', '132202.630000', '132203.090000', '132203.550000', '132204.010000', '132204.470000', '132204.930000', '132205.390000', '132205.850000', '132206.310000', '132206.770000', '132207.230000', '132207.690000', '132208.150000', '132208.610000', '132209.070000', '132209.530000', '132209.990000', '132210.450000', '132210.910000', '132211.370000', '132211.830000', '132212.290000', '132212.750000', '132213.210000', '132213.670000', '132214.130000', '132214.590000', '132215.050000', '132215.510000', '132215.970000', '132216.430000', '132216.890000', '132217.350000', '132217.810000', '132218.270000', '132218.730000', '132219.190000', '132219.650000', '132220.110000', '132220.570000', '132221.030000', '132221.490000', '132221.950000', '132222.410000', '132222.870000', '132223.330000', '132223.790000', '132224.250000', '132224.710000', '132225.170000', '132225.630000', '132226.090000', '132226.550000', '132227.010000', '132227.470000', '132227.930000', '132228.390000', '132228.850000', '132229.310000', '132229.770000', '132230.230000', '132230.690000', '132231.150000', '132231.610000', '132232.070000', '132232.530000', '132232.990000', '132233.450000', '132233.910000', '132234.370000', '132234.830000', '132235.290000', '132235.750000', '132236.210000', '132236.670000', '132237.130000', '132237.590000', '132238.050000', '132238.510000', '132238.970000', '132239.430000', '132239.890000', '132240.350000', '132240.810000', '132241.270000', '132241.730000', '132242.190000', '132242.650000', '132243.110000', '132243.570000', '132244.030000', '132244.490000', '132244.950000', '132245.410000', '132245.870000', '132246.330000', '132246.790000', '132247.250000', '132247.710000', '132248.170000', '132248.630000', '132249.090000', '132249.550000', '132250.010000', '132250.470000', '132250.930000', '132251.390000', '132251.850000', '132252.310000', '132252.770000', '132253.230000', '132253.690000', '132254.150000', '132254.610000', '132255.070000', '132255.530000', '132255.990000', '132256.450000', '132256.910000', '132257.370000', '132257.830000', '132258.290000', '132258.750000', '132259.210000', '132259.670000', '132300.130000', '132300.590000', '132301.050000', '132301.510000', '132301.970000', '132302.430000', '132302.890000', '132303.350000', '132303.810000', '132304.270000', '132304.730000', '132305.190000', '132305.650000', '132306.110000', '132306.570000', '132307.030000', '132307.490000', '132307.950000', '132308.410000', '132308.870000', '132309.330000', '132309.790000', '132310.250000', '132310.710000', '132311.170000', '132311.630000', '132312.090000', '132312.550000', '132313.010000', '132313.470000', '132313.930000', '132314.390000', '132314.850000', '132315.310000', '132315.770000', '132316.230000', '132316.690000', '132317.150000', '132317.610000', '132318.070000', '132318.530000', '132318.990000', '132319.450000', '132319.910000', '132320.370000', '132320.830000', '132321.290000', '132321.750000', '132322.210000', '132322.670000', '132323.130000', '132323.590000', '132324.050000', '132324.510000', '132324.970000', '132325.430000', '132325.890000', '132326.350000', '132326.810000', '132327.270000', '132327.730000', '132328.190000', '132328.650000', '132329.110000', '132329.570000', '132330.030000', '132330.490000', '132330.950000', '132331.410000', '132331.870000', '132332.330000', '132332.790000', '132333.250000', '132333.710000', '132334.170000', '132334.630000', '132335.090000', '132335.550000', '132336.010000', '132336.470000', '132336.930000', '132337.390000', '132337.850000', '132338.310000', '132338.770000', '132339.230000', '132339.690000', '132340.150000', '132340.610000', '132341.070000', '132341.530000', '132341.990000', '132342.450000', '132342.910000', '132343.370000', '132343.830000', '132344.290000', '132344.750000', '132345.210000', '132345.670000', '132346.130000', '132346.590000', '132347.050000', '132347.510000', '132347.970000', '132348.430000', '132348.890000', '132349.350000', '132349.810000', '132350.270000', '132350.730000', '132351.190000', '132351.650000', '132352.110000', '132352.570000', '132353.030000', '132353.490000', '132353.950000', '132354.410000', '132354.870000', '132355.330000', '132355.790000', '132356.250000', '132356.710000', '132357.170000', '132357.630000', '132358.090000', '132358.550000', '132359.010000', '132359.470000', '132359.930000', '132400.390000', '132400.850000', '132401.310000', '132401.770000', '132402.230000', '132402.690000', '132403.150000', '132403.610000', '132404.070000', '132404.530000', '132404.990000', '132405.450000', '132405.910000', '132406.370000', '132406.830000', '132407.290000', '132407.750000', '132408.210000', '132408.670000', '132409.130000', '132409.590000', '132410.050000', '132410.510000', '132410.970000', '132411.430000', '132411.890000', '132412.350000', '132412.810000', '132413.270000', '132413.730000', '132414.190000', '132414.650000', '132415.110000', '132415.570000', '132416.030000', '132416.490000', '132416.950000', '132417.410000', '132417.870000', '132418.330000', '132418.790000', '132419.250000', '132419.710000', '132420.170000', '132420.630000', '132421.090000', '132421.550000', '132422.010000', '132422.470000', '132422.930000', '132423.390000', '132423.850000', '132424.310000', '132424.770000', '132425.230000', '132425.690000', '132426.150000', '132426.610000', '132427.070000', '132427.530000', '132427.990000', '132428.450000', '132428.910000', '132429.370000', '132429.830000'], 'ContentTime': ['131803.548000', '131803.551000', '131803.554000', '131803.557000', '131803.560000', '131803.562000', '131803.565000', '131803.568000', '131803.571000', '131803.574000', '131803.584000', '131803.587000', '131803.590000', '131803.593000', '131803.596000', '131803.599000', '131803.601000', '131803.604000', '131803.607000', '131803.610000', '131803.613000', '131803.616000', '131803.618000', '131803.621000', '131803.624000', '131803.627000', '131803.630000', '131803.637000', '131803.640000', '131803.643000', '131823.491000', '131823.494000', '131823.497000', '131823.500000', '131823.503000', '131823.505000', '131823.508000', '131823.511000', '131823.514000', '131823.517000', '131823.524000', '131823.534000', '131823.537000', '131823.540000', '131823.542000', '131823.545000', '131823.548000', '131823.551000', '131823.554000', '131823.557000', '131823.559000', '131823.562000', '131823.565000', '131823.568000', '131823.571000', '131823.574000', '131823.577000', '131823.580000', '131823.582000', '131823.585000', '131823.588000', '131823.591000', '131823.594000', '131823.597000', '131823.600000', '131823.602000', '131823.605000', '131823.608000', '131823.611000', '131823.614000', '131823.617000', '131823.620000', '131823.623000', '131843.491000', '131843.494000', '131843.497000', '131843.500000', '131843.502000', '131843.505000', '131843.508000', '131843.511000', '131843.514000', '131843.517000', '131843.529000', '131843.532000', '131843.535000', '131843.538000', '131843.541000', '131843.544000', '131843.546000', '131843.549000', '131843.552000', '131843.555000', '131843.558000', '131843.561000', '131843.563000', '131843.566000', '131843.569000', '131843.572000', '131843.575000', '131843.578000', '131843.581000', '131843.584000', '131843.587000', '131843.589000', '131843.592000', '131843.601000', '131843.604000', '131843.607000', '131843.609000', '131843.612000', '131843.615000', '131843.618000', '131843.621000', '131843.624000', '131843.626000', '131843.629000', '131903.491000', '131903.494000', '131903.497000', '131903.500000', '131903.502000', '131903.505000', '131903.508000', '131903.511000', '131903.514000', '131903.517000', '131903.520000', '131903.523000', '131903.526000', '131903.528000', '131903.531000', '131903.534000', '131903.537000', '131903.540000', '131903.543000', '131903.545000', '131903.552000', '131903.554000', '131903.557000', '131903.560000', '131903.563000', '131903.566000', '131903.569000', '131903.571000', '131903.574000', '131903.577000', '131903.580000', '131903.583000', '131903.586000', '131903.589000', '131903.592000', '131903.594000', '131903.597000', '131903.601000', '131903.604000', '131903.607000', '131903.610000', '131903.613000', '131903.615000', '131923.491000', '131923.494000', '131923.497000', '131923.500000', '131923.502000', '131923.505000', '131923.508000', '131923.511000', '131923.514000', '131923.517000', '131923.520000', '131923.522000', '131923.525000', '131923.528000', '131923.531000', '131923.534000', '131923.537000', '131923.539000', '131923.542000', '131923.545000', '131923.548000', '131923.551000', '131923.554000', '131923.557000', '131923.560000', '131923.563000', '131923.566000', '131923.569000', '131923.571000', '131923.574000', '131923.577000', '131923.580000', '131923.583000', '131923.586000', '131923.589000', '131923.591000', '131923.594000', '131923.597000', '131923.600000', '131923.603000', '131923.606000', '131923.609000', '131923.612000', '131923.614000', '131943.491000', '131943.494000', '131943.497000', '131943.500000', '131943.503000', '131943.505000', '131943.512000', '131943.515000', '131943.517000', '131943.520000', '131943.523000', '131943.526000', '131943.529000', '131943.532000', '131943.535000', '131943.537000', '131943.540000', '131943.543000', '131943.546000', '131943.549000', '131943.552000', '131943.554000', '131943.557000', '131943.560000', '131943.563000', '131943.566000', '131943.569000', '131943.571000', '131943.574000', '131943.577000', '131943.580000', '131943.583000', '131943.586000', '131943.589000', '131943.591000', '131943.594000', '131943.597000', '131943.600000', '131943.603000', '131943.606000', '131943.609000', '131943.612000', '131943.614000', '132003.491000', '132003.494000', '132003.497000', '132003.500000', '132003.503000', '132003.506000', '132003.508000', '132003.511000', '132003.514000', '132003.517000', '132003.520000', '132003.523000', '132003.526000', '132003.529000', '132003.532000', '132003.535000', '132003.538000', '132003.541000', '132003.543000', '132003.546000', '132003.549000', '132003.552000', '132003.555000', '132003.558000', '132003.561000', '132003.564000', '132003.567000', '132003.569000', '132003.572000', '132003.575000', '132003.578000', '132003.581000', '132003.584000', '132003.587000', '132003.590000', '132003.593000', '132003.595000', '132003.598000', '132003.601000', '132003.604000', '132003.607000', '132003.610000', '132003.613000', '132003.615000', '132023.491000', '132023.494000', '132023.497000', '132023.500000', '132023.503000', '132023.506000', '132023.518000', '132023.521000', '132023.524000', '132023.527000', '132023.530000', '132023.533000', '132023.536000', '132023.539000', '132023.542000', '132023.544000', '132023.547000', '132023.550000', '132023.553000', '132023.556000', '132023.559000', '132023.562000', '132023.564000', '132023.567000', '132023.570000', '132023.573000', '132023.576000', '132023.579000', '132023.582000', '132023.584000', '132023.587000', '132023.590000', '132023.593000', '132023.596000', '132023.599000', '132023.602000', '132023.605000', '132023.607000', '132023.610000', '132023.613000', '132023.616000', '132023.619000', '132023.622000', '132043.493000', '132043.496000', '132043.499000', '132043.502000', '132043.505000', '132043.508000', '132043.511000', '132043.513000', '132043.516000', '132043.519000', '132043.522000', '132043.525000', '132043.528000', '132043.531000', '132043.534000', '132043.536000', '132043.539000', '132043.542000', '132043.545000', '132043.548000', '132043.551000', '132043.554000', '132043.556000', '132043.559000', '132043.562000', '132043.565000', '132043.568000', '132043.571000', '132043.574000', '132043.577000', '132043.580000', '132043.582000', '132043.585000', '132043.588000', '132043.591000', '132043.594000', '132043.597000', '132043.600000', '132043.603000', '132043.606000', '132043.609000', '132043.611000', '132043.614000', '132103.491000', '132103.494000', '132103.497000', '132103.500000', '132103.503000', '132103.506000', '132103.509000', '132103.511000', '132103.514000', '132103.517000', '132103.520000', '132103.523000', '132103.526000', '132103.529000', '132103.532000', '132103.534000', '132103.537000', '132103.540000', '132103.543000', '132103.546000', '132103.549000', '132103.552000', '132103.555000', '132103.558000', '132103.561000', '132103.564000', '132103.566000', '132103.569000', '132103.572000', '132103.575000', '132103.578000', '132103.581000', '132103.584000', '132103.587000', '132103.590000', '132103.593000', '132103.595000', '132103.598000', '132103.601000', '132103.604000', '132103.607000', '132103.610000', '132103.612000', '132103.615000', '132123.491000', '132123.494000', '132123.497000', '132123.500000', '132123.509000', '132123.512000', '132123.515000', '132123.519000', '132123.523000', '132123.526000', '132123.528000', '132123.531000', '132123.534000', '132123.537000', '132123.540000', '132123.543000', '132123.546000', '132123.549000', '132123.552000', '132123.554000', '132123.557000', '132123.560000', '132123.563000', '132123.566000', '132123.569000', '132123.572000', '132123.575000', '132123.577000', '132123.585000', '132123.588000', '132123.591000', '132123.594000', '132123.597000', '132123.600000', '132123.603000', '132123.606000', '132123.608000', '132123.611000', '132123.614000', '132123.617000', '132123.620000', '132123.623000', '132123.626000', '132143.491000', '132143.494000', '132143.497000', '132143.500000', '132143.503000', '132143.505000', '132143.508000', '132143.511000', '132143.514000', '132143.517000', '132143.520000', '132143.523000', '132143.526000', '132143.528000', '132143.536000', '132143.539000', '132143.542000', '132143.545000', '132143.547000', '132143.550000', '132143.553000', '132143.556000', '132143.559000', '132143.562000', '132143.565000', '132143.568000', '132143.570000', '132143.573000', '132143.576000', '132143.579000', '132143.582000', '132143.585000', '132143.588000', '132143.591000', '132143.594000', '132143.597000', '132143.599000', '132143.602000', '132143.605000', '132143.610000', '132143.613000', '132143.615000', '132143.618000', '132143.621000', '132203.491000', '132203.494000', '132203.497000', '132203.500000', '132203.503000', '132203.505000', '132203.508000', '132203.511000', '132203.514000', '132203.517000', '132203.520000', '132203.523000', '132203.526000', '132203.529000', '132203.532000', '132203.535000', '132203.538000', '132203.541000', '132203.544000', '132203.547000', '132203.550000', '132203.553000', '132203.555000', '132203.558000', '132203.561000', '132203.564000', '132203.567000', '132203.570000', '132203.573000', '132203.576000', '132203.579000', '132203.582000', '132203.585000', '132203.588000', '132203.591000', '132203.593000', '132203.596000', '132203.599000', '132203.602000', '132203.605000', '132203.608000', '132203.611000', '132203.613000', '132223.491000', '132223.494000', '132223.497000', '132223.500000', '132223.502000', '132223.505000', '132223.508000', '132223.511000', '132223.514000', '132223.517000', '132223.520000', '132223.523000', '132223.526000', '132223.529000', '132223.531000', '132223.534000', '132223.537000', '132223.540000', '132223.543000', '132223.546000', '132223.549000', '132223.552000', '132223.554000', '132223.557000', '132223.560000', '132223.563000', '132223.566000', '132223.569000', '132223.572000', '132223.575000', '132223.578000', '132223.580000', '132223.583000', '132223.586000', '132223.589000', '132223.592000', '132223.595000', '132223.598000', '132223.601000', '132223.603000', '132223.606000', '132223.609000', '132223.612000', '132223.615000', '132243.491000', '132243.494000', '132243.497000', '132243.500000', '132243.503000', '132243.505000', '132243.508000', '132243.511000', '132243.514000', '132243.517000', '132243.520000', '132243.523000', '132243.526000', '132243.529000', '132243.532000', '132243.535000', '132243.538000', '132243.541000', '132243.547000', '132243.550000', '132243.553000', '132243.556000', '132243.559000', '132243.562000', '132243.564000', '132243.567000', '132243.570000', '132243.573000', '132243.576000', '132243.579000', '132243.582000', '132243.585000', '132243.588000', '132243.590000', '132243.593000', '132243.596000', '132243.599000', '132243.602000', '132243.605000', '132243.608000', '132243.611000', '132243.613000', '132243.616000', '132303.491000', '132303.494000', '132303.497000', '132303.500000', '132303.503000', '132303.506000', '132303.509000', '132303.511000', '132303.514000', '132303.517000', '132303.520000', '132303.523000', '132303.526000', '132303.529000', '132303.532000', '132303.535000', '132303.538000', '132303.550000', '132303.553000', '132303.556000', '132303.559000', '132303.561000', '132303.564000', '132303.567000', '132303.570000', '132303.573000', '132303.576000', '132303.579000', '132303.582000', '132303.585000', '132303.588000', '132303.591000', '132303.594000', '132303.597000', '132303.600000', '132303.602000', '132303.605000', '132303.608000', '132303.611000', '132303.614000', '132303.617000', '132303.619000', '132303.622000', '132303.625000', '132323.491000', '132323.494000', '132323.503000', '132323.506000', '132323.509000', '132323.512000', '132323.515000', '132323.518000', '132323.521000', '132323.523000', '132323.526000', '132323.529000', '132323.544000', '132323.547000', '132323.549000', '132323.552000', '132323.555000', '132323.558000', '132323.561000', '132323.565000', '132323.568000', '132323.571000', '132323.574000', '132323.577000', '132323.580000', '132323.583000', '132323.586000', '132323.589000', '132323.592000', '132323.595000', '132323.598000', '132323.600000', '132323.603000', '132323.606000', '132323.609000', '132323.612000', '132323.615000', '132323.618000', '132323.620000', '132323.623000', '132323.626000', '132323.629000', '132323.632000', '132343.491000', '132343.494000', '132343.497000', '132343.500000', '132343.503000', '132343.506000', '132343.509000', '132343.512000', '132343.514000', '132343.517000', '132343.520000', '132343.523000', '132343.526000', '132343.529000', '132343.532000', '132343.535000', '132343.538000', '132343.542000', '132343.545000', '132343.548000', '132343.551000', '132343.554000', '132343.556000', '132343.559000', '132343.562000', '132343.565000', '132343.568000', '132343.571000', '132343.574000', '132343.577000', '132343.580000', '132343.582000', '132343.585000', '132343.588000', '132343.591000', '132343.594000', '132343.597000', '132343.600000', '132343.602000', '132343.605000', '132343.608000', '132343.611000', '132343.614000', '132343.617000', '132403.491000', '132403.494000', '132403.497000', '132403.500000', '132403.502000', '132403.505000', '132403.508000', '132403.511000', '132403.515000', '132403.518000', '132403.521000', '132403.524000', '132403.527000', '132403.530000', '132403.533000', '132403.536000', '132403.539000', '132403.541000', '132403.544000', '132403.547000', '132403.550000', '132403.553000', '132403.556000', '132403.559000', '132403.561000', '132403.564000', '132403.567000', '132403.570000', '132403.573000', '132403.576000', '132403.579000', '132403.582000', '132403.585000', '132403.588000', '132403.591000', '132403.594000', '132403.597000', '132403.600000', '132403.603000', '132403.605000', '132403.608000', '132403.611000', '132403.614000', '132423.491000', '132423.494000', '132423.497000', '132423.500000', '132423.503000', '132423.505000', '132423.508000', '132423.511000', '132423.514000', '132423.517000', '132423.520000', '132423.523000', '132423.526000', '132423.529000', '132423.532000', '132423.535000', '132423.537000', '132423.540000', '132423.543000', '132423.546000', '132423.554000', '132423.557000', '132423.560000', '132423.563000', '132423.566000', '132423.569000', '132423.572000', '132423.575000', '132423.578000', '132423.581000', '132423.583000', '132423.586000', '132423.589000', '132423.592000', '132423.595000', '132423.598000', '132423.601000', '132423.603000', '132423.606000', '132423.609000', '132423.612000', '132423.615000', '132423.618000', '132423.621000', '132430.822000', '132430.826000', '132430.829000', '132430.832000', '132430.835000', '132430.839000', '132430.842000', '132430.847000', '132430.851000', '132430.855000', '132430.858000', '132430.861000', '132430.864000', '132430.868000', '132430.872000', '132430.875000'], 'InstanceCreationTime': ['131803.548000', '131803.551000', '131803.554000', '131803.557000', '131803.560000', '131803.562000', '131803.565000', '131803.568000', '131803.571000', '131803.574000', '131803.584000', '131803.587000', '131803.590000', '131803.593000', '131803.596000', '131803.599000', '131803.601000', '131803.604000', '131803.607000', '131803.610000', '131803.613000', '131803.616000', '131803.618000', '131803.621000', '131803.624000', '131803.627000', '131803.630000', '131803.637000', '131803.640000', '131803.643000', '131823.491000', '131823.494000', '131823.497000', '131823.500000', '131823.503000', '131823.505000', '131823.508000', '131823.511000', '131823.514000', '131823.517000', '131823.524000', '131823.534000', '131823.537000', '131823.540000', '131823.542000', '131823.545000', '131823.548000', '131823.551000', '131823.554000', '131823.557000', '131823.559000', '131823.562000', '131823.565000', '131823.568000', '131823.571000', '131823.574000', '131823.577000', '131823.580000', '131823.582000', '131823.585000', '131823.588000', '131823.591000', '131823.594000', '131823.597000', '131823.600000', '131823.602000', '131823.605000', '131823.608000', '131823.611000', '131823.614000', '131823.617000', '131823.620000', '131823.623000', '131843.491000', '131843.494000', '131843.497000', '131843.500000', '131843.502000', '131843.505000', '131843.508000', '131843.511000', '131843.514000', '131843.517000', '131843.529000', '131843.532000', '131843.535000', '131843.538000', '131843.541000', '131843.544000', '131843.546000', '131843.549000', '131843.552000', '131843.555000', '131843.558000', '131843.561000', '131843.563000', '131843.566000', '131843.569000', '131843.572000', '131843.575000', '131843.578000', '131843.581000', '131843.584000', '131843.587000', '131843.589000', '131843.592000', '131843.601000', '131843.604000', '131843.607000', '131843.609000', '131843.612000', '131843.615000', '131843.618000', '131843.621000', '131843.624000', '131843.626000', '131843.629000', '131903.491000', '131903.494000', '131903.497000', '131903.500000', '131903.502000', '131903.505000', '131903.508000', '131903.511000', '131903.514000', '131903.517000', '131903.520000', '131903.523000', '131903.526000', '131903.528000', '131903.531000', '131903.534000', '131903.537000', '131903.540000', '131903.543000', '131903.545000', '131903.552000', '131903.554000', '131903.557000', '131903.560000', '131903.563000', '131903.566000', '131903.569000', '131903.571000', '131903.574000', '131903.577000', '131903.580000', '131903.583000', '131903.586000', '131903.589000', '131903.592000', '131903.594000', '131903.597000', '131903.601000', '131903.604000', '131903.607000', '131903.610000', '131903.613000', '131903.615000', '131923.491000', '131923.494000', '131923.497000', '131923.500000', '131923.502000', '131923.505000', '131923.508000', '131923.511000', '131923.514000', '131923.517000', '131923.520000', '131923.522000', '131923.525000', '131923.528000', '131923.531000', '131923.534000', '131923.537000', '131923.539000', '131923.542000', '131923.545000', '131923.548000', '131923.551000', '131923.554000', '131923.557000', '131923.560000', '131923.563000', '131923.566000', '131923.569000', '131923.571000', '131923.574000', '131923.577000', '131923.580000', '131923.583000', '131923.586000', '131923.589000', '131923.591000', '131923.594000', '131923.597000', '131923.600000', '131923.603000', '131923.606000', '131923.609000', '131923.612000', '131923.614000', '131943.491000', '131943.494000', '131943.497000', '131943.500000', '131943.503000', '131943.505000', '131943.512000', '131943.515000', '131943.517000', '131943.520000', '131943.523000', '131943.526000', '131943.529000', '131943.532000', '131943.535000', '131943.537000', '131943.540000', '131943.543000', '131943.546000', '131943.549000', '131943.552000', '131943.554000', '131943.557000', '131943.560000', '131943.563000', '131943.566000', '131943.569000', '131943.571000', '131943.574000', '131943.577000', '131943.580000', '131943.583000', '131943.586000', '131943.589000', '131943.591000', '131943.594000', '131943.597000', '131943.600000', '131943.603000', '131943.606000', '131943.609000', '131943.612000', '131943.614000', '132003.491000', '132003.494000', '132003.497000', '132003.500000', '132003.503000', '132003.506000', '132003.508000', '132003.511000', '132003.514000', '132003.517000', '132003.520000', '132003.523000', '132003.526000', '132003.529000', '132003.532000', '132003.535000', '132003.538000', '132003.541000', '132003.543000', '132003.546000', '132003.549000', '132003.552000', '132003.555000', '132003.558000', '132003.561000', '132003.564000', '132003.567000', '132003.569000', '132003.572000', '132003.575000', '132003.578000', '132003.581000', '132003.584000', '132003.587000', '132003.590000', '132003.593000', '132003.595000', '132003.598000', '132003.601000', '132003.604000', '132003.607000', '132003.610000', '132003.613000', '132003.615000', '132023.491000', '132023.494000', '132023.497000', '132023.500000', '132023.503000', '132023.506000', '132023.518000', '132023.521000', '132023.524000', '132023.527000', '132023.530000', '132023.533000', '132023.536000', '132023.539000', '132023.542000', '132023.544000', '132023.547000', '132023.550000', '132023.553000', '132023.556000', '132023.559000', '132023.562000', '132023.564000', '132023.567000', '132023.570000', '132023.573000', '132023.576000', '132023.579000', '132023.582000', '132023.584000', '132023.587000', '132023.590000', '132023.593000', '132023.596000', '132023.599000', '132023.602000', '132023.605000', '132023.607000', '132023.610000', '132023.613000', '132023.616000', '132023.619000', '132023.622000', '132043.493000', '132043.496000', '132043.499000', '132043.502000', '132043.505000', '132043.508000', '132043.511000', '132043.513000', '132043.516000', '132043.519000', '132043.522000', '132043.525000', '132043.528000', '132043.531000', '132043.534000', '132043.536000', '132043.539000', '132043.542000', '132043.545000', '132043.548000', '132043.551000', '132043.554000', '132043.556000', '132043.559000', '132043.562000', '132043.565000', '132043.568000', '132043.571000', '132043.574000', '132043.577000', '132043.580000', '132043.582000', '132043.585000', '132043.588000', '132043.591000', '132043.594000', '132043.597000', '132043.600000', '132043.603000', '132043.606000', '132043.609000', '132043.611000', '132043.614000', '132103.491000', '132103.494000', '132103.497000', '132103.500000', '132103.503000', '132103.506000', '132103.509000', '132103.511000', '132103.514000', '132103.517000', '132103.520000', '132103.523000', '132103.526000', '132103.529000', '132103.532000', '132103.534000', '132103.537000', '132103.540000', '132103.543000', '132103.546000', '132103.549000', '132103.552000', '132103.555000', '132103.558000', '132103.561000', '132103.564000', '132103.566000', '132103.569000', '132103.572000', '132103.575000', '132103.578000', '132103.581000', '132103.584000', '132103.587000', '132103.590000', '132103.593000', '132103.595000', '132103.598000', '132103.601000', '132103.604000', '132103.607000', '132103.610000', '132103.612000', '132103.615000', '132123.491000', '132123.494000', '132123.497000', '132123.500000', '132123.509000', '132123.512000', '132123.515000', '132123.519000', '132123.523000', '132123.526000', '132123.528000', '132123.531000', '132123.534000', '132123.537000', '132123.540000', '132123.543000', '132123.546000', '132123.549000', '132123.552000', '132123.554000', '132123.557000', '132123.560000', '132123.563000', '132123.566000', '132123.569000', '132123.572000', '132123.575000', '132123.577000', '132123.585000', '132123.588000', '132123.591000', '132123.594000', '132123.597000', '132123.600000', '132123.603000', '132123.606000', '132123.608000', '132123.611000', '132123.614000', '132123.617000', '132123.620000', '132123.623000', '132123.626000', '132143.491000', '132143.494000', '132143.497000', '132143.500000', '132143.503000', '132143.505000', '132143.508000', '132143.511000', '132143.514000', '132143.517000', '132143.520000', '132143.523000', '132143.526000', '132143.528000', '132143.536000', '132143.539000', '132143.542000', '132143.545000', '132143.547000', '132143.550000', '132143.553000', '132143.556000', '132143.559000', '132143.562000', '132143.565000', '132143.568000', '132143.570000', '132143.573000', '132143.576000', '132143.579000', '132143.582000', '132143.585000', '132143.588000', '132143.591000', '132143.594000', '132143.597000', '132143.599000', '132143.602000', '132143.605000', '132143.610000', '132143.613000', '132143.615000', '132143.618000', '132143.621000', '132203.491000', '132203.494000', '132203.497000', '132203.500000', '132203.503000', '132203.505000', '132203.508000', '132203.511000', '132203.514000', '132203.517000', '132203.520000', '132203.523000', '132203.526000', '132203.529000', '132203.532000', '132203.535000', '132203.538000', '132203.541000', '132203.544000', '132203.547000', '132203.550000', '132203.553000', '132203.555000', '132203.558000', '132203.561000', '132203.564000', '132203.567000', '132203.570000', '132203.573000', '132203.576000', '132203.579000', '132203.582000', '132203.585000', '132203.588000', '132203.591000', '132203.593000', '132203.596000', '132203.599000', '132203.602000', '132203.605000', '132203.608000', '132203.611000', '132203.613000', '132223.491000', '132223.494000', '132223.497000', '132223.500000', '132223.502000', '132223.505000', '132223.508000', '132223.511000', '132223.514000', '132223.517000', '132223.520000', '132223.523000', '132223.526000', '132223.529000', '132223.531000', '132223.534000', '132223.537000', '132223.540000', '132223.543000', '132223.546000', '132223.549000', '132223.552000', '132223.554000', '132223.557000', '132223.560000', '132223.563000', '132223.566000', '132223.569000', '132223.572000', '132223.575000', '132223.578000', '132223.580000', '132223.583000', '132223.586000', '132223.589000', '132223.592000', '132223.595000', '132223.598000', '132223.601000', '132223.603000', '132223.606000', '132223.609000', '132223.612000', '132223.615000', '132243.491000', '132243.494000', '132243.497000', '132243.500000', '132243.503000', '132243.505000', '132243.508000', '132243.511000', '132243.514000', '132243.517000', '132243.520000', '132243.523000', '132243.526000', '132243.529000', '132243.532000', '132243.535000', '132243.538000', '132243.541000', '132243.547000', '132243.550000', '132243.553000', '132243.556000', '132243.559000', '132243.562000', '132243.564000', '132243.567000', '132243.570000', '132243.573000', '132243.576000', '132243.579000', '132243.582000', '132243.585000', '132243.588000', '132243.590000', '132243.593000', '132243.596000', '132243.599000', '132243.602000', '132243.605000', '132243.608000', '132243.611000', '132243.613000', '132243.616000', '132303.491000', '132303.494000', '132303.497000', '132303.500000', '132303.503000', '132303.506000', '132303.509000', '132303.511000', '132303.514000', '132303.517000', '132303.520000', '132303.523000', '132303.526000', '132303.529000', '132303.532000', '132303.535000', '132303.538000', '132303.550000', '132303.553000', '132303.556000', '132303.559000', '132303.561000', '132303.564000', '132303.567000', '132303.570000', '132303.573000', '132303.576000', '132303.579000', '132303.582000', '132303.585000', '132303.588000', '132303.591000', '132303.594000', '132303.597000', '132303.600000', '132303.602000', '132303.605000', '132303.608000', '132303.611000', '132303.614000', '132303.617000', '132303.619000', '132303.622000', '132303.625000', '132323.491000', '132323.494000', '132323.503000', '132323.506000', '132323.509000', '132323.512000', '132323.515000', '132323.518000', '132323.521000', '132323.523000', '132323.526000', '132323.529000', '132323.544000', '132323.547000', '132323.549000', '132323.552000', '132323.555000', '132323.558000', '132323.561000', '132323.565000', '132323.568000', '132323.571000', '132323.574000', '132323.577000', '132323.580000', '132323.583000', '132323.586000', '132323.589000', '132323.592000', '132323.595000', '132323.598000', '132323.600000', '132323.603000', '132323.606000', '132323.609000', '132323.612000', '132323.615000', '132323.618000', '132323.620000', '132323.623000', '132323.626000', '132323.629000', '132323.632000', '132343.491000', '132343.494000', '132343.497000', '132343.500000', '132343.503000', '132343.506000', '132343.509000', '132343.512000', '132343.514000', '132343.517000', '132343.520000', '132343.523000', '132343.526000', '132343.529000', '132343.532000', '132343.535000', '132343.538000', '132343.542000', '132343.545000', '132343.548000', '132343.551000', '132343.554000', '132343.556000', '132343.559000', '132343.562000', '132343.565000', '132343.568000', '132343.571000', '132343.574000', '132343.577000', '132343.580000', '132343.582000', '132343.585000', '132343.588000', '132343.591000', '132343.594000', '132343.597000', '132343.600000', '132343.602000', '132343.605000', '132343.608000', '132343.611000', '132343.614000', '132343.617000', '132403.491000', '132403.494000', '132403.497000', '132403.500000', '132403.502000', '132403.505000', '132403.508000', '132403.511000', '132403.515000', '132403.518000', '132403.521000', '132403.524000', '132403.527000', '132403.530000', '132403.533000', '132403.536000', '132403.539000', '132403.541000', '132403.544000', '132403.547000', '132403.550000', '132403.553000', '132403.556000', '132403.559000', '132403.561000', '132403.564000', '132403.567000', '132403.570000', '132403.573000', '132403.576000', '132403.579000', '132403.582000', '132403.585000', '132403.588000', '132403.591000', '132403.594000', '132403.597000', '132403.600000', '132403.603000', '132403.605000', '132403.608000', '132403.611000', '132403.614000', '132423.491000', '132423.494000', '132423.497000', '132423.500000', '132423.503000', '132423.505000', '132423.508000', '132423.511000', '132423.514000', '132423.517000', '132423.520000', '132423.523000', '132423.526000', '132423.529000', '132423.532000', '132423.535000', '132423.537000', '132423.540000', '132423.543000', '132423.546000', '132423.554000', '132423.557000', '132423.560000', '132423.563000', '132423.566000', '132423.569000', '132423.572000', '132423.575000', '132423.578000', '132423.581000', '132423.583000', '132423.586000', '132423.589000', '132423.592000', '132423.595000', '132423.598000', '132423.601000', '132423.603000', '132423.606000', '132423.609000', '132423.612000', '132423.615000', '132423.618000', '132423.621000', '132430.822000', '132430.826000', '132430.829000', '132430.832000', '132430.835000', '132430.839000', '132430.842000', '132430.847000', '132430.851000', '132430.855000', '132430.858000', '132430.861000', '132430.864000', '132430.868000', '132430.872000', '132430.875000'], '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': [9224, 12843, 8598, 11342, 8029, 8289, 8187, 8512, 8888, 8695, 9088, 8984, 9240, 8710, 9300, 8211, 8949, 7815, 8911, 7990, 8501, 8071, 8393, 8938, 8344, 8182, 8966, 7745, 8880, 8611, 9030, 8512, 8913, 8857, 7770, 9191, 7643, 8351, 8008, 7789, 8335, 11661, 7402, 12836, 8004, 8824, 7984, 9091, 8764, 8922, 10234, 9043, 9629, 8883, 8844, 8904, 8346, 8584, 8360, 8502, 8608, 8430, 8228, 8484, 8794, 8101, 8852, 8122, 8939, 9985, 8785, 9241, 8623, 8253, 8106, 8623, 7892, 8534, 7719, 8489, 7861, 8246, 7959, 9197, 7795, 8577, 8120, 7743, 8549, 7909, 8537, 9207, 7408, 7340, 8350, 7750, 8544, 9392, 8397, 9396, 8291, 9003, 9806, 8666, 10086, 8746, 9375, 9180, 8403, 9183, 8354, 9291, 9718, 8505, 10996, 7814, 10367, 7436, 9215, 7687, 9184, 7773, 8994, 8446, 9010, 10075, 8985, 9071, 8717, 9088, 8528, 8542, 8003, 9007, 8379, 8997, 10326, 8569, 10980, 8841, 9668, 8506, 8625, 8401, 7845, 8263, 9123, 8220, 8861, 9936, 8803, 8052, 8551, 8512, 8054, 8831, 7661, 8477, 7648, 8389, 7873, 9107, 7904, 8452, 8288, 8549, 8912, 8494, 9034, 8263, 8299, 8114, 8327, 7888, 8065, 9273, 7646, 9248, 7479, 9473, 7986, 9146, 10046, 8493, 11295, 8019, 10947, 7722, 9840, 7905, 10005, 8103, 8812, 8342, 8633, 9311, 8825, 8457, 8756, 8391, 8695, 11605, 7890, 10432, 7882, 8091, 8223, 8684, 8829, 8676, 8779, 8638, 8578, 8879, 9843, 8402, 8760, 8237, 9002, 7860, 8992, 7907, 9036, 7997, 8679, 8373, 8195, 8584, 8077, 8598, 8755, 8426, 8566, 8378, 8598, 8110, 8467, 7832, 8384, 7832, 7491, 8435, 7684, 8150, 8808, 8338, 8928, 8543, 8903, 8375, 8558, 9466, 8897, 8878, 9032, 8784, 9121, 8959, 9159, 9708, 9251, 10062, 8765, 10108, 8344, 9592, 8588, 9053, 8575, 9969, 8606, 8284, 8647, 8836, 8645, 8139, 8605, 8667, 8453, 8741, 9742, 8710, 8422, 8700, 8366, 8653, 8317, 7799, 8774, 7794, 8394, 7429, 8980, 7316, 8398, 6826, 9577, 8458, 8841, 8717, 9161, 9919, 7512, 9128, 7697, 9336, 7959, 9387, 9338, 9392, 9699, 9455, 9639, 8988, 10055, 9233, 9215, 9154, 8411, 8606, 8289, 8715, 8508, 8839, 8138, 8807, 9041, 9024, 8019, 9282, 9497, 8936, 9555, 9613, 9653, 8884, 9537, 7997, 9236, 8523, 8925, 8829, 8981, 8768, 8817, 7981, 8922, 9325, 8814, 9163, 9638, 9183, 8190, 8987, 8466, 8588, 8971, 8171, 9030, 8009, 8445, 8162, 8485, 8579, 8775, 8134, 8038, 8031, 8153, 9100, 7845, 9182, 7785, 8985, 7859, 9130, 8296, 9525, 8843, 8870, 8771, 9064, 8885, 10863, 8514, 10321, 8128, 7609, 8309, 8404, 8412, 8682, 8765, 8749, 8820, 8822, 9421, 8649, 8628, 8319, 9254, 8580, 8941, 8557, 8959, 8671, 8081, 8246, 8039, 8063, 8505, 7811, 9290, 7840, 9492, 7937, 9375, 8405, 8553, 8141, 8356, 8453, 10739, 8469, 8034, 8229, 8183, 8118, 8382, 8192, 8522, 9063, 8508, 9346, 8782, 9849, 8690, 8622, 8559, 8360, 10005, 8140, 8752, 8127, 8233, 8265, 8511, 8249, 9077, 8163, 9462, 8413, 8669, 8474, 8692, 8756, 8219, 9144, 8016, 9330, 8475, 9665, 8346, 10760, 7962, 8484, 9235, 7927, 9137, 6971, 8346, 8543, 8939, 9209, 8435, 9229, 8223, 8784, 9016, 8502, 7994, 8492, 8068, 7795, 7818, 8968, 9677, 8966, 12343, 9045, 13150, 9010, 13119, 8972, 10730, 8570, 9996, 8515, 9117, 8898, 9433, 10932, 9753, 9142, 9390, 8736, 9127, 9812, 8438, 7364, 8004, 7372, 7854, 8395, 7930, 8705, 8160, 9007, 8971, 8908, 8473, 8774, 9758, 8577, 9039, 7989, 8567, 9320, 8298, 10418, 8418, 10290, 8345, 8881, 8308, 8596, 8237, 7987, 8243, 9263, 8045, 8674, 8138, 9034, 9930, 9209, 8684, 8044, 7924, 8886, 8841, 7938, 10434, 8166, 9732, 8026, 9257, 7857, 8643, 8129, 8664, 7579, 8182, 7385, 9670, 7631, 9205, 7812, 9957, 8489, 9044, 9425, 8583, 9217, 8380, 9194, 7972, 9140, 9828, 9121, 12254, 8568, 10430, 8530, 9525, 8355, 12824, 8145, 8520, 8121, 8681, 10217, 8484, 8779, 8217, 8534, 8077, 8224, 8020, 8093, 8280, 9142, 8420, 8251, 8710, 8130, 9064, 8768, 9063, 9177, 8725, 9904, 8125, 8897, 7787, 8720, 7374, 9434, 7668, 9252, 7851, 9448, 7806, 8236, 7541, 8768, 7345, 9280, 8370, 8456, 10430, 9042, 7976, 8731, 7833, 8680, 7796, 8799, 8759, 8050, 11946, 7372, 10310, 7484, 14001, 7599, 10223, 9642, 8243, 9664, 8364, 9881, 8672, 10418, 8632, 8870, 8545, 8674, 8107, 8936, 7859, 8871, 7564, 9057, 7309, 8378, 7616, 8220, 7605, 7891, 7874, 7881, 7891, 10516, 8027, 8428, 8398, 8036, 10235, 7733, 10049, 7688, 8154, 9165, 7615, 8745, 7566, 13139, 8052, 8129, 8647, 8112, 8583, 7969, 9663, 8017, 10041, 7933, 9007, 7916, 8357, 8355, 7801, 8319, 8261, 8296, 8685, 8398, 9597, 7766, 9016, 7486, 9880, 7253, 9352, 7475, 9315, 7530, 8967, 7712, 7976, 7759, 8177, 7906, 10293, 7750, 8225, 7964, 8041, 8027, 8113, 7542, 8087, 7445, 10172, 7616, 9726, 7717, 8811, 7803, 10479, 9015, 8150, 8482, 9683, 8850, 8674, 8956, 7555, 9233, 7736, 8570, 8359, 8563, 8393, 8614, 8323, 8951, 8538, 9308, 8622, 8803, 8220, 7895, 8335, 7756, 8663, 7199, 9590, 7606, 9527, 8197, 8844, 8433, 10933, 8546, 8600, 8569, 8446, 8380, 7201, 7689, 8810, 8141, 8848, 7901, 10805, 7936, 8624, 8534, 8247, 9591, 8042, 8225, 8108, 9012, 8051, 9583, 7729, 9195, 7719, 8576, 8162, 8875, 7660, 10844, 7840, 8860, 8368, 8335, 8434, 7436, 8211, 9602, 8092, 9457, 7667, 10455, 8458, 8106, 8833, 8186, 8967, 7756, 8569, 8026, 8418, 8881, 8795, 8294, 8391, 8742, 7816, 8883, 7471, 8596, 7510, 9416, 8094, 9743, 8235, 9962, 7568, 11603, 7541, 8680, 8226, 8102, 8724, 8124, 9194, 7959, 9220, 7930, 9705, 7913, 9651, 7666, 8976, 8237, 8224, 7669, 8853, 7784, 9761, 7982, 8134, 8761, 7699, 8657, 8224, 7719], 'WindowCenter': [3955.0, 3986.0, 3927.0, 3933.0, 3889.0, 3884.0, 3883.0, 3881.0, 3893.0, 3883.0, 3895.0, 3893.0, 3894.0, 3882.0, 3896.0, 3882.0, 3893.0, 3872.0, 3893.0, 3898.0, 3908.0, 3884.0, 3884.0, 3881.0, 3882.0, 3881.0, 3894.0, 3872.0, 3895.0, 3884.0, 3905.0, 3897.0, 3898.0, 3896.0, 3874.0, 3908.0, 3885.0, 3896.0, 3896.0, 3885.0, 3884.0, 3915.0, 3871.0, 3922.0, 3884.0, 3894.0, 3869.0, 3894.0, 3881.0, 3893.0, 3891.0, 3893.0, 3892.0, 3893.0, 3881.0, 3893.0, 3882.0, 3895.0, 3882.0, 3882.0, 3880.0, 3870.0, 3870.0, 3881.0, 3880.0, 3869.0, 3880.0, 3869.0, 3881.0, 3888.0, 3881.0, 3879.0, 3882.0, 3893.0, 3897.0, 3893.0, 3885.0, 3880.0, 3871.0, 3880.0, 3883.0, 3893.0, 3884.0, 3894.0, 3873.0, 3894.0, 3898.0, 3896.0, 3895.0, 3896.0, 3905.0, 3906.0, 3872.0, 3885.0, 3911.0, 3887.0, 3891.0, 3906.0, 3895.0, 3908.0, 3895.0, 3920.0, 3917.0, 3909.0, 3927.0, 3906.0, 3894.0, 3906.0, 3883.0, 3905.0, 3883.0, 3907.0, 3919.0, 3910.0, 3930.0, 3887.0, 3904.0, 3872.0, 3889.0, 3869.0, 3893.0, 3874.0, 3907.0, 3884.0, 3893.0, 3902.0, 3896.0, 3892.0, 3883.0, 3891.0, 3882.0, 3894.0, 3885.0, 3895.0, 3884.0, 3894.0, 3903.0, 3881.0, 3901.0, 3880.0, 3880.0, 3868.0, 3869.0, 3868.0, 3870.0, 3870.0, 3892.0, 3868.0, 3894.0, 3891.0, 3893.0, 3872.0, 3893.0, 3909.0, 3897.0, 3893.0, 3885.0, 3895.0, 3884.0, 3880.0, 3884.0, 3895.0, 3883.0, 3896.0, 3882.0, 3894.0, 3894.0, 3894.0, 3895.0, 3896.0, 3897.0, 3896.0, 3882.0, 3910.0, 3894.0, 3904.0, 3870.0, 3889.0, 3872.0, 3904.0, 3884.0, 3919.0, 3931.0, 3908.0, 3928.0, 3884.0, 3904.0, 3871.0, 3890.0, 3870.0, 3903.0, 3872.0, 3894.0, 3881.0, 3893.0, 3892.0, 3890.0, 3883.0, 3893.0, 3883.0, 3882.0, 3915.0, 3882.0, 3904.0, 3872.0, 3871.0, 3870.0, 3880.0, 3881.0, 3882.0, 3881.0, 3895.0, 3881.0, 3906.0, 3904.0, 3898.0, 3909.0, 3896.0, 3904.0, 3897.0, 3893.0, 3884.0, 3892.0, 3886.0, 3895.0, 3894.0, 3895.0, 3895.0, 3883.0, 3896.0, 3895.0, 3881.0, 3895.0, 3883.0, 3897.0, 3897.0, 3894.0, 3871.0, 3883.0, 3871.0, 3862.0, 3881.0, 3875.0, 3883.0, 3895.0, 3884.0, 3894.0, 3893.0, 3894.0, 3896.0, 3908.0, 3919.0, 3919.0, 3906.0, 3906.0, 3893.0, 3904.0, 3891.0, 3904.0, 3904.0, 3908.0, 3929.0, 3905.0, 3917.0, 3894.0, 3903.0, 3883.0, 3882.0, 3890.0, 3902.0, 3892.0, 3883.0, 3893.0, 3890.0, 3892.0, 3884.0, 3882.0, 3893.0, 3882.0, 3892.0, 3893.0, 3894.0, 3883.0, 3893.0, 3882.0, 3891.0, 3911.0, 3896.0, 3907.0, 3888.0, 3884.0, 3874.0, 3894.0, 3870.0, 3882.0, 3876.0, 3905.0, 3895.0, 3909.0, 3865.0, 3918.0, 3878.0, 3875.0, 3917.0, 3897.0, 3916.0, 3894.0, 3904.0, 3907.0, 3908.0, 3897.0, 3895.0, 3884.0, 3868.0, 3879.0, 3879.0, 3894.0, 3880.0, 3855.0, 3882.0, 3867.0, 3878.0, 3867.0, 3880.0, 3858.0, 3881.0, 3893.0, 3893.0, 3872.0, 3879.0, 3892.0, 3878.0, 3892.0, 3880.0, 3891.0, 3879.0, 3881.0, 3870.0, 3895.0, 3882.0, 3893.0, 3882.0, 3880.0, 3870.0, 3879.0, 3869.0, 3879.0, 3890.0, 3882.0, 3891.0, 3891.0, 3893.0, 3882.0, 3892.0, 3884.0, 3896.0, 3897.0, 3896.0, 3894.0, 3883.0, 3883.0, 3883.0, 3895.0, 3896.0, 3910.0, 3900.0, 3899.0, 3898.0, 3896.0, 3906.0, 3897.0, 3907.0, 3885.0, 3892.0, 3881.0, 3903.0, 3906.0, 3920.0, 3906.0, 3895.0, 3892.0, 3893.0, 3895.0, 3915.0, 3897.0, 3915.0, 3885.0, 3871.0, 3870.0, 3881.0, 3868.0, 3882.0, 3881.0, 3884.0, 3882.0, 3894.0, 3892.0, 3893.0, 3896.0, 3895.0, 3894.0, 3895.0, 3893.0, 3897.0, 3895.0, 3896.0, 3881.0, 3895.0, 3884.0, 3895.0, 3909.0, 3899.0, 3917.0, 3893.0, 3902.0, 3897.0, 3905.0, 3908.0, 3897.0, 3893.0, 3896.0, 3892.0, 3915.0, 3898.0, 3888.0, 3898.0, 3884.0, 3870.0, 3872.0, 3870.0, 3882.0, 3880.0, 3880.0, 3881.0, 3881.0, 3889.0, 3871.0, 3881.0, 3883.0, 3882.0, 3892.0, 3871.0, 3868.0, 3870.0, 3869.0, 3870.0, 3880.0, 3883.0, 3893.0, 3882.0, 3903.0, 3885.0, 3904.0, 3894.0, 3908.0, 3907.0, 3910.0, 3919.0, 3899.0, 3893.0, 3885.0, 3894.0, 3883.0, 3903.0, 3884.0, 3893.0, 3906.0, 3897.0, 3905.0, 3873.0, 3907.0, 3893.0, 3892.0, 3878.0, 3895.0, 3894.0, 3882.0, 3894.0, 3891.0, 3895.0, 3882.0, 3906.0, 3909.0, 3911.0, 3900.0, 3903.0, 3903.0, 3892.0, 3914.0, 3881.0, 3911.0, 3882.0, 3911.0, 3882.0, 3892.0, 3867.0, 3864.0, 3840.0, 3854.0, 3851.0, 3852.0, 3859.0, 3851.0, 3851.0, 3852.0, 3866.0, 3867.0, 3875.0, 3854.0, 3833.0, 3843.0, 3832.0, 3842.0, 3854.0, 3853.0, 3866.0, 3867.0, 3879.0, 3866.0, 3880.0, 3867.0, 3880.0, 3891.0, 3869.0, 3881.0, 3871.0, 3882.0, 3881.0, 3870.0, 3889.0, 3869.0, 3888.0, 3868.0, 3879.0, 3869.0, 3880.0, 3881.0, 3872.0, 3882.0, 3892.0, 3885.0, 3908.0, 3897.0, 3896.0, 3904.0, 3906.0, 3894.0, 3882.0, 3897.0, 3903.0, 3906.0, 3884.0, 3913.0, 3882.0, 3906.0, 3882.0, 3893.0, 3897.0, 3908.0, 3896.0, 3907.0, 3899.0, 3904.0, 3885.0, 3904.0, 3883.0, 3903.0, 3887.0, 3907.0, 3906.0, 3908.0, 3908.0, 3884.0, 3894.0, 3883.0, 3894.0, 3873.0, 3893.0, 3894.0, 3893.0, 3940.0, 3896.0, 3904.0, 3882.0, 3890.0, 3871.0, 3912.0, 3858.0, 3869.0, 3857.0, 3869.0, 3890.0, 3870.0, 3869.0, 3880.0, 3881.0, 3880.0, 3882.0, 3881.0, 3885.0, 3891.0, 3903.0, 3897.0, 3884.0, 3894.0, 3886.0, 3893.0, 3883.0, 3896.0, 3895.0, 3896.0, 3919.0, 3897.0, 3908.0, 3886.0, 3895.0, 3875.0, 3893.0, 3884.0, 3893.0, 3896.0, 3905.0, 3894.0, 3896.0, 3893.0, 3921.0, 3897.0, 3920.0, 3908.0, 3904.0, 3930.0, 3919.0, 3907.0, 3907.0, 3900.0, 3910.0, 3894.0, 3909.0, 3910.0, 3913.0, 3939.0, 3886.0, 3913.0, 3874.0, 3938.0, 3871.0, 3917.0, 3893.0, 3883.0, 3891.0, 3881.0, 3889.0, 3880.0, 3889.0, 3871.0, 3869.0, 3868.0, 3879.0, 3873.0, 3880.0, 3870.0, 3879.0, 3860.0, 3878.0, 3857.0, 3867.0, 3859.0, 3869.0, 3871.0, 3871.0, 3883.0, 3884.0, 3883.0, 3915.0, 3883.0, 3885.0, 3883.0, 3896.0, 3919.0, 3885.0, 3903.0, 3884.0, 3881.0, 3893.0, 3870.0, 3882.0, 3872.0, 3926.0, 3872.0, 3884.0, 3882.0, 3883.0, 3880.0, 3884.0, 3892.0, 3884.0, 3906.0, 3882.0, 3892.0, 3872.0, 3871.0, 3881.0, 3884.0, 3896.0, 3882.0, 3881.0, 3880.0, 3880.0, 3906.0, 3898.0, 3906.0, 3875.0, 3901.0, 3871.0, 3880.0, 3860.0, 3878.0, 3869.0, 3882.0, 3884.0, 3872.0, 3872.0, 3882.0, 3884.0, 3904.0, 3872.0, 3883.0, 3884.0, 3883.0, 3884.0, 3884.0, 3870.0, 3870.0, 3860.0, 3891.0, 3869.0, 3892.0, 3873.0, 3893.0, 3872.0, 3917.0, 3906.0, 3885.0, 3881.0, 3905.0, 3904.0, 3892.0, 3906.0, 3884.0, 3905.0, 3872.0, 3893.0, 3894.0, 3882.0, 3882.0, 3880.0, 3883.0, 3892.0, 3895.0, 3904.0, 3896.0, 3894.0, 3897.0, 3899.0, 3907.0, 3899.0, 3895.0, 3875.0, 3893.0, 3872.0, 3892.0, 3898.0, 3895.0, 3881.0, 3902.0, 3871.0, 3881.0, 3870.0, 3885.0, 3898.0, 3875.0, 3885.0, 3892.0, 3871.0, 3879.0, 3872.0, 3903.0, 3870.0, 3882.0, 3880.0, 3871.0, 3880.0, 3871.0, 3869.0, 3870.0, 3879.0, 3869.0, 3879.0, 3858.0, 3892.0, 3884.0, 3894.0, 3883.0, 3892.0, 3873.0, 3915.0, 3885.0, 3906.0, 3883.0, 3883.0, 3896.0, 3898.0, 3908.0, 3918.0, 3896.0, 3903.0, 3872.0, 3914.0, 3883.0, 3897.0, 3894.0, 3895.0, 3894.0, 3887.0, 3907.0, 3897.0, 3907.0, 3908.0, 3893.0, 3883.0, 3881.0, 3894.0, 3895.0, 3921.0, 3900.0, 3909.0, 3884.0, 3908.0, 3885.0, 3893.0, 3883.0, 3892.0, 3872.0, 3913.0, 3860.0, 3881.0, 3870.0, 3870.0, 3879.0, 3871.0, 3881.0, 3869.0, 3880.0, 3869.0, 3879.0, 3869.0, 3878.0, 3857.0, 3882.0, 3882.0, 3883.0, 3886.0, 3906.0, 3885.0, 3903.0, 3897.0, 3884.0, 3883.0, 3868.0, 3877.0, 3894.0, 3897.0], 'WindowWidth': [8859.0, 8895.0, 8799.0, 8795.0, 8730.0, 8711.0, 8707.0, 8702.0, 8721.0, 8708.0, 8727.0, 8720.0, 8722.0, 8704.0, 8727.0, 8704.0, 8719.0, 8689.0, 8720.0, 8735.0, 8750.0, 8710.0, 8711.0, 8700.0, 8703.0, 8701.0, 8720.0, 8690.0, 8724.0, 8707.0, 8740.0, 8731.0, 8733.0, 8726.0, 8692.0, 8749.0, 8712.0, 8731.0, 8729.0, 8711.0, 8709.0, 8751.0, 8687.0, 8756.0, 8708.0, 8725.0, 8681.0, 8719.0, 8698.0, 8717.0, 8712.0, 8717.0, 8716.0, 8718.0, 8700.0, 8719.0, 8702.0, 8724.0, 8701.0, 8703.0, 8695.0, 8684.0, 8681.0, 8699.0, 8696.0, 8680.0, 8697.0, 8681.0, 8698.0, 8706.0, 8699.0, 8694.0, 8702.0, 8721.0, 8734.0, 8722.0, 8711.0, 8698.0, 8688.0, 8698.0, 8707.0, 8721.0, 8711.0, 8724.0, 8693.0, 8724.0, 8738.0, 8734.0, 8726.0, 8729.0, 8741.0, 8742.0, 8693.0, 8715.0, 8761.0, 8719.0, 8719.0, 8741.0, 8727.0, 8746.0, 8727.0, 8769.0, 8763.0, 8753.0, 8775.0, 8746.0, 8722.0, 8740.0, 8705.0, 8738.0, 8707.0, 8743.0, 8764.0, 8757.0, 8779.0, 8719.0, 8736.0, 8690.0, 8708.0, 8681.0, 8718.0, 8695.0, 8746.0, 8708.0, 8721.0, 8730.0, 8727.0, 8716.0, 8706.0, 8714.0, 8704.0, 8723.0, 8715.0, 8726.0, 8709.0, 8721.0, 8732.0, 8700.0, 8723.0, 8696.0, 8694.0, 8677.0, 8680.0, 8677.0, 8684.0, 8682.0, 8714.0, 8679.0, 8721.0, 8714.0, 8720.0, 8689.0, 8720.0, 8754.0, 8734.0, 8722.0, 8714.0, 8724.0, 8711.0, 8699.0, 8709.0, 8724.0, 8708.0, 8728.0, 8704.0, 8723.0, 8722.0, 8724.0, 8724.0, 8730.0, 8732.0, 8732.0, 8705.0, 8758.0, 8725.0, 8740.0, 8686.0, 8711.0, 8690.0, 8735.0, 8710.0, 8766.0, 8784.0, 8750.0, 8774.0, 8712.0, 8733.0, 8686.0, 8710.0, 8683.0, 8731.0, 8689.0, 8722.0, 8702.0, 8720.0, 8717.0, 8714.0, 8706.0, 8721.0, 8706.0, 8704.0, 8751.0, 8706.0, 8733.0, 8690.0, 8685.0, 8684.0, 8698.0, 8698.0, 8704.0, 8701.0, 8725.0, 8702.0, 8742.0, 8736.0, 8737.0, 8754.0, 8734.0, 8737.0, 8732.0, 8720.0, 8709.0, 8717.0, 8716.0, 8725.0, 8727.0, 8727.0, 8728.0, 8709.0, 8727.0, 8726.0, 8704.0, 8726.0, 8709.0, 8733.0, 8735.0, 8726.0, 8691.0, 8706.0, 8686.0, 8676.0, 8701.0, 8699.0, 8708.0, 8727.0, 8710.0, 8724.0, 8720.0, 8725.0, 8729.0, 8749.0, 8763.0, 8767.0, 8745.0, 8744.0, 8719.0, 8737.0, 8716.0, 8738.0, 8737.0, 8749.0, 8781.0, 8743.0, 8760.0, 8724.0, 8733.0, 8707.0, 8701.0, 8715.0, 8730.0, 8719.0, 8706.0, 8720.0, 8714.0, 8719.0, 8710.0, 8704.0, 8721.0, 8703.0, 8718.0, 8718.0, 8723.0, 8705.0, 8721.0, 8705.0, 8720.0, 8757.0, 8736.0, 8748.0, 8722.0, 8709.0, 8697.0, 8722.0, 8686.0, 8702.0, 8705.0, 8740.0, 8727.0, 8751.0, 8664.0, 8761.0, 8683.0, 8700.0, 8759.0, 8734.0, 8757.0, 8725.0, 8738.0, 8743.0, 8745.0, 8728.0, 8719.0, 8704.0, 8675.0, 8689.0, 8690.0, 8722.0, 8694.0, 8655.0, 8700.0, 8673.0, 8691.0, 8672.0, 8692.0, 8663.0, 8698.0, 8719.0, 8719.0, 8687.0, 8692.0, 8713.0, 8690.0, 8712.0, 8695.0, 8711.0, 8692.0, 8696.0, 8680.0, 8722.0, 8704.0, 8720.0, 8701.0, 8697.0, 8680.0, 8693.0, 8680.0, 8692.0, 8711.0, 8699.0, 8713.0, 8713.0, 8717.0, 8702.0, 8717.0, 8710.0, 8730.0, 8731.0, 8730.0, 8720.0, 8706.0, 8704.0, 8705.0, 8724.0, 8730.0, 8752.0, 8740.0, 8737.0, 8736.0, 8733.0, 8743.0, 8732.0, 8745.0, 8711.0, 8716.0, 8702.0, 8733.0, 8745.0, 8766.0, 8745.0, 8725.0, 8719.0, 8720.0, 8723.0, 8752.0, 8732.0, 8753.0, 8714.0, 8688.0, 8682.0, 8700.0, 8679.0, 8703.0, 8699.0, 8707.0, 8702.0, 8720.0, 8714.0, 8721.0, 8728.0, 8727.0, 8722.0, 8724.0, 8718.0, 8728.0, 8724.0, 8729.0, 8703.0, 8730.0, 8710.0, 8728.0, 8753.0, 8739.0, 8761.0, 8723.0, 8732.0, 8734.0, 8739.0, 8752.0, 8733.0, 8725.0, 8728.0, 8720.0, 8753.0, 8733.0, 8723.0, 8733.0, 8709.0, 8683.0, 8687.0, 8682.0, 8702.0, 8696.0, 8698.0, 8698.0, 8697.0, 8707.0, 8683.0, 8698.0, 8704.0, 8701.0, 8714.0, 8683.0, 8677.0, 8682.0, 8678.0, 8684.0, 8697.0, 8704.0, 8718.0, 8703.0, 8734.0, 8711.0, 8739.0, 8724.0, 8747.0, 8746.0, 8756.0, 8767.0, 8737.0, 8720.0, 8711.0, 8721.0, 8704.0, 8733.0, 8708.0, 8721.0, 8744.0, 8731.0, 8740.0, 8697.0, 8748.0, 8719.0, 8715.0, 8687.0, 8729.0, 8721.0, 8702.0, 8723.0, 8712.0, 8724.0, 8707.0, 8744.0, 8753.0, 8761.0, 8742.0, 8737.0, 8732.0, 8716.0, 8746.0, 8698.0, 8739.0, 8701.0, 8740.0, 8700.0, 8714.0, 8672.0, 8662.0, 8623.0, 8648.0, 8642.0, 8642.0, 8648.0, 8639.0, 8640.0, 8643.0, 8667.0, 8672.0, 8680.0, 8652.0, 8621.0, 8634.0, 8616.0, 8631.0, 8651.0, 8649.0, 8672.0, 8671.0, 8693.0, 8670.0, 8694.0, 8674.0, 8695.0, 8710.0, 8678.0, 8699.0, 8688.0, 8702.0, 8698.0, 8680.0, 8704.0, 8678.0, 8701.0, 8677.0, 8690.0, 8680.0, 8694.0, 8699.0, 8687.0, 8704.0, 8716.0, 8712.0, 8747.0, 8730.0, 8728.0, 8737.0, 8741.0, 8726.0, 8706.0, 8731.0, 8735.0, 8743.0, 8708.0, 8746.0, 8704.0, 8738.0, 8704.0, 8721.0, 8733.0, 8750.0, 8730.0, 8746.0, 8739.0, 8741.0, 8713.0, 8735.0, 8709.0, 8733.0, 8717.0, 8742.0, 8747.0, 8746.0, 8746.0, 8707.0, 8721.0, 8707.0, 8721.0, 8691.0, 8718.0, 8720.0, 8717.0, 8795.0, 8728.0, 8732.0, 8701.0, 8708.0, 8684.0, 8737.0, 8663.0, 8677.0, 8660.0, 8677.0, 8705.0, 8682.0, 8679.0, 8698.0, 8699.0, 8699.0, 8703.0, 8705.0, 8711.0, 8719.0, 8735.0, 8730.0, 8711.0, 8726.0, 8715.0, 8723.0, 8707.0, 8726.0, 8724.0, 8729.0, 8766.0, 8733.0, 8746.0, 8718.0, 8727.0, 8700.0, 8718.0, 8710.0, 8721.0, 8729.0, 8739.0, 8729.0, 8730.0, 8725.0, 8773.0, 8739.0, 8768.0, 8751.0, 8740.0, 8782.0, 8766.0, 8750.0, 8746.0, 8744.0, 8755.0, 8730.0, 8752.0, 8755.0, 8763.0, 8792.0, 8717.0, 8749.0, 8697.0, 8785.0, 8690.0, 8758.0, 8720.0, 8706.0, 8712.0, 8699.0, 8707.0, 8696.0, 8705.0, 8684.0, 8678.0, 8677.0, 8694.0, 8691.0, 8696.0, 8683.0, 8692.0, 8670.0, 8689.0, 8663.0, 8673.0, 8668.0, 8680.0, 8686.0, 8685.0, 8709.0, 8709.0, 8709.0, 8752.0, 8706.0, 8711.0, 8706.0, 8729.0, 8766.0, 8713.0, 8733.0, 8711.0, 8703.0, 8719.0, 8685.0, 8702.0, 8691.0, 8767.0, 8689.0, 8709.0, 8702.0, 8706.0, 8698.0, 8707.0, 8716.0, 8709.0, 8742.0, 8707.0, 8717.0, 8689.0, 8685.0, 8699.0, 8710.0, 8730.0, 8702.0, 8699.0, 8695.0, 8699.0, 8743.0, 8735.0, 8744.0, 8699.0, 8728.0, 8686.0, 8696.0, 8671.0, 8692.0, 8683.0, 8700.0, 8709.0, 8690.0, 8692.0, 8703.0, 8707.0, 8734.0, 8691.0, 8707.0, 8710.0, 8708.0, 8708.0, 8707.0, 8685.0, 8683.0, 8669.0, 8711.0, 8681.0, 8715.0, 8694.0, 8719.0, 8691.0, 8757.0, 8742.0, 8711.0, 8700.0, 8741.0, 8737.0, 8719.0, 8740.0, 8712.0, 8737.0, 8688.0, 8719.0, 8723.0, 8701.0, 8701.0, 8695.0, 8704.0, 8714.0, 8726.0, 8735.0, 8728.0, 8723.0, 8732.0, 8740.0, 8747.0, 8740.0, 8727.0, 8699.0, 8717.0, 8691.0, 8718.0, 8736.0, 8722.0, 8700.0, 8726.0, 8683.0, 8697.0, 8683.0, 8711.0, 8735.0, 8701.0, 8712.0, 8716.0, 8687.0, 8695.0, 8688.0, 8730.0, 8684.0, 8702.0, 8696.0, 8684.0, 8694.0, 8684.0, 8678.0, 8683.0, 8690.0, 8679.0, 8691.0, 8666.0, 8715.0, 8711.0, 8720.0, 8705.0, 8715.0, 8693.0, 8751.0, 8713.0, 8743.0, 8704.0, 8706.0, 8729.0, 8738.0, 8749.0, 8762.0, 8731.0, 8733.0, 8691.0, 8750.0, 8706.0, 8731.0, 8721.0, 8725.0, 8722.0, 8720.0, 8749.0, 8732.0, 8748.0, 8750.0, 8719.0, 8706.0, 8702.0, 8723.0, 8732.0, 8774.0, 8744.0, 8752.0, 8716.0, 8748.0, 8713.0, 8719.0, 8705.0, 8717.0, 8689.0, 8744.0, 8670.0, 8700.0, 8680.0, 8684.0, 8692.0, 8685.0, 8697.0, 8681.0, 8694.0, 8680.0, 8691.0, 8678.0, 8689.0, 8662.0, 8703.0, 8705.0, 8706.0, 8718.0, 8744.0, 8714.0, 8733.0, 8735.0, 8707.0, 8705.0, 8678.0, 8691.0, 8722.0, 8735.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.003956317606444189</td></tr>
<tr><td colspan=3>aqi</td><td>0.03090331219792865</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.86901115387097</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.235859988133639</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0272714519354846</td></tr>
<tr><td colspan=3>efc</td><td>0.4567</td></tr>
<tr><td colspan=3>fber</td><td>6520.9868</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17308530253212387</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>162</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.642117376294593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6073635881333677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6135635740514247</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.803445751342463</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.405081439006215</td></tr>
<tr><td colspan=3>gcor</td><td>0.013408</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006544293835759163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019839048385620117</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8240662637050704</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>35.8235</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.2035</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305308.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>303.1732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2086</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3481</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3117.9659</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.7802</td></tr>
<tr><td colspan=3>tsnr</td><td>34.00928223336814</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>