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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-01/func/sub-0076_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4a6085fb5fd4ef012256eff3d6eecddf</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>11:03:59.450000</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.999404, 0.00126565, -0.0344869, 0.00122101, 0.997405, 0.0719879]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10381</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7704, -7206, 685, 31, 43, -32, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a5c04912-bb05-4197-8f86-3753dc9d9bf9||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.681328773498535, 0.0032758733723312616, -0.0931190773844719, 116.2338638305664], [-0.0033956393599510193, 2.675964117050171, 0.19436529278755188, -97.48538970947266], [-0.09252592921257019, -0.19313831627368927, 2.6913845539093018, -31.806289672851562], [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': ['110359.450000', '110359.910000', '110400.370000', '110400.830000', '110401.290000', '110401.750000', '110402.210000', '110402.670000', '110403.130000', '110403.590000', '110404.050000', '110404.510000', '110404.970000', '110405.430000', '110405.890000', '110406.350000', '110406.810000', '110407.270000', '110407.730000', '110408.190000', '110408.650000', '110409.110000', '110409.570000', '110410.030000', '110410.490000', '110410.950000', '110411.410000', '110411.870000', '110412.330000', '110412.790000', '110413.250000', '110413.710000', '110414.170000', '110414.630000', '110415.090000', '110415.550000', '110416.010000', '110416.470000', '110416.930000', '110417.390000', '110417.850000', '110418.310000', '110418.770000', '110419.230000', '110419.690000', '110420.150000', '110420.610000', '110421.070000', '110421.530000', '110421.990000', '110422.450000', '110422.910000', '110423.370000', '110423.830000', '110424.290000', '110424.750000', '110425.210000', '110425.670000', '110426.130000', '110426.590000', '110427.050000', '110427.510000', '110427.970000', '110428.430000', '110428.890000', '110429.350000', '110429.810000', '110430.270000', '110430.730000', '110431.190000', '110431.650000', '110432.110000', '110432.570000', '110433.030000', '110433.490000', '110433.950000', '110434.410000', '110434.870000', '110435.330000', '110435.790000', '110436.250000', '110436.710000', '110437.170000', '110437.630000', '110438.090000', '110438.550000', '110439.010000', '110439.470000', '110439.930000', '110440.390000', '110440.850000', '110441.310000', '110441.770000', '110442.230000', '110442.690000', '110443.150000', '110443.610000', '110444.070000', '110444.530000', '110444.990000', '110445.450000', '110445.910000', '110446.370000', '110446.830000', '110447.290000', '110447.750000', '110448.210000', '110448.670000', '110449.130000', '110449.590000', '110450.050000', '110450.510000', '110450.970000', '110451.430000', '110451.890000', '110452.350000', '110452.810000', '110453.270000', '110453.730000', '110454.190000', '110454.650000', '110455.110000', '110455.570000', '110456.030000', '110456.490000', '110456.950000', '110457.410000', '110457.870000', '110458.330000', '110458.790000', '110459.250000', '110459.710000', '110500.170000', '110500.630000', '110501.090000', '110501.550000', '110502.010000', '110502.470000', '110502.930000', '110503.390000', '110503.850000', '110504.310000', '110504.770000', '110505.230000', '110505.690000', '110506.150000', '110506.610000', '110507.070000', '110507.530000', '110507.990000', '110508.450000', '110508.910000', '110509.370000', '110509.830000', '110510.290000', '110510.750000', '110511.210000', '110511.670000', '110512.130000', '110512.590000', '110513.050000', '110513.510000', '110513.970000', '110514.430000', '110514.890000', '110515.350000', '110515.810000', '110516.270000', '110516.730000', '110517.190000', '110517.650000', '110518.110000', '110518.570000', '110519.030000', '110519.490000', '110519.950000', '110520.410000', '110520.870000', '110521.330000', '110521.790000', '110522.250000', '110522.710000', '110523.170000', '110523.630000', '110524.090000', '110524.550000', '110525.010000', '110525.470000', '110525.930000', '110526.390000', '110526.850000', '110527.310000', '110527.770000', '110528.230000', '110528.690000', '110529.150000', '110529.610000', '110530.070000', '110530.530000', '110530.990000', '110531.450000', '110531.910000', '110532.370000', '110532.830000', '110533.290000', '110533.750000', '110534.210000', '110534.670000', '110535.130000', '110535.590000', '110536.050000', '110536.510000', '110536.970000', '110537.430000', '110537.890000', '110538.350000', '110538.810000', '110539.270000', '110539.730000', '110540.190000', '110540.650000', '110541.110000', '110541.570000', '110542.030000', '110542.490000', '110542.950000', '110543.410000', '110543.870000', '110544.330000', '110544.790000', '110545.250000', '110545.710000', '110546.170000', '110546.630000', '110547.090000', '110547.550000', '110548.010000', '110548.470000', '110548.930000', '110549.390000', '110549.850000', '110550.310000', '110550.770000', '110551.230000', '110551.690000', '110552.150000', '110552.610000', '110553.070000', '110553.530000', '110553.990000', '110554.450000', '110554.910000', '110555.370000', '110555.830000', '110556.290000', '110556.750000', '110557.210000', '110557.670000', '110558.130000', '110558.590000', '110559.050000', '110559.510000', '110559.970000', '110600.430000', '110600.890000', '110601.350000', '110601.810000', '110602.270000', '110602.730000', '110603.190000', '110603.650000', '110604.110000', '110604.570000', '110605.030000', '110605.490000', '110605.950000', '110606.410000', '110606.870000', '110607.330000', '110607.790000', '110608.250000', '110608.710000', '110609.170000', '110609.630000', '110610.090000', '110610.550000', '110611.010000', '110611.470000', '110611.930000', '110612.390000', '110612.850000', '110613.310000', '110613.770000', '110614.230000', '110614.690000', '110615.150000', '110615.610000', '110616.070000', '110616.530000', '110616.990000', '110617.450000', '110617.910000', '110618.370000', '110618.830000', '110619.290000', '110619.750000', '110620.210000', '110620.670000', '110621.130000', '110621.590000', '110622.050000', '110622.510000', '110622.970000', '110623.430000', '110623.890000', '110624.350000', '110624.810000', '110625.270000', '110625.730000', '110626.190000', '110626.650000', '110627.110000', '110627.570000', '110628.030000', '110628.490000', '110628.950000', '110629.410000', '110629.870000', '110630.330000', '110630.790000', '110631.250000', '110631.710000', '110632.170000', '110632.630000', '110633.090000', '110633.550000', '110634.010000', '110634.470000', '110634.930000', '110635.390000', '110635.850000', '110636.310000', '110636.770000', '110637.230000', '110637.690000', '110638.150000', '110638.610000', '110639.070000', '110639.530000', '110639.990000', '110640.450000', '110640.910000', '110641.370000', '110641.830000', '110642.290000', '110642.750000', '110643.210000', '110643.670000', '110644.130000', '110644.590000', '110645.050000', '110645.510000', '110645.970000', '110646.430000', '110646.890000', '110647.350000', '110647.810000', '110648.270000', '110648.730000', '110649.190000', '110649.650000', '110650.110000', '110650.570000', '110651.030000', '110651.490000', '110651.950000', '110652.410000', '110652.870000', '110653.330000', '110653.790000', '110654.250000', '110654.710000', '110655.170000', '110655.630000', '110656.090000', '110656.550000', '110657.010000', '110657.470000', '110657.930000', '110658.390000', '110658.850000', '110659.310000', '110659.770000', '110700.230000', '110700.690000', '110701.150000', '110701.610000', '110702.070000', '110702.530000', '110702.990000', '110703.450000', '110703.910000', '110704.370000', '110704.830000', '110705.290000', '110705.750000', '110706.210000', '110706.670000', '110707.130000', '110707.590000', '110708.050000', '110708.510000', '110708.970000', '110709.430000', '110709.890000', '110710.350000', '110710.810000', '110711.270000', '110711.730000', '110712.190000', '110712.650000', '110713.110000', '110713.570000', '110714.030000', '110714.490000', '110714.950000', '110715.410000', '110715.870000', '110716.330000', '110716.790000', '110717.250000', '110717.710000', '110718.170000', '110718.630000', '110719.090000', '110719.550000', '110720.010000', '110720.470000', '110720.930000', '110721.390000', '110721.850000', '110722.310000', '110722.770000', '110723.230000', '110723.690000', '110724.150000', '110724.610000', '110725.070000', '110725.530000', '110725.990000', '110726.450000', '110726.910000', '110727.370000', '110727.830000', '110728.290000', '110728.750000', '110729.210000', '110729.670000', '110730.130000', '110730.590000', '110731.050000', '110731.510000', '110731.970000', '110732.430000', '110732.890000', '110733.350000', '110733.810000', '110734.270000', '110734.730000', '110735.190000', '110735.650000', '110736.110000', '110736.570000', '110737.030000', '110737.490000', '110737.950000', '110738.410000', '110738.870000', '110739.330000', '110739.790000', '110740.250000', '110740.710000', '110741.170000', '110741.630000', '110742.090000', '110742.550000', '110743.010000', '110743.470000', '110743.930000', '110744.390000', '110744.850000', '110745.310000', '110745.770000', '110746.230000', '110746.690000', '110747.150000', '110747.610000', '110748.070000', '110748.530000', '110748.990000', '110749.450000', '110749.910000', '110750.370000', '110750.830000', '110751.290000', '110751.750000', '110752.210000', '110752.670000', '110753.130000', '110753.590000', '110754.050000', '110754.510000', '110754.970000', '110755.430000', '110755.890000', '110756.350000', '110756.810000', '110757.270000', '110757.730000', '110758.190000', '110758.650000', '110759.110000', '110759.570000', '110800.030000', '110800.490000', '110800.950000', '110801.410000', '110801.870000', '110802.330000', '110802.790000', '110803.250000', '110803.710000', '110804.170000', '110804.630000', '110805.090000', '110805.550000', '110806.010000', '110806.470000', '110806.930000', '110807.390000', '110807.850000', '110808.310000', '110808.770000', '110809.230000', '110809.690000', '110810.150000', '110810.610000', '110811.070000', '110811.530000', '110811.990000', '110812.450000', '110812.910000', '110813.370000', '110813.830000', '110814.290000', '110814.750000', '110815.210000', '110815.670000', '110816.130000', '110816.590000', '110817.050000', '110817.510000', '110817.970000', '110818.430000', '110818.890000', '110819.350000', '110819.810000', '110820.270000', '110820.730000', '110821.190000', '110821.650000', '110822.110000', '110822.570000', '110823.030000', '110823.490000', '110823.950000', '110824.410000', '110824.870000', '110825.330000', '110825.790000', '110826.250000', '110826.710000', '110827.170000', '110827.630000', '110828.090000', '110828.550000', '110829.010000', '110829.470000', '110829.930000', '110830.390000', '110830.850000', '110831.310000', '110831.770000', '110832.230000', '110832.690000', '110833.150000', '110833.610000', '110834.070000', '110834.530000', '110834.990000', '110835.450000', '110835.910000', '110836.370000', '110836.830000', '110837.290000', '110837.750000', '110838.210000', '110838.670000', '110839.130000', '110839.590000', '110840.050000', '110840.510000', '110840.970000', '110841.430000', '110841.890000', '110842.350000', '110842.810000', '110843.270000', '110843.730000', '110844.190000', '110844.650000', '110845.110000', '110845.570000', '110846.030000', '110846.490000', '110846.950000', '110847.410000', '110847.870000', '110848.330000', '110848.790000', '110849.250000', '110849.710000', '110850.170000', '110850.630000', '110851.090000', '110851.550000', '110852.010000', '110852.470000', '110852.930000', '110853.390000', '110853.850000', '110854.310000', '110854.770000', '110855.230000', '110855.690000', '110856.150000', '110856.610000', '110857.070000', '110857.530000', '110857.990000', '110858.450000', '110858.910000', '110859.370000', '110859.830000', '110900.290000', '110900.750000', '110901.210000', '110901.670000', '110902.130000', '110902.590000', '110903.050000', '110903.510000', '110903.970000', '110904.430000', '110904.890000', '110905.350000', '110905.810000', '110906.270000', '110906.730000', '110907.190000', '110907.650000', '110908.110000', '110908.570000', '110909.030000', '110909.490000', '110909.950000', '110910.410000', '110910.870000', '110911.330000', '110911.790000', '110912.250000', '110912.710000', '110913.170000', '110913.630000', '110914.090000', '110914.550000', '110915.010000', '110915.470000', '110915.930000', '110916.390000', '110916.850000', '110917.310000', '110917.770000', '110918.230000', '110918.690000', '110919.150000', '110919.610000', '110920.070000', '110920.530000', '110920.990000', '110921.450000', '110921.910000', '110922.370000', '110922.830000', '110923.290000', '110923.750000', '110924.210000', '110924.670000', '110925.130000', '110925.590000', '110926.050000', '110926.510000', '110926.970000', '110927.430000', '110927.890000', '110928.350000', '110928.810000', '110929.270000', '110929.730000', '110930.190000', '110930.650000', '110931.110000', '110931.570000', '110932.030000', '110932.490000', '110932.950000', '110933.410000', '110933.870000', '110934.330000', '110934.790000', '110935.250000', '110935.710000', '110936.170000', '110936.630000', '110937.090000', '110937.550000', '110938.010000', '110938.470000', '110938.930000', '110939.390000', '110939.850000', '110940.310000', '110940.770000', '110941.230000', '110941.690000', '110942.150000', '110942.610000', '110943.070000', '110943.530000', '110943.990000', '110944.450000', '110944.910000', '110945.370000', '110945.830000', '110946.290000', '110946.750000', '110947.210000', '110947.670000', '110948.130000', '110948.590000', '110949.050000', '110949.510000', '110949.970000', '110950.430000', '110950.890000', '110951.350000', '110951.810000', '110952.270000', '110952.730000', '110953.190000', '110953.650000', '110954.110000', '110954.570000', '110955.030000', '110955.490000', '110955.950000', '110956.410000', '110956.870000', '110957.330000', '110957.790000', '110958.250000', '110958.710000', '110959.170000', '110959.630000', '111000.090000', '111000.550000', '111001.010000', '111001.470000', '111001.930000', '111002.390000', '111002.850000', '111003.310000', '111003.770000', '111004.230000', '111004.690000', '111005.150000', '111005.610000', '111006.070000', '111006.530000', '111006.990000', '111007.450000', '111007.910000', '111008.370000', '111008.830000', '111009.290000', '111009.750000', '111010.210000', '111010.670000', '111011.130000', '111011.590000', '111012.050000', '111012.510000', '111012.970000', '111013.430000', '111013.890000', '111014.350000', '111014.810000', '111015.270000', '111015.730000', '111016.190000', '111016.650000', '111017.110000', '111017.570000', '111018.030000', '111018.490000', '111018.950000', '111019.410000', '111019.870000', '111020.330000', '111020.790000', '111021.250000', '111021.710000', '111022.170000', '111022.630000', '111023.090000', '111023.550000', '111024.010000', '111024.470000', '111024.930000', '111025.390000', '111025.850000', '111026.310000', '111026.770000', '111027.230000', '111027.690000', '111028.150000', '111028.610000', '111029.070000', '111029.530000', '111029.990000', '111030.450000', '111030.910000', '111031.370000', '111031.830000', '111032.290000', '111032.750000', '111033.210000', '111033.670000', '111034.130000', '111034.590000', '111035.050000', '111035.510000', '111035.970000', '111036.430000', '111036.890000', '111037.350000', '111037.810000', '111038.270000', '111038.730000', '111039.190000', '111039.650000', '111040.110000'], 'ContentTime': ['110415.213000', '110415.216000', '110415.219000', '110415.221000', '110415.224000', '110415.226000', '110415.229000', '110415.232000', '110415.234000', '110415.237000', '110415.239000', '110415.242000', '110415.244000', '110415.247000', '110415.249000', '110415.252000', '110415.255000', '110415.257000', '110415.260000', '110415.262000', '110415.265000', '110415.267000', '110415.270000', '110415.272000', '110415.275000', '110415.285000', '110415.287000', '110415.290000', '110415.292000', '110415.295000', '110415.298000', '110415.300000', '110415.303000', '110435.162000', '110435.164000', '110435.167000', '110435.170000', '110435.172000', '110435.175000', '110435.177000', '110435.180000', '110435.182000', '110435.185000', '110435.188000', '110435.190000', '110435.193000', '110435.195000', '110435.198000', '110435.200000', '110435.203000', '110435.205000', '110435.208000', '110435.210000', '110435.213000', '110435.215000', '110435.218000', '110435.221000', '110435.223000', '110435.226000', '110435.228000', '110435.231000', '110435.233000', '110435.236000', '110435.238000', '110435.241000', '110435.251000', '110435.254000', '110435.256000', '110435.259000', '110435.261000', '110435.264000', '110435.266000', '110435.269000', '110435.272000', '110435.274000', '110435.277000', '110455.162000', '110455.164000', '110455.167000', '110455.169000', '110455.172000', '110455.175000', '110455.177000', '110455.180000', '110455.182000', '110455.185000', '110455.187000', '110455.190000', '110455.193000', '110455.196000', '110455.198000', '110455.201000', '110455.203000', '110455.206000', '110455.208000', '110455.211000', '110455.213000', '110455.216000', '110455.218000', '110455.221000', '110455.226000', '110455.229000', '110455.231000', '110455.234000', '110455.236000', '110455.239000', '110455.241000', '110455.244000', '110455.246000', '110455.249000', '110455.251000', '110455.254000', '110455.257000', '110455.259000', '110455.262000', '110455.264000', '110455.267000', '110455.269000', '110455.272000', '110455.274000', '110515.162000', '110515.164000', '110515.167000', '110515.169000', '110515.172000', '110515.175000', '110515.177000', '110515.180000', '110515.182000', '110515.185000', '110515.187000', '110515.190000', '110515.192000', '110515.195000', '110515.197000', '110515.200000', '110515.203000', '110515.205000', '110515.208000', '110515.210000', '110515.213000', '110515.215000', '110515.218000', '110515.220000', '110515.223000', '110515.225000', '110515.228000', '110515.230000', '110515.233000', '110515.236000', '110515.238000', '110515.241000', '110515.243000', '110515.246000', '110515.248000', '110515.251000', '110515.253000', '110515.256000', '110515.258000', '110515.261000', '110515.264000', '110515.266000', '110515.269000', '110535.161000', '110535.164000', '110535.167000', '110535.169000', '110535.172000', '110535.175000', '110535.177000', '110535.180000', '110535.182000', '110535.185000', '110535.187000', '110535.190000', '110535.192000', '110535.195000', '110535.197000', '110535.200000', '110535.203000', '110535.205000', '110535.208000', '110535.210000', '110535.213000', '110535.215000', '110535.218000', '110535.220000', '110535.223000', '110535.225000', '110535.228000', '110535.230000', '110535.233000', '110535.236000', '110535.238000', '110535.241000', '110535.243000', '110535.246000', '110535.248000', '110535.251000', '110535.253000', '110535.256000', '110535.258000', '110535.261000', '110535.263000', '110535.266000', '110535.269000', '110535.271000', '110555.161000', '110555.164000', '110555.167000', '110555.169000', '110555.212000', '110555.214000', '110555.217000', '110555.219000', '110555.222000', '110555.224000', '110555.227000', '110555.229000', '110555.232000', '110555.235000', '110555.237000', '110555.240000', '110555.242000', '110555.245000', '110555.247000', '110555.250000', '110555.252000', '110555.255000', '110555.258000', '110555.260000', '110555.263000', '110555.265000', '110555.268000', '110555.270000', '110555.273000', '110555.275000', '110555.278000', '110555.280000', '110555.283000', '110555.286000', '110555.288000', '110555.291000', '110555.293000', '110555.296000', '110555.299000', '110555.301000', '110555.304000', '110555.306000', '110555.309000', '110615.161000', '110615.164000', '110615.167000', '110615.169000', '110615.172000', '110615.175000', '110615.179000', '110615.182000', '110615.185000', '110615.187000', '110615.190000', '110615.192000', '110615.195000', '110615.197000', '110615.200000', '110615.203000', '110615.205000', '110615.208000', '110615.210000', '110615.213000', '110615.215000', '110615.218000', '110615.220000', '110615.223000', '110615.226000', '110615.228000', '110615.231000', '110615.233000', '110615.236000', '110615.239000', '110615.241000', '110615.244000', '110615.246000', '110615.249000', '110615.251000', '110615.254000', '110615.256000', '110615.259000', '110615.261000', '110615.264000', '110615.267000', '110615.269000', '110615.272000', '110635.161000', '110635.164000', '110635.167000', '110635.170000', '110635.172000', '110635.175000', '110635.177000', '110635.180000', '110635.182000', '110635.186000', '110635.189000', '110635.191000', '110635.194000', '110635.196000', '110635.199000', '110635.201000', '110635.204000', '110635.206000', '110635.209000', '110635.212000', '110635.214000', '110635.217000', '110635.219000', '110635.222000', '110635.224000', '110635.227000', '110635.229000', '110635.232000', '110635.234000', '110635.237000', '110635.240000', '110635.242000', '110635.245000', '110635.247000', '110635.250000', '110635.253000', '110635.255000', '110635.258000', '110635.260000', '110635.263000', '110635.265000', '110635.268000', '110635.270000', '110635.273000', '110655.162000', '110655.164000', '110655.167000', '110655.170000', '110655.172000', '110655.175000', '110655.177000', '110655.180000', '110655.183000', '110655.185000', '110655.188000', '110655.190000', '110655.193000', '110655.195000', '110655.198000', '110655.200000', '110655.203000', '110655.205000', '110655.208000', '110655.211000', '110655.213000', '110655.216000', '110655.218000', '110655.221000', '110655.223000', '110655.226000', '110655.228000', '110655.231000', '110655.233000', '110655.236000', '110655.239000', '110655.241000', '110655.244000', '110655.246000', '110655.249000', '110655.251000', '110655.254000', '110655.256000', '110655.259000', '110655.261000', '110655.264000', '110655.267000', '110655.269000', '110655.272000', '110715.161000', '110715.164000', '110715.167000', '110715.170000', '110715.172000', '110715.175000', '110715.177000', '110715.180000', '110715.182000', '110715.185000', '110715.187000', '110715.190000', '110715.192000', '110715.195000', '110715.198000', '110715.200000', '110715.203000', '110715.205000', '110715.208000', '110715.210000', '110715.213000', '110715.216000', '110715.218000', '110715.221000', '110715.223000', '110715.226000', '110715.228000', '110715.231000', '110715.233000', '110715.236000', '110715.239000', '110715.241000', '110715.244000', '110715.246000', '110715.249000', '110715.252000', '110715.254000', '110715.257000', '110715.259000', '110715.262000', '110715.264000', '110715.267000', '110715.269000', '110735.162000', '110735.164000', '110735.167000', '110735.170000', '110735.173000', '110735.176000', '110735.179000', '110735.181000', '110735.184000', '110735.187000', '110735.189000', '110735.192000', '110735.194000', '110735.197000', '110735.199000', '110735.202000', '110735.204000', '110735.207000', '110735.209000', '110735.212000', '110735.215000', '110735.218000', '110735.220000', '110735.223000', '110735.225000', '110735.228000', '110735.231000', '110735.233000', '110735.236000', '110735.238000', '110735.241000', '110735.243000', '110735.246000', '110735.249000', '110735.251000', '110735.254000', '110735.256000', '110735.259000', '110735.262000', '110735.264000', '110735.267000', '110735.269000', '110735.272000', '110755.161000', '110755.164000', '110755.167000', '110755.169000', '110755.172000', '110755.175000', '110755.177000', '110755.180000', '110755.182000', '110755.185000', '110755.187000', '110755.190000', '110755.192000', '110755.195000', '110755.198000', '110755.200000', '110755.203000', '110755.205000', '110755.208000', '110755.210000', '110755.213000', '110755.215000', '110755.218000', '110755.221000', '110755.223000', '110755.226000', '110755.228000', '110755.231000', '110755.233000', '110755.236000', '110755.239000', '110755.241000', '110755.244000', '110755.246000', '110755.249000', '110755.251000', '110755.254000', '110755.257000', '110755.259000', '110755.262000', '110755.264000', '110755.267000', '110755.269000', '110755.272000', '110815.161000', '110815.164000', '110815.167000', '110815.169000', '110815.172000', '110815.175000', '110815.178000', '110815.180000', '110815.183000', '110815.186000', '110815.188000', '110815.191000', '110815.193000', '110815.196000', '110815.198000', '110815.201000', '110815.203000', '110815.206000', '110815.209000', '110815.211000', '110815.214000', '110815.216000', '110815.219000', '110815.221000', '110815.224000', '110815.226000', '110815.229000', '110815.232000', '110815.234000', '110815.237000', '110815.239000', '110815.242000', '110815.244000', '110815.247000', '110815.249000', '110815.252000', '110815.254000', '110815.257000', '110815.260000', '110815.262000', '110815.265000', '110815.267000', '110815.270000', '110835.161000', '110835.164000', '110835.167000', '110835.169000', '110835.172000', '110835.175000', '110835.177000', '110835.180000', '110835.182000', '110835.185000', '110835.187000', '110835.190000', '110835.192000', '110835.195000', '110835.198000', '110835.200000', '110835.203000', '110835.205000', '110835.208000', '110835.211000', '110835.213000', '110835.216000', '110835.218000', '110835.221000', '110835.223000', '110835.226000', '110835.228000', '110835.231000', '110835.234000', '110835.236000', '110835.239000', '110835.241000', '110835.244000', '110835.247000', '110835.249000', '110835.252000', '110835.254000', '110835.257000', '110835.259000', '110835.262000', '110835.264000', '110835.267000', '110835.270000', '110835.272000', '110855.163000', '110855.165000', '110855.168000', '110855.171000', '110855.174000', '110855.177000', '110855.180000', '110855.182000', '110855.185000', '110855.187000', '110855.190000', '110855.201000', '110855.203000', '110855.206000', '110855.209000', '110855.211000', '110855.214000', '110855.216000', '110855.219000', '110855.221000', '110855.224000', '110855.227000', '110855.229000', '110855.232000', '110855.234000', '110855.237000', '110855.239000', '110855.242000', '110855.245000', '110855.247000', '110855.250000', '110855.252000', '110855.255000', '110855.258000', '110855.261000', '110855.263000', '110855.266000', '110855.268000', '110855.271000', '110855.274000', '110855.276000', '110855.279000', '110855.281000', '110915.161000', '110915.164000', '110915.167000', '110915.169000', '110915.172000', '110915.175000', '110915.177000', '110915.180000', '110915.182000', '110915.185000', '110915.187000', '110915.190000', '110915.193000', '110915.195000', '110915.198000', '110915.200000', '110915.203000', '110915.206000', '110915.208000', '110915.211000', '110915.213000', '110915.216000', '110915.218000', '110915.221000', '110915.224000', '110915.226000', '110915.229000', '110915.231000', '110915.234000', '110915.236000', '110915.239000', '110915.242000', '110915.244000', '110915.247000', '110915.249000', '110915.252000', '110915.254000', '110915.257000', '110915.259000', '110915.262000', '110915.265000', '110915.267000', '110915.270000', '110915.272000', '110935.161000', '110935.164000', '110935.167000', '110935.170000', '110935.172000', '110935.175000', '110935.177000', '110935.180000', '110935.182000', '110935.185000', '110935.188000', '110935.190000', '110935.193000', '110935.195000', '110935.198000', '110935.201000', '110935.203000', '110935.206000', '110935.208000', '110935.211000', '110935.213000', '110935.216000', '110935.219000', '110935.221000', '110935.225000', '110935.228000', '110935.230000', '110935.233000', '110935.236000', '110935.238000', '110935.241000', '110935.243000', '110935.246000', '110935.248000', '110935.251000', '110935.253000', '110935.256000', '110935.258000', '110935.261000', '110935.264000', '110935.266000', '110935.269000', '110935.271000', '110955.162000', '110955.164000', '110955.167000', '110955.170000', '110955.172000', '110955.175000', '110955.177000', '110955.180000', '110955.182000', '110955.185000', '110955.188000', '110955.190000', '110955.193000', '110955.195000', '110955.198000', '110955.201000', '110955.203000', '110955.206000', '110955.208000', '110955.211000', '110955.214000', '110955.216000', '110955.219000', '110955.221000', '110955.224000', '110955.226000', '110955.229000', '110955.231000', '110955.234000', '110955.237000', '110955.239000', '110955.242000', '110955.244000', '110955.247000', '110955.250000', '110955.252000', '110955.255000', '110955.257000', '110955.260000', '110955.263000', '110955.265000', '110955.268000', '110955.270000', '110955.274000', '111015.161000', '111015.164000', '111015.167000', '111015.169000', '111015.172000', '111015.174000', '111015.177000', '111015.180000', '111015.182000', '111015.185000', '111015.187000', '111015.190000', '111015.192000', '111015.195000', '111015.197000', '111015.200000', '111015.202000', '111015.205000', '111015.208000', '111015.210000', '111015.213000', '111015.215000', '111015.233000', '111015.235000', '111015.238000', '111015.240000', '111015.243000', '111015.245000', '111015.248000', '111015.251000', '111015.254000', '111015.257000', '111015.260000', '111015.262000', '111015.265000', '111015.267000', '111015.270000', '111015.272000', '111015.275000', '111015.277000', '111015.280000', '111015.282000', '111015.285000', '111035.162000', '111035.164000', '111035.167000', '111035.170000', '111035.172000', '111035.175000', '111035.177000', '111035.180000', '111035.182000', '111035.185000', '111035.188000', '111035.190000', '111035.193000', '111035.195000', '111035.198000', '111035.201000', '111035.203000', '111035.206000', '111035.208000', '111035.211000', '111035.213000', '111035.216000', '111035.219000', '111035.221000', '111035.224000', '111035.226000', '111035.229000', '111035.232000', '111035.234000', '111035.237000', '111035.239000', '111035.242000', '111035.244000', '111035.247000', '111035.249000', '111035.252000', '111035.255000', '111035.257000', '111035.260000', '111035.263000', '111035.265000', '111035.268000', '111035.270000', '111035.273000', '111041.020000', '111041.023000', '111041.025000', '111041.028000', '111041.031000', '111041.033000', '111041.036000', '111041.039000', '111041.041000', '111041.044000', '111041.046000', '111041.049000', '111041.052000'], 'InstanceCreationTime': ['110415.213000', '110415.216000', '110415.219000', '110415.221000', '110415.224000', '110415.226000', '110415.229000', '110415.232000', '110415.234000', '110415.237000', '110415.239000', '110415.242000', '110415.244000', '110415.247000', '110415.249000', '110415.252000', '110415.255000', '110415.257000', '110415.260000', '110415.262000', '110415.265000', '110415.267000', '110415.270000', '110415.272000', '110415.275000', '110415.285000', '110415.287000', '110415.290000', '110415.292000', '110415.295000', '110415.298000', '110415.300000', '110415.303000', '110435.162000', '110435.164000', '110435.167000', '110435.170000', '110435.172000', '110435.175000', '110435.177000', '110435.180000', '110435.182000', '110435.185000', '110435.188000', '110435.190000', '110435.193000', '110435.195000', '110435.198000', '110435.200000', '110435.203000', '110435.205000', '110435.208000', '110435.210000', '110435.213000', '110435.215000', '110435.218000', '110435.221000', '110435.223000', '110435.226000', '110435.228000', '110435.231000', '110435.233000', '110435.236000', '110435.238000', '110435.241000', '110435.251000', '110435.254000', '110435.256000', '110435.259000', '110435.261000', '110435.264000', '110435.266000', '110435.269000', '110435.272000', '110435.274000', '110435.277000', '110455.162000', '110455.164000', '110455.167000', '110455.169000', '110455.172000', '110455.175000', '110455.177000', '110455.180000', '110455.182000', '110455.185000', '110455.187000', '110455.190000', '110455.193000', '110455.196000', '110455.198000', '110455.201000', '110455.203000', '110455.206000', '110455.208000', '110455.211000', '110455.213000', '110455.216000', '110455.218000', '110455.221000', '110455.226000', '110455.229000', '110455.231000', '110455.234000', '110455.236000', '110455.239000', '110455.241000', '110455.244000', '110455.246000', '110455.249000', '110455.251000', '110455.254000', '110455.257000', '110455.259000', '110455.262000', '110455.264000', '110455.267000', '110455.269000', '110455.272000', '110455.274000', '110515.162000', '110515.164000', '110515.167000', '110515.169000', '110515.172000', '110515.175000', '110515.177000', '110515.180000', '110515.182000', '110515.185000', '110515.187000', '110515.190000', '110515.192000', '110515.195000', '110515.197000', '110515.200000', '110515.203000', '110515.205000', '110515.208000', '110515.210000', '110515.213000', '110515.215000', '110515.218000', '110515.220000', '110515.223000', '110515.225000', '110515.228000', '110515.230000', '110515.233000', '110515.236000', '110515.238000', '110515.241000', '110515.243000', '110515.246000', '110515.248000', '110515.251000', '110515.253000', '110515.256000', '110515.258000', '110515.261000', '110515.264000', '110515.266000', '110515.269000', '110535.161000', '110535.164000', '110535.167000', '110535.169000', '110535.172000', '110535.175000', '110535.177000', '110535.180000', '110535.182000', '110535.185000', '110535.187000', '110535.190000', '110535.192000', '110535.195000', '110535.197000', '110535.200000', '110535.203000', '110535.205000', '110535.208000', '110535.210000', '110535.213000', '110535.215000', '110535.218000', '110535.220000', '110535.223000', '110535.225000', '110535.228000', '110535.230000', '110535.233000', '110535.236000', '110535.238000', '110535.241000', '110535.243000', '110535.246000', '110535.248000', '110535.251000', '110535.253000', '110535.256000', '110535.258000', '110535.261000', '110535.263000', '110535.266000', '110535.269000', '110535.271000', '110555.161000', '110555.164000', '110555.167000', '110555.169000', '110555.212000', '110555.214000', '110555.217000', '110555.219000', '110555.222000', '110555.224000', '110555.227000', '110555.229000', '110555.232000', '110555.235000', '110555.237000', '110555.240000', '110555.242000', '110555.245000', '110555.247000', '110555.250000', '110555.252000', '110555.255000', '110555.258000', '110555.260000', '110555.263000', '110555.265000', '110555.268000', '110555.270000', '110555.273000', '110555.275000', '110555.278000', '110555.280000', '110555.283000', '110555.286000', '110555.288000', '110555.291000', '110555.293000', '110555.296000', '110555.299000', '110555.301000', '110555.304000', '110555.306000', '110555.309000', '110615.161000', '110615.164000', '110615.167000', '110615.169000', '110615.172000', '110615.175000', '110615.179000', '110615.182000', '110615.185000', '110615.187000', '110615.190000', '110615.192000', '110615.195000', '110615.197000', '110615.200000', '110615.203000', '110615.205000', '110615.208000', '110615.210000', '110615.213000', '110615.215000', '110615.218000', '110615.220000', '110615.223000', '110615.226000', '110615.228000', '110615.231000', '110615.233000', '110615.236000', '110615.239000', '110615.241000', '110615.244000', '110615.246000', '110615.249000', '110615.251000', '110615.254000', '110615.256000', '110615.259000', '110615.261000', '110615.264000', '110615.267000', '110615.269000', '110615.272000', '110635.161000', '110635.164000', '110635.167000', '110635.170000', '110635.172000', '110635.175000', '110635.177000', '110635.180000', '110635.182000', '110635.186000', '110635.189000', '110635.191000', '110635.194000', '110635.196000', '110635.199000', '110635.201000', '110635.204000', '110635.206000', '110635.209000', '110635.212000', '110635.214000', '110635.217000', '110635.219000', '110635.222000', '110635.224000', '110635.227000', '110635.229000', '110635.232000', '110635.234000', '110635.237000', '110635.240000', '110635.242000', '110635.245000', '110635.247000', '110635.250000', '110635.253000', '110635.255000', '110635.258000', '110635.260000', '110635.263000', '110635.265000', '110635.268000', '110635.270000', '110635.273000', '110655.162000', '110655.164000', '110655.167000', '110655.170000', '110655.172000', '110655.175000', '110655.177000', '110655.180000', '110655.183000', '110655.185000', '110655.188000', '110655.190000', '110655.193000', '110655.195000', '110655.198000', '110655.200000', '110655.203000', '110655.205000', '110655.208000', '110655.211000', '110655.213000', '110655.216000', '110655.218000', '110655.221000', '110655.223000', '110655.226000', '110655.228000', '110655.231000', '110655.233000', '110655.236000', '110655.239000', '110655.241000', '110655.244000', '110655.246000', '110655.249000', '110655.251000', '110655.254000', '110655.256000', '110655.259000', '110655.261000', '110655.264000', '110655.267000', '110655.269000', '110655.272000', '110715.161000', '110715.164000', '110715.167000', '110715.170000', '110715.172000', '110715.175000', '110715.177000', '110715.180000', '110715.182000', '110715.185000', '110715.187000', '110715.190000', '110715.192000', '110715.195000', '110715.198000', '110715.200000', '110715.203000', '110715.205000', '110715.208000', '110715.210000', '110715.213000', '110715.216000', '110715.218000', '110715.221000', '110715.223000', '110715.226000', '110715.228000', '110715.231000', '110715.233000', '110715.236000', '110715.239000', '110715.241000', '110715.244000', '110715.246000', '110715.249000', '110715.252000', '110715.254000', '110715.257000', '110715.259000', '110715.262000', '110715.264000', '110715.267000', '110715.269000', '110735.162000', '110735.164000', '110735.167000', '110735.170000', '110735.173000', '110735.176000', '110735.179000', '110735.181000', '110735.184000', '110735.187000', '110735.189000', '110735.192000', '110735.194000', '110735.197000', '110735.199000', '110735.202000', '110735.204000', '110735.207000', '110735.209000', '110735.212000', '110735.215000', '110735.218000', '110735.220000', '110735.223000', '110735.225000', '110735.228000', '110735.231000', '110735.233000', '110735.236000', '110735.238000', '110735.241000', '110735.243000', '110735.246000', '110735.249000', '110735.251000', '110735.254000', '110735.256000', '110735.259000', '110735.262000', '110735.264000', '110735.267000', '110735.269000', '110735.272000', '110755.161000', '110755.164000', '110755.167000', '110755.169000', '110755.172000', '110755.175000', '110755.177000', '110755.180000', '110755.182000', '110755.185000', '110755.187000', '110755.190000', '110755.192000', '110755.195000', '110755.198000', '110755.200000', '110755.203000', '110755.205000', '110755.208000', '110755.210000', '110755.213000', '110755.215000', '110755.218000', '110755.221000', '110755.223000', '110755.226000', '110755.228000', '110755.231000', '110755.233000', '110755.236000', '110755.239000', '110755.241000', '110755.244000', '110755.246000', '110755.249000', '110755.251000', '110755.254000', '110755.257000', '110755.259000', '110755.262000', '110755.264000', '110755.267000', '110755.269000', '110755.272000', '110815.161000', '110815.164000', '110815.167000', '110815.169000', '110815.172000', '110815.175000', '110815.178000', '110815.180000', '110815.183000', '110815.186000', '110815.188000', '110815.191000', '110815.193000', '110815.196000', '110815.198000', '110815.201000', '110815.203000', '110815.206000', '110815.209000', '110815.211000', '110815.214000', '110815.216000', '110815.219000', '110815.221000', '110815.224000', '110815.226000', '110815.229000', '110815.232000', '110815.234000', '110815.237000', '110815.239000', '110815.242000', '110815.244000', '110815.247000', '110815.249000', '110815.252000', '110815.254000', '110815.257000', '110815.260000', '110815.262000', '110815.265000', '110815.267000', '110815.270000', '110835.161000', '110835.164000', '110835.167000', '110835.169000', '110835.172000', '110835.175000', '110835.177000', '110835.180000', '110835.182000', '110835.185000', '110835.187000', '110835.190000', '110835.192000', '110835.195000', '110835.198000', '110835.200000', '110835.203000', '110835.205000', '110835.208000', '110835.211000', '110835.213000', '110835.216000', '110835.218000', '110835.221000', '110835.223000', '110835.226000', '110835.228000', '110835.231000', '110835.234000', '110835.236000', '110835.239000', '110835.241000', '110835.244000', '110835.247000', '110835.249000', '110835.252000', '110835.254000', '110835.257000', '110835.259000', '110835.262000', '110835.264000', '110835.267000', '110835.270000', '110835.272000', '110855.163000', '110855.165000', '110855.168000', '110855.171000', '110855.174000', '110855.177000', '110855.180000', '110855.182000', '110855.185000', '110855.187000', '110855.190000', '110855.201000', '110855.203000', '110855.206000', '110855.209000', '110855.211000', '110855.214000', '110855.216000', '110855.219000', '110855.221000', '110855.224000', '110855.227000', '110855.229000', '110855.232000', '110855.234000', '110855.237000', '110855.239000', '110855.242000', '110855.245000', '110855.247000', '110855.250000', '110855.252000', '110855.255000', '110855.258000', '110855.261000', '110855.263000', '110855.266000', '110855.268000', '110855.271000', '110855.274000', '110855.276000', '110855.279000', '110855.281000', '110915.161000', '110915.164000', '110915.167000', '110915.169000', '110915.172000', '110915.175000', '110915.177000', '110915.180000', '110915.182000', '110915.185000', '110915.187000', '110915.190000', '110915.193000', '110915.195000', '110915.198000', '110915.200000', '110915.203000', '110915.206000', '110915.208000', '110915.211000', '110915.213000', '110915.216000', '110915.218000', '110915.221000', '110915.224000', '110915.226000', '110915.229000', '110915.231000', '110915.234000', '110915.236000', '110915.239000', '110915.242000', '110915.244000', '110915.247000', '110915.249000', '110915.252000', '110915.254000', '110915.257000', '110915.259000', '110915.262000', '110915.265000', '110915.267000', '110915.270000', '110915.272000', '110935.161000', '110935.164000', '110935.167000', '110935.170000', '110935.172000', '110935.175000', '110935.177000', '110935.180000', '110935.182000', '110935.185000', '110935.188000', '110935.190000', '110935.193000', '110935.195000', '110935.198000', '110935.201000', '110935.203000', '110935.206000', '110935.208000', '110935.211000', '110935.213000', '110935.216000', '110935.219000', '110935.221000', '110935.225000', '110935.228000', '110935.230000', '110935.233000', '110935.236000', '110935.238000', '110935.241000', '110935.243000', '110935.246000', '110935.248000', '110935.251000', '110935.253000', '110935.256000', '110935.258000', '110935.261000', '110935.264000', '110935.266000', '110935.269000', '110935.271000', '110955.162000', '110955.164000', '110955.167000', '110955.170000', '110955.172000', '110955.175000', '110955.177000', '110955.180000', '110955.182000', '110955.185000', '110955.188000', '110955.190000', '110955.193000', '110955.195000', '110955.198000', '110955.201000', '110955.203000', '110955.206000', '110955.208000', '110955.211000', '110955.214000', '110955.216000', '110955.219000', '110955.221000', '110955.224000', '110955.226000', '110955.229000', '110955.231000', '110955.234000', '110955.237000', '110955.239000', '110955.242000', '110955.244000', '110955.247000', '110955.250000', '110955.252000', '110955.255000', '110955.257000', '110955.260000', '110955.263000', '110955.265000', '110955.268000', '110955.270000', '110955.274000', '111015.161000', '111015.164000', '111015.167000', '111015.169000', '111015.172000', '111015.174000', '111015.177000', '111015.180000', '111015.182000', '111015.185000', '111015.187000', '111015.190000', '111015.192000', '111015.195000', '111015.197000', '111015.200000', '111015.202000', '111015.205000', '111015.208000', '111015.210000', '111015.213000', '111015.215000', '111015.233000', '111015.235000', '111015.238000', '111015.240000', '111015.243000', '111015.245000', '111015.248000', '111015.251000', '111015.254000', '111015.257000', '111015.260000', '111015.262000', '111015.265000', '111015.267000', '111015.270000', '111015.272000', '111015.275000', '111015.277000', '111015.280000', '111015.282000', '111015.285000', '111035.162000', '111035.164000', '111035.167000', '111035.170000', '111035.172000', '111035.175000', '111035.177000', '111035.180000', '111035.182000', '111035.185000', '111035.188000', '111035.190000', '111035.193000', '111035.195000', '111035.198000', '111035.201000', '111035.203000', '111035.206000', '111035.208000', '111035.211000', '111035.213000', '111035.216000', '111035.219000', '111035.221000', '111035.224000', '111035.226000', '111035.229000', '111035.232000', '111035.234000', '111035.237000', '111035.239000', '111035.242000', '111035.244000', '111035.247000', '111035.249000', '111035.252000', '111035.255000', '111035.257000', '111035.260000', '111035.263000', '111035.265000', '111035.268000', '111035.270000', '111035.273000', '111041.020000', '111041.023000', '111041.025000', '111041.028000', '111041.031000', '111041.033000', '111041.036000', '111041.039000', '111041.041000', '111041.044000', '111041.046000', '111041.049000', '111041.052000'], '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': [14958, 14576, 14350, 14486, 14591, 14565, 14554, 14354, 12727, 14840, 14190, 12110, 14717, 14360, 12561, 14653, 14074, 13252, 15226, 13964, 12853, 14907, 13856, 11633, 15023, 11237, 12887, 14724, 13363, 12215, 14824, 12130, 14583, 14517, 11931, 14007, 14414, 11297, 14328, 14254, 11463, 14379, 12565, 10790, 14465, 14482, 11375, 14205, 12894, 10653, 13952, 13625, 11570, 14568, 13852, 13149, 14098, 14254, 11714, 14417, 14283, 11183, 14594, 14334, 11600, 14711, 14312, 10988, 14279, 12057, 12327, 14475, 14464, 10745, 14757, 13152, 12677, 14875, 14540, 11872, 14473, 13340, 12279, 14771, 13930, 13058, 14921, 14073, 12046, 14645, 13277, 12527, 14300, 14241, 11031, 14073, 11308, 11718, 14179, 13754, 12296, 14401, 13179, 13372, 14221, 14417, 13657, 14469, 12624, 13156, 14152, 12672, 13621, 14330, 15094, 13804, 14300, 13577, 13947, 14300, 15631, 14052, 14303, 12748, 13532, 14278, 11287, 14024, 14366, 10377, 13038, 11645, 12546, 14257, 13727, 13249, 14136, 11282, 13728, 14732, 13074, 13634, 14371, 11467, 14268, 14476, 14120, 13848, 14331, 11624, 14361, 13997, 13550, 14390, 14459, 11983, 14461, 14484, 10550, 13526, 14560, 11050, 14646, 14357, 13394, 13899, 14513, 12819, 14258, 14707, 11361, 14207, 13838, 10265, 13745, 12919, 11086, 13770, 13962, 9748, 13683, 12927, 11363, 13689, 14774, 11053, 13730, 14337, 10004, 12986, 13036, 11911, 13690, 14401, 11654, 13992, 11730, 12990, 14117, 11684, 13846, 13514, 11059, 13877, 14874, 12356, 14162, 14958, 13599, 14057, 15257, 13855, 14007, 13576, 13462, 14278, 15628, 13850, 14161, 13099, 13455, 14494, 10675, 13980, 13956, 11271, 14134, 13816, 13067, 14020, 14999, 13887, 14627, 13152, 13915, 13969, 12830, 13483, 14241, 14875, 13427, 14406, 14215, 13613, 14327, 14366, 11833, 14277, 13374, 11970, 14070, 13947, 12849, 14352, 14510, 12432, 14084, 13321, 13538, 14486, 15233, 13427, 14108, 14244, 13149, 14376, 11280, 14095, 14653, 11938, 13807, 14395, 10981, 14372, 14944, 11097, 14255, 14661, 10782, 13982, 14557, 11137, 13983, 14839, 11828, 13788, 14454, 10712, 13941, 13006, 10175, 14229, 12346, 12919, 14366, 14832, 13372, 14449, 10515, 13986, 14665, 15209, 13631, 14608, 15032, 13166, 14027, 12813, 13718, 14552, 11240, 13347, 14994, 10877, 14472, 14588, 11342, 14096, 12922, 11246, 14421, 14563, 11498, 14543, 14219, 12893, 14214, 13307, 14177, 14754, 11353, 13527, 14665, 11909, 14351, 14679, 10961, 14066, 14447, 10408, 13641, 14361, 10766, 14090, 14101, 10202, 13357, 12854, 12037, 13894, 13916, 12897, 14475, 10875, 13951, 14286, 15476, 13272, 13927, 12865, 13622, 14371, 15231, 14113, 13922, 12521, 13783, 14138, 11758, 14336, 14131, 10993, 13445, 13726, 11330, 13876, 13580, 12140, 12981, 13789, 10915, 13606, 13776, 9831, 13318, 11274, 10097, 12899, 13211, 10099, 13216, 13028, 9790, 12872, 13342, 10247, 12893, 12073, 10231, 12312, 12594, 12208, 13481, 9613, 12441, 13892, 9715, 12609, 14003, 10123, 13370, 14144, 10092, 12981, 14775, 10284, 13481, 13882, 9965, 12710, 12527, 10630, 13200, 13428, 10066, 13281, 12150, 12954, 13900, 12913, 12772, 14174, 9932, 13488, 14046, 10282, 13812, 14221, 11551, 13670, 13676, 15316, 13626, 14226, 13064, 13201, 14194, 11889, 13909, 14451, 10968, 13994, 12035, 11490, 14131, 14485, 12796, 14459, 14636, 12915, 14022, 14504, 13791, 14430, 11539, 13070, 14397, 10876, 13565, 14119, 13282, 13151, 14042, 11388, 13453, 14005, 14407, 13229, 13944, 12797, 12470, 13870, 11707, 12787, 13550, 12302, 12012, 13680, 13217, 12625, 13936, 14695, 12515, 13759, 11699, 13190, 13754, 14038, 13081, 13760, 10554, 13059, 13560, 12088, 13586, 13811, 14630, 12644, 13963, 14402, 13345, 14175, 14282, 11662, 13427, 12644, 12035, 13642, 12898, 11143, 13745, 12200, 12630, 13922, 14267, 11418, 13759, 13554, 11496, 13454, 12922, 12431, 14108, 13097, 12488, 14201, 13748, 13276, 14533, 15200, 12795, 14467, 14680, 13205, 14279, 15065, 13309, 14413, 14456, 12730, 13838, 13629, 13037, 14366, 13935, 13200, 14470, 11513, 13993, 14431, 10973, 13920, 14467, 10685, 13536, 14297, 13147, 13954, 14512, 15280, 13379, 14413, 14426, 13948, 14268, 14710, 12435, 13984, 13341, 13442, 13716, 14425, 13192, 14263, 11520, 13577, 14262, 10518, 14100, 14452, 12439, 13456, 14607, 11527, 14434, 14688, 11085, 14287, 12542, 11801, 14278, 14305, 11539, 14464, 14159, 11348, 14182, 14256, 11870, 14400, 14688, 10967, 14067, 11465, 11774, 14223, 14327, 10831, 14415, 11362, 11282, 13962, 12745, 11100, 14159, 11817, 10677, 13664, 12779, 11493, 14492, 14896, 11760, 14299, 14908, 12359, 14749, 14634, 11414, 14576, 14879, 12252, 14596, 14820, 11891, 14592, 14969, 15766, 13983, 14984, 13972, 14313, 15153, 14568, 14119, 14933, 13306, 14561, 15016, 14085, 13684, 14942, 12793, 11382, 14057, 14673, 11920, 14590, 14992, 11293, 14337, 14835, 11739, 14350, 14531, 13189, 14422, 14655, 11723, 13760, 14780, 11488, 14118, 14974, 14846, 13731, 15054, 13587, 13781, 14524, 14208, 12601, 14730, 13385, 12397, 14320, 13586, 11865, 14215, 14952, 11928, 14427, 14949, 12490, 14424, 14997, 14544, 14298, 15065, 13642, 14651, 14912, 14463, 14402, 14944, 13950, 13971, 15008, 14180, 14397, 14939, 14768, 12997, 15186, 14202, 12959, 14368, 14454, 11829, 14335, 13204, 14067, 14622, 13676, 13747, 13877, 12046, 13961, 14565, 13582, 13683, 14428, 13568, 13119, 13963, 13711, 12892, 13909, 13453, 11819, 14264, 13597, 12266, 14030, 13532, 11088, 14063, 13642, 11910, 14019, 13776, 11147, 14570, 14022, 11382, 14254, 13747, 12584, 14644, 14249, 12986, 14116, 14103, 13501, 13637, 14164, 10784, 14138, 14341, 10574, 14281, 14363, 11657, 14025, 14287, 10662, 13987, 13631, 10569, 13755, 11614, 12776, 14378, 13422, 12685, 14144, 12192, 13153, 14169, 14824, 13015, 14181, 11626, 13582, 14095, 13967, 12812, 14167, 11975, 12488, 14208, 11063, 13650, 14350, 11912, 13054, 14441, 10951, 13666, 14148, 15033, 12966, 14007, 11702, 13057, 14322, 10673, 13010, 14522, 10593, 12477, 11785, 10737, 13573, 14891, 10841, 13741, 14588, 11705, 14197, 14782, 15718, 14045, 14745, 15014, 13209, 14402, 13563, 14480, 14671, 14635, 14494, 14800, 12124, 14775, 14769, 12987, 14973, 15026, 15477, 14493, 14564, 14922, 14351, 14771, 14843, 13615, 14644, 14674, 14359, 14596, 15079], 'WindowCenter': [4431.0, 4406.0, 4391.0, 4378.0, 4378.0, 4372.0, 4361.0, 4362.0, 4351.0, 4361.0, 4363.0, 4339.0, 4361.0, 4358.0, 4347.0, 4359.0, 4359.0, 4349.0, 4358.0, 4359.0, 4351.0, 4358.0, 4350.0, 4337.0, 4361.0, 4337.0, 4350.0, 4370.0, 4361.0, 4352.0, 4363.0, 4348.0, 4369.0, 4376.0, 4352.0, 4376.0, 4375.0, 4340.0, 4372.0, 4374.0, 4354.0, 4373.0, 4363.0, 4357.0, 4390.0, 4376.0, 4352.0, 4375.0, 4365.0, 4355.0, 4373.0, 4362.0, 4352.0, 4375.0, 4361.0, 4363.0, 4372.0, 4375.0, 4342.0, 4371.0, 4361.0, 4344.0, 4373.0, 4362.0, 4338.0, 4361.0, 4359.0, 4328.0, 4362.0, 4348.0, 4350.0, 4360.0, 4363.0, 4328.0, 4361.0, 4348.0, 4350.0, 4374.0, 4361.0, 4340.0, 4362.0, 4347.0, 4339.0, 4362.0, 4359.0, 4348.0, 4361.0, 4349.0, 4338.0, 4358.0, 4349.0, 4339.0, 4360.0, 4359.0, 4328.0, 4348.0, 4340.0, 4337.0, 4362.0, 4362.0, 4339.0, 4362.0, 4351.0, 4359.0, 4371.0, 4361.0, 4363.0, 4372.0, 4352.0, 4363.0, 4373.0, 4363.0, 4359.0, 4371.0, 4361.0, 4361.0, 4361.0, 4350.0, 4357.0, 4363.0, 4360.0, 4349.0, 4357.0, 4348.0, 4349.0, 4360.0, 4339.0, 4361.0, 4358.0, 4328.0, 4363.0, 4354.0, 4363.0, 4372.0, 4364.0, 4363.0, 4375.0, 4352.0, 4375.0, 4373.0, 4361.0, 4364.0, 4374.0, 4339.0, 4370.0, 4362.0, 4362.0, 4359.0, 4361.0, 4336.0, 4360.0, 4360.0, 4349.0, 4360.0, 4357.0, 4335.0, 4356.0, 4360.0, 4325.0, 4347.0, 4361.0, 4339.0, 4359.0, 4363.0, 4348.0, 4361.0, 4358.0, 4351.0, 4372.0, 4370.0, 4341.0, 4362.0, 4360.0, 4344.0, 4372.0, 4362.0, 4353.0, 4373.0, 4372.0, 4333.0, 4372.0, 4361.0, 4353.0, 4372.0, 4376.0, 4345.0, 4364.0, 4363.0, 4332.0, 4362.0, 4361.0, 4353.0, 4375.0, 4371.0, 4353.0, 4375.0, 4353.0, 4362.0, 4375.0, 4354.0, 4362.0, 4362.0, 4344.0, 4371.0, 4372.0, 4353.0, 4375.0, 4371.0, 4361.0, 4373.0, 4374.0, 4363.0, 4362.0, 4349.0, 4363.0, 4362.0, 4373.0, 4361.0, 4360.0, 4347.0, 4350.0, 4361.0, 4330.0, 4358.0, 4363.0, 4341.0, 4362.0, 4359.0, 4351.0, 4360.0, 4369.0, 4358.0, 4370.0, 4350.0, 4361.0, 4360.0, 4350.0, 4350.0, 4359.0, 4360.0, 4361.0, 4370.0, 4360.0, 4360.0, 4360.0, 4359.0, 4336.0, 4358.0, 4347.0, 4337.0, 4363.0, 4360.0, 4350.0, 4359.0, 4358.0, 4340.0, 4361.0, 4349.0, 4347.0, 4359.0, 4358.0, 4348.0, 4359.0, 4362.0, 4362.0, 4373.0, 4341.0, 4361.0, 4371.0, 4349.0, 4365.0, 4375.0, 4343.0, 4374.0, 4373.0, 4339.0, 4371.0, 4371.0, 4342.0, 4374.0, 4372.0, 4343.0, 4363.0, 4370.0, 4340.0, 4362.0, 4370.0, 4341.0, 4373.0, 4362.0, 4341.0, 4371.0, 4353.0, 4364.0, 4373.0, 4374.0, 4364.0, 4373.0, 4344.0, 4376.0, 4378.0, 4371.0, 4363.0, 4372.0, 4371.0, 4360.0, 4375.0, 4354.0, 4361.0, 4373.0, 4342.0, 4364.0, 4372.0, 4340.0, 4372.0, 4375.0, 4352.0, 4375.0, 4360.0, 4341.0, 4373.0, 4376.0, 4353.0, 4374.0, 4363.0, 4365.0, 4375.0, 4365.0, 4372.0, 4375.0, 4355.0, 4376.0, 4376.0, 4366.0, 4384.0, 4374.0, 4340.0, 4363.0, 4375.0, 4341.0, 4362.0, 4365.0, 4339.0, 4363.0, 4359.0, 4327.0, 4362.0, 4360.0, 4352.0, 4363.0, 4363.0, 4364.0, 4375.0, 4345.0, 4372.0, 4373.0, 4372.0, 4363.0, 4364.0, 4350.0, 4358.0, 4363.0, 4362.0, 4357.0, 4359.0, 4338.0, 4346.0, 4357.0, 4338.0, 4357.0, 4359.0, 4324.0, 4348.0, 4347.0, 4327.0, 4345.0, 4346.0, 4338.0, 4349.0, 4346.0, 4327.0, 4348.0, 4357.0, 4315.0, 4347.0, 4336.0, 4329.0, 4350.0, 4353.0, 4329.0, 4351.0, 4350.0, 4327.0, 4360.0, 4363.0, 4330.0, 4349.0, 4351.0, 4341.0, 4354.0, 4363.0, 4364.0, 4375.0, 4331.0, 4363.0, 4375.0, 4343.0, 4362.0, 4375.0, 4344.0, 4366.0, 4362.0, 4343.0, 4363.0, 4373.0, 4333.0, 4360.0, 4360.0, 4328.0, 4350.0, 4352.0, 4330.0, 4364.0, 4360.0, 4329.0, 4360.0, 4352.0, 4363.0, 4377.0, 4361.0, 4364.0, 4374.0, 4342.0, 4376.0, 4374.0, 4341.0, 4364.0, 4376.0, 4339.0, 4360.0, 4365.0, 4371.0, 4361.0, 4362.0, 4347.0, 4350.0, 4360.0, 4337.0, 4358.0, 4362.0, 4337.0, 4357.0, 4351.0, 4340.0, 4362.0, 4361.0, 4349.0, 4373.0, 4359.0, 4350.0, 4364.0, 4359.0, 4360.0, 4360.0, 4342.0, 4361.0, 4371.0, 4340.0, 4360.0, 4363.0, 4352.0, 4348.0, 4360.0, 4340.0, 4350.0, 4363.0, 4360.0, 4350.0, 4361.0, 4349.0, 4350.0, 4361.0, 4339.0, 4350.0, 4362.0, 4349.0, 4350.0, 4363.0, 4352.0, 4353.0, 4376.0, 4364.0, 4351.0, 4363.0, 4352.0, 4363.0, 4373.0, 4363.0, 4363.0, 4373.0, 4340.0, 4365.0, 4364.0, 4351.0, 4362.0, 4362.0, 4361.0, 4352.0, 4362.0, 4359.0, 4350.0, 4362.0, 4358.0, 4337.0, 4361.0, 4349.0, 4348.0, 4360.0, 4349.0, 4337.0, 4359.0, 4348.0, 4352.0, 4370.0, 4360.0, 4342.0, 4362.0, 4362.0, 4350.0, 4365.0, 4360.0, 4363.0, 4376.0, 4364.0, 4366.0, 4377.0, 4376.0, 4365.0, 4374.0, 4375.0, 4363.0, 4374.0, 4374.0, 4364.0, 4374.0, 4370.0, 4358.0, 4363.0, 4362.0, 4351.0, 4363.0, 4363.0, 4363.0, 4373.0, 4362.0, 4360.0, 4374.0, 4354.0, 4375.0, 4375.0, 4344.0, 4374.0, 4373.0, 4342.0, 4364.0, 4376.0, 4365.0, 4363.0, 4372.0, 4372.0, 4359.0, 4365.0, 4362.0, 4361.0, 4361.0, 4358.0, 4338.0, 4357.0, 4349.0, 4349.0, 4359.0, 4360.0, 4349.0, 4362.0, 4341.0, 4362.0, 4373.0, 4341.0, 4361.0, 4374.0, 4340.0, 4348.0, 4374.0, 4342.0, 4372.0, 4371.0, 4338.0, 4371.0, 4353.0, 4354.0, 4374.0, 4376.0, 4342.0, 4373.0, 4364.0, 4338.0, 4362.0, 4374.0, 4351.0, 4361.0, 4361.0, 4327.0, 4361.0, 4338.0, 4350.0, 4362.0, 4362.0, 4342.0, 4363.0, 4341.0, 4341.0, 4373.0, 4350.0, 4341.0, 4361.0, 4353.0, 4340.0, 4363.0, 4363.0, 4350.0, 4373.0, 4373.0, 4349.0, 4362.0, 4373.0, 4350.0, 4371.0, 4370.0, 4340.0, 4361.0, 4370.0, 4350.0, 4372.0, 4375.0, 4341.0, 4372.0, 4373.0, 4369.0, 4360.0, 4371.0, 4347.0, 4359.0, 4372.0, 4361.0, 4349.0, 4361.0, 4350.0, 4361.0, 4372.0, 4358.0, 4359.0, 4371.0, 4350.0, 4340.0, 4361.0, 4363.0, 4350.0, 4371.0, 4369.0, 4337.0, 4361.0, 4361.0, 4340.0, 4363.0, 4373.0, 4351.0, 4361.0, 4371.0, 4353.0, 4363.0, 4373.0, 4354.0, 4374.0, 4373.0, 4361.0, 4363.0, 4374.0, 4362.0, 4362.0, 4374.0, 4362.0, 4350.0, 4362.0, 4352.0, 4351.0, 4374.0, 4360.0, 4341.0, 4361.0, 4372.0, 4340.0, 4360.0, 4371.0, 4351.0, 4361.0, 4360.0, 4358.0, 4361.0, 4370.0, 4347.0, 4359.0, 4373.0, 4357.0, 4358.0, 4368.0, 4360.0, 4361.0, 4370.0, 4363.0, 4360.0, 4362.0, 4359.0, 4349.0, 4361.0, 4349.0, 4349.0, 4360.0, 4361.0, 4335.0, 4360.0, 4348.0, 4362.0, 4374.0, 4364.0, 4364.0, 4374.0, 4354.0, 4374.0, 4373.0, 4359.0, 4362.0, 4362.0, 4351.0, 4349.0, 4362.0, 4350.0, 4350.0, 4347.0, 4351.0, 4339.0, 4359.0, 4351.0, 4339.0, 4361.0, 4349.0, 4326.0, 4357.0, 4352.0, 4340.0, 4361.0, 4350.0, 4324.0, 4355.0, 4348.0, 4327.0, 4347.0, 4348.0, 4337.0, 4359.0, 4348.0, 4335.0, 4348.0, 4350.0, 4347.0, 4347.0, 4348.0, 4326.0, 4344.0, 4358.0, 4326.0, 4361.0, 4357.0, 4337.0, 4360.0, 4362.0, 4331.0, 4361.0, 4360.0, 4342.0, 4363.0, 4353.0, 4362.0, 4376.0, 4363.0, 4351.0, 4375.0, 4353.0, 4364.0, 4377.0, 4376.0, 4365.0, 4376.0, 4354.0, 4366.0, 4378.0, 4376.0, 4361.0, 4375.0, 4353.0, 4365.0, 4376.0, 4354.0, 4375.0, 4376.0, 4355.0, 4367.0, 4376.0, 4354.0, 4376.0, 4375.0, 4375.0, 4365.0, 4375.0, 4352.0, 4364.0, 4377.0, 4344.0, 4366.0, 4377.0, 4344.0, 4366.0, 4364.0, 4356.0, 4377.0, 4390.0, 4344.0, 4366.0, 4377.0, 4352.0, 4363.0, 4375.0, 4373.0, 4361.0, 4363.0, 4361.0, 4349.0, 4362.0, 4349.0, 4359.0, 4363.0, 4361.0, 4361.0, 4359.0, 4340.0, 4359.0, 4363.0, 4350.0, 4360.0, 4360.0, 4360.0, 4345.0, 4360.0, 4359.0, 4359.0, 4357.0, 4356.0, 4349.0, 4360.0, 4356.0, 4360.0, 4360.0, 4360.0], 'WindowWidth': [9755.0, 9713.0, 9682.0, 9653.0, 9653.0, 9640.0, 9618.0, 9622.0, 9605.0, 9617.0, 9624.0, 9587.0, 9615.0, 9613.0, 9594.0, 9611.0, 9613.0, 9596.0, 9610.0, 9612.0, 9599.0, 9609.0, 9605.0, 9579.0, 9615.0, 9581.0, 9598.0, 9629.0, 9622.0, 9604.0, 9621.0, 9598.0, 9627.0, 9646.0, 9612.0, 9645.0, 9644.0, 9587.0, 9634.0, 9643.0, 9610.0, 9636.0, 9627.0, 9623.0, 9671.0, 9650.0, 9607.0, 9640.0, 9629.0, 9617.0, 9639.0, 9627.0, 9607.0, 9641.0, 9623.0, 9622.0, 9637.0, 9647.0, 9591.0, 9632.0, 9622.0, 9594.0, 9635.0, 9623.0, 9583.0, 9617.0, 9615.0, 9571.0, 9619.0, 9600.0, 9601.0, 9616.0, 9627.0, 9570.0, 9616.0, 9598.0, 9599.0, 9636.0, 9623.0, 9586.0, 9616.0, 9595.0, 9583.0, 9620.0, 9618.0, 9596.0, 9616.0, 9601.0, 9583.0, 9611.0, 9602.0, 9584.0, 9614.0, 9616.0, 9566.0, 9595.0, 9587.0, 9580.0, 9618.0, 9622.0, 9584.0, 9619.0, 9604.0, 9613.0, 9635.0, 9622.0, 9622.0, 9637.0, 9608.0, 9622.0, 9639.0, 9623.0, 9613.0, 9635.0, 9621.0, 9616.0, 9620.0, 9604.0, 9607.0, 9623.0, 9617.0, 9596.0, 9609.0, 9597.0, 9598.0, 9615.0, 9584.0, 9615.0, 9613.0, 9571.0, 9623.0, 9612.0, 9623.0, 9639.0, 9628.0, 9625.0, 9646.0, 9610.0, 9641.0, 9642.0, 9621.0, 9626.0, 9641.0, 9587.0, 9630.0, 9628.0, 9620.0, 9612.0, 9618.0, 9578.0, 9614.0, 9619.0, 9599.0, 9611.0, 9608.0, 9575.0, 9605.0, 9616.0, 9564.0, 9593.0, 9615.0, 9582.0, 9613.0, 9624.0, 9600.0, 9616.0, 9612.0, 9603.0, 9634.0, 9634.0, 9590.0, 9620.0, 9619.0, 9597.0, 9637.0, 9626.0, 9609.0, 9639.0, 9639.0, 9582.0, 9636.0, 9622.0, 9611.0, 9637.0, 9648.0, 9598.0, 9625.0, 9625.0, 9579.0, 9623.0, 9622.0, 9609.0, 9642.0, 9636.0, 9611.0, 9644.0, 9613.0, 9622.0, 9646.0, 9613.0, 9621.0, 9624.0, 9597.0, 9634.0, 9640.0, 9609.0, 9642.0, 9636.0, 9619.0, 9642.0, 9644.0, 9622.0, 9625.0, 9603.0, 9621.0, 9626.0, 9641.0, 9616.0, 9617.0, 9598.0, 9599.0, 9617.0, 9571.0, 9610.0, 9623.0, 9589.0, 9619.0, 9615.0, 9601.0, 9618.0, 9631.0, 9611.0, 9630.0, 9602.0, 9616.0, 9617.0, 9602.0, 9600.0, 9615.0, 9617.0, 9617.0, 9633.0, 9617.0, 9613.0, 9617.0, 9615.0, 9579.0, 9611.0, 9595.0, 9580.0, 9621.0, 9616.0, 9599.0, 9611.0, 9611.0, 9586.0, 9616.0, 9600.0, 9595.0, 9615.0, 9614.0, 9596.0, 9613.0, 9620.0, 9618.0, 9638.0, 9592.0, 9618.0, 9634.0, 9602.0, 9628.0, 9643.0, 9596.0, 9640.0, 9642.0, 9588.0, 9632.0, 9635.0, 9592.0, 9637.0, 9638.0, 9595.0, 9620.0, 9631.0, 9587.0, 9619.0, 9632.0, 9590.0, 9635.0, 9622.0, 9590.0, 9634.0, 9612.0, 9625.0, 9641.0, 9643.0, 9627.0, 9642.0, 9601.0, 9642.0, 9652.0, 9639.0, 9622.0, 9638.0, 9635.0, 9618.0, 9644.0, 9612.0, 9619.0, 9640.0, 9594.0, 9624.0, 9638.0, 9590.0, 9636.0, 9646.0, 9607.0, 9642.0, 9621.0, 9592.0, 9638.0, 9649.0, 9608.0, 9638.0, 9624.0, 9627.0, 9646.0, 9630.0, 9635.0, 9643.0, 9616.0, 9644.0, 9645.0, 9631.0, 9657.0, 9645.0, 9591.0, 9623.0, 9641.0, 9591.0, 9619.0, 9631.0, 9585.0, 9620.0, 9615.0, 9569.0, 9620.0, 9618.0, 9606.0, 9624.0, 9625.0, 9625.0, 9645.0, 9600.0, 9636.0, 9643.0, 9642.0, 9621.0, 9628.0, 9605.0, 9611.0, 9626.0, 9622.0, 9608.0, 9614.0, 9584.0, 9592.0, 9611.0, 9579.0, 9606.0, 9613.0, 9559.0, 9595.0, 9596.0, 9567.0, 9588.0, 9593.0, 9580.0, 9595.0, 9591.0, 9564.0, 9596.0, 9610.0, 9549.0, 9594.0, 9580.0, 9570.0, 9601.0, 9610.0, 9571.0, 9603.0, 9602.0, 9569.0, 9618.0, 9624.0, 9575.0, 9600.0, 9606.0, 9592.0, 9612.0, 9624.0, 9626.0, 9644.0, 9580.0, 9625.0, 9645.0, 9598.0, 9623.0, 9649.0, 9597.0, 9630.0, 9624.0, 9594.0, 9622.0, 9642.0, 9581.0, 9615.0, 9619.0, 9570.0, 9603.0, 9607.0, 9575.0, 9625.0, 9618.0, 9573.0, 9618.0, 9609.0, 9623.0, 9648.0, 9622.0, 9626.0, 9641.0, 9595.0, 9644.0, 9647.0, 9592.0, 9625.0, 9646.0, 9587.0, 9617.0, 9630.0, 9636.0, 9616.0, 9621.0, 9598.0, 9601.0, 9616.0, 9582.0, 9609.0, 9621.0, 9581.0, 9609.0, 9604.0, 9588.0, 9620.0, 9622.0, 9600.0, 9638.0, 9616.0, 9601.0, 9625.0, 9616.0, 9615.0, 9619.0, 9594.0, 9620.0, 9635.0, 9589.0, 9615.0, 9626.0, 9608.0, 9598.0, 9616.0, 9587.0, 9601.0, 9623.0, 9616.0, 9599.0, 9617.0, 9599.0, 9599.0, 9618.0, 9586.0, 9600.0, 9619.0, 9599.0, 9603.0, 9625.0, 9607.0, 9610.0, 9647.0, 9626.0, 9604.0, 9624.0, 9608.0, 9623.0, 9641.0, 9627.0, 9624.0, 9638.0, 9593.0, 9627.0, 9630.0, 9606.0, 9620.0, 9622.0, 9620.0, 9605.0, 9621.0, 9617.0, 9600.0, 9619.0, 9612.0, 9579.0, 9616.0, 9599.0, 9596.0, 9614.0, 9600.0, 9580.0, 9614.0, 9598.0, 9606.0, 9632.0, 9621.0, 9591.0, 9621.0, 9622.0, 9602.0, 9627.0, 9617.0, 9622.0, 9644.0, 9627.0, 9632.0, 9649.0, 9647.0, 9628.0, 9643.0, 9646.0, 9621.0, 9640.0, 9640.0, 9622.0, 9641.0, 9633.0, 9611.0, 9622.0, 9618.0, 9603.0, 9624.0, 9622.0, 9621.0, 9636.0, 9621.0, 9616.0, 9638.0, 9611.0, 9640.0, 9643.0, 9598.0, 9637.0, 9638.0, 9595.0, 9627.0, 9650.0, 9627.0, 9620.0, 9636.0, 9635.0, 9611.0, 9627.0, 9621.0, 9614.0, 9617.0, 9612.0, 9580.0, 9607.0, 9598.0, 9597.0, 9614.0, 9615.0, 9598.0, 9620.0, 9591.0, 9618.0, 9638.0, 9590.0, 9618.0, 9640.0, 9588.0, 9597.0, 9637.0, 9592.0, 9634.0, 9635.0, 9584.0, 9632.0, 9610.0, 9610.0, 9640.0, 9650.0, 9591.0, 9634.0, 9625.0, 9585.0, 9619.0, 9642.0, 9603.0, 9617.0, 9620.0, 9568.0, 9616.0, 9585.0, 9601.0, 9622.0, 9623.0, 9590.0, 9620.0, 9591.0, 9590.0, 9636.0, 9608.0, 9590.0, 9617.0, 9610.0, 9588.0, 9623.0, 9627.0, 9602.0, 9636.0, 9642.0, 9599.0, 9618.0, 9636.0, 9600.0, 9630.0, 9632.0, 9586.0, 9616.0, 9630.0, 9599.0, 9633.0, 9641.0, 9588.0, 9632.0, 9638.0, 9631.0, 9612.0, 9631.0, 9598.0, 9611.0, 9632.0, 9618.0, 9595.0, 9616.0, 9602.0, 9615.0, 9635.0, 9613.0, 9611.0, 9631.0, 9604.0, 9585.0, 9617.0, 9625.0, 9601.0, 9630.0, 9630.0, 9580.0, 9615.0, 9617.0, 9587.0, 9619.0, 9638.0, 9606.0, 9617.0, 9631.0, 9608.0, 9621.0, 9639.0, 9611.0, 9638.0, 9639.0, 9621.0, 9621.0, 9641.0, 9623.0, 9620.0, 9639.0, 9623.0, 9600.0, 9619.0, 9605.0, 9604.0, 9640.0, 9621.0, 9590.0, 9616.0, 9636.0, 9585.0, 9613.0, 9631.0, 9603.0, 9615.0, 9616.0, 9612.0, 9614.0, 9629.0, 9596.0, 9611.0, 9634.0, 9611.0, 9609.0, 9625.0, 9616.0, 9616.0, 9633.0, 9624.0, 9615.0, 9620.0, 9615.0, 9596.0, 9616.0, 9599.0, 9595.0, 9612.0, 9619.0, 9575.0, 9613.0, 9594.0, 9620.0, 9642.0, 9629.0, 9624.0, 9642.0, 9613.0, 9638.0, 9638.0, 9618.0, 9617.0, 9617.0, 9603.0, 9595.0, 9618.0, 9604.0, 9597.0, 9594.0, 9606.0, 9583.0, 9611.0, 9605.0, 9583.0, 9614.0, 9600.0, 9563.0, 9608.0, 9605.0, 9585.0, 9615.0, 9604.0, 9559.0, 9602.0, 9597.0, 9564.0, 9591.0, 9599.0, 9576.0, 9607.0, 9595.0, 9572.0, 9594.0, 9600.0, 9592.0, 9589.0, 9595.0, 9561.0, 9586.0, 9610.0, 9563.0, 9613.0, 9609.0, 9579.0, 9613.0, 9619.0, 9575.0, 9616.0, 9617.0, 9590.0, 9623.0, 9610.0, 9619.0, 9643.0, 9626.0, 9604.0, 9643.0, 9611.0, 9625.0, 9649.0, 9647.0, 9626.0, 9645.0, 9613.0, 9630.0, 9650.0, 9647.0, 9621.0, 9643.0, 9612.0, 9628.0, 9647.0, 9613.0, 9642.0, 9645.0, 9613.0, 9633.0, 9647.0, 9612.0, 9644.0, 9647.0, 9646.0, 9627.0, 9642.0, 9610.0, 9627.0, 9648.0, 9599.0, 9632.0, 9649.0, 9600.0, 9633.0, 9631.0, 9619.0, 9648.0, 9674.0, 9599.0, 9630.0, 9649.0, 9607.0, 9623.0, 9646.0, 9641.0, 9615.0, 9623.0, 9620.0, 9597.0, 9620.0, 9598.0, 9610.0, 9625.0, 9620.0, 9613.0, 9613.0, 9587.0, 9611.0, 9622.0, 9603.0, 9612.0, 9613.0, 9615.0, 9588.0, 9614.0, 9613.0, 9609.0, 9610.0, 9608.0, 9595.0, 9612.0, 9607.0, 9611.0, 9616.0, 9615.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.0009169999999999998</td></tr>
<tr><td colspan=3>aqi</td><td>0.01725504057471264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.82204368330268</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2693389982048338</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01194705424626</td></tr>
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
<tr><td colspan=3>fber</td><td>4032.0371</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07806558543169034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5330651003789657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.565593575195119</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.719761026064935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3138406998768435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00710056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006198184564709663</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03157573565840721</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.013716435029094</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>29.8671</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5253</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.5459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288228.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.5282</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5663</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.5153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.314</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.1513</td></tr>
<tr><td colspan=3>tsnr</td><td>43.75549588445574</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>