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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-03/func/sub-0005_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8e2ef517e134a960c724f6e715449bf2</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>15:25:9.160000</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.999698, 0.0101141, -0.0224029, -0.0104692, 0.999821, -0.0157909]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0700845</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7776, -7322, 568, -73, -90, -52, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.883</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85f75ff1-66ec-48d1-8eb8-1745c9599a21||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.6821162700653076, -0.028088146820664406, -0.06004573032259941, 112.98143768310547], [-0.027135411277413368, 2.6824452877044678, -0.04325590655207634, -97.12892150878906], [-0.06010532006621361, 0.04236593097448349, 2.6989855766296387, -90.65601348876953], [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': ['152509.160000', '152509.620000', '152510.080000', '152510.540000', '152511.000000', '152511.460000', '152511.920000', '152512.380000', '152512.840000', '152513.300000', '152513.760000', '152514.220000', '152514.680000', '152515.140000', '152515.600000', '152516.060000', '152516.520000', '152516.980000', '152517.440000', '152517.900000', '152518.360000', '152518.820000', '152519.280000', '152519.740000', '152520.200000', '152520.660000', '152521.120000', '152521.580000', '152522.040000', '152522.500000', '152522.960000', '152523.420000', '152523.880000', '152524.340000', '152524.800000', '152525.260000', '152525.720000', '152526.180000', '152526.640000', '152527.100000', '152527.560000', '152528.020000', '152528.480000', '152528.940000', '152529.400000', '152529.860000', '152530.320000', '152530.780000', '152531.240000', '152531.700000', '152532.160000', '152532.620000', '152533.080000', '152533.540000', '152534.000000', '152534.460000', '152534.920000', '152535.380000', '152535.840000', '152536.300000', '152536.760000', '152537.220000', '152537.680000', '152538.140000', '152538.600000', '152539.060000', '152539.520000', '152539.980000', '152540.440000', '152540.900000', '152541.360000', '152541.820000', '152542.280000', '152542.740000', '152543.200000', '152543.660000', '152544.120000', '152544.580000', '152545.040000', '152545.500000', '152545.960000', '152546.420000', '152546.880000', '152547.340000', '152547.800000', '152548.260000', '152548.720000', '152549.180000', '152549.640000', '152550.100000', '152550.560000', '152551.020000', '152551.480000', '152551.940000', '152552.400000', '152552.860000', '152553.320000', '152553.780000', '152554.240000', '152554.700000', '152555.160000', '152555.620000', '152556.080000', '152556.540000', '152557.000000', '152557.460000', '152557.920000', '152558.380000', '152558.840000', '152559.300000', '152559.760000', '152600.220000', '152600.680000', '152601.140000', '152601.600000', '152602.060000', '152602.520000', '152602.980000', '152603.440000', '152603.900000', '152604.360000', '152604.820000', '152605.280000', '152605.740000', '152606.200000', '152606.660000', '152607.120000', '152607.580000', '152608.040000', '152608.500000', '152608.960000', '152609.420000', '152609.880000', '152610.340000', '152610.800000', '152611.260000', '152611.720000', '152612.180000', '152612.640000', '152613.100000', '152613.560000', '152614.020000', '152614.480000', '152614.940000', '152615.400000', '152615.860000', '152616.320000', '152616.780000', '152617.240000', '152617.700000', '152618.160000', '152618.620000', '152619.080000', '152619.540000', '152620.000000', '152620.460000', '152620.920000', '152621.380000', '152621.840000', '152622.300000', '152622.760000', '152623.220000', '152623.680000', '152624.140000', '152624.600000', '152625.060000', '152625.520000', '152625.980000', '152626.440000', '152626.900000', '152627.360000', '152627.820000', '152628.280000', '152628.740000', '152629.200000', '152629.660000', '152630.120000', '152630.580000', '152631.040000', '152631.500000', '152631.960000', '152632.420000', '152632.880000', '152633.340000', '152633.800000', '152634.260000', '152634.720000', '152635.180000', '152635.640000', '152636.100000', '152636.560000', '152637.020000', '152637.480000', '152637.940000', '152638.400000', '152638.860000', '152639.320000', '152639.780000', '152640.240000', '152640.700000', '152641.160000', '152641.620000', '152642.080000', '152642.540000', '152643.000000', '152643.460000', '152643.920000', '152644.380000', '152644.840000', '152645.300000', '152645.760000', '152646.220000', '152646.680000', '152647.140000', '152647.600000', '152648.060000', '152648.520000', '152648.980000', '152649.440000', '152649.900000', '152650.360000', '152650.820000', '152651.280000', '152651.740000', '152652.200000', '152652.660000', '152653.120000', '152653.580000', '152654.040000', '152654.500000', '152654.960000', '152655.420000', '152655.880000', '152656.340000', '152656.800000', '152657.260000', '152657.720000', '152658.180000', '152658.640000', '152659.100000', '152659.560000', '152700.020000', '152700.480000', '152700.940000', '152701.400000', '152701.860000', '152702.320000', '152702.780000', '152703.240000', '152703.700000', '152704.160000', '152704.620000', '152705.080000', '152705.540000', '152706.000000', '152706.460000', '152706.920000', '152707.380000', '152707.840000', '152708.300000', '152708.760000', '152709.220000', '152709.680000', '152710.140000', '152710.600000', '152711.060000', '152711.520000', '152711.980000', '152712.440000', '152712.900000', '152713.360000', '152713.820000', '152714.280000', '152714.740000', '152715.200000', '152715.660000', '152716.120000', '152716.580000', '152717.040000', '152717.500000', '152717.960000', '152718.420000', '152718.880000', '152719.340000', '152719.800000', '152720.260000', '152720.720000', '152721.180000', '152721.640000', '152722.100000', '152722.560000', '152723.020000', '152723.480000', '152723.940000', '152724.400000', '152724.860000', '152725.320000', '152725.780000', '152726.240000', '152726.700000', '152727.160000', '152727.620000', '152728.080000', '152728.540000', '152729.000000', '152729.460000', '152729.920000', '152730.380000', '152730.840000', '152731.300000', '152731.760000', '152732.220000', '152732.680000', '152733.140000', '152733.600000', '152734.060000', '152734.520000', '152734.980000', '152735.440000', '152735.900000', '152736.360000', '152736.820000', '152737.280000', '152737.740000', '152738.200000', '152738.660000', '152739.120000', '152739.580000', '152740.040000', '152740.500000', '152740.960000', '152741.420000', '152741.880000', '152742.340000', '152742.800000', '152743.260000', '152743.720000', '152744.180000', '152744.640000', '152745.100000', '152745.560000', '152746.020000', '152746.480000', '152746.940000', '152747.400000', '152747.860000', '152748.320000', '152748.780000', '152749.240000', '152749.700000', '152750.160000', '152750.620000', '152751.080000', '152751.540000', '152752.000000', '152752.460000', '152752.920000', '152753.380000', '152753.840000', '152754.300000', '152754.760000', '152755.220000', '152755.680000', '152756.140000', '152756.600000', '152757.060000', '152757.520000', '152757.980000', '152758.440000', '152758.900000', '152759.360000', '152759.820000', '152800.280000', '152800.740000', '152801.200000', '152801.660000', '152802.120000', '152802.580000', '152803.040000', '152803.500000', '152803.960000', '152804.420000', '152804.880000', '152805.340000', '152805.800000', '152806.260000', '152806.720000', '152807.180000', '152807.640000', '152808.100000', '152808.560000', '152809.020000', '152809.480000', '152809.940000', '152810.400000', '152810.860000', '152811.320000', '152811.780000', '152812.240000', '152812.700000', '152813.160000', '152813.620000', '152814.080000', '152814.540000', '152815.000000', '152815.460000', '152815.920000', '152816.380000', '152816.840000', '152817.300000', '152817.760000', '152818.220000', '152818.680000', '152819.140000', '152819.600000', '152820.060000', '152820.520000', '152820.980000', '152821.440000', '152821.900000', '152822.360000', '152822.820000', '152823.280000', '152823.740000', '152824.200000', '152824.660000', '152825.120000', '152825.580000', '152826.040000', '152826.500000', '152826.960000', '152827.420000', '152827.880000', '152828.340000', '152828.800000', '152829.260000', '152829.720000', '152830.180000', '152830.640000', '152831.100000', '152831.560000', '152832.020000', '152832.480000', '152832.940000', '152833.400000', '152833.860000', '152834.320000', '152834.780000', '152835.240000', '152835.700000', '152836.160000', '152836.620000', '152837.080000', '152837.540000', '152838.000000', '152838.460000', '152838.920000', '152839.380000', '152839.840000', '152840.300000', '152840.760000', '152841.220000', '152841.680000', '152842.140000', '152842.600000', '152843.060000', '152843.520000', '152843.980000', '152844.440000', '152844.900000', '152845.360000', '152845.820000', '152846.280000', '152846.740000', '152847.200000', '152847.660000', '152848.120000', '152848.580000', '152849.040000', '152849.500000', '152849.960000', '152850.420000', '152850.880000', '152851.340000', '152851.800000', '152852.260000', '152852.720000', '152853.180000', '152853.640000', '152854.100000', '152854.560000', '152855.020000', '152855.480000', '152855.940000', '152856.400000', '152856.860000', '152857.320000', '152857.780000', '152858.240000', '152858.700000', '152859.160000', '152859.620000', '152900.080000', '152900.540000', '152901.000000', '152901.460000', '152901.920000', '152902.380000', '152902.840000', '152903.300000', '152903.760000', '152904.220000', '152904.680000', '152905.140000', '152905.600000', '152906.060000', '152906.520000', '152906.980000', '152907.440000', '152907.900000', '152908.360000', '152908.820000', '152909.280000', '152909.740000', '152910.200000', '152910.660000', '152911.120000', '152911.580000', '152912.040000', '152912.500000', '152912.960000', '152913.420000', '152913.880000', '152914.340000', '152914.800000', '152915.260000', '152915.720000', '152916.180000', '152916.640000', '152917.100000', '152917.560000', '152918.020000', '152918.480000', '152918.940000', '152919.400000', '152919.860000', '152920.320000', '152920.780000', '152921.240000', '152921.700000', '152922.160000', '152922.620000', '152923.080000', '152923.540000', '152924.000000', '152924.460000', '152924.920000', '152925.380000', '152925.840000', '152926.300000', '152926.760000', '152927.220000', '152927.680000', '152928.140000', '152928.600000', '152929.060000', '152929.520000', '152929.980000', '152930.440000', '152930.900000', '152931.360000', '152931.820000', '152932.280000', '152932.740000', '152933.200000', '152933.660000', '152934.120000', '152934.580000', '152935.040000', '152935.500000', '152935.960000', '152936.420000', '152936.880000', '152937.340000', '152937.800000', '152938.260000', '152938.720000', '152939.180000', '152939.640000', '152940.100000', '152940.560000', '152941.020000', '152941.480000', '152941.940000', '152942.400000', '152942.860000', '152943.320000', '152943.780000', '152944.240000', '152944.700000', '152945.160000', '152945.620000', '152946.080000', '152946.540000', '152947.000000', '152947.460000', '152947.920000', '152948.380000', '152948.840000', '152949.300000', '152949.760000', '152950.220000', '152950.680000', '152951.140000', '152951.600000', '152952.060000', '152952.520000', '152952.980000', '152953.440000', '152953.900000', '152954.360000', '152954.820000', '152955.280000', '152955.740000', '152956.200000', '152956.660000', '152957.120000', '152957.580000', '152958.040000', '152958.500000', '152958.960000', '152959.420000', '152959.880000', '153000.340000', '153000.800000', '153001.260000', '153001.720000', '153002.180000', '153002.640000', '153003.100000', '153003.560000', '153004.020000', '153004.480000', '153004.940000', '153005.400000', '153005.860000', '153006.320000', '153006.780000', '153007.240000', '153007.700000', '153008.160000', '153008.620000', '153009.080000', '153009.540000', '153010.000000', '153010.460000', '153010.920000', '153011.380000', '153011.840000', '153012.300000', '153012.760000', '153013.220000', '153013.680000', '153014.140000', '153014.600000', '153015.060000', '153015.520000', '153015.980000', '153016.440000', '153016.900000', '153017.360000', '153017.820000', '153018.280000', '153018.740000', '153019.200000', '153019.660000', '153020.120000', '153020.580000', '153021.040000', '153021.500000', '153021.960000', '153022.420000', '153022.880000', '153023.340000', '153023.800000', '153024.260000', '153024.720000', '153025.180000', '153025.640000', '153026.100000', '153026.560000', '153027.020000', '153027.480000', '153027.940000', '153028.400000', '153028.860000', '153029.320000', '153029.780000', '153030.240000', '153030.700000', '153031.160000', '153031.620000', '153032.080000', '153032.540000', '153033.000000', '153033.460000', '153033.920000', '153034.380000', '153034.840000', '153035.300000', '153035.760000', '153036.220000', '153036.680000', '153037.140000', '153037.600000', '153038.060000', '153038.520000', '153038.980000', '153039.440000', '153039.900000', '153040.360000', '153040.820000', '153041.280000', '153041.740000', '153042.200000', '153042.660000', '153043.120000', '153043.580000', '153044.040000', '153044.500000', '153044.960000', '153045.420000', '153045.880000', '153046.340000', '153046.800000', '153047.260000', '153047.720000', '153048.180000', '153048.640000', '153049.100000', '153049.560000', '153050.020000', '153050.480000', '153050.940000', '153051.400000', '153051.860000', '153052.320000', '153052.780000', '153053.240000', '153053.700000', '153054.160000', '153054.620000', '153055.080000', '153055.540000', '153056.000000', '153056.460000', '153056.920000', '153057.380000', '153057.840000', '153058.300000', '153058.760000', '153059.220000', '153059.680000', '153100.140000', '153100.600000', '153101.060000', '153101.520000', '153101.980000', '153102.440000', '153102.900000', '153103.360000', '153103.820000', '153104.280000', '153104.740000', '153105.200000', '153105.660000', '153106.120000', '153106.580000', '153107.040000', '153107.500000', '153107.960000', '153108.420000', '153108.880000', '153109.340000', '153109.800000', '153110.260000', '153110.720000', '153111.180000', '153111.640000', '153112.100000', '153112.560000', '153113.020000', '153113.480000', '153113.940000', '153114.400000', '153114.860000', '153115.320000', '153115.780000', '153116.240000', '153116.700000', '153117.160000', '153117.620000', '153118.080000', '153118.540000', '153119.000000', '153119.460000', '153119.920000', '153120.380000', '153120.840000', '153121.300000', '153121.760000', '153122.220000', '153122.680000', '153123.140000', '153123.600000', '153124.060000', '153124.520000', '153124.980000', '153125.440000', '153125.900000', '153126.360000', '153126.820000', '153127.280000', '153127.740000', '153128.200000', '153128.660000', '153129.120000', '153129.580000', '153130.040000', '153130.500000', '153130.960000', '153131.420000', '153131.880000', '153132.340000', '153132.800000', '153133.260000', '153133.720000', '153134.180000', '153134.640000', '153135.100000', '153135.560000', '153136.020000', '153136.480000', '153136.940000', '153137.400000', '153137.860000', '153138.320000', '153138.780000', '153139.240000', '153139.700000', '153140.160000', '153140.620000', '153141.080000', '153141.540000', '153142.000000', '153142.460000', '153142.920000', '153143.380000', '153143.840000', '153144.300000', '153144.760000', '153145.220000', '153145.680000', '153146.140000', '153146.600000', '153147.060000', '153147.520000', '153147.980000', '153148.440000', '153148.900000', '153149.360000', '153149.820000'], 'ContentTime': ['152532.402000', '152532.405000', '152532.408000', '152532.416000', '152532.419000', '152532.422000', '152532.425000', '152532.427000', '152532.430000', '152532.433000', '152532.436000', '152532.438000', '152532.441000', '152532.444000', '152532.447000', '152532.450000', '152532.453000', '152532.455000', '152532.458000', '152532.461000', '152532.464000', '152532.466000', '152532.469000', '152532.472000', '152532.475000', '152532.477000', '152532.480000', '152532.483000', '152532.486000', '152532.489000', '152532.492000', '152532.494000', '152532.497000', '152532.500000', '152532.503000', '152532.505000', '152532.508000', '152532.511000', '152532.514000', '152532.518000', '152532.521000', '152532.524000', '152532.527000', '152532.530000', '152532.532000', '152532.535000', '152532.538000', '152532.541000', '152532.543000', '152532.546000', '152552.342000', '152552.345000', '152552.348000', '152552.350000', '152552.353000', '152552.356000', '152552.359000', '152552.362000', '152552.364000', '152552.367000', '152552.370000', '152552.373000', '152552.375000', '152552.378000', '152552.381000', '152552.384000', '152552.387000', '152552.390000', '152552.393000', '152552.395000', '152552.398000', '152552.401000', '152552.404000', '152552.406000', '152552.409000', '152552.412000', '152552.415000', '152552.418000', '152552.420000', '152552.423000', '152552.426000', '152552.439000', '152552.442000', '152552.445000', '152552.448000', '152552.453000', '152552.457000', '152552.460000', '152552.462000', '152552.481000', '152552.484000', '152552.487000', '152552.490000', '152612.342000', '152612.345000', '152612.348000', '152612.350000', '152612.353000', '152612.356000', '152612.359000', '152612.362000', '152612.365000', '152612.367000', '152612.370000', '152612.378000', '152612.381000', '152612.384000', '152612.387000', '152612.390000', '152612.393000', '152612.395000', '152612.398000', '152612.401000', '152612.404000', '152612.407000', '152612.409000', '152612.412000', '152612.415000', '152612.418000', '152612.421000', '152612.423000', '152612.426000', '152612.429000', '152612.432000', '152612.434000', '152612.437000', '152612.440000', '152612.443000', '152612.446000', '152612.448000', '152612.451000', '152612.454000', '152612.457000', '152612.459000', '152612.462000', '152612.465000', '152612.468000', '152632.342000', '152632.345000', '152632.348000', '152632.350000', '152632.353000', '152632.356000', '152632.359000', '152632.361000', '152632.364000', '152632.367000', '152632.370000', '152632.373000', '152632.375000', '152632.378000', '152632.381000', '152632.384000', '152632.387000', '152632.390000', '152632.393000', '152632.395000', '152632.398000', '152632.401000', '152632.404000', '152632.406000', '152632.410000', '152632.413000', '152632.416000', '152632.419000', '152632.422000', '152632.425000', '152632.427000', '152632.430000', '152632.433000', '152632.447000', '152632.450000', '152632.453000', '152632.456000', '152632.458000', '152632.461000', '152632.465000', '152632.468000', '152632.471000', '152632.474000', '152652.342000', '152652.345000', '152652.348000', '152652.350000', '152652.353000', '152652.356000', '152652.359000', '152652.361000', '152652.364000', '152652.367000', '152652.370000', '152652.373000', '152652.377000', '152652.380000', '152652.384000', '152652.387000', '152652.390000', '152652.393000', '152652.396000', '152652.398000', '152652.401000', '152652.404000', '152652.407000', '152652.410000', '152652.412000', '152652.415000', '152652.418000', '152652.421000', '152652.424000', '152652.426000', '152652.429000', '152652.432000', '152652.435000', '152652.438000', '152652.440000', '152652.443000', '152652.446000', '152652.449000', '152652.451000', '152652.454000', '152652.457000', '152652.460000', '152652.463000', '152652.466000', '152712.342000', '152712.345000', '152712.348000', '152712.351000', '152712.353000', '152712.356000', '152712.359000', '152712.362000', '152712.364000', '152712.367000', '152712.370000', '152712.373000', '152712.376000', '152712.379000', '152712.381000', '152712.384000', '152712.387000', '152712.390000', '152712.393000', '152712.395000', '152712.407000', '152712.410000', '152712.413000', '152712.416000', '152712.419000', '152712.422000', '152712.425000', '152712.427000', '152712.430000', '152712.433000', '152712.436000', '152712.439000', '152712.441000', '152712.444000', '152712.447000', '152712.450000', '152712.453000', '152712.455000', '152712.458000', '152712.461000', '152712.464000', '152712.467000', '152712.469000', '152732.342000', '152732.345000', '152732.348000', '152732.350000', '152732.353000', '152732.356000', '152732.359000', '152732.361000', '152732.364000', '152732.367000', '152732.370000', '152732.373000', '152732.376000', '152732.378000', '152732.381000', '152732.384000', '152732.387000', '152732.390000', '152732.392000', '152732.395000', '152732.398000', '152732.401000', '152732.414000', '152732.417000', '152732.420000', '152732.423000', '152732.426000', '152732.428000', '152732.431000', '152732.434000', '152732.437000', '152732.440000', '152732.442000', '152732.445000', '152732.448000', '152732.451000', '152732.454000', '152732.457000', '152732.460000', '152732.462000', '152732.465000', '152732.468000', '152732.471000', '152732.474000', '152752.342000', '152752.345000', '152752.348000', '152752.350000', '152752.353000', '152752.356000', '152752.359000', '152752.362000', '152752.365000', '152752.367000', '152752.370000', '152752.373000', '152752.376000', '152752.379000', '152752.382000', '152752.384000', '152752.387000', '152752.390000', '152752.393000', '152752.396000', '152752.399000', '152752.401000', '152752.404000', '152752.407000', '152752.410000', '152752.413000', '152752.415000', '152752.418000', '152752.421000', '152752.424000', '152752.426000', '152752.429000', '152752.432000', '152752.435000', '152752.438000', '152752.441000', '152752.443000', '152752.446000', '152752.450000', '152752.453000', '152752.456000', '152752.459000', '152752.462000', '152812.342000', '152812.345000', '152812.348000', '152812.351000', '152812.353000', '152812.356000', '152812.359000', '152812.362000', '152812.365000', '152812.367000', '152812.370000', '152812.373000', '152812.376000', '152812.379000', '152812.381000', '152812.384000', '152812.387000', '152812.395000', '152812.398000', '152812.401000', '152812.404000', '152812.407000', '152812.410000', '152812.412000', '152812.415000', '152812.418000', '152812.421000', '152812.424000', '152812.426000', '152812.429000', '152812.432000', '152812.435000', '152812.438000', '152812.441000', '152812.443000', '152812.446000', '152812.449000', '152812.452000', '152812.454000', '152812.457000', '152812.460000', '152812.463000', '152812.465000', '152832.342000', '152832.345000', '152832.348000', '152832.351000', '152832.353000', '152832.356000', '152832.359000', '152832.362000', '152832.365000', '152832.367000', '152832.370000', '152832.373000', '152832.376000', '152832.378000', '152832.381000', '152832.384000', '152832.387000', '152832.390000', '152832.392000', '152832.395000', '152832.398000', '152832.401000', '152832.404000', '152832.406000', '152832.409000', '152832.412000', '152832.415000', '152832.418000', '152832.421000', '152832.423000', '152832.426000', '152832.429000', '152832.432000', '152832.435000', '152832.437000', '152832.440000', '152832.443000', '152832.446000', '152832.448000', '152832.451000', '152832.454000', '152832.457000', '152832.460000', '152832.470000', '152852.342000', '152852.345000', '152852.348000', '152852.350000', '152852.353000', '152852.356000', '152852.359000', '152852.362000', '152852.364000', '152852.367000', '152852.370000', '152852.373000', '152852.376000', '152852.378000', '152852.381000', '152852.384000', '152852.387000', '152852.390000', '152852.393000', '152852.395000', '152852.398000', '152852.401000', '152852.404000', '152852.407000', '152852.409000', '152852.412000', '152852.415000', '152852.418000', '152852.421000', '152852.423000', '152852.426000', '152852.429000', '152852.432000', '152852.435000', '152852.437000', '152852.440000', '152852.443000', '152852.446000', '152852.449000', '152852.451000', '152852.454000', '152852.457000', '152852.460000', '152852.463000', '152912.342000', '152912.345000', '152912.348000', '152912.351000', '152912.353000', '152912.356000', '152912.359000', '152912.362000', '152912.365000', '152912.367000', '152912.370000', '152912.373000', '152912.376000', '152912.379000', '152912.382000', '152912.384000', '152912.387000', '152912.390000', '152912.393000', '152912.396000', '152912.398000', '152912.401000', '152912.404000', '152912.407000', '152912.410000', '152912.413000', '152912.415000', '152912.418000', '152912.421000', '152912.424000', '152912.427000', '152912.429000', '152912.432000', '152912.435000', '152912.438000', '152912.441000', '152912.443000', '152912.446000', '152912.449000', '152912.452000', '152912.454000', '152912.457000', '152912.460000', '152932.342000', '152932.345000', '152932.348000', '152932.350000', '152932.353000', '152932.356000', '152932.361000', '152932.365000', '152932.368000', '152932.371000', '152932.374000', '152932.377000', '152932.379000', '152932.382000', '152932.385000', '152932.388000', '152932.391000', '152932.393000', '152932.396000', '152932.399000', '152932.402000', '152932.405000', '152932.408000', '152932.410000', '152932.413000', '152932.416000', '152932.419000', '152932.422000', '152932.424000', '152932.427000', '152932.430000', '152932.433000', '152932.436000', '152932.439000', '152932.441000', '152932.444000', '152932.447000', '152932.450000', '152932.453000', '152932.455000', '152932.458000', '152932.461000', '152932.464000', '152952.342000', '152952.345000', '152952.348000', '152952.351000', '152952.353000', '152952.356000', '152952.359000', '152952.362000', '152952.365000', '152952.367000', '152952.370000', '152952.373000', '152952.376000', '152952.379000', '152952.382000', '152952.384000', '152952.387000', '152952.390000', '152952.393000', '152952.396000', '152952.398000', '152952.401000', '152952.404000', '152952.407000', '152952.410000', '152952.413000', '152952.416000', '152952.419000', '152952.421000', '152952.424000', '152952.427000', '152952.430000', '152952.432000', '152952.435000', '152952.438000', '152952.441000', '152952.444000', '152952.446000', '152952.449000', '152952.452000', '152952.455000', '152952.458000', '152952.460000', '152952.463000', '153012.342000', '153012.345000', '153012.348000', '153012.351000', '153012.354000', '153012.357000', '153012.360000', '153012.362000', '153012.365000', '153012.368000', '153012.371000', '153012.374000', '153012.376000', '153012.379000', '153012.382000', '153012.385000', '153012.388000', '153012.390000', '153012.393000', '153012.396000', '153012.399000', '153012.402000', '153012.405000', '153012.408000', '153012.410000', '153012.413000', '153012.416000', '153012.419000', '153012.422000', '153012.425000', '153012.427000', '153012.430000', '153012.433000', '153012.436000', '153012.439000', '153012.441000', '153012.444000', '153012.447000', '153012.450000', '153012.453000', '153012.455000', '153012.458000', '153012.461000', '153032.342000', '153032.345000', '153032.348000', '153032.351000', '153032.353000', '153032.356000', '153032.359000', '153032.362000', '153032.365000', '153032.368000', '153032.370000', '153032.373000', '153032.376000', '153032.379000', '153032.382000', '153032.385000', '153032.387000', '153032.390000', '153032.406000', '153032.409000', '153032.411000', '153032.414000', '153032.417000', '153032.420000', '153032.423000', '153032.425000', '153032.428000', '153032.431000', '153032.434000', '153032.437000', '153032.439000', '153032.442000', '153032.445000', '153032.448000', '153032.451000', '153032.454000', '153032.456000', '153032.459000', '153032.462000', '153032.465000', '153032.467000', '153032.470000', '153032.473000', '153032.476000', '153052.342000', '153052.345000', '153052.348000', '153052.351000', '153052.353000', '153052.356000', '153052.359000', '153052.362000', '153052.365000', '153052.371000', '153052.374000', '153052.377000', '153052.379000', '153052.382000', '153052.385000', '153052.388000', '153052.391000', '153052.394000', '153052.397000', '153052.399000', '153052.402000', '153052.405000', '153052.408000', '153052.411000', '153052.414000', '153052.417000', '153052.419000', '153052.422000', '153052.425000', '153052.428000', '153052.431000', '153052.440000', '153052.443000', '153052.446000', '153052.449000', '153052.451000', '153052.454000', '153052.457000', '153052.460000', '153052.463000', '153052.466000', '153052.468000', '153052.471000', '153112.342000', '153112.345000', '153112.348000', '153112.351000', '153112.353000', '153112.356000', '153112.359000', '153112.362000', '153112.365000', '153112.367000', '153112.370000', '153112.373000', '153112.376000', '153112.379000', '153112.381000', '153112.384000', '153112.387000', '153112.390000', '153112.393000', '153112.396000', '153112.398000', '153112.401000', '153112.404000', '153112.407000', '153112.410000', '153112.412000', '153112.415000', '153112.418000', '153112.421000', '153112.424000', '153112.426000', '153112.430000', '153112.433000', '153112.436000', '153112.439000', '153112.442000', '153112.445000', '153112.447000', '153112.450000', '153112.453000', '153112.456000', '153112.459000', '153112.462000', '153112.465000', '153132.342000', '153132.345000', '153132.348000', '153132.351000', '153132.353000', '153132.356000', '153132.359000', '153132.362000', '153132.365000', '153132.368000', '153132.371000', '153132.374000', '153132.376000', '153132.379000', '153132.382000', '153132.385000', '153132.388000', '153132.392000', '153132.394000', '153132.397000', '153132.400000', '153132.403000', '153132.406000', '153132.409000', '153132.412000', '153132.414000', '153132.417000', '153132.420000', '153132.423000', '153132.425000', '153132.428000', '153132.431000', '153132.434000', '153132.437000', '153132.439000', '153132.442000', '153132.445000', '153132.448000', '153132.451000', '153132.454000', '153132.457000', '153132.459000', '153132.462000', '153150.406000', '153150.410000', '153150.412000', '153150.415000', '153150.418000', '153150.422000', '153150.425000', '153150.428000', '153150.431000', '153150.434000', '153150.437000', '153150.440000', '153150.443000', '153150.445000', '153150.448000', '153150.451000', '153150.454000', '153150.457000', '153150.460000', '153150.463000', '153150.466000', '153150.469000', '153150.472000', '153150.488000', '153150.491000', '153150.494000', '153150.497000', '153150.500000', '153150.503000', '153150.506000', '153150.509000', '153150.512000', '153150.515000', '153150.517000', '153150.520000', '153150.523000', '153150.526000', '153150.529000', '153150.532000', '153150.535000'], 'InstanceCreationTime': ['152532.402000', '152532.405000', '152532.408000', '152532.416000', '152532.419000', '152532.422000', '152532.425000', '152532.427000', '152532.430000', '152532.433000', '152532.436000', '152532.438000', '152532.441000', '152532.444000', '152532.447000', '152532.450000', '152532.453000', '152532.455000', '152532.458000', '152532.461000', '152532.464000', '152532.466000', '152532.469000', '152532.472000', '152532.475000', '152532.477000', '152532.480000', '152532.483000', '152532.486000', '152532.489000', '152532.492000', '152532.494000', '152532.497000', '152532.500000', '152532.503000', '152532.505000', '152532.508000', '152532.511000', '152532.514000', '152532.518000', '152532.521000', '152532.524000', '152532.527000', '152532.530000', '152532.532000', '152532.535000', '152532.538000', '152532.541000', '152532.543000', '152532.546000', '152552.342000', '152552.345000', '152552.348000', '152552.350000', '152552.353000', '152552.356000', '152552.359000', '152552.362000', '152552.364000', '152552.367000', '152552.370000', '152552.373000', '152552.375000', '152552.378000', '152552.381000', '152552.384000', '152552.387000', '152552.390000', '152552.393000', '152552.395000', '152552.398000', '152552.401000', '152552.404000', '152552.406000', '152552.409000', '152552.412000', '152552.415000', '152552.418000', '152552.420000', '152552.423000', '152552.426000', '152552.439000', '152552.442000', '152552.445000', '152552.448000', '152552.453000', '152552.457000', '152552.460000', '152552.462000', '152552.481000', '152552.484000', '152552.487000', '152552.490000', '152612.342000', '152612.345000', '152612.348000', '152612.350000', '152612.353000', '152612.356000', '152612.359000', '152612.362000', '152612.365000', '152612.367000', '152612.370000', '152612.378000', '152612.381000', '152612.384000', '152612.387000', '152612.390000', '152612.393000', '152612.395000', '152612.398000', '152612.401000', '152612.404000', '152612.407000', '152612.409000', '152612.412000', '152612.415000', '152612.418000', '152612.421000', '152612.423000', '152612.426000', '152612.429000', '152612.432000', '152612.434000', '152612.437000', '152612.440000', '152612.443000', '152612.446000', '152612.448000', '152612.451000', '152612.454000', '152612.457000', '152612.459000', '152612.462000', '152612.465000', '152612.468000', '152632.342000', '152632.345000', '152632.348000', '152632.350000', '152632.353000', '152632.356000', '152632.359000', '152632.361000', '152632.364000', '152632.367000', '152632.370000', '152632.373000', '152632.375000', '152632.378000', '152632.381000', '152632.384000', '152632.387000', '152632.390000', '152632.393000', '152632.395000', '152632.398000', '152632.401000', '152632.404000', '152632.406000', '152632.410000', '152632.413000', '152632.416000', '152632.419000', '152632.422000', '152632.425000', '152632.427000', '152632.430000', '152632.433000', '152632.447000', '152632.450000', '152632.453000', '152632.456000', '152632.458000', '152632.461000', '152632.465000', '152632.468000', '152632.471000', '152632.474000', '152652.342000', '152652.345000', '152652.348000', '152652.350000', '152652.353000', '152652.356000', '152652.359000', '152652.361000', '152652.364000', '152652.367000', '152652.370000', '152652.373000', '152652.377000', '152652.380000', '152652.384000', '152652.387000', '152652.390000', '152652.393000', '152652.396000', '152652.398000', '152652.401000', '152652.404000', '152652.407000', '152652.410000', '152652.412000', '152652.415000', '152652.418000', '152652.421000', '152652.424000', '152652.426000', '152652.429000', '152652.432000', '152652.435000', '152652.438000', '152652.440000', '152652.443000', '152652.446000', '152652.449000', '152652.451000', '152652.454000', '152652.457000', '152652.460000', '152652.463000', '152652.466000', '152712.342000', '152712.345000', '152712.348000', '152712.351000', '152712.353000', '152712.356000', '152712.359000', '152712.362000', '152712.364000', '152712.367000', '152712.370000', '152712.373000', '152712.376000', '152712.379000', '152712.381000', '152712.384000', '152712.387000', '152712.390000', '152712.393000', '152712.395000', '152712.407000', '152712.410000', '152712.413000', '152712.416000', '152712.419000', '152712.422000', '152712.425000', '152712.427000', '152712.430000', '152712.433000', '152712.436000', '152712.439000', '152712.441000', '152712.444000', '152712.447000', '152712.450000', '152712.453000', '152712.455000', '152712.458000', '152712.461000', '152712.464000', '152712.467000', '152712.469000', '152732.342000', '152732.345000', '152732.348000', '152732.350000', '152732.353000', '152732.356000', '152732.359000', '152732.361000', '152732.364000', '152732.367000', '152732.370000', '152732.373000', '152732.376000', '152732.378000', '152732.381000', '152732.384000', '152732.387000', '152732.390000', '152732.392000', '152732.395000', '152732.398000', '152732.401000', '152732.414000', '152732.417000', '152732.420000', '152732.423000', '152732.426000', '152732.428000', '152732.431000', '152732.434000', '152732.437000', '152732.440000', '152732.442000', '152732.445000', '152732.448000', '152732.451000', '152732.454000', '152732.457000', '152732.460000', '152732.462000', '152732.465000', '152732.468000', '152732.471000', '152732.474000', '152752.342000', '152752.345000', '152752.348000', '152752.350000', '152752.353000', '152752.356000', '152752.359000', '152752.362000', '152752.365000', '152752.367000', '152752.370000', '152752.373000', '152752.376000', '152752.379000', '152752.382000', '152752.384000', '152752.387000', '152752.390000', '152752.393000', '152752.396000', '152752.399000', '152752.401000', '152752.404000', '152752.407000', '152752.410000', '152752.413000', '152752.415000', '152752.418000', '152752.421000', '152752.424000', '152752.426000', '152752.429000', '152752.432000', '152752.435000', '152752.438000', '152752.441000', '152752.443000', '152752.446000', '152752.450000', '152752.453000', '152752.456000', '152752.459000', '152752.462000', '152812.342000', '152812.345000', '152812.348000', '152812.351000', '152812.353000', '152812.356000', '152812.359000', '152812.362000', '152812.365000', '152812.367000', '152812.370000', '152812.373000', '152812.376000', '152812.379000', '152812.381000', '152812.384000', '152812.387000', '152812.395000', '152812.398000', '152812.401000', '152812.404000', '152812.407000', '152812.410000', '152812.412000', '152812.415000', '152812.418000', '152812.421000', '152812.424000', '152812.426000', '152812.429000', '152812.432000', '152812.435000', '152812.438000', '152812.441000', '152812.443000', '152812.446000', '152812.449000', '152812.452000', '152812.454000', '152812.457000', '152812.460000', '152812.463000', '152812.465000', '152832.342000', '152832.345000', '152832.348000', '152832.351000', '152832.353000', '152832.356000', '152832.359000', '152832.362000', '152832.365000', '152832.367000', '152832.370000', '152832.373000', '152832.376000', '152832.378000', '152832.381000', '152832.384000', '152832.387000', '152832.390000', '152832.392000', '152832.395000', '152832.398000', '152832.401000', '152832.404000', '152832.406000', '152832.409000', '152832.412000', '152832.415000', '152832.418000', '152832.421000', '152832.423000', '152832.426000', '152832.429000', '152832.432000', '152832.435000', '152832.437000', '152832.440000', '152832.443000', '152832.446000', '152832.448000', '152832.451000', '152832.454000', '152832.457000', '152832.460000', '152832.470000', '152852.342000', '152852.345000', '152852.348000', '152852.350000', '152852.353000', '152852.356000', '152852.359000', '152852.362000', '152852.364000', '152852.367000', '152852.370000', '152852.373000', '152852.376000', '152852.378000', '152852.381000', '152852.384000', '152852.387000', '152852.390000', '152852.393000', '152852.395000', '152852.398000', '152852.401000', '152852.404000', '152852.407000', '152852.409000', '152852.412000', '152852.415000', '152852.418000', '152852.421000', '152852.423000', '152852.426000', '152852.429000', '152852.432000', '152852.435000', '152852.437000', '152852.440000', '152852.443000', '152852.446000', '152852.449000', '152852.451000', '152852.454000', '152852.457000', '152852.460000', '152852.463000', '152912.342000', '152912.345000', '152912.348000', '152912.351000', '152912.353000', '152912.356000', '152912.359000', '152912.362000', '152912.365000', '152912.367000', '152912.370000', '152912.373000', '152912.376000', '152912.379000', '152912.382000', '152912.384000', '152912.387000', '152912.390000', '152912.393000', '152912.396000', '152912.398000', '152912.401000', '152912.404000', '152912.407000', '152912.410000', '152912.413000', '152912.415000', '152912.418000', '152912.421000', '152912.424000', '152912.427000', '152912.429000', '152912.432000', '152912.435000', '152912.438000', '152912.441000', '152912.443000', '152912.446000', '152912.449000', '152912.452000', '152912.454000', '152912.457000', '152912.460000', '152932.342000', '152932.345000', '152932.348000', '152932.350000', '152932.353000', '152932.356000', '152932.361000', '152932.365000', '152932.368000', '152932.371000', '152932.374000', '152932.377000', '152932.379000', '152932.382000', '152932.385000', '152932.388000', '152932.391000', '152932.393000', '152932.396000', '152932.399000', '152932.402000', '152932.405000', '152932.408000', '152932.410000', '152932.413000', '152932.416000', '152932.419000', '152932.422000', '152932.424000', '152932.427000', '152932.430000', '152932.433000', '152932.436000', '152932.439000', '152932.441000', '152932.444000', '152932.447000', '152932.450000', '152932.453000', '152932.455000', '152932.458000', '152932.461000', '152932.464000', '152952.342000', '152952.345000', '152952.348000', '152952.351000', '152952.353000', '152952.356000', '152952.359000', '152952.362000', '152952.365000', '152952.367000', '152952.370000', '152952.373000', '152952.376000', '152952.379000', '152952.382000', '152952.384000', '152952.387000', '152952.390000', '152952.393000', '152952.396000', '152952.398000', '152952.401000', '152952.404000', '152952.407000', '152952.410000', '152952.413000', '152952.416000', '152952.419000', '152952.421000', '152952.424000', '152952.427000', '152952.430000', '152952.432000', '152952.435000', '152952.438000', '152952.441000', '152952.444000', '152952.446000', '152952.449000', '152952.452000', '152952.455000', '152952.458000', '152952.460000', '152952.463000', '153012.342000', '153012.345000', '153012.348000', '153012.351000', '153012.354000', '153012.357000', '153012.360000', '153012.362000', '153012.365000', '153012.368000', '153012.371000', '153012.374000', '153012.376000', '153012.379000', '153012.382000', '153012.385000', '153012.388000', '153012.390000', '153012.393000', '153012.396000', '153012.399000', '153012.402000', '153012.405000', '153012.408000', '153012.410000', '153012.413000', '153012.416000', '153012.419000', '153012.422000', '153012.425000', '153012.427000', '153012.430000', '153012.433000', '153012.436000', '153012.439000', '153012.441000', '153012.444000', '153012.447000', '153012.450000', '153012.453000', '153012.455000', '153012.458000', '153012.461000', '153032.342000', '153032.345000', '153032.348000', '153032.351000', '153032.353000', '153032.356000', '153032.359000', '153032.362000', '153032.365000', '153032.368000', '153032.370000', '153032.373000', '153032.376000', '153032.379000', '153032.382000', '153032.385000', '153032.387000', '153032.390000', '153032.406000', '153032.409000', '153032.411000', '153032.414000', '153032.417000', '153032.420000', '153032.423000', '153032.425000', '153032.428000', '153032.431000', '153032.434000', '153032.437000', '153032.439000', '153032.442000', '153032.445000', '153032.448000', '153032.451000', '153032.454000', '153032.456000', '153032.459000', '153032.462000', '153032.465000', '153032.467000', '153032.470000', '153032.473000', '153032.476000', '153052.342000', '153052.345000', '153052.348000', '153052.351000', '153052.353000', '153052.356000', '153052.359000', '153052.362000', '153052.365000', '153052.371000', '153052.374000', '153052.377000', '153052.379000', '153052.382000', '153052.385000', '153052.388000', '153052.391000', '153052.394000', '153052.397000', '153052.399000', '153052.402000', '153052.405000', '153052.408000', '153052.411000', '153052.414000', '153052.417000', '153052.419000', '153052.422000', '153052.425000', '153052.428000', '153052.431000', '153052.440000', '153052.443000', '153052.446000', '153052.449000', '153052.451000', '153052.454000', '153052.457000', '153052.460000', '153052.463000', '153052.466000', '153052.468000', '153052.471000', '153112.342000', '153112.345000', '153112.348000', '153112.351000', '153112.353000', '153112.356000', '153112.359000', '153112.362000', '153112.365000', '153112.367000', '153112.370000', '153112.373000', '153112.376000', '153112.379000', '153112.381000', '153112.384000', '153112.387000', '153112.390000', '153112.393000', '153112.396000', '153112.398000', '153112.401000', '153112.404000', '153112.407000', '153112.410000', '153112.412000', '153112.415000', '153112.418000', '153112.421000', '153112.424000', '153112.426000', '153112.430000', '153112.433000', '153112.436000', '153112.439000', '153112.442000', '153112.445000', '153112.447000', '153112.450000', '153112.453000', '153112.456000', '153112.459000', '153112.462000', '153112.465000', '153132.342000', '153132.345000', '153132.348000', '153132.351000', '153132.353000', '153132.356000', '153132.359000', '153132.362000', '153132.365000', '153132.368000', '153132.371000', '153132.374000', '153132.376000', '153132.379000', '153132.382000', '153132.385000', '153132.388000', '153132.392000', '153132.394000', '153132.397000', '153132.400000', '153132.403000', '153132.406000', '153132.409000', '153132.412000', '153132.414000', '153132.417000', '153132.420000', '153132.423000', '153132.425000', '153132.428000', '153132.431000', '153132.434000', '153132.437000', '153132.439000', '153132.442000', '153132.445000', '153132.448000', '153132.451000', '153132.454000', '153132.457000', '153132.459000', '153132.462000', '153150.406000', '153150.410000', '153150.412000', '153150.415000', '153150.418000', '153150.422000', '153150.425000', '153150.428000', '153150.431000', '153150.434000', '153150.437000', '153150.440000', '153150.443000', '153150.445000', '153150.448000', '153150.451000', '153150.454000', '153150.457000', '153150.460000', '153150.463000', '153150.466000', '153150.469000', '153150.472000', '153150.488000', '153150.491000', '153150.494000', '153150.497000', '153150.500000', '153150.503000', '153150.506000', '153150.509000', '153150.512000', '153150.515000', '153150.517000', '153150.520000', '153150.523000', '153150.526000', '153150.529000', '153150.532000', '153150.535000'], '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': [9697, 8635, 8519, 12834, 8916, 8204, 12979, 8029, 11086, 7952, 8091, 14228, 7984, 9396, 8611, 7979, 11404, 7903, 8236, 10986, 7927, 9473, 7783, 7931, 7913, 7808, 11068, 8332, 7895, 12928, 7906, 11893, 7892, 9471, 11753, 7850, 13121, 8313, 9320, 8073, 7990, 13739, 8741, 10282, 7887, 8055, 13103, 7741, 11533, 8872, 7817, 14334, 8322, 11667, 7582, 8098, 13383, 7671, 10400, 8263, 7642, 9521, 7468, 10925, 7568, 8461, 10794, 7600, 11167, 7565, 10720, 8063, 8314, 13813, 9325, 11789, 7494, 9398, 7909, 7725, 10699, 7713, 11084, 7614, 12068, 10435, 7862, 14886, 10075, 11167, 8203, 8736, 11555, 7954, 10927, 8341, 9906, 7864, 7958, 7988, 7620, 10191, 8611, 7731, 9374, 7863, 10759, 16069, 10211, 8949, 15094, 9383, 11059, 15203, 10617, 12329, 7740, 8020, 7917, 7923, 10092, 7827, 7907, 7767, 8647, 7878, 8008, 12371, 8220, 9864, 7865, 10932, 7868, 9114, 7774, 8586, 7866, 8905, 14973, 9135, 9956, 15386, 11851, 11251, 7806, 8190, 11614, 7983, 10361, 7897, 8476, 7842, 8242, 7923, 7959, 11214, 8030, 11137, 7926, 11953, 9103, 7856, 11157, 7748, 14561, 8662, 12453, 16024, 11937, 13097, 8545, 7701, 7942, 7682, 11609, 7749, 8436, 10238, 7839, 10514, 7617, 11589, 7799, 9337, 7783, 8305, 9270, 7671, 14421, 8277, 8536, 14399, 8853, 12539, 7602, 9467, 8521, 7694, 13275, 8334, 9576, 7623, 9990, 13121, 7866, 12497, 8139, 9511, 7711, 9260, 7750, 7552, 13703, 8057, 9718, 7669, 10621, 8102, 7692, 13931, 8360, 10446, 7739, 11078, 7899, 8839, 9508, 7777, 11666, 7558, 12701, 7510, 11054, 7530, 10243, 7845, 7858, 14284, 7980, 9954, 9681, 7988, 11519, 7511, 9774, 7955, 7606, 11073, 8041, 10025, 7784, 9415, 7748, 8084, 9840, 7685, 9654, 7650, 11120, 8143, 8368, 7760, 8223, 7435, 8161, 7708, 10573, 7879, 13038, 8349, 12132, 16807, 13128, 13332, 8238, 9001, 7490, 8344, 7804, 7533, 13433, 8646, 11131, 7527, 11619, 7530, 10525, 7522, 8974, 8005, 7895, 14382, 9023, 11845, 7507, 8795, 8079, 7717, 13278, 7670, 8743, 8090, 7653, 13278, 7858, 10650, 13018, 7847, 12521, 7659, 8838, 7603, 7656, 13056, 8002, 9195, 7551, 8890, 13442, 9512, 11244, 10477, 7690, 12287, 7702, 8945, 13568, 8498, 11912, 8015, 7816, 13929, 8457, 7698, 14494, 8302, 9621, 7856, 8274, 13295, 7695, 9355, 8022, 7760, 11237, 7729, 9809, 13806, 10416, 11632, 8023, 7699, 13273, 7994, 9524, 8128, 7712, 12571, 7682, 10355, 8118, 7761, 12376, 8431, 9865, 7714, 9355, 8167, 7863, 14079, 9649, 12547, 7929, 11966, 7711, 10599, 7651, 10119, 7958, 9571, 7650, 11840, 15988, 13356, 12225, 8205, 11099, 8055, 11001, 7710, 9863, 7842, 9642, 7952, 8696, 13557, 7919, 12140, 7785, 9543, 7619, 8669, 7762, 9237, 7777, 9234, 8301, 8273, 14795, 11303, 12810, 9338, 12874, 7964, 8207, 14898, 8518, 12850, 8693, 11051, 9558, 7890, 12197, 11477, 7735, 10925, 7666, 8633, 8099, 7804, 9506, 8027, 9970, 7675, 10356, 8200, 8055, 13572, 9834, 11268, 8107, 12193, 13261, 9110, 12612, 7474, 11454, 16255, 11593, 9604, 13990, 9164, 7949, 10174, 7612, 8494, 8487, 7592, 9629, 7782, 7669, 8550, 7605, 9496, 8006, 7580, 8274, 7749, 10560, 8244, 7579, 10365, 8015, 10943, 9745, 7877, 13017, 8091, 9533, 8681, 7961, 10606, 8081, 7820, 11993, 7825, 9777, 10219, 7758, 10540, 7976, 8326, 8791, 7784, 11470, 8473, 7413, 9609, 7593, 10610, 7749, 9685, 11284, 7597, 12409, 8170, 8422, 7862, 7430, 13438, 7900, 9065, 11273, 7486, 12509, 7577, 9900, 8234, 7599, 11265, 7660, 11849, 7664, 9412, 13980, 9212, 11918, 13995, 8780, 11545, 7782, 8555, 7685, 7604, 9687, 7740, 7771, 7953, 9913, 7858, 11182, 7917, 11703, 8264, 14121, 10334, 14127, 9882, 12764, 13390, 9463, 14055, 9458, 10644, 7951, 8810, 15022, 8528, 10712, 7953, 9963, 7901, 7989, 11358, 7643, 10576, 7828, 9380, 7749, 10067, 7808, 7799, 12234, 8498, 9913, 7942, 9462, 12258, 8239, 12564, 7957, 8864, 12801, 7946, 12326, 8620, 8077, 10763, 7971, 11016, 7787, 9262, 8110, 7845, 12076, 7838, 10589, 8033, 7992, 8663, 7920, 11020, 8054, 11379, 8035, 10097, 8871, 8101, 14680, 9424, 11285, 8048, 8918, 8313, 8118, 12881, 8144, 10319, 8107, 9188, 7950, 10520, 8012, 9890, 7981, 11326, 8773, 12975, 8889, 12402, 16232, 11506, 13420, 9357, 10919, 8015, 8090, 13186, 8077, 8035, 13500, 8007, 9059, 7695, 7921, 10582, 7908, 7970, 8826, 7852, 9376, 7706, 7835, 10563, 7893, 8592, 7843, 8140, 7719, 7902, 11642, 7963, 8450, 7831, 7858, 14865, 9446, 10952, 8179, 8221, 14961, 9955, 12569, 9258, 11159, 7879, 9180, 15764, 12239, 11673, 7807, 7844, 13953, 7948, 10851, 7990, 7940, 7787, 7873, 10742, 7967, 10295, 7789, 11422, 7783, 9205, 15004, 10174, 12772, 8568, 7862, 12146, 8002, 10687, 8583, 7813, 10665, 7937, 7825, 7815, 7633, 7993, 7950, 10459, 7896, 10172, 7975, 11765, 8916, 9371, 14391, 9706, 12180, 7853, 10960, 7664, 8831, 8082, 11629, 8140, 10753, 8444, 11824, 17044, 12269, 11365, 8561, 7678, 10576, 8404, 7886, 8172, 7823, 10943, 7869, 7917, 13118, 7894, 9089, 7858, 8196, 13511, 7935, 9360, 8133, 7925, 10636, 7965, 9285, 11987, 8038, 10458, 7909, 8203, 12545, 8054, 9049, 11551, 8250, 9203, 8049, 8133, 9113, 8004, 8176, 8718, 8108, 8096, 8033, 8090, 8292, 8029, 8140, 8125, 8153, 10814, 8588, 8077, 13771, 12358, 9004, 12392, 8106, 8375, 7920, 8008, 12690, 8007, 9022, 8564, 7943, 12665, 7975, 9424, 12836, 8571, 11748, 7902, 9701, 8401, 7960, 13056, 7949, 8835, 10546, 7820, 11788, 8991, 7824, 13918, 8270, 7758, 7713, 7689, 10600, 7835, 8232, 7834, 7893, 11603, 7869, 8992, 12493, 7889, 11296, 9692, 7655, 13951, 7801, 10113, 10410, 7763, 11271, 7726, 8881, 7977, 8690, 7900, 7707, 12497, 7804, 12294, 10929, 8490, 14889, 10386, 9842, 7952, 7862, 14150, 8162, 9664, 15147, 9686, 12295, 7684, 7847, 13529, 7944, 11114, 7719, 7813], 'WindowCenter': [4778.0, 4740.0, 4723.0, 4759.0, 4704.0, 4695.0, 4741.0, 4681.0, 4721.0, 4678.0, 4680.0, 4737.0, 4680.0, 4699.0, 4678.0, 4679.0, 4708.0, 4679.0, 4680.0, 4707.0, 4681.0, 4699.0, 4681.0, 4693.0, 4681.0, 4682.0, 4720.0, 4680.0, 4682.0, 4730.0, 4681.0, 4719.0, 4681.0, 4700.0, 4720.0, 4681.0, 4729.0, 4680.0, 4689.0, 4693.0, 4682.0, 4737.0, 4687.0, 4698.0, 4668.0, 4679.0, 4726.0, 4669.0, 4708.0, 4677.0, 4668.0, 4726.0, 4668.0, 4706.0, 4657.0, 4668.0, 4716.0, 4656.0, 4695.0, 4664.0, 4657.0, 4686.0, 4658.0, 4695.0, 4656.0, 4677.0, 4696.0, 4669.0, 4706.0, 4667.0, 4708.0, 4666.0, 4679.0, 4726.0, 4689.0, 4706.0, 4659.0, 4687.0, 4666.0, 4669.0, 4707.0, 4670.0, 4708.0, 4671.0, 4744.0, 4719.0, 4680.0, 4751.0, 4698.0, 4707.0, 4675.0, 4687.0, 4704.0, 4665.0, 4707.0, 4691.0, 4708.0, 4690.0, 4689.0, 4677.0, 4680.0, 4721.0, 4689.0, 4680.0, 4701.0, 4681.0, 4722.0, 4749.0, 4685.0, 4675.0, 4723.0, 4674.0, 4693.0, 4711.0, 4684.0, 4700.0, 4642.0, 4653.0, 4652.0, 4666.0, 4695.0, 4656.0, 4664.0, 4668.0, 4700.0, 4678.0, 4681.0, 4717.0, 4679.0, 4696.0, 4678.0, 4708.0, 4678.0, 4688.0, 4679.0, 4702.0, 4680.0, 4700.0, 4750.0, 4688.0, 4699.0, 4736.0, 4717.0, 4706.0, 4655.0, 4666.0, 4705.0, 4668.0, 4695.0, 4678.0, 4677.0, 4679.0, 4679.0, 4682.0, 4680.0, 4719.0, 4681.0, 4720.0, 4680.0, 4730.0, 4689.0, 4681.0, 4707.0, 4671.0, 4737.0, 4679.0, 4728.0, 4747.0, 4715.0, 4716.0, 4678.0, 4656.0, 4663.0, 4666.0, 4705.0, 4666.0, 4676.0, 4696.0, 4668.0, 4694.0, 4666.0, 4705.0, 4667.0, 4686.0, 4655.0, 4666.0, 4676.0, 4665.0, 4724.0, 4665.0, 4676.0, 4723.0, 4674.0, 4702.0, 4653.0, 4686.0, 4663.0, 4654.0, 4713.0, 4664.0, 4683.0, 4654.0, 4686.0, 4715.0, 4665.0, 4703.0, 4666.0, 4683.0, 4656.0, 4684.0, 4656.0, 4668.0, 4723.0, 4665.0, 4686.0, 4667.0, 4706.0, 4664.0, 4680.0, 4752.0, 4719.0, 4738.0, 4670.0, 4707.0, 4666.0, 4675.0, 4685.0, 4658.0, 4704.0, 4655.0, 4713.0, 4644.0, 4693.0, 4654.0, 4683.0, 4653.0, 4654.0, 4711.0, 4652.0, 4672.0, 4670.0, 4652.0, 4683.0, 4641.0, 4671.0, 4642.0, 4642.0, 4692.0, 4651.0, 4671.0, 4669.0, 4686.0, 4652.0, 4655.0, 4684.0, 4656.0, 4673.0, 4655.0, 4706.0, 4665.0, 4667.0, 4670.0, 4677.0, 4657.0, 4678.0, 4668.0, 4698.0, 4668.0, 4728.0, 4667.0, 4717.0, 4736.0, 4704.0, 4714.0, 4666.0, 4675.0, 4643.0, 4653.0, 4644.0, 4654.0, 4713.0, 4666.0, 4695.0, 4656.0, 4705.0, 4657.0, 4695.0, 4655.0, 4674.0, 4654.0, 4656.0, 4712.0, 4664.0, 4693.0, 4644.0, 4664.0, 4652.0, 4655.0, 4714.0, 4654.0, 4665.0, 4653.0, 4655.0, 4713.0, 4655.0, 4685.0, 4702.0, 4653.0, 4703.0, 4643.0, 4662.0, 4644.0, 4655.0, 4713.0, 4654.0, 4672.0, 4656.0, 4677.0, 4713.0, 4687.0, 4696.0, 4684.0, 4655.0, 4703.0, 4654.0, 4676.0, 4712.0, 4662.0, 4695.0, 4654.0, 4653.0, 4713.0, 4653.0, 4644.0, 4712.0, 4655.0, 4672.0, 4652.0, 4664.0, 4713.0, 4654.0, 4674.0, 4654.0, 4655.0, 4694.0, 4653.0, 4686.0, 4713.0, 4684.0, 4692.0, 4651.0, 4642.0, 4703.0, 4652.0, 4673.0, 4643.0, 4643.0, 4692.0, 4643.0, 4681.0, 4652.0, 4654.0, 4703.0, 4654.0, 4672.0, 4644.0, 4673.0, 4653.0, 4656.0, 4714.0, 4673.0, 4701.0, 4655.0, 4694.0, 4643.0, 4673.0, 4643.0, 4671.0, 4653.0, 4675.0, 4656.0, 4708.0, 4723.0, 4703.0, 4692.0, 4653.0, 4706.0, 4654.0, 4680.0, 4642.0, 4673.0, 4654.0, 4674.0, 4654.0, 4663.0, 4703.0, 4653.0, 4692.0, 4643.0, 4662.0, 4642.0, 4664.0, 4655.0, 4674.0, 4657.0, 4676.0, 4664.0, 4666.0, 4726.0, 4696.0, 4704.0, 4675.0, 4703.0, 4643.0, 4654.0, 4712.0, 4651.0, 4690.0, 4654.0, 4684.0, 4661.0, 4642.0, 4691.0, 4679.0, 4643.0, 4669.0, 4630.0, 4650.0, 4641.0, 4642.0, 4672.0, 4653.0, 4672.0, 4656.0, 4684.0, 4664.0, 4656.0, 4715.0, 4677.0, 4693.0, 4657.0, 4707.0, 4704.0, 4665.0, 4716.0, 4646.0, 4692.0, 4720.0, 4679.0, 4660.0, 4698.0, 4647.0, 4638.0, 4668.0, 4639.0, 4650.0, 4648.0, 4641.0, 4660.0, 4641.0, 4642.0, 4662.0, 4654.0, 4673.0, 4652.0, 4655.0, 4653.0, 4656.0, 4684.0, 4665.0, 4671.0, 4721.0, 4691.0, 4705.0, 4695.0, 4676.0, 4723.0, 4674.0, 4696.0, 4685.0, 4677.0, 4707.0, 4677.0, 4677.0, 4725.0, 4666.0, 4706.0, 4693.0, 4667.0, 4705.0, 4677.0, 4690.0, 4687.0, 4675.0, 4715.0, 4676.0, 4669.0, 4697.0, 4679.0, 4707.0, 4666.0, 4698.0, 4707.0, 4666.0, 4727.0, 4676.0, 4677.0, 4665.0, 4668.0, 4726.0, 4665.0, 4684.0, 4703.0, 4655.0, 4714.0, 4664.0, 4696.0, 4673.0, 4666.0, 4705.0, 4667.0, 4716.0, 4664.0, 4687.0, 4723.0, 4684.0, 4703.0, 4711.0, 4663.0, 4691.0, 4652.0, 4673.0, 4651.0, 4648.0, 4681.0, 4663.0, 4663.0, 4676.0, 4695.0, 4681.0, 4717.0, 4691.0, 4727.0, 4690.0, 4737.0, 4708.0, 4740.0, 4697.0, 4715.0, 4740.0, 4696.0, 4722.0, 4683.0, 4692.0, 4662.0, 4683.0, 4721.0, 4671.0, 4681.0, 4650.0, 4679.0, 4649.0, 4650.0, 4690.0, 4651.0, 4692.0, 4655.0, 4682.0, 4664.0, 4693.0, 4665.0, 4666.0, 4713.0, 4676.0, 4694.0, 4665.0, 4686.0, 4704.0, 4675.0, 4714.0, 4665.0, 4676.0, 4714.0, 4664.0, 4714.0, 4677.0, 4676.0, 4694.0, 4665.0, 4704.0, 4665.0, 4686.0, 4664.0, 4676.0, 4714.0, 4665.0, 4709.0, 4678.0, 4677.0, 4686.0, 4680.0, 4717.0, 4679.0, 4718.0, 4678.0, 4708.0, 4686.0, 4677.0, 4735.0, 4688.0, 4707.0, 4667.0, 4688.0, 4678.0, 4680.0, 4727.0, 4678.0, 4697.0, 4677.0, 4699.0, 4678.0, 4707.0, 4678.0, 4697.0, 4679.0, 4718.0, 4690.0, 4729.0, 4689.0, 4730.0, 4736.0, 4706.0, 4714.0, 4676.0, 4694.0, 4654.0, 4665.0, 4714.0, 4652.0, 4654.0, 4711.0, 4654.0, 4675.0, 4654.0, 4664.0, 4682.0, 4655.0, 4656.0, 4675.0, 4666.0, 4676.0, 4657.0, 4667.0, 4695.0, 4668.0, 4677.0, 4680.0, 4679.0, 4669.0, 4683.0, 4721.0, 4681.0, 4691.0, 4681.0, 4682.0, 4751.0, 4723.0, 4732.0, 4691.0, 4692.0, 4749.0, 4709.0, 4730.0, 4700.0, 4720.0, 4679.0, 4700.0, 4745.0, 4718.0, 4707.0, 4656.0, 4667.0, 4725.0, 4667.0, 4707.0, 4667.0, 4667.0, 4667.0, 4679.0, 4710.0, 4680.0, 4709.0, 4673.0, 4720.0, 4670.0, 4690.0, 4738.0, 4698.0, 4718.0, 4677.0, 4669.0, 4716.0, 4667.0, 4696.0, 4675.0, 4668.0, 4708.0, 4667.0, 4667.0, 4667.0, 4668.0, 4679.0, 4692.0, 4720.0, 4692.0, 4725.0, 4708.0, 4744.0, 4713.0, 4724.0, 4751.0, 4709.0, 4728.0, 4688.0, 4720.0, 4680.0, 4689.0, 4678.0, 4715.0, 4678.0, 4706.0, 4688.0, 4730.0, 4758.0, 4715.0, 4705.0, 4663.0, 4654.0, 4691.0, 4661.0, 4664.0, 4662.0, 4653.0, 4692.0, 4662.0, 4663.0, 4712.0, 4663.0, 4674.0, 4665.0, 4675.0, 4723.0, 4664.0, 4685.0, 4666.0, 4666.0, 4694.0, 4665.0, 4687.0, 4714.0, 4667.0, 4696.0, 4664.0, 4676.0, 4715.0, 4666.0, 4686.0, 4706.0, 4676.0, 4686.0, 4664.0, 4666.0, 4674.0, 4653.0, 4667.0, 4676.0, 4667.0, 4678.0, 4668.0, 4679.0, 4680.0, 4681.0, 4682.0, 4683.0, 4694.0, 4724.0, 4692.0, 4683.0, 4741.0, 4718.0, 4689.0, 4717.0, 4668.0, 4679.0, 4667.0, 4680.0, 4727.0, 4679.0, 4689.0, 4679.0, 4680.0, 4728.0, 4681.0, 4700.0, 4729.0, 4690.0, 4718.0, 4681.0, 4701.0, 4678.0, 4682.0, 4728.0, 4668.0, 4689.0, 4698.0, 4670.0, 4710.0, 4677.0, 4670.0, 4728.0, 4677.0, 4657.0, 4667.0, 4668.0, 4708.0, 4670.0, 4680.0, 4670.0, 4682.0, 4721.0, 4681.0, 4702.0, 4730.0, 4682.0, 4721.0, 4699.0, 4672.0, 4730.0, 4672.0, 4699.0, 4707.0, 4669.0, 4708.0, 4670.0, 4689.0, 4682.0, 4691.0, 4681.0, 4673.0, 4732.0, 4671.0, 4733.0, 4710.0, 4681.0, 4740.0, 4699.0, 4699.0, 4667.0, 4668.0, 4726.0, 4667.0, 4688.0, 4727.0, 4685.0, 4704.0, 4655.0, 4667.0, 4714.0, 4655.0, 4695.0, 4654.0, 4657.0], 'WindowWidth': [10473.0, 10399.0, 10361.0, 10401.0, 10315.0, 10301.0, 10358.0, 10275.0, 10329.0, 10265.0, 10271.0, 10345.0, 10269.0, 10299.0, 10264.0, 10267.0, 10305.0, 10267.0, 10271.0, 10303.0, 10272.0, 10295.0, 10274.0, 10293.0, 10274.0, 10277.0, 10327.0, 10271.0, 10275.0, 10339.0, 10274.0, 10324.0, 10272.0, 10298.0, 10323.0, 10272.0, 10335.0, 10269.0, 10282.0, 10295.0, 10277.0, 10345.0, 10276.0, 10292.0, 10249.0, 10267.0, 10329.0, 10252.0, 10306.0, 10260.0, 10249.0, 10328.0, 10249.0, 10298.0, 10231.0, 10250.0, 10313.0, 10230.0, 10284.0, 10239.0, 10233.0, 10270.0, 10235.0, 10284.0, 10231.0, 10261.0, 10286.0, 10251.0, 10301.0, 10248.0, 10303.0, 10243.0, 10266.0, 10327.0, 10279.0, 10298.0, 10237.0, 10274.0, 10245.0, 10252.0, 10302.0, 10255.0, 10305.0, 10258.0, 10372.0, 10326.0, 10272.0, 10374.0, 10292.0, 10302.0, 10258.0, 10276.0, 10297.0, 10244.0, 10304.0, 10288.0, 10310.0, 10287.0, 10285.0, 10266.0, 10271.0, 10331.0, 10286.0, 10273.0, 10303.0, 10273.0, 10331.0, 10369.0, 10269.0, 10253.0, 10317.0, 10248.0, 10275.0, 10300.0, 10263.0, 10279.0, 10203.0, 10220.0, 10219.0, 10246.0, 10284.0, 10231.0, 10239.0, 10251.0, 10304.0, 10267.0, 10273.0, 10317.0, 10269.0, 10289.0, 10266.0, 10308.0, 10265.0, 10278.0, 10270.0, 10307.0, 10272.0, 10300.0, 10367.0, 10278.0, 10295.0, 10343.0, 10314.0, 10299.0, 10229.0, 10246.0, 10295.0, 10249.0, 10284.0, 10265.0, 10264.0, 10268.0, 10269.0, 10278.0, 10275.0, 10325.0, 10275.0, 10325.0, 10273.0, 10343.0, 10281.0, 10274.0, 10304.0, 10259.0, 10345.0, 10267.0, 10336.0, 10361.0, 10312.0, 10312.0, 10263.0, 10231.0, 10235.0, 10244.0, 10296.0, 10247.0, 10260.0, 10285.0, 10249.0, 10281.0, 10244.0, 10298.0, 10250.0, 10272.0, 10228.0, 10245.0, 10257.0, 10244.0, 10323.0, 10242.0, 10259.0, 10319.0, 10252.0, 10289.0, 10223.0, 10270.0, 10237.0, 10228.0, 10305.0, 10241.0, 10264.0, 10228.0, 10273.0, 10309.0, 10240.0, 10289.0, 10244.0, 10265.0, 10229.0, 10267.0, 10229.0, 10253.0, 10320.0, 10242.0, 10273.0, 10251.0, 10303.0, 10241.0, 10274.0, 10376.0, 10345.0, 10366.0, 10258.0, 10303.0, 10242.0, 10254.0, 10266.0, 10233.0, 10289.0, 10224.0, 10301.0, 10209.0, 10274.0, 10222.0, 10262.0, 10218.0, 10221.0, 10297.0, 10215.0, 10243.0, 10238.0, 10214.0, 10257.0, 10201.0, 10240.0, 10200.0, 10203.0, 10271.0, 10216.0, 10240.0, 10255.0, 10273.0, 10220.0, 10226.0, 10264.0, 10227.0, 10248.0, 10225.0, 10297.0, 10241.0, 10245.0, 10256.0, 10261.0, 10232.0, 10261.0, 10249.0, 10289.0, 10250.0, 10331.0, 10244.0, 10314.0, 10338.0, 10287.0, 10303.0, 10239.0, 10252.0, 10205.0, 10220.0, 10208.0, 10227.0, 10306.0, 10243.0, 10279.0, 10229.0, 10293.0, 10231.0, 10279.0, 10226.0, 10249.0, 10222.0, 10227.0, 10300.0, 10235.0, 10275.0, 10207.0, 10235.0, 10217.0, 10224.0, 10303.0, 10221.0, 10236.0, 10220.0, 10227.0, 10302.0, 10225.0, 10265.0, 10285.0, 10219.0, 10286.0, 10204.0, 10228.0, 10208.0, 10224.0, 10302.0, 10223.0, 10246.0, 10227.0, 10259.0, 10303.0, 10271.0, 10284.0, 10263.0, 10226.0, 10288.0, 10223.0, 10256.0, 10300.0, 10232.0, 10278.0, 10221.0, 10220.0, 10301.0, 10219.0, 10208.0, 10298.0, 10223.0, 10243.0, 10218.0, 10237.0, 10301.0, 10223.0, 10250.0, 10221.0, 10226.0, 10276.0, 10222.0, 10269.0, 10303.0, 10262.0, 10273.0, 10213.0, 10203.0, 10284.0, 10217.0, 10245.0, 10204.0, 10205.0, 10270.0, 10205.0, 10256.0, 10214.0, 10222.0, 10286.0, 10223.0, 10245.0, 10208.0, 10246.0, 10219.0, 10226.0, 10304.0, 10245.0, 10282.0, 10222.0, 10276.0, 10206.0, 10243.0, 10204.0, 10239.0, 10218.0, 10250.0, 10226.0, 10300.0, 10319.0, 10285.0, 10268.0, 10219.0, 10297.0, 10221.0, 10253.0, 10203.0, 10244.0, 10219.0, 10245.0, 10220.0, 10233.0, 10287.0, 10219.0, 10270.0, 10205.0, 10229.0, 10202.0, 10232.0, 10223.0, 10249.0, 10228.0, 10254.0, 10235.0, 10242.0, 10324.0, 10281.0, 10290.0, 10250.0, 10289.0, 10203.0, 10219.0, 10298.0, 10214.0, 10265.0, 10218.0, 10262.0, 10225.0, 10201.0, 10267.0, 10245.0, 10200.0, 10233.0, 10182.0, 10207.0, 10198.0, 10202.0, 10242.0, 10221.0, 10244.0, 10227.0, 10264.0, 10236.0, 10227.0, 10307.0, 10254.0, 10273.0, 10227.0, 10297.0, 10288.0, 10235.0, 10314.0, 10215.0, 10274.0, 10310.0, 10247.0, 10222.0, 10271.0, 10201.0, 10190.0, 10229.0, 10193.0, 10209.0, 10203.0, 10200.0, 10224.0, 10200.0, 10203.0, 10229.0, 10222.0, 10247.0, 10218.0, 10223.0, 10219.0, 10225.0, 10263.0, 10239.0, 10259.0, 10333.0, 10288.0, 10300.0, 10285.0, 10261.0, 10320.0, 10255.0, 10287.0, 10271.0, 10263.0, 10305.0, 10265.0, 10265.0, 10328.0, 10247.0, 10302.0, 10279.0, 10249.0, 10298.0, 10264.0, 10286.0, 10278.0, 10261.0, 10313.0, 10260.0, 10256.0, 10291.0, 10269.0, 10305.0, 10249.0, 10294.0, 10304.0, 10248.0, 10333.0, 10260.0, 10263.0, 10243.0, 10252.0, 10330.0, 10245.0, 10268.0, 10292.0, 10230.0, 10309.0, 10241.0, 10287.0, 10253.0, 10248.0, 10300.0, 10251.0, 10315.0, 10243.0, 10276.0, 10320.0, 10267.0, 10294.0, 10300.0, 10236.0, 10271.0, 10219.0, 10253.0, 10219.0, 10209.0, 10261.0, 10239.0, 10241.0, 10263.0, 10288.0, 10274.0, 10320.0, 10292.0, 10334.0, 10288.0, 10349.0, 10311.0, 10353.0, 10290.0, 10313.0, 10360.0, 10288.0, 10318.0, 10266.0, 10276.0, 10237.0, 10268.0, 10317.0, 10246.0, 10258.0, 10217.0, 10253.0, 10214.0, 10219.0, 10272.0, 10219.0, 10276.0, 10230.0, 10263.0, 10242.0, 10281.0, 10244.0, 10250.0, 10309.0, 10261.0, 10283.0, 10245.0, 10274.0, 10295.0, 10260.0, 10310.0, 10243.0, 10258.0, 10307.0, 10240.0, 10310.0, 10264.0, 10264.0, 10282.0, 10243.0, 10299.0, 10247.0, 10277.0, 10244.0, 10263.0, 10311.0, 10247.0, 10312.0, 10267.0, 10267.0, 10277.0, 10274.0, 10323.0, 10272.0, 10324.0, 10268.0, 10309.0, 10274.0, 10265.0, 10342.0, 10281.0, 10305.0, 10250.0, 10279.0, 10265.0, 10272.0, 10333.0, 10270.0, 10292.0, 10267.0, 10297.0, 10266.0, 10303.0, 10267.0, 10291.0, 10270.0, 10321.0, 10286.0, 10336.0, 10283.0, 10341.0, 10343.0, 10299.0, 10308.0, 10257.0, 10282.0, 10224.0, 10241.0, 10307.0, 10221.0, 10224.0, 10300.0, 10224.0, 10255.0, 10224.0, 10239.0, 10262.0, 10227.0, 10229.0, 10253.0, 10245.0, 10256.0, 10231.0, 10248.0, 10284.0, 10252.0, 10263.0, 10270.0, 10268.0, 10256.0, 10278.0, 10328.0, 10276.0, 10290.0, 10275.0, 10278.0, 10372.0, 10340.0, 10351.0, 10292.0, 10292.0, 10369.0, 10311.0, 10338.0, 10301.0, 10327.0, 10270.0, 10300.0, 10358.0, 10319.0, 10303.0, 10231.0, 10247.0, 10325.0, 10248.0, 10303.0, 10248.0, 10248.0, 10249.0, 10268.0, 10310.0, 10271.0, 10309.0, 10264.0, 10325.0, 10256.0, 10285.0, 10347.0, 10292.0, 10320.0, 10260.0, 10251.0, 10313.0, 10247.0, 10286.0, 10255.0, 10254.0, 10309.0, 10250.0, 10249.0, 10248.0, 10252.0, 10269.0, 10293.0, 10328.0, 10294.0, 10346.0, 10329.0, 10369.0, 10326.0, 10345.0, 10373.0, 10314.0, 10337.0, 10283.0, 10330.0, 10274.0, 10283.0, 10268.0, 10316.0, 10266.0, 10304.0, 10282.0, 10345.0, 10384.0, 10313.0, 10296.0, 10237.0, 10225.0, 10276.0, 10233.0, 10241.0, 10236.0, 10226.0, 10278.0, 10237.0, 10240.0, 10303.0, 10240.0, 10255.0, 10244.0, 10260.0, 10321.0, 10241.0, 10272.0, 10244.0, 10246.0, 10281.0, 10244.0, 10276.0, 10309.0, 10249.0, 10286.0, 10241.0, 10260.0, 10313.0, 10246.0, 10273.0, 10301.0, 10260.0, 10275.0, 10239.0, 10245.0, 10253.0, 10223.0, 10246.0, 10259.0, 10249.0, 10265.0, 10251.0, 10269.0, 10271.0, 10275.0, 10280.0, 10280.0, 10299.0, 10338.0, 10290.0, 10279.0, 10357.0, 10319.0, 10283.0, 10318.0, 10251.0, 10267.0, 10251.0, 10271.0, 10331.0, 10270.0, 10285.0, 10268.0, 10273.0, 10336.0, 10273.0, 10301.0, 10337.0, 10285.0, 10321.0, 10272.0, 10298.0, 10264.0, 10275.0, 10334.0, 10252.0, 10280.0, 10291.0, 10255.0, 10310.0, 10259.0, 10254.0, 10332.0, 10262.0, 10234.0, 10248.0, 10252.0, 10306.0, 10257.0, 10271.0, 10257.0, 10277.0, 10328.0, 10275.0, 10305.0, 10338.0, 10277.0, 10331.0, 10295.0, 10259.0, 10336.0, 10260.0, 10295.0, 10303.0, 10255.0, 10304.0, 10256.0, 10280.0, 10274.0, 10288.0, 10274.0, 10265.0, 10342.0, 10261.0, 10346.0, 10309.0, 10272.0, 10353.0, 10293.0, 10291.0, 10246.0, 10249.0, 10327.0, 10247.0, 10278.0, 10327.0, 10268.0, 10293.0, 10228.0, 10247.0, 10307.0, 10228.0, 10281.0, 10225.0, 10232.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.00480542002301496</td></tr>
<tr><td colspan=3>aqi</td><td>0.048513660069044874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.34884825065664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1748375732949305</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005309531912442</td></tr>
<tr><td colspan=3>efc</td><td>0.4894</td></tr>
<tr><td colspan=3>fber</td><td>7305.5503</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1367683639887969</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.39240506329114</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.654690559450558</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.598777483494862</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.715642389799495</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6496518050573172</td></tr>
<tr><td colspan=3>gcor</td><td>0.00793618</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009279200807213783</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03394589200615883</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>4.194610100090819</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>24.984</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.6536</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294499.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>972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>421.289</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.43</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3889.3348</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.1349</td></tr>
<tr><td colspan=3>tsnr</td><td>29.220057337079197</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>