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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>66832bd464a9fa12261c9ade4b038c48</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:58:59.370000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0924284</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb033d0a-b1cb-4961-88fe-641530611e82||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['155859.370000', '155859.830000', '155900.290000', '155900.750000', '155901.210000', '155901.670000', '155902.130000', '155902.590000', '155903.050000', '155903.510000', '155903.970000', '155904.430000', '155904.890000', '155905.350000', '155905.810000', '155906.270000', '155906.730000', '155907.190000', '155907.650000', '155908.110000', '155908.570000', '155909.030000', '155909.490000', '155909.950000', '155910.410000', '155910.870000', '155911.330000', '155911.790000', '155912.250000', '155912.710000', '155913.170000', '155913.630000', '155914.090000', '155914.550000', '155915.010000', '155915.470000', '155915.930000', '155916.390000', '155916.850000', '155917.310000', '155917.770000', '155918.230000', '155918.690000', '155919.150000', '155919.610000', '155920.070000', '155920.530000', '155920.990000', '155921.450000', '155921.910000', '155922.370000', '155922.830000', '155923.290000', '155923.750000', '155924.210000', '155924.670000', '155925.130000', '155925.590000', '155926.050000', '155926.510000', '155926.970000', '155927.430000', '155927.890000', '155928.350000', '155928.810000', '155929.270000', '155929.730000', '155930.190000', '155930.650000', '155931.110000', '155931.570000', '155932.030000', '155932.490000', '155932.950000', '155933.410000', '155933.870000', '155934.330000', '155934.790000', '155935.250000', '155935.710000', '155936.170000', '155936.630000', '155937.090000', '155937.550000', '155938.010000', '155938.470000', '155938.930000', '155939.390000', '155939.850000', '155940.310000', '155940.770000', '155941.230000', '155941.690000', '155942.150000', '155942.610000', '155943.070000', '155943.530000', '155943.990000', '155944.450000', '155944.910000', '155945.370000', '155945.830000', '155946.290000', '155946.750000', '155947.210000', '155947.670000', '155948.130000', '155948.590000', '155949.050000', '155949.510000', '155949.970000', '155950.430000', '155950.890000', '155951.350000', '155951.810000', '155952.270000', '155952.730000', '155953.190000', '155953.650000', '155954.110000', '155954.570000', '155955.030000', '155955.490000', '155955.950000', '155956.410000', '155956.870000', '155957.330000', '155957.790000', '155958.250000', '155958.710000', '155959.170000', '155959.630000', '160000.090000', '160000.550000', '160001.010000', '160001.470000', '160001.930000', '160002.390000', '160002.850000', '160003.310000', '160003.770000', '160004.230000', '160004.690000', '160005.150000', '160005.610000', '160006.070000', '160006.530000', '160006.990000', '160007.450000', '160007.910000', '160008.370000', '160008.830000', '160009.290000', '160009.750000', '160010.210000', '160010.670000', '160011.130000', '160011.590000', '160012.050000', '160012.510000', '160012.970000', '160013.430000', '160013.890000', '160014.350000', '160014.810000', '160015.270000', '160015.730000', '160016.190000', '160016.650000', '160017.110000', '160017.570000', '160018.030000', '160018.490000', '160018.950000', '160019.410000', '160019.870000', '160020.330000', '160020.790000', '160021.250000', '160021.710000', '160022.170000', '160022.630000', '160023.090000', '160023.550000', '160024.010000', '160024.470000', '160024.930000', '160025.390000', '160025.850000', '160026.310000', '160026.770000', '160027.230000', '160027.690000', '160028.150000', '160028.610000', '160029.070000', '160029.530000', '160029.990000', '160030.450000', '160030.910000', '160031.370000', '160031.830000', '160032.290000', '160032.750000', '160033.210000', '160033.670000', '160034.130000', '160034.590000', '160035.050000', '160035.510000', '160035.970000', '160036.430000', '160036.890000', '160037.350000', '160037.810000', '160038.270000', '160038.730000', '160039.190000', '160039.650000', '160040.110000', '160040.570000', '160041.030000', '160041.490000', '160041.950000', '160042.410000', '160042.870000', '160043.330000', '160043.790000', '160044.250000', '160044.710000', '160045.170000', '160045.630000', '160046.090000', '160046.550000', '160047.010000', '160047.470000', '160047.930000', '160048.390000', '160048.850000', '160049.310000', '160049.770000', '160050.230000', '160050.690000', '160051.150000', '160051.610000', '160052.070000', '160052.530000', '160052.990000', '160053.450000', '160053.910000', '160054.370000', '160054.830000', '160055.290000', '160055.750000', '160056.210000', '160056.670000', '160057.130000', '160057.590000', '160058.050000', '160058.510000', '160058.970000', '160059.430000', '160059.890000', '160100.350000', '160100.810000', '160101.270000', '160101.730000', '160102.190000', '160102.650000', '160103.110000', '160103.570000', '160104.030000', '160104.490000', '160104.950000', '160105.410000', '160105.870000', '160106.330000', '160106.790000', '160107.250000', '160107.710000', '160108.170000', '160108.630000', '160109.090000', '160109.550000', '160110.010000', '160110.470000', '160110.930000', '160111.390000', '160111.850000', '160112.310000', '160112.770000', '160113.230000', '160113.690000', '160114.150000', '160114.610000', '160115.070000', '160115.530000', '160115.990000', '160116.450000', '160116.910000', '160117.370000', '160117.830000', '160118.290000', '160118.750000', '160119.210000', '160119.670000', '160120.130000', '160120.590000', '160121.050000', '160121.510000', '160121.970000', '160122.430000', '160122.890000', '160123.350000', '160123.810000', '160124.270000', '160124.730000', '160125.190000', '160125.650000', '160126.110000', '160126.570000', '160127.030000', '160127.490000', '160127.950000', '160128.410000', '160128.870000', '160129.330000', '160129.790000', '160130.250000', '160130.710000', '160131.170000', '160131.630000', '160132.090000', '160132.550000', '160133.010000', '160133.470000', '160133.930000', '160134.390000', '160134.850000', '160135.310000', '160135.770000', '160136.230000', '160136.690000', '160137.150000', '160137.610000', '160138.070000', '160138.530000', '160138.990000', '160139.450000', '160139.910000', '160140.370000', '160140.830000', '160141.290000', '160141.750000', '160142.210000', '160142.670000', '160143.130000', '160143.590000', '160144.050000', '160144.510000', '160144.970000', '160145.430000', '160145.890000', '160146.350000', '160146.810000', '160147.270000', '160147.730000', '160148.190000', '160148.650000', '160149.110000', '160149.570000', '160150.030000', '160150.490000', '160150.950000', '160151.410000', '160151.870000', '160152.330000', '160152.790000', '160153.250000', '160153.710000', '160154.170000', '160154.630000', '160155.090000', '160155.550000', '160156.010000', '160156.470000', '160156.930000', '160157.390000', '160157.850000', '160158.310000', '160158.770000', '160159.230000', '160159.690000', '160200.150000', '160200.610000', '160201.070000', '160201.530000', '160201.990000', '160202.450000', '160202.910000', '160203.370000', '160203.830000', '160204.290000', '160204.750000', '160205.210000', '160205.670000', '160206.130000', '160206.590000', '160207.050000', '160207.510000', '160207.970000', '160208.430000', '160208.890000', '160209.350000', '160209.810000', '160210.270000', '160210.730000', '160211.190000', '160211.650000', '160212.110000', '160212.570000', '160213.030000', '160213.490000', '160213.950000', '160214.410000', '160214.870000', '160215.330000', '160215.790000', '160216.250000', '160216.710000', '160217.170000', '160217.630000', '160218.090000', '160218.550000', '160219.010000', '160219.470000', '160219.930000', '160220.390000', '160220.850000', '160221.310000', '160221.770000', '160222.230000', '160222.690000', '160223.150000', '160223.610000', '160224.070000', '160224.530000', '160224.990000', '160225.450000', '160225.910000', '160226.370000', '160226.830000', '160227.290000', '160227.750000', '160228.210000', '160228.670000', '160229.130000', '160229.590000', '160230.050000', '160230.510000', '160230.970000', '160231.430000', '160231.890000', '160232.350000', '160232.810000', '160233.270000', '160233.730000', '160234.190000', '160234.650000', '160235.110000', '160235.570000', '160236.030000', '160236.490000', '160236.950000', '160237.410000', '160237.870000', '160238.330000', '160238.790000', '160239.250000', '160239.710000', '160240.170000', '160240.630000', '160241.090000', '160241.550000', '160242.010000', '160242.470000', '160242.930000', '160243.390000', '160243.850000', '160244.310000', '160244.770000', '160245.230000', '160245.690000', '160246.150000', '160246.610000', '160247.070000', '160247.530000', '160247.990000', '160248.450000', '160248.910000', '160249.370000', '160249.830000', '160250.290000', '160250.750000', '160251.210000', '160251.670000', '160252.130000', '160252.590000', '160253.050000', '160253.510000', '160253.970000', '160254.430000', '160254.890000', '160255.350000', '160255.810000', '160256.270000', '160256.730000', '160257.190000', '160257.650000', '160258.110000', '160258.570000', '160259.030000', '160259.490000', '160259.950000', '160300.410000', '160300.870000', '160301.330000', '160301.790000', '160302.250000', '160302.710000', '160303.170000', '160303.630000', '160304.090000', '160304.550000', '160305.010000', '160305.470000', '160305.930000', '160306.390000', '160306.850000', '160307.310000', '160307.770000', '160308.230000', '160308.690000', '160309.150000', '160309.610000', '160310.070000', '160310.530000', '160310.990000', '160311.450000', '160311.910000', '160312.370000', '160312.830000', '160313.290000', '160313.750000', '160314.210000', '160314.670000', '160315.130000', '160315.590000', '160316.050000', '160316.510000', '160316.970000', '160317.430000', '160317.890000', '160318.350000', '160318.810000', '160319.270000', '160319.730000', '160320.190000', '160320.650000', '160321.110000', '160321.570000', '160322.030000', '160322.490000', '160322.950000', '160323.410000', '160323.870000', '160324.330000', '160324.790000', '160325.250000', '160325.710000', '160326.170000', '160326.630000', '160327.090000', '160327.550000', '160328.010000', '160328.470000', '160328.930000', '160329.390000', '160329.850000', '160330.310000', '160330.770000', '160331.230000', '160331.690000', '160332.150000', '160332.610000', '160333.070000', '160333.530000', '160333.990000', '160334.450000', '160334.910000', '160335.370000', '160335.830000', '160336.290000', '160336.750000', '160337.210000', '160337.670000', '160338.130000', '160338.590000', '160339.050000', '160339.510000', '160339.970000', '160340.430000', '160340.890000', '160341.350000', '160341.810000', '160342.270000', '160342.730000', '160343.190000', '160343.650000', '160344.110000', '160344.570000', '160345.030000', '160345.490000', '160345.950000', '160346.410000', '160346.870000', '160347.330000', '160347.790000', '160348.250000', '160348.710000', '160349.170000', '160349.630000', '160350.090000', '160350.550000', '160351.010000', '160351.470000', '160351.930000', '160352.390000', '160352.850000', '160353.310000', '160353.770000', '160354.230000', '160354.690000', '160355.150000', '160355.610000', '160356.070000', '160356.530000', '160356.990000', '160357.450000', '160357.910000', '160358.370000', '160358.830000', '160359.290000', '160359.750000', '160400.210000', '160400.670000', '160401.130000', '160401.590000', '160402.050000', '160402.510000', '160402.970000', '160403.430000', '160403.890000', '160404.350000', '160404.810000', '160405.270000', '160405.730000', '160406.190000', '160406.650000', '160407.110000', '160407.570000', '160408.030000', '160408.490000', '160408.950000', '160409.410000', '160409.870000', '160410.330000', '160410.790000', '160411.250000', '160411.710000', '160412.170000', '160412.630000', '160413.090000', '160413.550000', '160414.010000', '160414.470000', '160414.930000', '160415.390000', '160415.850000', '160416.310000', '160416.770000', '160417.230000', '160417.690000', '160418.150000', '160418.610000', '160419.070000', '160419.530000', '160419.990000', '160420.450000', '160420.910000', '160421.370000', '160421.830000', '160422.290000', '160422.750000', '160423.210000', '160423.670000', '160424.130000', '160424.590000', '160425.050000', '160425.510000', '160425.970000', '160426.430000', '160426.890000', '160427.350000', '160427.810000', '160428.270000', '160428.730000', '160429.190000', '160429.650000', '160430.110000', '160430.570000', '160431.030000', '160431.490000', '160431.950000', '160432.410000', '160432.870000', '160433.330000', '160433.790000', '160434.250000', '160434.710000', '160435.170000', '160435.630000', '160436.090000', '160436.550000', '160437.010000', '160437.470000', '160437.930000', '160438.390000', '160438.850000', '160439.310000', '160439.770000', '160440.230000', '160440.690000', '160441.150000', '160441.610000', '160442.070000', '160442.530000', '160442.990000', '160443.450000', '160443.910000', '160444.370000', '160444.830000', '160445.290000', '160445.750000', '160446.210000', '160446.670000', '160447.130000', '160447.590000', '160448.050000', '160448.510000', '160448.970000', '160449.430000', '160449.890000', '160450.350000', '160450.810000', '160451.270000', '160451.730000', '160452.190000', '160452.650000', '160453.110000', '160453.570000', '160454.030000', '160454.490000', '160454.950000', '160455.410000', '160455.870000', '160456.330000', '160456.790000', '160457.250000', '160457.710000', '160458.170000', '160458.630000', '160459.090000', '160459.550000', '160500.010000', '160500.470000', '160500.930000', '160501.390000', '160501.850000', '160502.310000', '160502.770000', '160503.230000', '160503.690000', '160504.150000', '160504.610000', '160505.070000', '160505.530000', '160505.990000', '160506.450000', '160506.910000', '160507.370000', '160507.830000', '160508.290000', '160508.750000', '160509.210000', '160509.670000', '160510.130000', '160510.590000', '160511.050000', '160511.510000', '160511.970000', '160512.430000', '160512.890000', '160513.350000', '160513.810000', '160514.270000', '160514.730000', '160515.190000', '160515.650000', '160516.110000', '160516.570000', '160517.030000', '160517.490000', '160517.950000', '160518.410000', '160518.870000', '160519.330000', '160519.790000', '160520.250000', '160520.710000', '160521.170000', '160521.630000', '160522.090000', '160522.550000', '160523.010000', '160523.470000', '160523.930000', '160524.390000', '160524.850000', '160525.310000', '160525.770000', '160526.230000', '160526.690000', '160527.150000', '160527.610000', '160528.070000', '160528.530000', '160528.990000', '160529.450000', '160529.910000', '160530.370000', '160530.830000', '160531.290000', '160531.750000', '160532.210000', '160532.670000', '160533.130000', '160533.590000', '160534.050000', '160534.510000', '160534.970000', '160535.430000', '160535.890000', '160536.350000', '160536.810000', '160537.270000', '160537.730000', '160538.190000', '160538.650000', '160539.110000', '160539.570000', '160540.030000'], 'ContentTime': ['155907.630000', '155907.634000', '155907.636000', '155907.639000', '155907.642000', '155907.644000', '155907.647000', '155907.649000', '155907.652000', '155907.654000', '155907.657000', '155907.659000', '155907.662000', '155907.679000', '155907.682000', '155907.684000', '155927.605000', '155927.608000', '155927.611000', '155927.614000', '155927.616000', '155927.624000', '155927.627000', '155927.630000', '155927.632000', '155927.635000', '155927.637000', '155927.640000', '155927.643000', '155927.645000', '155927.648000', '155927.650000', '155927.653000', '155927.655000', '155927.658000', '155927.660000', '155927.663000', '155927.666000', '155927.668000', '155927.671000', '155927.673000', '155927.676000', '155927.679000', '155927.681000', '155927.684000', '155927.686000', '155927.689000', '155927.692000', '155927.694000', '155927.697000', '155927.699000', '155927.702000', '155927.704000', '155927.707000', '155927.709000', '155927.717000', '155927.720000', '155927.722000', '155927.725000', '155927.728000', '155947.605000', '155947.608000', '155947.611000', '155947.614000', '155947.616000', '155947.619000', '155947.622000', '155947.624000', '155947.627000', '155947.630000', '155947.632000', '155947.635000', '155947.638000', '155947.640000', '155947.643000', '155947.646000', '155947.648000', '155947.651000', '155947.654000', '155947.656000', '155947.659000', '155947.661000', '155947.664000', '155947.667000', '155947.670000', '155947.672000', '155947.675000', '155947.678000', '155947.680000', '155947.683000', '155947.686000', '155947.688000', '155947.691000', '155947.693000', '155947.696000', '155947.699000', '155947.701000', '155947.704000', '155947.707000', '155947.709000', '155947.712000', '155947.714000', '155947.717000', '160007.605000', '160007.608000', '160007.611000', '160007.613000', '160007.616000', '160007.619000', '160007.621000', '160007.624000', '160007.626000', '160007.629000', '160007.632000', '160007.634000', '160007.637000', '160007.639000', '160007.642000', '160007.645000', '160007.647000', '160007.650000', '160007.652000', '160007.655000', '160007.657000', '160007.660000', '160007.662000', '160007.665000', '160007.668000', '160007.670000', '160007.673000', '160007.676000', '160007.678000', '160007.681000', '160007.683000', '160007.686000', '160007.688000', '160007.691000', '160007.694000', '160007.696000', '160007.699000', '160007.701000', '160007.704000', '160007.707000', '160007.709000', '160007.712000', '160007.714000', '160007.717000', '160027.606000', '160027.609000', '160027.612000', '160027.615000', '160027.617000', '160027.620000', '160027.623000', '160027.625000', '160027.628000', '160027.631000', '160027.633000', '160027.636000', '160027.638000', '160027.641000', '160027.644000', '160027.646000', '160027.649000', '160027.651000', '160027.654000', '160027.657000', '160027.659000', '160027.662000', '160027.665000', '160027.667000', '160027.670000', '160027.673000', '160027.675000', '160027.678000', '160027.680000', '160027.684000', '160027.687000', '160027.690000', '160027.692000', '160027.695000', '160027.698000', '160027.700000', '160027.703000', '160027.706000', '160027.708000', '160027.711000', '160027.713000', '160027.716000', '160027.719000', '160047.606000', '160047.609000', '160047.616000', '160047.619000', '160047.621000', '160047.624000', '160047.626000', '160047.629000', '160047.632000', '160047.634000', '160047.637000', '160047.639000', '160047.642000', '160047.645000', '160047.647000', '160047.650000', '160047.652000', '160047.655000', '160047.657000', '160047.660000', '160047.663000', '160047.665000', '160047.668000', '160047.670000', '160047.673000', '160047.676000', '160047.678000', '160047.681000', '160047.683000', '160047.686000', '160047.688000', '160047.691000', '160047.694000', '160047.696000', '160047.699000', '160047.702000', '160047.704000', '160047.707000', '160047.709000', '160047.712000', '160047.715000', '160047.717000', '160047.720000', '160047.722000', '160107.607000', '160107.609000', '160107.612000', '160107.615000', '160107.617000', '160107.620000', '160107.634000', '160107.637000', '160107.639000', '160107.642000', '160107.645000', '160107.647000', '160107.650000', '160107.652000', '160107.655000', '160107.658000', '160107.660000', '160107.663000', '160107.666000', '160107.668000', '160107.671000', '160107.673000', '160107.676000', '160107.679000', '160107.681000', '160107.684000', '160107.686000', '160107.689000', '160107.692000', '160107.694000', '160107.697000', '160107.699000', '160107.702000', '160107.705000', '160107.707000', '160107.710000', '160107.713000', '160107.715000', '160107.718000', '160107.720000', '160107.723000', '160107.726000', '160107.728000', '160127.606000', '160127.609000', '160127.611000', '160127.614000', '160127.616000', '160127.619000', '160127.622000', '160127.624000', '160127.627000', '160127.629000', '160127.632000', '160127.634000', '160127.637000', '160127.640000', '160127.642000', '160127.645000', '160127.647000', '160127.650000', '160127.653000', '160127.655000', '160127.658000', '160127.660000', '160127.663000', '160127.666000', '160127.668000', '160127.671000', '160127.673000', '160127.676000', '160127.678000', '160127.681000', '160127.684000', '160127.686000', '160127.689000', '160127.691000', '160127.694000', '160127.697000', '160127.699000', '160127.702000', '160127.704000', '160127.707000', '160127.710000', '160127.712000', '160127.715000', '160127.717000', '160147.605000', '160147.608000', '160147.611000', '160147.613000', '160147.616000', '160147.619000', '160147.621000', '160147.624000', '160147.627000', '160147.629000', '160147.632000', '160147.634000', '160147.637000', '160147.640000', '160147.642000', '160147.645000', '160147.647000', '160147.650000', '160147.653000', '160147.655000', '160147.658000', '160147.661000', '160147.663000', '160147.666000', '160147.668000', '160147.671000', '160147.674000', '160147.676000', '160147.679000', '160147.681000', '160147.684000', '160147.687000', '160147.689000', '160147.692000', '160147.695000', '160147.697000', '160147.700000', '160147.702000', '160147.705000', '160147.707000', '160147.710000', '160147.713000', '160147.715000', '160207.606000', '160207.608000', '160207.611000', '160207.614000', '160207.616000', '160207.619000', '160207.622000', '160207.624000', '160207.627000', '160207.630000', '160207.632000', '160207.635000', '160207.637000', '160207.640000', '160207.643000', '160207.645000', '160207.648000', '160207.650000', '160207.653000', '160207.656000', '160207.658000', '160207.661000', '160207.663000', '160207.666000', '160207.669000', '160207.671000', '160207.674000', '160207.677000', '160207.679000', '160207.682000', '160207.684000', '160207.687000', '160207.690000', '160207.692000', '160207.695000', '160207.697000', '160207.700000', '160207.703000', '160207.705000', '160207.708000', '160207.710000', '160207.713000', '160207.716000', '160227.606000', '160227.609000', '160227.611000', '160227.614000', '160227.616000', '160227.619000', '160227.622000', '160227.624000', '160227.627000', '160227.630000', '160227.632000', '160227.635000', '160227.637000', '160227.640000', '160227.643000', '160227.645000', '160227.648000', '160227.651000', '160227.653000', '160227.656000', '160227.658000', '160227.661000', '160227.664000', '160227.666000', '160227.669000', '160227.671000', '160227.674000', '160227.677000', '160227.679000', '160227.682000', '160227.684000', '160227.687000', '160227.700000', '160227.703000', '160227.705000', '160227.708000', '160227.710000', '160227.713000', '160227.716000', '160227.718000', '160227.721000', '160227.723000', '160227.726000', '160227.729000', '160247.607000', '160247.610000', '160247.612000', '160247.615000', '160247.617000', '160247.620000', '160247.623000', '160247.625000', '160247.628000', '160247.630000', '160247.633000', '160247.636000', '160247.638000', '160247.641000', '160247.643000', '160247.646000', '160247.649000', '160247.651000', '160247.654000', '160247.657000', '160247.659000', '160247.662000', '160247.664000', '160247.667000', '160247.670000', '160247.672000', '160247.675000', '160247.677000', '160247.680000', '160247.683000', '160247.685000', '160247.688000', '160247.690000', '160247.693000', '160247.696000', '160247.698000', '160247.701000', '160247.704000', '160247.706000', '160247.709000', '160247.711000', '160247.714000', '160247.717000', '160307.607000', '160307.610000', '160307.612000', '160307.615000', '160307.618000', '160307.620000', '160307.623000', '160307.626000', '160307.628000', '160307.631000', '160307.633000', '160307.636000', '160307.638000', '160307.641000', '160307.644000', '160307.646000', '160307.649000', '160307.652000', '160307.654000', '160307.657000', '160307.659000', '160307.662000', '160307.665000', '160307.667000', '160307.670000', '160307.672000', '160307.675000', '160307.678000', '160307.680000', '160307.683000', '160307.686000', '160307.688000', '160307.691000', '160307.693000', '160307.696000', '160307.699000', '160307.701000', '160307.704000', '160307.707000', '160307.709000', '160307.712000', '160307.714000', '160307.717000', '160307.719000', '160327.607000', '160327.610000', '160327.613000', '160327.615000', '160327.618000', '160327.621000', '160327.623000', '160327.626000', '160327.628000', '160327.631000', '160327.634000', '160327.636000', '160327.639000', '160327.642000', '160327.644000', '160327.647000', '160327.650000', '160327.652000', '160327.655000', '160327.658000', '160327.660000', '160327.663000', '160327.665000', '160327.668000', '160327.671000', '160327.673000', '160327.676000', '160327.678000', '160327.681000', '160327.684000', '160327.686000', '160327.689000', '160327.692000', '160327.694000', '160327.697000', '160327.699000', '160327.702000', '160327.705000', '160327.707000', '160327.710000', '160327.712000', '160327.715000', '160327.718000', '160327.720000', '160347.605000', '160347.608000', '160347.611000', '160347.614000', '160347.616000', '160347.619000', '160347.622000', '160347.624000', '160347.627000', '160347.629000', '160347.632000', '160347.635000', '160347.637000', '160347.640000', '160347.642000', '160347.645000', '160347.648000', '160347.650000', '160347.653000', '160347.656000', '160347.658000', '160347.661000', '160347.664000', '160347.666000', '160347.669000', '160347.671000', '160347.674000', '160347.677000', '160347.679000', '160347.682000', '160347.684000', '160347.687000', '160347.690000', '160347.692000', '160347.695000', '160347.698000', '160347.700000', '160347.703000', '160347.705000', '160347.708000', '160347.711000', '160347.713000', '160347.716000', '160407.606000', '160407.609000', '160407.611000', '160407.614000', '160407.617000', '160407.619000', '160407.622000', '160407.625000', '160407.627000', '160407.630000', '160407.632000', '160407.635000', '160407.638000', '160407.648000', '160407.650000', '160407.653000', '160407.655000', '160407.658000', '160407.661000', '160407.663000', '160407.666000', '160407.669000', '160407.671000', '160407.674000', '160407.676000', '160407.679000', '160407.681000', '160407.684000', '160407.687000', '160407.689000', '160407.692000', '160407.695000', '160407.697000', '160407.700000', '160407.702000', '160407.705000', '160407.708000', '160407.710000', '160407.713000', '160407.715000', '160407.718000', '160407.721000', '160407.723000', '160427.606000', '160427.609000', '160427.611000', '160427.614000', '160427.617000', '160427.619000', '160427.622000', '160427.624000', '160427.627000', '160427.630000', '160427.632000', '160427.635000', '160427.638000', '160427.640000', '160427.643000', '160427.645000', '160427.648000', '160427.651000', '160427.653000', '160427.656000', '160427.659000', '160427.661000', '160427.664000', '160427.666000', '160427.669000', '160427.672000', '160427.674000', '160427.677000', '160427.680000', '160427.682000', '160427.685000', '160427.687000', '160427.690000', '160427.693000', '160427.695000', '160427.698000', '160427.700000', '160427.703000', '160427.706000', '160427.708000', '160427.711000', '160427.714000', '160427.716000', '160427.719000', '160447.605000', '160447.608000', '160447.611000', '160447.614000', '160447.616000', '160447.619000', '160447.621000', '160447.624000', '160447.627000', '160447.629000', '160447.632000', '160447.635000', '160447.637000', '160447.640000', '160447.644000', '160447.648000', '160447.651000', '160447.653000', '160447.656000', '160447.659000', '160447.661000', '160447.664000', '160447.666000', '160447.669000', '160447.672000', '160447.674000', '160447.677000', '160447.681000', '160447.683000', '160447.686000', '160447.688000', '160447.691000', '160447.694000', '160447.696000', '160447.699000', '160447.702000', '160447.704000', '160447.707000', '160447.710000', '160447.712000', '160447.715000', '160447.718000', '160447.720000', '160507.607000', '160507.609000', '160507.612000', '160507.615000', '160507.617000', '160507.620000', '160507.623000', '160507.625000', '160507.628000', '160507.631000', '160507.633000', '160507.636000', '160507.639000', '160507.641000', '160507.644000', '160507.646000', '160507.649000', '160507.652000', '160507.654000', '160507.657000', '160507.659000', '160507.662000', '160507.665000', '160507.667000', '160507.670000', '160507.673000', '160507.675000', '160507.678000', '160507.680000', '160507.683000', '160507.686000', '160507.688000', '160507.691000', '160507.693000', '160507.696000', '160507.699000', '160507.701000', '160507.704000', '160507.706000', '160507.709000', '160507.712000', '160507.714000', '160507.717000', '160507.720000', '160527.606000', '160527.609000', '160527.612000', '160527.615000', '160527.617000', '160527.620000', '160527.622000', '160527.625000', '160527.628000', '160527.661000', '160527.663000', '160527.666000', '160527.669000', '160527.671000', '160527.674000', '160527.676000', '160527.679000', '160527.681000', '160527.684000', '160527.687000', '160527.689000', '160527.692000', '160527.694000', '160527.697000', '160527.700000', '160527.702000', '160527.705000', '160527.707000', '160527.710000', '160527.713000', '160527.715000', '160527.718000', '160527.720000', '160527.723000', '160527.726000', '160527.728000', '160527.731000', '160527.733000', '160527.736000', '160527.739000', '160527.741000', '160527.744000', '160527.746000', '160540.933000', '160540.936000', '160540.939000', '160540.941000', '160540.944000', '160540.946000', '160540.949000', '160540.952000', '160540.954000', '160540.957000', '160540.960000', '160540.962000', '160540.965000', '160540.967000', '160540.970000', '160540.973000', '160540.975000', '160540.978000', '160540.981000', '160540.983000', '160540.986000', '160540.988000', '160540.991000', '160540.994000', '160540.996000', '160540.999000', '160541.001000', '160541.004000', '160541.007000', '160541.009000'], 'InstanceCreationTime': ['155907.630000', '155907.634000', '155907.636000', '155907.639000', '155907.642000', '155907.644000', '155907.647000', '155907.649000', '155907.652000', '155907.654000', '155907.657000', '155907.659000', '155907.662000', '155907.679000', '155907.682000', '155907.684000', '155927.605000', '155927.608000', '155927.611000', '155927.614000', '155927.616000', '155927.624000', '155927.627000', '155927.630000', '155927.632000', '155927.635000', '155927.637000', '155927.640000', '155927.643000', '155927.645000', '155927.648000', '155927.650000', '155927.653000', '155927.655000', '155927.658000', '155927.660000', '155927.663000', '155927.666000', '155927.668000', '155927.671000', '155927.673000', '155927.676000', '155927.679000', '155927.681000', '155927.684000', '155927.686000', '155927.689000', '155927.692000', '155927.694000', '155927.697000', '155927.699000', '155927.702000', '155927.704000', '155927.707000', '155927.709000', '155927.717000', '155927.720000', '155927.722000', '155927.725000', '155927.728000', '155947.605000', '155947.608000', '155947.611000', '155947.614000', '155947.616000', '155947.619000', '155947.622000', '155947.624000', '155947.627000', '155947.630000', '155947.632000', '155947.635000', '155947.638000', '155947.640000', '155947.643000', '155947.646000', '155947.648000', '155947.651000', '155947.654000', '155947.656000', '155947.659000', '155947.661000', '155947.664000', '155947.667000', '155947.670000', '155947.672000', '155947.675000', '155947.678000', '155947.680000', '155947.683000', '155947.686000', '155947.688000', '155947.691000', '155947.693000', '155947.696000', '155947.699000', '155947.701000', '155947.704000', '155947.707000', '155947.709000', '155947.712000', '155947.714000', '155947.717000', '160007.605000', '160007.608000', '160007.611000', '160007.613000', '160007.616000', '160007.619000', '160007.621000', '160007.624000', '160007.626000', '160007.629000', '160007.632000', '160007.634000', '160007.637000', '160007.639000', '160007.642000', '160007.645000', '160007.647000', '160007.650000', '160007.652000', '160007.655000', '160007.657000', '160007.660000', '160007.662000', '160007.665000', '160007.668000', '160007.670000', '160007.673000', '160007.676000', '160007.678000', '160007.681000', '160007.683000', '160007.686000', '160007.688000', '160007.691000', '160007.694000', '160007.696000', '160007.699000', '160007.701000', '160007.704000', '160007.707000', '160007.709000', '160007.712000', '160007.714000', '160007.717000', '160027.606000', '160027.609000', '160027.612000', '160027.615000', '160027.617000', '160027.620000', '160027.623000', '160027.625000', '160027.628000', '160027.631000', '160027.633000', '160027.636000', '160027.638000', '160027.641000', '160027.644000', '160027.646000', '160027.649000', '160027.651000', '160027.654000', '160027.657000', '160027.659000', '160027.662000', '160027.665000', '160027.667000', '160027.670000', '160027.673000', '160027.675000', '160027.678000', '160027.680000', '160027.684000', '160027.687000', '160027.690000', '160027.692000', '160027.695000', '160027.698000', '160027.700000', '160027.703000', '160027.706000', '160027.708000', '160027.711000', '160027.713000', '160027.716000', '160027.719000', '160047.606000', '160047.609000', '160047.616000', '160047.619000', '160047.621000', '160047.624000', '160047.626000', '160047.629000', '160047.632000', '160047.634000', '160047.637000', '160047.639000', '160047.642000', '160047.645000', '160047.647000', '160047.650000', '160047.652000', '160047.655000', '160047.657000', '160047.660000', '160047.663000', '160047.665000', '160047.668000', '160047.670000', '160047.673000', '160047.676000', '160047.678000', '160047.681000', '160047.683000', '160047.686000', '160047.688000', '160047.691000', '160047.694000', '160047.696000', '160047.699000', '160047.702000', '160047.704000', '160047.707000', '160047.709000', '160047.712000', '160047.715000', '160047.717000', '160047.720000', '160047.722000', '160107.607000', '160107.609000', '160107.612000', '160107.615000', '160107.617000', '160107.620000', '160107.634000', '160107.637000', '160107.639000', '160107.642000', '160107.645000', '160107.647000', '160107.650000', '160107.652000', '160107.655000', '160107.658000', '160107.660000', '160107.663000', '160107.666000', '160107.668000', '160107.671000', '160107.673000', '160107.676000', '160107.679000', '160107.681000', '160107.684000', '160107.686000', '160107.689000', '160107.692000', '160107.694000', '160107.697000', '160107.699000', '160107.702000', '160107.705000', '160107.707000', '160107.710000', '160107.713000', '160107.715000', '160107.718000', '160107.720000', '160107.723000', '160107.726000', '160107.728000', '160127.606000', '160127.609000', '160127.611000', '160127.614000', '160127.616000', '160127.619000', '160127.622000', '160127.624000', '160127.627000', '160127.629000', '160127.632000', '160127.634000', '160127.637000', '160127.640000', '160127.642000', '160127.645000', '160127.647000', '160127.650000', '160127.653000', '160127.655000', '160127.658000', '160127.660000', '160127.663000', '160127.666000', '160127.668000', '160127.671000', '160127.673000', '160127.676000', '160127.678000', '160127.681000', '160127.684000', '160127.686000', '160127.689000', '160127.691000', '160127.694000', '160127.697000', '160127.699000', '160127.702000', '160127.704000', '160127.707000', '160127.710000', '160127.712000', '160127.715000', '160127.717000', '160147.605000', '160147.608000', '160147.611000', '160147.613000', '160147.616000', '160147.619000', '160147.621000', '160147.624000', '160147.627000', '160147.629000', '160147.632000', '160147.634000', '160147.637000', '160147.640000', '160147.642000', '160147.645000', '160147.647000', '160147.650000', '160147.653000', '160147.655000', '160147.658000', '160147.661000', '160147.663000', '160147.666000', '160147.668000', '160147.671000', '160147.674000', '160147.676000', '160147.679000', '160147.681000', '160147.684000', '160147.687000', '160147.689000', '160147.692000', '160147.695000', '160147.697000', '160147.700000', '160147.702000', '160147.705000', '160147.707000', '160147.710000', '160147.713000', '160147.715000', '160207.606000', '160207.608000', '160207.611000', '160207.614000', '160207.616000', '160207.619000', '160207.622000', '160207.624000', '160207.627000', '160207.630000', '160207.632000', '160207.635000', '160207.637000', '160207.640000', '160207.643000', '160207.645000', '160207.648000', '160207.650000', '160207.653000', '160207.656000', '160207.658000', '160207.661000', '160207.663000', '160207.666000', '160207.669000', '160207.671000', '160207.674000', '160207.677000', '160207.679000', '160207.682000', '160207.684000', '160207.687000', '160207.690000', '160207.692000', '160207.695000', '160207.697000', '160207.700000', '160207.703000', '160207.705000', '160207.708000', '160207.710000', '160207.713000', '160207.716000', '160227.606000', '160227.609000', '160227.611000', '160227.614000', '160227.616000', '160227.619000', '160227.622000', '160227.624000', '160227.627000', '160227.630000', '160227.632000', '160227.635000', '160227.637000', '160227.640000', '160227.643000', '160227.645000', '160227.648000', '160227.651000', '160227.653000', '160227.656000', '160227.658000', '160227.661000', '160227.664000', '160227.666000', '160227.669000', '160227.671000', '160227.674000', '160227.677000', '160227.679000', '160227.682000', '160227.684000', '160227.687000', '160227.700000', '160227.703000', '160227.705000', '160227.708000', '160227.710000', '160227.713000', '160227.716000', '160227.718000', '160227.721000', '160227.723000', '160227.726000', '160227.729000', '160247.607000', '160247.610000', '160247.612000', '160247.615000', '160247.617000', '160247.620000', '160247.623000', '160247.625000', '160247.628000', '160247.630000', '160247.633000', '160247.636000', '160247.638000', '160247.641000', '160247.643000', '160247.646000', '160247.649000', '160247.651000', '160247.654000', '160247.657000', '160247.659000', '160247.662000', '160247.664000', '160247.667000', '160247.670000', '160247.672000', '160247.675000', '160247.677000', '160247.680000', '160247.683000', '160247.685000', '160247.688000', '160247.690000', '160247.693000', '160247.696000', '160247.698000', '160247.701000', '160247.704000', '160247.706000', '160247.709000', '160247.711000', '160247.714000', '160247.717000', '160307.607000', '160307.610000', '160307.612000', '160307.615000', '160307.618000', '160307.620000', '160307.623000', '160307.626000', '160307.628000', '160307.631000', '160307.633000', '160307.636000', '160307.638000', '160307.641000', '160307.644000', '160307.646000', '160307.649000', '160307.652000', '160307.654000', '160307.657000', '160307.659000', '160307.662000', '160307.665000', '160307.667000', '160307.670000', '160307.672000', '160307.675000', '160307.678000', '160307.680000', '160307.683000', '160307.686000', '160307.688000', '160307.691000', '160307.693000', '160307.696000', '160307.699000', '160307.701000', '160307.704000', '160307.707000', '160307.709000', '160307.712000', '160307.714000', '160307.717000', '160307.719000', '160327.607000', '160327.610000', '160327.613000', '160327.615000', '160327.618000', '160327.621000', '160327.623000', '160327.626000', '160327.628000', '160327.631000', '160327.634000', '160327.636000', '160327.639000', '160327.642000', '160327.644000', '160327.647000', '160327.650000', '160327.652000', '160327.655000', '160327.658000', '160327.660000', '160327.663000', '160327.665000', '160327.668000', '160327.671000', '160327.673000', '160327.676000', '160327.678000', '160327.681000', '160327.684000', '160327.686000', '160327.689000', '160327.692000', '160327.694000', '160327.697000', '160327.699000', '160327.702000', '160327.705000', '160327.707000', '160327.710000', '160327.712000', '160327.715000', '160327.718000', '160327.720000', '160347.605000', '160347.608000', '160347.611000', '160347.614000', '160347.616000', '160347.619000', '160347.622000', '160347.624000', '160347.627000', '160347.629000', '160347.632000', '160347.635000', '160347.637000', '160347.640000', '160347.642000', '160347.645000', '160347.648000', '160347.650000', '160347.653000', '160347.656000', '160347.658000', '160347.661000', '160347.664000', '160347.666000', '160347.669000', '160347.671000', '160347.674000', '160347.677000', '160347.679000', '160347.682000', '160347.684000', '160347.687000', '160347.690000', '160347.692000', '160347.695000', '160347.698000', '160347.700000', '160347.703000', '160347.705000', '160347.708000', '160347.711000', '160347.713000', '160347.716000', '160407.606000', '160407.609000', '160407.611000', '160407.614000', '160407.617000', '160407.619000', '160407.622000', '160407.625000', '160407.627000', '160407.630000', '160407.632000', '160407.635000', '160407.638000', '160407.648000', '160407.650000', '160407.653000', '160407.655000', '160407.658000', '160407.661000', '160407.663000', '160407.666000', '160407.669000', '160407.671000', '160407.674000', '160407.676000', '160407.679000', '160407.681000', '160407.684000', '160407.687000', '160407.689000', '160407.692000', '160407.695000', '160407.697000', '160407.700000', '160407.702000', '160407.705000', '160407.708000', '160407.710000', '160407.713000', '160407.715000', '160407.718000', '160407.721000', '160407.723000', '160427.606000', '160427.609000', '160427.611000', '160427.614000', '160427.617000', '160427.619000', '160427.622000', '160427.624000', '160427.627000', '160427.630000', '160427.632000', '160427.635000', '160427.638000', '160427.640000', '160427.643000', '160427.645000', '160427.648000', '160427.651000', '160427.653000', '160427.656000', '160427.659000', '160427.661000', '160427.664000', '160427.666000', '160427.669000', '160427.672000', '160427.674000', '160427.677000', '160427.680000', '160427.682000', '160427.685000', '160427.687000', '160427.690000', '160427.693000', '160427.695000', '160427.698000', '160427.700000', '160427.703000', '160427.706000', '160427.708000', '160427.711000', '160427.714000', '160427.716000', '160427.719000', '160447.605000', '160447.608000', '160447.611000', '160447.614000', '160447.616000', '160447.619000', '160447.621000', '160447.624000', '160447.627000', '160447.629000', '160447.632000', '160447.635000', '160447.637000', '160447.640000', '160447.644000', '160447.648000', '160447.651000', '160447.653000', '160447.656000', '160447.659000', '160447.661000', '160447.664000', '160447.666000', '160447.669000', '160447.672000', '160447.674000', '160447.677000', '160447.681000', '160447.683000', '160447.686000', '160447.688000', '160447.691000', '160447.694000', '160447.696000', '160447.699000', '160447.702000', '160447.704000', '160447.707000', '160447.710000', '160447.712000', '160447.715000', '160447.718000', '160447.720000', '160507.607000', '160507.609000', '160507.612000', '160507.615000', '160507.617000', '160507.620000', '160507.623000', '160507.625000', '160507.628000', '160507.631000', '160507.633000', '160507.636000', '160507.639000', '160507.641000', '160507.644000', '160507.646000', '160507.649000', '160507.652000', '160507.654000', '160507.657000', '160507.659000', '160507.662000', '160507.665000', '160507.667000', '160507.670000', '160507.673000', '160507.675000', '160507.678000', '160507.680000', '160507.683000', '160507.686000', '160507.688000', '160507.691000', '160507.693000', '160507.696000', '160507.699000', '160507.701000', '160507.704000', '160507.706000', '160507.709000', '160507.712000', '160507.714000', '160507.717000', '160507.720000', '160527.606000', '160527.609000', '160527.612000', '160527.615000', '160527.617000', '160527.620000', '160527.622000', '160527.625000', '160527.628000', '160527.661000', '160527.663000', '160527.666000', '160527.669000', '160527.671000', '160527.674000', '160527.676000', '160527.679000', '160527.681000', '160527.684000', '160527.687000', '160527.689000', '160527.692000', '160527.694000', '160527.697000', '160527.700000', '160527.702000', '160527.705000', '160527.707000', '160527.710000', '160527.713000', '160527.715000', '160527.718000', '160527.720000', '160527.723000', '160527.726000', '160527.728000', '160527.731000', '160527.733000', '160527.736000', '160527.739000', '160527.741000', '160527.744000', '160527.746000', '160540.933000', '160540.936000', '160540.939000', '160540.941000', '160540.944000', '160540.946000', '160540.949000', '160540.952000', '160540.954000', '160540.957000', '160540.960000', '160540.962000', '160540.965000', '160540.967000', '160540.970000', '160540.973000', '160540.975000', '160540.978000', '160540.981000', '160540.983000', '160540.986000', '160540.988000', '160540.991000', '160540.994000', '160540.996000', '160540.999000', '160541.001000', '160541.004000', '160541.007000', '160541.009000'], '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': [8841, 12123, 8390, 8759, 10048, 8517, 8700, 8217, 8777, 8615, 8254, 8237, 8444, 8522, 8301, 8477, 8636, 8273, 8261, 8351, 8317, 8670, 8333, 8561, 8380, 8422, 8795, 7911, 8296, 8364, 8766, 8555, 7856, 8390, 8403, 8629, 8459, 8086, 8300, 8817, 8076, 8542, 8022, 8009, 8693, 8320, 8539, 8036, 8108, 8360, 7716, 8559, 8256, 8262, 8386, 7870, 8006, 8282, 8355, 8432, 7843, 8107, 8452, 7953, 8402, 8249, 8569, 8553, 7951, 8587, 8588, 7886, 8472, 8697, 8391, 7966, 8795, 7563, 8042, 8860, 7761, 8406, 8887, 7704, 9182, 8665, 7893, 8858, 8318, 8677, 7969, 8834, 7599, 8829, 8802, 8389, 8542, 8715, 7870, 8841, 8630, 8181, 8797, 8497, 8339, 8500, 7109, 8647, 8742, 8536, 9248, 8435, 8286, 8962, 8693, 9145, 8200, 8707, 9052, 8251, 9128, 8971, 9378, 9085, 8590, 8681, 8845, 8346, 8866, 8891, 8412, 9084, 8727, 8870, 9184, 8618, 8923, 8838, 8341, 8818, 8823, 8565, 9052, 8629, 9084, 8867, 8760, 8672, 8696, 9535, 8853, 7289, 8767, 8812, 8578, 8929, 7374, 8838, 9010, 9169, 9204, 8832, 8543, 8946, 7612, 8597, 9145, 8772, 9260, 7330, 8926, 8084, 8540, 7155, 8462, 7715, 8907, 7886, 8926, 8566, 10568, 8739, 8684, 8036, 8771, 8664, 8167, 9025, 8452, 8067, 8651, 7436, 8762, 8539, 8337, 8745, 7300, 8747, 8519, 8016, 8712, 7547, 8657, 8595, 8061, 8744, 7463, 8842, 8729, 8735, 8864, 8405, 8198, 8697, 8089, 8863, 8543, 8336, 8732, 7810, 8982, 8839, 8010, 8895, 8181, 8709, 7993, 8241, 8229, 8297, 9199, 8748, 8993, 8851, 8530, 7896, 8172, 9454, 8051, 9163, 10205, 9018, 11101, 8894, 8202, 8835, 8297, 12128, 8738, 8268, 8387, 8232, 8377, 8834, 7901, 8507, 8521, 7658, 8960, 8278, 7657, 8777, 8263, 8857, 8339, 7664, 8842, 7597, 8812, 8490, 7853, 8926, 7355, 7861, 8653, 8413, 8204, 8193, 7798, 8413, 7429, 7955, 8407, 7983, 8131, 8289, 7843, 7979, 7223, 8148, 8441, 7675, 8372, 6689, 7994, 8260, 7347, 8233, 8525, 7678, 8304, 7111, 8241, 8224, 8231, 8305, 8481, 7746, 8048, 7742, 8308, 8240, 9267, 8450, 6977, 8185, 7979, 8137, 8391, 8372, 9960, 8192, 7881, 7846, 8254, 7608, 8216, 8355, 9540, 8198, 7797, 7971, 8454, 8212, 8027, 8538, 7559, 8027, 8307, 8236, 8278, 8009, 7881, 8746, 7939, 8392, 7326, 7960, 9039, 8059, 8725, 8064, 8552, 7738, 8876, 8429, 11504, 8608, 8224, 8629, 8538, 8257, 8217, 7700, 8071, 7891, 9148, 7742, 8174, 7649, 7817, 7854, 7737, 7769, 8027, 7816, 8409, 7580, 7908, 7443, 7786, 8250, 8085, 7832, 7246, 7801, 8477, 7955, 7711, 8612, 7691, 8185, 8198, 7807, 8271, 7560, 8486, 8011, 7726, 8316, 7800, 7983, 7836, 7818, 8247, 7724, 7785, 8135, 7703, 8495, 7930, 7635, 8229, 7963, 7804, 7902, 7539, 8351, 7612, 7887, 7799, 7953, 7685, 7958, 7012, 7930, 7855, 7716, 8014, 7971, 8385, 8076, 7574, 7534, 8432, 7827, 7802, 8737, 8466, 7790, 9382, 8108, 8623, 7399, 9077, 8496, 8320, 8959, 7135, 8591, 7768, 6758, 9121, 8376, 8530, 12201, 13729, 9292, 9559, 14751, 8550, 9344, 8470, 7547, 13815, 7829, 8466, 8626, 7503, 9430, 8241, 7797, 8650, 8048, 7306, 8239, 8038, 7645, 7860, 7753, 7455, 7821, 7719, 7866, 7072, 8389, 7839, 7841, 8001, 7548, 8090, 8077, 8408, 7857, 7214, 7574, 7812, 6862, 7861, 7548, 7849, 7391, 7514, 9033, 8200, 8155, 8322, 8238, 7834, 7723, 7476, 7354, 8495, 7240, 7875, 8149, 7374, 7667, 7962, 11399, 7891, 7475, 7232, 8615, 8676, 8054, 7449, 7590, 7670, 7721, 8055, 7575, 7839, 7777, 7008, 7955, 7553, 7811, 7525, 6867, 8142, 8437, 7802, 7775, 6904, 7794, 7684, 7594, 7974, 7041, 7783, 7568, 7703, 7585, 7541, 7816, 7667, 7721, 7916, 7678, 8430, 7331, 8462, 7883, 6637, 7359, 9430, 8448, 8831, 8673, 8567, 8570, 9844, 8594, 8068, 11146, 8803, 8634, 8667, 8371, 12140, 8054, 9437, 9082, 8308, 9931, 8151, 8468, 8721, 8817, 7945, 8327, 8427, 8796, 8978, 7851, 8318, 8633, 8188, 8014, 8279, 8900, 8544, 10476, 9031, 8605, 9285, 7748, 8481, 7962, 8205, 8329, 9166, 8623, 8706, 8181, 8477, 8676, 8592, 8172, 9062, 8584, 8329, 8666, 8612, 9150, 8507, 7742, 9048, 8325, 9113, 9080, 7932, 8941, 8174, 9223, 9191, 8483, 8467, 7594, 9062, 8264, 8945, 8971, 8886, 9274, 8753, 9079, 8195, 8857, 8112, 10832, 8551, 13015, 8992, 8132, 9566, 8644, 8198, 9039, 8301, 10608, 8408, 8414, 8297, 8193, 8869, 8546, 8307, 8189, 8594, 8023, 8392, 8180, 8282, 8340, 8120, 8169, 8324, 8514, 8381, 8788, 7976, 8357, 8457, 8397, 7852, 7924, 8773, 8288, 8653, 9599, 8139, 7670, 8436, 8310, 8733, 8671, 7677, 8238, 7519, 8107, 7603, 8323, 9565, 7895, 9193, 11085, 7497, 8565, 10945, 8337, 8733, 7760, 8919, 10919, 8589, 9017, 8262, 9039, 10674, 8601, 8480, 8384, 8062, 7481, 8582, 8312, 7167, 7613, 8702, 8235, 8715, 10435, 8665, 8543, 8749, 8140, 8920, 8148, 8282, 8577, 8270, 8514, 7389, 7654, 8754, 7522, 8234, 6803, 7409, 8580, 8034, 7882, 8579, 7732, 8273, 7986, 7775, 8391, 8242, 7672, 8799, 7522, 8295, 7423, 7198, 8603, 7470, 8026, 7832, 7566, 8339, 7612, 7773, 8501, 7451, 7983, 7728, 7953, 8242, 7770, 8603, 8953, 7600, 8600, 7409, 7733, 7876, 8059, 8626, 7353, 8297, 7810, 8223, 8926, 7459, 7807, 8148, 8161, 8734, 7976, 8744, 7647, 8581, 9517, 7672, 8730, 10044, 8288, 9112, 7857, 8727, 9729, 7909, 8944, 7821, 8639, 8860, 7788, 8658, 7729, 9005, 8766, 8124, 8706, 9499, 8509, 8963, 7534, 9086, 8712, 8116, 8791, 8235, 8681, 8968, 7304, 8770, 9104, 7648, 7540, 8272, 7725, 8112, 7947, 9059, 7462, 8842, 8362, 11314, 9391, 7944, 8452, 8940, 7928, 7890, 7999, 8139, 8077, 8046, 8543, 7581, 8359, 10334, 7910, 8507, 8224, 8710, 8246, 7586, 8708], 'WindowCenter': [3657.0, 3662.0, 3616.0, 3613.0, 3623.0, 3614.0, 3613.0, 3600.0, 3610.0, 3597.0, 3596.0, 3598.0, 3585.0, 3609.0, 3608.0, 3597.0, 3610.0, 3596.0, 3597.0, 3595.0, 3593.0, 3597.0, 3610.0, 3610.0, 3598.0, 3596.0, 3609.0, 3597.0, 3598.0, 3611.0, 3612.0, 3610.0, 3598.0, 3597.0, 3597.0, 3596.0, 3598.0, 3598.0, 3610.0, 3608.0, 3598.0, 3597.0, 3596.0, 3586.0, 3597.0, 3599.0, 3598.0, 3598.0, 3585.0, 3597.0, 3586.0, 3597.0, 3597.0, 3596.0, 3596.0, 3585.0, 3585.0, 3595.0, 3584.0, 3594.0, 3582.0, 3584.0, 3596.0, 3584.0, 3597.0, 3610.0, 3622.0, 3624.0, 3599.0, 3610.0, 3610.0, 3595.0, 3598.0, 3610.0, 3610.0, 3597.0, 3598.0, 3586.0, 3586.0, 3609.0, 3601.0, 3611.0, 3610.0, 3598.0, 3608.0, 3608.0, 3597.0, 3611.0, 3610.0, 3623.0, 3612.0, 3624.0, 3601.0, 3611.0, 3625.0, 3600.0, 3614.0, 3612.0, 3600.0, 3609.0, 3608.0, 3596.0, 3597.0, 3598.0, 3599.0, 3610.0, 3576.0, 3596.0, 3598.0, 3609.0, 3622.0, 3613.0, 3609.0, 3610.0, 3597.0, 3608.0, 3598.0, 3596.0, 3607.0, 3597.0, 3608.0, 3608.0, 3595.0, 3595.0, 3596.0, 3583.0, 3596.0, 3585.0, 3596.0, 3595.0, 3583.0, 3581.0, 3583.0, 3582.0, 3592.0, 3584.0, 3582.0, 3594.0, 3582.0, 3581.0, 3582.0, 3582.0, 3582.0, 3583.0, 3581.0, 3582.0, 3583.0, 3596.0, 3595.0, 3606.0, 3596.0, 3575.0, 3594.0, 3596.0, 3594.0, 3595.0, 3585.0, 3611.0, 3609.0, 3609.0, 3609.0, 3609.0, 3595.0, 3605.0, 3598.0, 3607.0, 3619.0, 3596.0, 3620.0, 3589.0, 3610.0, 3612.0, 3612.0, 3590.0, 3610.0, 3600.0, 3624.0, 3611.0, 3623.0, 3612.0, 3621.0, 3597.0, 3597.0, 3584.0, 3599.0, 3611.0, 3600.0, 3608.0, 3597.0, 3585.0, 3596.0, 3574.0, 3595.0, 3610.0, 3612.0, 3608.0, 3587.0, 3597.0, 3598.0, 3585.0, 3599.0, 3587.0, 3610.0, 3612.0, 3596.0, 3597.0, 3587.0, 3607.0, 3598.0, 3596.0, 3597.0, 3597.0, 3596.0, 3599.0, 3586.0, 3596.0, 3595.0, 3582.0, 3584.0, 3572.0, 3595.0, 3596.0, 3584.0, 3608.0, 3611.0, 3610.0, 3597.0, 3595.0, 3597.0, 3597.0, 3620.0, 3609.0, 3623.0, 3620.0, 3612.0, 3601.0, 3598.0, 3618.0, 3585.0, 3608.0, 3614.0, 3608.0, 3617.0, 3596.0, 3596.0, 3593.0, 3583.0, 3616.0, 3582.0, 3582.0, 3569.0, 3570.0, 3568.0, 3579.0, 3569.0, 3568.0, 3569.0, 3569.0, 3580.0, 3569.0, 3569.0, 3581.0, 3580.0, 3582.0, 3582.0, 3571.0, 3594.0, 3573.0, 3596.0, 3596.0, 3584.0, 3595.0, 3573.0, 3583.0, 3596.0, 3596.0, 3596.0, 3596.0, 3571.0, 3584.0, 3574.0, 3584.0, 3598.0, 3597.0, 3598.0, 3597.0, 3584.0, 3586.0, 3585.0, 3599.0, 3611.0, 3587.0, 3600.0, 3577.0, 3597.0, 3599.0, 3601.0, 3612.0, 3611.0, 3600.0, 3612.0, 3588.0, 3599.0, 3612.0, 3613.0, 3612.0, 3613.0, 3588.0, 3599.0, 3588.0, 3611.0, 3613.0, 3610.0, 3600.0, 3577.0, 3595.0, 3598.0, 3598.0, 3609.0, 3608.0, 3619.0, 3597.0, 3586.0, 3584.0, 3596.0, 3574.0, 3597.0, 3586.0, 3594.0, 3584.0, 3584.0, 3583.0, 3584.0, 3584.0, 3583.0, 3594.0, 3573.0, 3583.0, 3583.0, 3580.0, 3582.0, 3583.0, 3582.0, 3594.0, 3598.0, 3597.0, 3586.0, 3598.0, 3609.0, 3598.0, 3608.0, 3597.0, 3598.0, 3586.0, 3609.0, 3612.0, 3633.0, 3609.0, 3595.0, 3592.0, 3596.0, 3598.0, 3611.0, 3586.0, 3584.0, 3584.0, 3594.0, 3584.0, 3584.0, 3572.0, 3574.0, 3583.0, 3571.0, 3573.0, 3585.0, 3572.0, 3583.0, 3572.0, 3584.0, 3573.0, 3573.0, 3584.0, 3599.0, 3587.0, 3574.0, 3584.0, 3595.0, 3583.0, 3573.0, 3583.0, 3572.0, 3585.0, 3596.0, 3587.0, 3596.0, 3574.0, 3595.0, 3582.0, 3572.0, 3583.0, 3572.0, 3583.0, 3585.0, 3573.0, 3584.0, 3572.0, 3573.0, 3583.0, 3572.0, 3584.0, 3583.0, 3572.0, 3584.0, 3585.0, 3585.0, 3584.0, 3585.0, 3584.0, 3573.0, 3586.0, 3585.0, 3598.0, 3600.0, 3599.0, 3577.0, 3598.0, 3597.0, 3587.0, 3601.0, 3612.0, 3624.0, 3612.0, 3600.0, 3601.0, 3598.0, 3588.0, 3602.0, 3623.0, 3613.0, 3601.0, 3619.0, 3598.0, 3608.0, 3589.0, 3609.0, 3611.0, 3613.0, 3636.0, 3604.0, 3624.0, 3602.0, 3590.0, 3622.0, 3612.0, 3624.0, 3657.0, 3644.0, 3598.0, 3596.0, 3626.0, 3583.0, 3596.0, 3583.0, 3572.0, 3612.0, 3558.0, 3568.0, 3567.0, 3546.0, 3579.0, 3566.0, 3556.0, 3566.0, 3556.0, 3545.0, 3556.0, 3557.0, 3556.0, 3557.0, 3556.0, 3557.0, 3558.0, 3557.0, 3569.0, 3548.0, 3569.0, 3559.0, 3569.0, 3570.0, 3571.0, 3570.0, 3571.0, 3581.0, 3571.0, 3560.0, 3572.0, 3572.0, 3562.0, 3597.0, 3588.0, 3597.0, 3575.0, 3588.0, 3611.0, 3588.0, 3589.0, 3584.0, 3597.0, 3587.0, 3586.0, 3586.0, 3575.0, 3598.0, 3588.0, 3601.0, 3613.0, 3601.0, 3614.0, 3615.0, 3633.0, 3600.0, 3590.0, 3586.0, 3611.0, 3613.0, 3602.0, 3589.0, 3588.0, 3590.0, 3589.0, 3588.0, 3601.0, 3602.0, 3600.0, 3577.0, 3588.0, 3586.0, 3586.0, 3587.0, 3577.0, 3601.0, 3600.0, 3587.0, 3588.0, 3576.0, 3586.0, 3587.0, 3587.0, 3588.0, 3576.0, 3587.0, 3588.0, 3601.0, 3589.0, 3587.0, 3587.0, 3575.0, 3575.0, 3587.0, 3600.0, 3611.0, 3589.0, 3599.0, 3584.0, 3560.0, 3587.0, 3608.0, 3598.0, 3609.0, 3611.0, 3612.0, 3612.0, 3619.0, 3598.0, 3599.0, 3619.0, 3597.0, 3597.0, 3596.0, 3587.0, 3617.0, 3574.0, 3596.0, 3598.0, 3585.0, 3593.0, 3572.0, 3571.0, 3581.0, 3583.0, 3585.0, 3586.0, 3571.0, 3581.0, 3593.0, 3571.0, 3584.0, 3594.0, 3584.0, 3581.0, 3584.0, 3595.0, 3596.0, 3607.0, 3584.0, 3584.0, 3594.0, 3572.0, 3583.0, 3568.0, 3571.0, 3570.0, 3581.0, 3582.0, 3582.0, 3571.0, 3572.0, 3582.0, 3582.0, 3582.0, 3595.0, 3584.0, 3583.0, 3596.0, 3594.0, 3595.0, 3596.0, 3585.0, 3597.0, 3597.0, 3597.0, 3611.0, 3613.0, 3622.0, 3613.0, 3623.0, 3625.0, 3613.0, 3614.0, 3603.0, 3612.0, 3616.0, 3624.0, 3626.0, 3637.0, 3636.0, 3613.0, 3623.0, 3612.0, 3611.0, 3614.0, 3647.0, 3615.0, 3646.0, 3611.0, 3600.0, 3609.0, 3599.0, 3600.0, 3612.0, 3612.0, 3619.0, 3599.0, 3597.0, 3597.0, 3598.0, 3610.0, 3598.0, 3598.0, 3585.0, 3596.0, 3585.0, 3583.0, 3597.0, 3598.0, 3597.0, 3586.0, 3586.0, 3586.0, 3594.0, 3585.0, 3585.0, 3585.0, 3586.0, 3597.0, 3585.0, 3586.0, 3586.0, 3596.0, 3586.0, 3597.0, 3607.0, 3600.0, 3602.0, 3601.0, 3599.0, 3611.0, 3610.0, 3598.0, 3598.0, 3586.0, 3598.0, 3599.0, 3612.0, 3621.0, 3598.0, 3609.0, 3618.0, 3573.0, 3584.0, 3605.0, 3583.0, 3585.0, 3572.0, 3584.0, 3604.0, 3581.0, 3581.0, 3567.0, 3580.0, 3592.0, 3581.0, 3571.0, 3571.0, 3569.0, 3560.0, 3581.0, 3570.0, 3559.0, 3570.0, 3581.0, 3570.0, 3571.0, 3592.0, 3568.0, 3567.0, 3567.0, 3556.0, 3568.0, 3557.0, 3568.0, 3568.0, 3557.0, 3568.0, 3557.0, 3558.0, 3581.0, 3573.0, 3582.0, 3550.0, 3559.0, 3581.0, 3571.0, 3571.0, 3582.0, 3571.0, 3571.0, 3572.0, 3574.0, 3583.0, 3583.0, 3573.0, 3585.0, 3572.0, 3584.0, 3573.0, 3564.0, 3598.0, 3590.0, 3600.0, 3588.0, 3589.0, 3599.0, 3588.0, 3589.0, 3611.0, 3603.0, 3603.0, 3600.0, 3603.0, 3600.0, 3589.0, 3612.0, 3610.0, 3600.0, 3613.0, 3603.0, 3602.0, 3602.0, 3614.0, 3611.0, 3590.0, 3614.0, 3601.0, 3613.0, 3611.0, 3603.0, 3603.0, 3601.0, 3612.0, 3610.0, 3600.0, 3613.0, 3602.0, 3613.0, 3611.0, 3589.0, 3599.0, 3608.0, 3598.0, 3610.0, 3599.0, 3599.0, 3598.0, 3585.0, 3597.0, 3573.0, 3585.0, 3596.0, 3574.0, 3586.0, 3574.0, 3597.0, 3584.0, 3573.0, 3585.0, 3594.0, 3584.0, 3595.0, 3574.0, 3596.0, 3584.0, 3573.0, 3584.0, 3572.0, 3582.0, 3583.0, 3561.0, 3583.0, 3594.0, 3587.0, 3585.0, 3585.0, 3573.0, 3583.0, 3585.0, 3609.0, 3587.0, 3598.0, 3599.0, 3620.0, 3596.0, 3585.0, 3586.0, 3596.0, 3586.0, 3573.0, 3584.0, 3585.0, 3584.0, 3585.0, 3585.0, 3574.0, 3586.0, 3619.0, 3586.0, 3596.0, 3584.0, 3586.0, 3583.0, 3574.0, 3597.0], 'WindowWidth': [8265.0, 8257.0, 8183.0, 8174.0, 8184.0, 8176.0, 8175.0, 8150.0, 8165.0, 8140.0, 8135.0, 8141.0, 8120.0, 8158.0, 8161.0, 8141.0, 8161.0, 8136.0, 8137.0, 8136.0, 8130.0, 8141.0, 8165.0, 8163.0, 8146.0, 8138.0, 8159.0, 8141.0, 8144.0, 8167.0, 8171.0, 8164.0, 8145.0, 8141.0, 8142.0, 8139.0, 8142.0, 8145.0, 8165.0, 8160.0, 8143.0, 8142.0, 8140.0, 8124.0, 8142.0, 8148.0, 8144.0, 8144.0, 8121.0, 8140.0, 8123.0, 8139.0, 8140.0, 8138.0, 8137.0, 8124.0, 8123.0, 8135.0, 8119.0, 8132.0, 8115.0, 8118.0, 8138.0, 8119.0, 8141.0, 8164.0, 8186.0, 8188.0, 8149.0, 8163.0, 8165.0, 8140.0, 8143.0, 8165.0, 8168.0, 8141.0, 8144.0, 8127.0, 8123.0, 8159.0, 8156.0, 8166.0, 8165.0, 8144.0, 8158.0, 8158.0, 8142.0, 8167.0, 8166.0, 8189.0, 8172.0, 8190.0, 8154.0, 8167.0, 8189.0, 8152.0, 8175.0, 8171.0, 8150.0, 8159.0, 8157.0, 8138.0, 8140.0, 8143.0, 8147.0, 8162.0, 8114.0, 8138.0, 8143.0, 8161.0, 8184.0, 8173.0, 8162.0, 8165.0, 8141.0, 8156.0, 8142.0, 8136.0, 8153.0, 8142.0, 8157.0, 8157.0, 8134.0, 8135.0, 8138.0, 8115.0, 8134.0, 8123.0, 8135.0, 8133.0, 8115.0, 8110.0, 8116.0, 8112.0, 8124.0, 8116.0, 8110.0, 8129.0, 8111.0, 8108.0, 8111.0, 8111.0, 8110.0, 8114.0, 8108.0, 8111.0, 8114.0, 8134.0, 8135.0, 8151.0, 8136.0, 8108.0, 8130.0, 8137.0, 8130.0, 8135.0, 8123.0, 8166.0, 8160.0, 8158.0, 8157.0, 8159.0, 8136.0, 8150.0, 8146.0, 8158.0, 8176.0, 8139.0, 8176.0, 8134.0, 8163.0, 8169.0, 8167.0, 8140.0, 8166.0, 8152.0, 8192.0, 8169.0, 8187.0, 8171.0, 8178.0, 8138.0, 8137.0, 8118.0, 8144.0, 8165.0, 8151.0, 8157.0, 8140.0, 8118.0, 8136.0, 8105.0, 8133.0, 8162.0, 8170.0, 8161.0, 8130.0, 8140.0, 8144.0, 8123.0, 8145.0, 8127.0, 8161.0, 8167.0, 8140.0, 8142.0, 8127.0, 8154.0, 8144.0, 8138.0, 8139.0, 8140.0, 8138.0, 8144.0, 8125.0, 8136.0, 8133.0, 8112.0, 8115.0, 8099.0, 8132.0, 8136.0, 8119.0, 8160.0, 8168.0, 8165.0, 8143.0, 8135.0, 8141.0, 8144.0, 8176.0, 8164.0, 8188.0, 8181.0, 8169.0, 8155.0, 8143.0, 8169.0, 8122.0, 8155.0, 8160.0, 8155.0, 8167.0, 8137.0, 8138.0, 8129.0, 8114.0, 8162.0, 8112.0, 8109.0, 8088.0, 8090.0, 8086.0, 8099.0, 8086.0, 8084.0, 8086.0, 8089.0, 8106.0, 8088.0, 8087.0, 8107.0, 8104.0, 8111.0, 8111.0, 8096.0, 8130.0, 8100.0, 8135.0, 8134.0, 8115.0, 8132.0, 8101.0, 8113.0, 8136.0, 8140.0, 8135.0, 8136.0, 8095.0, 8116.0, 8103.0, 8119.0, 8144.0, 8141.0, 8143.0, 8138.0, 8118.0, 8123.0, 8122.0, 8148.0, 8168.0, 8128.0, 8150.0, 8114.0, 8140.0, 8145.0, 8154.0, 8172.0, 8168.0, 8148.0, 8167.0, 8133.0, 8146.0, 8170.0, 8175.0, 8170.0, 8171.0, 8129.0, 8148.0, 8131.0, 8165.0, 8172.0, 8163.0, 8151.0, 8116.0, 8135.0, 8144.0, 8144.0, 8163.0, 8160.0, 8171.0, 8141.0, 8125.0, 8118.0, 8135.0, 8105.0, 8140.0, 8123.0, 8131.0, 8116.0, 8118.0, 8114.0, 8116.0, 8116.0, 8113.0, 8130.0, 8102.0, 8114.0, 8115.0, 8106.0, 8111.0, 8114.0, 8111.0, 8131.0, 8147.0, 8144.0, 8128.0, 8142.0, 8159.0, 8143.0, 8157.0, 8139.0, 8142.0, 8125.0, 8158.0, 8171.0, 8199.0, 8160.0, 8135.0, 8126.0, 8135.0, 8142.0, 8166.0, 8123.0, 8115.0, 8117.0, 8130.0, 8118.0, 8117.0, 8097.0, 8103.0, 8113.0, 8095.0, 8100.0, 8119.0, 8099.0, 8114.0, 8098.0, 8116.0, 8100.0, 8100.0, 8116.0, 8145.0, 8127.0, 8107.0, 8118.0, 8134.0, 8114.0, 8101.0, 8115.0, 8097.0, 8118.0, 8140.0, 8128.0, 8138.0, 8102.0, 8132.0, 8111.0, 8099.0, 8114.0, 8097.0, 8115.0, 8120.0, 8103.0, 8117.0, 8098.0, 8099.0, 8114.0, 8099.0, 8116.0, 8114.0, 8099.0, 8117.0, 8122.0, 8121.0, 8116.0, 8120.0, 8117.0, 8101.0, 8122.0, 8121.0, 8143.0, 8150.0, 8147.0, 8115.0, 8142.0, 8142.0, 8128.0, 8150.0, 8171.0, 8191.0, 8170.0, 8151.0, 8151.0, 8144.0, 8131.0, 8157.0, 8187.0, 8172.0, 8153.0, 8174.0, 8144.0, 8157.0, 8134.0, 8161.0, 8166.0, 8172.0, 8211.0, 8163.0, 8189.0, 8156.0, 8138.0, 8183.0, 8171.0, 8190.0, 8238.0, 8216.0, 8141.0, 8135.0, 8172.0, 8111.0, 8135.0, 8113.0, 8097.0, 8146.0, 8069.0, 8083.0, 8078.0, 8050.0, 8100.0, 8076.0, 8064.0, 8075.0, 8062.0, 8047.0, 8062.0, 8065.0, 8062.0, 8065.0, 8065.0, 8069.0, 8070.0, 8067.0, 8084.0, 8057.0, 8085.0, 8073.0, 8086.0, 8089.0, 8090.0, 8088.0, 8091.0, 8106.0, 8093.0, 8076.0, 8094.0, 8096.0, 8082.0, 8139.0, 8129.0, 8139.0, 8106.0, 8128.0, 8163.0, 8125.0, 8127.0, 8117.0, 8137.0, 8124.0, 8122.0, 8122.0, 8105.0, 8142.0, 8129.0, 8150.0, 8171.0, 8153.0, 8178.0, 8178.0, 8196.0, 8147.0, 8133.0, 8124.0, 8163.0, 8172.0, 8155.0, 8133.0, 8128.0, 8134.0, 8130.0, 8128.0, 8149.0, 8156.0, 8147.0, 8113.0, 8128.0, 8124.0, 8123.0, 8127.0, 8113.0, 8151.0, 8149.0, 8125.0, 8127.0, 8107.0, 8124.0, 8124.0, 8124.0, 8128.0, 8109.0, 8125.0, 8130.0, 8154.0, 8132.0, 8125.0, 8123.0, 8106.0, 8105.0, 8123.0, 8148.0, 8166.0, 8133.0, 8147.0, 8117.0, 8077.0, 8125.0, 8156.0, 8142.0, 8156.0, 8166.0, 8167.0, 8167.0, 8172.0, 8141.0, 8144.0, 8168.0, 8138.0, 8138.0, 8135.0, 8124.0, 8163.0, 8102.0, 8136.0, 8142.0, 8119.0, 8125.0, 8093.0, 8093.0, 8105.0, 8112.0, 8117.0, 8117.0, 8092.0, 8104.0, 8127.0, 8091.0, 8117.0, 8127.0, 8116.0, 8109.0, 8116.0, 8130.0, 8133.0, 8151.0, 8114.0, 8113.0, 8129.0, 8093.0, 8110.0, 8084.0, 8091.0, 8090.0, 8104.0, 8108.0, 8107.0, 8091.0, 8094.0, 8107.0, 8108.0, 8109.0, 8131.0, 8114.0, 8112.0, 8135.0, 8132.0, 8132.0, 8135.0, 8119.0, 8137.0, 8138.0, 8138.0, 8163.0, 8170.0, 8184.0, 8171.0, 8183.0, 8189.0, 8172.0, 8174.0, 8157.0, 8167.0, 8180.0, 8187.0, 8194.0, 8212.0, 8209.0, 8173.0, 8185.0, 8169.0, 8163.0, 8176.0, 8226.0, 8178.0, 8218.0, 8163.0, 8149.0, 8156.0, 8145.0, 8148.0, 8167.0, 8166.0, 8172.0, 8143.0, 8141.0, 8137.0, 8141.0, 8162.0, 8141.0, 8142.0, 8120.0, 8136.0, 8120.0, 8116.0, 8138.0, 8143.0, 8139.0, 8121.0, 8120.0, 8121.0, 8128.0, 8119.0, 8118.0, 8117.0, 8121.0, 8137.0, 8119.0, 8123.0, 8120.0, 8133.0, 8119.0, 8137.0, 8149.0, 8150.0, 8156.0, 8151.0, 8146.0, 8163.0, 8162.0, 8144.0, 8144.0, 8126.0, 8143.0, 8149.0, 8168.0, 8179.0, 8141.0, 8160.0, 8167.0, 8101.0, 8117.0, 8143.0, 8113.0, 8117.0, 8096.0, 8113.0, 8140.0, 8105.0, 8104.0, 8081.0, 8099.0, 8120.0, 8105.0, 8089.0, 8094.0, 8085.0, 8076.0, 8105.0, 8089.0, 8072.0, 8089.0, 8104.0, 8088.0, 8089.0, 8122.0, 8081.0, 8077.0, 8076.0, 8062.0, 8079.0, 8065.0, 8081.0, 8081.0, 8065.0, 8081.0, 8067.0, 8069.0, 8104.0, 8099.0, 8108.0, 8062.0, 8073.0, 8106.0, 8090.0, 8092.0, 8108.0, 8092.0, 8093.0, 8094.0, 8104.0, 8114.0, 8110.0, 8098.0, 8116.0, 8095.0, 8115.0, 8099.0, 8089.0, 8141.0, 8136.0, 8149.0, 8129.0, 8133.0, 8144.0, 8128.0, 8132.0, 8164.0, 8160.0, 8158.0, 8149.0, 8157.0, 8148.0, 8130.0, 8167.0, 8161.0, 8148.0, 8171.0, 8158.0, 8155.0, 8155.0, 8174.0, 8162.0, 8135.0, 8171.0, 8150.0, 8171.0, 8167.0, 8159.0, 8157.0, 8149.0, 8168.0, 8161.0, 8149.0, 8170.0, 8154.0, 8169.0, 8162.0, 8130.0, 8145.0, 8153.0, 8140.0, 8162.0, 8145.0, 8142.0, 8137.0, 8118.0, 8136.0, 8099.0, 8118.0, 8135.0, 8102.0, 8120.0, 8102.0, 8135.0, 8114.0, 8099.0, 8116.0, 8128.0, 8113.0, 8131.0, 8101.0, 8130.0, 8112.0, 8098.0, 8114.0, 8095.0, 8107.0, 8107.0, 8078.0, 8110.0, 8127.0, 8124.0, 8119.0, 8118.0, 8098.0, 8113.0, 8120.0, 8156.0, 8123.0, 8139.0, 8144.0, 8175.0, 8131.0, 8115.0, 8123.0, 8133.0, 8119.0, 8100.0, 8115.0, 8118.0, 8114.0, 8118.0, 8116.0, 8101.0, 8120.0, 8169.0, 8121.0, 8132.0, 8113.0, 8118.0, 8112.0, 8101.0, 8138.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.00571662830840046</td></tr>
<tr><td colspan=3>aqi</td><td>0.06306275143843498</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.329359059032264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1183221160023047</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0208545616820286</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>3444.2581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17393296229762786</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>155</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.836593785960876</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7061631382395874</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.531597121460203</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0491997454832314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5376925477753294</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129489</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015230109915137291</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0339212529361248</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7888781712857966</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>16.5329</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7873</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303931.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>947.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.2095</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>413.7535</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2824.7579</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>833.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.3985</td></tr>
<tr><td colspan=3>tsnr</td><td>26.050134760444053</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>