<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-05_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-05_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>e96d168c1593122f11add27847f5e90a</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:57:24.985000</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.883</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0b9d97a-c32d-4b01-8df2-f4332fa43b52||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': ['155724.985000', '155725.445000', '155725.905000', '155726.365000', '155726.825000', '155727.285000', '155727.745000', '155728.205000', '155728.665000', '155729.125000', '155729.585000', '155730.045000', '155730.505000', '155730.965000', '155731.425000', '155731.885000', '155732.345000', '155732.805000', '155733.265000', '155733.725000', '155734.185000', '155734.645000', '155735.105000', '155735.565000', '155736.025000', '155736.485000', '155736.945000', '155737.405000', '155737.865000', '155738.325000', '155738.785000', '155739.245000', '155739.705000', '155740.165000', '155740.625000', '155741.085000', '155741.545000', '155742.005000', '155742.465000', '155742.925000', '155743.385000', '155743.845000', '155744.305000', '155744.765000', '155745.225000', '155745.685000', '155746.145000', '155746.605000', '155747.065000', '155747.525000', '155747.985000', '155748.445000', '155748.905000', '155749.365000', '155749.825000', '155750.285000', '155750.745000', '155751.205000', '155751.665000', '155752.125000', '155752.585000', '155753.045000', '155753.505000', '155753.965000', '155754.425000', '155754.885000', '155755.345000', '155755.805000', '155756.265000', '155756.725000', '155757.185000', '155757.645000', '155758.105000', '155758.565000', '155759.025000', '155759.485000', '155759.945000', '155800.405000', '155800.865000', '155801.325000', '155801.785000', '155802.245000', '155802.705000', '155803.165000', '155803.625000', '155804.085000', '155804.545000', '155805.005000', '155805.465000', '155805.925000', '155806.385000', '155806.845000', '155807.305000', '155807.765000', '155808.225000', '155808.685000', '155809.145000', '155809.605000', '155810.065000', '155810.525000', '155810.985000', '155811.445000', '155811.905000', '155812.365000', '155812.825000', '155813.285000', '155813.745000', '155814.205000', '155814.665000', '155815.125000', '155815.585000', '155816.045000', '155816.505000', '155816.965000', '155817.425000', '155817.885000', '155818.345000', '155818.805000', '155819.265000', '155819.725000', '155820.185000', '155820.645000', '155821.105000', '155821.565000', '155822.025000', '155822.485000', '155822.945000', '155823.405000', '155823.865000', '155824.325000', '155824.785000', '155825.245000', '155825.705000', '155826.165000', '155826.625000', '155827.085000', '155827.545000', '155828.005000', '155828.465000', '155828.925000', '155829.385000', '155829.845000', '155830.305000', '155830.765000', '155831.225000', '155831.685000', '155832.145000', '155832.605000', '155833.065000', '155833.525000', '155833.985000', '155834.445000', '155834.905000', '155835.365000', '155835.825000', '155836.285000', '155836.745000', '155837.205000', '155837.665000', '155838.125000', '155838.585000', '155839.045000', '155839.505000', '155839.965000', '155840.425000', '155840.885000', '155841.345000', '155841.805000', '155842.265000', '155842.725000', '155843.185000', '155843.645000', '155844.105000', '155844.565000', '155845.025000', '155845.485000', '155845.945000', '155846.405000', '155846.865000', '155847.325000', '155847.785000', '155848.245000', '155848.705000', '155849.165000', '155849.625000', '155850.085000', '155850.545000', '155851.005000', '155851.465000', '155851.925000', '155852.385000', '155852.845000', '155853.305000', '155853.765000', '155854.225000', '155854.685000', '155855.145000', '155855.605000', '155856.065000', '155856.525000', '155856.985000', '155857.445000', '155857.905000', '155858.365000', '155858.825000', '155859.285000', '155859.745000', '155900.205000', '155900.665000', '155901.125000', '155901.585000', '155902.045000', '155902.505000', '155902.965000', '155903.425000', '155903.885000', '155904.345000', '155904.805000', '155905.265000', '155905.725000', '155906.185000', '155906.645000', '155907.105000', '155907.565000', '155908.025000', '155908.485000', '155908.945000', '155909.405000', '155909.865000', '155910.325000', '155910.785000', '155911.245000', '155911.705000', '155912.165000', '155912.625000', '155913.085000', '155913.545000', '155914.005000', '155914.465000', '155914.925000', '155915.385000', '155915.845000', '155916.305000', '155916.765000', '155917.225000', '155917.685000', '155918.145000', '155918.605000', '155919.065000', '155919.525000', '155919.985000', '155920.445000', '155920.905000', '155921.365000', '155921.825000', '155922.285000', '155922.745000', '155923.205000', '155923.665000', '155924.125000', '155924.585000', '155925.045000', '155925.505000', '155925.965000', '155926.425000', '155926.885000', '155927.345000', '155927.805000', '155928.265000', '155928.725000', '155929.185000', '155929.645000', '155930.105000', '155930.565000', '155931.025000', '155931.485000', '155931.945000', '155932.405000', '155932.865000', '155933.325000', '155933.785000', '155934.245000', '155934.705000', '155935.165000', '155935.625000', '155936.085000', '155936.545000', '155937.005000', '155937.465000', '155937.925000', '155938.385000', '155938.845000', '155939.305000', '155939.765000', '155940.225000', '155940.685000', '155941.145000', '155941.605000', '155942.065000', '155942.525000', '155942.985000', '155943.445000', '155943.905000', '155944.365000', '155944.825000', '155945.285000', '155945.745000', '155946.205000', '155946.665000', '155947.125000', '155947.585000', '155948.045000', '155948.505000', '155948.965000', '155949.425000', '155949.885000', '155950.345000', '155950.805000', '155951.265000', '155951.725000', '155952.185000', '155952.645000', '155953.105000', '155953.565000', '155954.025000', '155954.485000', '155954.945000', '155955.405000', '155955.865000', '155956.325000', '155956.785000', '155957.245000', '155957.705000', '155958.165000', '155958.625000', '155959.085000', '155959.545000', '160000.005000', '160000.465000', '160000.925000', '160001.385000', '160001.845000', '160002.305000', '160002.765000', '160003.225000', '160003.685000', '160004.145000', '160004.605000', '160005.065000', '160005.525000', '160005.985000', '160006.445000', '160006.905000', '160007.365000', '160007.825000', '160008.285000', '160008.745000', '160009.205000', '160009.665000', '160010.125000', '160010.585000', '160011.045000', '160011.505000', '160011.965000', '160012.425000', '160012.885000', '160013.345000', '160013.805000', '160014.265000', '160014.725000', '160015.185000', '160015.645000', '160016.105000', '160016.565000', '160017.025000', '160017.485000', '160017.945000', '160018.405000', '160018.865000', '160019.325000', '160019.785000', '160020.245000', '160020.705000', '160021.165000', '160021.625000', '160022.085000', '160022.545000', '160023.005000', '160023.465000', '160023.925000', '160024.385000', '160024.845000', '160025.305000', '160025.765000', '160026.225000', '160026.685000', '160027.145000', '160027.605000', '160028.065000', '160028.525000', '160028.985000', '160029.445000', '160029.905000', '160030.365000', '160030.825000', '160031.285000', '160031.745000', '160032.205000', '160032.665000', '160033.125000', '160033.585000', '160034.045000', '160034.505000', '160034.965000', '160035.425000', '160035.885000', '160036.345000', '160036.805000', '160037.265000', '160037.725000', '160038.185000', '160038.645000', '160039.105000', '160039.565000', '160040.025000', '160040.485000', '160040.945000', '160041.405000', '160041.865000', '160042.325000', '160042.785000', '160043.245000', '160043.705000', '160044.165000', '160044.625000', '160045.085000', '160045.545000', '160046.005000', '160046.465000', '160046.925000', '160047.385000', '160047.845000', '160048.305000', '160048.765000', '160049.225000', '160049.685000', '160050.145000', '160050.605000', '160051.065000', '160051.525000', '160051.985000', '160052.445000', '160052.905000', '160053.365000', '160053.825000', '160054.285000', '160054.745000', '160055.205000', '160055.665000', '160056.125000', '160056.585000', '160057.045000', '160057.505000', '160057.965000', '160058.425000', '160058.885000', '160059.345000', '160059.805000', '160100.265000', '160100.725000', '160101.185000', '160101.645000', '160102.105000', '160102.565000', '160103.025000', '160103.485000', '160103.945000', '160104.405000', '160104.865000', '160105.325000', '160105.785000', '160106.245000', '160106.705000', '160107.165000', '160107.625000', '160108.085000', '160108.545000', '160109.005000', '160109.465000', '160109.925000', '160110.385000', '160110.845000', '160111.305000', '160111.765000', '160112.225000', '160112.685000', '160113.145000', '160113.605000', '160114.065000', '160114.525000', '160114.985000', '160115.445000', '160115.905000', '160116.365000', '160116.825000', '160117.285000', '160117.745000', '160118.205000', '160118.665000', '160119.125000', '160119.585000', '160120.045000', '160120.505000', '160120.965000', '160121.425000', '160121.885000', '160122.345000', '160122.805000', '160123.265000', '160123.725000', '160124.185000', '160124.645000', '160125.105000', '160125.565000', '160126.025000', '160126.485000', '160126.945000', '160127.405000', '160127.865000', '160128.325000', '160128.785000', '160129.245000', '160129.705000', '160130.165000', '160130.625000', '160131.085000', '160131.545000', '160132.005000', '160132.465000', '160132.925000', '160133.385000', '160133.845000', '160134.305000', '160134.765000', '160135.225000', '160135.685000', '160136.145000', '160136.605000', '160137.065000', '160137.525000', '160137.985000', '160138.445000', '160138.905000', '160139.365000', '160139.825000', '160140.285000', '160140.745000', '160141.205000', '160141.665000', '160142.125000', '160142.585000', '160143.045000', '160143.505000', '160143.965000', '160144.425000', '160144.885000', '160145.345000', '160145.805000', '160146.265000', '160146.725000', '160147.185000', '160147.645000', '160148.105000', '160148.565000', '160149.025000', '160149.485000', '160149.945000', '160150.405000', '160150.865000', '160151.325000', '160151.785000', '160152.245000', '160152.705000', '160153.165000', '160153.625000', '160154.085000', '160154.545000', '160155.005000', '160155.465000', '160155.925000', '160156.385000', '160156.845000', '160157.305000', '160157.765000', '160158.225000', '160158.685000', '160159.145000', '160159.605000', '160200.065000', '160200.525000', '160200.985000', '160201.445000', '160201.905000', '160202.365000', '160202.825000', '160203.285000', '160203.745000', '160204.205000', '160204.665000', '160205.125000', '160205.585000', '160206.045000', '160206.505000', '160206.965000', '160207.425000', '160207.885000', '160208.345000', '160208.805000', '160209.265000', '160209.725000', '160210.185000', '160210.645000', '160211.105000', '160211.565000', '160212.025000', '160212.485000', '160212.945000', '160213.405000', '160213.865000', '160214.325000', '160214.785000', '160215.245000', '160215.705000', '160216.165000', '160216.625000', '160217.085000', '160217.545000', '160218.005000', '160218.465000', '160218.925000', '160219.385000', '160219.845000', '160220.305000', '160220.765000', '160221.225000', '160221.685000', '160222.145000', '160222.605000', '160223.065000', '160223.525000', '160223.985000', '160224.445000', '160224.905000', '160225.365000', '160225.825000', '160226.285000', '160226.745000', '160227.205000', '160227.665000', '160228.125000', '160228.585000', '160229.045000', '160229.505000', '160229.965000', '160230.425000', '160230.885000', '160231.345000', '160231.805000', '160232.265000', '160232.725000', '160233.185000', '160233.645000', '160234.105000', '160234.565000', '160235.025000', '160235.485000', '160235.945000', '160236.405000', '160236.865000', '160237.325000', '160237.785000', '160238.245000', '160238.705000', '160239.165000', '160239.625000', '160240.085000', '160240.545000', '160241.005000', '160241.465000', '160241.925000', '160242.385000', '160242.845000', '160243.305000', '160243.765000', '160244.225000', '160244.685000', '160245.145000', '160245.605000', '160246.065000', '160246.525000', '160246.985000', '160247.445000', '160247.905000', '160248.365000', '160248.825000', '160249.285000', '160249.745000', '160250.205000', '160250.665000', '160251.125000', '160251.585000', '160252.045000', '160252.505000', '160252.965000', '160253.425000', '160253.885000', '160254.345000', '160254.805000', '160255.265000', '160255.725000', '160256.185000', '160256.645000', '160257.105000', '160257.565000', '160258.025000', '160258.485000', '160258.945000', '160259.405000', '160259.865000', '160300.325000', '160300.785000', '160301.245000', '160301.705000', '160302.165000', '160302.625000', '160303.085000', '160303.545000', '160304.005000', '160304.465000', '160304.925000', '160305.385000', '160305.845000', '160306.305000', '160306.765000', '160307.225000', '160307.685000', '160308.145000', '160308.605000', '160309.065000', '160309.525000', '160309.985000', '160310.445000', '160310.905000', '160311.365000', '160311.825000', '160312.285000', '160312.745000', '160313.205000', '160313.665000', '160314.125000', '160314.585000', '160315.045000', '160315.505000', '160315.965000', '160316.425000', '160316.885000', '160317.345000', '160317.805000', '160318.265000', '160318.725000', '160319.185000', '160319.645000', '160320.105000', '160320.565000', '160321.025000', '160321.485000', '160321.945000', '160322.405000', '160322.865000', '160323.325000', '160323.785000', '160324.245000', '160324.705000', '160325.165000', '160325.625000', '160326.085000', '160326.545000', '160327.005000', '160327.465000', '160327.925000', '160328.385000', '160328.845000', '160329.305000', '160329.765000', '160330.225000', '160330.685000', '160331.145000', '160331.605000', '160332.065000', '160332.525000', '160332.985000', '160333.445000', '160333.905000', '160334.365000', '160334.825000', '160335.285000', '160335.745000', '160336.205000', '160336.665000', '160337.125000', '160337.585000', '160338.045000', '160338.505000', '160338.965000', '160339.425000', '160339.885000', '160340.345000', '160340.805000', '160341.265000', '160341.725000', '160342.185000', '160342.645000', '160343.105000', '160343.565000', '160344.025000', '160344.485000', '160344.945000', '160345.405000', '160345.865000', '160346.325000', '160346.785000', '160347.245000', '160347.705000', '160348.165000', '160348.625000', '160349.085000', '160349.545000', '160350.005000', '160350.465000', '160350.925000', '160351.385000', '160351.845000', '160352.305000', '160352.765000', '160353.225000', '160353.685000', '160354.145000', '160354.605000', '160355.065000', '160355.525000', '160355.985000', '160356.445000', '160356.905000', '160357.365000', '160357.825000', '160358.285000', '160358.745000', '160359.205000', '160359.665000', '160400.125000', '160400.585000', '160401.045000', '160401.505000', '160401.965000', '160402.425000', '160402.885000', '160403.345000', '160403.805000', '160404.265000', '160404.725000', '160405.185000', '160405.645000'], 'ContentTime': ['155752.444000', '155752.447000', '155752.450000', '155752.453000', '155752.456000', '155752.458000', '155752.461000', '155752.464000', '155752.467000', '155752.469000', '155752.472000', '155752.475000', '155752.478000', '155752.481000', '155752.483000', '155752.486000', '155752.489000', '155752.492000', '155752.495000', '155752.497000', '155752.500000', '155752.503000', '155752.506000', '155752.508000', '155752.514000', '155752.517000', '155752.519000', '155752.522000', '155752.525000', '155752.528000', '155752.531000', '155752.533000', '155752.536000', '155752.539000', '155752.542000', '155752.544000', '155752.547000', '155752.550000', '155752.553000', '155752.555000', '155752.558000', '155752.561000', '155752.564000', '155752.566000', '155752.569000', '155752.572000', '155752.575000', '155752.578000', '155752.580000', '155752.583000', '155752.591000', '155752.593000', '155752.596000', '155752.599000', '155752.602000', '155752.605000', '155752.607000', '155752.610000', '155752.613000', '155812.412000', '155812.415000', '155812.418000', '155812.420000', '155812.423000', '155812.426000', '155812.429000', '155812.431000', '155812.434000', '155812.437000', '155812.440000', '155812.443000', '155812.445000', '155812.448000', '155812.451000', '155812.454000', '155812.457000', '155812.459000', '155812.462000', '155812.465000', '155812.468000', '155812.470000', '155812.473000', '155812.476000', '155812.479000', '155812.482000', '155812.485000', '155812.487000', '155812.490000', '155812.493000', '155812.496000', '155812.498000', '155812.501000', '155812.504000', '155812.507000', '155812.509000', '155812.512000', '155812.515000', '155812.518000', '155812.521000', '155812.523000', '155812.526000', '155812.529000', '155832.412000', '155832.415000', '155832.417000', '155832.420000', '155832.423000', '155832.426000', '155832.428000', '155832.431000', '155832.434000', '155832.437000', '155832.440000', '155832.442000', '155832.445000', '155832.448000', '155832.451000', '155832.453000', '155832.456000', '155832.459000', '155832.462000', '155832.464000', '155832.467000', '155832.470000', '155832.473000', '155832.476000', '155832.478000', '155832.481000', '155832.484000', '155832.487000', '155832.489000', '155832.492000', '155832.495000', '155832.498000', '155832.500000', '155832.503000', '155832.506000', '155832.509000', '155832.512000', '155832.514000', '155832.517000', '155832.526000', '155832.529000', '155832.532000', '155832.535000', '155832.538000', '155852.412000', '155852.415000', '155852.418000', '155852.420000', '155852.423000', '155852.426000', '155852.429000', '155852.431000', '155852.434000', '155852.437000', '155852.440000', '155852.443000', '155852.445000', '155852.448000', '155852.451000', '155852.454000', '155852.456000', '155852.459000', '155852.462000', '155852.465000', '155852.468000', '155852.470000', '155852.473000', '155852.476000', '155852.479000', '155852.482000', '155852.485000', '155852.487000', '155852.490000', '155852.493000', '155852.496000', '155852.498000', '155852.501000', '155852.504000', '155852.507000', '155852.510000', '155852.512000', '155852.515000', '155852.518000', '155852.521000', '155852.523000', '155852.526000', '155852.529000', '155912.412000', '155912.415000', '155912.418000', '155912.421000', '155912.424000', '155912.427000', '155912.429000', '155912.432000', '155912.435000', '155912.438000', '155912.441000', '155912.443000', '155912.446000', '155912.449000', '155912.452000', '155912.455000', '155912.457000', '155912.460000', '155912.463000', '155912.466000', '155912.469000', '155912.471000', '155912.474000', '155912.477000', '155912.480000', '155912.483000', '155912.485000', '155912.488000', '155912.491000', '155912.494000', '155912.497000', '155912.499000', '155912.502000', '155912.505000', '155912.508000', '155912.510000', '155912.513000', '155912.516000', '155912.519000', '155912.522000', '155912.525000', '155912.527000', '155912.530000', '155932.412000', '155932.415000', '155932.418000', '155932.420000', '155932.423000', '155932.426000', '155932.429000', '155932.431000', '155932.434000', '155932.437000', '155932.440000', '155932.443000', '155932.446000', '155932.448000', '155932.451000', '155932.456000', '155932.459000', '155932.462000', '155932.465000', '155932.467000', '155932.470000', '155932.473000', '155932.476000', '155932.479000', '155932.482000', '155932.484000', '155932.487000', '155932.490000', '155932.493000', '155932.495000', '155932.498000', '155932.501000', '155932.504000', '155932.507000', '155932.509000', '155932.512000', '155932.515000', '155932.518000', '155932.521000', '155932.523000', '155932.526000', '155932.529000', '155932.532000', '155932.535000', '155952.412000', '155952.415000', '155952.418000', '155952.420000', '155952.423000', '155952.426000', '155952.429000', '155952.433000', '155952.438000', '155952.440000', '155952.443000', '155952.446000', '155952.449000', '155952.452000', '155952.455000', '155952.457000', '155952.460000', '155952.463000', '155952.466000', '155952.469000', '155952.472000', '155952.474000', '155952.483000', '155952.486000', '155952.489000', '155952.492000', '155952.495000', '155952.497000', '155952.500000', '155952.503000', '155952.506000', '155952.509000', '155952.511000', '155952.514000', '155952.517000', '155952.520000', '155952.522000', '155952.525000', '155952.528000', '155952.531000', '155952.534000', '155952.536000', '155952.539000', '160012.412000', '160012.415000', '160012.417000', '160012.420000', '160012.423000', '160012.426000', '160012.429000', '160012.432000', '160012.434000', '160012.437000', '160012.440000', '160012.443000', '160012.446000', '160012.448000', '160012.451000', '160012.454000', '160012.457000', '160012.459000', '160012.462000', '160012.465000', '160012.468000', '160012.471000', '160012.473000', '160012.476000', '160012.479000', '160012.482000', '160012.484000', '160012.487000', '160012.490000', '160012.493000', '160012.496000', '160012.498000', '160012.501000', '160012.504000', '160012.507000', '160012.510000', '160012.513000', '160012.515000', '160012.518000', '160012.521000', '160012.524000', '160012.527000', '160012.529000', '160012.532000', '160032.412000', '160032.415000', '160032.418000', '160032.420000', '160032.423000', '160032.426000', '160032.429000', '160032.432000', '160032.435000', '160032.438000', '160032.441000', '160032.444000', '160032.447000', '160032.450000', '160032.452000', '160032.455000', '160032.458000', '160032.461000', '160032.464000', '160032.467000', '160032.470000', '160032.472000', '160032.475000', '160032.478000', '160032.481000', '160032.483000', '160032.486000', '160032.489000', '160032.492000', '160032.494000', '160032.497000', '160032.500000', '160032.503000', '160032.517000', '160032.520000', '160032.523000', '160032.526000', '160032.528000', '160032.531000', '160032.534000', '160032.537000', '160032.539000', '160032.542000', '160052.412000', '160052.415000', '160052.417000', '160052.420000', '160052.423000', '160052.426000', '160052.429000', '160052.431000', '160052.434000', '160052.437000', '160052.440000', '160052.442000', '160052.445000', '160052.448000', '160052.451000', '160052.454000', '160052.457000', '160052.459000', '160052.462000', '160052.465000', '160052.468000', '160052.471000', '160052.473000', '160052.476000', '160052.479000', '160052.482000', '160052.485000', '160052.487000', '160052.490000', '160052.493000', '160052.496000', '160052.499000', '160052.501000', '160052.504000', '160052.507000', '160052.510000', '160052.513000', '160052.515000', '160052.518000', '160052.521000', '160052.524000', '160052.526000', '160052.529000', '160052.532000', '160112.412000', '160112.415000', '160112.418000', '160112.420000', '160112.423000', '160112.426000', '160112.436000', '160112.439000', '160112.442000', '160112.445000', '160112.447000', '160112.450000', '160112.453000', '160112.456000', '160112.459000', '160112.462000', '160112.464000', '160112.468000', '160112.473000', '160112.477000', '160112.479000', '160112.482000', '160112.485000', '160112.488000', '160112.490000', '160112.493000', '160112.496000', '160112.499000', '160112.501000', '160112.504000', '160112.507000', '160112.510000', '160112.513000', '160112.515000', '160112.518000', '160112.521000', '160112.524000', '160112.527000', '160112.529000', '160112.532000', '160112.535000', '160112.538000', '160112.540000', '160132.412000', '160132.415000', '160132.418000', '160132.420000', '160132.423000', '160132.426000', '160132.429000', '160132.431000', '160132.434000', '160132.437000', '160132.440000', '160132.443000', '160132.445000', '160132.448000', '160132.451000', '160132.454000', '160132.457000', '160132.459000', '160132.462000', '160132.465000', '160132.468000', '160132.471000', '160132.473000', '160132.476000', '160132.479000', '160132.482000', '160132.485000', '160132.487000', '160132.490000', '160132.493000', '160132.496000', '160132.498000', '160132.501000', '160132.504000', '160132.507000', '160132.510000', '160132.512000', '160132.515000', '160132.518000', '160132.521000', '160132.523000', '160132.526000', '160132.529000', '160132.532000', '160152.412000', '160152.415000', '160152.418000', '160152.422000', '160152.425000', '160152.428000', '160152.430000', '160152.433000', '160152.436000', '160152.439000', '160152.441000', '160152.444000', '160152.447000', '160152.450000', '160152.453000', '160152.455000', '160152.458000', '160152.461000', '160152.464000', '160152.467000', '160152.469000', '160152.472000', '160152.475000', '160152.478000', '160152.481000', '160152.484000', '160152.487000', '160152.490000', '160152.493000', '160152.495000', '160152.498000', '160152.501000', '160152.504000', '160152.507000', '160152.509000', '160152.512000', '160152.515000', '160152.518000', '160152.521000', '160152.523000', '160152.526000', '160152.529000', '160152.532000', '160212.412000', '160212.415000', '160212.418000', '160212.420000', '160212.423000', '160212.426000', '160212.429000', '160212.432000', '160212.434000', '160212.437000', '160212.440000', '160212.443000', '160212.446000', '160212.449000', '160212.451000', '160212.468000', '160212.471000', '160212.473000', '160212.476000', '160212.479000', '160212.482000', '160212.485000', '160212.487000', '160212.490000', '160212.493000', '160212.496000', '160212.499000', '160212.502000', '160212.504000', '160212.507000', '160212.510000', '160212.513000', '160212.516000', '160212.519000', '160212.521000', '160212.524000', '160212.527000', '160212.530000', '160212.533000', '160212.535000', '160212.538000', '160212.541000', '160212.544000', '160212.547000', '160232.412000', '160232.415000', '160232.418000', '160232.420000', '160232.423000', '160232.426000', '160232.429000', '160232.432000', '160232.434000', '160232.437000', '160232.440000', '160232.443000', '160232.447000', '160232.450000', '160232.453000', '160232.456000', '160232.458000', '160232.461000', '160232.464000', '160232.467000', '160232.470000', '160232.473000', '160232.475000', '160232.478000', '160232.481000', '160232.484000', '160232.487000', '160232.490000', '160232.492000', '160232.495000', '160232.499000', '160232.504000', '160232.507000', '160232.510000', '160232.513000', '160232.516000', '160232.518000', '160232.521000', '160232.524000', '160232.527000', '160232.530000', '160232.532000', '160232.535000', '160252.412000', '160252.415000', '160252.418000', '160252.420000', '160252.423000', '160252.426000', '160252.429000', '160252.431000', '160252.434000', '160252.437000', '160252.440000', '160252.443000', '160252.445000', '160252.448000', '160252.451000', '160252.454000', '160252.457000', '160252.459000', '160252.462000', '160252.465000', '160252.468000', '160252.470000', '160252.473000', '160252.476000', '160252.479000', '160252.482000', '160252.485000', '160252.487000', '160252.490000', '160252.493000', '160252.496000', '160252.499000', '160252.502000', '160252.504000', '160252.507000', '160252.510000', '160252.513000', '160252.516000', '160252.518000', '160252.521000', '160252.529000', '160252.532000', '160252.535000', '160252.538000', '160312.412000', '160312.415000', '160312.418000', '160312.421000', '160312.423000', '160312.426000', '160312.429000', '160312.432000', '160312.435000', '160312.437000', '160312.440000', '160312.443000', '160312.446000', '160312.449000', '160312.451000', '160312.454000', '160312.457000', '160312.461000', '160312.463000', '160312.466000', '160312.469000', '160312.472000', '160312.475000', '160312.478000', '160312.480000', '160312.483000', '160312.486000', '160312.489000', '160312.492000', '160312.495000', '160312.497000', '160312.500000', '160312.503000', '160312.506000', '160312.509000', '160312.511000', '160312.514000', '160312.517000', '160312.520000', '160312.523000', '160312.526000', '160312.528000', '160312.531000', '160332.412000', '160332.415000', '160332.418000', '160332.420000', '160332.423000', '160332.426000', '160332.429000', '160332.432000', '160332.435000', '160332.437000', '160332.440000', '160332.443000', '160332.446000', '160332.449000', '160332.451000', '160332.454000', '160332.457000', '160332.460000', '160332.463000', '160332.465000', '160332.468000', '160332.471000', '160332.474000', '160332.476000', '160332.479000', '160332.482000', '160332.499000', '160332.501000', '160332.504000', '160332.507000', '160332.510000', '160332.512000', '160332.515000', '160332.518000', '160332.521000', '160332.524000', '160332.526000', '160332.529000', '160332.532000', '160332.535000', '160332.538000', '160332.541000', '160332.543000', '160332.546000', '160352.412000', '160352.415000', '160352.418000', '160352.421000', '160352.423000', '160352.426000', '160352.429000', '160352.432000', '160352.434000', '160352.437000', '160352.440000', '160352.443000', '160352.446000', '160352.448000', '160352.451000', '160352.454000', '160352.457000', '160352.459000', '160352.462000', '160352.465000', '160352.468000', '160352.470000', '160352.473000', '160352.476000', '160352.479000', '160352.482000', '160352.484000', '160352.487000', '160352.490000', '160352.493000', '160352.496000', '160352.498000', '160352.501000', '160352.504000', '160352.507000', '160352.510000', '160352.512000', '160352.515000', '160352.518000', '160352.521000', '160352.524000', '160352.526000', '160352.529000', '160406.385000', '160406.389000', '160406.392000', '160406.395000', '160406.398000', '160406.401000', '160406.404000', '160406.407000', '160406.410000', '160406.413000', '160406.416000', '160406.420000', '160406.424000', '160406.427000', '160406.430000', '160406.433000', '160406.436000', '160406.438000', '160406.441000', '160406.444000', '160406.447000', '160406.450000', '160406.453000', '160406.456000', '160406.459000', '160406.462000', '160406.465000', '160406.468000', '160406.471000', '160406.473000', '160406.476000'], 'InstanceCreationTime': ['155752.444000', '155752.447000', '155752.450000', '155752.453000', '155752.456000', '155752.458000', '155752.461000', '155752.464000', '155752.467000', '155752.469000', '155752.472000', '155752.475000', '155752.478000', '155752.481000', '155752.483000', '155752.486000', '155752.489000', '155752.492000', '155752.495000', '155752.497000', '155752.500000', '155752.503000', '155752.506000', '155752.508000', '155752.514000', '155752.517000', '155752.519000', '155752.522000', '155752.525000', '155752.528000', '155752.531000', '155752.533000', '155752.536000', '155752.539000', '155752.542000', '155752.544000', '155752.547000', '155752.550000', '155752.553000', '155752.555000', '155752.558000', '155752.561000', '155752.564000', '155752.566000', '155752.569000', '155752.572000', '155752.575000', '155752.578000', '155752.580000', '155752.583000', '155752.591000', '155752.593000', '155752.596000', '155752.599000', '155752.602000', '155752.605000', '155752.607000', '155752.610000', '155752.613000', '155812.412000', '155812.415000', '155812.418000', '155812.420000', '155812.423000', '155812.426000', '155812.429000', '155812.431000', '155812.434000', '155812.437000', '155812.440000', '155812.443000', '155812.445000', '155812.448000', '155812.451000', '155812.454000', '155812.457000', '155812.459000', '155812.462000', '155812.465000', '155812.468000', '155812.470000', '155812.473000', '155812.476000', '155812.479000', '155812.482000', '155812.485000', '155812.487000', '155812.490000', '155812.493000', '155812.496000', '155812.498000', '155812.501000', '155812.504000', '155812.507000', '155812.509000', '155812.512000', '155812.515000', '155812.518000', '155812.521000', '155812.523000', '155812.526000', '155812.529000', '155832.412000', '155832.415000', '155832.417000', '155832.420000', '155832.423000', '155832.426000', '155832.428000', '155832.431000', '155832.434000', '155832.437000', '155832.440000', '155832.442000', '155832.445000', '155832.448000', '155832.451000', '155832.453000', '155832.456000', '155832.459000', '155832.462000', '155832.464000', '155832.467000', '155832.470000', '155832.473000', '155832.476000', '155832.478000', '155832.481000', '155832.484000', '155832.487000', '155832.489000', '155832.492000', '155832.495000', '155832.498000', '155832.500000', '155832.503000', '155832.506000', '155832.509000', '155832.512000', '155832.514000', '155832.517000', '155832.526000', '155832.529000', '155832.532000', '155832.535000', '155832.538000', '155852.412000', '155852.415000', '155852.418000', '155852.420000', '155852.423000', '155852.426000', '155852.429000', '155852.431000', '155852.434000', '155852.437000', '155852.440000', '155852.443000', '155852.445000', '155852.448000', '155852.451000', '155852.454000', '155852.456000', '155852.459000', '155852.462000', '155852.465000', '155852.468000', '155852.470000', '155852.473000', '155852.476000', '155852.479000', '155852.482000', '155852.485000', '155852.487000', '155852.490000', '155852.493000', '155852.496000', '155852.498000', '155852.501000', '155852.504000', '155852.507000', '155852.510000', '155852.512000', '155852.515000', '155852.518000', '155852.521000', '155852.523000', '155852.526000', '155852.529000', '155912.412000', '155912.415000', '155912.418000', '155912.421000', '155912.424000', '155912.427000', '155912.429000', '155912.432000', '155912.435000', '155912.438000', '155912.441000', '155912.443000', '155912.446000', '155912.449000', '155912.452000', '155912.455000', '155912.457000', '155912.460000', '155912.463000', '155912.466000', '155912.469000', '155912.471000', '155912.474000', '155912.477000', '155912.480000', '155912.483000', '155912.485000', '155912.488000', '155912.491000', '155912.494000', '155912.497000', '155912.499000', '155912.502000', '155912.505000', '155912.508000', '155912.510000', '155912.513000', '155912.516000', '155912.519000', '155912.522000', '155912.525000', '155912.527000', '155912.530000', '155932.412000', '155932.415000', '155932.418000', '155932.420000', '155932.423000', '155932.426000', '155932.429000', '155932.431000', '155932.434000', '155932.437000', '155932.440000', '155932.443000', '155932.446000', '155932.448000', '155932.451000', '155932.456000', '155932.459000', '155932.462000', '155932.465000', '155932.467000', '155932.470000', '155932.473000', '155932.476000', '155932.479000', '155932.482000', '155932.484000', '155932.487000', '155932.490000', '155932.493000', '155932.495000', '155932.498000', '155932.501000', '155932.504000', '155932.507000', '155932.509000', '155932.512000', '155932.515000', '155932.518000', '155932.521000', '155932.523000', '155932.526000', '155932.529000', '155932.532000', '155932.535000', '155952.412000', '155952.415000', '155952.418000', '155952.420000', '155952.423000', '155952.426000', '155952.429000', '155952.433000', '155952.438000', '155952.440000', '155952.443000', '155952.446000', '155952.449000', '155952.452000', '155952.455000', '155952.457000', '155952.460000', '155952.463000', '155952.466000', '155952.469000', '155952.472000', '155952.474000', '155952.483000', '155952.486000', '155952.489000', '155952.492000', '155952.495000', '155952.497000', '155952.500000', '155952.503000', '155952.506000', '155952.509000', '155952.511000', '155952.514000', '155952.517000', '155952.520000', '155952.522000', '155952.525000', '155952.528000', '155952.531000', '155952.534000', '155952.536000', '155952.539000', '160012.412000', '160012.415000', '160012.417000', '160012.420000', '160012.423000', '160012.426000', '160012.429000', '160012.432000', '160012.434000', '160012.437000', '160012.440000', '160012.443000', '160012.446000', '160012.448000', '160012.451000', '160012.454000', '160012.457000', '160012.459000', '160012.462000', '160012.465000', '160012.468000', '160012.471000', '160012.473000', '160012.476000', '160012.479000', '160012.482000', '160012.484000', '160012.487000', '160012.490000', '160012.493000', '160012.496000', '160012.498000', '160012.501000', '160012.504000', '160012.507000', '160012.510000', '160012.513000', '160012.515000', '160012.518000', '160012.521000', '160012.524000', '160012.527000', '160012.529000', '160012.532000', '160032.412000', '160032.415000', '160032.418000', '160032.420000', '160032.423000', '160032.426000', '160032.429000', '160032.432000', '160032.435000', '160032.438000', '160032.441000', '160032.444000', '160032.447000', '160032.450000', '160032.452000', '160032.455000', '160032.458000', '160032.461000', '160032.464000', '160032.467000', '160032.470000', '160032.472000', '160032.475000', '160032.478000', '160032.481000', '160032.483000', '160032.486000', '160032.489000', '160032.492000', '160032.494000', '160032.497000', '160032.500000', '160032.503000', '160032.517000', '160032.520000', '160032.523000', '160032.526000', '160032.528000', '160032.531000', '160032.534000', '160032.537000', '160032.539000', '160032.542000', '160052.412000', '160052.415000', '160052.417000', '160052.420000', '160052.423000', '160052.426000', '160052.429000', '160052.431000', '160052.434000', '160052.437000', '160052.440000', '160052.442000', '160052.445000', '160052.448000', '160052.451000', '160052.454000', '160052.457000', '160052.459000', '160052.462000', '160052.465000', '160052.468000', '160052.471000', '160052.473000', '160052.476000', '160052.479000', '160052.482000', '160052.485000', '160052.487000', '160052.490000', '160052.493000', '160052.496000', '160052.499000', '160052.501000', '160052.504000', '160052.507000', '160052.510000', '160052.513000', '160052.515000', '160052.518000', '160052.521000', '160052.524000', '160052.526000', '160052.529000', '160052.532000', '160112.412000', '160112.415000', '160112.418000', '160112.420000', '160112.423000', '160112.426000', '160112.436000', '160112.439000', '160112.442000', '160112.445000', '160112.447000', '160112.450000', '160112.453000', '160112.456000', '160112.459000', '160112.462000', '160112.464000', '160112.468000', '160112.473000', '160112.477000', '160112.479000', '160112.482000', '160112.485000', '160112.488000', '160112.490000', '160112.493000', '160112.496000', '160112.499000', '160112.501000', '160112.504000', '160112.507000', '160112.510000', '160112.513000', '160112.515000', '160112.518000', '160112.521000', '160112.524000', '160112.527000', '160112.529000', '160112.532000', '160112.535000', '160112.538000', '160112.540000', '160132.412000', '160132.415000', '160132.418000', '160132.420000', '160132.423000', '160132.426000', '160132.429000', '160132.431000', '160132.434000', '160132.437000', '160132.440000', '160132.443000', '160132.445000', '160132.448000', '160132.451000', '160132.454000', '160132.457000', '160132.459000', '160132.462000', '160132.465000', '160132.468000', '160132.471000', '160132.473000', '160132.476000', '160132.479000', '160132.482000', '160132.485000', '160132.487000', '160132.490000', '160132.493000', '160132.496000', '160132.498000', '160132.501000', '160132.504000', '160132.507000', '160132.510000', '160132.512000', '160132.515000', '160132.518000', '160132.521000', '160132.523000', '160132.526000', '160132.529000', '160132.532000', '160152.412000', '160152.415000', '160152.418000', '160152.422000', '160152.425000', '160152.428000', '160152.430000', '160152.433000', '160152.436000', '160152.439000', '160152.441000', '160152.444000', '160152.447000', '160152.450000', '160152.453000', '160152.455000', '160152.458000', '160152.461000', '160152.464000', '160152.467000', '160152.469000', '160152.472000', '160152.475000', '160152.478000', '160152.481000', '160152.484000', '160152.487000', '160152.490000', '160152.493000', '160152.495000', '160152.498000', '160152.501000', '160152.504000', '160152.507000', '160152.509000', '160152.512000', '160152.515000', '160152.518000', '160152.521000', '160152.523000', '160152.526000', '160152.529000', '160152.532000', '160212.412000', '160212.415000', '160212.418000', '160212.420000', '160212.423000', '160212.426000', '160212.429000', '160212.432000', '160212.434000', '160212.437000', '160212.440000', '160212.443000', '160212.446000', '160212.449000', '160212.451000', '160212.468000', '160212.471000', '160212.473000', '160212.476000', '160212.479000', '160212.482000', '160212.485000', '160212.487000', '160212.490000', '160212.493000', '160212.496000', '160212.499000', '160212.502000', '160212.504000', '160212.507000', '160212.510000', '160212.513000', '160212.516000', '160212.519000', '160212.521000', '160212.524000', '160212.527000', '160212.530000', '160212.533000', '160212.535000', '160212.538000', '160212.541000', '160212.544000', '160212.547000', '160232.412000', '160232.415000', '160232.418000', '160232.420000', '160232.423000', '160232.426000', '160232.429000', '160232.432000', '160232.434000', '160232.437000', '160232.440000', '160232.443000', '160232.447000', '160232.450000', '160232.453000', '160232.456000', '160232.458000', '160232.461000', '160232.464000', '160232.467000', '160232.470000', '160232.473000', '160232.475000', '160232.478000', '160232.481000', '160232.484000', '160232.487000', '160232.490000', '160232.492000', '160232.495000', '160232.499000', '160232.504000', '160232.507000', '160232.510000', '160232.513000', '160232.516000', '160232.518000', '160232.521000', '160232.524000', '160232.527000', '160232.530000', '160232.532000', '160232.535000', '160252.412000', '160252.415000', '160252.418000', '160252.420000', '160252.423000', '160252.426000', '160252.429000', '160252.431000', '160252.434000', '160252.437000', '160252.440000', '160252.443000', '160252.445000', '160252.448000', '160252.451000', '160252.454000', '160252.457000', '160252.459000', '160252.462000', '160252.465000', '160252.468000', '160252.470000', '160252.473000', '160252.476000', '160252.479000', '160252.482000', '160252.485000', '160252.487000', '160252.490000', '160252.493000', '160252.496000', '160252.499000', '160252.502000', '160252.504000', '160252.507000', '160252.510000', '160252.513000', '160252.516000', '160252.518000', '160252.521000', '160252.529000', '160252.532000', '160252.535000', '160252.538000', '160312.412000', '160312.415000', '160312.418000', '160312.421000', '160312.423000', '160312.426000', '160312.429000', '160312.432000', '160312.435000', '160312.437000', '160312.440000', '160312.443000', '160312.446000', '160312.449000', '160312.451000', '160312.454000', '160312.457000', '160312.461000', '160312.463000', '160312.466000', '160312.469000', '160312.472000', '160312.475000', '160312.478000', '160312.480000', '160312.483000', '160312.486000', '160312.489000', '160312.492000', '160312.495000', '160312.497000', '160312.500000', '160312.503000', '160312.506000', '160312.509000', '160312.511000', '160312.514000', '160312.517000', '160312.520000', '160312.523000', '160312.526000', '160312.528000', '160312.531000', '160332.412000', '160332.415000', '160332.418000', '160332.420000', '160332.423000', '160332.426000', '160332.429000', '160332.432000', '160332.435000', '160332.437000', '160332.440000', '160332.443000', '160332.446000', '160332.449000', '160332.451000', '160332.454000', '160332.457000', '160332.460000', '160332.463000', '160332.465000', '160332.468000', '160332.471000', '160332.474000', '160332.476000', '160332.479000', '160332.482000', '160332.499000', '160332.501000', '160332.504000', '160332.507000', '160332.510000', '160332.512000', '160332.515000', '160332.518000', '160332.521000', '160332.524000', '160332.526000', '160332.529000', '160332.532000', '160332.535000', '160332.538000', '160332.541000', '160332.543000', '160332.546000', '160352.412000', '160352.415000', '160352.418000', '160352.421000', '160352.423000', '160352.426000', '160352.429000', '160352.432000', '160352.434000', '160352.437000', '160352.440000', '160352.443000', '160352.446000', '160352.448000', '160352.451000', '160352.454000', '160352.457000', '160352.459000', '160352.462000', '160352.465000', '160352.468000', '160352.470000', '160352.473000', '160352.476000', '160352.479000', '160352.482000', '160352.484000', '160352.487000', '160352.490000', '160352.493000', '160352.496000', '160352.498000', '160352.501000', '160352.504000', '160352.507000', '160352.510000', '160352.512000', '160352.515000', '160352.518000', '160352.521000', '160352.524000', '160352.526000', '160352.529000', '160406.385000', '160406.389000', '160406.392000', '160406.395000', '160406.398000', '160406.401000', '160406.404000', '160406.407000', '160406.410000', '160406.413000', '160406.416000', '160406.420000', '160406.424000', '160406.427000', '160406.430000', '160406.433000', '160406.436000', '160406.438000', '160406.441000', '160406.444000', '160406.447000', '160406.450000', '160406.453000', '160406.456000', '160406.459000', '160406.462000', '160406.465000', '160406.468000', '160406.471000', '160406.473000', '160406.476000'], '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': [14225, 13637, 14459, 11140, 18354, 14535, 15762, 10466, 12211, 8530, 8386, 16214, 10411, 12788, 8516, 11144, 8612, 8741, 9002, 8098, 12695, 8637, 11648, 12680, 8479, 12716, 7872, 10605, 9132, 8153, 12748, 7752, 9945, 8000, 10054, 10795, 8506, 11915, 8730, 7834, 9056, 8219, 11257, 8587, 8222, 13357, 7695, 11611, 7780, 10540, 7924, 10432, 8033, 10046, 9117, 7758, 13940, 9278, 8309, 12596, 7831, 8417, 9100, 8056, 9997, 8603, 7959, 8903, 8159, 11095, 8310, 10507, 9336, 7571, 9688, 8174, 11275, 8385, 10266, 8643, 10278, 8845, 10076, 8008, 8887, 8478, 10293, 8241, 11316, 15721, 11794, 11802, 8874, 8049, 10465, 8036, 11770, 8318, 10518, 8481, 9080, 8632, 7813, 9426, 7704, 8880, 7455, 10004, 8320, 11786, 8651, 10425, 8519, 11056, 15975, 10156, 9448, 13832, 9556, 12086, 8220, 10369, 8974, 7760, 9374, 8130, 8801, 7845, 11640, 8080, 12949, 8504, 10633, 16494, 12430, 12097, 8763, 8002, 10804, 8186, 12172, 8673, 10215, 8295, 10977, 8325, 11433, 8796, 10622, 8605, 10424, 9652, 9116, 15792, 10685, 9886, 9207, 9779, 9442, 8715, 11940, 8706, 13821, 16058, 12160, 16354, 11484, 11860, 7632, 9087, 7611, 7626, 8269, 7730, 8738, 7841, 9254, 7416, 8694, 7729, 8509, 7973, 8781, 10734, 8021, 14046, 10124, 13855, 8323, 12031, 16973, 13470, 11938, 10664, 7547, 10239, 7692, 11660, 7649, 9832, 8804, 9328, 8998, 7468, 10331, 8002, 11809, 8227, 10247, 8915, 10097, 9300, 10649, 9520, 10103, 7757, 8986, 7455, 10472, 10294, 9880, 8848, 14993, 10268, 10752, 9668, 10013, 9079, 9276, 17165, 11798, 9908, 16287, 10185, 11318, 12179, 8731, 11522, 8462, 7525, 9125, 8316, 10204, 7923, 7630, 8247, 8394, 10884, 7922, 9680, 8264, 10343, 9069, 8156, 8103, 8756, 8691, 9022, 15202, 9978, 11751, 8448, 11457, 8278, 12714, 17013, 12368, 10869, 12339, 8315, 10708, 8236, 7554, 8941, 7858, 10006, 8309, 9268, 8251, 7861, 8960, 7886, 10975, 8735, 7929, 9053, 7961, 9631, 8264, 9545, 7704, 8752, 9585, 8646, 11126, 16244, 11102, 10284, 8893, 10776, 8843, 15318, 13715, 9763, 7525, 10525, 8015, 10806, 9060, 7977, 8675, 8165, 13947, 8500, 11066, 7605, 8887, 9530, 9200, 9878, 7625, 11501, 8166, 11928, 8142, 12592, 9802, 12663, 10099, 11130, 10783, 9087, 11745, 8550, 14011, 15974, 11378, 15052, 8534, 13009, 8245, 9621, 8898, 7732, 8487, 8295, 11768, 8223, 10622, 8682, 8048, 11662, 8290, 10146, 7675, 10280, 7898, 9998, 8630, 8203, 8620, 7847, 13530, 8641, 10713, 8331, 9709, 8592, 9289, 9935, 8118, 10308, 7872, 8842, 8644, 14497, 8530, 13158, 9246, 9484, 7669, 8605, 7736, 8666, 8160, 7939, 11671, 16373, 10604, 10417, 11379, 8336, 7691, 7627, 8292, 7594, 9175, 7490, 8639, 7708, 13416, 8068, 14422, 9772, 11770, 7680, 11593, 8199, 11414, 8183, 11160, 8418, 11080, 7606, 9652, 8204, 8909, 8913, 7620, 12436, 8178, 14749, 16766, 11934, 11689, 7971, 10825, 7635, 12818, 8403, 11208, 7753, 10580, 7766, 8385, 10499, 7610, 11236, 7675, 9308, 7685, 8356, 7805, 7771, 12239, 8603, 11175, 7532, 9562, 7694, 7722, 14289, 8861, 11059, 7550, 7624, 10433, 7702, 11785, 7731, 9801, 7617, 7687, 10399, 7842, 8730, 7452, 11382, 8305, 10821, 7797, 9711, 7659, 9798, 7865, 10374, 7993, 10414, 7614, 11058, 7574, 10970, 8667, 11842, 8751, 9162, 8813, 12046, 10526, 8741, 9785, 8442, 12078, 9622, 11494, 7982, 11755, 7786, 8212, 10665, 9169, 12169, 7938, 8195, 7826, 9649, 7928, 12233, 8107, 12010, 8443, 10054, 9130, 7981, 8403, 8078, 15622, 9074, 12372, 8278, 9668, 7884, 8225, 8152, 8172, 14039, 8481, 12309, 7867, 10884, 8363, 10200, 8602, 10466, 8627, 9018, 8551, 9745, 15329, 9643, 13669, 10774, 12118, 8113, 11850, 8095, 7531, 13812, 8335, 12568, 8846, 11544, 7790, 10022, 8110, 8204, 8220, 7858, 12378, 7601, 10593, 8550, 7774, 9406, 8783, 10030, 8087, 11623, 8494, 13798, 16153, 12218, 13335, 8602, 11697, 8042, 8172, 11394, 7670, 7830, 7793, 9658, 7539, 11136, 7850, 9794, 7710, 9581, 7943, 7787, 12535, 8671, 11415, 8058, 10452, 7971, 7958, 13020, 8337, 11599, 8729, 10549, 7800, 10294, 8094, 7759, 13206, 9119, 11897, 7575, 11283, 7906, 9434, 8210, 7631, 8411, 7921, 10141, 7797, 11960, 8585, 10502, 7767, 9858, 7946, 7759, 14859, 11145, 11843, 7868, 12711, 7526, 10895, 8142, 9324, 8297, 7685, 9045, 7683, 13706, 8793, 12517, 7815, 12351, 8486, 10813, 8401, 9213, 8257, 15728, 11422, 12998, 7991, 11065, 7972, 7615, 13199, 8903, 10445, 7835, 10147, 7755, 11050, 8841, 10784, 7728, 10795, 7952, 10619, 8588, 9537, 8345, 7590, 13804, 8353, 13073, 8578, 10872, 7842, 9429, 8744, 7532, 11194, 8627, 9150, 7530, 11302, 8267, 11898, 8941, 11940, 8643, 12641, 8021, 8908, 15901, 9492, 13755, 10073, 12864, 8313, 12278, 8259, 11499, 8228, 10891, 7670, 10997, 8003, 9704, 16002, 12767, 12764, 8969, 11694, 7870, 12902, 8685, 9279, 8242, 8447, 9098, 7910, 10587, 17261, 11356, 11721, 13046, 8023, 10929, 8104, 11059, 7815, 10020, 7972, 9049, 8089, 9789, 7641, 9666, 7699, 7358, 7802, 7503, 13585, 8233, 10104, 7516, 8000, 7737, 7984, 9400, 7730, 14209, 8933, 11310, 7768, 9966, 7596, 7567, 12253, 8318, 11432, 8679, 11968, 8156, 10799, 8135, 11339, 7849, 10990, 8088, 11073, 9207, 8203, 8686, 9382, 9661, 7969, 14647, 8406, 12647, 8319, 10333, 8710, 8207, 12726, 7806, 11752, 8426, 9707, 9143, 10151, 9566, 7667, 9411, 7689, 9248, 8175, 10174, 9861, 9652, 10745, 8589, 13064, 16124, 11467, 10583, 9208, 17328, 9835, 8303, 7784, 14142, 8556, 12118, 8303, 11615, 8236, 12282, 8869, 10950, 7641, 8183, 8710, 8591, 10712, 7702, 8963, 10655, 8731, 12863, 8485, 13758, 9712, 13691, 9675, 13572, 8246, 11226, 8467, 8469, 15293, 9206, 12198, 8388, 7925, 8436, 7789, 10899, 8234, 7929, 8755, 7850, 8344, 7823, 11153, 8118, 10712, 8282, 10399, 7988, 10638, 11337, 7981, 12299, 8924, 11618, 7854, 12405, 8129, 11437], 'WindowCenter': [4827.0, 4794.0, 4767.0, 4736.0, 4762.0, 4729.0, 4735.0, 4683.0, 4703.0, 4648.0, 4649.0, 4718.0, 4678.0, 4699.0, 4649.0, 4678.0, 4649.0, 4657.0, 4659.0, 4651.0, 4699.0, 4652.0, 4690.0, 4689.0, 4650.0, 4688.0, 4640.0, 4668.0, 4646.0, 4638.0, 4689.0, 4639.0, 4657.0, 4638.0, 4671.0, 4679.0, 4650.0, 4680.0, 4649.0, 4631.0, 4648.0, 4639.0, 4680.0, 4650.0, 4641.0, 4698.0, 4655.0, 4688.0, 4639.0, 4678.0, 4639.0, 4681.0, 4650.0, 4669.0, 4657.0, 4645.0, 4714.0, 4662.0, 4652.0, 4690.0, 4629.0, 4636.0, 4646.0, 4640.0, 4656.0, 4647.0, 4638.0, 4662.0, 4653.0, 4681.0, 4652.0, 4680.0, 4661.0, 4642.0, 4673.0, 4653.0, 4679.0, 4652.0, 4672.0, 4653.0, 4673.0, 4660.0, 4673.0, 4654.0, 4664.0, 4654.0, 4682.0, 4665.0, 4696.0, 4723.0, 4695.0, 4683.0, 4666.0, 4643.0, 4667.0, 4641.0, 4680.0, 4639.0, 4671.0, 4652.0, 4664.0, 4652.0, 4644.0, 4675.0, 4666.0, 4687.0, 4667.0, 4696.0, 4675.0, 4704.0, 4664.0, 4692.0, 4663.0, 4705.0, 4725.0, 4673.0, 4672.0, 4699.0, 4672.0, 4689.0, 4653.0, 4671.0, 4675.0, 4654.0, 4672.0, 4654.0, 4676.0, 4664.0, 4702.0, 4664.0, 4714.0, 4665.0, 4697.0, 4732.0, 4702.0, 4689.0, 4650.0, 4651.0, 4679.0, 4650.0, 4702.0, 4665.0, 4681.0, 4665.0, 4693.0, 4664.0, 4704.0, 4676.0, 4696.0, 4663.0, 4682.0, 4670.0, 4664.0, 4722.0, 4685.0, 4673.0, 4662.0, 4673.0, 4673.0, 4665.0, 4692.0, 4665.0, 4727.0, 4734.0, 4728.0, 4733.0, 4687.0, 4689.0, 4638.0, 4654.0, 4635.0, 4639.0, 4646.0, 4638.0, 4647.0, 4649.0, 4670.0, 4650.0, 4673.0, 4667.0, 4674.0, 4677.0, 4685.0, 4705.0, 4677.0, 4725.0, 4694.0, 4723.0, 4664.0, 4703.0, 4720.0, 4700.0, 4688.0, 4667.0, 4640.0, 4667.0, 4637.0, 4677.0, 4638.0, 4669.0, 4659.0, 4661.0, 4659.0, 4642.0, 4669.0, 4651.0, 4690.0, 4650.0, 4681.0, 4673.0, 4696.0, 4689.0, 4708.0, 4689.0, 4686.0, 4661.0, 4668.0, 4658.0, 4695.0, 4687.0, 4686.0, 4677.0, 4715.0, 4676.0, 4681.0, 4662.0, 4671.0, 4664.0, 4676.0, 4724.0, 4680.0, 4649.0, 4698.0, 4647.0, 4657.0, 4665.0, 4626.0, 4655.0, 4626.0, 4616.0, 4635.0, 4626.0, 4646.0, 4627.0, 4618.0, 4628.0, 4629.0, 4657.0, 4631.0, 4649.0, 4640.0, 4662.0, 4650.0, 4642.0, 4645.0, 4655.0, 4653.0, 4655.0, 4714.0, 4662.0, 4681.0, 4642.0, 4682.0, 4643.0, 4695.0, 4713.0, 4679.0, 4658.0, 4667.0, 4629.0, 4647.0, 4627.0, 4618.0, 4638.0, 4630.0, 4659.0, 4641.0, 4650.0, 4651.0, 4645.0, 4654.0, 4643.0, 4682.0, 4653.0, 4642.0, 4654.0, 4656.0, 4675.0, 4657.0, 4665.0, 4646.0, 4665.0, 4677.0, 4669.0, 4709.0, 4738.0, 4687.0, 4673.0, 4665.0, 4683.0, 4668.0, 4743.0, 4718.0, 4674.0, 4646.0, 4675.0, 4648.0, 4685.0, 4652.0, 4646.0, 4654.0, 4644.0, 4703.0, 4644.0, 4673.0, 4636.0, 4654.0, 4662.0, 4665.0, 4687.0, 4671.0, 4710.0, 4681.0, 4707.0, 4655.0, 4693.0, 4677.0, 4693.0, 4675.0, 4684.0, 4685.0, 4664.0, 4693.0, 4654.0, 4702.0, 4711.0, 4671.0, 4690.0, 4630.0, 4679.0, 4628.0, 4648.0, 4638.0, 4619.0, 4650.0, 4654.0, 4679.0, 4639.0, 4657.0, 4638.0, 4630.0, 4670.0, 4641.0, 4661.0, 4632.0, 4671.0, 4643.0, 4674.0, 4666.0, 4676.0, 4677.0, 4664.0, 4725.0, 4674.0, 4695.0, 4664.0, 4671.0, 4674.0, 4685.0, 4681.0, 4681.0, 4707.0, 4677.0, 4685.0, 4687.0, 4736.0, 4687.0, 4728.0, 4697.0, 4684.0, 4667.0, 4674.0, 4666.0, 4673.0, 4674.0, 4675.0, 4717.0, 4746.0, 4692.0, 4693.0, 4702.0, 4674.0, 4663.0, 4650.0, 4658.0, 4651.0, 4671.0, 4653.0, 4672.0, 4651.0, 4721.0, 4663.0, 4722.0, 4681.0, 4701.0, 4652.0, 4700.0, 4662.0, 4704.0, 4661.0, 4692.0, 4664.0, 4702.0, 4653.0, 4684.0, 4674.0, 4686.0, 4684.0, 4663.0, 4713.0, 4665.0, 4733.0, 4730.0, 4689.0, 4689.0, 4636.0, 4676.0, 4638.0, 4697.0, 4647.0, 4675.0, 4638.0, 4677.0, 4637.0, 4646.0, 4674.0, 4637.0, 4688.0, 4639.0, 4669.0, 4640.0, 4660.0, 4640.0, 4652.0, 4700.0, 4660.0, 4689.0, 4650.0, 4670.0, 4639.0, 4650.0, 4709.0, 4659.0, 4678.0, 4639.0, 4639.0, 4677.0, 4639.0, 4689.0, 4639.0, 4668.0, 4639.0, 4650.0, 4680.0, 4651.0, 4658.0, 4642.0, 4691.0, 4652.0, 4691.0, 4652.0, 4681.0, 4652.0, 4683.0, 4654.0, 4683.0, 4666.0, 4696.0, 4656.0, 4694.0, 4657.0, 4694.0, 4677.0, 4705.0, 4674.0, 4684.0, 4692.0, 4717.0, 4695.0, 4676.0, 4684.0, 4663.0, 4704.0, 4674.0, 4706.0, 4652.0, 4706.0, 4655.0, 4661.0, 4693.0, 4684.0, 4711.0, 4649.0, 4659.0, 4664.0, 4671.0, 4663.0, 4710.0, 4661.0, 4710.0, 4671.0, 4691.0, 4672.0, 4662.0, 4660.0, 4662.0, 4730.0, 4671.0, 4701.0, 4660.0, 4683.0, 4661.0, 4661.0, 4649.0, 4661.0, 4721.0, 4670.0, 4699.0, 4652.0, 4680.0, 4660.0, 4681.0, 4661.0, 4692.0, 4663.0, 4673.0, 4661.0, 4683.0, 4721.0, 4671.0, 4709.0, 4681.0, 4698.0, 4649.0, 4691.0, 4640.0, 4641.0, 4710.0, 4651.0, 4699.0, 4660.0, 4688.0, 4640.0, 4669.0, 4650.0, 4650.0, 4650.0, 4652.0, 4700.0, 4642.0, 4680.0, 4663.0, 4644.0, 4673.0, 4663.0, 4682.0, 4665.0, 4705.0, 4675.0, 4726.0, 4722.0, 4691.0, 4696.0, 4649.0, 4678.0, 4638.0, 4637.0, 4677.0, 4640.0, 4639.0, 4639.0, 4657.0, 4641.0, 4690.0, 4651.0, 4670.0, 4653.0, 4671.0, 4652.0, 4652.0, 4701.0, 4664.0, 4690.0, 4650.0, 4681.0, 4650.0, 4653.0, 4700.0, 4651.0, 4691.0, 4663.0, 4681.0, 4653.0, 4683.0, 4651.0, 4644.0, 4702.0, 4664.0, 4690.0, 4643.0, 4691.0, 4652.0, 4671.0, 4653.0, 4642.0, 4652.0, 4654.0, 4683.0, 4654.0, 4704.0, 4664.0, 4684.0, 4654.0, 4684.0, 4667.0, 4656.0, 4722.0, 4692.0, 4691.0, 4652.0, 4700.0, 4641.0, 4680.0, 4650.0, 4660.0, 4663.0, 4641.0, 4662.0, 4652.0, 4712.0, 4663.0, 4702.0, 4644.0, 4701.0, 4664.0, 4682.0, 4652.0, 4673.0, 4663.0, 4723.0, 4692.0, 4700.0, 4640.0, 4679.0, 4627.0, 4630.0, 4687.0, 4648.0, 4669.0, 4640.0, 4669.0, 4642.0, 4690.0, 4663.0, 4681.0, 4643.0, 4682.0, 4653.0, 4682.0, 4652.0, 4673.0, 4652.0, 4643.0, 4701.0, 4650.0, 4701.0, 4650.0, 4671.0, 4640.0, 4661.0, 4651.0, 4642.0, 4681.0, 4663.0, 4673.0, 4655.0, 4693.0, 4665.0, 4705.0, 4675.0, 4703.0, 4665.0, 4704.0, 4643.0, 4663.0, 4723.0, 4661.0, 4700.0, 4670.0, 4689.0, 4651.0, 4689.0, 4651.0, 4691.0, 4664.0, 4682.0, 4645.0, 4682.0, 4654.0, 4674.0, 4720.0, 4703.0, 4689.0, 4663.0, 4690.0, 4650.0, 4688.0, 4652.0, 4650.0, 4641.0, 4640.0, 4650.0, 4642.0, 4684.0, 4722.0, 4670.0, 4678.0, 4677.0, 4625.0, 4656.0, 4628.0, 4655.0, 4617.0, 4646.0, 4628.0, 4660.0, 4679.0, 4682.0, 4650.0, 4669.0, 4641.0, 4651.0, 4639.0, 4641.0, 4700.0, 4651.0, 4682.0, 4639.0, 4638.0, 4649.0, 4653.0, 4660.0, 4640.0, 4698.0, 4663.0, 4706.0, 4669.0, 4686.0, 4655.0, 4653.0, 4700.0, 4649.0, 4679.0, 4662.0, 4691.0, 4654.0, 4680.0, 4654.0, 4682.0, 4653.0, 4681.0, 4653.0, 4683.0, 4661.0, 4655.0, 4663.0, 4673.0, 4670.0, 4654.0, 4722.0, 4652.0, 4703.0, 4652.0, 4671.0, 4652.0, 4651.0, 4703.0, 4641.0, 4690.0, 4638.0, 4659.0, 4659.0, 4682.0, 4671.0, 4641.0, 4663.0, 4653.0, 4676.0, 4667.0, 4683.0, 4674.0, 4674.0, 4693.0, 4664.0, 4716.0, 4723.0, 4693.0, 4695.0, 4674.0, 4743.0, 4671.0, 4663.0, 4653.0, 4713.0, 4650.0, 4676.0, 4639.0, 4677.0, 4640.0, 4687.0, 4649.0, 4667.0, 4629.0, 4640.0, 4653.0, 4651.0, 4682.0, 4655.0, 4664.0, 4683.0, 4678.0, 4717.0, 4679.0, 4713.0, 4673.0, 4704.0, 4672.0, 4703.0, 4641.0, 4679.0, 4638.0, 4640.0, 4697.0, 4648.0, 4677.0, 4639.0, 4627.0, 4638.0, 4627.0, 4666.0, 4637.0, 4639.0, 4649.0, 4640.0, 4650.0, 4642.0, 4682.0, 4651.0, 4682.0, 4665.0, 4683.0, 4652.0, 4685.0, 4683.0, 4655.0, 4692.0, 4664.0, 4696.0, 4655.0, 4701.0, 4641.0, 4679.0], 'WindowWidth': [10535.0, 10467.0, 10410.0, 10363.0, 10393.0, 10337.0, 10338.0, 10259.0, 10288.0, 10206.0, 10207.0, 10301.0, 10246.0, 10278.0, 10205.0, 10243.0, 10210.0, 10218.0, 10223.0, 10214.0, 10278.0, 10214.0, 10265.0, 10259.0, 10208.0, 10259.0, 10193.0, 10232.0, 10197.0, 10191.0, 10259.0, 10194.0, 10215.0, 10191.0, 10239.0, 10245.0, 10209.0, 10252.0, 10205.0, 10182.0, 10201.0, 10193.0, 10247.0, 10206.0, 10197.0, 10275.0, 10226.0, 10261.0, 10195.0, 10246.0, 10194.0, 10251.0, 10211.0, 10234.0, 10217.0, 10209.0, 10303.0, 10226.0, 10212.0, 10263.0, 10177.0, 10184.0, 10199.0, 10195.0, 10212.0, 10203.0, 10191.0, 10227.0, 10218.0, 10253.0, 10213.0, 10249.0, 10222.0, 10200.0, 10244.0, 10216.0, 10247.0, 10213.0, 10240.0, 10216.0, 10243.0, 10224.0, 10243.0, 10219.0, 10233.0, 10220.0, 10255.0, 10235.0, 10281.0, 10316.0, 10274.0, 10256.0, 10238.0, 10202.0, 10228.0, 10195.0, 10247.0, 10191.0, 10237.0, 10213.0, 10230.0, 10213.0, 10208.0, 10249.0, 10244.0, 10274.0, 10248.0, 10286.0, 10253.0, 10290.0, 10236.0, 10272.0, 10234.0, 10294.0, 10321.0, 10243.0, 10241.0, 10276.0, 10241.0, 10263.0, 10216.0, 10240.0, 10249.0, 10225.0, 10242.0, 10221.0, 10255.0, 10237.0, 10286.0, 10237.0, 10306.0, 10237.0, 10284.0, 10328.0, 10285.0, 10263.0, 10208.0, 10212.0, 10247.0, 10210.0, 10285.0, 10238.0, 10255.0, 10238.0, 10273.0, 10236.0, 10291.0, 10255.0, 10280.0, 10233.0, 10257.0, 10239.0, 10232.0, 10311.0, 10265.0, 10244.0, 10229.0, 10246.0, 10249.0, 10239.0, 10271.0, 10239.0, 10329.0, 10337.0, 10333.0, 10335.0, 10258.0, 10264.0, 10193.0, 10211.0, 10182.0, 10195.0, 10200.0, 10192.0, 10203.0, 10211.0, 10238.0, 10216.0, 10249.0, 10248.0, 10254.0, 10261.0, 10272.0, 10296.0, 10263.0, 10324.0, 10280.0, 10318.0, 10235.0, 10288.0, 10311.0, 10275.0, 10260.0, 10227.0, 10196.0, 10229.0, 10189.0, 10244.0, 10191.0, 10234.0, 10220.0, 10225.0, 10219.0, 10202.0, 10235.0, 10215.0, 10266.0, 10213.0, 10253.0, 10247.0, 10285.0, 10281.0, 10306.0, 10280.0, 10270.0, 10241.0, 10242.0, 10231.0, 10278.0, 10269.0, 10264.0, 10255.0, 10302.0, 10249.0, 10251.0, 10224.0, 10236.0, 10230.0, 10252.0, 10316.0, 10244.0, 10200.0, 10266.0, 10191.0, 10206.0, 10215.0, 10162.0, 10203.0, 10163.0, 10151.0, 10173.0, 10164.0, 10190.0, 10166.0, 10155.0, 10169.0, 10174.0, 10210.0, 10178.0, 10201.0, 10192.0, 10221.0, 10204.0, 10198.0, 10204.0, 10220.0, 10211.0, 10216.0, 10294.0, 10223.0, 10248.0, 10197.0, 10251.0, 10200.0, 10274.0, 10296.0, 10238.0, 10210.0, 10222.0, 10171.0, 10194.0, 10166.0, 10156.0, 10183.0, 10175.0, 10216.0, 10194.0, 10206.0, 10208.0, 10205.0, 10214.0, 10201.0, 10252.0, 10213.0, 10198.0, 10214.0, 10224.0, 10245.0, 10226.0, 10232.0, 10208.0, 10234.0, 10252.0, 10245.0, 10303.0, 10342.0, 10264.0, 10241.0, 10231.0, 10256.0, 10242.0, 10354.0, 10310.0, 10241.0, 10209.0, 10244.0, 10212.0, 10259.0, 10209.0, 10207.0, 10214.0, 10201.0, 10279.0, 10201.0, 10236.0, 10192.0, 10214.0, 10224.0, 10233.0, 10267.0, 10255.0, 10304.0, 10270.0, 10297.0, 10221.0, 10270.0, 10251.0, 10269.0, 10249.0, 10258.0, 10260.0, 10230.0, 10269.0, 10215.0, 10280.0, 10289.0, 10232.0, 10257.0, 10172.0, 10239.0, 10169.0, 10198.0, 10185.0, 10161.0, 10206.0, 10218.0, 10244.0, 10188.0, 10211.0, 10186.0, 10177.0, 10232.0, 10193.0, 10219.0, 10185.0, 10235.0, 10204.0, 10246.0, 10240.0, 10258.0, 10261.0, 10239.0, 10321.0, 10250.0, 10278.0, 10236.0, 10241.0, 10250.0, 10267.0, 10257.0, 10275.0, 10301.0, 10262.0, 10270.0, 10277.0, 10342.0, 10276.0, 10332.0, 10289.0, 10266.0, 10246.0, 10255.0, 10248.0, 10252.0, 10253.0, 10257.0, 10320.0, 10359.0, 10277.0, 10276.0, 10285.0, 10253.0, 10238.0, 10215.0, 10224.0, 10219.0, 10243.0, 10222.0, 10246.0, 10220.0, 10312.0, 10238.0, 10318.0, 10260.0, 10283.0, 10217.0, 10283.0, 10235.0, 10294.0, 10233.0, 10274.0, 10239.0, 10287.0, 10223.0, 10266.0, 10258.0, 10275.0, 10268.0, 10240.0, 10307.0, 10241.0, 10336.0, 10325.0, 10266.0, 10260.0, 10189.0, 10241.0, 10192.0, 10272.0, 10205.0, 10240.0, 10194.0, 10245.0, 10192.0, 10204.0, 10240.0, 10193.0, 10261.0, 10198.0, 10238.0, 10200.0, 10227.0, 10199.0, 10218.0, 10283.0, 10227.0, 10267.0, 10213.0, 10242.0, 10197.0, 10213.0, 10293.0, 10223.0, 10248.0, 10195.0, 10196.0, 10245.0, 10196.0, 10262.0, 10196.0, 10233.0, 10197.0, 10215.0, 10253.0, 10215.0, 10223.0, 10206.0, 10271.0, 10218.0, 10270.0, 10219.0, 10259.0, 10220.0, 10260.0, 10225.0, 10262.0, 10243.0, 10284.0, 10229.0, 10278.0, 10232.0, 10279.0, 10261.0, 10294.0, 10252.0, 10265.0, 10289.0, 10313.0, 10279.0, 10256.0, 10263.0, 10232.0, 10290.0, 10249.0, 10297.0, 10216.0, 10298.0, 10229.0, 10228.0, 10278.0, 10268.0, 10299.0, 10212.0, 10225.0, 10241.0, 10241.0, 10236.0, 10298.0, 10232.0, 10294.0, 10244.0, 10271.0, 10243.0, 10233.0, 10228.0, 10234.0, 10325.0, 10242.0, 10285.0, 10231.0, 10267.0, 10233.0, 10231.0, 10213.0, 10231.0, 10313.0, 10244.0, 10279.0, 10217.0, 10254.0, 10226.0, 10257.0, 10229.0, 10272.0, 10234.0, 10247.0, 10229.0, 10261.0, 10310.0, 10243.0, 10294.0, 10257.0, 10276.0, 10212.0, 10270.0, 10198.0, 10201.0, 10296.0, 10215.0, 10277.0, 10224.0, 10261.0, 10197.0, 10237.0, 10211.0, 10212.0, 10212.0, 10217.0, 10281.0, 10205.0, 10255.0, 10235.0, 10209.0, 10247.0, 10235.0, 10260.0, 10242.0, 10293.0, 10255.0, 10326.0, 10316.0, 10267.0, 10269.0, 10205.0, 10245.0, 10188.0, 10189.0, 10243.0, 10198.0, 10195.0, 10195.0, 10218.0, 10200.0, 10266.0, 10215.0, 10241.0, 10220.0, 10243.0, 10216.0, 10218.0, 10285.0, 10236.0, 10268.0, 10215.0, 10256.0, 10213.0, 10220.0, 10282.0, 10215.0, 10269.0, 10233.0, 10255.0, 10220.0, 10260.0, 10215.0, 10208.0, 10286.0, 10235.0, 10268.0, 10206.0, 10269.0, 10217.0, 10242.0, 10218.0, 10205.0, 10217.0, 10222.0, 10260.0, 10225.0, 10291.0, 10237.0, 10263.0, 10222.0, 10263.0, 10252.0, 10230.0, 10315.0, 10274.0, 10270.0, 10218.0, 10282.0, 10200.0, 10254.0, 10211.0, 10224.0, 10233.0, 10202.0, 10233.0, 10221.0, 10301.0, 10234.0, 10286.0, 10207.0, 10285.0, 10237.0, 10257.0, 10218.0, 10246.0, 10235.0, 10317.0, 10270.0, 10277.0, 10194.0, 10246.0, 10172.0, 10179.0, 10255.0, 10205.0, 10231.0, 10196.0, 10233.0, 10202.0, 10265.0, 10232.0, 10253.0, 10207.0, 10257.0, 10220.0, 10259.0, 10216.0, 10247.0, 10215.0, 10204.0, 10281.0, 10210.0, 10280.0, 10210.0, 10239.0, 10195.0, 10226.0, 10210.0, 10201.0, 10253.0, 10233.0, 10246.0, 10224.0, 10275.0, 10240.0, 10296.0, 10253.0, 10289.0, 10239.0, 10293.0, 10206.0, 10231.0, 10312.0, 10226.0, 10278.0, 10236.0, 10261.0, 10212.0, 10261.0, 10215.0, 10266.0, 10236.0, 10259.0, 10209.0, 10256.0, 10223.0, 10249.0, 10308.0, 10283.0, 10259.0, 10231.0, 10264.0, 10212.0, 10259.0, 10213.0, 10206.0, 10196.0, 10194.0, 10207.0, 10200.0, 10261.0, 10312.0, 10232.0, 10240.0, 10238.0, 10167.0, 10207.0, 10171.0, 10206.0, 10157.0, 10196.0, 10175.0, 10224.0, 10269.0, 10259.0, 10214.0, 10238.0, 10200.0, 10217.0, 10196.0, 10201.0, 10281.0, 10213.0, 10260.0, 10199.0, 10193.0, 10213.0, 10219.0, 10224.0, 10195.0, 10273.0, 10236.0, 10298.0, 10254.0, 10272.0, 10227.0, 10221.0, 10280.0, 10207.0, 10245.0, 10232.0, 10269.0, 10222.0, 10247.0, 10217.0, 10252.0, 10215.0, 10251.0, 10219.0, 10256.0, 10224.0, 10222.0, 10229.0, 10249.0, 10240.0, 10223.0, 10311.0, 10214.0, 10284.0, 10216.0, 10240.0, 10213.0, 10213.0, 10286.0, 10200.0, 10263.0, 10191.0, 10219.0, 10221.0, 10255.0, 10238.0, 10201.0, 10229.0, 10220.0, 10254.0, 10241.0, 10257.0, 10248.0, 10250.0, 10273.0, 10235.0, 10310.0, 10314.0, 10271.0, 10281.0, 10251.0, 10346.0, 10241.0, 10232.0, 10224.0, 10301.0, 10208.0, 10238.0, 10191.0, 10241.0, 10193.0, 10255.0, 10205.0, 10227.0, 10178.0, 10193.0, 10215.0, 10213.0, 10253.0, 10224.0, 10233.0, 10260.0, 10260.0, 10310.0, 10261.0, 10303.0, 10246.0, 10289.0, 10243.0, 10284.0, 10196.0, 10246.0, 10187.0, 10191.0, 10268.0, 10200.0, 10240.0, 10191.0, 10170.0, 10186.0, 10172.0, 10224.0, 10185.0, 10189.0, 10205.0, 10197.0, 10210.0, 10203.0, 10255.0, 10215.0, 10257.0, 10238.0, 10259.0, 10217.0, 10263.0, 10257.0, 10221.0, 10269.0, 10234.0, 10281.0, 10222.0, 10280.0, 10199.0, 10245.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.002981976878612717</td></tr>
<tr><td colspan=3>aqi</td><td>0.035814189248554916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.903481050995374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1826032413194443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0086493340740719</td></tr>
<tr><td colspan=3>efc</td><td>0.4902</td></tr>
<tr><td colspan=3>fber</td><td>6879.3477</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15971563067832173</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.07514450867052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.609334260802612</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5300503033152637</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6803451179137743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.617607361178798</td></tr>
<tr><td colspan=3>gcor</td><td>0.009101</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009236123412847519</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03303949162364006</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.082350073507685</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>23.2726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8618</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.1882</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294098.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>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.0378</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5564</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.821</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.2097</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.9659</td></tr>
<tr><td colspan=3>tsnr</td><td>32.50352877518162</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>