<?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-0062_ses-03_task-social_acq-mb8_run-03_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-0062_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-03_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-0062/ses-03/func/sub-0062_ses-03_task-social_acq-mb8_run-03_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>17582dd01920d35585b0108ca7910e03</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>09:10:36.197500</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.999595, 0.0113519, 0.0261012, -0.0104681, 0.999376, -0.0337491]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0861423</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7723, -7322, 477, -16, -125, 20, 63]</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>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e5b1052-b47d-4051-b2de-f6ddffc1c16c||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.681839942932129, -0.028085269033908844, 0.07146359235048294, 110.71456909179688], [-0.03045627661049366, 2.6812515258789062, -0.09034789353609085, -89.01724243164062], [0.07002755999565125, 0.09054633229970932, 2.6975414752960205, -83.25862121582031], [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': ['091036.197500', '091036.657500', '091037.117500', '091037.577500', '091038.037500', '091038.497500', '091038.957500', '091039.417500', '091039.877500', '091040.337500', '091040.797500', '091041.257500', '091041.717500', '091042.177500', '091042.637500', '091043.097500', '091043.557500', '091044.017500', '091044.477500', '091044.937500', '091045.397500', '091045.857500', '091046.317500', '091046.777500', '091047.237500', '091047.697500', '091048.157500', '091048.617500', '091049.077500', '091049.537500', '091049.997500', '091050.457500', '091050.917500', '091051.377500', '091051.837500', '091052.297500', '091052.757500', '091053.217500', '091053.677500', '091054.137500', '091054.597500', '091055.057500', '091055.517500', '091055.977500', '091056.437500', '091056.897500', '091057.357500', '091057.817500', '091058.277500', '091058.737500', '091059.197500', '091059.657500', '091100.117500', '091100.577500', '091101.037500', '091101.497500', '091101.957500', '091102.417500', '091102.877500', '091103.337500', '091103.797500', '091104.257500', '091104.717500', '091105.177500', '091105.637500', '091106.097500', '091106.557500', '091107.017500', '091107.477500', '091107.937500', '091108.397500', '091108.857500', '091109.317500', '091109.777500', '091110.237500', '091110.697500', '091111.157500', '091111.617500', '091112.077500', '091112.537500', '091112.997500', '091113.457500', '091113.917500', '091114.377500', '091114.837500', '091115.297500', '091115.757500', '091116.217500', '091116.677500', '091117.137500', '091117.597500', '091118.057500', '091118.517500', '091118.977500', '091119.437500', '091119.897500', '091120.357500', '091120.817500', '091121.277500', '091121.737500', '091122.197500', '091122.657500', '091123.117500', '091123.577500', '091124.037500', '091124.497500', '091124.957500', '091125.417500', '091125.877500', '091126.337500', '091126.797500', '091127.257500', '091127.717500', '091128.177500', '091128.637500', '091129.097500', '091129.557500', '091130.017500', '091130.477500', '091130.937500', '091131.397500', '091131.857500', '091132.317500', '091132.777500', '091133.237500', '091133.697500', '091134.157500', '091134.617500', '091135.077500', '091135.537500', '091135.997500', '091136.457500', '091136.917500', '091137.377500', '091137.837500', '091138.297500', '091138.757500', '091139.217500', '091139.677500', '091140.137500', '091140.597500', '091141.057500', '091141.517500', '091141.977500', '091142.437500', '091142.897500', '091143.357500', '091143.817500', '091144.277500', '091144.737500', '091145.197500', '091145.657500', '091146.117500', '091146.577500', '091147.037500', '091147.497500', '091147.957500', '091148.417500', '091148.877500', '091149.337500', '091149.797500', '091150.257500', '091150.717500', '091151.177500', '091151.637500', '091152.097500', '091152.557500', '091153.017500', '091153.477500', '091153.937500', '091154.397500', '091154.857500', '091155.317500', '091155.777500', '091156.237500', '091156.697500', '091157.157500', '091157.617500', '091158.077500', '091158.537500', '091158.997500', '091159.457500', '091159.917500', '091200.377500', '091200.837500', '091201.297500', '091201.757500', '091202.217500', '091202.677500', '091203.137500', '091203.597500', '091204.057500', '091204.517500', '091204.977500', '091205.437500', '091205.897500', '091206.357500', '091206.817500', '091207.277500', '091207.737500', '091208.197500', '091208.657500', '091209.117500', '091209.577500', '091210.037500', '091210.497500', '091210.957500', '091211.417500', '091211.877500', '091212.337500', '091212.797500', '091213.257500', '091213.717500', '091214.177500', '091214.637500', '091215.097500', '091215.557500', '091216.017500', '091216.477500', '091216.937500', '091217.397500', '091217.857500', '091218.317500', '091218.777500', '091219.237500', '091219.697500', '091220.157500', '091220.617500', '091221.077500', '091221.537500', '091221.997500', '091222.457500', '091222.917500', '091223.377500', '091223.837500', '091224.297500', '091224.757500', '091225.217500', '091225.677500', '091226.137500', '091226.597500', '091227.057500', '091227.517500', '091227.977500', '091228.437500', '091228.897500', '091229.357500', '091229.817500', '091230.277500', '091230.737500', '091231.197500', '091231.657500', '091232.117500', '091232.577500', '091233.037500', '091233.497500', '091233.957500', '091234.417500', '091234.877500', '091235.337500', '091235.797500', '091236.257500', '091236.717500', '091237.177500', '091237.637500', '091238.097500', '091238.557500', '091239.017500', '091239.477500', '091239.937500', '091240.397500', '091240.857500', '091241.317500', '091241.777500', '091242.237500', '091242.697500', '091243.157500', '091243.617500', '091244.077500', '091244.537500', '091244.997500', '091245.457500', '091245.917500', '091246.377500', '091246.837500', '091247.297500', '091247.757500', '091248.217500', '091248.677500', '091249.137500', '091249.597500', '091250.057500', '091250.517500', '091250.977500', '091251.437500', '091251.897500', '091252.357500', '091252.817500', '091253.277500', '091253.737500', '091254.197500', '091254.657500', '091255.117500', '091255.577500', '091256.037500', '091256.497500', '091256.957500', '091257.417500', '091257.877500', '091258.337500', '091258.797500', '091259.257500', '091259.717500', '091300.177500', '091300.637500', '091301.097500', '091301.557500', '091302.017500', '091302.477500', '091302.937500', '091303.397500', '091303.857500', '091304.317500', '091304.777500', '091305.237500', '091305.697500', '091306.157500', '091306.617500', '091307.077500', '091307.537500', '091307.997500', '091308.457500', '091308.917500', '091309.377500', '091309.837500', '091310.297500', '091310.757500', '091311.217500', '091311.677500', '091312.137500', '091312.597500', '091313.057500', '091313.517500', '091313.977500', '091314.437500', '091314.897500', '091315.357500', '091315.817500', '091316.277500', '091316.737500', '091317.197500', '091317.657500', '091318.117500', '091318.577500', '091319.037500', '091319.497500', '091319.957500', '091320.417500', '091320.877500', '091321.337500', '091321.797500', '091322.257500', '091322.717500', '091323.177500', '091323.637500', '091324.097500', '091324.557500', '091325.017500', '091325.477500', '091325.937500', '091326.397500', '091326.857500', '091327.317500', '091327.777500', '091328.237500', '091328.697500', '091329.157500', '091329.617500', '091330.077500', '091330.537500', '091330.997500', '091331.457500', '091331.917500', '091332.377500', '091332.837500', '091333.297500', '091333.757500', '091334.217500', '091334.677500', '091335.137500', '091335.597500', '091336.057500', '091336.517500', '091336.977500', '091337.437500', '091337.897500', '091338.357500', '091338.817500', '091339.277500', '091339.737500', '091340.197500', '091340.657500', '091341.117500', '091341.577500', '091342.037500', '091342.497500', '091342.957500', '091343.417500', '091343.877500', '091344.337500', '091344.797500', '091345.257500', '091345.717500', '091346.177500', '091346.637500', '091347.097500', '091347.557500', '091348.017500', '091348.477500', '091348.937500', '091349.397500', '091349.857500', '091350.317500', '091350.777500', '091351.237500', '091351.697500', '091352.157500', '091352.617500', '091353.077500', '091353.537500', '091353.997500', '091354.457500', '091354.917500', '091355.377500', '091355.837500', '091356.297500', '091356.757500', '091357.217500', '091357.677500', '091358.137500', '091358.597500', '091359.057500', '091359.517500', '091359.977500', '091400.437500', '091400.897500', '091401.357500', '091401.817500', '091402.277500', '091402.737500', '091403.197500', '091403.657500', '091404.117500', '091404.577500', '091405.037500', '091405.497500', '091405.957500', '091406.417500', '091406.877500', '091407.337500', '091407.797500', '091408.257500', '091408.717500', '091409.177500', '091409.637500', '091410.097500', '091410.557500', '091411.017500', '091411.477500', '091411.937500', '091412.397500', '091412.857500', '091413.317500', '091413.777500', '091414.237500', '091414.697500', '091415.157500', '091415.617500', '091416.077500', '091416.537500', '091416.997500', '091417.457500', '091417.917500', '091418.377500', '091418.837500', '091419.297500', '091419.757500', '091420.217500', '091420.677500', '091421.137500', '091421.597500', '091422.057500', '091422.517500', '091422.977500', '091423.437500', '091423.897500', '091424.357500', '091424.817500', '091425.277500', '091425.737500', '091426.197500', '091426.657500', '091427.117500', '091427.577500', '091428.037500', '091428.497500', '091428.957500', '091429.417500', '091429.877500', '091430.337500', '091430.797500', '091431.257500', '091431.717500', '091432.177500', '091432.637500', '091433.097500', '091433.557500', '091434.017500', '091434.477500', '091434.937500', '091435.397500', '091435.857500', '091436.317500', '091436.777500', '091437.237500', '091437.697500', '091438.157500', '091438.617500', '091439.077500', '091439.537500', '091439.997500', '091440.457500', '091440.917500', '091441.377500', '091441.837500', '091442.297500', '091442.757500', '091443.217500', '091443.677500', '091444.137500', '091444.597500', '091445.057500', '091445.517500', '091445.977500', '091446.437500', '091446.897500', '091447.357500', '091447.817500', '091448.277500', '091448.737500', '091449.197500', '091449.657500', '091450.117500', '091450.577500', '091451.037500', '091451.497500', '091451.957500', '091452.417500', '091452.877500', '091453.337500', '091453.797500', '091454.257500', '091454.717500', '091455.177500', '091455.637500', '091456.097500', '091456.557500', '091457.017500', '091457.477500', '091457.937500', '091458.397500', '091458.857500', '091459.317500', '091459.777500', '091500.237500', '091500.697500', '091501.157500', '091501.617500', '091502.077500', '091502.537500', '091502.997500', '091503.457500', '091503.917500', '091504.377500', '091504.837500', '091505.297500', '091505.757500', '091506.217500', '091506.677500', '091507.137500', '091507.597500', '091508.057500', '091508.517500', '091508.977500', '091509.437500', '091509.897500', '091510.357500', '091510.817500', '091511.277500', '091511.737500', '091512.197500', '091512.657500', '091513.117500', '091513.577500', '091514.037500', '091514.497500', '091514.957500', '091515.417500', '091515.877500', '091516.337500', '091516.797500', '091517.257500', '091517.717500', '091518.177500', '091518.637500', '091519.097500', '091519.557500', '091520.017500', '091520.477500', '091520.937500', '091521.397500', '091521.857500', '091522.317500', '091522.777500', '091523.237500', '091523.697500', '091524.157500', '091524.617500', '091525.077500', '091525.537500', '091525.997500', '091526.457500', '091526.917500', '091527.377500', '091527.837500', '091528.297500', '091528.757500', '091529.217500', '091529.677500', '091530.137500', '091530.597500', '091531.057500', '091531.517500', '091531.977500', '091532.437500', '091532.897500', '091533.357500', '091533.817500', '091534.277500', '091534.737500', '091535.197500', '091535.657500', '091536.117500', '091536.577500', '091537.037500', '091537.497500', '091537.957500', '091538.417500', '091538.877500', '091539.337500', '091539.797500', '091540.257500', '091540.717500', '091541.177500', '091541.637500', '091542.097500', '091542.557500', '091543.017500', '091543.477500', '091543.937500', '091544.397500', '091544.857500', '091545.317500', '091545.777500', '091546.237500', '091546.697500', '091547.157500', '091547.617500', '091548.077500', '091548.537500', '091548.997500', '091549.457500', '091549.917500', '091550.377500', '091550.837500', '091551.297500', '091551.757500', '091552.217500', '091552.677500', '091553.137500', '091553.597500', '091554.057500', '091554.517500', '091554.977500', '091555.437500', '091555.897500', '091556.357500', '091556.817500', '091557.277500', '091557.737500', '091558.197500', '091558.657500', '091559.117500', '091559.577500', '091600.037500', '091600.497500', '091600.957500', '091601.417500', '091601.877500', '091602.337500', '091602.797500', '091603.257500', '091603.717500', '091604.177500', '091604.637500', '091605.097500', '091605.557500', '091606.017500', '091606.477500', '091606.937500', '091607.397500', '091607.857500', '091608.317500', '091608.777500', '091609.237500', '091609.697500', '091610.157500', '091610.617500', '091611.077500', '091611.537500', '091611.997500', '091612.457500', '091612.917500', '091613.377500', '091613.837500', '091614.297500', '091614.757500', '091615.217500', '091615.677500', '091616.137500', '091616.597500', '091617.057500', '091617.517500', '091617.977500', '091618.437500', '091618.897500', '091619.357500', '091619.817500', '091620.277500', '091620.737500', '091621.197500', '091621.657500', '091622.117500', '091622.577500', '091623.037500', '091623.497500', '091623.957500', '091624.417500', '091624.877500', '091625.337500', '091625.797500', '091626.257500', '091626.717500', '091627.177500', '091627.637500', '091628.097500', '091628.557500', '091629.017500', '091629.477500', '091629.937500', '091630.397500', '091630.857500', '091631.317500', '091631.777500', '091632.237500', '091632.697500', '091633.157500', '091633.617500', '091634.077500', '091634.537500', '091634.997500', '091635.457500', '091635.917500', '091636.377500', '091636.837500', '091637.297500', '091637.757500', '091638.217500', '091638.677500', '091639.137500', '091639.597500', '091640.057500', '091640.517500', '091640.977500', '091641.437500', '091641.897500', '091642.357500', '091642.817500', '091643.277500', '091643.737500', '091644.197500', '091644.657500', '091645.117500', '091645.577500', '091646.037500', '091646.497500', '091646.957500', '091647.417500', '091647.877500', '091648.337500', '091648.797500', '091649.257500', '091649.717500', '091650.177500', '091650.637500', '091651.097500', '091651.557500', '091652.017500', '091652.477500', '091652.937500', '091653.397500', '091653.857500', '091654.317500', '091654.777500', '091655.237500', '091655.697500', '091656.157500', '091656.617500', '091657.077500', '091657.537500', '091657.997500', '091658.457500', '091658.917500', '091659.377500', '091659.837500', '091700.297500', '091700.757500', '091701.217500', '091701.677500', '091702.137500', '091702.597500', '091703.057500', '091703.517500', '091703.977500', '091704.437500', '091704.897500', '091705.357500', '091705.817500', '091706.277500', '091706.737500', '091707.197500', '091707.657500', '091708.117500', '091708.577500', '091709.037500', '091709.497500', '091709.957500', '091710.417500', '091710.877500', '091711.337500', '091711.797500', '091712.257500', '091712.717500', '091713.177500', '091713.637500', '091714.097500', '091714.557500', '091715.017500', '091715.477500', '091715.937500', '091716.397500', '091716.857500'], 'ContentTime': ['091058.639000', '091058.642000', '091058.645000', '091058.647000', '091058.657000', '091058.660000', '091058.663000', '091058.665000', '091058.668000', '091058.670000', '091058.673000', '091058.675000', '091058.678000', '091058.681000', '091058.683000', '091058.686000', '091058.688000', '091058.691000', '091058.693000', '091058.696000', '091058.698000', '091058.701000', '091058.704000', '091058.706000', '091058.709000', '091058.711000', '091058.714000', '091058.723000', '091058.725000', '091058.728000', '091058.730000', '091058.733000', '091058.736000', '091058.738000', '091058.741000', '091058.743000', '091058.746000', '091058.748000', '091058.751000', '091058.753000', '091058.756000', '091058.766000', '091058.768000', '091058.771000', '091058.773000', '091058.776000', '091058.779000', '091118.614000', '091118.617000', '091118.619000', '091118.628000', '091118.631000', '091118.633000', '091118.636000', '091118.638000', '091118.641000', '091118.643000', '091118.646000', '091118.648000', '091118.651000', '091118.654000', '091118.656000', '091118.659000', '091118.661000', '091118.664000', '091118.666000', '091118.669000', '091118.671000', '091118.674000', '091118.677000', '091118.679000', '091118.682000', '091118.684000', '091118.687000', '091118.690000', '091118.692000', '091118.695000', '091118.697000', '091118.700000', '091118.702000', '091118.705000', '091118.708000', '091118.710000', '091118.713000', '091118.715000', '091118.718000', '091118.720000', '091118.723000', '091118.735000', '091118.738000', '091118.740000', '091138.613000', '091138.616000', '091138.619000', '091138.621000', '091138.624000', '091138.627000', '091138.629000', '091138.632000', '091138.634000', '091138.637000', '091138.640000', '091138.642000', '091138.645000', '091138.647000', '091138.650000', '091138.653000', '091138.655000', '091138.658000', '091138.660000', '091138.663000', '091138.669000', '091138.672000', '091138.674000', '091138.677000', '091138.680000', '091138.682000', '091138.685000', '091138.687000', '091138.690000', '091138.692000', '091138.695000', '091138.698000', '091138.700000', '091138.703000', '091138.705000', '091138.708000', '091138.710000', '091138.713000', '091138.715000', '091138.718000', '091138.721000', '091138.723000', '091138.726000', '091158.614000', '091158.617000', '091158.620000', '091158.622000', '091158.625000', '091158.627000', '091158.630000', '091158.633000', '091158.635000', '091158.638000', '091158.641000', '091158.644000', '091158.646000', '091158.649000', '091158.651000', '091158.662000', '091158.664000', '091158.667000', '091158.669000', '091158.672000', '091158.674000', '091158.686000', '091158.689000', '091158.691000', '091158.694000', '091158.696000', '091158.699000', '091158.702000', '091158.704000', '091158.707000', '091158.709000', '091158.712000', '091158.714000', '091158.717000', '091158.720000', '091158.722000', '091158.725000', '091158.727000', '091158.730000', '091158.732000', '091158.735000', '091158.738000', '091158.740000', '091158.743000', '091218.614000', '091218.617000', '091218.620000', '091218.622000', '091218.625000', '091218.628000', '091218.630000', '091218.633000', '091218.635000', '091218.638000', '091218.640000', '091218.643000', '091218.645000', '091218.648000', '091218.651000', '091218.653000', '091218.656000', '091218.658000', '091218.661000', '091218.663000', '091218.666000', '091218.669000', '091218.671000', '091218.674000', '091218.676000', '091218.679000', '091218.681000', '091218.684000', '091218.691000', '091218.693000', '091218.696000', '091218.698000', '091218.701000', '091218.703000', '091218.706000', '091218.709000', '091218.711000', '091218.714000', '091218.716000', '091218.719000', '091218.721000', '091218.724000', '091218.726000', '091238.615000', '091238.618000', '091238.621000', '091238.623000', '091238.626000', '091238.628000', '091238.631000', '091238.634000', '091238.636000', '091238.639000', '091238.641000', '091238.644000', '091238.646000', '091238.649000', '091238.652000', '091238.654000', '091238.657000', '091238.659000', '091238.662000', '091238.664000', '091238.667000', '091238.670000', '091238.672000', '091238.675000', '091238.677000', '091238.688000', '091238.690000', '091238.693000', '091238.695000', '091238.698000', '091238.701000', '091238.703000', '091238.706000', '091238.708000', '091238.711000', '091238.713000', '091238.716000', '091238.718000', '091238.721000', '091238.724000', '091238.726000', '091238.729000', '091238.731000', '091258.613000', '091258.616000', '091258.619000', '091258.621000', '091258.624000', '091258.627000', '091258.629000', '091258.632000', '091258.634000', '091258.637000', '091258.639000', '091258.642000', '091258.645000', '091258.647000', '091258.650000', '091258.652000', '091258.655000', '091258.658000', '091258.660000', '091258.663000', '091258.665000', '091258.668000', '091258.670000', '091258.673000', '091258.676000', '091258.678000', '091258.681000', '091258.683000', '091258.686000', '091258.688000', '091258.691000', '091258.693000', '091258.696000', '091258.699000', '091258.701000', '091258.704000', '091258.706000', '091258.709000', '091258.711000', '091258.714000', '091258.717000', '091258.719000', '091258.722000', '091258.724000', '091318.613000', '091318.616000', '091318.619000', '091318.622000', '091318.624000', '091318.627000', '091318.629000', '091318.632000', '091318.634000', '091318.637000', '091318.640000', '091318.651000', '091318.653000', '091318.656000', '091318.659000', '091318.661000', '091318.664000', '091318.666000', '091318.669000', '091318.672000', '091318.674000', '091318.677000', '091318.680000', '091318.683000', '091318.686000', '091318.689000', '091318.692000', '091318.694000', '091318.697000', '091318.700000', '091318.702000', '091318.705000', '091318.707000', '091318.710000', '091318.713000', '091318.715000', '091318.718000', '091318.720000', '091318.723000', '091318.725000', '091318.728000', '091318.737000', '091318.740000', '091338.613000', '091338.616000', '091338.647000', '091338.649000', '091338.652000', '091338.655000', '091338.657000', '091338.660000', '091338.662000', '091338.665000', '091338.668000', '091338.670000', '091338.673000', '091338.675000', '091338.678000', '091338.680000', '091338.683000', '091338.686000', '091338.688000', '091338.691000', '091338.693000', '091338.696000', '091338.699000', '091338.701000', '091338.704000', '091338.706000', '091338.709000', '091338.711000', '091338.714000', '091338.716000', '091338.719000', '091338.722000', '091338.724000', '091338.727000', '091338.730000', '091338.732000', '091338.735000', '091338.737000', '091338.740000', '091338.743000', '091338.745000', '091338.748000', '091338.750000', '091338.753000', '091358.614000', '091358.617000', '091358.619000', '091358.622000', '091358.624000', '091358.627000', '091358.629000', '091358.632000', '091358.643000', '091358.646000', '091358.648000', '091358.651000', '091358.653000', '091358.656000', '091358.658000', '091358.661000', '091358.664000', '091358.666000', '091358.669000', '091358.671000', '091358.674000', '091358.676000', '091358.679000', '091358.682000', '091358.684000', '091358.687000', '091358.689000', '091358.692000', '091358.694000', '091358.698000', '091358.700000', '091358.703000', '091358.706000', '091358.708000', '091358.711000', '091358.713000', '091358.716000', '091358.718000', '091358.721000', '091358.723000', '091358.726000', '091358.729000', '091358.731000', '091418.615000', '091418.618000', '091418.620000', '091418.623000', '091418.626000', '091418.628000', '091418.631000', '091418.633000', '091418.636000', '091418.638000', '091418.641000', '091418.644000', '091418.646000', '091418.649000', '091418.651000', '091418.654000', '091418.656000', '091418.659000', '091418.662000', '091418.670000', '091418.672000', '091418.675000', '091418.677000', '091418.680000', '091418.683000', '091418.685000', '091418.688000', '091418.690000', '091418.693000', '091418.695000', '091418.698000', '091418.701000', '091418.703000', '091418.706000', '091418.708000', '091418.711000', '091418.714000', '091418.716000', '091418.719000', '091418.722000', '091418.724000', '091418.727000', '091418.729000', '091418.732000', '091438.615000', '091438.617000', '091438.620000', '091438.623000', '091438.625000', '091438.628000', '091438.630000', '091438.633000', '091438.636000', '091438.638000', '091438.641000', '091438.643000', '091438.646000', '091438.648000', '091438.651000', '091438.654000', '091438.658000', '091438.660000', '091438.663000', '091438.666000', '091438.668000', '091438.671000', '091438.673000', '091438.676000', '091438.678000', '091438.681000', '091438.683000', '091438.686000', '091438.689000', '091438.691000', '091438.694000', '091438.696000', '091438.699000', '091438.702000', '091438.704000', '091438.707000', '091438.709000', '091438.712000', '091438.714000', '091438.718000', '091438.722000', '091438.724000', '091438.727000', '091458.614000', '091458.617000', '091458.620000', '091458.623000', '091458.625000', '091458.628000', '091458.630000', '091458.633000', '091458.635000', '091458.638000', '091458.641000', '091458.643000', '091458.646000', '091458.648000', '091458.651000', '091458.653000', '091458.656000', '091458.659000', '091458.661000', '091458.664000', '091458.666000', '091458.669000', '091458.671000', '091458.674000', '091458.677000', '091458.679000', '091458.682000', '091458.684000', '091458.687000', '091458.690000', '091458.692000', '091458.695000', '091458.697000', '091458.700000', '091458.703000', '091458.705000', '091458.708000', '091458.710000', '091458.713000', '091458.715000', '091458.718000', '091458.720000', '091458.754000', '091458.757000', '091518.613000', '091518.616000', '091518.619000', '091518.622000', '091518.624000', '091518.627000', '091518.629000', '091518.632000', '091518.635000', '091518.637000', '091518.640000', '091518.642000', '091518.645000', '091518.648000', '091518.650000', '091518.653000', '091518.655000', '091518.658000', '091518.660000', '091518.673000', '091518.675000', '091518.678000', '091518.681000', '091518.683000', '091518.686000', '091518.688000', '091518.691000', '091518.693000', '091518.697000', '091518.700000', '091518.703000', '091518.705000', '091518.708000', '091518.711000', '091518.713000', '091518.716000', '091518.718000', '091518.721000', '091518.723000', '091518.726000', '091518.729000', '091518.731000', '091518.734000', '091538.614000', '091538.617000', '091538.619000', '091538.622000', '091538.624000', '091538.627000', '091538.629000', '091538.632000', '091538.635000', '091538.638000', '091538.640000', '091538.643000', '091538.646000', '091538.648000', '091538.651000', '091538.653000', '091538.656000', '091538.659000', '091538.661000', '091538.664000', '091538.666000', '091538.669000', '091538.672000', '091538.674000', '091538.677000', '091538.679000', '091538.682000', '091538.684000', '091538.687000', '091538.690000', '091538.692000', '091538.695000', '091538.697000', '091538.700000', '091538.703000', '091538.705000', '091538.708000', '091538.710000', '091538.713000', '091538.715000', '091538.718000', '091538.721000', '091538.723000', '091538.726000', '091558.613000', '091558.616000', '091558.619000', '091558.622000', '091558.624000', '091558.627000', '091558.629000', '091558.632000', '091558.634000', '091558.637000', '091558.640000', '091558.642000', '091558.645000', '091558.647000', '091558.650000', '091558.653000', '091558.655000', '091558.658000', '091558.660000', '091558.663000', '091558.665000', '091558.668000', '091558.671000', '091558.673000', '091558.676000', '091558.678000', '091558.681000', '091558.684000', '091558.686000', '091558.689000', '091558.691000', '091558.694000', '091558.696000', '091558.699000', '091558.701000', '091558.704000', '091558.707000', '091558.709000', '091558.712000', '091558.714000', '091558.717000', '091558.720000', '091558.723000', '091618.614000', '091618.616000', '091618.619000', '091618.622000', '091618.624000', '091618.627000', '091618.629000', '091618.632000', '091618.635000', '091618.637000', '091618.640000', '091618.643000', '091618.645000', '091618.648000', '091618.650000', '091618.653000', '091618.656000', '091618.658000', '091618.661000', '091618.663000', '091618.666000', '091618.668000', '091618.671000', '091618.674000', '091618.676000', '091618.679000', '091618.681000', '091618.684000', '091618.687000', '091618.689000', '091618.692000', '091618.695000', '091618.697000', '091618.700000', '091618.702000', '091618.705000', '091618.707000', '091618.710000', '091618.713000', '091618.715000', '091618.718000', '091618.721000', '091618.723000', '091618.726000', '091638.615000', '091638.618000', '091638.620000', '091638.623000', '091638.625000', '091638.628000', '091638.631000', '091638.633000', '091638.643000', '091638.645000', '091638.648000', '091638.650000', '091638.653000', '091638.656000', '091638.658000', '091638.661000', '091638.663000', '091638.666000', '091638.669000', '091638.671000', '091638.674000', '091638.676000', '091638.679000', '091638.682000', '091638.684000', '091638.687000', '091638.689000', '091638.692000', '091638.695000', '091638.697000', '091638.700000', '091638.702000', '091638.706000', '091638.709000', '091638.711000', '091638.714000', '091638.717000', '091638.719000', '091638.722000', '091638.725000', '091638.727000', '091638.730000', '091638.733000', '091658.615000', '091658.617000', '091658.620000', '091658.623000', '091658.625000', '091658.628000', '091658.630000', '091658.633000', '091658.636000', '091658.638000', '091658.641000', '091658.643000', '091658.646000', '091658.648000', '091658.651000', '091658.654000', '091658.656000', '091658.659000', '091658.670000', '091658.673000', '091658.675000', '091658.678000', '091658.680000', '091658.683000', '091658.685000', '091658.688000', '091658.691000', '091658.693000', '091658.696000', '091658.699000', '091658.701000', '091658.704000', '091658.706000', '091658.709000', '091658.712000', '091658.714000', '091658.717000', '091658.719000', '091658.722000', '091658.725000', '091658.727000', '091658.730000', '091658.733000', '091658.735000', '091717.810000', '091717.813000', '091717.816000', '091717.819000', '091717.821000', '091717.824000', '091717.827000', '091717.830000', '091717.833000', '091717.836000', '091717.839000', '091717.841000', '091717.844000', '091717.847000', '091717.850000', '091717.852000', '091717.855000', '091717.858000', '091717.861000', '091717.864000', '091717.866000', '091717.869000', '091717.872000', '091717.875000', '091717.877000', '091717.880000', '091717.883000', '091717.886000', '091717.888000', '091717.891000', '091717.894000', '091717.896000', '091717.899000', '091717.902000', '091717.905000', '091717.911000', '091717.915000', '091717.919000', '091717.922000', '091717.925000', '091717.928000', '091717.930000'], 'InstanceCreationTime': ['091058.639000', '091058.642000', '091058.645000', '091058.647000', '091058.657000', '091058.660000', '091058.663000', '091058.665000', '091058.668000', '091058.670000', '091058.673000', '091058.675000', '091058.678000', '091058.681000', '091058.683000', '091058.686000', '091058.688000', '091058.691000', '091058.693000', '091058.696000', '091058.698000', '091058.701000', '091058.704000', '091058.706000', '091058.709000', '091058.711000', '091058.714000', '091058.723000', '091058.725000', '091058.728000', '091058.730000', '091058.733000', '091058.736000', '091058.738000', '091058.741000', '091058.743000', '091058.746000', '091058.748000', '091058.751000', '091058.753000', '091058.756000', '091058.766000', '091058.768000', '091058.771000', '091058.773000', '091058.776000', '091058.779000', '091118.614000', '091118.617000', '091118.619000', '091118.628000', '091118.631000', '091118.633000', '091118.636000', '091118.638000', '091118.641000', '091118.643000', '091118.646000', '091118.648000', '091118.651000', '091118.654000', '091118.656000', '091118.659000', '091118.661000', '091118.664000', '091118.666000', '091118.669000', '091118.671000', '091118.674000', '091118.677000', '091118.679000', '091118.682000', '091118.684000', '091118.687000', '091118.690000', '091118.692000', '091118.695000', '091118.697000', '091118.700000', '091118.702000', '091118.705000', '091118.708000', '091118.710000', '091118.713000', '091118.715000', '091118.718000', '091118.720000', '091118.723000', '091118.735000', '091118.738000', '091118.740000', '091138.613000', '091138.616000', '091138.619000', '091138.621000', '091138.624000', '091138.627000', '091138.629000', '091138.632000', '091138.634000', '091138.637000', '091138.640000', '091138.642000', '091138.645000', '091138.647000', '091138.650000', '091138.653000', '091138.655000', '091138.658000', '091138.660000', '091138.663000', '091138.669000', '091138.672000', '091138.674000', '091138.677000', '091138.680000', '091138.682000', '091138.685000', '091138.687000', '091138.690000', '091138.692000', '091138.695000', '091138.698000', '091138.700000', '091138.703000', '091138.705000', '091138.708000', '091138.710000', '091138.713000', '091138.715000', '091138.718000', '091138.721000', '091138.723000', '091138.726000', '091158.614000', '091158.617000', '091158.620000', '091158.622000', '091158.625000', '091158.627000', '091158.630000', '091158.633000', '091158.635000', '091158.638000', '091158.641000', '091158.644000', '091158.646000', '091158.649000', '091158.651000', '091158.662000', '091158.664000', '091158.667000', '091158.669000', '091158.672000', '091158.674000', '091158.686000', '091158.689000', '091158.691000', '091158.694000', '091158.696000', '091158.699000', '091158.702000', '091158.704000', '091158.707000', '091158.709000', '091158.712000', '091158.714000', '091158.717000', '091158.720000', '091158.722000', '091158.725000', '091158.727000', '091158.730000', '091158.732000', '091158.735000', '091158.738000', '091158.740000', '091158.743000', '091218.614000', '091218.617000', '091218.620000', '091218.622000', '091218.625000', '091218.628000', '091218.630000', '091218.633000', '091218.635000', '091218.638000', '091218.640000', '091218.643000', '091218.645000', '091218.648000', '091218.651000', '091218.653000', '091218.656000', '091218.658000', '091218.661000', '091218.663000', '091218.666000', '091218.669000', '091218.671000', '091218.674000', '091218.676000', '091218.679000', '091218.681000', '091218.684000', '091218.691000', '091218.693000', '091218.696000', '091218.698000', '091218.701000', '091218.703000', '091218.706000', '091218.709000', '091218.711000', '091218.714000', '091218.716000', '091218.719000', '091218.721000', '091218.724000', '091218.726000', '091238.615000', '091238.618000', '091238.621000', '091238.623000', '091238.626000', '091238.628000', '091238.631000', '091238.634000', '091238.636000', '091238.639000', '091238.641000', '091238.644000', '091238.646000', '091238.649000', '091238.652000', '091238.654000', '091238.657000', '091238.659000', '091238.662000', '091238.664000', '091238.667000', '091238.670000', '091238.672000', '091238.675000', '091238.677000', '091238.688000', '091238.690000', '091238.693000', '091238.695000', '091238.698000', '091238.701000', '091238.703000', '091238.706000', '091238.708000', '091238.711000', '091238.713000', '091238.716000', '091238.718000', '091238.721000', '091238.724000', '091238.726000', '091238.729000', '091238.731000', '091258.613000', '091258.616000', '091258.619000', '091258.621000', '091258.624000', '091258.627000', '091258.629000', '091258.632000', '091258.634000', '091258.637000', '091258.639000', '091258.642000', '091258.645000', '091258.647000', '091258.650000', '091258.652000', '091258.655000', '091258.658000', '091258.660000', '091258.663000', '091258.665000', '091258.668000', '091258.670000', '091258.673000', '091258.676000', '091258.678000', '091258.681000', '091258.683000', '091258.686000', '091258.688000', '091258.691000', '091258.693000', '091258.696000', '091258.699000', '091258.701000', '091258.704000', '091258.706000', '091258.709000', '091258.711000', '091258.714000', '091258.717000', '091258.719000', '091258.722000', '091258.724000', '091318.613000', '091318.616000', '091318.619000', '091318.622000', '091318.624000', '091318.627000', '091318.629000', '091318.632000', '091318.634000', '091318.637000', '091318.640000', '091318.651000', '091318.653000', '091318.656000', '091318.659000', '091318.661000', '091318.664000', '091318.666000', '091318.669000', '091318.672000', '091318.674000', '091318.677000', '091318.680000', '091318.683000', '091318.686000', '091318.689000', '091318.692000', '091318.694000', '091318.697000', '091318.700000', '091318.702000', '091318.705000', '091318.707000', '091318.710000', '091318.713000', '091318.715000', '091318.718000', '091318.720000', '091318.723000', '091318.725000', '091318.728000', '091318.737000', '091318.740000', '091338.613000', '091338.616000', '091338.647000', '091338.649000', '091338.652000', '091338.655000', '091338.657000', '091338.660000', '091338.662000', '091338.665000', '091338.668000', '091338.670000', '091338.673000', '091338.675000', '091338.678000', '091338.680000', '091338.683000', '091338.686000', '091338.688000', '091338.691000', '091338.693000', '091338.696000', '091338.699000', '091338.701000', '091338.704000', '091338.706000', '091338.709000', '091338.711000', '091338.714000', '091338.716000', '091338.719000', '091338.722000', '091338.724000', '091338.727000', '091338.730000', '091338.732000', '091338.735000', '091338.737000', '091338.740000', '091338.743000', '091338.745000', '091338.748000', '091338.750000', '091338.753000', '091358.614000', '091358.617000', '091358.619000', '091358.622000', '091358.624000', '091358.627000', '091358.629000', '091358.632000', '091358.643000', '091358.646000', '091358.648000', '091358.651000', '091358.653000', '091358.656000', '091358.658000', '091358.661000', '091358.664000', '091358.666000', '091358.669000', '091358.671000', '091358.674000', '091358.676000', '091358.679000', '091358.682000', '091358.684000', '091358.687000', '091358.689000', '091358.692000', '091358.694000', '091358.698000', '091358.700000', '091358.703000', '091358.706000', '091358.708000', '091358.711000', '091358.713000', '091358.716000', '091358.718000', '091358.721000', '091358.723000', '091358.726000', '091358.729000', '091358.731000', '091418.615000', '091418.618000', '091418.620000', '091418.623000', '091418.626000', '091418.628000', '091418.631000', '091418.633000', '091418.636000', '091418.638000', '091418.641000', '091418.644000', '091418.646000', '091418.649000', '091418.651000', '091418.654000', '091418.656000', '091418.659000', '091418.662000', '091418.670000', '091418.672000', '091418.675000', '091418.677000', '091418.680000', '091418.683000', '091418.685000', '091418.688000', '091418.690000', '091418.693000', '091418.695000', '091418.698000', '091418.701000', '091418.703000', '091418.706000', '091418.708000', '091418.711000', '091418.714000', '091418.716000', '091418.719000', '091418.722000', '091418.724000', '091418.727000', '091418.729000', '091418.732000', '091438.615000', '091438.617000', '091438.620000', '091438.623000', '091438.625000', '091438.628000', '091438.630000', '091438.633000', '091438.636000', '091438.638000', '091438.641000', '091438.643000', '091438.646000', '091438.648000', '091438.651000', '091438.654000', '091438.658000', '091438.660000', '091438.663000', '091438.666000', '091438.668000', '091438.671000', '091438.673000', '091438.676000', '091438.678000', '091438.681000', '091438.683000', '091438.686000', '091438.689000', '091438.691000', '091438.694000', '091438.696000', '091438.699000', '091438.702000', '091438.704000', '091438.707000', '091438.709000', '091438.712000', '091438.714000', '091438.718000', '091438.722000', '091438.724000', '091438.727000', '091458.614000', '091458.617000', '091458.620000', '091458.623000', '091458.625000', '091458.628000', '091458.630000', '091458.633000', '091458.635000', '091458.638000', '091458.641000', '091458.643000', '091458.646000', '091458.648000', '091458.651000', '091458.653000', '091458.656000', '091458.659000', '091458.661000', '091458.664000', '091458.666000', '091458.669000', '091458.671000', '091458.674000', '091458.677000', '091458.679000', '091458.682000', '091458.684000', '091458.687000', '091458.690000', '091458.692000', '091458.695000', '091458.697000', '091458.700000', '091458.703000', '091458.705000', '091458.708000', '091458.710000', '091458.713000', '091458.715000', '091458.718000', '091458.720000', '091458.754000', '091458.757000', '091518.613000', '091518.616000', '091518.619000', '091518.622000', '091518.624000', '091518.627000', '091518.629000', '091518.632000', '091518.635000', '091518.637000', '091518.640000', '091518.642000', '091518.645000', '091518.648000', '091518.650000', '091518.653000', '091518.655000', '091518.658000', '091518.660000', '091518.673000', '091518.675000', '091518.678000', '091518.681000', '091518.683000', '091518.686000', '091518.688000', '091518.691000', '091518.693000', '091518.697000', '091518.700000', '091518.703000', '091518.705000', '091518.708000', '091518.711000', '091518.713000', '091518.716000', '091518.718000', '091518.721000', '091518.723000', '091518.726000', '091518.729000', '091518.731000', '091518.734000', '091538.614000', '091538.617000', '091538.619000', '091538.622000', '091538.624000', '091538.627000', '091538.629000', '091538.632000', '091538.635000', '091538.638000', '091538.640000', '091538.643000', '091538.646000', '091538.648000', '091538.651000', '091538.653000', '091538.656000', '091538.659000', '091538.661000', '091538.664000', '091538.666000', '091538.669000', '091538.672000', '091538.674000', '091538.677000', '091538.679000', '091538.682000', '091538.684000', '091538.687000', '091538.690000', '091538.692000', '091538.695000', '091538.697000', '091538.700000', '091538.703000', '091538.705000', '091538.708000', '091538.710000', '091538.713000', '091538.715000', '091538.718000', '091538.721000', '091538.723000', '091538.726000', '091558.613000', '091558.616000', '091558.619000', '091558.622000', '091558.624000', '091558.627000', '091558.629000', '091558.632000', '091558.634000', '091558.637000', '091558.640000', '091558.642000', '091558.645000', '091558.647000', '091558.650000', '091558.653000', '091558.655000', '091558.658000', '091558.660000', '091558.663000', '091558.665000', '091558.668000', '091558.671000', '091558.673000', '091558.676000', '091558.678000', '091558.681000', '091558.684000', '091558.686000', '091558.689000', '091558.691000', '091558.694000', '091558.696000', '091558.699000', '091558.701000', '091558.704000', '091558.707000', '091558.709000', '091558.712000', '091558.714000', '091558.717000', '091558.720000', '091558.723000', '091618.614000', '091618.616000', '091618.619000', '091618.622000', '091618.624000', '091618.627000', '091618.629000', '091618.632000', '091618.635000', '091618.637000', '091618.640000', '091618.643000', '091618.645000', '091618.648000', '091618.650000', '091618.653000', '091618.656000', '091618.658000', '091618.661000', '091618.663000', '091618.666000', '091618.668000', '091618.671000', '091618.674000', '091618.676000', '091618.679000', '091618.681000', '091618.684000', '091618.687000', '091618.689000', '091618.692000', '091618.695000', '091618.697000', '091618.700000', '091618.702000', '091618.705000', '091618.707000', '091618.710000', '091618.713000', '091618.715000', '091618.718000', '091618.721000', '091618.723000', '091618.726000', '091638.615000', '091638.618000', '091638.620000', '091638.623000', '091638.625000', '091638.628000', '091638.631000', '091638.633000', '091638.643000', '091638.645000', '091638.648000', '091638.650000', '091638.653000', '091638.656000', '091638.658000', '091638.661000', '091638.663000', '091638.666000', '091638.669000', '091638.671000', '091638.674000', '091638.676000', '091638.679000', '091638.682000', '091638.684000', '091638.687000', '091638.689000', '091638.692000', '091638.695000', '091638.697000', '091638.700000', '091638.702000', '091638.706000', '091638.709000', '091638.711000', '091638.714000', '091638.717000', '091638.719000', '091638.722000', '091638.725000', '091638.727000', '091638.730000', '091638.733000', '091658.615000', '091658.617000', '091658.620000', '091658.623000', '091658.625000', '091658.628000', '091658.630000', '091658.633000', '091658.636000', '091658.638000', '091658.641000', '091658.643000', '091658.646000', '091658.648000', '091658.651000', '091658.654000', '091658.656000', '091658.659000', '091658.670000', '091658.673000', '091658.675000', '091658.678000', '091658.680000', '091658.683000', '091658.685000', '091658.688000', '091658.691000', '091658.693000', '091658.696000', '091658.699000', '091658.701000', '091658.704000', '091658.706000', '091658.709000', '091658.712000', '091658.714000', '091658.717000', '091658.719000', '091658.722000', '091658.725000', '091658.727000', '091658.730000', '091658.733000', '091658.735000', '091717.810000', '091717.813000', '091717.816000', '091717.819000', '091717.821000', '091717.824000', '091717.827000', '091717.830000', '091717.833000', '091717.836000', '091717.839000', '091717.841000', '091717.844000', '091717.847000', '091717.850000', '091717.852000', '091717.855000', '091717.858000', '091717.861000', '091717.864000', '091717.866000', '091717.869000', '091717.872000', '091717.875000', '091717.877000', '091717.880000', '091717.883000', '091717.886000', '091717.888000', '091717.891000', '091717.894000', '091717.896000', '091717.899000', '091717.902000', '091717.905000', '091717.911000', '091717.915000', '091717.919000', '091717.922000', '091717.925000', '091717.928000', '091717.930000'], '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': [10233, 7187, 12588, 7069, 6728, 8499, 6974, 9841, 7894, 7978, 9075, 6924, 9244, 7138, 10917, 7753, 9801, 10622, 6737, 9507, 6922, 9249, 7485, 9897, 7385, 10956, 10828, 7484, 8472, 7071, 9003, 6552, 8959, 7225, 9961, 7831, 8557, 8596, 6917, 8617, 6957, 8548, 7504, 8384, 7486, 8827, 6726, 8421, 6844, 8979, 6869, 7004, 7717, 7162, 8741, 7259, 8895, 7076, 10815, 6917, 10218, 9761, 7061, 8821, 6943, 9344, 6993, 11218, 7441, 12112, 7373, 9723, 7397, 10038, 7859, 9966, 10512, 7349, 9802, 6778, 9267, 7612, 9726, 7077, 10609, 9524, 6585, 9034, 6781, 9502, 7115, 9263, 6914, 10511, 7276, 10143, 7121, 6635, 7709, 6758, 8527, 6974, 9458, 7073, 10995, 6993, 9640, 6989, 9207, 6765, 8916, 6865, 11417, 7559, 9814, 7244, 6953, 8955, 6915, 9943, 7142, 11383, 6993, 11755, 7047, 12742, 7202, 9726, 9967, 9861, 8324, 7059, 8849, 6747, 8700, 7581, 7799, 10883, 6920, 11499, 7021, 12467, 7988, 9474, 7296, 10392, 10923, 7667, 9301, 6854, 9388, 7401, 9174, 7169, 7399, 8599, 6951, 9770, 7007, 8824, 7095, 12983, 7030, 9921, 7481, 11384, 7043, 9188, 7046, 8852, 7044, 7113, 7869, 7018, 8805, 6860, 9174, 6861, 9261, 6975, 9794, 8360, 7204, 8322, 6929, 8869, 6803, 10495, 7706, 10455, 9867, 7681, 8420, 7254, 8268, 9100, 10648, 6796, 11466, 6932, 9532, 6942, 6952, 9506, 6855, 10840, 6938, 10372, 7108, 10120, 7599, 13229, 8877, 12479, 8556, 11343, 7487, 6801, 8328, 6896, 9695, 6967, 10658, 6893, 9210, 7045, 9051, 6763, 9268, 7047, 10425, 7310, 9332, 7008, 7369, 7153, 6789, 9593, 6944, 8934, 7197, 9365, 7344, 9489, 7334, 11497, 9299, 6967, 8719, 7050, 9197, 7031, 11468, 8411, 9829, 8567, 6993, 8998, 6706, 9258, 6931, 11585, 7283, 11349, 8513, 6969, 8591, 6709, 8851, 6853, 9335, 7122, 10694, 7407, 10711, 6984, 9787, 6984, 9902, 7306, 9762, 7338, 7840, 7326, 7031, 7343, 7087, 7454, 6791, 8147, 7111, 8137, 7050, 8383, 7074, 9733, 7850, 9064, 7269, 8514, 6811, 9042, 6995, 8872, 6928, 11271, 7305, 9525, 6962, 7397, 7964, 11297, 7678, 11999, 10309, 8878, 8042, 6857, 8779, 7275, 9557, 7202, 9935, 6978, 11020, 6801, 9060, 7414, 9257, 6796, 9224, 7094, 10237, 7167, 9822, 7214, 9649, 7375, 10473, 7595, 10822, 7593, 11091, 6974, 8116, 6864, 10537, 7273, 10975, 7654, 7313, 7722, 7017, 7406, 11666, 7276, 10986, 8132, 10135, 7521, 7226, 7633, 8246, 7782, 10640, 12049, 7767, 8469, 7022, 8427, 6922, 8810, 6860, 11498, 6900, 9790, 6832, 9658, 7036, 10007, 7454, 9820, 7340, 8363, 7103, 8398, 7123, 8327, 7218, 8642, 7202, 8347, 6882, 8393, 7169, 8162, 7236, 7254, 11441, 7470, 10980, 7643, 7190, 7422, 7005, 8126, 7113, 8832, 7167, 10564, 8032, 6928, 9890, 6913, 10883, 8499, 11479, 7879, 13228, 7007, 13194, 9131, 8900, 13657, 7208, 12370, 9229, 12337, 6675, 9278, 6808, 8927, 7404, 8811, 6807, 10114, 6919, 9262, 6785, 6920, 7077, 7397, 8158, 6941, 10198, 6881, 11824, 6886, 9178, 6888, 9603, 7261, 13145, 7107, 11552, 7108, 10783, 7317, 11911, 7190, 11327, 8313, 7767, 8185, 7183, 8798, 6923, 9598, 7478, 8345, 8692, 7298, 12173, 7077, 9513, 7341, 7076, 10312, 7016, 10679, 6903, 9768, 7103, 8934, 7419, 8469, 6936, 9381, 7354, 6826, 7842, 7020, 8438, 7081, 8438, 7067, 9663, 7056, 6848, 8148, 7089, 9386, 7080, 10298, 6891, 11171, 7283, 11745, 7088, 9261, 7131, 9938, 7477, 9996, 10323, 7230, 8664, 7244, 8586, 7203, 10392, 7344, 10192, 6958, 10608, 6803, 9151, 7061, 8857, 7072, 9056, 6968, 10301, 7080, 6942, 7847, 7063, 7633, 12510, 9745, 11519, 8920, 11009, 7071, 7199, 7338, 10725, 7241, 12189, 7522, 6907, 7840, 6998, 7931, 7063, 7743, 10121, 7360, 12162, 7648, 7083, 7632, 7529, 7217, 9869, 7529, 11558, 8911, 7316, 8241, 6929, 7968, 11193, 7795, 13063, 10513, 12330, 7331, 9372, 7561, 9021, 7344, 8559, 8097, 8343, 9880, 6909, 8440, 7049, 8695, 7404, 11148, 7343, 11598, 7170, 9594, 6880, 8664, 6874, 6817, 7977, 7091, 9190, 7470, 9104, 7188, 7122, 8125, 6892, 8521, 10016, 11450, 7808, 9529, 6987, 9069, 7341, 9077, 7238, 10218, 7308, 9979, 7913, 7030, 8598, 7086, 8657, 7039, 11798, 7471, 8920, 7987, 6884, 8632, 6818, 9096, 7042, 11076, 7293, 10083, 7120, 10840, 7500, 10536, 7363, 10351, 7430, 7822, 8580, 6700, 8338, 6876, 7088, 6853, 6949, 10025, 6788, 8513, 7030, 8793, 6833, 10426, 7510, 8753, 7953, 10818, 6951, 8441, 6947, 8590, 6912, 8752, 6975, 9214, 6903, 11163, 7102, 10521, 7047, 6909, 7558, 9666, 7401, 10607, 8825, 7161, 8229, 6944, 8731, 7094, 9095, 6715, 11498, 7292, 10101, 6992, 9438, 6942, 10387, 7995, 8646, 9460, 6912, 8695, 7083, 10685, 7047, 11570, 8075, 12273, 9889, 7022, 8512, 7074, 9316, 6948, 11052, 7221, 12203, 7466, 12051, 7156, 9818, 6964, 9505, 7130, 10403, 7112, 8563, 7174, 8295, 6981, 9688, 7277, 7767, 8182, 6919, 8496, 7189, 8805, 7127, 9127, 7130, 9705, 7350, 8919, 7950, 6944, 8497, 8159, 8686, 12635, 9423, 9836, 8175, 7051, 8331, 7099, 8325, 7000, 8639, 6947, 9337, 7122, 7408, 7431, 8706, 7273, 10585, 7503, 11462, 8910, 8215, 8636, 7123, 9032, 6931, 8990, 7159, 10537, 7117, 10744, 7140, 9425, 7241, 7506, 6809, 8741, 7624, 8762, 9301, 6720, 8824, 6870, 9026, 7220, 10229, 7660, 13737, 9613, 11888, 7036, 10447, 7057, 9634, 7131, 9292, 7877, 11273, 7368, 9233, 6811, 7157, 7555, 7148, 8293, 6899, 8788, 7223, 9378, 6848, 8783, 6985, 9719, 7188, 10327, 7308, 9486, 7137, 8939, 7052, 8639, 6857, 6841, 7352, 7015, 7899, 7686, 7538, 9422, 7152, 10862, 8408, 7850, 11814, 7187, 10862, 9532, 11485, 7109, 10126, 6962, 9160, 7055, 8728, 6883, 8944, 6931, 8781, 6858, 9239, 7123, 8965, 6852, 9269, 7144, 9691, 6919, 7360, 7844, 7954, 8756], 'WindowCenter': [4420.0, 4366.0, 4410.0, 4334.0, 4321.0, 4353.0, 4335.0, 4375.0, 4356.0, 4346.0, 4366.0, 4336.0, 4365.0, 4336.0, 4384.0, 4345.0, 4375.0, 4375.0, 4324.0, 4363.0, 4323.0, 4352.0, 4332.0, 4361.0, 4333.0, 4373.0, 4385.0, 4346.0, 4343.0, 4323.0, 4353.0, 4324.0, 4352.0, 4334.0, 4363.0, 4343.0, 4353.0, 4354.0, 4335.0, 4353.0, 4334.0, 4355.0, 4333.0, 4343.0, 4333.0, 4354.0, 4324.0, 4351.0, 4324.0, 4364.0, 4336.0, 4347.0, 4359.0, 4361.0, 4397.0, 4373.0, 4378.0, 4350.0, 4399.0, 4361.0, 4401.0, 4400.0, 4350.0, 4378.0, 4347.0, 4376.0, 4347.0, 4387.0, 4347.0, 4397.0, 4347.0, 4377.0, 4346.0, 4375.0, 4351.0, 4375.0, 4385.0, 4344.0, 4374.0, 4334.0, 4364.0, 4345.0, 4374.0, 4335.0, 4385.0, 4375.0, 4324.0, 4364.0, 4335.0, 4372.0, 4330.0, 4362.0, 4333.0, 4373.0, 4333.0, 4372.0, 4332.0, 4322.0, 4342.0, 4322.0, 4353.0, 4334.0, 4373.0, 4334.0, 4385.0, 4334.0, 4374.0, 4334.0, 4362.0, 4323.0, 4363.0, 4323.0, 4383.0, 4344.0, 4374.0, 4343.0, 4334.0, 4365.0, 4335.0, 4376.0, 4335.0, 4396.0, 4347.0, 4397.0, 4347.0, 4393.0, 4332.0, 4361.0, 4374.0, 4362.0, 4353.0, 4334.0, 4365.0, 4335.0, 4364.0, 4344.0, 4344.0, 4384.0, 4334.0, 4384.0, 4334.0, 4394.0, 4344.0, 4358.0, 4344.0, 4369.0, 4382.0, 4342.0, 4363.0, 4322.0, 4362.0, 4328.0, 4351.0, 4332.0, 4332.0, 4353.0, 4333.0, 4373.0, 4334.0, 4363.0, 4334.0, 4389.0, 4333.0, 4363.0, 4332.0, 4382.0, 4321.0, 4351.0, 4332.0, 4350.0, 4332.0, 4332.0, 4343.0, 4334.0, 4365.0, 4335.0, 4376.0, 4337.0, 4376.0, 4348.0, 4386.0, 4357.0, 4345.0, 4355.0, 4336.0, 4366.0, 4336.0, 4386.0, 4357.0, 4385.0, 4376.0, 4355.0, 4356.0, 4345.0, 4365.0, 4366.0, 4386.0, 4336.0, 4395.0, 4346.0, 4375.0, 4335.0, 4335.0, 4377.0, 4336.0, 4387.0, 4346.0, 4386.0, 4335.0, 4374.0, 4343.0, 4404.0, 4365.0, 4393.0, 4353.0, 4383.0, 4332.0, 4322.0, 4341.0, 4321.0, 4362.0, 4332.0, 4371.0, 4332.0, 4362.0, 4332.0, 4351.0, 4322.0, 4362.0, 4333.0, 4373.0, 4333.0, 4363.0, 4334.0, 4344.0, 4334.0, 4335.0, 4376.0, 4335.0, 4365.0, 4346.0, 4376.0, 4346.0, 4375.0, 4347.0, 4396.0, 4376.0, 4335.0, 4354.0, 4335.0, 4379.0, 4343.0, 4385.0, 4356.0, 4376.0, 4355.0, 4334.0, 4354.0, 4320.0, 4362.0, 4334.0, 4384.0, 4334.0, 4384.0, 4354.0, 4334.0, 4353.0, 4323.0, 4352.0, 4323.0, 4363.0, 4335.0, 4374.0, 4334.0, 4373.0, 4332.0, 4362.0, 4322.0, 4361.0, 4333.0, 4362.0, 4333.0, 4343.0, 4333.0, 4335.0, 4344.0, 4333.0, 4345.0, 4336.0, 4356.0, 4347.0, 4357.0, 4348.0, 4368.0, 4347.0, 4379.0, 4358.0, 4368.0, 4347.0, 4367.0, 4337.0, 4367.0, 4347.0, 4379.0, 4350.0, 4398.0, 4347.0, 4376.0, 4336.0, 4346.0, 4357.0, 4385.0, 4358.0, 4397.0, 4387.0, 4362.0, 4355.0, 4335.0, 4354.0, 4334.0, 4375.0, 4335.0, 4374.0, 4335.0, 4385.0, 4335.0, 4364.0, 4345.0, 4365.0, 4335.0, 4365.0, 4335.0, 4374.0, 4335.0, 4376.0, 4346.0, 4375.0, 4344.0, 4374.0, 4346.0, 4384.0, 4344.0, 4384.0, 4328.0, 4343.0, 4323.0, 4373.0, 4334.0, 4384.0, 4344.0, 4334.0, 4344.0, 4335.0, 4345.0, 4384.0, 4346.0, 4385.0, 4355.0, 4375.0, 4345.0, 4345.0, 4345.0, 4350.0, 4345.0, 4385.0, 4396.0, 4345.0, 4354.0, 4335.0, 4354.0, 4334.0, 4365.0, 4325.0, 4385.0, 4336.0, 4375.0, 4324.0, 4373.0, 4334.0, 4374.0, 4333.0, 4363.0, 4332.0, 4342.0, 4322.0, 4340.0, 4332.0, 4342.0, 4333.0, 4354.0, 4334.0, 4353.0, 4334.0, 4354.0, 4334.0, 4355.0, 4344.0, 4346.0, 4395.0, 4345.0, 4385.0, 4345.0, 4347.0, 4358.0, 4349.0, 4358.0, 4348.0, 4378.0, 4350.0, 4396.0, 4370.0, 4350.0, 4390.0, 4345.0, 4395.0, 4357.0, 4395.0, 4354.0, 4407.0, 4336.0, 4402.0, 4365.0, 4355.0, 4392.0, 4332.0, 4378.0, 4351.0, 4380.0, 4309.0, 4350.0, 4310.0, 4349.0, 4330.0, 4351.0, 4310.0, 4360.0, 4320.0, 4361.0, 4321.0, 4321.0, 4332.0, 4334.0, 4355.0, 4347.0, 4387.0, 4348.0, 4397.0, 4337.0, 4362.0, 4334.0, 4366.0, 4335.0, 4394.0, 4334.0, 4381.0, 4333.0, 4373.0, 4333.0, 4378.0, 4322.0, 4371.0, 4342.0, 4332.0, 4342.0, 4333.0, 4352.0, 4335.0, 4377.0, 4347.0, 4354.0, 4367.0, 4360.0, 4397.0, 4349.0, 4377.0, 4359.0, 4349.0, 4386.0, 4334.0, 4374.0, 4334.0, 4362.0, 4332.0, 4352.0, 4333.0, 4353.0, 4334.0, 4363.0, 4333.0, 4323.0, 4343.0, 4334.0, 4353.0, 4335.0, 4354.0, 4336.0, 4375.0, 4335.0, 4336.0, 4355.0, 4335.0, 4375.0, 4335.0, 4385.0, 4334.0, 4386.0, 4345.0, 4394.0, 4334.0, 4363.0, 4334.0, 4373.0, 4345.0, 4375.0, 4375.0, 4345.0, 4354.0, 4342.0, 4354.0, 4345.0, 4374.0, 4334.0, 4374.0, 4334.0, 4374.0, 4324.0, 4363.0, 4334.0, 4353.0, 4335.0, 4364.0, 4336.0, 4386.0, 4336.0, 4347.0, 4356.0, 4336.0, 4346.0, 4391.0, 4376.0, 4385.0, 4365.0, 4385.0, 4334.0, 4333.0, 4334.0, 4383.0, 4344.0, 4394.0, 4344.0, 4334.0, 4354.0, 4334.0, 4340.0, 4334.0, 4341.0, 4386.0, 4347.0, 4396.0, 4346.0, 4346.0, 4357.0, 4357.0, 4347.0, 4376.0, 4357.0, 4397.0, 4367.0, 4346.0, 4356.0, 4336.0, 4355.0, 4384.0, 4345.0, 4393.0, 4374.0, 4393.0, 4333.0, 4363.0, 4342.0, 4352.0, 4330.0, 4352.0, 4344.0, 4353.0, 4373.0, 4334.0, 4352.0, 4332.0, 4352.0, 4332.0, 4383.0, 4333.0, 4379.0, 4318.0, 4362.0, 4332.0, 4352.0, 4322.0, 4322.0, 4354.0, 4335.0, 4365.0, 4346.0, 4366.0, 4335.0, 4335.0, 4356.0, 4335.0, 4367.0, 4376.0, 4396.0, 4345.0, 4375.0, 4334.0, 4364.0, 4333.0, 4353.0, 4334.0, 4373.0, 4333.0, 4370.0, 4343.0, 4333.0, 4352.0, 4333.0, 4353.0, 4334.0, 4394.0, 4344.0, 4364.0, 4343.0, 4335.0, 4354.0, 4334.0, 4364.0, 4334.0, 4384.0, 4344.0, 4373.0, 4333.0, 4372.0, 4332.0, 4371.0, 4332.0, 4372.0, 4331.0, 4331.0, 4351.0, 4321.0, 4341.0, 4322.0, 4333.0, 4334.0, 4349.0, 4388.0, 4348.0, 4378.0, 4347.0, 4379.0, 4336.0, 4387.0, 4335.0, 4355.0, 4345.0, 4381.0, 4335.0, 4354.0, 4334.0, 4354.0, 4335.0, 4355.0, 4347.0, 4365.0, 4335.0, 4385.0, 4336.0, 4385.0, 4335.0, 4336.0, 4345.0, 4365.0, 4346.0, 4386.0, 4366.0, 4336.0, 4356.0, 4337.0, 4367.0, 4348.0, 4367.0, 4339.0, 4399.0, 4349.0, 4388.0, 4349.0, 4378.0, 4348.0, 4384.0, 4358.0, 4362.0, 4378.0, 4348.0, 4367.0, 4347.0, 4387.0, 4347.0, 4397.0, 4358.0, 4396.0, 4376.0, 4335.0, 4354.0, 4334.0, 4363.0, 4334.0, 4384.0, 4334.0, 4394.0, 4334.0, 4383.0, 4333.0, 4362.0, 4332.0, 4362.0, 4332.0, 4372.0, 4322.0, 4353.0, 4332.0, 4352.0, 4322.0, 4361.0, 4328.0, 4343.0, 4353.0, 4333.0, 4353.0, 4334.0, 4359.0, 4333.0, 4364.0, 4334.0, 4363.0, 4334.0, 4365.0, 4344.0, 4333.0, 4354.0, 4343.0, 4354.0, 4392.0, 4353.0, 4362.0, 4340.0, 4321.0, 4337.0, 4321.0, 4342.0, 4333.0, 4353.0, 4335.0, 4364.0, 4335.0, 4346.0, 4345.0, 4355.0, 4335.0, 4374.0, 4345.0, 4384.0, 4365.0, 4353.0, 4354.0, 4334.0, 4364.0, 4334.0, 4353.0, 4334.0, 4373.0, 4334.0, 4374.0, 4334.0, 4364.0, 4331.0, 4330.0, 4324.0, 4354.0, 4345.0, 4355.0, 4362.0, 4335.0, 4365.0, 4335.0, 4365.0, 4335.0, 4375.0, 4345.0, 4404.0, 4365.0, 4384.0, 4333.0, 4372.0, 4322.0, 4348.0, 4321.0, 4350.0, 4330.0, 4370.0, 4321.0, 4352.0, 4321.0, 4322.0, 4331.0, 4322.0, 4353.0, 4334.0, 4355.0, 4335.0, 4365.0, 4336.0, 4355.0, 4335.0, 4364.0, 4322.0, 4373.0, 4322.0, 4362.0, 4322.0, 4352.0, 4333.0, 4353.0, 4323.0, 4324.0, 4345.0, 4347.0, 4357.0, 4360.0, 4360.0, 4380.0, 4349.0, 4399.0, 4357.0, 4345.0, 4380.0, 4323.0, 4374.0, 4363.0, 4372.0, 4322.0, 4362.0, 4322.0, 4350.0, 4322.0, 4351.0, 4333.0, 4353.0, 4334.0, 4354.0, 4335.0, 4365.0, 4335.0, 4366.0, 4335.0, 4365.0, 4336.0, 4376.0, 4337.0, 4346.0, 4357.0, 4357.0, 4368.0], 'WindowWidth': [9746.0, 9662.0, 9709.0, 9601.0, 9577.0, 9620.0, 9601.0, 9656.0, 9630.0, 9615.0, 9643.0, 9604.0, 9641.0, 9603.0, 9664.0, 9614.0, 9652.0, 9652.0, 9582.0, 9633.0, 9580.0, 9616.0, 9590.0, 9628.0, 9593.0, 9647.0, 9665.0, 9615.0, 9607.0, 9580.0, 9621.0, 9583.0, 9618.0, 9599.0, 9635.0, 9608.0, 9622.0, 9622.0, 9600.0, 9622.0, 9595.0, 9626.0, 9595.0, 9608.0, 9593.0, 9624.0, 9583.0, 9618.0, 9587.0, 9638.0, 9604.0, 9621.0, 9641.0, 9648.0, 9706.0, 9669.0, 9663.0, 9632.0, 9694.0, 9648.0, 9701.0, 9700.0, 9631.0, 9668.0, 9624.0, 9660.0, 9623.0, 9674.0, 9622.0, 9688.0, 9622.0, 9663.0, 9621.0, 9655.0, 9623.0, 9653.0, 9670.0, 9613.0, 9653.0, 9601.0, 9640.0, 9616.0, 9652.0, 9602.0, 9668.0, 9656.0, 9585.0, 9641.0, 9602.0, 9648.0, 9591.0, 9633.0, 9595.0, 9648.0, 9596.0, 9647.0, 9593.0, 9581.0, 9605.0, 9581.0, 9625.0, 9601.0, 9653.0, 9601.0, 9668.0, 9600.0, 9654.0, 9600.0, 9633.0, 9584.0, 9636.0, 9584.0, 9663.0, 9612.0, 9651.0, 9610.0, 9600.0, 9643.0, 9602.0, 9659.0, 9604.0, 9686.0, 9624.0, 9688.0, 9622.0, 9675.0, 9593.0, 9630.0, 9651.0, 9633.0, 9621.0, 9599.0, 9641.0, 9601.0, 9641.0, 9613.0, 9612.0, 9665.0, 9600.0, 9666.0, 9599.0, 9679.0, 9611.0, 9626.0, 9613.0, 9642.0, 9662.0, 9606.0, 9634.0, 9581.0, 9632.0, 9585.0, 9615.0, 9593.0, 9595.0, 9622.0, 9596.0, 9650.0, 9600.0, 9638.0, 9598.0, 9668.0, 9596.0, 9634.0, 9594.0, 9657.0, 9577.0, 9616.0, 9592.0, 9614.0, 9594.0, 9595.0, 9610.0, 9599.0, 9642.0, 9605.0, 9658.0, 9609.0, 9658.0, 9625.0, 9673.0, 9634.0, 9617.0, 9629.0, 9604.0, 9645.0, 9605.0, 9672.0, 9635.0, 9669.0, 9657.0, 9630.0, 9631.0, 9616.0, 9644.0, 9644.0, 9673.0, 9605.0, 9683.0, 9618.0, 9656.0, 9603.0, 9603.0, 9661.0, 9607.0, 9675.0, 9620.0, 9670.0, 9603.0, 9652.0, 9611.0, 9691.0, 9641.0, 9676.0, 9621.0, 9660.0, 9591.0, 9578.0, 9603.0, 9576.0, 9634.0, 9592.0, 9644.0, 9592.0, 9630.0, 9591.0, 9615.0, 9578.0, 9634.0, 9596.0, 9648.0, 9595.0, 9637.0, 9599.0, 9612.0, 9602.0, 9602.0, 9658.0, 9603.0, 9643.0, 9619.0, 9658.0, 9620.0, 9656.0, 9623.0, 9685.0, 9658.0, 9600.0, 9624.0, 9603.0, 9667.0, 9613.0, 9669.0, 9630.0, 9655.0, 9626.0, 9599.0, 9624.0, 9577.0, 9634.0, 9599.0, 9664.0, 9599.0, 9664.0, 9624.0, 9599.0, 9623.0, 9582.0, 9618.0, 9583.0, 9635.0, 9600.0, 9650.0, 9597.0, 9649.0, 9592.0, 9632.0, 9579.0, 9628.0, 9595.0, 9631.0, 9595.0, 9609.0, 9595.0, 9600.0, 9612.0, 9596.0, 9616.0, 9604.0, 9632.0, 9623.0, 9635.0, 9626.0, 9650.0, 9622.0, 9667.0, 9635.0, 9650.0, 9619.0, 9646.0, 9606.0, 9646.0, 9621.0, 9666.0, 9631.0, 9689.0, 9620.0, 9658.0, 9605.0, 9618.0, 9633.0, 9668.0, 9638.0, 9686.0, 9674.0, 9634.0, 9628.0, 9603.0, 9625.0, 9597.0, 9654.0, 9600.0, 9654.0, 9601.0, 9669.0, 9601.0, 9639.0, 9615.0, 9639.0, 9603.0, 9639.0, 9602.0, 9652.0, 9601.0, 9657.0, 9616.0, 9654.0, 9614.0, 9653.0, 9618.0, 9664.0, 9611.0, 9663.0, 9585.0, 9609.0, 9582.0, 9647.0, 9599.0, 9663.0, 9611.0, 9598.0, 9612.0, 9600.0, 9616.0, 9665.0, 9617.0, 9666.0, 9629.0, 9654.0, 9614.0, 9615.0, 9614.0, 9618.0, 9617.0, 9666.0, 9683.0, 9613.0, 9625.0, 9600.0, 9624.0, 9600.0, 9640.0, 9590.0, 9669.0, 9603.0, 9656.0, 9586.0, 9651.0, 9596.0, 9651.0, 9595.0, 9634.0, 9591.0, 9603.0, 9580.0, 9599.0, 9593.0, 9605.0, 9593.0, 9624.0, 9597.0, 9623.0, 9600.0, 9624.0, 9599.0, 9627.0, 9612.0, 9618.0, 9680.0, 9615.0, 9665.0, 9614.0, 9622.0, 9638.0, 9628.0, 9637.0, 9626.0, 9665.0, 9633.0, 9688.0, 9657.0, 9631.0, 9683.0, 9620.0, 9685.0, 9634.0, 9684.0, 9628.0, 9701.0, 9603.0, 9690.0, 9640.0, 9626.0, 9669.0, 9591.0, 9651.0, 9615.0, 9652.0, 9555.0, 9612.0, 9559.0, 9610.0, 9587.0, 9614.0, 9560.0, 9625.0, 9573.0, 9630.0, 9577.0, 9577.0, 9593.0, 9598.0, 9628.0, 9621.0, 9674.0, 9623.0, 9689.0, 9607.0, 9635.0, 9600.0, 9643.0, 9601.0, 9679.0, 9598.0, 9658.0, 9596.0, 9647.0, 9594.0, 9649.0, 9579.0, 9641.0, 9605.0, 9590.0, 9604.0, 9593.0, 9619.0, 9602.0, 9661.0, 9619.0, 9624.0, 9646.0, 9642.0, 9688.0, 9627.0, 9660.0, 9641.0, 9628.0, 9671.0, 9597.0, 9651.0, 9597.0, 9633.0, 9593.0, 9618.0, 9597.0, 9622.0, 9600.0, 9634.0, 9596.0, 9585.0, 9609.0, 9601.0, 9623.0, 9603.0, 9627.0, 9605.0, 9655.0, 9603.0, 9605.0, 9629.0, 9603.0, 9656.0, 9602.0, 9669.0, 9600.0, 9669.0, 9613.0, 9677.0, 9597.0, 9635.0, 9598.0, 9650.0, 9614.0, 9653.0, 9656.0, 9614.0, 9625.0, 9609.0, 9625.0, 9614.0, 9653.0, 9598.0, 9652.0, 9598.0, 9650.0, 9584.0, 9636.0, 9599.0, 9622.0, 9602.0, 9640.0, 9607.0, 9670.0, 9605.0, 9621.0, 9633.0, 9604.0, 9620.0, 9674.0, 9658.0, 9667.0, 9639.0, 9666.0, 9597.0, 9597.0, 9598.0, 9660.0, 9613.0, 9676.0, 9611.0, 9599.0, 9625.0, 9600.0, 9605.0, 9599.0, 9608.0, 9670.0, 9622.0, 9685.0, 9619.0, 9620.0, 9634.0, 9637.0, 9622.0, 9658.0, 9635.0, 9686.0, 9647.0, 9619.0, 9632.0, 9605.0, 9627.0, 9663.0, 9614.0, 9676.0, 9652.0, 9675.0, 9595.0, 9634.0, 9607.0, 9617.0, 9589.0, 9618.0, 9612.0, 9623.0, 9650.0, 9597.0, 9620.0, 9594.0, 9618.0, 9594.0, 9661.0, 9594.0, 9654.0, 9571.0, 9632.0, 9593.0, 9620.0, 9579.0, 9581.0, 9626.0, 9602.0, 9642.0, 9618.0, 9645.0, 9603.0, 9602.0, 9632.0, 9602.0, 9647.0, 9657.0, 9683.0, 9616.0, 9656.0, 9598.0, 9638.0, 9597.0, 9620.0, 9598.0, 9647.0, 9596.0, 9641.0, 9608.0, 9596.0, 9620.0, 9595.0, 9622.0, 9600.0, 9678.0, 9613.0, 9639.0, 9609.0, 9601.0, 9624.0, 9600.0, 9639.0, 9599.0, 9663.0, 9612.0, 9648.0, 9594.0, 9645.0, 9593.0, 9643.0, 9592.0, 9646.0, 9591.0, 9590.0, 9616.0, 9577.0, 9604.0, 9581.0, 9596.0, 9601.0, 9629.0, 9679.0, 9626.0, 9666.0, 9622.0, 9667.0, 9604.0, 9675.0, 9599.0, 9629.0, 9613.0, 9661.0, 9601.0, 9623.0, 9599.0, 9623.0, 9601.0, 9627.0, 9622.0, 9642.0, 9602.0, 9665.0, 9603.0, 9667.0, 9602.0, 9606.0, 9616.0, 9641.0, 9618.0, 9668.0, 9645.0, 9606.0, 9631.0, 9608.0, 9647.0, 9624.0, 9649.0, 9614.0, 9693.0, 9626.0, 9677.0, 9625.0, 9666.0, 9626.0, 9671.0, 9637.0, 9639.0, 9665.0, 9623.0, 9647.0, 9622.0, 9674.0, 9623.0, 9688.0, 9636.0, 9684.0, 9658.0, 9603.0, 9624.0, 9599.0, 9634.0, 9597.0, 9664.0, 9597.0, 9677.0, 9597.0, 9660.0, 9596.0, 9633.0, 9592.0, 9631.0, 9593.0, 9644.0, 9577.0, 9620.0, 9593.0, 9618.0, 9578.0, 9629.0, 9585.0, 9607.0, 9622.0, 9596.0, 9621.0, 9599.0, 9628.0, 9595.0, 9638.0, 9600.0, 9636.0, 9598.0, 9640.0, 9610.0, 9595.0, 9624.0, 9606.0, 9623.0, 9671.0, 9620.0, 9628.0, 9598.0, 9575.0, 9592.0, 9575.0, 9604.0, 9594.0, 9621.0, 9601.0, 9639.0, 9601.0, 9617.0, 9616.0, 9627.0, 9600.0, 9650.0, 9615.0, 9664.0, 9641.0, 9621.0, 9623.0, 9599.0, 9636.0, 9598.0, 9622.0, 9598.0, 9649.0, 9596.0, 9652.0, 9597.0, 9639.0, 9592.0, 9591.0, 9586.0, 9624.0, 9616.0, 9629.0, 9635.0, 9602.0, 9641.0, 9602.0, 9640.0, 9601.0, 9652.0, 9614.0, 9691.0, 9640.0, 9663.0, 9595.0, 9644.0, 9578.0, 9609.0, 9574.0, 9612.0, 9586.0, 9638.0, 9574.0, 9616.0, 9575.0, 9578.0, 9589.0, 9579.0, 9621.0, 9598.0, 9626.0, 9601.0, 9641.0, 9602.0, 9628.0, 9600.0, 9636.0, 9578.0, 9648.0, 9578.0, 9632.0, 9577.0, 9617.0, 9594.0, 9619.0, 9579.0, 9583.0, 9616.0, 9622.0, 9636.0, 9643.0, 9643.0, 9669.0, 9628.0, 9691.0, 9632.0, 9613.0, 9655.0, 9580.0, 9648.0, 9632.0, 9643.0, 9576.0, 9629.0, 9576.0, 9613.0, 9577.0, 9616.0, 9596.0, 9622.0, 9598.0, 9625.0, 9602.0, 9640.0, 9602.0, 9644.0, 9601.0, 9641.0, 9605.0, 9656.0, 9606.0, 9618.0, 9632.0, 9632.0, 9651.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.0007931990794016111</td></tr>
<tr><td colspan=3>aqi</td><td>0.018887895281933256</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.37533765358298</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.196938747845622</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161663908755754</td></tr>
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
<tr><td colspan=3>fber</td><td>5106.667</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08017777966712382</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0713463751438437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5857650420970164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4943877587109795</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8454111139782943</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4174962536017763</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733615</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005180406384170055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03581158071756363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7653053307673896</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>14.6091</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.5336</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>977.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.0647</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9346</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.4182</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.2672</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.8965</td></tr>
<tr><td colspan=3>tsnr</td><td>42.39368316717446</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>