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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-04/func/sub-0041_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f0d3681265ea042c7afc3e2828d6a857</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>16:01:4.312500</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.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103977</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>80c45956-9f80-48b3-b9dc-6ad4a7e4ac82||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.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [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': ['160104.312500', '160104.772500', '160105.232500', '160105.692500', '160106.152500', '160106.612500', '160107.072500', '160107.532500', '160107.992500', '160108.452500', '160108.912500', '160109.372500', '160109.832500', '160110.292500', '160110.752500', '160111.212500', '160111.672500', '160112.132500', '160112.592500', '160113.052500', '160113.512500', '160113.972500', '160114.432500', '160114.892500', '160115.352500', '160115.812500', '160116.272500', '160116.732500', '160117.192500', '160117.652500', '160118.112500', '160118.572500', '160119.032500', '160119.492500', '160119.952500', '160120.412500', '160120.872500', '160121.332500', '160121.792500', '160122.252500', '160122.712500', '160123.172500', '160123.632500', '160124.092500', '160124.552500', '160125.012500', '160125.472500', '160125.932500', '160126.392500', '160126.852500', '160127.312500', '160127.772500', '160128.232500', '160128.692500', '160129.152500', '160129.612500', '160130.072500', '160130.532500', '160130.992500', '160131.452500', '160131.912500', '160132.372500', '160132.832500', '160133.292500', '160133.752500', '160134.212500', '160134.672500', '160135.132500', '160135.592500', '160136.052500', '160136.512500', '160136.972500', '160137.432500', '160137.892500', '160138.352500', '160138.812500', '160139.272500', '160139.732500', '160140.192500', '160140.652500', '160141.112500', '160141.572500', '160142.032500', '160142.492500', '160142.952500', '160143.412500', '160143.872500', '160144.332500', '160144.792500', '160145.252500', '160145.712500', '160146.172500', '160146.632500', '160147.092500', '160147.552500', '160148.012500', '160148.472500', '160148.932500', '160149.392500', '160149.852500', '160150.312500', '160150.772500', '160151.232500', '160151.692500', '160152.152500', '160152.612500', '160153.072500', '160153.532500', '160153.992500', '160154.452500', '160154.912500', '160155.372500', '160155.832500', '160156.292500', '160156.752500', '160157.212500', '160157.672500', '160158.132500', '160158.592500', '160159.052500', '160159.512500', '160159.972500', '160200.432500', '160200.892500', '160201.352500', '160201.812500', '160202.272500', '160202.732500', '160203.192500', '160203.652500', '160204.112500', '160204.572500', '160205.032500', '160205.492500', '160205.952500', '160206.412500', '160206.872500', '160207.332500', '160207.792500', '160208.252500', '160208.712500', '160209.172500', '160209.632500', '160210.092500', '160210.552500', '160211.012500', '160211.472500', '160211.932500', '160212.392500', '160212.852500', '160213.312500', '160213.772500', '160214.232500', '160214.692500', '160215.152500', '160215.612500', '160216.072500', '160216.532500', '160216.992500', '160217.452500', '160217.912500', '160218.372500', '160218.832500', '160219.292500', '160219.752500', '160220.212500', '160220.672500', '160221.132500', '160221.592500', '160222.052500', '160222.512500', '160222.972500', '160223.432500', '160223.892500', '160224.352500', '160224.812500', '160225.272500', '160225.732500', '160226.192500', '160226.652500', '160227.112500', '160227.572500', '160228.032500', '160228.492500', '160228.952500', '160229.412500', '160229.872500', '160230.332500', '160230.792500', '160231.252500', '160231.712500', '160232.172500', '160232.632500', '160233.092500', '160233.552500', '160234.012500', '160234.472500', '160234.932500', '160235.392500', '160235.852500', '160236.312500', '160236.772500', '160237.232500', '160237.692500', '160238.152500', '160238.612500', '160239.072500', '160239.532500', '160239.992500', '160240.452500', '160240.912500', '160241.372500', '160241.832500', '160242.292500', '160242.752500', '160243.212500', '160243.672500', '160244.132500', '160244.592500', '160245.052500', '160245.512500', '160245.972500', '160246.432500', '160246.892500', '160247.352500', '160247.812500', '160248.272500', '160248.732500', '160249.192500', '160249.652500', '160250.112500', '160250.572500', '160251.032500', '160251.492500', '160251.952500', '160252.412500', '160252.872500', '160253.332500', '160253.792500', '160254.252500', '160254.712500', '160255.172500', '160255.632500', '160256.092500', '160256.552500', '160257.012500', '160257.472500', '160257.932500', '160258.392500', '160258.852500', '160259.312500', '160259.772500', '160300.232500', '160300.692500', '160301.152500', '160301.612500', '160302.072500', '160302.532500', '160302.992500', '160303.452500', '160303.912500', '160304.372500', '160304.832500', '160305.292500', '160305.752500', '160306.212500', '160306.672500', '160307.132500', '160307.592500', '160308.052500', '160308.512500', '160308.972500', '160309.432500', '160309.892500', '160310.352500', '160310.812500', '160311.272500', '160311.732500', '160312.192500', '160312.652500', '160313.112500', '160313.572500', '160314.032500', '160314.492500', '160314.952500', '160315.412500', '160315.872500', '160316.332500', '160316.792500', '160317.252500', '160317.712500', '160318.172500', '160318.632500', '160319.092500', '160319.552500', '160320.012500', '160320.472500', '160320.932500', '160321.392500', '160321.852500', '160322.312500', '160322.772500', '160323.232500', '160323.692500', '160324.152500', '160324.612500', '160325.072500', '160325.532500', '160325.992500', '160326.452500', '160326.912500', '160327.372500', '160327.832500', '160328.292500', '160328.752500', '160329.212500', '160329.672500', '160330.132500', '160330.592500', '160331.052500', '160331.512500', '160331.972500', '160332.432500', '160332.892500', '160333.352500', '160333.812500', '160334.272500', '160334.732500', '160335.192500', '160335.652500', '160336.112500', '160336.572500', '160337.032500', '160337.492500', '160337.952500', '160338.412500', '160338.872500', '160339.332500', '160339.792500', '160340.252500', '160340.712500', '160341.172500', '160341.632500', '160342.092500', '160342.552500', '160343.012500', '160343.472500', '160343.932500', '160344.392500', '160344.852500', '160345.312500', '160345.772500', '160346.232500', '160346.692500', '160347.152500', '160347.612500', '160348.072500', '160348.532500', '160348.992500', '160349.452500', '160349.912500', '160350.372500', '160350.832500', '160351.292500', '160351.752500', '160352.212500', '160352.672500', '160353.132500', '160353.592500', '160354.052500', '160354.512500', '160354.972500', '160355.432500', '160355.892500', '160356.352500', '160356.812500', '160357.272500', '160357.732500', '160358.192500', '160358.652500', '160359.112500', '160359.572500', '160400.032500', '160400.492500', '160400.952500', '160401.412500', '160401.872500', '160402.332500', '160402.792500', '160403.252500', '160403.712500', '160404.172500', '160404.632500', '160405.092500', '160405.552500', '160406.012500', '160406.472500', '160406.932500', '160407.392500', '160407.852500', '160408.312500', '160408.772500', '160409.232500', '160409.692500', '160410.152500', '160410.612500', '160411.072500', '160411.532500', '160411.992500', '160412.452500', '160412.912500', '160413.372500', '160413.832500', '160414.292500', '160414.752500', '160415.212500', '160415.672500', '160416.132500', '160416.592500', '160417.052500', '160417.512500', '160417.972500', '160418.432500', '160418.892500', '160419.352500', '160419.812500', '160420.272500', '160420.732500', '160421.192500', '160421.652500', '160422.112500', '160422.572500', '160423.032500', '160423.492500', '160423.952500', '160424.412500', '160424.872500', '160425.332500', '160425.792500', '160426.252500', '160426.712500', '160427.172500', '160427.632500', '160428.092500', '160428.552500', '160429.012500', '160429.472500', '160429.932500', '160430.392500', '160430.852500', '160431.312500', '160431.772500', '160432.232500', '160432.692500', '160433.152500', '160433.612500', '160434.072500', '160434.532500', '160434.992500', '160435.452500', '160435.912500', '160436.372500', '160436.832500', '160437.292500', '160437.752500', '160438.212500', '160438.672500', '160439.132500', '160439.592500', '160440.052500', '160440.512500', '160440.972500', '160441.432500', '160441.892500', '160442.352500', '160442.812500', '160443.272500', '160443.732500', '160444.192500', '160444.652500', '160445.112500', '160445.572500', '160446.032500', '160446.492500', '160446.952500', '160447.412500', '160447.872500', '160448.332500', '160448.792500', '160449.252500', '160449.712500', '160450.172500', '160450.632500', '160451.092500', '160451.552500', '160452.012500', '160452.472500', '160452.932500', '160453.392500', '160453.852500', '160454.312500', '160454.772500', '160455.232500', '160455.692500', '160456.152500', '160456.612500', '160457.072500', '160457.532500', '160457.992500', '160458.452500', '160458.912500', '160459.372500', '160459.832500', '160500.292500', '160500.752500', '160501.212500', '160501.672500', '160502.132500', '160502.592500', '160503.052500', '160503.512500', '160503.972500', '160504.432500', '160504.892500', '160505.352500', '160505.812500', '160506.272500', '160506.732500', '160507.192500', '160507.652500', '160508.112500', '160508.572500', '160509.032500', '160509.492500', '160509.952500', '160510.412500', '160510.872500', '160511.332500', '160511.792500', '160512.252500', '160512.712500', '160513.172500', '160513.632500', '160514.092500', '160514.552500', '160515.012500', '160515.472500', '160515.932500', '160516.392500', '160516.852500', '160517.312500', '160517.772500', '160518.232500', '160518.692500', '160519.152500', '160519.612500', '160520.072500', '160520.532500', '160520.992500', '160521.452500', '160521.912500', '160522.372500', '160522.832500', '160523.292500', '160523.752500', '160524.212500', '160524.672500', '160525.132500', '160525.592500', '160526.052500', '160526.512500', '160526.972500', '160527.432500', '160527.892500', '160528.352500', '160528.812500', '160529.272500', '160529.732500', '160530.192500', '160530.652500', '160531.112500', '160531.572500', '160532.032500', '160532.492500', '160532.952500', '160533.412500', '160533.872500', '160534.332500', '160534.792500', '160535.252500', '160535.712500', '160536.172500', '160536.632500', '160537.092500', '160537.552500', '160538.012500', '160538.472500', '160538.932500', '160539.392500', '160539.852500', '160540.312500', '160540.772500', '160541.232500', '160541.692500', '160542.152500', '160542.612500', '160543.072500', '160543.532500', '160543.992500', '160544.452500', '160544.912500', '160545.372500', '160545.832500', '160546.292500', '160546.752500', '160547.212500', '160547.672500', '160548.132500', '160548.592500', '160549.052500', '160549.512500', '160549.972500', '160550.432500', '160550.892500', '160551.352500', '160551.812500', '160552.272500', '160552.732500', '160553.192500', '160553.652500', '160554.112500', '160554.572500', '160555.032500', '160555.492500', '160555.952500', '160556.412500', '160556.872500', '160557.332500', '160557.792500', '160558.252500', '160558.712500', '160559.172500', '160559.632500', '160600.092500', '160600.552500', '160601.012500', '160601.472500', '160601.932500', '160602.392500', '160602.852500', '160603.312500', '160603.772500', '160604.232500', '160604.692500', '160605.152500', '160605.612500', '160606.072500', '160606.532500', '160606.992500', '160607.452500', '160607.912500', '160608.372500', '160608.832500', '160609.292500', '160609.752500', '160610.212500', '160610.672500', '160611.132500', '160611.592500', '160612.052500', '160612.512500', '160612.972500', '160613.432500', '160613.892500', '160614.352500', '160614.812500', '160615.272500', '160615.732500', '160616.192500', '160616.652500', '160617.112500', '160617.572500', '160618.032500', '160618.492500', '160618.952500', '160619.412500', '160619.872500', '160620.332500', '160620.792500', '160621.252500', '160621.712500', '160622.172500', '160622.632500', '160623.092500', '160623.552500', '160624.012500', '160624.472500', '160624.932500', '160625.392500', '160625.852500', '160626.312500', '160626.772500', '160627.232500', '160627.692500', '160628.152500', '160628.612500', '160629.072500', '160629.532500', '160629.992500', '160630.452500', '160630.912500', '160631.372500', '160631.832500', '160632.292500', '160632.752500', '160633.212500', '160633.672500', '160634.132500', '160634.592500', '160635.052500', '160635.512500', '160635.972500', '160636.432500', '160636.892500', '160637.352500', '160637.812500', '160638.272500', '160638.732500', '160639.192500', '160639.652500', '160640.112500', '160640.572500', '160641.032500', '160641.492500', '160641.952500', '160642.412500', '160642.872500', '160643.332500', '160643.792500', '160644.252500', '160644.712500', '160645.172500', '160645.632500', '160646.092500', '160646.552500', '160647.012500', '160647.472500', '160647.932500', '160648.392500', '160648.852500', '160649.312500', '160649.772500', '160650.232500', '160650.692500', '160651.152500', '160651.612500', '160652.072500', '160652.532500', '160652.992500', '160653.452500', '160653.912500', '160654.372500', '160654.832500', '160655.292500', '160655.752500', '160656.212500', '160656.672500', '160657.132500', '160657.592500', '160658.052500', '160658.512500', '160658.972500', '160659.432500', '160659.892500', '160700.352500', '160700.812500', '160701.272500', '160701.732500', '160702.192500', '160702.652500', '160703.112500', '160703.572500', '160704.032500', '160704.492500', '160704.952500', '160705.412500', '160705.872500', '160706.332500', '160706.792500', '160707.252500', '160707.712500', '160708.172500', '160708.632500', '160709.092500', '160709.552500', '160710.012500', '160710.472500', '160710.932500', '160711.392500', '160711.852500', '160712.312500', '160712.772500', '160713.232500', '160713.692500', '160714.152500', '160714.612500', '160715.072500', '160715.532500', '160715.992500', '160716.452500', '160716.912500', '160717.372500', '160717.832500', '160718.292500', '160718.752500', '160719.212500', '160719.672500', '160720.132500', '160720.592500', '160721.052500', '160721.512500', '160721.972500', '160722.432500', '160722.892500', '160723.352500', '160723.812500', '160724.272500', '160724.732500', '160725.192500', '160725.652500', '160726.112500', '160726.572500', '160727.032500', '160727.492500', '160727.952500', '160728.412500', '160728.872500', '160729.332500', '160729.792500', '160730.252500', '160730.712500', '160731.172500', '160731.632500', '160732.092500', '160732.552500', '160733.012500', '160733.472500', '160733.932500', '160734.392500', '160734.852500', '160735.312500', '160735.772500', '160736.232500', '160736.692500', '160737.152500', '160737.612500', '160738.072500', '160738.532500', '160738.992500', '160739.452500', '160739.912500', '160740.372500', '160740.832500', '160741.292500', '160741.752500', '160742.212500', '160742.672500', '160743.132500', '160743.592500', '160744.052500', '160744.512500', '160744.972500'], 'ContentTime': ['160132.803000', '160132.807000', '160132.810000', '160132.812000', '160132.815000', '160132.817000', '160132.820000', '160132.822000', '160132.825000', '160132.828000', '160132.830000', '160132.833000', '160132.836000', '160132.838000', '160132.848000', '160132.851000', '160132.854000', '160132.856000', '160132.859000', '160132.861000', '160132.864000', '160132.866000', '160132.869000', '160132.871000', '160132.874000', '160132.877000', '160132.879000', '160132.882000', '160132.884000', '160132.887000', '160132.889000', '160132.892000', '160132.895000', '160132.897000', '160132.900000', '160132.902000', '160132.905000', '160132.907000', '160132.910000', '160132.912000', '160132.915000', '160132.918000', '160132.920000', '160132.923000', '160132.925000', '160132.928000', '160132.931000', '160132.933000', '160132.936000', '160132.938000', '160132.941000', '160132.943000', '160132.946000', '160132.949000', '160132.951000', '160132.954000', '160132.956000', '160132.959000', '160132.962000', '160132.964000', '160152.773000', '160152.775000', '160152.778000', '160152.784000', '160152.786000', '160152.789000', '160152.792000', '160152.794000', '160152.797000', '160152.800000', '160152.802000', '160152.805000', '160152.807000', '160152.810000', '160152.812000', '160152.815000', '160152.817000', '160152.820000', '160152.822000', '160152.825000', '160152.828000', '160152.830000', '160152.833000', '160152.836000', '160152.838000', '160152.841000', '160152.843000', '160152.846000', '160152.848000', '160152.851000', '160152.854000', '160152.856000', '160152.859000', '160152.861000', '160152.864000', '160152.867000', '160152.869000', '160152.872000', '160152.874000', '160152.877000', '160152.880000', '160152.882000', '160152.885000', '160152.887000', '160212.773000', '160212.776000', '160212.779000', '160212.781000', '160212.784000', '160212.786000', '160212.789000', '160212.792000', '160212.794000', '160212.797000', '160212.899000', '160212.902000', '160212.912000', '160212.915000', '160212.917000', '160212.920000', '160212.923000', '160212.925000', '160212.928000', '160212.930000', '160212.933000', '160212.935000', '160212.938000', '160212.941000', '160212.943000', '160212.946000', '160212.948000', '160212.951000', '160212.953000', '160212.956000', '160212.959000', '160212.962000', '160212.965000', '160212.967000', '160212.970000', '160212.973000', '160212.975000', '160212.978000', '160212.980000', '160212.983000', '160212.986000', '160212.988000', '160212.991000', '160232.773000', '160232.776000', '160232.779000', '160232.781000', '160232.784000', '160232.787000', '160232.789000', '160232.792000', '160232.794000', '160232.797000', '160232.800000', '160232.802000', '160232.805000', '160232.807000', '160232.810000', '160232.812000', '160232.815000', '160232.818000', '160232.820000', '160232.823000', '160232.825000', '160232.828000', '160232.830000', '160232.833000', '160232.836000', '160232.838000', '160232.841000', '160232.844000', '160232.846000', '160232.849000', '160232.852000', '160232.854000', '160232.857000', '160232.859000', '160232.862000', '160232.864000', '160232.874000', '160232.877000', '160232.879000', '160232.882000', '160232.884000', '160232.887000', '160232.889000', '160232.892000', '160252.773000', '160252.776000', '160252.779000', '160252.781000', '160252.784000', '160252.787000', '160252.789000', '160252.792000', '160252.794000', '160252.797000', '160252.820000', '160252.822000', '160252.825000', '160252.827000', '160252.830000', '160252.833000', '160252.835000', '160252.838000', '160252.840000', '160252.843000', '160252.845000', '160252.848000', '160252.851000', '160252.853000', '160252.856000', '160252.859000', '160252.861000', '160252.864000', '160252.866000', '160252.869000', '160252.872000', '160252.874000', '160252.877000', '160252.879000', '160252.882000', '160252.885000', '160252.887000', '160252.890000', '160252.892000', '160252.895000', '160252.898000', '160252.900000', '160252.903000', '160312.774000', '160312.776000', '160312.779000', '160312.782000', '160312.784000', '160312.787000', '160312.790000', '160312.792000', '160312.795000', '160312.797000', '160312.800000', '160312.803000', '160312.805000', '160312.808000', '160312.811000', '160312.814000', '160312.816000', '160312.819000', '160312.822000', '160312.825000', '160312.827000', '160312.830000', '160312.832000', '160312.835000', '160312.838000', '160312.840000', '160312.843000', '160312.846000', '160312.848000', '160312.851000', '160312.854000', '160312.856000', '160312.859000', '160312.861000', '160312.864000', '160312.867000', '160312.869000', '160312.872000', '160312.874000', '160312.877000', '160312.880000', '160312.882000', '160312.885000', '160312.887000', '160332.772000', '160332.775000', '160332.778000', '160332.781000', '160332.783000', '160332.786000', '160332.789000', '160332.791000', '160332.794000', '160332.797000', '160332.799000', '160332.832000', '160332.835000', '160332.837000', '160332.840000', '160332.843000', '160332.845000', '160332.848000', '160332.851000', '160332.853000', '160332.856000', '160332.858000', '160332.861000', '160332.864000', '160332.866000', '160332.869000', '160332.872000', '160332.874000', '160332.877000', '160332.879000', '160332.882000', '160332.885000', '160332.887000', '160332.890000', '160332.893000', '160332.895000', '160332.898000', '160332.901000', '160332.903000', '160332.906000', '160332.909000', '160332.911000', '160332.914000', '160352.772000', '160352.775000', '160352.778000', '160352.781000', '160352.783000', '160352.786000', '160352.789000', '160352.791000', '160352.794000', '160352.796000', '160352.799000', '160352.802000', '160352.804000', '160352.807000', '160352.810000', '160352.812000', '160352.815000', '160352.817000', '160352.820000', '160352.823000', '160352.825000', '160352.828000', '160352.830000', '160352.833000', '160352.836000', '160352.838000', '160352.841000', '160352.843000', '160352.846000', '160352.848000', '160352.851000', '160352.854000', '160352.856000', '160352.859000', '160352.862000', '160352.864000', '160352.867000', '160352.869000', '160352.872000', '160352.874000', '160352.877000', '160352.880000', '160352.882000', '160352.885000', '160412.772000', '160412.775000', '160412.778000', '160412.780000', '160412.783000', '160412.786000', '160412.788000', '160412.791000', '160412.793000', '160412.796000', '160412.799000', '160412.821000', '160412.824000', '160412.826000', '160412.829000', '160412.831000', '160412.834000', '160412.854000', '160412.856000', '160412.859000', '160412.862000', '160412.864000', '160412.867000', '160412.869000', '160412.872000', '160412.874000', '160412.877000', '160412.880000', '160412.882000', '160412.885000', '160412.887000', '160412.890000', '160412.893000', '160412.895000', '160412.898000', '160412.900000', '160412.903000', '160412.905000', '160412.908000', '160412.911000', '160412.913000', '160412.916000', '160412.918000', '160432.774000', '160432.776000', '160432.779000', '160432.782000', '160432.784000', '160432.787000', '160432.795000', '160432.799000', '160432.802000', '160432.805000', '160432.807000', '160432.810000', '160432.812000', '160432.815000', '160432.818000', '160432.820000', '160432.823000', '160432.826000', '160432.828000', '160432.831000', '160432.833000', '160432.836000', '160432.839000', '160432.841000', '160432.844000', '160432.846000', '160432.849000', '160432.852000', '160432.855000', '160432.857000', '160432.860000', '160432.863000', '160432.866000', '160432.868000', '160432.871000', '160432.873000', '160432.876000', '160432.879000', '160432.881000', '160432.884000', '160432.886000', '160432.889000', '160432.892000', '160432.894000', '160452.773000', '160452.776000', '160452.779000', '160452.782000', '160452.784000', '160452.787000', '160452.789000', '160452.792000', '160452.794000', '160452.797000', '160452.800000', '160452.802000', '160452.805000', '160452.808000', '160452.810000', '160452.813000', '160452.815000', '160452.818000', '160452.821000', '160452.823000', '160452.826000', '160452.828000', '160452.831000', '160452.833000', '160452.836000', '160452.839000', '160452.841000', '160452.844000', '160452.846000', '160452.849000', '160452.852000', '160452.854000', '160452.857000', '160452.860000', '160452.862000', '160452.865000', '160452.867000', '160452.870000', '160452.872000', '160452.875000', '160452.878000', '160452.881000', '160452.883000', '160512.774000', '160512.776000', '160512.779000', '160512.782000', '160512.784000', '160512.787000', '160512.790000', '160512.792000', '160512.795000', '160512.797000', '160512.851000', '160512.854000', '160512.856000', '160512.859000', '160512.861000', '160512.864000', '160512.867000', '160512.869000', '160512.872000', '160512.879000', '160512.882000', '160512.884000', '160512.887000', '160512.890000', '160512.892000', '160512.895000', '160512.897000', '160512.900000', '160512.903000', '160512.905000', '160512.908000', '160512.910000', '160512.913000', '160512.916000', '160512.918000', '160512.921000', '160512.923000', '160512.926000', '160512.929000', '160512.931000', '160512.934000', '160512.936000', '160512.939000', '160532.774000', '160532.777000', '160532.779000', '160532.782000', '160532.785000', '160532.787000', '160532.790000', '160532.792000', '160532.795000', '160532.798000', '160532.828000', '160532.831000', '160532.833000', '160532.836000', '160532.839000', '160532.841000', '160532.844000', '160532.847000', '160532.849000', '160532.852000', '160532.854000', '160532.857000', '160532.860000', '160532.862000', '160532.865000', '160532.867000', '160532.870000', '160532.873000', '160532.875000', '160532.878000', '160532.880000', '160532.883000', '160532.886000', '160532.888000', '160532.891000', '160532.893000', '160532.896000', '160532.899000', '160532.901000', '160532.904000', '160532.906000', '160532.909000', '160532.912000', '160532.929000', '160552.772000', '160552.775000', '160552.778000', '160552.781000', '160552.785000', '160552.787000', '160552.790000', '160552.793000', '160552.795000', '160552.798000', '160552.838000', '160552.841000', '160552.843000', '160552.846000', '160552.849000', '160552.851000', '160552.854000', '160552.856000', '160552.859000', '160552.862000', '160552.864000', '160552.867000', '160552.869000', '160552.872000', '160552.875000', '160552.877000', '160552.880000', '160552.882000', '160552.885000', '160552.888000', '160552.890000', '160552.893000', '160552.895000', '160552.898000', '160552.901000', '160552.903000', '160552.906000', '160552.908000', '160552.911000', '160552.914000', '160552.916000', '160552.919000', '160552.921000', '160612.773000', '160612.775000', '160612.778000', '160612.781000', '160612.783000', '160612.786000', '160612.788000', '160612.791000', '160612.794000', '160612.796000', '160612.799000', '160612.842000', '160612.845000', '160612.847000', '160612.850000', '160612.853000', '160612.856000', '160612.858000', '160612.861000', '160612.863000', '160612.866000', '160612.868000', '160612.871000', '160612.874000', '160612.876000', '160612.879000', '160612.882000', '160612.884000', '160612.887000', '160612.890000', '160612.892000', '160612.895000', '160612.898000', '160612.900000', '160612.903000', '160612.905000', '160612.908000', '160612.911000', '160612.913000', '160612.916000', '160612.919000', '160612.921000', '160612.924000', '160612.927000', '160632.773000', '160632.775000', '160632.778000', '160632.781000', '160632.783000', '160632.786000', '160632.789000', '160632.791000', '160632.794000', '160632.796000', '160632.799000', '160632.865000', '160632.867000', '160632.870000', '160632.873000', '160632.875000', '160632.878000', '160632.880000', '160632.883000', '160632.896000', '160632.899000', '160632.901000', '160632.904000', '160632.907000', '160632.909000', '160632.912000', '160632.914000', '160632.917000', '160632.920000', '160632.922000', '160632.925000', '160632.928000', '160632.930000', '160632.933000', '160632.935000', '160632.938000', '160632.941000', '160632.943000', '160632.946000', '160632.948000', '160632.951000', '160632.954000', '160632.956000', '160652.773000', '160652.776000', '160652.779000', '160652.781000', '160652.784000', '160652.787000', '160652.789000', '160652.792000', '160652.796000', '160652.799000', '160652.834000', '160652.837000', '160652.839000', '160652.842000', '160652.844000', '160652.847000', '160652.849000', '160652.852000', '160652.855000', '160652.857000', '160652.860000', '160652.862000', '160652.865000', '160652.868000', '160652.870000', '160652.873000', '160652.875000', '160652.878000', '160652.881000', '160652.883000', '160652.886000', '160652.888000', '160652.891000', '160652.894000', '160652.896000', '160652.899000', '160652.901000', '160652.904000', '160652.906000', '160652.909000', '160652.912000', '160652.914000', '160652.917000', '160652.920000', '160712.773000', '160712.776000', '160712.779000', '160712.781000', '160712.784000', '160712.787000', '160712.789000', '160712.792000', '160712.795000', '160712.797000', '160712.869000', '160712.871000', '160712.874000', '160712.877000', '160712.880000', '160712.883000', '160712.886000', '160712.888000', '160712.891000', '160712.893000', '160712.896000', '160712.899000', '160712.901000', '160712.904000', '160712.919000', '160712.921000', '160712.924000', '160712.927000', '160712.929000', '160712.932000', '160712.935000', '160712.937000', '160712.940000', '160712.942000', '160712.945000', '160712.948000', '160712.950000', '160712.953000', '160712.955000', '160712.958000', '160712.961000', '160712.963000', '160712.966000', '160732.774000', '160732.776000', '160732.779000', '160732.782000', '160732.784000', '160732.787000', '160732.789000', '160732.792000', '160732.795000', '160732.797000', '160732.800000', '160732.848000', '160732.851000', '160732.854000', '160732.856000', '160732.859000', '160732.861000', '160732.864000', '160732.867000', '160732.869000', '160732.872000', '160732.874000', '160732.877000', '160732.880000', '160732.882000', '160732.885000', '160732.887000', '160732.890000', '160732.892000', '160732.895000', '160732.898000', '160732.900000', '160732.903000', '160732.906000', '160732.908000', '160732.911000', '160732.913000', '160732.916000', '160732.919000', '160732.921000', '160732.924000', '160732.926000', '160732.929000', '160732.932000', '160745.932000', '160745.935000', '160745.937000', '160745.940000', '160745.943000', '160745.945000', '160745.948000', '160745.951000', '160745.954000', '160745.957000', '160745.959000', '160745.962000', '160745.965000', '160745.968000', '160745.971000', '160745.974000', '160745.977000', '160745.980000', '160745.983000', '160745.985000', '160745.988000', '160745.991000', '160745.994000', '160745.997000', '160745.999000', '160746.003000', '160746.005000', '160746.008000', '160746.011000'], 'InstanceCreationTime': ['160132.803000', '160132.807000', '160132.810000', '160132.812000', '160132.815000', '160132.817000', '160132.820000', '160132.822000', '160132.825000', '160132.828000', '160132.830000', '160132.833000', '160132.836000', '160132.838000', '160132.848000', '160132.851000', '160132.854000', '160132.856000', '160132.859000', '160132.861000', '160132.864000', '160132.866000', '160132.869000', '160132.871000', '160132.874000', '160132.877000', '160132.879000', '160132.882000', '160132.884000', '160132.887000', '160132.889000', '160132.892000', '160132.895000', '160132.897000', '160132.900000', '160132.902000', '160132.905000', '160132.907000', '160132.910000', '160132.912000', '160132.915000', '160132.918000', '160132.920000', '160132.923000', '160132.925000', '160132.928000', '160132.931000', '160132.933000', '160132.936000', '160132.938000', '160132.941000', '160132.943000', '160132.946000', '160132.949000', '160132.951000', '160132.954000', '160132.956000', '160132.959000', '160132.962000', '160132.964000', '160152.773000', '160152.775000', '160152.778000', '160152.784000', '160152.786000', '160152.789000', '160152.792000', '160152.794000', '160152.797000', '160152.800000', '160152.802000', '160152.805000', '160152.807000', '160152.810000', '160152.812000', '160152.815000', '160152.817000', '160152.820000', '160152.822000', '160152.825000', '160152.828000', '160152.830000', '160152.833000', '160152.836000', '160152.838000', '160152.841000', '160152.843000', '160152.846000', '160152.848000', '160152.851000', '160152.854000', '160152.856000', '160152.859000', '160152.861000', '160152.864000', '160152.867000', '160152.869000', '160152.872000', '160152.874000', '160152.877000', '160152.880000', '160152.882000', '160152.885000', '160152.887000', '160212.773000', '160212.776000', '160212.779000', '160212.781000', '160212.784000', '160212.786000', '160212.789000', '160212.792000', '160212.794000', '160212.797000', '160212.899000', '160212.902000', '160212.912000', '160212.915000', '160212.917000', '160212.920000', '160212.923000', '160212.925000', '160212.928000', '160212.930000', '160212.933000', '160212.935000', '160212.938000', '160212.941000', '160212.943000', '160212.946000', '160212.948000', '160212.951000', '160212.953000', '160212.956000', '160212.959000', '160212.962000', '160212.965000', '160212.967000', '160212.970000', '160212.973000', '160212.975000', '160212.978000', '160212.980000', '160212.983000', '160212.986000', '160212.988000', '160212.991000', '160232.773000', '160232.776000', '160232.779000', '160232.781000', '160232.784000', '160232.787000', '160232.789000', '160232.792000', '160232.794000', '160232.797000', '160232.800000', '160232.802000', '160232.805000', '160232.807000', '160232.810000', '160232.812000', '160232.815000', '160232.818000', '160232.820000', '160232.823000', '160232.825000', '160232.828000', '160232.830000', '160232.833000', '160232.836000', '160232.838000', '160232.841000', '160232.844000', '160232.846000', '160232.849000', '160232.852000', '160232.854000', '160232.857000', '160232.859000', '160232.862000', '160232.864000', '160232.874000', '160232.877000', '160232.879000', '160232.882000', '160232.884000', '160232.887000', '160232.889000', '160232.892000', '160252.773000', '160252.776000', '160252.779000', '160252.781000', '160252.784000', '160252.787000', '160252.789000', '160252.792000', '160252.794000', '160252.797000', '160252.820000', '160252.822000', '160252.825000', '160252.827000', '160252.830000', '160252.833000', '160252.835000', '160252.838000', '160252.840000', '160252.843000', '160252.845000', '160252.848000', '160252.851000', '160252.853000', '160252.856000', '160252.859000', '160252.861000', '160252.864000', '160252.866000', '160252.869000', '160252.872000', '160252.874000', '160252.877000', '160252.879000', '160252.882000', '160252.885000', '160252.887000', '160252.890000', '160252.892000', '160252.895000', '160252.898000', '160252.900000', '160252.903000', '160312.774000', '160312.776000', '160312.779000', '160312.782000', '160312.784000', '160312.787000', '160312.790000', '160312.792000', '160312.795000', '160312.797000', '160312.800000', '160312.803000', '160312.805000', '160312.808000', '160312.811000', '160312.814000', '160312.816000', '160312.819000', '160312.822000', '160312.825000', '160312.827000', '160312.830000', '160312.832000', '160312.835000', '160312.838000', '160312.840000', '160312.843000', '160312.846000', '160312.848000', '160312.851000', '160312.854000', '160312.856000', '160312.859000', '160312.861000', '160312.864000', '160312.867000', '160312.869000', '160312.872000', '160312.874000', '160312.877000', '160312.880000', '160312.882000', '160312.885000', '160312.887000', '160332.772000', '160332.775000', '160332.778000', '160332.781000', '160332.783000', '160332.786000', '160332.789000', '160332.791000', '160332.794000', '160332.797000', '160332.799000', '160332.832000', '160332.835000', '160332.837000', '160332.840000', '160332.843000', '160332.845000', '160332.848000', '160332.851000', '160332.853000', '160332.856000', '160332.858000', '160332.861000', '160332.864000', '160332.866000', '160332.869000', '160332.872000', '160332.874000', '160332.877000', '160332.879000', '160332.882000', '160332.885000', '160332.887000', '160332.890000', '160332.893000', '160332.895000', '160332.898000', '160332.901000', '160332.903000', '160332.906000', '160332.909000', '160332.911000', '160332.914000', '160352.772000', '160352.775000', '160352.778000', '160352.781000', '160352.783000', '160352.786000', '160352.789000', '160352.791000', '160352.794000', '160352.796000', '160352.799000', '160352.802000', '160352.804000', '160352.807000', '160352.810000', '160352.812000', '160352.815000', '160352.817000', '160352.820000', '160352.823000', '160352.825000', '160352.828000', '160352.830000', '160352.833000', '160352.836000', '160352.838000', '160352.841000', '160352.843000', '160352.846000', '160352.848000', '160352.851000', '160352.854000', '160352.856000', '160352.859000', '160352.862000', '160352.864000', '160352.867000', '160352.869000', '160352.872000', '160352.874000', '160352.877000', '160352.880000', '160352.882000', '160352.885000', '160412.772000', '160412.775000', '160412.778000', '160412.780000', '160412.783000', '160412.786000', '160412.788000', '160412.791000', '160412.793000', '160412.796000', '160412.799000', '160412.821000', '160412.824000', '160412.826000', '160412.829000', '160412.831000', '160412.834000', '160412.854000', '160412.856000', '160412.859000', '160412.862000', '160412.864000', '160412.867000', '160412.869000', '160412.872000', '160412.874000', '160412.877000', '160412.880000', '160412.882000', '160412.885000', '160412.887000', '160412.890000', '160412.893000', '160412.895000', '160412.898000', '160412.900000', '160412.903000', '160412.905000', '160412.908000', '160412.911000', '160412.913000', '160412.916000', '160412.918000', '160432.774000', '160432.776000', '160432.779000', '160432.782000', '160432.784000', '160432.787000', '160432.795000', '160432.799000', '160432.802000', '160432.805000', '160432.807000', '160432.810000', '160432.812000', '160432.815000', '160432.818000', '160432.820000', '160432.823000', '160432.826000', '160432.828000', '160432.831000', '160432.833000', '160432.836000', '160432.839000', '160432.841000', '160432.844000', '160432.846000', '160432.849000', '160432.852000', '160432.855000', '160432.857000', '160432.860000', '160432.863000', '160432.866000', '160432.868000', '160432.871000', '160432.873000', '160432.876000', '160432.879000', '160432.881000', '160432.884000', '160432.886000', '160432.889000', '160432.892000', '160432.894000', '160452.773000', '160452.776000', '160452.779000', '160452.782000', '160452.784000', '160452.787000', '160452.789000', '160452.792000', '160452.794000', '160452.797000', '160452.800000', '160452.802000', '160452.805000', '160452.808000', '160452.810000', '160452.813000', '160452.815000', '160452.818000', '160452.821000', '160452.823000', '160452.826000', '160452.828000', '160452.831000', '160452.833000', '160452.836000', '160452.839000', '160452.841000', '160452.844000', '160452.846000', '160452.849000', '160452.852000', '160452.854000', '160452.857000', '160452.860000', '160452.862000', '160452.865000', '160452.867000', '160452.870000', '160452.872000', '160452.875000', '160452.878000', '160452.881000', '160452.883000', '160512.774000', '160512.776000', '160512.779000', '160512.782000', '160512.784000', '160512.787000', '160512.790000', '160512.792000', '160512.795000', '160512.797000', '160512.851000', '160512.854000', '160512.856000', '160512.859000', '160512.861000', '160512.864000', '160512.867000', '160512.869000', '160512.872000', '160512.879000', '160512.882000', '160512.884000', '160512.887000', '160512.890000', '160512.892000', '160512.895000', '160512.897000', '160512.900000', '160512.903000', '160512.905000', '160512.908000', '160512.910000', '160512.913000', '160512.916000', '160512.918000', '160512.921000', '160512.923000', '160512.926000', '160512.929000', '160512.931000', '160512.934000', '160512.936000', '160512.939000', '160532.774000', '160532.777000', '160532.779000', '160532.782000', '160532.785000', '160532.787000', '160532.790000', '160532.792000', '160532.795000', '160532.798000', '160532.828000', '160532.831000', '160532.833000', '160532.836000', '160532.839000', '160532.841000', '160532.844000', '160532.847000', '160532.849000', '160532.852000', '160532.854000', '160532.857000', '160532.860000', '160532.862000', '160532.865000', '160532.867000', '160532.870000', '160532.873000', '160532.875000', '160532.878000', '160532.880000', '160532.883000', '160532.886000', '160532.888000', '160532.891000', '160532.893000', '160532.896000', '160532.899000', '160532.901000', '160532.904000', '160532.906000', '160532.909000', '160532.912000', '160532.929000', '160552.772000', '160552.775000', '160552.778000', '160552.781000', '160552.785000', '160552.787000', '160552.790000', '160552.793000', '160552.795000', '160552.798000', '160552.838000', '160552.841000', '160552.843000', '160552.846000', '160552.849000', '160552.851000', '160552.854000', '160552.856000', '160552.859000', '160552.862000', '160552.864000', '160552.867000', '160552.869000', '160552.872000', '160552.875000', '160552.877000', '160552.880000', '160552.882000', '160552.885000', '160552.888000', '160552.890000', '160552.893000', '160552.895000', '160552.898000', '160552.901000', '160552.903000', '160552.906000', '160552.908000', '160552.911000', '160552.914000', '160552.916000', '160552.919000', '160552.921000', '160612.773000', '160612.775000', '160612.778000', '160612.781000', '160612.783000', '160612.786000', '160612.788000', '160612.791000', '160612.794000', '160612.796000', '160612.799000', '160612.842000', '160612.845000', '160612.847000', '160612.850000', '160612.853000', '160612.856000', '160612.858000', '160612.861000', '160612.863000', '160612.866000', '160612.868000', '160612.871000', '160612.874000', '160612.876000', '160612.879000', '160612.882000', '160612.884000', '160612.887000', '160612.890000', '160612.892000', '160612.895000', '160612.898000', '160612.900000', '160612.903000', '160612.905000', '160612.908000', '160612.911000', '160612.913000', '160612.916000', '160612.919000', '160612.921000', '160612.924000', '160612.927000', '160632.773000', '160632.775000', '160632.778000', '160632.781000', '160632.783000', '160632.786000', '160632.789000', '160632.791000', '160632.794000', '160632.796000', '160632.799000', '160632.865000', '160632.867000', '160632.870000', '160632.873000', '160632.875000', '160632.878000', '160632.880000', '160632.883000', '160632.896000', '160632.899000', '160632.901000', '160632.904000', '160632.907000', '160632.909000', '160632.912000', '160632.914000', '160632.917000', '160632.920000', '160632.922000', '160632.925000', '160632.928000', '160632.930000', '160632.933000', '160632.935000', '160632.938000', '160632.941000', '160632.943000', '160632.946000', '160632.948000', '160632.951000', '160632.954000', '160632.956000', '160652.773000', '160652.776000', '160652.779000', '160652.781000', '160652.784000', '160652.787000', '160652.789000', '160652.792000', '160652.796000', '160652.799000', '160652.834000', '160652.837000', '160652.839000', '160652.842000', '160652.844000', '160652.847000', '160652.849000', '160652.852000', '160652.855000', '160652.857000', '160652.860000', '160652.862000', '160652.865000', '160652.868000', '160652.870000', '160652.873000', '160652.875000', '160652.878000', '160652.881000', '160652.883000', '160652.886000', '160652.888000', '160652.891000', '160652.894000', '160652.896000', '160652.899000', '160652.901000', '160652.904000', '160652.906000', '160652.909000', '160652.912000', '160652.914000', '160652.917000', '160652.920000', '160712.773000', '160712.776000', '160712.779000', '160712.781000', '160712.784000', '160712.787000', '160712.789000', '160712.792000', '160712.795000', '160712.797000', '160712.869000', '160712.871000', '160712.874000', '160712.877000', '160712.880000', '160712.883000', '160712.886000', '160712.888000', '160712.891000', '160712.893000', '160712.896000', '160712.899000', '160712.901000', '160712.904000', '160712.919000', '160712.921000', '160712.924000', '160712.927000', '160712.929000', '160712.932000', '160712.935000', '160712.937000', '160712.940000', '160712.942000', '160712.945000', '160712.948000', '160712.950000', '160712.953000', '160712.955000', '160712.958000', '160712.961000', '160712.963000', '160712.966000', '160732.774000', '160732.776000', '160732.779000', '160732.782000', '160732.784000', '160732.787000', '160732.789000', '160732.792000', '160732.795000', '160732.797000', '160732.800000', '160732.848000', '160732.851000', '160732.854000', '160732.856000', '160732.859000', '160732.861000', '160732.864000', '160732.867000', '160732.869000', '160732.872000', '160732.874000', '160732.877000', '160732.880000', '160732.882000', '160732.885000', '160732.887000', '160732.890000', '160732.892000', '160732.895000', '160732.898000', '160732.900000', '160732.903000', '160732.906000', '160732.908000', '160732.911000', '160732.913000', '160732.916000', '160732.919000', '160732.921000', '160732.924000', '160732.926000', '160732.929000', '160732.932000', '160745.932000', '160745.935000', '160745.937000', '160745.940000', '160745.943000', '160745.945000', '160745.948000', '160745.951000', '160745.954000', '160745.957000', '160745.959000', '160745.962000', '160745.965000', '160745.968000', '160745.971000', '160745.974000', '160745.977000', '160745.980000', '160745.983000', '160745.985000', '160745.988000', '160745.991000', '160745.994000', '160745.997000', '160745.999000', '160746.003000', '160746.005000', '160746.008000', '160746.011000'], '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': [18827, 10716, 15905, 11168, 10547, 16116, 9985, 10340, 17449, 10409, 13739, 10704, 10673, 10124, 13938, 9744, 13863, 17579, 10791, 15438, 10322, 9993, 15883, 10288, 12601, 11073, 10159, 10329, 9138, 9801, 10647, 9516, 16333, 13102, 13245, 17525, 9890, 13424, 10728, 9941, 16158, 10745, 11424, 10048, 9277, 13188, 10481, 10910, 10350, 9223, 12827, 9665, 11000, 10124, 9167, 15611, 9560, 12670, 10033, 9403, 16757, 9396, 14565, 9543, 9591, 17773, 12438, 14750, 9369, 9368, 15045, 9942, 12194, 9447, 9459, 15674, 9683, 11819, 16124, 9504, 14837, 9502, 9367, 15744, 9392, 12055, 9587, 9365, 15051, 9518, 10810, 9582, 9491, 15731, 9583, 11288, 11096, 9318, 14652, 8564, 10222, 10410, 9637, 11933, 10213, 9957, 9820, 9448, 13980, 9618, 12137, 10129, 9397, 16725, 10079, 13867, 16059, 10202, 15308, 9825, 9634, 16105, 9978, 11815, 9948, 9547, 13071, 9962, 11358, 9778, 9546, 13564, 9841, 11103, 15776, 9590, 14050, 9421, 9528, 14805, 10444, 11112, 16711, 9571, 12808, 9880, 9449, 12989, 9781, 10561, 9558, 9415, 12917, 10842, 11282, 12085, 9725, 14817, 9596, 11133, 15384, 10073, 14013, 9774, 9643, 16408, 10046, 13220, 12883, 9955, 16138, 9933, 12681, 17491, 10898, 15629, 9888, 9870, 17539, 10083, 13732, 17032, 9794, 14623, 10179, 9773, 15316, 10112, 11952, 11936, 9605, 15429, 9544, 10024, 17205, 9385, 13094, 9878, 9630, 15101, 10159, 9515, 11888, 9755, 12662, 9513, 10042, 9334, 8894, 11396, 8909, 13163, 14762, 9409, 15352, 8584, 10752, 17388, 9529, 14434, 9003, 9950, 18582, 9440, 14523, 8987, 9527, 17182, 9645, 13776, 13164, 9338, 14381, 9288, 10264, 9861, 9369, 14190, 9502, 10144, 11917, 9239, 15057, 9547, 11185, 12505, 9095, 14739, 9372, 10284, 16174, 8883, 12870, 9201, 9113, 11554, 9515, 9779, 9117, 8879, 12335, 9282, 11524, 9404, 17862, 11429, 11011, 15721, 9009, 10955, 16954, 10282, 12153, 13506, 9593, 11308, 9646, 9747, 12864, 9986, 9556, 10558, 9690, 10714, 9579, 9473, 12941, 9415, 10453, 10086, 9690, 13638, 9896, 11539, 10813, 9581, 15623, 10006, 11951, 9863, 9463, 16194, 10537, 12961, 11230, 9792, 16143, 9931, 12249, 15376, 9834, 15446, 8791, 11558, 17210, 10000, 14468, 9970, 9585, 16233, 10529, 13120, 9407, 9566, 17094, 9844, 12787, 16792, 9679, 14443, 9176, 9652, 15126, 10195, 12417, 11210, 9407, 14396, 9684, 9538, 17062, 9549, 12475, 9466, 9333, 13142, 9929, 11251, 11909, 9652, 12403, 9352, 9463, 15664, 10172, 10582, 11656, 9789, 11495, 10061, 9337, 13903, 9941, 10571, 8825, 8723, 11110, 9300, 13160, 11181, 10412, 16526, 9648, 9911, 15559, 10018, 12122, 17327, 9583, 14529, 9484, 9534, 14347, 10000, 10998, 14944, 9480, 12203, 9717, 9486, 15218, 9293, 11338, 17383, 9604, 13423, 9109, 9505, 14671, 9801, 11592, 11272, 9473, 14981, 8725, 11546, 16887, 9833, 14793, 9489, 9248, 15661, 9546, 12635, 9257, 9269, 15998, 9257, 13164, 9311, 9503, 17116, 9619, 13942, 13578, 9557, 14129, 8809, 10244, 16118, 9428, 13228, 8618, 9642, 13220, 9364, 11218, 9633, 9484, 16044, 8889, 12279, 9227, 9194, 15264, 9801, 11801, 10305, 9394, 15014, 9895, 11698, 9312, 9482, 15717, 9686, 12835, 9179, 9462, 17076, 9836, 13097, 9173, 9206, 15124, 10158, 12639, 9118, 9488, 17281, 9174, 13459, 18217, 10204, 15633, 12894, 9218, 13371, 9302, 9327, 15627, 9229, 9931, 13966, 9899, 11117, 9211, 10062, 9394, 9191, 12607, 8992, 9301, 14781, 9460, 12042, 13604, 9530, 12923, 9258, 9670, 15719, 9069, 11297, 13805, 9510, 12912, 9043, 9540, 15486, 9824, 12055, 12077, 9687, 12597, 9743, 9711, 15878, 9483, 9571, 17111, 9979, 12456, 14823, 9508, 12324, 9524, 9416, 12960, 9569, 10964, 9283, 9402, 13219, 9322, 11242, 9041, 9325, 9490, 9671, 9396, 9520, 16871, 9576, 14520, 17356, 11433, 15953, 11999, 10268, 14522, 9713, 9745, 16621, 9366, 12959, 9473, 9555, 17027, 9414, 13682, 10768, 9499, 15127, 9735, 11065, 14848, 9653, 13323, 9068, 9547, 11116, 9548, 13520, 10021, 10963, 10043, 9649, 16860, 9636, 13095, 14607, 9502, 14672, 8800, 10249, 16158, 9359, 13050, 9761, 9455, 13860, 9371, 11996, 9466, 9406, 9620, 9389, 12834, 10277, 10695, 9057, 9667, 13698, 10216, 11544, 9587, 9508, 16031, 10110, 12982, 9492, 9589, 9366, 10701, 9467, 9386, 12824, 9550, 17562, 15896, 11530, 15002, 9849, 9926, 15782, 10133, 10270, 9864, 9754, 9219, 9656, 10383, 9883, 9761, 15362, 9963, 12455, 9671, 9205, 13483, 9839, 9650, 16632, 9684, 11694, 12612, 9649, 13359, 8720, 9555, 16711, 9378, 13984, 9340, 9670, 16031, 10110, 12161, 15937, 9714, 13507, 9868, 9712, 14474, 9180, 9994, 17338, 9181, 11636, 9415, 9777, 13444, 9397, 9452, 15090, 9588, 12060, 9514, 9610, 14281, 9695, 10686, 16426, 9454, 13914, 9340, 9751, 16706, 10153, 12418, 13639, 9986, 17201, 11520, 9554, 9364, 14429, 12282, 9727, 12431, 13625, 9917, 11586, 9785, 9972, 15919, 9995, 12833, 16753, 10025, 15333, 9459, 11260, 19082, 11272, 15571, 12199, 9857, 14673, 9399, 9690, 16893, 10178, 10520, 17439, 9515, 10831, 11996, 9539, 10438, 9419, 9619, 11153, 9883, 9632, 10031, 9510, 10167, 9934, 9705, 11178, 9000, 9315, 13170, 9883, 10962, 10301, 9825, 12409, 9463, 9544, 14675, 10671, 12769, 16360, 9655, 13957, 13682, 9860, 15401, 10161, 10338, 16573, 10218, 12092, 13583, 9889, 13092, 10302, 10046, 15163, 9758, 12623, 13783, 9673, 16076, 9845, 10372, 17848, 10064, 13707, 18277, 10149, 15655, 9892, 9722, 16830, 10198, 12370, 12893, 9693, 16068, 8985, 11494, 18330, 9806, 14453, 12600, 9569, 15133, 9411, 9970, 17599, 9824, 13850, 10245, 9548, 13038, 9806, 9577, 15984, 9822, 10963, 12359, 9769, 14168, 9409, 9355, 17344, 9944, 11934, 15633, 9323, 13251, 9884, 9550, 13226, 9610, 9466, 15896, 9577, 11452, 10091, 9464, 12262, 9083, 9410, 11152, 9816, 11616, 10280, 9764, 14369, 9654, 13002, 9672, 9782, 16410, 9245, 13052, 17301, 10850, 14585, 9456, 9394, 15525, 10195, 13230, 9008, 9388, 12599, 9637, 11740, 9159, 10501, 9284, 14621, 9818, 12922, 17263, 9853], 'WindowCenter': [4406.0, 4341.0, 4368.0, 4323.0, 4313.0, 4352.0, 4299.0, 4311.0, 4348.0, 4300.0, 4330.0, 4311.0, 4313.0, 4314.0, 4343.0, 4299.0, 4331.0, 4351.0, 4310.0, 4341.0, 4286.0, 4300.0, 4339.0, 4298.0, 4321.0, 4298.0, 4309.0, 4311.0, 4302.0, 4326.0, 4337.0, 4317.0, 4357.0, 4335.0, 4331.0, 4338.0, 4290.0, 4318.0, 4297.0, 4300.0, 4340.0, 4311.0, 4318.0, 4297.0, 4289.0, 4318.0, 4298.0, 4311.0, 4298.0, 4302.0, 4334.0, 4315.0, 4311.0, 4301.0, 4302.0, 4353.0, 4304.0, 4331.0, 4302.0, 4302.0, 4354.0, 4304.0, 4343.0, 4297.0, 4289.0, 4347.0, 4318.0, 4329.0, 4288.0, 4289.0, 4328.0, 4298.0, 4320.0, 4299.0, 4300.0, 4339.0, 4289.0, 4319.0, 4337.0, 4299.0, 4328.0, 4289.0, 4299.0, 4339.0, 4288.0, 4318.0, 4287.0, 4290.0, 4340.0, 4300.0, 4311.0, 4300.0, 4301.0, 4341.0, 4298.0, 4307.0, 4309.0, 4290.0, 4340.0, 4279.0, 4298.0, 4313.0, 4313.0, 4333.0, 4311.0, 4311.0, 4301.0, 4300.0, 4343.0, 4303.0, 4333.0, 4312.0, 4302.0, 4352.0, 4299.0, 4329.0, 4340.0, 4300.0, 4337.0, 4299.0, 4297.0, 4338.0, 4299.0, 4319.0, 4298.0, 4299.0, 4326.0, 4311.0, 4321.0, 4311.0, 4313.0, 4332.0, 4299.0, 4322.0, 4352.0, 4303.0, 4343.0, 4290.0, 4300.0, 4341.0, 4310.0, 4325.0, 4352.0, 4301.0, 4332.0, 4312.0, 4303.0, 4331.0, 4311.0, 4322.0, 4315.0, 4315.0, 4345.0, 4323.0, 4336.0, 4333.0, 4327.0, 4354.0, 4314.0, 4326.0, 4355.0, 4327.0, 4368.0, 4313.0, 4317.0, 4368.0, 4317.0, 4345.0, 4333.0, 4324.0, 4363.0, 4315.0, 4345.0, 4353.0, 4313.0, 4353.0, 4301.0, 4299.0, 4350.0, 4298.0, 4330.0, 4354.0, 4301.0, 4330.0, 4297.0, 4297.0, 4338.0, 4311.0, 4320.0, 4307.0, 4300.0, 4339.0, 4300.0, 4297.0, 4339.0, 4289.0, 4317.0, 4287.0, 4289.0, 4329.0, 4298.0, 4288.0, 4307.0, 4300.0, 4331.0, 4301.0, 4311.0, 4300.0, 4314.0, 4321.0, 4291.0, 4343.0, 4340.0, 4302.0, 4351.0, 4291.0, 4310.0, 4351.0, 4302.0, 4341.0, 4290.0, 4299.0, 4350.0, 4300.0, 4340.0, 4289.0, 4301.0, 4347.0, 4288.0, 4331.0, 4319.0, 4289.0, 4341.0, 4299.0, 4322.0, 4300.0, 4300.0, 4327.0, 4301.0, 4311.0, 4307.0, 4299.0, 4341.0, 4298.0, 4319.0, 4319.0, 4288.0, 4340.0, 4301.0, 4311.0, 4340.0, 4290.0, 4331.0, 4301.0, 4302.0, 4321.0, 4301.0, 4303.0, 4293.0, 4294.0, 4333.0, 4318.0, 4324.0, 4305.0, 4357.0, 4308.0, 4297.0, 4328.0, 4277.0, 4298.0, 4336.0, 4286.0, 4305.0, 4304.0, 4286.0, 4296.0, 4286.0, 4285.0, 4316.0, 4288.0, 4288.0, 4295.0, 4289.0, 4297.0, 4287.0, 4301.0, 4321.0, 4292.0, 4312.0, 4298.0, 4304.0, 4343.0, 4311.0, 4322.0, 4324.0, 4314.0, 4352.0, 4312.0, 4321.0, 4314.0, 4312.0, 4352.0, 4311.0, 4344.0, 4322.0, 4313.0, 4351.0, 4312.0, 4321.0, 4342.0, 4302.0, 4342.0, 4290.0, 4321.0, 4349.0, 4311.0, 4342.0, 4300.0, 4300.0, 4340.0, 4298.0, 4328.0, 4291.0, 4302.0, 4350.0, 4298.0, 4320.0, 4339.0, 4288.0, 4328.0, 4289.0, 4300.0, 4329.0, 4300.0, 4320.0, 4308.0, 4288.0, 4329.0, 4298.0, 4298.0, 4347.0, 4298.0, 4319.0, 4300.0, 4300.0, 4330.0, 4302.0, 4321.0, 4322.0, 4303.0, 4321.0, 4287.0, 4302.0, 4341.0, 4313.0, 4309.0, 4308.0, 4301.0, 4318.0, 4300.0, 4304.0, 4332.0, 4313.0, 4323.0, 4317.0, 4317.0, 4349.0, 4333.0, 4374.0, 4339.0, 4314.0, 4356.0, 4305.0, 4312.0, 4343.0, 4300.0, 4331.0, 4352.0, 4300.0, 4343.0, 4300.0, 4302.0, 4340.0, 4300.0, 4310.0, 4339.0, 4300.0, 4321.0, 4289.0, 4300.0, 4340.0, 4290.0, 4321.0, 4348.0, 4287.0, 4329.0, 4287.0, 4301.0, 4328.0, 4301.0, 4321.0, 4308.0, 4300.0, 4340.0, 4279.0, 4311.0, 4347.0, 4300.0, 4328.0, 4302.0, 4302.0, 4338.0, 4299.0, 4318.0, 4290.0, 4300.0, 4352.0, 4299.0, 4332.0, 4290.0, 4301.0, 4351.0, 4298.0, 4329.0, 4317.0, 4299.0, 4329.0, 4290.0, 4299.0, 4339.0, 4289.0, 4328.0, 4291.0, 4299.0, 4328.0, 4302.0, 4321.0, 4312.0, 4311.0, 4350.0, 4299.0, 4332.0, 4303.0, 4302.0, 4350.0, 4303.0, 4322.0, 4301.0, 4300.0, 4342.0, 4314.0, 4321.0, 4290.0, 4302.0, 4340.0, 4300.0, 4332.0, 4291.0, 4298.0, 4353.0, 4299.0, 4329.0, 4291.0, 4301.0, 4342.0, 4310.0, 4332.0, 4292.0, 4303.0, 4353.0, 4287.0, 4330.0, 4348.0, 4298.0, 4341.0, 4314.0, 4285.0, 4319.0, 4275.0, 4285.0, 4324.0, 4285.0, 4295.0, 4330.0, 4299.0, 4323.0, 4302.0, 4302.0, 4301.0, 4288.0, 4317.0, 4289.0, 4300.0, 4341.0, 4300.0, 4334.0, 4332.0, 4302.0, 4333.0, 4290.0, 4301.0, 4341.0, 4289.0, 4311.0, 4332.0, 4301.0, 4331.0, 4288.0, 4298.0, 4341.0, 4301.0, 4321.0, 4317.0, 4299.0, 4319.0, 4287.0, 4299.0, 4338.0, 4289.0, 4301.0, 4340.0, 4298.0, 4319.0, 4328.0, 4299.0, 4320.0, 4289.0, 4290.0, 4331.0, 4302.0, 4323.0, 4302.0, 4304.0, 4333.0, 4305.0, 4325.0, 4304.0, 4304.0, 4313.0, 4316.0, 4330.0, 4327.0, 4369.0, 4313.0, 4344.0, 4351.0, 4320.0, 4352.0, 4310.0, 4310.0, 4343.0, 4288.0, 4299.0, 4341.0, 4288.0, 4318.0, 4290.0, 4299.0, 4351.0, 4287.0, 4328.0, 4298.0, 4290.0, 4338.0, 4289.0, 4308.0, 4329.0, 4299.0, 4316.0, 4289.0, 4298.0, 4311.0, 4302.0, 4332.0, 4302.0, 4311.0, 4299.0, 4299.0, 4352.0, 4299.0, 4330.0, 4330.0, 4289.0, 4328.0, 4290.0, 4299.0, 4339.0, 4290.0, 4318.0, 4299.0, 4300.0, 4331.0, 4291.0, 4310.0, 4289.0, 4292.0, 4300.0, 4302.0, 4332.0, 4300.0, 4311.0, 4293.0, 4303.0, 4331.0, 4314.0, 4321.0, 4303.0, 4302.0, 4354.0, 4312.0, 4332.0, 4302.0, 4302.0, 4303.0, 4324.0, 4315.0, 4320.0, 4347.0, 4319.0, 4370.0, 4342.0, 4311.0, 4331.0, 4287.0, 4288.0, 4327.0, 4289.0, 4288.0, 4286.0, 4290.0, 4291.0, 4303.0, 4310.0, 4302.0, 4302.0, 4340.0, 4300.0, 4322.0, 4291.0, 4289.0, 4330.0, 4302.0, 4305.0, 4353.0, 4291.0, 4321.0, 4320.0, 4301.0, 4329.0, 4292.0, 4302.0, 4342.0, 4289.0, 4331.0, 4292.0, 4299.0, 4339.0, 4300.0, 4321.0, 4340.0, 4302.0, 4330.0, 4300.0, 4302.0, 4329.0, 4287.0, 4301.0, 4352.0, 4290.0, 4322.0, 4303.0, 4300.0, 4329.0, 4290.0, 4302.0, 4343.0, 4301.0, 4320.0, 4301.0, 4303.0, 4341.0, 4302.0, 4313.0, 4340.0, 4301.0, 4332.0, 4291.0, 4302.0, 4352.0, 4300.0, 4322.0, 4333.0, 4315.0, 4365.0, 4323.0, 4313.0, 4315.0, 4343.0, 4307.0, 4296.0, 4316.0, 4326.0, 4311.0, 4322.0, 4303.0, 4312.0, 4350.0, 4301.0, 4330.0, 4336.0, 4287.0, 4327.0, 4287.0, 4297.0, 4348.0, 4295.0, 4326.0, 4293.0, 4286.0, 4313.0, 4261.0, 4273.0, 4322.0, 4271.0, 4281.0, 4322.0, 4273.0, 4281.0, 4290.0, 4271.0, 4281.0, 4271.0, 4274.0, 4293.0, 4283.0, 4286.0, 4284.0, 4300.0, 4299.0, 4298.0, 4301.0, 4310.0, 4292.0, 4303.0, 4328.0, 4312.0, 4321.0, 4313.0, 4327.0, 4333.0, 4314.0, 4314.0, 4354.0, 4324.0, 4344.0, 4354.0, 4315.0, 4358.0, 4359.0, 4316.0, 4355.0, 4324.0, 4322.0, 4365.0, 4309.0, 4330.0, 4329.0, 4313.0, 4342.0, 4322.0, 4322.0, 4349.0, 4310.0, 4331.0, 4342.0, 4326.0, 4354.0, 4301.0, 4310.0, 4350.0, 4300.0, 4329.0, 4347.0, 4299.0, 4340.0, 4299.0, 4297.0, 4350.0, 4299.0, 4318.0, 4319.0, 4298.0, 4338.0, 4288.0, 4309.0, 4349.0, 4297.0, 4328.0, 4317.0, 4290.0, 4338.0, 4285.0, 4299.0, 4349.0, 4296.0, 4328.0, 4295.0, 4300.0, 4317.0, 4297.0, 4299.0, 4337.0, 4298.0, 4308.0, 4316.0, 4297.0, 4330.0, 4289.0, 4287.0, 4337.0, 4286.0, 4305.0, 4327.0, 4286.0, 4317.0, 4286.0, 4288.0, 4317.0, 4286.0, 4296.0, 4335.0, 4287.0, 4308.0, 4298.0, 4299.0, 4318.0, 4288.0, 4298.0, 4310.0, 4303.0, 4319.0, 4311.0, 4312.0, 4342.0, 4311.0, 4330.0, 4299.0, 4312.0, 4351.0, 4288.0, 4331.0, 4351.0, 4313.0, 4342.0, 4298.0, 4299.0, 4351.0, 4315.0, 4343.0, 4315.0, 4313.0, 4330.0, 4301.0, 4324.0, 4317.0, 4325.0, 4316.0, 4357.0, 4314.0, 4333.0, 4353.0, 4300.0], 'WindowWidth': [9704.0, 9598.0, 9633.0, 9560.0, 9546.0, 9599.0, 9520.0, 9538.0, 9585.0, 9518.0, 9558.0, 9537.0, 9542.0, 9546.0, 9585.0, 9518.0, 9564.0, 9593.0, 9531.0, 9577.0, 9494.0, 9518.0, 9573.0, 9513.0, 9549.0, 9512.0, 9532.0, 9536.0, 9527.0, 9565.0, 9583.0, 9553.0, 9611.0, 9573.0, 9564.0, 9572.0, 9503.0, 9540.0, 9508.0, 9516.0, 9575.0, 9533.0, 9543.0, 9513.0, 9505.0, 9540.0, 9515.0, 9536.0, 9514.0, 9525.0, 9573.0, 9549.0, 9538.0, 9522.0, 9525.0, 9597.0, 9532.0, 9565.0, 9523.0, 9526.0, 9600.0, 9532.0, 9585.0, 9513.0, 9501.0, 9583.0, 9540.0, 9559.0, 9501.0, 9503.0, 9554.0, 9512.0, 9545.0, 9517.0, 9519.0, 9574.0, 9503.0, 9545.0, 9566.0, 9515.0, 9556.0, 9503.0, 9518.0, 9573.0, 9500.0, 9542.0, 9497.0, 9506.0, 9574.0, 9519.0, 9535.0, 9517.0, 9520.0, 9578.0, 9516.0, 9526.0, 9530.0, 9505.0, 9574.0, 9490.0, 9516.0, 9542.0, 9543.0, 9569.0, 9537.0, 9538.0, 9523.0, 9523.0, 9582.0, 9529.0, 9571.0, 9538.0, 9527.0, 9596.0, 9519.0, 9559.0, 9573.0, 9518.0, 9570.0, 9517.0, 9513.0, 9570.0, 9517.0, 9543.0, 9515.0, 9518.0, 9553.0, 9537.0, 9552.0, 9539.0, 9542.0, 9568.0, 9520.0, 9554.0, 9594.0, 9528.0, 9582.0, 9506.0, 9522.0, 9577.0, 9534.0, 9561.0, 9594.0, 9522.0, 9567.0, 9540.0, 9528.0, 9564.0, 9541.0, 9556.0, 9548.0, 9551.0, 9589.0, 9558.0, 9580.0, 9572.0, 9570.0, 9604.0, 9546.0, 9566.0, 9603.0, 9572.0, 9631.0, 9547.0, 9554.0, 9627.0, 9555.0, 9592.0, 9571.0, 9562.0, 9614.0, 9550.0, 9590.0, 9599.0, 9541.0, 9599.0, 9524.0, 9519.0, 9591.0, 9516.0, 9562.0, 9602.0, 9524.0, 9562.0, 9511.0, 9512.0, 9571.0, 9536.0, 9547.0, 9524.0, 9518.0, 9572.0, 9518.0, 9513.0, 9574.0, 9501.0, 9539.0, 9496.0, 9502.0, 9557.0, 9513.0, 9501.0, 9526.0, 9521.0, 9562.0, 9524.0, 9538.0, 9525.0, 9550.0, 9556.0, 9512.0, 9585.0, 9578.0, 9528.0, 9596.0, 9514.0, 9536.0, 9593.0, 9525.0, 9580.0, 9510.0, 9520.0, 9592.0, 9521.0, 9578.0, 9506.0, 9525.0, 9586.0, 9501.0, 9565.0, 9544.0, 9504.0, 9579.0, 9523.0, 9556.0, 9522.0, 9520.0, 9557.0, 9522.0, 9537.0, 9527.0, 9520.0, 9578.0, 9518.0, 9548.0, 9544.0, 9503.0, 9576.0, 9523.0, 9538.0, 9574.0, 9505.0, 9568.0, 9525.0, 9531.0, 9552.0, 9524.0, 9526.0, 9516.0, 9516.0, 9573.0, 9560.0, 9560.0, 9532.0, 9615.0, 9528.0, 9511.0, 9557.0, 9482.0, 9510.0, 9564.0, 9490.0, 9516.0, 9514.0, 9492.0, 9506.0, 9492.0, 9493.0, 9535.0, 9499.0, 9500.0, 9504.0, 9503.0, 9512.0, 9499.0, 9521.0, 9547.0, 9510.0, 9539.0, 9516.0, 9530.0, 9582.0, 9538.0, 9554.0, 9559.0, 9547.0, 9597.0, 9541.0, 9552.0, 9546.0, 9542.0, 9597.0, 9538.0, 9585.0, 9555.0, 9544.0, 9594.0, 9539.0, 9551.0, 9579.0, 9525.0, 9580.0, 9508.0, 9551.0, 9588.0, 9537.0, 9583.0, 9518.0, 9519.0, 9575.0, 9513.0, 9557.0, 9510.0, 9524.0, 9590.0, 9515.0, 9546.0, 9572.0, 9501.0, 9557.0, 9503.0, 9519.0, 9559.0, 9518.0, 9546.0, 9529.0, 9503.0, 9558.0, 9516.0, 9516.0, 9583.0, 9515.0, 9545.0, 9522.0, 9521.0, 9561.0, 9526.0, 9552.0, 9551.0, 9528.0, 9552.0, 9501.0, 9526.0, 9580.0, 9542.0, 9534.0, 9530.0, 9523.0, 9544.0, 9520.0, 9531.0, 9569.0, 9544.0, 9557.0, 9556.0, 9559.0, 9605.0, 9587.0, 9646.0, 9588.0, 9546.0, 9610.0, 9535.0, 9540.0, 9582.0, 9521.0, 9566.0, 9597.0, 9521.0, 9582.0, 9520.0, 9525.0, 9576.0, 9521.0, 9535.0, 9573.0, 9522.0, 9551.0, 9503.0, 9521.0, 9575.0, 9508.0, 9553.0, 9586.0, 9500.0, 9558.0, 9500.0, 9523.0, 9559.0, 9521.0, 9549.0, 9530.0, 9521.0, 9577.0, 9490.0, 9536.0, 9583.0, 9518.0, 9558.0, 9526.0, 9526.0, 9570.0, 9518.0, 9545.0, 9507.0, 9523.0, 9595.0, 9519.0, 9567.0, 9507.0, 9522.0, 9594.0, 9515.0, 9559.0, 9539.0, 9517.0, 9558.0, 9506.0, 9518.0, 9572.0, 9505.0, 9557.0, 9511.0, 9519.0, 9555.0, 9527.0, 9552.0, 9541.0, 9539.0, 9591.0, 9522.0, 9569.0, 9531.0, 9528.0, 9591.0, 9528.0, 9555.0, 9523.0, 9522.0, 9582.0, 9544.0, 9552.0, 9507.0, 9526.0, 9578.0, 9523.0, 9568.0, 9508.0, 9518.0, 9597.0, 9520.0, 9561.0, 9510.0, 9524.0, 9579.0, 9534.0, 9566.0, 9512.0, 9528.0, 9599.0, 9501.0, 9562.0, 9588.0, 9517.0, 9580.0, 9533.0, 9496.0, 9544.0, 9480.0, 9494.0, 9547.0, 9495.0, 9508.0, 9561.0, 9519.0, 9556.0, 9529.0, 9527.0, 9524.0, 9503.0, 9540.0, 9505.0, 9523.0, 9579.0, 9523.0, 9573.0, 9565.0, 9526.0, 9570.0, 9506.0, 9522.0, 9576.0, 9502.0, 9536.0, 9565.0, 9525.0, 9565.0, 9504.0, 9518.0, 9576.0, 9521.0, 9550.0, 9540.0, 9518.0, 9545.0, 9497.0, 9516.0, 9572.0, 9503.0, 9521.0, 9576.0, 9512.0, 9542.0, 9554.0, 9517.0, 9545.0, 9502.0, 9505.0, 9560.0, 9528.0, 9556.0, 9528.0, 9532.0, 9571.0, 9535.0, 9564.0, 9533.0, 9532.0, 9544.0, 9553.0, 9580.0, 9573.0, 9631.0, 9546.0, 9589.0, 9595.0, 9550.0, 9596.0, 9533.0, 9536.0, 9584.0, 9502.0, 9518.0, 9577.0, 9502.0, 9544.0, 9505.0, 9517.0, 9593.0, 9499.0, 9557.0, 9513.0, 9506.0, 9571.0, 9503.0, 9529.0, 9558.0, 9517.0, 9537.0, 9502.0, 9516.0, 9536.0, 9523.0, 9566.0, 9526.0, 9537.0, 9518.0, 9519.0, 9595.0, 9519.0, 9562.0, 9559.0, 9504.0, 9556.0, 9504.0, 9518.0, 9570.0, 9505.0, 9543.0, 9516.0, 9520.0, 9561.0, 9509.0, 9533.0, 9504.0, 9511.0, 9520.0, 9526.0, 9566.0, 9522.0, 9539.0, 9513.0, 9529.0, 9567.0, 9544.0, 9552.0, 9526.0, 9525.0, 9600.0, 9539.0, 9564.0, 9526.0, 9526.0, 9529.0, 9561.0, 9551.0, 9562.0, 9596.0, 9561.0, 9637.0, 9582.0, 9533.0, 9567.0, 9497.0, 9498.0, 9553.0, 9499.0, 9497.0, 9494.0, 9504.0, 9507.0, 9528.0, 9535.0, 9522.0, 9525.0, 9576.0, 9521.0, 9552.0, 9506.0, 9504.0, 9562.0, 9522.0, 9532.0, 9595.0, 9508.0, 9549.0, 9544.0, 9521.0, 9557.0, 9511.0, 9524.0, 9578.0, 9504.0, 9565.0, 9511.0, 9518.0, 9573.0, 9519.0, 9549.0, 9574.0, 9524.0, 9562.0, 9517.0, 9523.0, 9559.0, 9499.0, 9523.0, 9593.0, 9506.0, 9551.0, 9527.0, 9522.0, 9557.0, 9505.0, 9525.0, 9581.0, 9523.0, 9548.0, 9520.0, 9528.0, 9578.0, 9525.0, 9541.0, 9575.0, 9523.0, 9566.0, 9508.0, 9525.0, 9593.0, 9520.0, 9551.0, 9566.0, 9551.0, 9619.0, 9556.0, 9546.0, 9551.0, 9587.0, 9526.0, 9513.0, 9536.0, 9549.0, 9538.0, 9556.0, 9528.0, 9542.0, 9592.0, 9525.0, 9562.0, 9565.0, 9498.0, 9556.0, 9495.0, 9510.0, 9584.0, 9506.0, 9551.0, 9499.0, 9492.0, 9526.0, 9453.0, 9470.0, 9538.0, 9465.0, 9479.0, 9536.0, 9470.0, 9481.0, 9490.0, 9468.0, 9481.0, 9467.0, 9475.0, 9498.0, 9487.0, 9496.0, 9490.0, 9518.0, 9519.0, 9515.0, 9524.0, 9534.0, 9513.0, 9527.0, 9557.0, 9541.0, 9553.0, 9543.0, 9569.0, 9572.0, 9550.0, 9550.0, 9600.0, 9558.0, 9588.0, 9601.0, 9550.0, 9614.0, 9616.0, 9552.0, 9608.0, 9564.0, 9561.0, 9620.0, 9537.0, 9566.0, 9563.0, 9545.0, 9587.0, 9559.0, 9561.0, 9593.0, 9539.0, 9570.0, 9584.0, 9573.0, 9606.0, 9522.0, 9537.0, 9594.0, 9520.0, 9559.0, 9585.0, 9516.0, 9578.0, 9517.0, 9515.0, 9590.0, 9518.0, 9543.0, 9544.0, 9516.0, 9571.0, 9502.0, 9531.0, 9589.0, 9513.0, 9557.0, 9539.0, 9506.0, 9571.0, 9495.0, 9516.0, 9588.0, 9511.0, 9556.0, 9509.0, 9520.0, 9541.0, 9512.0, 9516.0, 9569.0, 9516.0, 9530.0, 9537.0, 9513.0, 9561.0, 9503.0, 9500.0, 9570.0, 9496.0, 9522.0, 9553.0, 9496.0, 9541.0, 9496.0, 9501.0, 9538.0, 9496.0, 9512.0, 9565.0, 9500.0, 9529.0, 9515.0, 9519.0, 9544.0, 9502.0, 9518.0, 9534.0, 9527.0, 9547.0, 9540.0, 9543.0, 9581.0, 9539.0, 9566.0, 9522.0, 9540.0, 9595.0, 9503.0, 9565.0, 9594.0, 9541.0, 9584.0, 9518.0, 9521.0, 9595.0, 9551.0, 9589.0, 9556.0, 9548.0, 9563.0, 9527.0, 9559.0, 9554.0, 9565.0, 9555.0, 9614.0, 9548.0, 9572.0, 9602.0, 9519.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.0012687686996547755</td></tr>
<tr><td colspan=3>aqi</td><td>0.024115754085155355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.82179482625577</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2348697910023039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015877287972351</td></tr>
<tr><td colspan=3>efc</td><td>0.4772</td></tr>
<tr><td colspan=3>fber</td><td>5778.9722</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0936964597594304</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.25776754890679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5385793292251075</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5000271222128903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.79149238799109</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.324218477471343</td></tr>
<tr><td colspan=3>gcor</td><td>0.011176</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016433363780379295</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02500779554247856</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.8356643636280117</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>31.2512</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9306</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.222</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300464.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.8072</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.36</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.8109</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3513.0174</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.01</td></tr>
<tr><td colspan=3>tsnr</td><td>40.3112705812091</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>