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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7f473be7e8c63000a5d24c12240d7cd8</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:11:15.195000</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.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0757198</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e014d818-f008-4aeb-bf69-57f4d0b35029||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.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['151115.195000', '151115.655000', '151116.115000', '151116.575000', '151117.035000', '151117.495000', '151117.955000', '151118.415000', '151118.875000', '151119.335000', '151119.795000', '151120.255000', '151120.715000', '151121.175000', '151121.635000', '151122.095000', '151122.555000', '151123.015000', '151123.475000', '151123.935000', '151124.395000', '151124.855000', '151125.315000', '151125.775000', '151126.235000', '151126.695000', '151127.155000', '151127.615000', '151128.075000', '151128.535000', '151128.995000', '151129.455000', '151129.915000', '151130.375000', '151130.835000', '151131.295000', '151131.755000', '151132.215000', '151132.675000', '151133.135000', '151133.595000', '151134.055000', '151134.515000', '151134.975000', '151135.435000', '151135.895000', '151136.355000', '151136.815000', '151137.275000', '151137.735000', '151138.195000', '151138.655000', '151139.115000', '151139.575000', '151140.035000', '151140.495000', '151140.955000', '151141.415000', '151141.875000', '151142.335000', '151142.795000', '151143.255000', '151143.715000', '151144.175000', '151144.635000', '151145.095000', '151145.555000', '151146.015000', '151146.475000', '151146.935000', '151147.395000', '151147.855000', '151148.315000', '151148.775000', '151149.235000', '151149.695000', '151150.155000', '151150.615000', '151151.075000', '151151.535000', '151151.995000', '151152.455000', '151152.915000', '151153.375000', '151153.835000', '151154.295000', '151154.755000', '151155.215000', '151155.675000', '151156.135000', '151156.595000', '151157.055000', '151157.515000', '151157.975000', '151158.435000', '151158.895000', '151159.355000', '151159.815000', '151200.275000', '151200.735000', '151201.195000', '151201.655000', '151202.115000', '151202.575000', '151203.035000', '151203.495000', '151203.955000', '151204.415000', '151204.875000', '151205.335000', '151205.795000', '151206.255000', '151206.715000', '151207.175000', '151207.635000', '151208.095000', '151208.555000', '151209.015000', '151209.475000', '151209.935000', '151210.395000', '151210.855000', '151211.315000', '151211.775000', '151212.235000', '151212.695000', '151213.155000', '151213.615000', '151214.075000', '151214.535000', '151214.995000', '151215.455000', '151215.915000', '151216.375000', '151216.835000', '151217.295000', '151217.755000', '151218.215000', '151218.675000', '151219.135000', '151219.595000', '151220.055000', '151220.515000', '151220.975000', '151221.435000', '151221.895000', '151222.355000', '151222.815000', '151223.275000', '151223.735000', '151224.195000', '151224.655000', '151225.115000', '151225.575000', '151226.035000', '151226.495000', '151226.955000', '151227.415000', '151227.875000', '151228.335000', '151228.795000', '151229.255000', '151229.715000', '151230.175000', '151230.635000', '151231.095000', '151231.555000', '151232.015000', '151232.475000', '151232.935000', '151233.395000', '151233.855000', '151234.315000', '151234.775000', '151235.235000', '151235.695000', '151236.155000', '151236.615000', '151237.075000', '151237.535000', '151237.995000', '151238.455000', '151238.915000', '151239.375000', '151239.835000', '151240.295000', '151240.755000', '151241.215000', '151241.675000', '151242.135000', '151242.595000', '151243.055000', '151243.515000', '151243.975000', '151244.435000', '151244.895000', '151245.355000', '151245.815000', '151246.275000', '151246.735000', '151247.195000', '151247.655000', '151248.115000', '151248.575000', '151249.035000', '151249.495000', '151249.955000', '151250.415000', '151250.875000', '151251.335000', '151251.795000', '151252.255000', '151252.715000', '151253.175000', '151253.635000', '151254.095000', '151254.555000', '151255.015000', '151255.475000', '151255.935000', '151256.395000', '151256.855000', '151257.315000', '151257.775000', '151258.235000', '151258.695000', '151259.155000', '151259.615000', '151300.075000', '151300.535000', '151300.995000', '151301.455000', '151301.915000', '151302.375000', '151302.835000', '151303.295000', '151303.755000', '151304.215000', '151304.675000', '151305.135000', '151305.595000', '151306.055000', '151306.515000', '151306.975000', '151307.435000', '151307.895000', '151308.355000', '151308.815000', '151309.275000', '151309.735000', '151310.195000', '151310.655000', '151311.115000', '151311.575000', '151312.035000', '151312.495000', '151312.955000', '151313.415000', '151313.875000', '151314.335000', '151314.795000', '151315.255000', '151315.715000', '151316.175000', '151316.635000', '151317.095000', '151317.555000', '151318.015000', '151318.475000', '151318.935000', '151319.395000', '151319.855000', '151320.315000', '151320.775000', '151321.235000', '151321.695000', '151322.155000', '151322.615000', '151323.075000', '151323.535000', '151323.995000', '151324.455000', '151324.915000', '151325.375000', '151325.835000', '151326.295000', '151326.755000', '151327.215000', '151327.675000', '151328.135000', '151328.595000', '151329.055000', '151329.515000', '151329.975000', '151330.435000', '151330.895000', '151331.355000', '151331.815000', '151332.275000', '151332.735000', '151333.195000', '151333.655000', '151334.115000', '151334.575000', '151335.035000', '151335.495000', '151335.955000', '151336.415000', '151336.875000', '151337.335000', '151337.795000', '151338.255000', '151338.715000', '151339.175000', '151339.635000', '151340.095000', '151340.555000', '151341.015000', '151341.475000', '151341.935000', '151342.395000', '151342.855000', '151343.315000', '151343.775000', '151344.235000', '151344.695000', '151345.155000', '151345.615000', '151346.075000', '151346.535000', '151346.995000', '151347.455000', '151347.915000', '151348.375000', '151348.835000', '151349.295000', '151349.755000', '151350.215000', '151350.675000', '151351.135000', '151351.595000', '151352.055000', '151352.515000', '151352.975000', '151353.435000', '151353.895000', '151354.355000', '151354.815000', '151355.275000', '151355.735000', '151356.195000', '151356.655000', '151357.115000', '151357.575000', '151358.035000', '151358.495000', '151358.955000', '151359.415000', '151359.875000', '151400.335000', '151400.795000', '151401.255000', '151401.715000', '151402.175000', '151402.635000', '151403.095000', '151403.555000', '151404.015000', '151404.475000', '151404.935000', '151405.395000', '151405.855000', '151406.315000', '151406.775000', '151407.235000', '151407.695000', '151408.155000', '151408.615000', '151409.075000', '151409.535000', '151409.995000', '151410.455000', '151410.915000', '151411.375000', '151411.835000', '151412.295000', '151412.755000', '151413.215000', '151413.675000', '151414.135000', '151414.595000', '151415.055000', '151415.515000', '151415.975000', '151416.435000', '151416.895000', '151417.355000', '151417.815000', '151418.275000', '151418.735000', '151419.195000', '151419.655000', '151420.115000', '151420.575000', '151421.035000', '151421.495000', '151421.955000', '151422.415000', '151422.875000', '151423.335000', '151423.795000', '151424.255000', '151424.715000', '151425.175000', '151425.635000', '151426.095000', '151426.555000', '151427.015000', '151427.475000', '151427.935000', '151428.395000', '151428.855000', '151429.315000', '151429.775000', '151430.235000', '151430.695000', '151431.155000', '151431.615000', '151432.075000', '151432.535000', '151432.995000', '151433.455000', '151433.915000', '151434.375000', '151434.835000', '151435.295000', '151435.755000', '151436.215000', '151436.675000', '151437.135000', '151437.595000', '151438.055000', '151438.515000', '151438.975000', '151439.435000', '151439.895000', '151440.355000', '151440.815000', '151441.275000', '151441.735000', '151442.195000', '151442.655000', '151443.115000', '151443.575000', '151444.035000', '151444.495000', '151444.955000', '151445.415000', '151445.875000', '151446.335000', '151446.795000', '151447.255000', '151447.715000', '151448.175000', '151448.635000', '151449.095000', '151449.555000', '151450.015000', '151450.475000', '151450.935000', '151451.395000', '151451.855000', '151452.315000', '151452.775000', '151453.235000', '151453.695000', '151454.155000', '151454.615000', '151455.075000', '151455.535000', '151455.995000', '151456.455000', '151456.915000', '151457.375000', '151457.835000', '151458.295000', '151458.755000', '151459.215000', '151459.675000', '151500.135000', '151500.595000', '151501.055000', '151501.515000', '151501.975000', '151502.435000', '151502.895000', '151503.355000', '151503.815000', '151504.275000', '151504.735000', '151505.195000', '151505.655000', '151506.115000', '151506.575000', '151507.035000', '151507.495000', '151507.955000', '151508.415000', '151508.875000', '151509.335000', '151509.795000', '151510.255000', '151510.715000', '151511.175000', '151511.635000', '151512.095000', '151512.555000', '151513.015000', '151513.475000', '151513.935000', '151514.395000', '151514.855000', '151515.315000', '151515.775000', '151516.235000', '151516.695000', '151517.155000', '151517.615000', '151518.075000', '151518.535000', '151518.995000', '151519.455000', '151519.915000', '151520.375000', '151520.835000', '151521.295000', '151521.755000', '151522.215000', '151522.675000', '151523.135000', '151523.595000', '151524.055000', '151524.515000', '151524.975000', '151525.435000', '151525.895000', '151526.355000', '151526.815000', '151527.275000', '151527.735000', '151528.195000', '151528.655000', '151529.115000', '151529.575000', '151530.035000', '151530.495000', '151530.955000', '151531.415000', '151531.875000', '151532.335000', '151532.795000', '151533.255000', '151533.715000', '151534.175000', '151534.635000', '151535.095000', '151535.555000', '151536.015000', '151536.475000', '151536.935000', '151537.395000', '151537.855000', '151538.315000', '151538.775000', '151539.235000', '151539.695000', '151540.155000', '151540.615000', '151541.075000', '151541.535000', '151541.995000', '151542.455000', '151542.915000', '151543.375000', '151543.835000', '151544.295000', '151544.755000', '151545.215000', '151545.675000', '151546.135000', '151546.595000', '151547.055000', '151547.515000', '151547.975000', '151548.435000', '151548.895000', '151549.355000', '151549.815000', '151550.275000', '151550.735000', '151551.195000', '151551.655000', '151552.115000', '151552.575000', '151553.035000', '151553.495000', '151553.955000', '151554.415000', '151554.875000', '151555.335000', '151555.795000', '151556.255000', '151556.715000', '151557.175000', '151557.635000', '151558.095000', '151558.555000', '151559.015000', '151559.475000', '151559.935000', '151600.395000', '151600.855000', '151601.315000', '151601.775000', '151602.235000', '151602.695000', '151603.155000', '151603.615000', '151604.075000', '151604.535000', '151604.995000', '151605.455000', '151605.915000', '151606.375000', '151606.835000', '151607.295000', '151607.755000', '151608.215000', '151608.675000', '151609.135000', '151609.595000', '151610.055000', '151610.515000', '151610.975000', '151611.435000', '151611.895000', '151612.355000', '151612.815000', '151613.275000', '151613.735000', '151614.195000', '151614.655000', '151615.115000', '151615.575000', '151616.035000', '151616.495000', '151616.955000', '151617.415000', '151617.875000', '151618.335000', '151618.795000', '151619.255000', '151619.715000', '151620.175000', '151620.635000', '151621.095000', '151621.555000', '151622.015000', '151622.475000', '151622.935000', '151623.395000', '151623.855000', '151624.315000', '151624.775000', '151625.235000', '151625.695000', '151626.155000', '151626.615000', '151627.075000', '151627.535000', '151627.995000', '151628.455000', '151628.915000', '151629.375000', '151629.835000', '151630.295000', '151630.755000', '151631.215000', '151631.675000', '151632.135000', '151632.595000', '151633.055000', '151633.515000', '151633.975000', '151634.435000', '151634.895000', '151635.355000', '151635.815000', '151636.275000', '151636.735000', '151637.195000', '151637.655000', '151638.115000', '151638.575000', '151639.035000', '151639.495000', '151639.955000', '151640.415000', '151640.875000', '151641.335000', '151641.795000', '151642.255000', '151642.715000', '151643.175000', '151643.635000', '151644.095000', '151644.555000', '151645.015000', '151645.475000', '151645.935000', '151646.395000', '151646.855000', '151647.315000', '151647.775000', '151648.235000', '151648.695000', '151649.155000', '151649.615000', '151650.075000', '151650.535000', '151650.995000', '151651.455000', '151651.915000', '151652.375000', '151652.835000', '151653.295000', '151653.755000', '151654.215000', '151654.675000', '151655.135000', '151655.595000', '151656.055000', '151656.515000', '151656.975000', '151657.435000', '151657.895000', '151658.355000', '151658.815000', '151659.275000', '151659.735000', '151700.195000', '151700.655000', '151701.115000', '151701.575000', '151702.035000', '151702.495000', '151702.955000', '151703.415000', '151703.875000', '151704.335000', '151704.795000', '151705.255000', '151705.715000', '151706.175000', '151706.635000', '151707.095000', '151707.555000', '151708.015000', '151708.475000', '151708.935000', '151709.395000', '151709.855000', '151710.315000', '151710.775000', '151711.235000', '151711.695000', '151712.155000', '151712.615000', '151713.075000', '151713.535000', '151713.995000', '151714.455000', '151714.915000', '151715.375000', '151715.835000', '151716.295000', '151716.755000', '151717.215000', '151717.675000', '151718.135000', '151718.595000', '151719.055000', '151719.515000', '151719.975000', '151720.435000', '151720.895000', '151721.355000', '151721.815000', '151722.275000', '151722.735000', '151723.195000', '151723.655000', '151724.115000', '151724.575000', '151725.035000', '151725.495000', '151725.955000', '151726.415000', '151726.875000', '151727.335000', '151727.795000', '151728.255000', '151728.715000', '151729.175000', '151729.635000', '151730.095000', '151730.555000', '151731.015000', '151731.475000', '151731.935000', '151732.395000', '151732.855000', '151733.315000', '151733.775000', '151734.235000', '151734.695000', '151735.155000', '151735.615000', '151736.075000', '151736.535000', '151736.995000', '151737.455000', '151737.915000', '151738.375000', '151738.835000', '151739.295000', '151739.755000', '151740.215000', '151740.675000', '151741.135000', '151741.595000', '151742.055000', '151742.515000', '151742.975000', '151743.435000', '151743.895000', '151744.355000', '151744.815000', '151745.275000', '151745.735000', '151746.195000', '151746.655000', '151747.115000', '151747.575000', '151748.035000', '151748.495000', '151748.955000', '151749.415000', '151749.875000', '151750.335000', '151750.795000', '151751.255000', '151751.715000', '151752.175000', '151752.635000', '151753.095000', '151753.555000', '151754.015000', '151754.475000', '151754.935000', '151755.395000', '151755.855000'], 'ContentTime': ['151143.450000', '151143.453000', '151143.456000', '151143.459000', '151143.462000', '151143.465000', '151143.468000', '151143.470000', '151143.473000', '151143.476000', '151143.479000', '151143.482000', '151143.485000', '151143.488000', '151143.495000', '151143.497000', '151143.500000', '151143.503000', '151143.506000', '151143.509000', '151143.511000', '151143.514000', '151143.517000', '151143.520000', '151143.523000', '151143.526000', '151143.529000', '151143.532000', '151143.534000', '151143.537000', '151143.540000', '151143.543000', '151143.546000', '151143.548000', '151143.551000', '151143.554000', '151143.557000', '151143.560000', '151143.563000', '151143.565000', '151143.568000', '151143.577000', '151143.580000', '151143.583000', '151143.585000', '151143.588000', '151143.591000', '151143.594000', '151143.597000', '151143.599000', '151143.602000', '151143.605000', '151143.608000', '151143.611000', '151143.613000', '151143.616000', '151143.619000', '151143.622000', '151143.625000', '151143.628000', '151203.419000', '151203.422000', '151203.425000', '151203.428000', '151203.430000', '151203.433000', '151203.436000', '151203.444000', '151203.447000', '151203.450000', '151203.453000', '151203.455000', '151203.458000', '151203.461000', '151203.464000', '151203.467000', '151203.470000', '151203.472000', '151203.475000', '151203.478000', '151203.481000', '151203.484000', '151203.487000', '151203.490000', '151203.492000', '151203.495000', '151203.498000', '151203.501000', '151203.504000', '151203.507000', '151203.510000', '151203.512000', '151203.515000', '151203.518000', '151203.521000', '151203.524000', '151203.527000', '151203.529000', '151203.532000', '151203.535000', '151203.538000', '151203.541000', '151203.544000', '151203.547000', '151223.419000', '151223.422000', '151223.425000', '151223.428000', '151223.430000', '151223.433000', '151223.436000', '151223.439000', '151223.452000', '151223.455000', '151223.458000', '151223.461000', '151223.464000', '151223.467000', '151223.470000', '151223.472000', '151223.475000', '151223.478000', '151223.481000', '151223.484000', '151223.487000', '151223.489000', '151223.492000', '151223.495000', '151223.498000', '151223.501000', '151223.504000', '151223.507000', '151223.510000', '151223.512000', '151223.515000', '151223.518000', '151223.521000', '151223.524000', '151223.527000', '151223.530000', '151223.532000', '151223.535000', '151223.538000', '151223.541000', '151223.544000', '151223.547000', '151223.550000', '151243.419000', '151243.422000', '151243.425000', '151243.430000', '151243.433000', '151243.435000', '151243.438000', '151243.441000', '151243.444000', '151243.447000', '151243.450000', '151243.453000', '151243.455000', '151243.458000', '151243.461000', '151243.464000', '151243.467000', '151243.470000', '151243.473000', '151243.475000', '151243.478000', '151243.481000', '151243.484000', '151243.487000', '151243.490000', '151243.493000', '151243.495000', '151243.498000', '151243.501000', '151243.504000', '151243.507000', '151243.510000', '151243.512000', '151243.515000', '151243.518000', '151243.521000', '151243.524000', '151243.527000', '151243.530000', '151243.532000', '151243.535000', '151243.538000', '151243.541000', '151243.544000', '151303.419000', '151303.422000', '151303.425000', '151303.428000', '151303.431000', '151303.433000', '151303.436000', '151303.439000', '151303.448000', '151303.451000', '151303.453000', '151303.456000', '151303.459000', '151303.462000', '151303.465000', '151303.468000', '151303.471000', '151303.474000', '151303.477000', '151303.480000', '151303.483000', '151303.486000', '151303.489000', '151303.492000', '151303.494000', '151303.497000', '151303.500000', '151303.503000', '151303.506000', '151303.509000', '151303.511000', '151303.514000', '151303.517000', '151303.520000', '151303.523000', '151303.526000', '151303.529000', '151303.531000', '151303.534000', '151303.537000', '151303.540000', '151303.543000', '151303.546000', '151323.419000', '151323.422000', '151323.425000', '151323.428000', '151323.431000', '151323.433000', '151323.436000', '151323.439000', '151323.442000', '151323.445000', '151323.448000', '151323.451000', '151323.454000', '151323.457000', '151323.459000', '151323.462000', '151323.465000', '151323.468000', '151323.471000', '151323.474000', '151323.477000', '151323.480000', '151323.482000', '151323.485000', '151323.488000', '151323.491000', '151323.494000', '151323.497000', '151323.499000', '151323.502000', '151323.505000', '151323.508000', '151323.511000', '151323.514000', '151323.517000', '151323.519000', '151323.522000', '151323.525000', '151323.528000', '151323.531000', '151323.534000', '151323.536000', '151323.539000', '151323.542000', '151343.418000', '151343.421000', '151343.424000', '151343.427000', '151343.429000', '151343.432000', '151343.435000', '151343.438000', '151343.441000', '151343.444000', '151343.447000', '151343.450000', '151343.453000', '151343.455000', '151343.458000', '151343.461000', '151343.464000', '151343.467000', '151343.470000', '151343.473000', '151343.475000', '151343.478000', '151343.481000', '151343.484000', '151343.487000', '151343.490000', '151343.493000', '151343.496000', '151343.499000', '151343.501000', '151343.504000', '151343.507000', '151343.510000', '151343.513000', '151343.516000', '151343.519000', '151343.522000', '151343.524000', '151343.527000', '151343.530000', '151343.533000', '151343.536000', '151343.539000', '151403.419000', '151403.422000', '151403.425000', '151403.427000', '151403.443000', '151403.446000', '151403.448000', '151403.451000', '151403.454000', '151403.457000', '151403.460000', '151403.462000', '151403.465000', '151403.468000', '151403.471000', '151403.474000', '151403.477000', '151403.480000', '151403.483000', '151403.485000', '151403.488000', '151403.491000', '151403.494000', '151403.497000', '151403.500000', '151403.502000', '151403.505000', '151403.508000', '151403.511000', '151403.514000', '151403.517000', '151403.520000', '151403.523000', '151403.525000', '151403.528000', '151403.531000', '151403.534000', '151403.537000', '151403.540000', '151403.542000', '151403.545000', '151403.548000', '151403.551000', '151403.554000', '151423.419000', '151423.422000', '151423.425000', '151423.428000', '151423.431000', '151423.434000', '151423.437000', '151423.439000', '151423.443000', '151423.446000', '151423.449000', '151423.452000', '151423.455000', '151423.458000', '151423.461000', '151423.463000', '151423.466000', '151423.469000', '151423.472000', '151423.475000', '151423.478000', '151423.481000', '151423.483000', '151423.486000', '151423.489000', '151423.492000', '151423.495000', '151423.498000', '151423.501000', '151423.504000', '151423.507000', '151423.510000', '151423.513000', '151423.516000', '151423.519000', '151423.522000', '151423.524000', '151423.527000', '151423.530000', '151423.533000', '151423.536000', '151423.539000', '151423.541000', '151443.419000', '151443.422000', '151443.425000', '151443.428000', '151443.431000', '151443.434000', '151443.436000', '151443.439000', '151443.442000', '151443.445000', '151443.448000', '151443.451000', '151443.454000', '151443.457000', '151443.459000', '151443.462000', '151443.465000', '151443.468000', '151443.471000', '151443.474000', '151443.477000', '151443.484000', '151443.487000', '151443.490000', '151443.493000', '151443.496000', '151443.498000', '151443.501000', '151443.504000', '151443.507000', '151443.510000', '151443.513000', '151443.516000', '151443.518000', '151443.521000', '151443.524000', '151443.527000', '151443.530000', '151443.533000', '151443.536000', '151443.538000', '151443.541000', '151443.544000', '151443.547000', '151503.419000', '151503.422000', '151503.425000', '151503.428000', '151503.431000', '151503.434000', '151503.436000', '151503.439000', '151503.442000', '151503.445000', '151503.448000', '151503.451000', '151503.453000', '151503.456000', '151503.459000', '151503.462000', '151503.465000', '151503.468000', '151503.471000', '151503.473000', '151503.476000', '151503.479000', '151503.482000', '151503.485000', '151503.488000', '151503.491000', '151503.493000', '151503.496000', '151503.499000', '151503.502000', '151503.505000', '151503.508000', '151503.511000', '151503.514000', '151503.516000', '151503.519000', '151503.522000', '151503.525000', '151503.528000', '151503.531000', '151503.534000', '151503.537000', '151503.540000', '151523.419000', '151523.422000', '151523.425000', '151523.428000', '151523.431000', '151523.433000', '151523.436000', '151523.439000', '151523.442000', '151523.445000', '151523.447000', '151523.450000', '151523.453000', '151523.456000', '151523.459000', '151523.462000', '151523.465000', '151523.468000', '151523.470000', '151523.473000', '151523.476000', '151523.479000', '151523.482000', '151523.485000', '151523.487000', '151523.490000', '151523.493000', '151523.496000', '151523.499000', '151523.502000', '151523.505000', '151523.508000', '151523.510000', '151523.513000', '151523.516000', '151523.519000', '151523.522000', '151523.525000', '151523.528000', '151523.530000', '151523.533000', '151523.536000', '151523.539000', '151523.553000', '151543.419000', '151543.422000', '151543.425000', '151543.428000', '151543.430000', '151543.433000', '151543.436000', '151543.439000', '151543.442000', '151543.445000', '151543.447000', '151543.450000', '151543.453000', '151543.456000', '151543.459000', '151543.462000', '151543.465000', '151543.467000', '151543.470000', '151543.473000', '151543.476000', '151543.479000', '151543.483000', '151543.486000', '151543.489000', '151543.492000', '151543.494000', '151543.497000', '151543.500000', '151543.503000', '151543.506000', '151543.509000', '151543.512000', '151543.514000', '151543.517000', '151543.520000', '151543.523000', '151543.526000', '151543.529000', '151543.532000', '151543.534000', '151543.537000', '151543.540000', '151603.418000', '151603.421000', '151603.424000', '151603.427000', '151603.430000', '151603.432000', '151603.435000', '151603.438000', '151603.441000', '151603.444000', '151603.447000', '151603.450000', '151603.453000', '151603.456000', '151603.458000', '151603.461000', '151603.464000', '151603.467000', '151603.470000', '151603.473000', '151603.476000', '151603.479000', '151603.482000', '151603.485000', '151603.488000', '151603.491000', '151603.494000', '151603.497000', '151603.500000', '151603.502000', '151603.505000', '151603.508000', '151603.511000', '151603.514000', '151603.517000', '151603.519000', '151603.522000', '151603.525000', '151603.528000', '151603.531000', '151603.534000', '151603.537000', '151603.539000', '151603.542000', '151623.419000', '151623.422000', '151623.425000', '151623.428000', '151623.431000', '151623.433000', '151623.436000', '151623.439000', '151623.442000', '151623.445000', '151623.448000', '151623.451000', '151623.454000', '151623.456000', '151623.459000', '151623.462000', '151623.465000', '151623.468000', '151623.471000', '151623.473000', '151623.476000', '151623.479000', '151623.482000', '151623.485000', '151623.488000', '151623.490000', '151623.493000', '151623.496000', '151623.499000', '151623.502000', '151623.505000', '151623.508000', '151623.510000', '151623.513000', '151623.516000', '151623.519000', '151623.522000', '151623.525000', '151623.527000', '151623.530000', '151623.533000', '151623.536000', '151623.539000', '151643.419000', '151643.422000', '151643.425000', '151643.428000', '151643.431000', '151643.434000', '151643.436000', '151643.439000', '151643.442000', '151643.445000', '151643.448000', '151643.451000', '151643.454000', '151643.457000', '151643.459000', '151643.462000', '151643.465000', '151643.468000', '151643.471000', '151643.474000', '151643.477000', '151643.479000', '151643.482000', '151643.485000', '151643.488000', '151643.491000', '151643.494000', '151643.497000', '151643.500000', '151643.502000', '151643.505000', '151643.508000', '151643.511000', '151643.514000', '151643.517000', '151643.520000', '151643.523000', '151643.525000', '151643.528000', '151643.531000', '151643.534000', '151643.537000', '151643.540000', '151643.543000', '151703.419000', '151703.422000', '151703.425000', '151703.428000', '151703.431000', '151703.433000', '151703.436000', '151703.439000', '151703.442000', '151703.445000', '151703.458000', '151703.461000', '151703.464000', '151703.467000', '151703.470000', '151703.472000', '151703.475000', '151703.478000', '151703.481000', '151703.484000', '151703.487000', '151703.490000', '151703.492000', '151703.495000', '151703.498000', '151703.501000', '151703.504000', '151703.507000', '151703.510000', '151703.512000', '151703.515000', '151703.519000', '151703.522000', '151703.525000', '151703.528000', '151703.531000', '151703.534000', '151703.536000', '151703.539000', '151703.542000', '151703.545000', '151703.548000', '151703.551000', '151723.419000', '151723.422000', '151723.425000', '151723.428000', '151723.430000', '151723.433000', '151723.436000', '151723.439000', '151723.442000', '151723.445000', '151723.448000', '151723.451000', '151723.454000', '151723.456000', '151723.459000', '151723.462000', '151723.465000', '151723.468000', '151723.471000', '151723.474000', '151723.476000', '151723.479000', '151723.482000', '151723.485000', '151723.488000', '151723.491000', '151723.494000', '151723.497000', '151723.499000', '151723.502000', '151723.505000', '151723.508000', '151723.511000', '151723.514000', '151723.517000', '151723.520000', '151723.522000', '151723.525000', '151723.528000', '151723.531000', '151723.534000', '151723.537000', '151723.541000', '151723.544000', '151743.419000', '151743.422000', '151743.425000', '151743.428000', '151743.431000', '151743.433000', '151743.436000', '151743.439000', '151743.442000', '151743.445000', '151743.448000', '151743.451000', '151743.453000', '151743.456000', '151743.459000', '151743.462000', '151743.465000', '151743.468000', '151743.471000', '151743.473000', '151743.476000', '151743.479000', '151743.482000', '151743.485000', '151743.488000', '151743.491000', '151743.494000', '151743.496000', '151743.499000', '151743.502000', '151743.505000', '151743.508000', '151743.511000', '151743.514000', '151743.516000', '151743.519000', '151743.522000', '151743.525000', '151743.528000', '151743.531000', '151743.534000', '151743.536000', '151743.539000', '151756.540000', '151756.543000', '151756.546000', '151756.549000', '151756.552000', '151756.555000', '151756.561000', '151756.564000', '151756.567000', '151756.570000', '151756.573000', '151756.576000', '151756.579000', '151756.582000', '151756.585000', '151756.588000', '151756.591000', '151756.594000', '151756.598000', '151756.601000', '151756.604000', '151756.607000', '151756.610000', '151756.613000', '151756.615000', '151756.618000', '151756.621000', '151756.624000', '151756.627000'], 'InstanceCreationTime': ['151143.450000', '151143.453000', '151143.456000', '151143.459000', '151143.462000', '151143.465000', '151143.468000', '151143.470000', '151143.473000', '151143.476000', '151143.479000', '151143.482000', '151143.485000', '151143.488000', '151143.495000', '151143.497000', '151143.500000', '151143.503000', '151143.506000', '151143.509000', '151143.511000', '151143.514000', '151143.517000', '151143.520000', '151143.523000', '151143.526000', '151143.529000', '151143.532000', '151143.534000', '151143.537000', '151143.540000', '151143.543000', '151143.546000', '151143.548000', '151143.551000', '151143.554000', '151143.557000', '151143.560000', '151143.563000', '151143.565000', '151143.568000', '151143.577000', '151143.580000', '151143.583000', '151143.585000', '151143.588000', '151143.591000', '151143.594000', '151143.597000', '151143.599000', '151143.602000', '151143.605000', '151143.608000', '151143.611000', '151143.613000', '151143.616000', '151143.619000', '151143.622000', '151143.625000', '151143.628000', '151203.419000', '151203.422000', '151203.425000', '151203.428000', '151203.430000', '151203.433000', '151203.436000', '151203.444000', '151203.447000', '151203.450000', '151203.453000', '151203.455000', '151203.458000', '151203.461000', '151203.464000', '151203.467000', '151203.470000', '151203.472000', '151203.475000', '151203.478000', '151203.481000', '151203.484000', '151203.487000', '151203.490000', '151203.492000', '151203.495000', '151203.498000', '151203.501000', '151203.504000', '151203.507000', '151203.510000', '151203.512000', '151203.515000', '151203.518000', '151203.521000', '151203.524000', '151203.527000', '151203.529000', '151203.532000', '151203.535000', '151203.538000', '151203.541000', '151203.544000', '151203.547000', '151223.419000', '151223.422000', '151223.425000', '151223.428000', '151223.430000', '151223.433000', '151223.436000', '151223.439000', '151223.452000', '151223.455000', '151223.458000', '151223.461000', '151223.464000', '151223.467000', '151223.470000', '151223.472000', '151223.475000', '151223.478000', '151223.481000', '151223.484000', '151223.487000', '151223.489000', '151223.492000', '151223.495000', '151223.498000', '151223.501000', '151223.504000', '151223.507000', '151223.510000', '151223.512000', '151223.515000', '151223.518000', '151223.521000', '151223.524000', '151223.527000', '151223.530000', '151223.532000', '151223.535000', '151223.538000', '151223.541000', '151223.544000', '151223.547000', '151223.550000', '151243.419000', '151243.422000', '151243.425000', '151243.430000', '151243.433000', '151243.435000', '151243.438000', '151243.441000', '151243.444000', '151243.447000', '151243.450000', '151243.453000', '151243.455000', '151243.458000', '151243.461000', '151243.464000', '151243.467000', '151243.470000', '151243.473000', '151243.475000', '151243.478000', '151243.481000', '151243.484000', '151243.487000', '151243.490000', '151243.493000', '151243.495000', '151243.498000', '151243.501000', '151243.504000', '151243.507000', '151243.510000', '151243.512000', '151243.515000', '151243.518000', '151243.521000', '151243.524000', '151243.527000', '151243.530000', '151243.532000', '151243.535000', '151243.538000', '151243.541000', '151243.544000', '151303.419000', '151303.422000', '151303.425000', '151303.428000', '151303.431000', '151303.433000', '151303.436000', '151303.439000', '151303.448000', '151303.451000', '151303.453000', '151303.456000', '151303.459000', '151303.462000', '151303.465000', '151303.468000', '151303.471000', '151303.474000', '151303.477000', '151303.480000', '151303.483000', '151303.486000', '151303.489000', '151303.492000', '151303.494000', '151303.497000', '151303.500000', '151303.503000', '151303.506000', '151303.509000', '151303.511000', '151303.514000', '151303.517000', '151303.520000', '151303.523000', '151303.526000', '151303.529000', '151303.531000', '151303.534000', '151303.537000', '151303.540000', '151303.543000', '151303.546000', '151323.419000', '151323.422000', '151323.425000', '151323.428000', '151323.431000', '151323.433000', '151323.436000', '151323.439000', '151323.442000', '151323.445000', '151323.448000', '151323.451000', '151323.454000', '151323.457000', '151323.459000', '151323.462000', '151323.465000', '151323.468000', '151323.471000', '151323.474000', '151323.477000', '151323.480000', '151323.482000', '151323.485000', '151323.488000', '151323.491000', '151323.494000', '151323.497000', '151323.499000', '151323.502000', '151323.505000', '151323.508000', '151323.511000', '151323.514000', '151323.517000', '151323.519000', '151323.522000', '151323.525000', '151323.528000', '151323.531000', '151323.534000', '151323.536000', '151323.539000', '151323.542000', '151343.418000', '151343.421000', '151343.424000', '151343.427000', '151343.429000', '151343.432000', '151343.435000', '151343.438000', '151343.441000', '151343.444000', '151343.447000', '151343.450000', '151343.453000', '151343.455000', '151343.458000', '151343.461000', '151343.464000', '151343.467000', '151343.470000', '151343.473000', '151343.475000', '151343.478000', '151343.481000', '151343.484000', '151343.487000', '151343.490000', '151343.493000', '151343.496000', '151343.499000', '151343.501000', '151343.504000', '151343.507000', '151343.510000', '151343.513000', '151343.516000', '151343.519000', '151343.522000', '151343.524000', '151343.527000', '151343.530000', '151343.533000', '151343.536000', '151343.539000', '151403.419000', '151403.422000', '151403.425000', '151403.427000', '151403.443000', '151403.446000', '151403.448000', '151403.451000', '151403.454000', '151403.457000', '151403.460000', '151403.462000', '151403.465000', '151403.468000', '151403.471000', '151403.474000', '151403.477000', '151403.480000', '151403.483000', '151403.485000', '151403.488000', '151403.491000', '151403.494000', '151403.497000', '151403.500000', '151403.502000', '151403.505000', '151403.508000', '151403.511000', '151403.514000', '151403.517000', '151403.520000', '151403.523000', '151403.525000', '151403.528000', '151403.531000', '151403.534000', '151403.537000', '151403.540000', '151403.542000', '151403.545000', '151403.548000', '151403.551000', '151403.554000', '151423.419000', '151423.422000', '151423.425000', '151423.428000', '151423.431000', '151423.434000', '151423.437000', '151423.439000', '151423.443000', '151423.446000', '151423.449000', '151423.452000', '151423.455000', '151423.458000', '151423.461000', '151423.463000', '151423.466000', '151423.469000', '151423.472000', '151423.475000', '151423.478000', '151423.481000', '151423.483000', '151423.486000', '151423.489000', '151423.492000', '151423.495000', '151423.498000', '151423.501000', '151423.504000', '151423.507000', '151423.510000', '151423.513000', '151423.516000', '151423.519000', '151423.522000', '151423.524000', '151423.527000', '151423.530000', '151423.533000', '151423.536000', '151423.539000', '151423.541000', '151443.419000', '151443.422000', '151443.425000', '151443.428000', '151443.431000', '151443.434000', '151443.436000', '151443.439000', '151443.442000', '151443.445000', '151443.448000', '151443.451000', '151443.454000', '151443.457000', '151443.459000', '151443.462000', '151443.465000', '151443.468000', '151443.471000', '151443.474000', '151443.477000', '151443.484000', '151443.487000', '151443.490000', '151443.493000', '151443.496000', '151443.498000', '151443.501000', '151443.504000', '151443.507000', '151443.510000', '151443.513000', '151443.516000', '151443.518000', '151443.521000', '151443.524000', '151443.527000', '151443.530000', '151443.533000', '151443.536000', '151443.538000', '151443.541000', '151443.544000', '151443.547000', '151503.419000', '151503.422000', '151503.425000', '151503.428000', '151503.431000', '151503.434000', '151503.436000', '151503.439000', '151503.442000', '151503.445000', '151503.448000', '151503.451000', '151503.453000', '151503.456000', '151503.459000', '151503.462000', '151503.465000', '151503.468000', '151503.471000', '151503.473000', '151503.476000', '151503.479000', '151503.482000', '151503.485000', '151503.488000', '151503.491000', '151503.493000', '151503.496000', '151503.499000', '151503.502000', '151503.505000', '151503.508000', '151503.511000', '151503.514000', '151503.516000', '151503.519000', '151503.522000', '151503.525000', '151503.528000', '151503.531000', '151503.534000', '151503.537000', '151503.540000', '151523.419000', '151523.422000', '151523.425000', '151523.428000', '151523.431000', '151523.433000', '151523.436000', '151523.439000', '151523.442000', '151523.445000', '151523.447000', '151523.450000', '151523.453000', '151523.456000', '151523.459000', '151523.462000', '151523.465000', '151523.468000', '151523.470000', '151523.473000', '151523.476000', '151523.479000', '151523.482000', '151523.485000', '151523.487000', '151523.490000', '151523.493000', '151523.496000', '151523.499000', '151523.502000', '151523.505000', '151523.508000', '151523.510000', '151523.513000', '151523.516000', '151523.519000', '151523.522000', '151523.525000', '151523.528000', '151523.530000', '151523.533000', '151523.536000', '151523.539000', '151523.553000', '151543.419000', '151543.422000', '151543.425000', '151543.428000', '151543.430000', '151543.433000', '151543.436000', '151543.439000', '151543.442000', '151543.445000', '151543.447000', '151543.450000', '151543.453000', '151543.456000', '151543.459000', '151543.462000', '151543.465000', '151543.467000', '151543.470000', '151543.473000', '151543.476000', '151543.479000', '151543.483000', '151543.486000', '151543.489000', '151543.492000', '151543.494000', '151543.497000', '151543.500000', '151543.503000', '151543.506000', '151543.509000', '151543.512000', '151543.514000', '151543.517000', '151543.520000', '151543.523000', '151543.526000', '151543.529000', '151543.532000', '151543.534000', '151543.537000', '151543.540000', '151603.418000', '151603.421000', '151603.424000', '151603.427000', '151603.430000', '151603.432000', '151603.435000', '151603.438000', '151603.441000', '151603.444000', '151603.447000', '151603.450000', '151603.453000', '151603.456000', '151603.458000', '151603.461000', '151603.464000', '151603.467000', '151603.470000', '151603.473000', '151603.476000', '151603.479000', '151603.482000', '151603.485000', '151603.488000', '151603.491000', '151603.494000', '151603.497000', '151603.500000', '151603.502000', '151603.505000', '151603.508000', '151603.511000', '151603.514000', '151603.517000', '151603.519000', '151603.522000', '151603.525000', '151603.528000', '151603.531000', '151603.534000', '151603.537000', '151603.539000', '151603.542000', '151623.419000', '151623.422000', '151623.425000', '151623.428000', '151623.431000', '151623.433000', '151623.436000', '151623.439000', '151623.442000', '151623.445000', '151623.448000', '151623.451000', '151623.454000', '151623.456000', '151623.459000', '151623.462000', '151623.465000', '151623.468000', '151623.471000', '151623.473000', '151623.476000', '151623.479000', '151623.482000', '151623.485000', '151623.488000', '151623.490000', '151623.493000', '151623.496000', '151623.499000', '151623.502000', '151623.505000', '151623.508000', '151623.510000', '151623.513000', '151623.516000', '151623.519000', '151623.522000', '151623.525000', '151623.527000', '151623.530000', '151623.533000', '151623.536000', '151623.539000', '151643.419000', '151643.422000', '151643.425000', '151643.428000', '151643.431000', '151643.434000', '151643.436000', '151643.439000', '151643.442000', '151643.445000', '151643.448000', '151643.451000', '151643.454000', '151643.457000', '151643.459000', '151643.462000', '151643.465000', '151643.468000', '151643.471000', '151643.474000', '151643.477000', '151643.479000', '151643.482000', '151643.485000', '151643.488000', '151643.491000', '151643.494000', '151643.497000', '151643.500000', '151643.502000', '151643.505000', '151643.508000', '151643.511000', '151643.514000', '151643.517000', '151643.520000', '151643.523000', '151643.525000', '151643.528000', '151643.531000', '151643.534000', '151643.537000', '151643.540000', '151643.543000', '151703.419000', '151703.422000', '151703.425000', '151703.428000', '151703.431000', '151703.433000', '151703.436000', '151703.439000', '151703.442000', '151703.445000', '151703.458000', '151703.461000', '151703.464000', '151703.467000', '151703.470000', '151703.472000', '151703.475000', '151703.478000', '151703.481000', '151703.484000', '151703.487000', '151703.490000', '151703.492000', '151703.495000', '151703.498000', '151703.501000', '151703.504000', '151703.507000', '151703.510000', '151703.512000', '151703.515000', '151703.519000', '151703.522000', '151703.525000', '151703.528000', '151703.531000', '151703.534000', '151703.536000', '151703.539000', '151703.542000', '151703.545000', '151703.548000', '151703.551000', '151723.419000', '151723.422000', '151723.425000', '151723.428000', '151723.430000', '151723.433000', '151723.436000', '151723.439000', '151723.442000', '151723.445000', '151723.448000', '151723.451000', '151723.454000', '151723.456000', '151723.459000', '151723.462000', '151723.465000', '151723.468000', '151723.471000', '151723.474000', '151723.476000', '151723.479000', '151723.482000', '151723.485000', '151723.488000', '151723.491000', '151723.494000', '151723.497000', '151723.499000', '151723.502000', '151723.505000', '151723.508000', '151723.511000', '151723.514000', '151723.517000', '151723.520000', '151723.522000', '151723.525000', '151723.528000', '151723.531000', '151723.534000', '151723.537000', '151723.541000', '151723.544000', '151743.419000', '151743.422000', '151743.425000', '151743.428000', '151743.431000', '151743.433000', '151743.436000', '151743.439000', '151743.442000', '151743.445000', '151743.448000', '151743.451000', '151743.453000', '151743.456000', '151743.459000', '151743.462000', '151743.465000', '151743.468000', '151743.471000', '151743.473000', '151743.476000', '151743.479000', '151743.482000', '151743.485000', '151743.488000', '151743.491000', '151743.494000', '151743.496000', '151743.499000', '151743.502000', '151743.505000', '151743.508000', '151743.511000', '151743.514000', '151743.516000', '151743.519000', '151743.522000', '151743.525000', '151743.528000', '151743.531000', '151743.534000', '151743.536000', '151743.539000', '151756.540000', '151756.543000', '151756.546000', '151756.549000', '151756.552000', '151756.555000', '151756.561000', '151756.564000', '151756.567000', '151756.570000', '151756.573000', '151756.576000', '151756.579000', '151756.582000', '151756.585000', '151756.588000', '151756.591000', '151756.594000', '151756.598000', '151756.601000', '151756.604000', '151756.607000', '151756.610000', '151756.613000', '151756.615000', '151756.618000', '151756.621000', '151756.624000', '151756.627000'], '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': [10408, 7384, 9099, 7477, 9790, 7263, 9801, 7310, 9808, 7107, 9298, 7974, 8859, 8971, 8505, 8188, 7554, 9673, 7906, 11300, 7682, 11423, 7809, 10328, 7440, 10308, 7492, 9238, 7420, 10777, 7335, 9575, 6985, 8464, 7607, 7843, 8931, 7633, 8818, 7446, 7389, 9956, 7237, 8583, 7291, 7141, 10167, 7393, 10617, 7664, 12494, 7738, 12388, 8102, 11644, 8692, 11523, 7288, 11111, 7530, 10757, 7274, 9844, 7117, 11152, 6905, 10257, 7240, 10022, 7054, 9284, 7577, 8807, 10075, 8755, 10692, 7768, 12077, 7601, 11063, 7268, 11109, 7322, 10106, 7357, 11272, 8725, 9945, 7916, 8650, 11476, 7557, 12034, 7630, 12279, 7409, 11264, 7365, 11164, 7545, 11652, 7653, 11420, 7663, 10564, 7820, 10962, 8315, 9978, 9773, 7476, 12219, 7553, 11568, 7397, 11150, 7186, 10563, 7537, 9065, 6946, 7908, 7006, 7527, 8692, 7660, 9152, 7670, 12273, 7337, 11613, 7553, 10966, 7291, 9862, 9766, 8823, 12629, 7457, 11474, 7300, 8888, 7105, 9408, 7170, 8871, 7117, 9198, 7617, 9348, 10249, 8749, 11181, 7770, 11910, 7579, 11609, 8389, 10611, 8038, 8583, 11731, 7508, 11502, 7268, 11003, 7038, 7920, 10733, 7090, 10385, 7178, 9435, 7193, 8562, 7027, 7559, 11014, 7124, 11270, 7104, 9564, 7788, 8335, 9016, 7161, 11684, 7025, 11135, 8224, 9441, 8739, 8043, 10695, 6868, 10540, 7052, 10046, 7087, 10253, 6700, 9805, 10125, 8740, 11940, 7189, 11455, 7434, 10690, 8851, 8803, 10542, 6903, 11458, 6668, 10551, 6816, 10922, 8866, 6933, 8662, 11360, 6933, 10891, 6854, 10773, 8054, 10145, 7391, 10407, 8918, 8956, 12943, 8563, 12304, 7203, 11738, 7040, 10733, 9197, 8774, 8306, 7357, 12317, 7119, 11117, 7095, 9515, 6867, 7509, 6603, 7196, 9786, 7416, 7395, 7213, 6879, 8284, 7425, 9916, 7469, 11626, 9024, 9738, 7187, 9623, 8238, 9782, 12665, 7460, 12101, 7175, 10232, 7025, 11210, 7128, 9524, 6787, 7513, 10144, 6889, 11068, 7072, 11091, 6994, 10716, 6869, 9601, 10354, 8173, 12110, 7227, 11354, 6969, 10670, 7669, 9405, 7413, 7620, 10181, 7133, 11044, 7023, 10755, 6884, 10923, 7717, 10001, 10772, 8674, 12735, 7485, 11270, 7409, 9908, 8235, 8478, 10617, 7286, 10674, 7090, 10166, 7096, 9775, 7078, 9367, 9144, 8079, 11411, 7419, 11042, 6908, 10180, 8971, 8679, 9699, 7315, 10887, 7169, 10909, 8083, 8340, 7208, 7340, 11204, 6939, 10852, 7025, 10061, 6918, 10404, 7353, 9361, 9702, 8062, 11283, 7347, 11005, 7224, 11323, 7205, 10329, 7196, 10499, 6824, 10459, 8169, 10055, 7111, 8806, 9135, 8770, 11490, 7705, 12364, 7514, 11017, 6969, 11092, 9006, 8983, 9462, 7548, 10930, 7056, 10697, 7075, 10058, 6845, 7573, 6672, 7842, 6816, 7787, 6828, 7684, 11717, 7029, 10561, 7372, 10109, 6960, 9471, 8599, 8143, 9781, 7423, 10819, 7033, 10680, 7696, 9758, 7790, 8000, 10610, 7033, 11397, 7257, 10914, 6854, 9555, 8281, 8567, 12308, 7154, 11096, 7027, 9758, 8271, 8425, 11463, 7385, 11309, 7226, 10601, 6925, 9318, 10447, 7675, 11787, 7342, 10582, 7396, 9132, 10808, 7425, 11355, 7061, 9956, 8617, 7771, 10473, 7214, 10925, 6974, 9109, 8001, 7655, 10488, 7213, 10275, 7088, 10820, 7332, 8185, 7724, 7272, 10605, 7232, 10889, 6961, 9970, 6912, 9279, 8909, 7987, 8922, 9311, 8594, 9277, 6859, 8057, 7197, 11855, 7557, 10519, 9056, 12460, 7966, 12349, 7713, 11119, 8188, 12366, 7623, 11690, 7784, 11830, 7426, 10982, 7168, 11232, 7348, 10316, 7323, 10156, 7145, 10834, 8991, 8833, 7654, 8564, 10537, 7394, 11640, 7486, 11134, 7072, 10411, 7305, 11128, 8322, 8803, 7759, 8108, 11440, 7311, 11238, 7259, 10433, 7107, 9296, 8470, 7414, 11757, 7256, 10390, 7025, 8997, 7031, 9574, 7908, 8469, 9730, 7476, 11095, 7245, 11067, 7188, 9648, 6840, 8506, 7628, 8333, 9440, 7544, 10876, 7302, 10758, 6946, 10938, 7160, 10189, 7236, 8957, 7154, 9100, 7196, 10635, 7422, 9636, 8673, 9790, 9084, 8916, 10228, 7702, 11873, 8306, 12609, 7627, 11459, 7466, 10721, 7602, 9645, 8167, 8349, 12384, 7560, 10762, 7349, 10426, 7392, 8007, 9421, 7500, 10257, 7519, 9100, 7055, 10088, 7070, 7922, 9745, 7681, 11093, 7391, 10469, 7560, 10829, 7950, 10449, 8330, 8101, 7493, 9095, 7761, 8498, 8143, 10193, 8198, 10861, 7974, 8854, 8023, 9664, 7672, 9105, 11805, 7697, 11315, 7789, 10163, 7469, 9876, 8395, 8096, 11743, 7889, 10425, 7628, 9931, 7743, 10002, 7415, 8073, 9317, 7826, 11950, 7799, 11239, 7799, 10279, 7732, 9844, 9355, 8411, 12222, 8043, 11152, 7611, 9929, 8377, 8066, 11597, 7840, 10150, 7635, 8145, 7832, 7846, 10679, 7665, 10030, 8259, 7989, 8693, 7795, 10424, 7515, 10421, 7636, 7778, 7108, 7817, 10352, 7608, 10584, 7451, 9816, 7404, 9539, 8355, 8631, 12110, 7846, 11579, 7496, 9311, 7354, 9905, 7354, 8483, 7215, 7870, 10406, 7603, 11137, 7766, 10676, 7623, 10212, 8886, 8699, 11676, 7870, 11328, 7693, 10439, 7472, 8482, 9837, 7843, 11344, 7635, 9553, 7614, 9336, 8327, 8031, 9639, 7773, 10165, 7644, 9281, 7563, 10153, 7353, 8009, 7462, 8403, 9645, 7608, 7126, 7605, 7363, 8497, 10240, 9191, 9373, 9913, 7574, 10149, 9189, 8905, 12475, 7695, 11338, 7854, 10780, 7462, 10024, 7653, 9599, 8342, 8872, 9214, 8133, 11831, 7870, 11149, 7890, 10655, 7736, 10093, 7521, 9034, 7830, 7985, 8730, 7917, 10828, 7739, 10466, 7787, 8836, 7586, 8665, 7385, 7867, 9139, 7700, 9864, 7884, 11225, 7941, 10625, 7417, 10138, 7659, 10593, 7773, 9681, 10158, 7899, 11507, 7846, 10857, 7716, 10129, 7489, 10385, 7249, 9018, 7741, 8579, 7424, 9170, 7828, 7550, 9439, 9520, 8841, 7817, 9433, 9653, 8620, 12212, 7999, 10753, 7775, 10276, 8017, 10086, 8331, 8144, 8417, 7905, 11125, 7655, 9864, 7487, 8103, 7595, 10200, 7609, 8324, 11470, 7680, 10750, 7667, 9296, 7262, 9572, 8064, 8163, 8143, 7806, 11026, 7795, 10477, 7699, 9614, 7726, 9316, 8954, 8757, 12356, 7876, 11448, 7910], 'WindowCenter': [4026.0, 3989.0, 3992.0, 3968.0, 4001.0, 3970.0, 4000.0, 3969.0, 4004.0, 3957.0, 3989.0, 3978.0, 3990.0, 3981.0, 3979.0, 3967.0, 3971.0, 3987.0, 3968.0, 4000.0, 3970.0, 4000.0, 3955.0, 3985.0, 3956.0, 3988.0, 3959.0, 3980.0, 3943.0, 3996.0, 3956.0, 3986.0, 3942.0, 3981.0, 3969.0, 3967.0, 3987.0, 3968.0, 3986.0, 3969.0, 3968.0, 3998.0, 3970.0, 3992.0, 3974.0, 3969.0, 4025.0, 3984.0, 4021.0, 3995.0, 4020.0, 3985.0, 4006.0, 3962.0, 3999.0, 3969.0, 3999.0, 3954.0, 3994.0, 3952.0, 3986.0, 3947.0, 3973.0, 3941.0, 3986.0, 3945.0, 3987.0, 3943.0, 3988.0, 3955.0, 3991.0, 3954.0, 4002.0, 4016.0, 3991.0, 3996.0, 3967.0, 4007.0, 3966.0, 3985.0, 3954.0, 3992.0, 3956.0, 3989.0, 3957.0, 4000.0, 3963.0, 3988.0, 3964.0, 3978.0, 3997.0, 3966.0, 4005.0, 3970.0, 4006.0, 3955.0, 3996.0, 3959.0, 3995.0, 3965.0, 3995.0, 3965.0, 3996.0, 3963.0, 3997.0, 3970.0, 3995.0, 3968.0, 3983.0, 3970.0, 3947.0, 3995.0, 3958.0, 3996.0, 3946.0, 3981.0, 3931.0, 3986.0, 3957.0, 3978.0, 3946.0, 3963.0, 3942.0, 3965.0, 3975.0, 3971.0, 3987.0, 3968.0, 4007.0, 3973.0, 3997.0, 3963.0, 3989.0, 3946.0, 3984.0, 3976.0, 3978.0, 3997.0, 3948.0, 3981.0, 3943.0, 3979.0, 3960.0, 3987.0, 3960.0, 3975.0, 3958.0, 3988.0, 3970.0, 3990.0, 3997.0, 3979.0, 3993.0, 3972.0, 3996.0, 3963.0, 3999.0, 3969.0, 3984.0, 3952.0, 3964.0, 3979.0, 3948.0, 3998.0, 3942.0, 3982.0, 3934.0, 3953.0, 3979.0, 3946.0, 3983.0, 3943.0, 3974.0, 3943.0, 3979.0, 3944.0, 3972.0, 3999.0, 3949.0, 3993.0, 3944.0, 3986.0, 3966.0, 3983.0, 3976.0, 3956.0, 4000.0, 3956.0, 4002.0, 3970.0, 3991.0, 3965.0, 3966.0, 3989.0, 3942.0, 4001.0, 3957.0, 4002.0, 3956.0, 4002.0, 3958.0, 3999.0, 4002.0, 3982.0, 4007.0, 3958.0, 3994.0, 3956.0, 3999.0, 3969.0, 3977.0, 3983.0, 3943.0, 3995.0, 3948.0, 4002.0, 3946.0, 3985.0, 3979.0, 3955.0, 3989.0, 4007.0, 3960.0, 4000.0, 3946.0, 3998.0, 3971.0, 3985.0, 3958.0, 3990.0, 3969.0, 3976.0, 3992.0, 3967.0, 3980.0, 3933.0, 3973.0, 3917.0, 3969.0, 3949.0, 3942.0, 3935.0, 3926.0, 3971.0, 3919.0, 3961.0, 3914.0, 3951.0, 3904.0, 3931.0, 3907.0, 3929.0, 3955.0, 3943.0, 3929.0, 3942.0, 3930.0, 3960.0, 3954.0, 3984.0, 3971.0, 3998.0, 3968.0, 3974.0, 3942.0, 3975.0, 3952.0, 3979.0, 3996.0, 3941.0, 3980.0, 3935.0, 3971.0, 3933.0, 3986.0, 3927.0, 3975.0, 3929.0, 3947.0, 3974.0, 3943.0, 3994.0, 3949.0, 3995.0, 3944.0, 3988.0, 3944.0, 3986.0, 3986.0, 3964.0, 3990.0, 3944.0, 3989.0, 3947.0, 3984.0, 3957.0, 3975.0, 3943.0, 3955.0, 3984.0, 3955.0, 4000.0, 3956.0, 3999.0, 3960.0, 4000.0, 3955.0, 3987.0, 3996.0, 3976.0, 3995.0, 3957.0, 3996.0, 3951.0, 3988.0, 3951.0, 3968.0, 3972.0, 3951.0, 3985.0, 3945.0, 3983.0, 3949.0, 3989.0, 3944.0, 3992.0, 3972.0, 3966.0, 3997.0, 3954.0, 3995.0, 3945.0, 3985.0, 3964.0, 3965.0, 3973.0, 3958.0, 3983.0, 3947.0, 3989.0, 3953.0, 3968.0, 3941.0, 3955.0, 3984.0, 3945.0, 3999.0, 3944.0, 3983.0, 3945.0, 3999.0, 3955.0, 3987.0, 3988.0, 3966.0, 3995.0, 3956.0, 4000.0, 3953.0, 3993.0, 3958.0, 3985.0, 3944.0, 3989.0, 3944.0, 3999.0, 3965.0, 3989.0, 3944.0, 3974.0, 3979.0, 3977.0, 3994.0, 3954.0, 3999.0, 3954.0, 3985.0, 3942.0, 3988.0, 3962.0, 3963.0, 3965.0, 3952.0, 3971.0, 3936.0, 3986.0, 3935.0, 3972.0, 3933.0, 3952.0, 3933.0, 3956.0, 3936.0, 3954.0, 3945.0, 3966.0, 3995.0, 3942.0, 3984.0, 3954.0, 3985.0, 3944.0, 3986.0, 3964.0, 3970.0, 3971.0, 3954.0, 3985.0, 3944.0, 3984.0, 3954.0, 3977.0, 3957.0, 3965.0, 3985.0, 3945.0, 3995.0, 3953.0, 3985.0, 3933.0, 3975.0, 3963.0, 3965.0, 3993.0, 3943.0, 3983.0, 3942.0, 3974.0, 3963.0, 3969.0, 3987.0, 3948.0, 3983.0, 3943.0, 3983.0, 3943.0, 3975.0, 3981.0, 3953.0, 3999.0, 3947.0, 3986.0, 3943.0, 3975.0, 3982.0, 3946.0, 3983.0, 3931.0, 3973.0, 3952.0, 3953.0, 3975.0, 3941.0, 3985.0, 3941.0, 3977.0, 3952.0, 3952.0, 3972.0, 3940.0, 3977.0, 3944.0, 3984.0, 3948.0, 3966.0, 3953.0, 3957.0, 3984.0, 3959.0, 3989.0, 3946.0, 3977.0, 3943.0, 3988.0, 3977.0, 3967.0, 3992.0, 3986.0, 3977.0, 3990.0, 3954.0, 3967.0, 3969.0, 4025.0, 3966.0, 4000.0, 3986.0, 4007.0, 3982.0, 4012.0, 3955.0, 3998.0, 3965.0, 3994.0, 3955.0, 3998.0, 3957.0, 3995.0, 3952.0, 3999.0, 3945.0, 3998.0, 3958.0, 3983.0, 3951.0, 3982.0, 3948.0, 3996.0, 3974.0, 3975.0, 3957.0, 3964.0, 3983.0, 3954.0, 3983.0, 3942.0, 3983.0, 3942.0, 3986.0, 3943.0, 3984.0, 3952.0, 3963.0, 3946.0, 3958.0, 3987.0, 3942.0, 3983.0, 3944.0, 3970.0, 3931.0, 3962.0, 3949.0, 3946.0, 3980.0, 3941.0, 3974.0, 3931.0, 3961.0, 3947.0, 3973.0, 3952.0, 3967.0, 3975.0, 3943.0, 3987.0, 3946.0, 3988.0, 3935.0, 3962.0, 3934.0, 3966.0, 3940.0, 3966.0, 3973.0, 3957.0, 3982.0, 3957.0, 3984.0, 3943.0, 3984.0, 3947.0, 3975.0, 3943.0, 3979.0, 3945.0, 3975.0, 3961.0, 3997.0, 3955.0, 3986.0, 3964.0, 3991.0, 3972.0, 3973.0, 3978.0, 3954.0, 3991.0, 3964.0, 3994.0, 3953.0, 3982.0, 3943.0, 3983.0, 3941.0, 3973.0, 3951.0, 3955.0, 3979.0, 3940.0, 3971.0, 3930.0, 3970.0, 3929.0, 3950.0, 3959.0, 3940.0, 3974.0, 3938.0, 3959.0, 3947.0, 3983.0, 3942.0, 3964.0, 3971.0, 3954.0, 3984.0, 3954.0, 3985.0, 3967.0, 4010.0, 3965.0, 3988.0, 3964.0, 3962.0, 3955.0, 3987.0, 3979.0, 3977.0, 3965.0, 4001.0, 3979.0, 3999.0, 3971.0, 3975.0, 3965.0, 3987.0, 3954.0, 3976.0, 3994.0, 3954.0, 3983.0, 3950.0, 3971.0, 3942.0, 3974.0, 3951.0, 3951.0, 3978.0, 3952.0, 3976.0, 3953.0, 3975.0, 3953.0, 3978.0, 3941.0, 3953.0, 3968.0, 3954.0, 3994.0, 3958.0, 3984.0, 3957.0, 3983.0, 3958.0, 3973.0, 3966.0, 3953.0, 3982.0, 3957.0, 3971.0, 3940.0, 3974.0, 3950.0, 3941.0, 3970.0, 3954.0, 3972.0, 3940.0, 3952.0, 3938.0, 3952.0, 3971.0, 3941.0, 3973.0, 3952.0, 3953.0, 3948.0, 3945.0, 3975.0, 3943.0, 3989.0, 3941.0, 3953.0, 3942.0, 3953.0, 3976.0, 3952.0, 3985.0, 3943.0, 3974.0, 3944.0, 3979.0, 3963.0, 3969.0, 3994.0, 3952.0, 3984.0, 3942.0, 3967.0, 3958.0, 3985.0, 3943.0, 3965.0, 3943.0, 3965.0, 3985.0, 3966.0, 3996.0, 3954.0, 3986.0, 3954.0, 3987.0, 3963.0, 3964.0, 3983.0, 3955.0, 3972.0, 3940.0, 3973.0, 3934.0, 3951.0, 3960.0, 3941.0, 3974.0, 3943.0, 3962.0, 3943.0, 3963.0, 3950.0, 3953.0, 3972.0, 3952.0, 3973.0, 3952.0, 3974.0, 3953.0, 3984.0, 3943.0, 3954.0, 3954.0, 3966.0, 3986.0, 3955.0, 3943.0, 3955.0, 3955.0, 3982.0, 4003.0, 3989.0, 3985.0, 3995.0, 3968.0, 4003.0, 3991.0, 3978.0, 4008.0, 3955.0, 3995.0, 3959.0, 3982.0, 3944.0, 3977.0, 3943.0, 3974.0, 3952.0, 3961.0, 3960.0, 3952.0, 3984.0, 3951.0, 3975.0, 3940.0, 3971.0, 3939.0, 3971.0, 3939.0, 3965.0, 3940.0, 3940.0, 3954.0, 3949.0, 3971.0, 3946.0, 3972.0, 3941.0, 3950.0, 3941.0, 3952.0, 3941.0, 3953.0, 3961.0, 3954.0, 3975.0, 3954.0, 3987.0, 3957.0, 3986.0, 3959.0, 3982.0, 3954.0, 3985.0, 3954.0, 3975.0, 3974.0, 3951.0, 3987.0, 3953.0, 3988.0, 3956.0, 3985.0, 3943.0, 3973.0, 3942.0, 3962.0, 3957.0, 3965.0, 3955.0, 3990.0, 3971.0, 3967.0, 3990.0, 3989.0, 3982.0, 3955.0, 3981.0, 3976.0, 3966.0, 3995.0, 3951.0, 3973.0, 3942.0, 3976.0, 3952.0, 3973.0, 3955.0, 3941.0, 3944.0, 3956.0, 3970.0, 3945.0, 3973.0, 3942.0, 3952.0, 3957.0, 3989.0, 3957.0, 3966.0, 3995.0, 3955.0, 3985.0, 3954.0, 3975.0, 3954.0, 3991.0, 3954.0, 3968.0, 3954.0, 3956.0, 3989.0, 3956.0, 3990.0, 3955.0, 3975.0, 3955.0, 3976.0, 3964.0, 3969.0, 3999.0, 3954.0, 3984.0, 3953.0], 'WindowWidth': [8963.0, 8910.0, 8905.0, 8868.0, 8913.0, 8871.0, 8910.0, 8868.0, 8916.0, 8848.0, 8895.0, 8877.0, 8894.0, 8881.0, 8879.0, 8857.0, 8868.0, 8888.0, 8862.0, 8905.0, 8866.0, 8903.0, 8840.0, 8882.0, 8843.0, 8889.0, 8850.0, 8876.0, 8821.0, 8896.0, 8843.0, 8884.0, 8820.0, 8884.0, 8866.0, 8859.0, 8889.0, 8863.0, 8887.0, 8870.0, 8867.0, 8903.0, 8868.0, 8901.0, 8881.0, 8872.0, 8954.0, 8898.0, 8946.0, 8914.0, 8941.0, 8896.0, 8909.0, 8850.0, 8903.0, 8862.0, 8901.0, 8839.0, 8891.0, 8833.0, 8882.0, 8831.0, 8861.0, 8817.0, 8882.0, 8826.0, 8883.0, 8822.0, 8887.0, 8842.0, 8897.0, 8840.0, 8918.0, 8941.0, 8900.0, 8899.0, 8863.0, 8916.0, 8858.0, 8880.0, 8838.0, 8888.0, 8847.0, 8892.0, 8846.0, 8906.0, 8849.0, 8887.0, 8851.0, 8874.0, 8898.0, 8857.0, 8908.0, 8866.0, 8909.0, 8842.0, 8897.0, 8852.0, 8894.0, 8856.0, 8895.0, 8857.0, 8900.0, 8851.0, 8900.0, 8868.0, 8895.0, 8860.0, 8876.0, 8853.0, 8831.0, 8894.0, 8847.0, 8895.0, 8828.0, 8869.0, 8803.0, 8882.0, 8845.0, 8872.0, 8827.0, 8849.0, 8820.0, 8856.0, 8868.0, 8872.0, 8889.0, 8865.0, 8915.0, 8876.0, 8902.0, 8850.0, 8891.0, 8828.0, 8878.0, 8869.0, 8874.0, 8897.0, 8831.0, 8870.0, 8820.0, 8873.0, 8853.0, 8886.0, 8854.0, 8868.0, 8849.0, 8891.0, 8869.0, 8896.0, 8902.0, 8879.0, 8891.0, 8871.0, 8899.0, 8850.0, 8904.0, 8862.0, 8879.0, 8832.0, 8850.0, 8864.0, 8832.0, 8900.0, 8818.0, 8870.0, 8808.0, 8833.0, 8863.0, 8829.0, 8874.0, 8820.0, 8863.0, 8823.0, 8876.0, 8827.0, 8871.0, 8902.0, 8836.0, 8889.0, 8827.0, 8886.0, 8859.0, 8887.0, 8870.0, 8845.0, 8907.0, 8845.0, 8911.0, 8867.0, 8895.0, 8853.0, 8856.0, 8890.0, 8824.0, 8910.0, 8850.0, 8913.0, 8849.0, 8913.0, 8851.0, 8909.0, 8911.0, 8886.0, 8912.0, 8850.0, 8894.0, 8845.0, 8905.0, 8861.0, 8872.0, 8873.0, 8823.0, 8892.0, 8834.0, 8912.0, 8835.0, 8881.0, 8876.0, 8845.0, 8897.0, 8913.0, 8855.0, 8908.0, 8832.0, 8903.0, 8869.0, 8881.0, 8847.0, 8892.0, 8860.0, 8869.0, 8885.0, 8853.0, 8864.0, 8801.0, 8857.0, 8775.0, 8846.0, 8818.0, 8813.0, 8794.0, 8785.0, 8846.0, 8778.0, 8834.0, 8765.0, 8820.0, 8752.0, 8795.0, 8761.0, 8795.0, 8825.0, 8817.0, 8795.0, 8816.0, 8800.0, 8842.0, 8840.0, 8879.0, 8872.0, 8902.0, 8859.0, 8861.0, 8817.0, 8864.0, 8829.0, 8873.0, 8891.0, 8812.0, 8864.0, 8807.0, 8852.0, 8804.0, 8877.0, 8791.0, 8863.0, 8796.0, 8829.0, 8863.0, 8822.0, 8890.0, 8836.0, 8892.0, 8824.0, 8887.0, 8824.0, 8883.0, 8880.0, 8851.0, 8881.0, 8823.0, 8887.0, 8829.0, 8876.0, 8843.0, 8865.0, 8820.0, 8840.0, 8878.0, 8844.0, 8906.0, 8846.0, 8904.0, 8852.0, 8908.0, 8843.0, 8887.0, 8894.0, 8870.0, 8893.0, 8845.0, 8896.0, 8831.0, 8886.0, 8828.0, 8858.0, 8857.0, 8830.0, 8880.0, 8827.0, 8876.0, 8837.0, 8890.0, 8827.0, 8896.0, 8862.0, 8858.0, 8897.0, 8839.0, 8893.0, 8828.0, 8881.0, 8849.0, 8853.0, 8861.0, 8846.0, 8875.0, 8832.0, 8887.0, 8833.0, 8859.0, 8817.0, 8840.0, 8876.0, 8828.0, 8902.0, 8825.0, 8875.0, 8827.0, 8904.0, 8843.0, 8887.0, 8887.0, 8857.0, 8892.0, 8843.0, 8906.0, 8837.0, 8890.0, 8847.0, 8881.0, 8826.0, 8890.0, 8826.0, 8903.0, 8855.0, 8890.0, 8825.0, 8865.0, 8875.0, 8872.0, 8890.0, 8839.0, 8901.0, 8838.0, 8879.0, 8821.0, 8886.0, 8844.0, 8847.0, 8848.0, 8831.0, 8854.0, 8813.0, 8878.0, 8809.0, 8856.0, 8806.0, 8832.0, 8806.0, 8843.0, 8815.0, 8839.0, 8827.0, 8858.0, 8894.0, 8820.0, 8877.0, 8839.0, 8881.0, 8825.0, 8885.0, 8850.0, 8864.0, 8857.0, 8838.0, 8879.0, 8826.0, 8877.0, 8836.0, 8872.0, 8844.0, 8854.0, 8878.0, 8829.0, 8895.0, 8835.0, 8879.0, 8808.0, 8866.0, 8847.0, 8854.0, 8887.0, 8820.0, 8873.0, 8817.0, 8864.0, 8846.0, 8860.0, 8882.0, 8831.0, 8874.0, 8821.0, 8874.0, 8822.0, 8867.0, 8868.0, 8834.0, 8899.0, 8829.0, 8880.0, 8820.0, 8865.0, 8868.0, 8827.0, 8871.0, 8803.0, 8860.0, 8829.0, 8834.0, 8862.0, 8815.0, 8877.0, 8815.0, 8870.0, 8829.0, 8832.0, 8857.0, 8813.0, 8869.0, 8823.0, 8877.0, 8831.0, 8855.0, 8833.0, 8845.0, 8876.0, 8851.0, 8889.0, 8828.0, 8870.0, 8823.0, 8891.0, 8874.0, 8862.0, 8898.0, 8886.0, 8873.0, 8893.0, 8841.0, 8863.0, 8871.0, 8948.0, 8863.0, 8909.0, 8888.0, 8915.0, 8885.0, 8924.0, 8841.0, 8899.0, 8853.0, 8889.0, 8839.0, 8899.0, 8843.0, 8892.0, 8836.0, 8903.0, 8828.0, 8900.0, 8846.0, 8875.0, 8832.0, 8872.0, 8832.0, 8896.0, 8863.0, 8865.0, 8843.0, 8851.0, 8873.0, 8837.0, 8873.0, 8818.0, 8872.0, 8819.0, 8879.0, 8819.0, 8877.0, 8831.0, 8847.0, 8826.0, 8844.0, 8879.0, 8818.0, 8871.0, 8821.0, 8852.0, 8799.0, 8842.0, 8822.0, 8824.0, 8864.0, 8814.0, 8859.0, 8802.0, 8841.0, 8829.0, 8860.0, 8830.0, 8855.0, 8862.0, 8821.0, 8882.0, 8826.0, 8883.0, 8811.0, 8843.0, 8809.0, 8853.0, 8812.0, 8853.0, 8858.0, 8843.0, 8870.0, 8843.0, 8875.0, 8822.0, 8875.0, 8830.0, 8865.0, 8821.0, 8874.0, 8827.0, 8867.0, 8854.0, 8898.0, 8839.0, 8883.0, 8850.0, 8895.0, 8858.0, 8863.0, 8870.0, 8837.0, 8883.0, 8850.0, 8888.0, 8834.0, 8871.0, 8822.0, 8873.0, 8814.0, 8858.0, 8826.0, 8836.0, 8862.0, 8810.0, 8851.0, 8796.0, 8852.0, 8794.0, 8825.0, 8835.0, 8812.0, 8860.0, 8808.0, 8836.0, 8828.0, 8873.0, 8818.0, 8852.0, 8856.0, 8839.0, 8877.0, 8839.0, 8880.0, 8859.0, 8922.0, 8854.0, 8886.0, 8853.0, 8848.0, 8840.0, 8888.0, 8882.0, 8875.0, 8858.0, 8910.0, 8879.0, 8907.0, 8870.0, 8868.0, 8853.0, 8884.0, 8837.0, 8869.0, 8889.0, 8835.0, 8872.0, 8826.0, 8856.0, 8817.0, 8862.0, 8826.0, 8828.0, 8860.0, 8828.0, 8864.0, 8832.0, 8864.0, 8832.0, 8870.0, 8815.0, 8834.0, 8856.0, 8837.0, 8889.0, 8846.0, 8877.0, 8843.0, 8875.0, 8844.0, 8860.0, 8851.0, 8833.0, 8868.0, 8839.0, 8852.0, 8811.0, 8860.0, 8823.0, 8813.0, 8849.0, 8831.0, 8854.0, 8809.0, 8830.0, 8806.0, 8830.0, 8854.0, 8815.0, 8860.0, 8829.0, 8831.0, 8820.0, 8823.0, 8862.0, 8819.0, 8885.0, 8814.0, 8832.0, 8819.0, 8836.0, 8867.0, 8835.0, 8879.0, 8821.0, 8864.0, 8823.0, 8875.0, 8845.0, 8860.0, 8888.0, 8832.0, 8875.0, 8817.0, 8856.0, 8846.0, 8879.0, 8821.0, 8852.0, 8821.0, 8855.0, 8880.0, 8858.0, 8897.0, 8839.0, 8882.0, 8836.0, 8885.0, 8846.0, 8850.0, 8871.0, 8834.0, 8855.0, 8809.0, 8857.0, 8805.0, 8828.0, 8836.0, 8812.0, 8860.0, 8818.0, 8842.0, 8819.0, 8846.0, 8825.0, 8833.0, 8855.0, 8830.0, 8859.0, 8832.0, 8861.0, 8832.0, 8875.0, 8820.0, 8837.0, 8837.0, 8857.0, 8881.0, 8841.0, 8823.0, 8841.0, 8841.0, 8886.0, 8913.0, 8893.0, 8884.0, 8897.0, 8864.0, 8916.0, 8896.0, 8877.0, 8915.0, 8842.0, 8894.0, 8849.0, 8874.0, 8822.0, 8870.0, 8820.0, 8862.0, 8828.0, 8841.0, 8836.0, 8828.0, 8873.0, 8827.0, 8862.0, 8810.0, 8852.0, 8808.0, 8853.0, 8808.0, 8849.0, 8809.0, 8811.0, 8832.0, 8822.0, 8853.0, 8827.0, 8857.0, 8814.0, 8825.0, 8812.0, 8829.0, 8812.0, 8832.0, 8842.0, 8836.0, 8864.0, 8837.0, 8882.0, 8845.0, 8882.0, 8849.0, 8873.0, 8837.0, 8880.0, 8835.0, 8867.0, 8862.0, 8831.0, 8883.0, 8834.0, 8884.0, 8840.0, 8878.0, 8821.0, 8859.0, 8817.0, 8845.0, 8843.0, 8853.0, 8842.0, 8894.0, 8870.0, 8863.0, 8897.0, 8892.0, 8886.0, 8841.0, 8882.0, 8867.0, 8854.0, 8893.0, 8828.0, 8857.0, 8815.0, 8863.0, 8828.0, 8857.0, 8834.0, 8813.0, 8818.0, 8836.0, 8849.0, 8824.0, 8859.0, 8818.0, 8831.0, 8844.0, 8889.0, 8842.0, 8858.0, 8892.0, 8840.0, 8878.0, 8839.0, 8867.0, 8840.0, 8894.0, 8838.0, 8860.0, 8838.0, 8844.0, 8888.0, 8842.0, 8892.0, 8840.0, 8867.0, 8840.0, 8870.0, 8849.0, 8861.0, 8899.0, 8836.0, 8877.0, 8833.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.0006676349024110217</td></tr>
<tr><td colspan=3>aqi</td><td>0.01748897313432836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.094003155735635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222023780149426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0034804638505754</td></tr>
<tr><td colspan=3>efc</td><td>0.4385</td></tr>
<tr><td colspan=3>fber</td><td>6678.9272</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08303988600587868</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0998851894374284</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4091799012973074</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328803671749721</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5922286654691797</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3065073666730216</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151142</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018985413014888763</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021889425814151764</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8374412379276808</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>45.6239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.1203</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310449.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.877</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2535</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.0568</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3238.8522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.818</td></tr>
<tr><td colspan=3>tsnr</td><td>44.02623295574449</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>