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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-04/func/sub-0090_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b9873c4aa08cdcdaebec2818e35a9027</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>18:07:46.927500</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.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108059</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac952e61-86b7-4a01-8bd4-932f93632a5d||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.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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': ['180746.927500', '180747.387500', '180747.847500', '180748.307500', '180748.767500', '180749.227500', '180749.687500', '180750.147500', '180750.607500', '180751.067500', '180751.527500', '180751.987500', '180752.447500', '180752.907500', '180753.367500', '180753.827500', '180754.287500', '180754.747500', '180755.207500', '180755.667500', '180756.127500', '180756.587500', '180757.047500', '180757.507500', '180757.967500', '180758.427500', '180758.887500', '180759.347500', '180759.807500', '180800.267500', '180800.727500', '180801.187500', '180801.647500', '180802.107500', '180802.567500', '180803.027500', '180803.487500', '180803.947500', '180804.407500', '180804.867500', '180805.327500', '180805.787500', '180806.247500', '180806.707500', '180807.167500', '180807.627500', '180808.087500', '180808.547500', '180809.007500', '180809.467500', '180809.927500', '180810.387500', '180810.847500', '180811.307500', '180811.767500', '180812.227500', '180812.687500', '180813.147500', '180813.607500', '180814.067500', '180814.527500', '180814.987500', '180815.447500', '180815.907500', '180816.367500', '180816.827500', '180817.287500', '180817.747500', '180818.207500', '180818.667500', '180819.127500', '180819.587500', '180820.047500', '180820.507500', '180820.967500', '180821.427500', '180821.887500', '180822.347500', '180822.807500', '180823.267500', '180823.727500', '180824.187500', '180824.647500', '180825.107500', '180825.567500', '180826.027500', '180826.487500', '180826.947500', '180827.407500', '180827.867500', '180828.327500', '180828.787500', '180829.247500', '180829.707500', '180830.167500', '180830.627500', '180831.087500', '180831.547500', '180832.007500', '180832.467500', '180832.927500', '180833.387500', '180833.847500', '180834.307500', '180834.767500', '180835.227500', '180835.687500', '180836.147500', '180836.607500', '180837.067500', '180837.527500', '180837.987500', '180838.447500', '180838.907500', '180839.367500', '180839.827500', '180840.287500', '180840.747500', '180841.207500', '180841.667500', '180842.127500', '180842.587500', '180843.047500', '180843.507500', '180843.967500', '180844.427500', '180844.887500', '180845.347500', '180845.807500', '180846.267500', '180846.727500', '180847.187500', '180847.647500', '180848.107500', '180848.567500', '180849.027500', '180849.487500', '180849.947500', '180850.407500', '180850.867500', '180851.327500', '180851.787500', '180852.247500', '180852.707500', '180853.167500', '180853.627500', '180854.087500', '180854.547500', '180855.007500', '180855.467500', '180855.927500', '180856.387500', '180856.847500', '180857.307500', '180857.767500', '180858.227500', '180858.687500', '180859.147500', '180859.607500', '180900.067500', '180900.527500', '180900.987500', '180901.447500', '180901.907500', '180902.367500', '180902.827500', '180903.287500', '180903.747500', '180904.207500', '180904.667500', '180905.127500', '180905.587500', '180906.047500', '180906.507500', '180906.967500', '180907.427500', '180907.887500', '180908.347500', '180908.807500', '180909.267500', '180909.727500', '180910.187500', '180910.647500', '180911.107500', '180911.567500', '180912.027500', '180912.487500', '180912.947500', '180913.407500', '180913.867500', '180914.327500', '180914.787500', '180915.247500', '180915.707500', '180916.167500', '180916.627500', '180917.087500', '180917.547500', '180918.007500', '180918.467500', '180918.927500', '180919.387500', '180919.847500', '180920.307500', '180920.767500', '180921.227500', '180921.687500', '180922.147500', '180922.607500', '180923.067500', '180923.527500', '180923.987500', '180924.447500', '180924.907500', '180925.367500', '180925.827500', '180926.287500', '180926.747500', '180927.207500', '180927.667500', '180928.127500', '180928.587500', '180929.047500', '180929.507500', '180929.967500', '180930.427500', '180930.887500', '180931.347500', '180931.807500', '180932.267500', '180932.727500', '180933.187500', '180933.647500', '180934.107500', '180934.567500', '180935.027500', '180935.487500', '180935.947500', '180936.407500', '180936.867500', '180937.327500', '180937.787500', '180938.247500', '180938.707500', '180939.167500', '180939.627500', '180940.087500', '180940.547500', '180941.007500', '180941.467500', '180941.927500', '180942.387500', '180942.847500', '180943.307500', '180943.767500', '180944.227500', '180944.687500', '180945.147500', '180945.607500', '180946.067500', '180946.527500', '180946.987500', '180947.447500', '180947.907500', '180948.367500', '180948.827500', '180949.287500', '180949.747500', '180950.207500', '180950.667500', '180951.127500', '180951.587500', '180952.047500', '180952.507500', '180952.967500', '180953.427500', '180953.887500', '180954.347500', '180954.807500', '180955.267500', '180955.727500', '180956.187500', '180956.647500', '180957.107500', '180957.567500', '180958.027500', '180958.487500', '180958.947500', '180959.407500', '180959.867500', '181000.327500', '181000.787500', '181001.247500', '181001.707500', '181002.167500', '181002.627500', '181003.087500', '181003.547500', '181004.007500', '181004.467500', '181004.927500', '181005.387500', '181005.847500', '181006.307500', '181006.767500', '181007.227500', '181007.687500', '181008.147500', '181008.607500', '181009.067500', '181009.527500', '181009.987500', '181010.447500', '181010.907500', '181011.367500', '181011.827500', '181012.287500', '181012.747500', '181013.207500', '181013.667500', '181014.127500', '181014.587500', '181015.047500', '181015.507500', '181015.967500', '181016.427500', '181016.887500', '181017.347500', '181017.807500', '181018.267500', '181018.727500', '181019.187500', '181019.647500', '181020.107500', '181020.567500', '181021.027500', '181021.487500', '181021.947500', '181022.407500', '181022.867500', '181023.327500', '181023.787500', '181024.247500', '181024.707500', '181025.167500', '181025.627500', '181026.087500', '181026.547500', '181027.007500', '181027.467500', '181027.927500', '181028.387500', '181028.847500', '181029.307500', '181029.767500', '181030.227500', '181030.687500', '181031.147500', '181031.607500', '181032.067500', '181032.527500', '181032.987500', '181033.447500', '181033.907500', '181034.367500', '181034.827500', '181035.287500', '181035.747500', '181036.207500', '181036.667500', '181037.127500', '181037.587500', '181038.047500', '181038.507500', '181038.967500', '181039.427500', '181039.887500', '181040.347500', '181040.807500', '181041.267500', '181041.727500', '181042.187500', '181042.647500', '181043.107500', '181043.567500', '181044.027500', '181044.487500', '181044.947500', '181045.407500', '181045.867500', '181046.327500', '181046.787500', '181047.247500', '181047.707500', '181048.167500', '181048.627500', '181049.087500', '181049.547500', '181050.007500', '181050.467500', '181050.927500', '181051.387500', '181051.847500', '181052.307500', '181052.767500', '181053.227500', '181053.687500', '181054.147500', '181054.607500', '181055.067500', '181055.527500', '181055.987500', '181056.447500', '181056.907500', '181057.367500', '181057.827500', '181058.287500', '181058.747500', '181059.207500', '181059.667500', '181100.127500', '181100.587500', '181101.047500', '181101.507500', '181101.967500', '181102.427500', '181102.887500', '181103.347500', '181103.807500', '181104.267500', '181104.727500', '181105.187500', '181105.647500', '181106.107500', '181106.567500', '181107.027500', '181107.487500', '181107.947500', '181108.407500', '181108.867500', '181109.327500', '181109.787500', '181110.247500', '181110.707500', '181111.167500', '181111.627500', '181112.087500', '181112.547500', '181113.007500', '181113.467500', '181113.927500', '181114.387500', '181114.847500', '181115.307500', '181115.767500', '181116.227500', '181116.687500', '181117.147500', '181117.607500', '181118.067500', '181118.527500', '181118.987500', '181119.447500', '181119.907500', '181120.367500', '181120.827500', '181121.287500', '181121.747500', '181122.207500', '181122.667500', '181123.127500', '181123.587500', '181124.047500', '181124.507500', '181124.967500', '181125.427500', '181125.887500', '181126.347500', '181126.807500', '181127.267500', '181127.727500', '181128.187500', '181128.647500', '181129.107500', '181129.567500', '181130.027500', '181130.487500', '181130.947500', '181131.407500', '181131.867500', '181132.327500', '181132.787500', '181133.247500', '181133.707500', '181134.167500', '181134.627500', '181135.087500', '181135.547500', '181136.007500', '181136.467500', '181136.927500', '181137.387500', '181137.847500', '181138.307500', '181138.767500', '181139.227500', '181139.687500', '181140.147500', '181140.607500', '181141.067500', '181141.527500', '181141.987500', '181142.447500', '181142.907500', '181143.367500', '181143.827500', '181144.287500', '181144.747500', '181145.207500', '181145.667500', '181146.127500', '181146.587500', '181147.047500', '181147.507500', '181147.967500', '181148.427500', '181148.887500', '181149.347500', '181149.807500', '181150.267500', '181150.727500', '181151.187500', '181151.647500', '181152.107500', '181152.567500', '181153.027500', '181153.487500', '181153.947500', '181154.407500', '181154.867500', '181155.327500', '181155.787500', '181156.247500', '181156.707500', '181157.167500', '181157.627500', '181158.087500', '181158.547500', '181159.007500', '181159.467500', '181159.927500', '181200.387500', '181200.847500', '181201.307500', '181201.767500', '181202.227500', '181202.687500', '181203.147500', '181203.607500', '181204.067500', '181204.527500', '181204.987500', '181205.447500', '181205.907500', '181206.367500', '181206.827500', '181207.287500', '181207.747500', '181208.207500', '181208.667500', '181209.127500', '181209.587500', '181210.047500', '181210.507500', '181210.967500', '181211.427500', '181211.887500', '181212.347500', '181212.807500', '181213.267500', '181213.727500', '181214.187500', '181214.647500', '181215.107500', '181215.567500', '181216.027500', '181216.487500', '181216.947500', '181217.407500', '181217.867500', '181218.327500', '181218.787500', '181219.247500', '181219.707500', '181220.167500', '181220.627500', '181221.087500', '181221.547500', '181222.007500', '181222.467500', '181222.927500', '181223.387500', '181223.847500', '181224.307500', '181224.767500', '181225.227500', '181225.687500', '181226.147500', '181226.607500', '181227.067500', '181227.527500', '181227.987500', '181228.447500', '181228.907500', '181229.367500', '181229.827500', '181230.287500', '181230.747500', '181231.207500', '181231.667500', '181232.127500', '181232.587500', '181233.047500', '181233.507500', '181233.967500', '181234.427500', '181234.887500', '181235.347500', '181235.807500', '181236.267500', '181236.727500', '181237.187500', '181237.647500', '181238.107500', '181238.567500', '181239.027500', '181239.487500', '181239.947500', '181240.407500', '181240.867500', '181241.327500', '181241.787500', '181242.247500', '181242.707500', '181243.167500', '181243.627500', '181244.087500', '181244.547500', '181245.007500', '181245.467500', '181245.927500', '181246.387500', '181246.847500', '181247.307500', '181247.767500', '181248.227500', '181248.687500', '181249.147500', '181249.607500', '181250.067500', '181250.527500', '181250.987500', '181251.447500', '181251.907500', '181252.367500', '181252.827500', '181253.287500', '181253.747500', '181254.207500', '181254.667500', '181255.127500', '181255.587500', '181256.047500', '181256.507500', '181256.967500', '181257.427500', '181257.887500', '181258.347500', '181258.807500', '181259.267500', '181259.727500', '181300.187500', '181300.647500', '181301.107500', '181301.567500', '181302.027500', '181302.487500', '181302.947500', '181303.407500', '181303.867500', '181304.327500', '181304.787500', '181305.247500', '181305.707500', '181306.167500', '181306.627500', '181307.087500', '181307.547500', '181308.007500', '181308.467500', '181308.927500', '181309.387500', '181309.847500', '181310.307500', '181310.767500', '181311.227500', '181311.687500', '181312.147500', '181312.607500', '181313.067500', '181313.527500', '181313.987500', '181314.447500', '181314.907500', '181315.367500', '181315.827500', '181316.287500', '181316.747500', '181317.207500', '181317.667500', '181318.127500', '181318.587500', '181319.047500', '181319.507500', '181319.967500', '181320.427500', '181320.887500', '181321.347500', '181321.807500', '181322.267500', '181322.727500', '181323.187500', '181323.647500', '181324.107500', '181324.567500', '181325.027500', '181325.487500', '181325.947500', '181326.407500', '181326.867500', '181327.327500', '181327.787500', '181328.247500', '181328.707500', '181329.167500', '181329.627500', '181330.087500', '181330.547500', '181331.007500', '181331.467500', '181331.927500', '181332.387500', '181332.847500', '181333.307500', '181333.767500', '181334.227500', '181334.687500', '181335.147500', '181335.607500', '181336.067500', '181336.527500', '181336.987500', '181337.447500', '181337.907500', '181338.367500', '181338.827500', '181339.287500', '181339.747500', '181340.207500', '181340.667500', '181341.127500', '181341.587500', '181342.047500', '181342.507500', '181342.967500', '181343.427500', '181343.887500', '181344.347500', '181344.807500', '181345.267500', '181345.727500', '181346.187500', '181346.647500', '181347.107500', '181347.567500', '181348.027500', '181348.487500', '181348.947500', '181349.407500', '181349.867500', '181350.327500', '181350.787500', '181351.247500', '181351.707500', '181352.167500', '181352.627500', '181353.087500', '181353.547500', '181354.007500', '181354.467500', '181354.927500', '181355.387500', '181355.847500', '181356.307500', '181356.767500', '181357.227500', '181357.687500', '181358.147500', '181358.607500', '181359.067500', '181359.527500', '181359.987500', '181400.447500', '181400.907500', '181401.367500', '181401.827500', '181402.287500', '181402.747500', '181403.207500', '181403.667500', '181404.127500', '181404.587500', '181405.047500', '181405.507500', '181405.967500', '181406.427500', '181406.887500', '181407.347500', '181407.807500', '181408.267500', '181408.727500', '181409.187500', '181409.647500', '181410.107500', '181410.567500', '181411.027500', '181411.487500', '181411.947500', '181412.407500', '181412.867500', '181413.327500', '181413.787500', '181414.247500', '181414.707500', '181415.167500', '181415.627500', '181416.087500', '181416.547500', '181417.007500', '181417.467500', '181417.927500', '181418.387500', '181418.847500', '181419.307500', '181419.767500', '181420.227500', '181420.687500', '181421.147500', '181421.607500', '181422.067500', '181422.527500', '181422.987500', '181423.447500', '181423.907500', '181424.367500', '181424.827500', '181425.287500', '181425.747500', '181426.207500', '181426.667500', '181427.127500', '181427.587500'], 'ContentTime': ['180758.357000', '180758.361000', '180758.365000', '180758.367000', '180758.370000', '180758.373000', '180758.376000', '180758.378000', '180758.381000', '180758.383000', '180758.386000', '180758.389000', '180758.391000', '180758.394000', '180758.397000', '180758.399000', '180758.402000', '180758.404000', '180758.415000', '180758.418000', '180758.426000', '180758.429000', '180758.432000', '180818.295000', '180818.297000', '180818.300000', '180818.303000', '180818.305000', '180818.308000', '180818.310000', '180818.313000', '180818.316000', '180818.318000', '180818.321000', '180818.323000', '180818.326000', '180818.338000', '180818.341000', '180818.343000', '180818.346000', '180818.349000', '180818.351000', '180818.354000', '180818.357000', '180818.359000', '180818.362000', '180818.364000', '180818.367000', '180818.370000', '180818.372000', '180818.375000', '180818.377000', '180818.380000', '180818.382000', '180818.385000', '180818.388000', '180818.390000', '180818.393000', '180818.395000', '180818.398000', '180818.401000', '180818.409000', '180818.412000', '180818.414000', '180818.417000', '180818.420000', '180838.295000', '180838.298000', '180838.301000', '180838.303000', '180838.306000', '180838.309000', '180838.311000', '180838.314000', '180838.316000', '180838.319000', '180838.322000', '180838.324000', '180838.327000', '180838.329000', '180838.332000', '180838.335000', '180838.337000', '180838.340000', '180838.343000', '180838.345000', '180838.348000', '180838.350000', '180838.353000', '180838.355000', '180838.358000', '180838.361000', '180838.363000', '180838.366000', '180838.368000', '180838.371000', '180838.374000', '180838.376000', '180838.379000', '180838.382000', '180838.384000', '180838.387000', '180838.389000', '180838.392000', '180838.395000', '180838.397000', '180838.400000', '180838.402000', '180838.405000', '180838.408000', '180858.294000', '180858.296000', '180858.299000', '180858.302000', '180858.305000', '180858.307000', '180858.310000', '180858.312000', '180858.315000', '180858.317000', '180858.320000', '180858.323000', '180858.325000', '180858.328000', '180858.330000', '180858.333000', '180858.336000', '180858.338000', '180858.341000', '180858.344000', '180858.346000', '180858.349000', '180858.351000', '180858.354000', '180858.357000', '180858.359000', '180858.362000', '180858.365000', '180858.367000', '180858.370000', '180858.387000', '180858.390000', '180858.393000', '180858.395000', '180858.398000', '180858.400000', '180858.403000', '180858.407000', '180858.410000', '180858.412000', '180858.415000', '180858.418000', '180858.420000', '180918.294000', '180918.297000', '180918.300000', '180918.302000', '180918.305000', '180918.308000', '180918.311000', '180918.313000', '180918.316000', '180918.319000', '180918.321000', '180918.324000', '180918.327000', '180918.329000', '180918.332000', '180918.334000', '180918.337000', '180918.340000', '180918.342000', '180918.345000', '180918.348000', '180918.350000', '180918.353000', '180918.355000', '180918.358000', '180918.361000', '180918.363000', '180918.366000', '180918.368000', '180918.371000', '180918.374000', '180918.376000', '180918.379000', '180918.382000', '180918.384000', '180918.387000', '180918.390000', '180918.392000', '180918.395000', '180918.397000', '180918.400000', '180918.403000', '180918.405000', '180918.408000', '180938.294000', '180938.297000', '180938.300000', '180938.303000', '180938.305000', '180938.308000', '180938.310000', '180938.313000', '180938.316000', '180938.318000', '180938.321000', '180938.323000', '180938.326000', '180938.328000', '180938.331000', '180938.334000', '180938.336000', '180938.339000', '180938.342000', '180938.344000', '180938.347000', '180938.349000', '180938.352000', '180938.355000', '180938.357000', '180938.360000', '180938.362000', '180938.365000', '180938.367000', '180938.371000', '180938.374000', '180938.377000', '180938.379000', '180938.382000', '180938.385000', '180938.387000', '180938.390000', '180938.392000', '180938.395000', '180938.398000', '180938.401000', '180938.403000', '180938.406000', '180958.294000', '180958.297000', '180958.300000', '180958.303000', '180958.306000', '180958.308000', '180958.311000', '180958.314000', '180958.316000', '180958.319000', '180958.321000', '180958.324000', '180958.327000', '180958.330000', '180958.332000', '180958.335000', '180958.338000', '180958.340000', '180958.343000', '180958.346000', '180958.348000', '180958.351000', '180958.353000', '180958.356000', '180958.359000', '180958.361000', '180958.364000', '180958.366000', '180958.369000', '180958.372000', '180958.374000', '180958.377000', '180958.380000', '180958.382000', '180958.385000', '180958.388000', '180958.390000', '180958.393000', '180958.395000', '180958.398000', '180958.401000', '180958.403000', '180958.406000', '180958.409000', '181018.294000', '181018.297000', '181018.300000', '181018.302000', '181018.305000', '181018.308000', '181018.310000', '181018.313000', '181018.316000', '181018.318000', '181018.321000', '181018.323000', '181018.326000', '181018.328000', '181018.331000', '181018.334000', '181018.336000', '181018.339000', '181018.341000', '181018.344000', '181018.346000', '181018.349000', '181018.351000', '181018.354000', '181018.357000', '181018.359000', '181018.362000', '181018.364000', '181018.367000', '181018.370000', '181018.372000', '181018.375000', '181018.377000', '181018.380000', '181018.382000', '181018.385000', '181018.387000', '181018.390000', '181018.393000', '181018.395000', '181018.398000', '181018.400000', '181018.403000', '181038.294000', '181038.297000', '181038.300000', '181038.303000', '181038.305000', '181038.308000', '181038.311000', '181038.313000', '181038.316000', '181038.318000', '181038.321000', '181038.324000', '181038.351000', '181038.354000', '181038.357000', '181038.359000', '181038.362000', '181038.364000', '181038.367000', '181038.370000', '181038.372000', '181038.375000', '181038.377000', '181038.380000', '181038.382000', '181038.385000', '181038.388000', '181038.391000', '181038.393000', '181038.396000', '181038.398000', '181038.401000', '181038.404000', '181038.406000', '181038.409000', '181038.412000', '181038.414000', '181038.417000', '181038.419000', '181038.422000', '181038.424000', '181038.427000', '181038.430000', '181038.433000', '181058.294000', '181058.297000', '181058.300000', '181058.302000', '181058.305000', '181058.308000', '181058.311000', '181058.313000', '181058.316000', '181058.319000', '181058.321000', '181058.324000', '181058.326000', '181058.329000', '181058.332000', '181058.334000', '181058.337000', '181058.339000', '181058.342000', '181058.345000', '181058.348000', '181058.350000', '181058.353000', '181058.355000', '181058.358000', '181058.361000', '181058.363000', '181058.366000', '181058.368000', '181058.371000', '181058.374000', '181058.376000', '181058.379000', '181058.382000', '181058.384000', '181058.387000', '181058.390000', '181058.392000', '181058.395000', '181058.397000', '181058.400000', '181058.403000', '181058.405000', '181118.293000', '181118.296000', '181118.299000', '181118.302000', '181118.305000', '181118.307000', '181118.310000', '181118.312000', '181118.315000', '181118.318000', '181118.321000', '181118.323000', '181118.326000', '181118.329000', '181118.337000', '181118.340000', '181118.342000', '181118.345000', '181118.348000', '181118.350000', '181118.353000', '181118.356000', '181118.358000', '181118.361000', '181118.363000', '181118.366000', '181118.369000', '181118.371000', '181118.374000', '181118.376000', '181118.379000', '181118.382000', '181118.384000', '181118.387000', '181118.389000', '181118.392000', '181118.395000', '181118.397000', '181118.400000', '181118.403000', '181118.405000', '181118.408000', '181118.411000', '181118.413000', '181138.295000', '181138.297000', '181138.300000', '181138.303000', '181138.305000', '181138.308000', '181138.311000', '181138.313000', '181138.316000', '181138.318000', '181138.321000', '181138.324000', '181138.326000', '181138.329000', '181138.332000', '181138.334000', '181138.337000', '181138.340000', '181138.342000', '181138.345000', '181138.348000', '181138.350000', '181138.353000', '181138.356000', '181138.358000', '181138.361000', '181138.364000', '181138.366000', '181138.369000', '181138.371000', '181138.374000', '181138.377000', '181138.379000', '181138.382000', '181138.384000', '181138.393000', '181138.396000', '181138.399000', '181138.401000', '181138.404000', '181138.407000', '181138.409000', '181138.412000', '181158.295000', '181158.298000', '181158.301000', '181158.303000', '181158.306000', '181158.308000', '181158.311000', '181158.314000', '181158.316000', '181158.319000', '181158.322000', '181158.324000', '181158.327000', '181158.330000', '181158.332000', '181158.335000', '181158.338000', '181158.340000', '181158.343000', '181158.346000', '181158.348000', '181158.351000', '181158.353000', '181158.356000', '181158.359000', '181158.361000', '181158.364000', '181158.367000', '181158.369000', '181158.372000', '181158.375000', '181158.377000', '181158.380000', '181158.383000', '181158.385000', '181158.388000', '181158.390000', '181158.422000', '181158.424000', '181158.427000', '181158.430000', '181158.432000', '181158.435000', '181218.295000', '181218.297000', '181218.300000', '181218.303000', '181218.306000', '181218.308000', '181218.311000', '181218.313000', '181218.316000', '181218.319000', '181218.321000', '181218.324000', '181218.327000', '181218.329000', '181218.332000', '181218.335000', '181218.337000', '181218.340000', '181218.342000', '181218.345000', '181218.348000', '181218.350000', '181218.353000', '181218.356000', '181218.358000', '181218.361000', '181218.363000', '181218.366000', '181218.369000', '181218.371000', '181218.374000', '181218.377000', '181218.379000', '181218.382000', '181218.384000', '181218.387000', '181218.390000', '181218.392000', '181218.395000', '181218.398000', '181218.400000', '181218.403000', '181218.406000', '181218.409000', '181238.294000', '181238.297000', '181238.300000', '181238.303000', '181238.305000', '181238.308000', '181238.311000', '181238.313000', '181238.316000', '181238.319000', '181238.321000', '181238.324000', '181238.326000', '181238.329000', '181238.332000', '181238.334000', '181238.337000', '181238.340000', '181238.342000', '181238.345000', '181238.348000', '181238.350000', '181238.353000', '181238.356000', '181238.358000', '181238.361000', '181238.363000', '181238.366000', '181238.369000', '181238.371000', '181238.374000', '181238.377000', '181238.379000', '181238.382000', '181238.384000', '181238.387000', '181238.390000', '181238.392000', '181238.395000', '181238.398000', '181238.400000', '181238.403000', '181238.406000', '181238.408000', '181258.295000', '181258.298000', '181258.300000', '181258.303000', '181258.305000', '181258.308000', '181258.311000', '181258.314000', '181258.316000', '181258.319000', '181258.322000', '181258.324000', '181258.327000', '181258.329000', '181258.332000', '181258.335000', '181258.337000', '181258.340000', '181258.342000', '181258.345000', '181258.348000', '181258.350000', '181258.353000', '181258.356000', '181258.358000', '181258.361000', '181258.364000', '181258.366000', '181258.369000', '181258.372000', '181258.374000', '181258.377000', '181258.379000', '181258.382000', '181258.385000', '181258.387000', '181258.390000', '181258.393000', '181258.395000', '181258.398000', '181258.400000', '181258.403000', '181258.405000', '181318.295000', '181318.297000', '181318.300000', '181318.303000', '181318.312000', '181318.314000', '181318.317000', '181318.320000', '181318.322000', '181318.325000', '181318.328000', '181318.330000', '181318.333000', '181318.336000', '181318.338000', '181318.341000', '181318.344000', '181318.346000', '181318.349000', '181318.352000', '181318.354000', '181318.357000', '181318.360000', '181318.362000', '181318.365000', '181318.368000', '181318.370000', '181318.373000', '181318.376000', '181318.378000', '181318.381000', '181318.383000', '181318.386000', '181318.389000', '181318.391000', '181318.394000', '181318.396000', '181318.399000', '181318.401000', '181318.404000', '181318.407000', '181318.409000', '181318.412000', '181318.414000', '181338.294000', '181338.296000', '181338.299000', '181338.302000', '181338.318000', '181338.320000', '181338.323000', '181338.326000', '181338.328000', '181338.331000', '181338.333000', '181338.336000', '181338.339000', '181338.341000', '181338.344000', '181338.346000', '181338.349000', '181338.352000', '181338.354000', '181338.357000', '181338.360000', '181338.362000', '181338.365000', '181338.367000', '181338.370000', '181338.373000', '181338.375000', '181338.378000', '181338.381000', '181338.383000', '181338.386000', '181338.388000', '181338.391000', '181338.394000', '181338.396000', '181338.399000', '181338.402000', '181338.404000', '181338.407000', '181338.410000', '181338.412000', '181338.415000', '181338.418000', '181358.295000', '181358.298000', '181358.301000', '181358.303000', '181358.306000', '181358.309000', '181358.311000', '181358.314000', '181358.316000', '181358.319000', '181358.322000', '181358.324000', '181358.328000', '181358.331000', '181358.334000', '181358.337000', '181358.339000', '181358.342000', '181358.344000', '181358.347000', '181358.350000', '181358.352000', '181358.355000', '181358.357000', '181358.360000', '181358.363000', '181358.365000', '181358.368000', '181358.370000', '181358.373000', '181358.375000', '181358.378000', '181358.381000', '181358.383000', '181358.386000', '181358.389000', '181358.391000', '181358.394000', '181358.397000', '181358.399000', '181358.402000', '181358.404000', '181358.407000', '181418.296000', '181418.299000', '181418.301000', '181418.304000', '181418.307000', '181418.310000', '181418.312000', '181418.315000', '181418.317000', '181418.320000', '181418.323000', '181418.325000', '181418.328000', '181418.331000', '181418.333000', '181418.336000', '181418.339000', '181418.341000', '181418.344000', '181418.346000', '181418.349000', '181418.352000', '181418.354000', '181418.357000', '181418.360000', '181418.362000', '181418.365000', '181418.367000', '181418.370000', '181418.373000', '181418.375000', '181418.378000', '181418.381000', '181418.383000', '181418.386000', '181418.388000', '181418.391000', '181418.394000', '181418.396000', '181418.399000', '181418.401000', '181418.404000', '181418.406000', '181418.409000', '181428.667000', '181428.670000', '181428.673000', '181428.676000', '181428.679000', '181428.682000', '181428.684000', '181428.687000', '181428.690000', '181428.693000', '181428.696000', '181428.699000', '181428.702000', '181428.707000', '181428.710000', '181428.714000', '181428.717000', '181428.720000', '181428.723000', '181428.725000', '181428.728000', '181428.731000', '181428.736000'], 'InstanceCreationTime': ['180758.357000', '180758.361000', '180758.365000', '180758.367000', '180758.370000', '180758.373000', '180758.376000', '180758.378000', '180758.381000', '180758.383000', '180758.386000', '180758.389000', '180758.391000', '180758.394000', '180758.397000', '180758.399000', '180758.402000', '180758.404000', '180758.415000', '180758.418000', '180758.426000', '180758.429000', '180758.432000', '180818.295000', '180818.297000', '180818.300000', '180818.303000', '180818.305000', '180818.308000', '180818.310000', '180818.313000', '180818.316000', '180818.318000', '180818.321000', '180818.323000', '180818.326000', '180818.338000', '180818.341000', '180818.343000', '180818.346000', '180818.349000', '180818.351000', '180818.354000', '180818.357000', '180818.359000', '180818.362000', '180818.364000', '180818.367000', '180818.370000', '180818.372000', '180818.375000', '180818.377000', '180818.380000', '180818.382000', '180818.385000', '180818.388000', '180818.390000', '180818.393000', '180818.395000', '180818.398000', '180818.401000', '180818.409000', '180818.412000', '180818.414000', '180818.417000', '180818.420000', '180838.295000', '180838.298000', '180838.301000', '180838.303000', '180838.306000', '180838.309000', '180838.311000', '180838.314000', '180838.316000', '180838.319000', '180838.322000', '180838.324000', '180838.327000', '180838.329000', '180838.332000', '180838.335000', '180838.337000', '180838.340000', '180838.343000', '180838.345000', '180838.348000', '180838.350000', '180838.353000', '180838.355000', '180838.358000', '180838.361000', '180838.363000', '180838.366000', '180838.368000', '180838.371000', '180838.374000', '180838.376000', '180838.379000', '180838.382000', '180838.384000', '180838.387000', '180838.389000', '180838.392000', '180838.395000', '180838.397000', '180838.400000', '180838.402000', '180838.405000', '180838.408000', '180858.294000', '180858.296000', '180858.299000', '180858.302000', '180858.305000', '180858.307000', '180858.310000', '180858.312000', '180858.315000', '180858.317000', '180858.320000', '180858.323000', '180858.325000', '180858.328000', '180858.330000', '180858.333000', '180858.336000', '180858.338000', '180858.341000', '180858.344000', '180858.346000', '180858.349000', '180858.351000', '180858.354000', '180858.357000', '180858.359000', '180858.362000', '180858.365000', '180858.367000', '180858.370000', '180858.387000', '180858.390000', '180858.393000', '180858.395000', '180858.398000', '180858.400000', '180858.403000', '180858.407000', '180858.410000', '180858.412000', '180858.415000', '180858.418000', '180858.420000', '180918.294000', '180918.297000', '180918.300000', '180918.302000', '180918.305000', '180918.308000', '180918.311000', '180918.313000', '180918.316000', '180918.319000', '180918.321000', '180918.324000', '180918.327000', '180918.329000', '180918.332000', '180918.334000', '180918.337000', '180918.340000', '180918.342000', '180918.345000', '180918.348000', '180918.350000', '180918.353000', '180918.355000', '180918.358000', '180918.361000', '180918.363000', '180918.366000', '180918.368000', '180918.371000', '180918.374000', '180918.376000', '180918.379000', '180918.382000', '180918.384000', '180918.387000', '180918.390000', '180918.392000', '180918.395000', '180918.397000', '180918.400000', '180918.403000', '180918.405000', '180918.408000', '180938.294000', '180938.297000', '180938.300000', '180938.303000', '180938.305000', '180938.308000', '180938.310000', '180938.313000', '180938.316000', '180938.318000', '180938.321000', '180938.323000', '180938.326000', '180938.328000', '180938.331000', '180938.334000', '180938.336000', '180938.339000', '180938.342000', '180938.344000', '180938.347000', '180938.349000', '180938.352000', '180938.355000', '180938.357000', '180938.360000', '180938.362000', '180938.365000', '180938.367000', '180938.371000', '180938.374000', '180938.377000', '180938.379000', '180938.382000', '180938.385000', '180938.387000', '180938.390000', '180938.392000', '180938.395000', '180938.398000', '180938.401000', '180938.403000', '180938.406000', '180958.294000', '180958.297000', '180958.300000', '180958.303000', '180958.306000', '180958.308000', '180958.311000', '180958.314000', '180958.316000', '180958.319000', '180958.321000', '180958.324000', '180958.327000', '180958.330000', '180958.332000', '180958.335000', '180958.338000', '180958.340000', '180958.343000', '180958.346000', '180958.348000', '180958.351000', '180958.353000', '180958.356000', '180958.359000', '180958.361000', '180958.364000', '180958.366000', '180958.369000', '180958.372000', '180958.374000', '180958.377000', '180958.380000', '180958.382000', '180958.385000', '180958.388000', '180958.390000', '180958.393000', '180958.395000', '180958.398000', '180958.401000', '180958.403000', '180958.406000', '180958.409000', '181018.294000', '181018.297000', '181018.300000', '181018.302000', '181018.305000', '181018.308000', '181018.310000', '181018.313000', '181018.316000', '181018.318000', '181018.321000', '181018.323000', '181018.326000', '181018.328000', '181018.331000', '181018.334000', '181018.336000', '181018.339000', '181018.341000', '181018.344000', '181018.346000', '181018.349000', '181018.351000', '181018.354000', '181018.357000', '181018.359000', '181018.362000', '181018.364000', '181018.367000', '181018.370000', '181018.372000', '181018.375000', '181018.377000', '181018.380000', '181018.382000', '181018.385000', '181018.387000', '181018.390000', '181018.393000', '181018.395000', '181018.398000', '181018.400000', '181018.403000', '181038.294000', '181038.297000', '181038.300000', '181038.303000', '181038.305000', '181038.308000', '181038.311000', '181038.313000', '181038.316000', '181038.318000', '181038.321000', '181038.324000', '181038.351000', '181038.354000', '181038.357000', '181038.359000', '181038.362000', '181038.364000', '181038.367000', '181038.370000', '181038.372000', '181038.375000', '181038.377000', '181038.380000', '181038.382000', '181038.385000', '181038.388000', '181038.391000', '181038.393000', '181038.396000', '181038.398000', '181038.401000', '181038.404000', '181038.406000', '181038.409000', '181038.412000', '181038.414000', '181038.417000', '181038.419000', '181038.422000', '181038.424000', '181038.427000', '181038.430000', '181038.433000', '181058.294000', '181058.297000', '181058.300000', '181058.302000', '181058.305000', '181058.308000', '181058.311000', '181058.313000', '181058.316000', '181058.319000', '181058.321000', '181058.324000', '181058.326000', '181058.329000', '181058.332000', '181058.334000', '181058.337000', '181058.339000', '181058.342000', '181058.345000', '181058.348000', '181058.350000', '181058.353000', '181058.355000', '181058.358000', '181058.361000', '181058.363000', '181058.366000', '181058.368000', '181058.371000', '181058.374000', '181058.376000', '181058.379000', '181058.382000', '181058.384000', '181058.387000', '181058.390000', '181058.392000', '181058.395000', '181058.397000', '181058.400000', '181058.403000', '181058.405000', '181118.293000', '181118.296000', '181118.299000', '181118.302000', '181118.305000', '181118.307000', '181118.310000', '181118.312000', '181118.315000', '181118.318000', '181118.321000', '181118.323000', '181118.326000', '181118.329000', '181118.337000', '181118.340000', '181118.342000', '181118.345000', '181118.348000', '181118.350000', '181118.353000', '181118.356000', '181118.358000', '181118.361000', '181118.363000', '181118.366000', '181118.369000', '181118.371000', '181118.374000', '181118.376000', '181118.379000', '181118.382000', '181118.384000', '181118.387000', '181118.389000', '181118.392000', '181118.395000', '181118.397000', '181118.400000', '181118.403000', '181118.405000', '181118.408000', '181118.411000', '181118.413000', '181138.295000', '181138.297000', '181138.300000', '181138.303000', '181138.305000', '181138.308000', '181138.311000', '181138.313000', '181138.316000', '181138.318000', '181138.321000', '181138.324000', '181138.326000', '181138.329000', '181138.332000', '181138.334000', '181138.337000', '181138.340000', '181138.342000', '181138.345000', '181138.348000', '181138.350000', '181138.353000', '181138.356000', '181138.358000', '181138.361000', '181138.364000', '181138.366000', '181138.369000', '181138.371000', '181138.374000', '181138.377000', '181138.379000', '181138.382000', '181138.384000', '181138.393000', '181138.396000', '181138.399000', '181138.401000', '181138.404000', '181138.407000', '181138.409000', '181138.412000', '181158.295000', '181158.298000', '181158.301000', '181158.303000', '181158.306000', '181158.308000', '181158.311000', '181158.314000', '181158.316000', '181158.319000', '181158.322000', '181158.324000', '181158.327000', '181158.330000', '181158.332000', '181158.335000', '181158.338000', '181158.340000', '181158.343000', '181158.346000', '181158.348000', '181158.351000', '181158.353000', '181158.356000', '181158.359000', '181158.361000', '181158.364000', '181158.367000', '181158.369000', '181158.372000', '181158.375000', '181158.377000', '181158.380000', '181158.383000', '181158.385000', '181158.388000', '181158.390000', '181158.422000', '181158.424000', '181158.427000', '181158.430000', '181158.432000', '181158.435000', '181218.295000', '181218.297000', '181218.300000', '181218.303000', '181218.306000', '181218.308000', '181218.311000', '181218.313000', '181218.316000', '181218.319000', '181218.321000', '181218.324000', '181218.327000', '181218.329000', '181218.332000', '181218.335000', '181218.337000', '181218.340000', '181218.342000', '181218.345000', '181218.348000', '181218.350000', '181218.353000', '181218.356000', '181218.358000', '181218.361000', '181218.363000', '181218.366000', '181218.369000', '181218.371000', '181218.374000', '181218.377000', '181218.379000', '181218.382000', '181218.384000', '181218.387000', '181218.390000', '181218.392000', '181218.395000', '181218.398000', '181218.400000', '181218.403000', '181218.406000', '181218.409000', '181238.294000', '181238.297000', '181238.300000', '181238.303000', '181238.305000', '181238.308000', '181238.311000', '181238.313000', '181238.316000', '181238.319000', '181238.321000', '181238.324000', '181238.326000', '181238.329000', '181238.332000', '181238.334000', '181238.337000', '181238.340000', '181238.342000', '181238.345000', '181238.348000', '181238.350000', '181238.353000', '181238.356000', '181238.358000', '181238.361000', '181238.363000', '181238.366000', '181238.369000', '181238.371000', '181238.374000', '181238.377000', '181238.379000', '181238.382000', '181238.384000', '181238.387000', '181238.390000', '181238.392000', '181238.395000', '181238.398000', '181238.400000', '181238.403000', '181238.406000', '181238.408000', '181258.295000', '181258.298000', '181258.300000', '181258.303000', '181258.305000', '181258.308000', '181258.311000', '181258.314000', '181258.316000', '181258.319000', '181258.322000', '181258.324000', '181258.327000', '181258.329000', '181258.332000', '181258.335000', '181258.337000', '181258.340000', '181258.342000', '181258.345000', '181258.348000', '181258.350000', '181258.353000', '181258.356000', '181258.358000', '181258.361000', '181258.364000', '181258.366000', '181258.369000', '181258.372000', '181258.374000', '181258.377000', '181258.379000', '181258.382000', '181258.385000', '181258.387000', '181258.390000', '181258.393000', '181258.395000', '181258.398000', '181258.400000', '181258.403000', '181258.405000', '181318.295000', '181318.297000', '181318.300000', '181318.303000', '181318.312000', '181318.314000', '181318.317000', '181318.320000', '181318.322000', '181318.325000', '181318.328000', '181318.330000', '181318.333000', '181318.336000', '181318.338000', '181318.341000', '181318.344000', '181318.346000', '181318.349000', '181318.352000', '181318.354000', '181318.357000', '181318.360000', '181318.362000', '181318.365000', '181318.368000', '181318.370000', '181318.373000', '181318.376000', '181318.378000', '181318.381000', '181318.383000', '181318.386000', '181318.389000', '181318.391000', '181318.394000', '181318.396000', '181318.399000', '181318.401000', '181318.404000', '181318.407000', '181318.409000', '181318.412000', '181318.414000', '181338.294000', '181338.296000', '181338.299000', '181338.302000', '181338.318000', '181338.320000', '181338.323000', '181338.326000', '181338.328000', '181338.331000', '181338.333000', '181338.336000', '181338.339000', '181338.341000', '181338.344000', '181338.346000', '181338.349000', '181338.352000', '181338.354000', '181338.357000', '181338.360000', '181338.362000', '181338.365000', '181338.367000', '181338.370000', '181338.373000', '181338.375000', '181338.378000', '181338.381000', '181338.383000', '181338.386000', '181338.388000', '181338.391000', '181338.394000', '181338.396000', '181338.399000', '181338.402000', '181338.404000', '181338.407000', '181338.410000', '181338.412000', '181338.415000', '181338.418000', '181358.295000', '181358.298000', '181358.301000', '181358.303000', '181358.306000', '181358.309000', '181358.311000', '181358.314000', '181358.316000', '181358.319000', '181358.322000', '181358.324000', '181358.328000', '181358.331000', '181358.334000', '181358.337000', '181358.339000', '181358.342000', '181358.344000', '181358.347000', '181358.350000', '181358.352000', '181358.355000', '181358.357000', '181358.360000', '181358.363000', '181358.365000', '181358.368000', '181358.370000', '181358.373000', '181358.375000', '181358.378000', '181358.381000', '181358.383000', '181358.386000', '181358.389000', '181358.391000', '181358.394000', '181358.397000', '181358.399000', '181358.402000', '181358.404000', '181358.407000', '181418.296000', '181418.299000', '181418.301000', '181418.304000', '181418.307000', '181418.310000', '181418.312000', '181418.315000', '181418.317000', '181418.320000', '181418.323000', '181418.325000', '181418.328000', '181418.331000', '181418.333000', '181418.336000', '181418.339000', '181418.341000', '181418.344000', '181418.346000', '181418.349000', '181418.352000', '181418.354000', '181418.357000', '181418.360000', '181418.362000', '181418.365000', '181418.367000', '181418.370000', '181418.373000', '181418.375000', '181418.378000', '181418.381000', '181418.383000', '181418.386000', '181418.388000', '181418.391000', '181418.394000', '181418.396000', '181418.399000', '181418.401000', '181418.404000', '181418.406000', '181418.409000', '181428.667000', '181428.670000', '181428.673000', '181428.676000', '181428.679000', '181428.682000', '181428.684000', '181428.687000', '181428.690000', '181428.693000', '181428.696000', '181428.699000', '181428.702000', '181428.707000', '181428.710000', '181428.714000', '181428.717000', '181428.720000', '181428.723000', '181428.725000', '181428.728000', '181428.731000', '181428.736000'], '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': [13313, 11503, 15065, 11166, 8039, 12445, 11199, 14539, 11726, 8638, 11755, 10774, 11170, 11515, 8847, 12139, 10751, 8044, 12573, 9914, 16284, 12185, 10300, 10894, 9760, 8354, 11730, 8471, 13243, 10422, 13215, 11580, 10387, 11202, 7867, 12891, 11048, 9454, 11772, 8489, 12855, 11008, 8193, 13208, 10865, 9932, 11361, 10689, 8366, 12792, 10350, 12735, 10838, 10095, 12443, 11512, 11927, 10423, 8768, 11154, 8498, 13717, 11089, 11095, 10871, 8350, 13690, 11020, 12534, 10505, 8297, 12501, 11043, 11432, 11501, 9095, 13601, 11236, 8843, 13735, 11271, 8230, 12654, 10727, 14710, 11285, 9307, 11873, 10960, 8416, 13552, 10610, 12964, 10947, 8403, 12137, 11003, 8646, 11649, 10555, 11080, 12172, 9447, 14916, 10734, 8188, 12336, 11193, 8576, 11536, 10724, 8387, 11754, 10766, 9142, 14584, 11340, 8224, 13124, 11057, 8976, 12495, 10354, 8711, 11524, 8986, 13868, 11301, 7865, 11607, 9684, 14381, 10906, 8104, 11801, 10594, 8707, 13703, 10729, 8891, 11559, 9978, 14462, 11596, 8318, 12124, 10628, 8830, 13658, 10698, 9650, 11130, 8854, 15493, 11184, 8030, 11775, 10771, 8578, 13181, 10379, 12820, 10853, 8425, 13655, 10929, 14723, 10491, 8538, 11784, 10483, 14689, 11485, 8388, 11332, 10345, 9299, 12222, 9338, 13921, 10261, 8141, 12101, 10436, 14885, 11378, 7961, 11648, 8658, 13453, 11293, 9245, 11022, 8560, 12283, 11010, 13885, 10642, 8142, 11963, 11004, 13568, 11232, 8375, 11879, 10703, 13682, 11287, 8753, 11677, 10517, 12679, 11947, 8497, 12109, 10485, 8320, 13101, 11592, 9381, 11470, 10165, 14141, 11273, 8768, 12315, 10551, 8411, 13044, 10628, 14671, 10488, 8616, 12654, 11187, 13298, 11228, 9211, 12306, 10783, 8867, 13082, 10639, 10194, 11500, 8774, 13424, 10932, 8076, 11672, 9570, 14883, 11555, 8285, 11354, 10489, 8363, 14114, 10830, 10879, 11220, 8792, 14180, 11072, 13545, 10261, 7976, 11685, 8652, 13210, 10736, 8178, 11334, 8840, 14073, 10872, 7805, 13251, 10737, 8391, 14012, 11119, 9774, 14390, 11570, 8610, 12863, 11138, 10017, 11557, 9746, 13081, 11127, 8709, 14615, 12099, 15408, 10345, 7624, 11871, 10462, 9618, 13355, 9342, 11833, 10648, 9453, 12993, 9056, 12236, 10941, 11707, 11918, 10474, 12835, 11901, 13567, 10750, 10126, 12096, 10616, 13051, 11155, 8576, 12497, 11201, 11217, 11626, 8876, 13568, 11378, 10415, 11647, 8490, 13707, 11329, 8295, 11120, 10447, 8384, 13669, 11131, 13841, 10899, 8182, 12984, 10688, 14440, 12002, 8260, 12061, 10822, 13778, 11215, 8676, 12505, 11514, 13016, 11673, 8718, 12637, 11408, 13351, 11498, 8416, 12323, 10899, 8799, 11604, 10749, 8622, 12543, 9528, 13251, 11474, 10922, 11883, 9417, 13150, 10916, 9963, 11266, 8731, 13496, 11170, 8122, 11547, 9846, 13259, 11310, 8604, 11167, 9016, 12812, 11623, 13742, 11287, 8445, 12736, 11212, 13669, 10936, 8076, 12481, 10868, 14799, 10899, 7997, 11945, 10973, 10883, 12242, 9712, 12899, 10641, 8641, 14065, 11723, 8988, 12098, 9796, 15810, 11817, 8759, 12076, 10650, 12826, 12022, 9923, 12236, 10767, 10726, 11587, 9133, 13267, 11003, 8870, 11676, 9637, 15153, 11392, 8622, 11774, 10798, 9718, 13119, 9285, 13659, 11962, 8363, 12530, 10047, 15294, 11258, 8148, 12290, 10896, 13580, 12283, 8746, 11975, 10681, 8370, 14280, 11461, 13140, 12072, 9079, 14353, 11500, 9093, 12739, 10841, 13482, 11381, 7965, 13513, 11393, 8609, 12352, 11206, 8992, 13327, 11067, 8539, 12794, 11441, 10724, 11698, 8995, 12062, 11531, 10426, 12676, 10123, 11709, 10911, 8629, 13867, 11033, 8043, 11927, 10636, 14290, 12238, 8467, 12743, 10920, 8675, 14407, 12174, 8655, 12295, 10903, 8593, 12676, 11585, 8983, 12432, 10932, 8764, 13872, 12133, 13041, 11939, 9332, 13692, 11717, 10141, 11941, 9993, 13413, 11444, 8965, 13399, 10845, 10991, 11623, 9034, 14316, 11576, 9773, 11873, 9266, 13427, 11449, 8365, 12030, 10802, 12614, 12133, 8587, 13723, 10828, 8818, 13962, 9746, 12614, 10955, 14873, 10845, 8672, 11568, 9390, 13687, 11232, 10889, 11256, 8411, 13753, 10613, 13521, 10796, 8250, 13217, 10896, 14137, 10859, 8132, 13130, 11096, 14619, 11102, 8496, 13226, 11194, 15491, 11499, 8253, 12438, 10749, 14923, 11864, 8762, 11501, 10889, 9799, 12735, 9439, 12825, 11197, 12088, 11435, 9221, 13792, 11459, 10084, 11594, 9019, 13728, 11677, 8467, 11863, 9605, 12622, 11256, 8773, 11795, 10543, 10272, 12570, 10577, 13878, 11635, 8754, 13041, 11484, 10246, 12385, 10378, 13378, 12184, 8812, 12374, 10771, 11238, 12422, 9376, 12933, 10946, 8578, 13694, 11227, 15276, 11515, 8538, 13109, 11658, 15119, 11361, 8464, 13029, 11692, 10021, 12208, 10387, 11253, 12120, 9246, 14160, 11851, 8190, 12597, 11335, 15014, 11851, 9456, 12403, 10959, 13658, 11173, 9299, 11749, 10132, 12870, 11288, 8726, 11534, 8757, 13374, 11803, 8384, 11624, 9065, 12858, 11906, 13667, 11504, 8543, 12694, 10822, 14777, 11096, 8287, 11879, 8856, 13932, 12108, 9819, 14186, 10848, 7947, 12328, 10935, 10538, 13064, 10238, 14954, 12142, 9626, 12558, 11304, 11426, 13664, 12682, 15092, 12183, 11956, 13438, 11657, 13785, 11593, 10211, 12110, 9406, 13400, 11448, 8554, 12120, 11283, 14294, 11657, 8634, 11984, 11360, 10399, 12487, 9649, 12462, 11416, 8851, 14273, 11211, 9044, 13232, 11741, 8936, 12545, 11146, 12392, 12889, 9740, 13953, 11128, 9077, 14406, 11866, 8130, 12685, 11461, 11213, 13507, 10672, 10764, 12387, 10243, 13095, 12340, 9813, 11001, 11867, 9875, 14977, 11462, 8516, 12492, 10100, 15391, 11980, 8633, 12179, 11038, 11279, 12853, 9227, 12958, 10858, 8328, 13123, 9390, 13336, 11002, 8754, 12283, 9047, 14030, 11212, 8461, 12197, 10074, 13977, 11326, 8518, 12448, 10826, 13177, 11484, 9165, 11857, 9427, 14467, 11579, 8844, 12595, 11127, 8506, 13414, 11334, 15790, 12148, 9046, 11918, 10883, 10677, 12482, 9355, 14186, 11351, 8771, 12156, 9701, 14641, 11638, 8496, 12487, 11082, 12758, 12546, 9426, 12091, 11177, 8846, 13558, 9857, 12578, 11110, 8639, 13935, 10827, 13331, 11347, 8746, 13838, 11380, 14199, 10942, 8183, 12716, 11527, 13040, 11215, 8828, 13607, 11801, 8858, 12277, 10736, 11362, 13118, 10974, 11814, 12389], 'WindowCenter': [4657.0, 4632.0, 4644.0, 4604.0, 4560.0, 4600.0, 4588.0, 4617.0, 4598.0, 4558.0, 4587.0, 4588.0, 4586.0, 4587.0, 4565.0, 4595.0, 4587.0, 4556.0, 4597.0, 4579.0, 4630.0, 4598.0, 4579.0, 4586.0, 4577.0, 4556.0, 4597.0, 4556.0, 4607.0, 4578.0, 4598.0, 4589.0, 4574.0, 4585.0, 4557.0, 4596.0, 4585.0, 4565.0, 4596.0, 4555.0, 4594.0, 4588.0, 4555.0, 4607.0, 4588.0, 4576.0, 4582.0, 4573.0, 4555.0, 4596.0, 4575.0, 4583.0, 4576.0, 4573.0, 4593.0, 4585.0, 4584.0, 4575.0, 4550.0, 4572.0, 4553.0, 4604.0, 4584.0, 4583.0, 4574.0, 4555.0, 4607.0, 4588.0, 4598.0, 4577.0, 4556.0, 4593.0, 4585.0, 4585.0, 4587.0, 4566.0, 4604.0, 4585.0, 4568.0, 4608.0, 4585.0, 4558.0, 4597.0, 4588.0, 4617.0, 4585.0, 4565.0, 4585.0, 4584.0, 4553.0, 4595.0, 4577.0, 4592.0, 4573.0, 4555.0, 4583.0, 4573.0, 4553.0, 4585.0, 4575.0, 4573.0, 4584.0, 4564.0, 4603.0, 4574.0, 4543.0, 4583.0, 4575.0, 4553.0, 4582.0, 4574.0, 4556.0, 4584.0, 4584.0, 4566.0, 4617.0, 4588.0, 4558.0, 4607.0, 4587.0, 4566.0, 4596.0, 4577.0, 4555.0, 4586.0, 4556.0, 4607.0, 4587.0, 4544.0, 4584.0, 4564.0, 4603.0, 4575.0, 4556.0, 4584.0, 4573.0, 4554.0, 4608.0, 4588.0, 4565.0, 4585.0, 4575.0, 4616.0, 4588.0, 4556.0, 4596.0, 4576.0, 4565.0, 4606.0, 4576.0, 4563.0, 4584.0, 4565.0, 4614.0, 4584.0, 4555.0, 4585.0, 4585.0, 4555.0, 4607.0, 4576.0, 4593.0, 4586.0, 4554.0, 4604.0, 4584.0, 4604.0, 4574.0, 4553.0, 4583.0, 4573.0, 4603.0, 4584.0, 4554.0, 4584.0, 4574.0, 4564.0, 4595.0, 4566.0, 4605.0, 4574.0, 4545.0, 4595.0, 4575.0, 4615.0, 4586.0, 4545.0, 4583.0, 4553.0, 4594.0, 4574.0, 4553.0, 4573.0, 4553.0, 4582.0, 4573.0, 4603.0, 4572.0, 4544.0, 4582.0, 4574.0, 4592.0, 4586.0, 4554.0, 4583.0, 4573.0, 4593.0, 4572.0, 4552.0, 4583.0, 4573.0, 4593.0, 4581.0, 4554.0, 4594.0, 4574.0, 4554.0, 4606.0, 4598.0, 4565.0, 4598.0, 4577.0, 4618.0, 4587.0, 4569.0, 4597.0, 4588.0, 4555.0, 4606.0, 4576.0, 4616.0, 4575.0, 4554.0, 4597.0, 4585.0, 4595.0, 4574.0, 4564.0, 4583.0, 4573.0, 4564.0, 4594.0, 4576.0, 4575.0, 4585.0, 4553.0, 4593.0, 4575.0, 4544.0, 4584.0, 4563.0, 4615.0, 4585.0, 4555.0, 4586.0, 4575.0, 4555.0, 4608.0, 4585.0, 4586.0, 4586.0, 4555.0, 4605.0, 4587.0, 4606.0, 4574.0, 4547.0, 4586.0, 4555.0, 4596.0, 4576.0, 4554.0, 4586.0, 4567.0, 4606.0, 4587.0, 4544.0, 4608.0, 4587.0, 4566.0, 4618.0, 4599.0, 4589.0, 4620.0, 4599.0, 4568.0, 4608.0, 4587.0, 4577.0, 4588.0, 4566.0, 4595.0, 4585.0, 4556.0, 4616.0, 4598.0, 4617.0, 4574.0, 4545.0, 4585.0, 4587.0, 4576.0, 4607.0, 4577.0, 4597.0, 4588.0, 4576.0, 4607.0, 4567.0, 4596.0, 4585.0, 4584.0, 4585.0, 4575.0, 4593.0, 4584.0, 4593.0, 4574.0, 4562.0, 4583.0, 4563.0, 4592.0, 4573.0, 4553.0, 4582.0, 4573.0, 4573.0, 4583.0, 4554.0, 4594.0, 4583.0, 4573.0, 4583.0, 4554.0, 4604.0, 4585.0, 4555.0, 4584.0, 4572.0, 4557.0, 4616.0, 4589.0, 4607.0, 4584.0, 4555.0, 4607.0, 4584.0, 4606.0, 4596.0, 4555.0, 4594.0, 4586.0, 4604.0, 4584.0, 4555.0, 4596.0, 4588.0, 4594.0, 4586.0, 4554.0, 4592.0, 4586.0, 4593.0, 4584.0, 4554.0, 4594.0, 4575.0, 4556.0, 4587.0, 4588.0, 4567.0, 4608.0, 4579.0, 4608.0, 4599.0, 4585.0, 4597.0, 4568.0, 4605.0, 4587.0, 4576.0, 4586.0, 4557.0, 4607.0, 4586.0, 4557.0, 4586.0, 4575.0, 4596.0, 4587.0, 4554.0, 4586.0, 4554.0, 4597.0, 4586.0, 4603.0, 4575.0, 4544.0, 4594.0, 4574.0, 4603.0, 4575.0, 4543.0, 4585.0, 4573.0, 4604.0, 4576.0, 4545.0, 4584.0, 4575.0, 4585.0, 4595.0, 4576.0, 4595.0, 4586.0, 4567.0, 4618.0, 4597.0, 4568.0, 4597.0, 4578.0, 4628.0, 4599.0, 4567.0, 4594.0, 4587.0, 4596.0, 4597.0, 4576.0, 4594.0, 4585.0, 4574.0, 4584.0, 4565.0, 4596.0, 4574.0, 4553.0, 4584.0, 4565.0, 4616.0, 4586.0, 4567.0, 4584.0, 4584.0, 4575.0, 4608.0, 4567.0, 4608.0, 4596.0, 4557.0, 4595.0, 4575.0, 4616.0, 4586.0, 4555.0, 4597.0, 4585.0, 4606.0, 4598.0, 4566.0, 4595.0, 4585.0, 4556.0, 4616.0, 4597.0, 4594.0, 4595.0, 4567.0, 4606.0, 4585.0, 4565.0, 4596.0, 4574.0, 4593.0, 4586.0, 4543.0, 4594.0, 4583.0, 4553.0, 4594.0, 4583.0, 4565.0, 4605.0, 4584.0, 4555.0, 4594.0, 4585.0, 4573.0, 4583.0, 4554.0, 4583.0, 4583.0, 4573.0, 4593.0, 4572.0, 4582.0, 4573.0, 4554.0, 4604.0, 4573.0, 4543.0, 4584.0, 4574.0, 4612.0, 4595.0, 4556.0, 4594.0, 4585.0, 4566.0, 4606.0, 4596.0, 4555.0, 4595.0, 4586.0, 4567.0, 4607.0, 4598.0, 4567.0, 4607.0, 4588.0, 4568.0, 4617.0, 4607.0, 4609.0, 4598.0, 4567.0, 4606.0, 4596.0, 4576.0, 4585.0, 4565.0, 4592.0, 4585.0, 4565.0, 4605.0, 4576.0, 4574.0, 4583.0, 4564.0, 4605.0, 4587.0, 4575.0, 4583.0, 4565.0, 4594.0, 4586.0, 4554.0, 4584.0, 4585.0, 4595.0, 4594.0, 4566.0, 4604.0, 4587.0, 4566.0, 4618.0, 4577.0, 4596.0, 4588.0, 4605.0, 4587.0, 4553.0, 4583.0, 4565.0, 4604.0, 4584.0, 4575.0, 4574.0, 4554.0, 4605.0, 4575.0, 4603.0, 4572.0, 4555.0, 4604.0, 4586.0, 4604.0, 4584.0, 4546.0, 4603.0, 4586.0, 4614.0, 4587.0, 4556.0, 4605.0, 4588.0, 4616.0, 4587.0, 4550.0, 4596.0, 4586.0, 4615.0, 4597.0, 4566.0, 4586.0, 4585.0, 4575.0, 4594.0, 4564.0, 4597.0, 4587.0, 4584.0, 4585.0, 4565.0, 4606.0, 4586.0, 4562.0, 4573.0, 4553.0, 4593.0, 4583.0, 4544.0, 4581.0, 4563.0, 4582.0, 4584.0, 4554.0, 4584.0, 4574.0, 4574.0, 4594.0, 4576.0, 4606.0, 4585.0, 4568.0, 4607.0, 4596.0, 4577.0, 4595.0, 4578.0, 4606.0, 4595.0, 4566.0, 4596.0, 4587.0, 4587.0, 4594.0, 4567.0, 4597.0, 4587.0, 4556.0, 4606.0, 4587.0, 4615.0, 4583.0, 4555.0, 4596.0, 4586.0, 4616.0, 4585.0, 4554.0, 4595.0, 4586.0, 4575.0, 4595.0, 4576.0, 4585.0, 4594.0, 4578.0, 4618.0, 4596.0, 4558.0, 4597.0, 4586.0, 4616.0, 4597.0, 4566.0, 4596.0, 4574.0, 4604.0, 4574.0, 4555.0, 4584.0, 4575.0, 4594.0, 4573.0, 4553.0, 4585.0, 4552.0, 4593.0, 4583.0, 4555.0, 4586.0, 4564.0, 4594.0, 4596.0, 4605.0, 4584.0, 4554.0, 4594.0, 4585.0, 4605.0, 4587.0, 4555.0, 4586.0, 4565.0, 4606.0, 4595.0, 4578.0, 4606.0, 4587.0, 4556.0, 4597.0, 4587.0, 4587.0, 4609.0, 4589.0, 4629.0, 4600.0, 4577.0, 4610.0, 4589.0, 4586.0, 4607.0, 4597.0, 4604.0, 4583.0, 4574.0, 4594.0, 4573.0, 4594.0, 4573.0, 4561.0, 4570.0, 4550.0, 4582.0, 4571.0, 4540.0, 4571.0, 4569.0, 4592.0, 4574.0, 4542.0, 4572.0, 4572.0, 4562.0, 4581.0, 4563.0, 4581.0, 4584.0, 4564.0, 4604.0, 4583.0, 4564.0, 4607.0, 4597.0, 4567.0, 4594.0, 4587.0, 4596.0, 4597.0, 4567.0, 4604.0, 4583.0, 4566.0, 4617.0, 4598.0, 4559.0, 4605.0, 4587.0, 4586.0, 4604.0, 4577.0, 4586.0, 4596.0, 4574.0, 4607.0, 4608.0, 4578.0, 4588.0, 4598.0, 4589.0, 4629.0, 4600.0, 4568.0, 4609.0, 4589.0, 4618.0, 4598.0, 4569.0, 4597.0, 4587.0, 4587.0, 4606.0, 4568.0, 4596.0, 4587.0, 4556.0, 4607.0, 4567.0, 4606.0, 4586.0, 4555.0, 4596.0, 4566.0, 4605.0, 4583.0, 4555.0, 4585.0, 4565.0, 4605.0, 4574.0, 4555.0, 4584.0, 4575.0, 4594.0, 4585.0, 4564.0, 4584.0, 4566.0, 4616.0, 4587.0, 4567.0, 4597.0, 4586.0, 4567.0, 4608.0, 4597.0, 4628.0, 4597.0, 4567.0, 4596.0, 4588.0, 4574.0, 4597.0, 4567.0, 4606.0, 4588.0, 4556.0, 4596.0, 4567.0, 4605.0, 4585.0, 4556.0, 4595.0, 4585.0, 4595.0, 4596.0, 4566.0, 4583.0, 4575.0, 4553.0, 4596.0, 4565.0, 4584.0, 4573.0, 4552.0, 4602.0, 4574.0, 4592.0, 4573.0, 4553.0, 4592.0, 4584.0, 4592.0, 4572.0, 4543.0, 4583.0, 4584.0, 4593.0, 4573.0, 4553.0, 4601.0, 4585.0, 4555.0, 4583.0, 4575.0, 4586.0, 4605.0, 4585.0, 4596.0, 4596.0], 'WindowWidth': [10203.0, 10156.0, 10162.0, 10101.0, 10036.0, 10086.0, 10067.0, 10107.0, 10082.0, 10026.0, 10065.0, 10065.0, 10062.0, 10063.0, 10033.0, 10074.0, 10063.0, 10023.0, 10077.0, 10058.0, 10129.0, 10083.0, 10057.0, 10064.0, 10052.0, 10022.0, 10077.0, 10023.0, 10091.0, 10052.0, 10081.0, 10068.0, 10045.0, 10057.0, 10022.0, 10076.0, 10062.0, 10033.0, 10074.0, 10018.0, 10069.0, 10068.0, 10021.0, 10094.0, 10067.0, 10047.0, 10055.0, 10041.0, 10018.0, 10076.0, 10045.0, 10055.0, 10046.0, 10040.0, 10067.0, 10058.0, 10056.0, 10042.0, 10007.0, 10037.0, 10012.0, 10082.0, 10057.0, 10054.0, 10044.0, 10018.0, 10090.0, 10067.0, 10081.0, 10052.0, 10021.0, 10071.0, 10060.0, 10058.0, 10063.0, 10035.0, 10084.0, 10060.0, 10038.0, 10096.0, 10062.0, 10024.0, 10078.0, 10066.0, 10105.0, 10060.0, 10031.0, 10059.0, 10057.0, 10015.0, 10073.0, 10049.0, 10067.0, 10041.0, 10017.0, 10054.0, 10042.0, 10014.0, 10059.0, 10044.0, 10040.0, 10057.0, 10029.0, 10083.0, 10041.0, 9998.0, 10054.0, 10044.0, 10010.0, 10053.0, 10043.0, 10020.0, 10058.0, 10057.0, 10036.0, 10108.0, 10066.0, 10026.0, 10092.0, 10064.0, 10035.0, 10077.0, 10049.0, 10018.0, 10060.0, 10020.0, 10091.0, 10062.0, 10002.0, 10055.0, 10030.0, 10083.0, 10046.0, 10020.0, 10057.0, 10043.0, 10018.0, 10094.0, 10066.0, 10033.0, 10060.0, 10047.0, 10104.0, 10065.0, 10022.0, 10076.0, 10047.0, 10032.0, 10091.0, 10049.0, 10029.0, 10056.0, 10033.0, 10100.0, 10058.0, 10019.0, 10059.0, 10059.0, 10020.0, 10092.0, 10049.0, 10070.0, 10059.0, 10018.0, 10086.0, 10058.0, 10087.0, 10044.0, 10013.0, 10051.0, 10040.0, 10083.0, 10057.0, 10015.0, 10056.0, 10043.0, 10030.0, 10074.0, 10035.0, 10087.0, 10044.0, 10005.0, 10072.0, 10047.0, 10101.0, 10060.0, 10004.0, 10054.0, 10014.0, 10069.0, 10044.0, 10012.0, 10039.0, 10012.0, 10050.0, 10040.0, 10081.0, 10037.0, 10001.0, 10050.0, 10043.0, 10067.0, 10060.0, 10016.0, 10054.0, 10040.0, 10065.0, 10038.0, 10011.0, 10053.0, 10041.0, 10068.0, 10052.0, 10017.0, 10070.0, 10043.0, 10018.0, 10089.0, 10080.0, 10034.0, 10079.0, 10051.0, 10108.0, 10066.0, 10042.0, 10078.0, 10066.0, 10020.0, 10091.0, 10050.0, 10102.0, 10045.0, 10016.0, 10077.0, 10061.0, 10072.0, 10044.0, 10030.0, 10054.0, 10041.0, 10030.0, 10072.0, 10047.0, 10043.0, 10056.0, 10013.0, 10068.0, 10045.0, 10002.0, 10055.0, 10027.0, 10100.0, 10060.0, 10018.0, 10059.0, 10044.0, 10019.0, 10093.0, 10061.0, 10061.0, 10061.0, 10019.0, 10088.0, 10066.0, 10089.0, 10044.0, 10008.0, 10061.0, 10019.0, 10074.0, 10048.0, 10016.0, 10060.0, 10035.0, 10090.0, 10064.0, 10003.0, 10094.0, 10066.0, 10037.0, 10110.0, 10085.0, 10071.0, 10115.0, 10084.0, 10040.0, 10096.0, 10067.0, 10051.0, 10067.0, 10035.0, 10071.0, 10059.0, 10020.0, 10104.0, 10080.0, 10108.0, 10042.0, 10005.0, 10059.0, 10062.0, 10048.0, 10093.0, 10052.0, 10078.0, 10067.0, 10051.0, 10093.0, 10039.0, 10076.0, 10061.0, 10057.0, 10059.0, 10044.0, 10068.0, 10056.0, 10067.0, 10041.0, 10022.0, 10054.0, 10024.0, 10064.0, 10038.0, 10011.0, 10051.0, 10040.0, 10040.0, 10054.0, 10014.0, 10070.0, 10053.0, 10040.0, 10052.0, 10016.0, 10085.0, 10058.0, 10018.0, 10057.0, 10040.0, 10024.0, 10105.0, 10070.0, 10093.0, 10059.0, 10020.0, 10092.0, 10060.0, 10092.0, 10075.0, 10017.0, 10070.0, 10061.0, 10085.0, 10056.0, 10017.0, 10075.0, 10066.0, 10071.0, 10061.0, 10017.0, 10068.0, 10060.0, 10068.0, 10056.0, 10014.0, 10069.0, 10045.0, 10020.0, 10065.0, 10066.0, 10038.0, 10095.0, 10057.0, 10096.0, 10082.0, 10060.0, 10077.0, 10038.0, 10090.0, 10066.0, 10048.0, 10061.0, 10023.0, 10093.0, 10063.0, 10023.0, 10060.0, 10046.0, 10075.0, 10064.0, 10017.0, 10060.0, 10015.0, 10075.0, 10061.0, 10081.0, 10044.0, 10002.0, 10069.0, 10044.0, 10081.0, 10043.0, 10000.0, 10057.0, 10040.0, 10084.0, 10046.0, 10004.0, 10056.0, 10046.0, 10059.0, 10073.0, 10049.0, 10075.0, 10063.0, 10040.0, 10108.0, 10081.0, 10040.0, 10079.0, 10053.0, 10123.0, 10084.0, 10037.0, 10071.0, 10065.0, 10077.0, 10079.0, 10048.0, 10071.0, 10060.0, 10041.0, 10057.0, 10032.0, 10076.0, 10044.0, 10014.0, 10056.0, 10032.0, 10104.0, 10062.0, 10036.0, 10058.0, 10059.0, 10048.0, 10095.0, 10039.0, 10095.0, 10076.0, 10022.0, 10074.0, 10048.0, 10105.0, 10063.0, 10020.0, 10076.0, 10062.0, 10090.0, 10082.0, 10036.0, 10074.0, 10060.0, 10022.0, 10105.0, 10079.0, 10073.0, 10074.0, 10037.0, 10089.0, 10060.0, 10032.0, 10075.0, 10043.0, 10068.0, 10059.0, 9997.0, 10071.0, 10054.0, 10013.0, 10071.0, 10057.0, 10032.0, 10088.0, 10057.0, 10018.0, 10069.0, 10060.0, 10042.0, 10053.0, 10014.0, 10054.0, 10054.0, 10041.0, 10069.0, 10038.0, 10052.0, 10038.0, 10015.0, 10084.0, 10042.0, 10000.0, 10057.0, 10045.0, 10096.0, 10075.0, 10021.0, 10072.0, 10060.0, 10035.0, 10091.0, 10077.0, 10019.0, 10074.0, 10063.0, 10037.0, 10093.0, 10082.0, 10040.0, 10094.0, 10069.0, 10042.0, 10109.0, 10096.0, 10097.0, 10082.0, 10039.0, 10092.0, 10077.0, 10048.0, 10061.0, 10031.0, 10067.0, 10058.0, 10033.0, 10088.0, 10047.0, 10043.0, 10053.0, 10030.0, 10087.0, 10064.0, 10044.0, 10055.0, 10033.0, 10071.0, 10061.0, 10016.0, 10057.0, 10059.0, 10073.0, 10071.0, 10034.0, 10086.0, 10065.0, 10037.0, 10110.0, 10051.0, 10075.0, 10066.0, 10089.0, 10064.0, 10014.0, 10054.0, 10032.0, 10084.0, 10058.0, 10044.0, 10042.0, 10016.0, 10085.0, 10047.0, 10084.0, 10039.0, 10019.0, 10085.0, 10062.0, 10084.0, 10057.0, 10007.0, 10083.0, 10062.0, 10100.0, 10063.0, 10021.0, 10088.0, 10066.0, 10104.0, 10063.0, 10009.0, 10074.0, 10061.0, 10103.0, 10078.0, 10037.0, 10062.0, 10060.0, 10045.0, 10072.0, 10030.0, 10076.0, 10062.0, 10055.0, 10057.0, 10032.0, 10088.0, 10061.0, 10023.0, 10038.0, 10012.0, 10068.0, 10054.0, 9999.0, 10048.0, 10024.0, 10052.0, 10056.0, 10016.0, 10056.0, 10042.0, 10043.0, 10071.0, 10048.0, 10090.0, 10061.0, 10041.0, 10092.0, 10079.0, 10052.0, 10075.0, 10054.0, 10089.0, 10072.0, 10036.0, 10077.0, 10063.0, 10065.0, 10073.0, 10039.0, 10080.0, 10064.0, 10022.0, 10090.0, 10067.0, 10102.0, 10057.0, 10019.0, 10075.0, 10062.0, 10103.0, 10058.0, 10016.0, 10072.0, 10062.0, 10046.0, 10073.0, 10049.0, 10060.0, 10073.0, 10054.0, 10109.0, 10078.0, 10026.0, 10078.0, 10065.0, 10105.0, 10079.0, 10035.0, 10074.0, 10045.0, 10085.0, 10044.0, 10016.0, 10054.0, 10045.0, 10070.0, 10042.0, 10013.0, 10057.0, 10012.0, 10068.0, 10055.0, 10018.0, 10060.0, 10029.0, 10068.0, 10075.0, 10086.0, 10056.0, 10017.0, 10071.0, 10060.0, 10086.0, 10064.0, 10018.0, 10060.0, 10033.0, 10089.0, 10074.0, 10053.0, 10090.0, 10065.0, 10022.0, 10077.0, 10067.0, 10066.0, 10098.0, 10072.0, 10127.0, 10087.0, 10053.0, 10100.0, 10071.0, 10064.0, 10093.0, 10075.0, 10085.0, 10053.0, 10039.0, 10070.0, 10037.0, 10070.0, 10038.0, 10019.0, 10031.0, 10003.0, 10048.0, 10033.0, 9989.0, 10031.0, 10029.0, 10063.0, 10039.0, 9994.0, 10034.0, 10035.0, 10021.0, 10048.0, 10024.0, 10047.0, 10054.0, 10029.0, 10085.0, 10055.0, 10030.0, 10091.0, 10078.0, 10037.0, 10072.0, 10064.0, 10076.0, 10079.0, 10037.0, 10085.0, 10055.0, 10035.0, 10106.0, 10079.0, 10026.0, 10088.0, 10063.0, 10061.0, 10086.0, 10050.0, 10061.0, 10076.0, 10045.0, 10092.0, 10094.0, 10054.0, 10067.0, 10082.0, 10072.0, 10127.0, 10087.0, 10042.0, 10098.0, 10070.0, 10111.0, 10081.0, 10040.0, 10077.0, 10064.0, 10064.0, 10091.0, 10038.0, 10077.0, 10064.0, 10021.0, 10091.0, 10037.0, 10089.0, 10061.0, 10017.0, 10072.0, 10032.0, 10086.0, 10056.0, 10016.0, 10056.0, 10031.0, 10087.0, 10043.0, 10016.0, 10056.0, 10043.0, 10068.0, 10059.0, 10030.0, 10057.0, 10033.0, 10103.0, 10065.0, 10037.0, 10079.0, 10063.0, 10038.0, 10094.0, 10082.0, 10124.0, 10081.0, 10038.0, 10077.0, 10066.0, 10046.0, 10078.0, 10038.0, 10092.0, 10066.0, 10021.0, 10075.0, 10036.0, 10088.0, 10061.0, 10020.0, 10072.0, 10058.0, 10072.0, 10076.0, 10033.0, 10055.0, 10044.0, 10015.0, 10075.0, 10030.0, 10056.0, 10040.0, 10010.0, 10080.0, 10042.0, 10065.0, 10038.0, 10011.0, 10066.0, 10054.0, 10065.0, 10036.0, 9998.0, 10052.0, 10054.0, 10067.0, 10039.0, 10011.0, 10077.0, 10058.0, 10019.0, 10054.0, 10046.0, 10061.0, 10086.0, 10060.0, 10075.0, 10075.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.00018769585253456222</td></tr>
<tr><td colspan=3>aqi</td><td>0.016666145622119814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.039417086412904</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2257338292387545</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956040354094581</td></tr>
<tr><td colspan=3>efc</td><td>0.5137</td></tr>
<tr><td colspan=3>fber</td><td>5242.9907</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07549326586459544</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3456221198156682</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3192940928760666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1512587668918126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6160198467201354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.190603665016251</td></tr>
<tr><td colspan=3>gcor</td><td>0.00491618</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020024586468935013</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04713328927755356</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.234775817034256</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>13.8154</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9302</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.0117</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288547.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>1068.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.5025</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1352</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.0136</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3739.9451</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.871</td></tr>
<tr><td colspan=3>tsnr</td><td>46.02871657162905</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>