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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-04_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-04_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-0111/ses-03/func/sub-0111_ses-03_task-social_acq-mb8_run-04_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>fc13ede412cee2f89c20ab4bf45d6014</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>14:11:26.262500</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.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0740397</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7725, -7252, 298, -76, 105, 138, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>218.252</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e71a52a-79d5-4439-94a9-b148a39effcb||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.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['141126.262500', '141126.722500', '141127.182500', '141127.642500', '141128.102500', '141128.562500', '141129.022500', '141129.482500', '141129.942500', '141130.402500', '141130.862500', '141131.322500', '141131.782500', '141132.242500', '141132.702500', '141133.162500', '141133.622500', '141134.082500', '141134.542500', '141135.002500', '141135.462500', '141135.922500', '141136.382500', '141136.842500', '141137.302500', '141137.762500', '141138.222500', '141138.682500', '141139.142500', '141139.602500', '141140.062500', '141140.522500', '141140.982500', '141141.442500', '141141.902500', '141142.362500', '141142.822500', '141143.282500', '141143.742500', '141144.202500', '141144.662500', '141145.122500', '141145.582500', '141146.042500', '141146.502500', '141146.962500', '141147.422500', '141147.882500', '141148.342500', '141148.802500', '141149.262500', '141149.722500', '141150.182500', '141150.642500', '141151.102500', '141151.562500', '141152.022500', '141152.482500', '141152.942500', '141153.402500', '141153.862500', '141154.322500', '141154.782500', '141155.242500', '141155.702500', '141156.162500', '141156.622500', '141157.082500', '141157.542500', '141158.002500', '141158.462500', '141158.922500', '141159.382500', '141159.842500', '141200.302500', '141200.762500', '141201.222500', '141201.682500', '141202.142500', '141202.602500', '141203.062500', '141203.522500', '141203.982500', '141204.442500', '141204.902500', '141205.362500', '141205.822500', '141206.282500', '141206.742500', '141207.202500', '141207.662500', '141208.122500', '141208.582500', '141209.042500', '141209.502500', '141209.962500', '141210.422500', '141210.882500', '141211.342500', '141211.802500', '141212.262500', '141212.722500', '141213.182500', '141213.642500', '141214.102500', '141214.562500', '141215.022500', '141215.482500', '141215.942500', '141216.402500', '141216.862500', '141217.322500', '141217.782500', '141218.242500', '141218.702500', '141219.162500', '141219.622500', '141220.082500', '141220.542500', '141221.002500', '141221.462500', '141221.922500', '141222.382500', '141222.842500', '141223.302500', '141223.762500', '141224.222500', '141224.682500', '141225.142500', '141225.602500', '141226.062500', '141226.522500', '141226.982500', '141227.442500', '141227.902500', '141228.362500', '141228.822500', '141229.282500', '141229.742500', '141230.202500', '141230.662500', '141231.122500', '141231.582500', '141232.042500', '141232.502500', '141232.962500', '141233.422500', '141233.882500', '141234.342500', '141234.802500', '141235.262500', '141235.722500', '141236.182500', '141236.642500', '141237.102500', '141237.562500', '141238.022500', '141238.482500', '141238.942500', '141239.402500', '141239.862500', '141240.322500', '141240.782500', '141241.242500', '141241.702500', '141242.162500', '141242.622500', '141243.082500', '141243.542500', '141244.002500', '141244.462500', '141244.922500', '141245.382500', '141245.842500', '141246.302500', '141246.762500', '141247.222500', '141247.682500', '141248.142500', '141248.602500', '141249.062500', '141249.522500', '141249.982500', '141250.442500', '141250.902500', '141251.362500', '141251.822500', '141252.282500', '141252.742500', '141253.202500', '141253.662500', '141254.122500', '141254.582500', '141255.042500', '141255.502500', '141255.962500', '141256.422500', '141256.882500', '141257.342500', '141257.802500', '141258.262500', '141258.722500', '141259.182500', '141259.642500', '141300.102500', '141300.562500', '141301.022500', '141301.482500', '141301.942500', '141302.402500', '141302.862500', '141303.322500', '141303.782500', '141304.242500', '141304.702500', '141305.162500', '141305.622500', '141306.082500', '141306.542500', '141307.002500', '141307.462500', '141307.922500', '141308.382500', '141308.842500', '141309.302500', '141309.762500', '141310.222500', '141310.682500', '141311.142500', '141311.602500', '141312.062500', '141312.522500', '141312.982500', '141313.442500', '141313.902500', '141314.362500', '141314.822500', '141315.282500', '141315.742500', '141316.202500', '141316.662500', '141317.122500', '141317.582500', '141318.042500', '141318.502500', '141318.962500', '141319.422500', '141319.882500', '141320.342500', '141320.802500', '141321.262500', '141321.722500', '141322.182500', '141322.642500', '141323.102500', '141323.562500', '141324.022500', '141324.482500', '141324.942500', '141325.402500', '141325.862500', '141326.322500', '141326.782500', '141327.242500', '141327.702500', '141328.162500', '141328.622500', '141329.082500', '141329.542500', '141330.002500', '141330.462500', '141330.922500', '141331.382500', '141331.842500', '141332.302500', '141332.762500', '141333.222500', '141333.682500', '141334.142500', '141334.602500', '141335.062500', '141335.522500', '141335.982500', '141336.442500', '141336.902500', '141337.362500', '141337.822500', '141338.282500', '141338.742500', '141339.202500', '141339.662500', '141340.122500', '141340.582500', '141341.042500', '141341.502500', '141341.962500', '141342.422500', '141342.882500', '141343.342500', '141343.802500', '141344.262500', '141344.722500', '141345.182500', '141345.642500', '141346.102500', '141346.562500', '141347.022500', '141347.482500', '141347.942500', '141348.402500', '141348.862500', '141349.322500', '141349.782500', '141350.242500', '141350.702500', '141351.162500', '141351.622500', '141352.082500', '141352.542500', '141353.002500', '141353.462500', '141353.922500', '141354.382500', '141354.842500', '141355.302500', '141355.762500', '141356.222500', '141356.682500', '141357.142500', '141357.602500', '141358.062500', '141358.522500', '141358.982500', '141359.442500', '141359.902500', '141400.362500', '141400.822500', '141401.282500', '141401.742500', '141402.202500', '141402.662500', '141403.122500', '141403.582500', '141404.042500', '141404.502500', '141404.962500', '141405.422500', '141405.882500', '141406.342500', '141406.802500', '141407.262500', '141407.722500', '141408.182500', '141408.642500', '141409.102500', '141409.562500', '141410.022500', '141410.482500', '141410.942500', '141411.402500', '141411.862500', '141412.322500', '141412.782500', '141413.242500', '141413.702500', '141414.162500', '141414.622500', '141415.082500', '141415.542500', '141416.002500', '141416.462500', '141416.922500', '141417.382500', '141417.842500', '141418.302500', '141418.762500', '141419.222500', '141419.682500', '141420.142500', '141420.602500', '141421.062500', '141421.522500', '141421.982500', '141422.442500', '141422.902500', '141423.362500', '141423.822500', '141424.282500', '141424.742500', '141425.202500', '141425.662500', '141426.122500', '141426.582500', '141427.042500', '141427.502500', '141427.962500', '141428.422500', '141428.882500', '141429.342500', '141429.802500', '141430.262500', '141430.722500', '141431.182500', '141431.642500', '141432.102500', '141432.562500', '141433.022500', '141433.482500', '141433.942500', '141434.402500', '141434.862500', '141435.322500', '141435.782500', '141436.242500', '141436.702500', '141437.162500', '141437.622500', '141438.082500', '141438.542500', '141439.002500', '141439.462500', '141439.922500', '141440.382500', '141440.842500', '141441.302500', '141441.762500', '141442.222500', '141442.682500', '141443.142500', '141443.602500', '141444.062500', '141444.522500', '141444.982500', '141445.442500', '141445.902500', '141446.362500', '141446.822500', '141447.282500', '141447.742500', '141448.202500', '141448.662500', '141449.122500', '141449.582500', '141450.042500', '141450.502500', '141450.962500', '141451.422500', '141451.882500', '141452.342500', '141452.802500', '141453.262500', '141453.722500', '141454.182500', '141454.642500', '141455.102500', '141455.562500', '141456.022500', '141456.482500', '141456.942500', '141457.402500', '141457.862500', '141458.322500', '141458.782500', '141459.242500', '141459.702500', '141500.162500', '141500.622500', '141501.082500', '141501.542500', '141502.002500', '141502.462500', '141502.922500', '141503.382500', '141503.842500', '141504.302500', '141504.762500', '141505.222500', '141505.682500', '141506.142500', '141506.602500', '141507.062500', '141507.522500', '141507.982500', '141508.442500', '141508.902500', '141509.362500', '141509.822500', '141510.282500', '141510.742500', '141511.202500', '141511.662500', '141512.122500', '141512.582500', '141513.042500', '141513.502500', '141513.962500', '141514.422500', '141514.882500', '141515.342500', '141515.802500', '141516.262500', '141516.722500', '141517.182500', '141517.642500', '141518.102500', '141518.562500', '141519.022500', '141519.482500', '141519.942500', '141520.402500', '141520.862500', '141521.322500', '141521.782500', '141522.242500', '141522.702500', '141523.162500', '141523.622500', '141524.082500', '141524.542500', '141525.002500', '141525.462500', '141525.922500', '141526.382500', '141526.842500', '141527.302500', '141527.762500', '141528.222500', '141528.682500', '141529.142500', '141529.602500', '141530.062500', '141530.522500', '141530.982500', '141531.442500', '141531.902500', '141532.362500', '141532.822500', '141533.282500', '141533.742500', '141534.202500', '141534.662500', '141535.122500', '141535.582500', '141536.042500', '141536.502500', '141536.962500', '141537.422500', '141537.882500', '141538.342500', '141538.802500', '141539.262500', '141539.722500', '141540.182500', '141540.642500', '141541.102500', '141541.562500', '141542.022500', '141542.482500', '141542.942500', '141543.402500', '141543.862500', '141544.322500', '141544.782500', '141545.242500', '141545.702500', '141546.162500', '141546.622500', '141547.082500', '141547.542500', '141548.002500', '141548.462500', '141548.922500', '141549.382500', '141549.842500', '141550.302500', '141550.762500', '141551.222500', '141551.682500', '141552.142500', '141552.602500', '141553.062500', '141553.522500', '141553.982500', '141554.442500', '141554.902500', '141555.362500', '141555.822500', '141556.282500', '141556.742500', '141557.202500', '141557.662500', '141558.122500', '141558.582500', '141559.042500', '141559.502500', '141559.962500', '141600.422500', '141600.882500', '141601.342500', '141601.802500', '141602.262500', '141602.722500', '141603.182500', '141603.642500', '141604.102500', '141604.562500', '141605.022500', '141605.482500', '141605.942500', '141606.402500', '141606.862500', '141607.322500', '141607.782500', '141608.242500', '141608.702500', '141609.162500', '141609.622500', '141610.082500', '141610.542500', '141611.002500', '141611.462500', '141611.922500', '141612.382500', '141612.842500', '141613.302500', '141613.762500', '141614.222500', '141614.682500', '141615.142500', '141615.602500', '141616.062500', '141616.522500', '141616.982500', '141617.442500', '141617.902500', '141618.362500', '141618.822500', '141619.282500', '141619.742500', '141620.202500', '141620.662500', '141621.122500', '141621.582500', '141622.042500', '141622.502500', '141622.962500', '141623.422500', '141623.882500', '141624.342500', '141624.802500', '141625.262500', '141625.722500', '141626.182500', '141626.642500', '141627.102500', '141627.562500', '141628.022500', '141628.482500', '141628.942500', '141629.402500', '141629.862500', '141630.322500', '141630.782500', '141631.242500', '141631.702500', '141632.162500', '141632.622500', '141633.082500', '141633.542500', '141634.002500', '141634.462500', '141634.922500', '141635.382500', '141635.842500', '141636.302500', '141636.762500', '141637.222500', '141637.682500', '141638.142500', '141638.602500', '141639.062500', '141639.522500', '141639.982500', '141640.442500', '141640.902500', '141641.362500', '141641.822500', '141642.282500', '141642.742500', '141643.202500', '141643.662500', '141644.122500', '141644.582500', '141645.042500', '141645.502500', '141645.962500', '141646.422500', '141646.882500', '141647.342500', '141647.802500', '141648.262500', '141648.722500', '141649.182500', '141649.642500', '141650.102500', '141650.562500', '141651.022500', '141651.482500', '141651.942500', '141652.402500', '141652.862500', '141653.322500', '141653.782500', '141654.242500', '141654.702500', '141655.162500', '141655.622500', '141656.082500', '141656.542500', '141657.002500', '141657.462500', '141657.922500', '141658.382500', '141658.842500', '141659.302500', '141659.762500', '141700.222500', '141700.682500', '141701.142500', '141701.602500', '141702.062500', '141702.522500', '141702.982500', '141703.442500', '141703.902500', '141704.362500', '141704.822500', '141705.282500', '141705.742500', '141706.202500', '141706.662500', '141707.122500', '141707.582500', '141708.042500', '141708.502500', '141708.962500', '141709.422500', '141709.882500', '141710.342500', '141710.802500', '141711.262500', '141711.722500', '141712.182500', '141712.642500', '141713.102500', '141713.562500', '141714.022500', '141714.482500', '141714.942500', '141715.402500', '141715.862500', '141716.322500', '141716.782500', '141717.242500', '141717.702500', '141718.162500', '141718.622500', '141719.082500', '141719.542500', '141720.002500', '141720.462500', '141720.922500', '141721.382500', '141721.842500', '141722.302500', '141722.762500', '141723.222500', '141723.682500', '141724.142500', '141724.602500', '141725.062500', '141725.522500', '141725.982500', '141726.442500', '141726.902500', '141727.362500', '141727.822500', '141728.282500', '141728.742500', '141729.202500', '141729.662500', '141730.122500', '141730.582500', '141731.042500', '141731.502500', '141731.962500', '141732.422500', '141732.882500', '141733.342500', '141733.802500', '141734.262500', '141734.722500', '141735.182500', '141735.642500', '141736.102500', '141736.562500', '141737.022500', '141737.482500', '141737.942500', '141738.402500', '141738.862500', '141739.322500', '141739.782500', '141740.242500', '141740.702500', '141741.162500', '141741.622500', '141742.082500', '141742.542500', '141743.002500', '141743.462500', '141743.922500', '141744.382500', '141744.842500', '141745.302500', '141745.762500', '141746.222500', '141746.682500', '141747.142500', '141747.602500', '141748.062500', '141748.522500', '141748.982500', '141749.442500', '141749.902500', '141750.362500', '141750.822500', '141751.282500', '141751.742500', '141752.202500', '141752.662500', '141753.122500', '141753.582500', '141754.042500', '141754.502500', '141754.962500', '141755.422500', '141755.882500', '141756.342500', '141756.802500', '141757.262500', '141757.722500', '141758.182500', '141758.642500', '141759.102500', '141759.562500', '141800.022500', '141800.482500', '141800.942500', '141801.402500', '141801.862500', '141802.322500', '141802.782500', '141803.242500', '141803.702500', '141804.162500', '141804.622500', '141805.082500', '141805.542500', '141806.002500', '141806.462500', '141806.922500'], 'ContentTime': ['141156.046000', '141156.050000', '141156.052000', '141156.055000', '141156.065000', '141156.068000', '141156.070000', '141156.073000', '141156.075000', '141156.086000', '141156.089000', '141156.091000', '141156.094000', '141156.097000', '141156.099000', '141156.102000', '141156.104000', '141156.107000', '141156.109000', '141156.112000', '141156.114000', '141156.117000', '141156.120000', '141156.122000', '141156.125000', '141156.127000', '141156.130000', '141156.132000', '141156.135000', '141156.137000', '141156.140000', '141156.142000', '141156.145000', '141156.148000', '141156.150000', '141156.153000', '141156.155000', '141156.158000', '141156.160000', '141156.163000', '141156.165000', '141156.172000', '141156.175000', '141156.178000', '141156.180000', '141156.183000', '141156.185000', '141156.188000', '141156.190000', '141156.193000', '141156.195000', '141156.198000', '141156.201000', '141156.203000', '141156.206000', '141156.238000', '141156.241000', '141156.244000', '141156.246000', '141156.249000', '141156.251000', '141156.254000', '141216.018000', '141216.022000', '141216.024000', '141216.027000', '141216.030000', '141216.032000', '141216.035000', '141216.037000', '141216.040000', '141216.043000', '141216.045000', '141216.048000', '141216.050000', '141216.053000', '141216.056000', '141216.058000', '141216.061000', '141216.063000', '141216.066000', '141216.069000', '141216.071000', '141216.074000', '141216.077000', '141216.079000', '141216.082000', '141216.084000', '141216.087000', '141216.090000', '141216.092000', '141216.095000', '141216.097000', '141216.100000', '141216.102000', '141216.105000', '141216.107000', '141216.110000', '141216.113000', '141216.115000', '141216.118000', '141216.120000', '141216.123000', '141216.125000', '141216.128000', '141216.130000', '141236.019000', '141236.022000', '141236.024000', '141236.027000', '141236.029000', '141236.032000', '141236.035000', '141236.037000', '141236.040000', '141236.042000', '141236.045000', '141236.048000', '141236.050000', '141236.053000', '141236.055000', '141236.058000', '141236.060000', '141236.063000', '141236.065000', '141236.068000', '141236.071000', '141236.073000', '141236.076000', '141236.078000', '141236.081000', '141236.084000', '141236.086000', '141236.089000', '141236.091000', '141236.094000', '141236.096000', '141236.099000', '141236.101000', '141236.104000', '141236.107000', '141236.109000', '141236.112000', '141236.115000', '141236.117000', '141236.120000', '141236.122000', '141236.125000', '141236.127000', '141256.019000', '141256.022000', '141256.024000', '141256.027000', '141256.029000', '141256.032000', '141256.035000', '141256.037000', '141256.040000', '141256.042000', '141256.045000', '141256.047000', '141256.050000', '141256.053000', '141256.055000', '141256.058000', '141256.060000', '141256.063000', '141256.065000', '141256.068000', '141256.070000', '141256.080000', '141256.082000', '141256.085000', '141256.088000', '141256.090000', '141256.093000', '141256.095000', '141256.098000', '141256.100000', '141256.103000', '141256.106000', '141256.108000', '141256.111000', '141256.113000', '141256.116000', '141256.119000', '141256.121000', '141256.124000', '141256.126000', '141256.129000', '141256.131000', '141256.134000', '141256.137000', '141316.019000', '141316.021000', '141316.024000', '141316.027000', '141316.029000', '141316.032000', '141316.035000', '141316.037000', '141316.040000', '141316.042000', '141316.045000', '141316.047000', '141316.050000', '141316.053000', '141316.055000', '141316.058000', '141316.060000', '141316.063000', '141316.066000', '141316.068000', '141316.071000', '141316.073000', '141316.076000', '141316.078000', '141316.081000', '141316.084000', '141316.086000', '141316.089000', '141316.091000', '141316.094000', '141316.096000', '141316.099000', '141316.102000', '141316.104000', '141316.107000', '141316.110000', '141316.112000', '141316.115000', '141316.128000', '141316.131000', '141316.133000', '141316.136000', '141316.139000', '141336.019000', '141336.021000', '141336.024000', '141336.027000', '141336.029000', '141336.032000', '141336.034000', '141336.037000', '141336.039000', '141336.042000', '141336.045000', '141336.047000', '141336.050000', '141336.052000', '141336.055000', '141336.058000', '141336.061000', '141336.064000', '141336.067000', '141336.069000', '141336.072000', '141336.074000', '141336.077000', '141336.079000', '141336.082000', '141336.085000', '141336.087000', '141336.090000', '141336.092000', '141336.095000', '141336.098000', '141336.100000', '141336.103000', '141336.106000', '141336.108000', '141336.111000', '141336.113000', '141336.116000', '141336.118000', '141336.121000', '141336.124000', '141336.126000', '141336.129000', '141356.017000', '141356.020000', '141356.023000', '141356.058000', '141356.061000', '141356.063000', '141356.066000', '141356.068000', '141356.071000', '141356.074000', '141356.076000', '141356.079000', '141356.081000', '141356.084000', '141356.086000', '141356.089000', '141356.092000', '141356.094000', '141356.097000', '141356.099000', '141356.102000', '141356.105000', '141356.107000', '141356.110000', '141356.112000', '141356.115000', '141356.117000', '141356.120000', '141356.123000', '141356.125000', '141356.128000', '141356.130000', '141356.133000', '141356.136000', '141356.138000', '141356.141000', '141356.144000', '141356.146000', '141356.149000', '141356.152000', '141356.154000', '141356.157000', '141356.159000', '141356.162000', '141416.018000', '141416.021000', '141416.023000', '141416.026000', '141416.028000', '141416.031000', '141416.034000', '141416.036000', '141416.039000', '141416.041000', '141416.044000', '141416.046000', '141416.049000', '141416.051000', '141416.054000', '141416.057000', '141416.059000', '141416.062000', '141416.064000', '141416.067000', '141416.069000', '141416.072000', '141416.075000', '141416.077000', '141416.080000', '141416.082000', '141416.085000', '141416.087000', '141416.090000', '141416.092000', '141416.095000', '141416.098000', '141416.100000', '141416.103000', '141416.105000', '141416.108000', '141416.110000', '141416.113000', '141416.116000', '141416.118000', '141416.121000', '141416.124000', '141416.126000', '141436.017000', '141436.020000', '141436.023000', '141436.026000', '141436.028000', '141436.031000', '141436.033000', '141436.036000', '141436.038000', '141436.041000', '141436.044000', '141436.046000', '141436.049000', '141436.051000', '141436.054000', '141436.056000', '141436.059000', '141436.062000', '141436.064000', '141436.067000', '141436.069000', '141436.072000', '141436.075000', '141436.077000', '141436.080000', '141436.082000', '141436.085000', '141436.087000', '141436.090000', '141436.093000', '141436.095000', '141436.098000', '141436.101000', '141436.103000', '141436.106000', '141436.108000', '141436.111000', '141436.113000', '141436.116000', '141436.119000', '141436.121000', '141436.124000', '141436.126000', '141436.129000', '141456.019000', '141456.021000', '141456.024000', '141456.027000', '141456.029000', '141456.032000', '141456.036000', '141456.038000', '141456.041000', '141456.044000', '141456.046000', '141456.049000', '141456.052000', '141456.054000', '141456.057000', '141456.059000', '141456.062000', '141456.064000', '141456.067000', '141456.070000', '141456.072000', '141456.075000', '141456.077000', '141456.080000', '141456.083000', '141456.085000', '141456.088000', '141456.090000', '141456.093000', '141456.096000', '141456.098000', '141456.102000', '141456.105000', '141456.107000', '141456.110000', '141456.112000', '141456.115000', '141456.117000', '141456.120000', '141456.122000', '141456.125000', '141456.128000', '141456.130000', '141516.018000', '141516.021000', '141516.024000', '141516.027000', '141516.029000', '141516.032000', '141516.034000', '141516.037000', '141516.040000', '141516.042000', '141516.045000', '141516.047000', '141516.050000', '141516.053000', '141516.055000', '141516.058000', '141516.061000', '141516.063000', '141516.066000', '141516.068000', '141516.071000', '141516.074000', '141516.076000', '141516.079000', '141516.082000', '141516.084000', '141516.087000', '141516.089000', '141516.123000', '141516.126000', '141516.128000', '141516.131000', '141516.133000', '141516.136000', '141516.138000', '141516.141000', '141516.143000', '141516.146000', '141516.149000', '141516.151000', '141516.154000', '141516.157000', '141516.159000', '141516.162000', '141536.019000', '141536.022000', '141536.024000', '141536.027000', '141536.029000', '141536.032000', '141536.034000', '141536.037000', '141536.040000', '141536.042000', '141536.045000', '141536.047000', '141536.050000', '141536.052000', '141536.055000', '141536.058000', '141536.060000', '141536.063000', '141536.066000', '141536.068000', '141536.071000', '141536.073000', '141536.076000', '141536.078000', '141536.081000', '141536.083000', '141536.086000', '141536.089000', '141536.091000', '141536.094000', '141536.097000', '141536.099000', '141536.102000', '141536.104000', '141536.107000', '141536.109000', '141536.112000', '141536.114000', '141536.117000', '141536.120000', '141536.122000', '141536.125000', '141536.127000', '141556.019000', '141556.021000', '141556.024000', '141556.027000', '141556.029000', '141556.032000', '141556.034000', '141556.037000', '141556.039000', '141556.042000', '141556.045000', '141556.047000', '141556.050000', '141556.052000', '141556.055000', '141556.057000', '141556.060000', '141556.063000', '141556.065000', '141556.068000', '141556.071000', '141556.073000', '141556.076000', '141556.078000', '141556.081000', '141556.084000', '141556.086000', '141556.089000', '141556.091000', '141556.094000', '141556.096000', '141556.099000', '141556.102000', '141556.104000', '141556.107000', '141556.109000', '141556.112000', '141556.115000', '141556.117000', '141556.120000', '141556.122000', '141556.125000', '141556.128000', '141556.130000', '141616.018000', '141616.021000', '141616.023000', '141616.026000', '141616.028000', '141616.031000', '141616.034000', '141616.036000', '141616.039000', '141616.041000', '141616.044000', '141616.046000', '141616.049000', '141616.052000', '141616.054000', '141616.057000', '141616.059000', '141616.062000', '141616.064000', '141616.067000', '141616.070000', '141616.072000', '141616.075000', '141616.077000', '141616.080000', '141616.083000', '141616.086000', '141616.088000', '141616.091000', '141616.094000', '141616.096000', '141616.099000', '141616.101000', '141616.104000', '141616.106000', '141616.109000', '141616.112000', '141616.114000', '141616.117000', '141616.119000', '141616.122000', '141616.125000', '141616.127000', '141636.018000', '141636.021000', '141636.023000', '141636.026000', '141636.028000', '141636.031000', '141636.034000', '141636.036000', '141636.039000', '141636.041000', '141636.044000', '141636.046000', '141636.049000', '141636.052000', '141636.054000', '141636.057000', '141636.059000', '141636.062000', '141636.064000', '141636.067000', '141636.070000', '141636.072000', '141636.075000', '141636.077000', '141636.080000', '141636.082000', '141636.085000', '141636.088000', '141636.090000', '141636.093000', '141636.096000', '141636.098000', '141636.101000', '141636.103000', '141636.106000', '141636.110000', '141636.112000', '141636.115000', '141636.117000', '141636.120000', '141636.122000', '141636.125000', '141636.128000', '141636.130000', '141656.018000', '141656.020000', '141656.023000', '141656.025000', '141656.028000', '141656.031000', '141656.033000', '141656.036000', '141656.038000', '141656.041000', '141656.044000', '141656.046000', '141656.049000', '141656.051000', '141656.054000', '141656.056000', '141656.059000', '141656.062000', '141656.064000', '141656.067000', '141656.069000', '141656.072000', '141656.075000', '141656.077000', '141656.091000', '141656.093000', '141656.096000', '141656.098000', '141656.101000', '141656.103000', '141656.106000', '141656.109000', '141656.111000', '141656.114000', '141656.117000', '141656.119000', '141656.122000', '141656.124000', '141656.127000', '141656.129000', '141656.132000', '141656.135000', '141656.137000', '141716.019000', '141716.021000', '141716.024000', '141716.027000', '141716.029000', '141716.032000', '141716.034000', '141716.037000', '141716.040000', '141716.042000', '141716.045000', '141716.047000', '141716.050000', '141716.053000', '141716.055000', '141716.058000', '141716.061000', '141716.063000', '141716.066000', '141716.068000', '141716.071000', '141716.074000', '141716.076000', '141716.083000', '141716.085000', '141716.088000', '141716.091000', '141716.093000', '141716.096000', '141716.098000', '141716.101000', '141716.104000', '141716.106000', '141716.109000', '141716.111000', '141716.114000', '141716.116000', '141716.119000', '141716.122000', '141716.124000', '141716.127000', '141716.130000', '141716.132000', '141716.135000', '141736.019000', '141736.022000', '141736.026000', '141736.028000', '141736.031000', '141736.034000', '141736.036000', '141736.039000', '141736.042000', '141736.044000', '141736.047000', '141736.049000', '141736.052000', '141736.055000', '141736.057000', '141736.060000', '141736.062000', '141736.065000', '141736.068000', '141736.070000', '141736.073000', '141736.075000', '141736.078000', '141736.081000', '141736.083000', '141736.086000', '141736.088000', '141736.091000', '141736.094000', '141736.096000', '141736.099000', '141736.101000', '141736.104000', '141736.107000', '141736.109000', '141736.112000', '141736.115000', '141736.117000', '141736.120000', '141736.122000', '141736.125000', '141736.127000', '141736.130000', '141756.018000', '141756.021000', '141756.024000', '141756.026000', '141756.029000', '141756.032000', '141756.034000', '141756.037000', '141756.039000', '141756.042000', '141756.044000', '141756.047000', '141756.050000', '141756.052000', '141756.055000', '141756.057000', '141756.060000', '141756.062000', '141756.065000', '141756.068000', '141756.071000', '141756.073000', '141756.076000', '141756.078000', '141756.081000', '141756.084000', '141756.086000', '141756.089000', '141756.091000', '141756.094000', '141756.096000', '141756.099000', '141756.102000', '141756.104000', '141756.107000', '141756.109000', '141756.112000', '141756.115000', '141756.117000', '141756.120000', '141756.122000', '141756.125000', '141756.128000', '141756.130000', '141808.370000', '141808.373000', '141808.376000', '141808.379000', '141808.381000', '141808.384000', '141808.397000', '141808.400000', '141808.402000', '141808.405000', '141808.408000', '141808.410000', '141808.413000', '141808.416000', '141808.418000', '141808.421000', '141808.424000', '141808.427000', '141808.429000', '141808.432000', '141808.435000', '141808.438000', '141808.441000', '141808.443000', '141808.446000', '141808.448000', '141808.451000'], 'InstanceCreationTime': ['141156.046000', '141156.050000', '141156.052000', '141156.055000', '141156.065000', '141156.068000', '141156.070000', '141156.073000', '141156.075000', '141156.086000', '141156.089000', '141156.091000', '141156.094000', '141156.097000', '141156.099000', '141156.102000', '141156.104000', '141156.107000', '141156.109000', '141156.112000', '141156.114000', '141156.117000', '141156.120000', '141156.122000', '141156.125000', '141156.127000', '141156.130000', '141156.132000', '141156.135000', '141156.137000', '141156.140000', '141156.142000', '141156.145000', '141156.148000', '141156.150000', '141156.153000', '141156.155000', '141156.158000', '141156.160000', '141156.163000', '141156.165000', '141156.172000', '141156.175000', '141156.178000', '141156.180000', '141156.183000', '141156.185000', '141156.188000', '141156.190000', '141156.193000', '141156.195000', '141156.198000', '141156.201000', '141156.203000', '141156.206000', '141156.238000', '141156.241000', '141156.244000', '141156.246000', '141156.249000', '141156.251000', '141156.254000', '141216.018000', '141216.022000', '141216.024000', '141216.027000', '141216.030000', '141216.032000', '141216.035000', '141216.037000', '141216.040000', '141216.043000', '141216.045000', '141216.048000', '141216.050000', '141216.053000', '141216.056000', '141216.058000', '141216.061000', '141216.063000', '141216.066000', '141216.069000', '141216.071000', '141216.074000', '141216.077000', '141216.079000', '141216.082000', '141216.084000', '141216.087000', '141216.090000', '141216.092000', '141216.095000', '141216.097000', '141216.100000', '141216.102000', '141216.105000', '141216.107000', '141216.110000', '141216.113000', '141216.115000', '141216.118000', '141216.120000', '141216.123000', '141216.125000', '141216.128000', '141216.130000', '141236.019000', '141236.022000', '141236.024000', '141236.027000', '141236.029000', '141236.032000', '141236.035000', '141236.037000', '141236.040000', '141236.042000', '141236.045000', '141236.048000', '141236.050000', '141236.053000', '141236.055000', '141236.058000', '141236.060000', '141236.063000', '141236.065000', '141236.068000', '141236.071000', '141236.073000', '141236.076000', '141236.078000', '141236.081000', '141236.084000', '141236.086000', '141236.089000', '141236.091000', '141236.094000', '141236.096000', '141236.099000', '141236.101000', '141236.104000', '141236.107000', '141236.109000', '141236.112000', '141236.115000', '141236.117000', '141236.120000', '141236.122000', '141236.125000', '141236.127000', '141256.019000', '141256.022000', '141256.024000', '141256.027000', '141256.029000', '141256.032000', '141256.035000', '141256.037000', '141256.040000', '141256.042000', '141256.045000', '141256.047000', '141256.050000', '141256.053000', '141256.055000', '141256.058000', '141256.060000', '141256.063000', '141256.065000', '141256.068000', '141256.070000', '141256.080000', '141256.082000', '141256.085000', '141256.088000', '141256.090000', '141256.093000', '141256.095000', '141256.098000', '141256.100000', '141256.103000', '141256.106000', '141256.108000', '141256.111000', '141256.113000', '141256.116000', '141256.119000', '141256.121000', '141256.124000', '141256.126000', '141256.129000', '141256.131000', '141256.134000', '141256.137000', '141316.019000', '141316.021000', '141316.024000', '141316.027000', '141316.029000', '141316.032000', '141316.035000', '141316.037000', '141316.040000', '141316.042000', '141316.045000', '141316.047000', '141316.050000', '141316.053000', '141316.055000', '141316.058000', '141316.060000', '141316.063000', '141316.066000', '141316.068000', '141316.071000', '141316.073000', '141316.076000', '141316.078000', '141316.081000', '141316.084000', '141316.086000', '141316.089000', '141316.091000', '141316.094000', '141316.096000', '141316.099000', '141316.102000', '141316.104000', '141316.107000', '141316.110000', '141316.112000', '141316.115000', '141316.128000', '141316.131000', '141316.133000', '141316.136000', '141316.139000', '141336.019000', '141336.021000', '141336.024000', '141336.027000', '141336.029000', '141336.032000', '141336.034000', '141336.037000', '141336.039000', '141336.042000', '141336.045000', '141336.047000', '141336.050000', '141336.052000', '141336.055000', '141336.058000', '141336.061000', '141336.064000', '141336.067000', '141336.069000', '141336.072000', '141336.074000', '141336.077000', '141336.079000', '141336.082000', '141336.085000', '141336.087000', '141336.090000', '141336.092000', '141336.095000', '141336.098000', '141336.100000', '141336.103000', '141336.106000', '141336.108000', '141336.111000', '141336.113000', '141336.116000', '141336.118000', '141336.121000', '141336.124000', '141336.126000', '141336.129000', '141356.017000', '141356.020000', '141356.023000', '141356.058000', '141356.061000', '141356.063000', '141356.066000', '141356.068000', '141356.071000', '141356.074000', '141356.076000', '141356.079000', '141356.081000', '141356.084000', '141356.086000', '141356.089000', '141356.092000', '141356.094000', '141356.097000', '141356.099000', '141356.102000', '141356.105000', '141356.107000', '141356.110000', '141356.112000', '141356.115000', '141356.117000', '141356.120000', '141356.123000', '141356.125000', '141356.128000', '141356.130000', '141356.133000', '141356.136000', '141356.138000', '141356.141000', '141356.144000', '141356.146000', '141356.149000', '141356.152000', '141356.154000', '141356.157000', '141356.159000', '141356.162000', '141416.018000', '141416.021000', '141416.023000', '141416.026000', '141416.028000', '141416.031000', '141416.034000', '141416.036000', '141416.039000', '141416.041000', '141416.044000', '141416.046000', '141416.049000', '141416.051000', '141416.054000', '141416.057000', '141416.059000', '141416.062000', '141416.064000', '141416.067000', '141416.069000', '141416.072000', '141416.075000', '141416.077000', '141416.080000', '141416.082000', '141416.085000', '141416.087000', '141416.090000', '141416.092000', '141416.095000', '141416.098000', '141416.100000', '141416.103000', '141416.105000', '141416.108000', '141416.110000', '141416.113000', '141416.116000', '141416.118000', '141416.121000', '141416.124000', '141416.126000', '141436.017000', '141436.020000', '141436.023000', '141436.026000', '141436.028000', '141436.031000', '141436.033000', '141436.036000', '141436.038000', '141436.041000', '141436.044000', '141436.046000', '141436.049000', '141436.051000', '141436.054000', '141436.056000', '141436.059000', '141436.062000', '141436.064000', '141436.067000', '141436.069000', '141436.072000', '141436.075000', '141436.077000', '141436.080000', '141436.082000', '141436.085000', '141436.087000', '141436.090000', '141436.093000', '141436.095000', '141436.098000', '141436.101000', '141436.103000', '141436.106000', '141436.108000', '141436.111000', '141436.113000', '141436.116000', '141436.119000', '141436.121000', '141436.124000', '141436.126000', '141436.129000', '141456.019000', '141456.021000', '141456.024000', '141456.027000', '141456.029000', '141456.032000', '141456.036000', '141456.038000', '141456.041000', '141456.044000', '141456.046000', '141456.049000', '141456.052000', '141456.054000', '141456.057000', '141456.059000', '141456.062000', '141456.064000', '141456.067000', '141456.070000', '141456.072000', '141456.075000', '141456.077000', '141456.080000', '141456.083000', '141456.085000', '141456.088000', '141456.090000', '141456.093000', '141456.096000', '141456.098000', '141456.102000', '141456.105000', '141456.107000', '141456.110000', '141456.112000', '141456.115000', '141456.117000', '141456.120000', '141456.122000', '141456.125000', '141456.128000', '141456.130000', '141516.018000', '141516.021000', '141516.024000', '141516.027000', '141516.029000', '141516.032000', '141516.034000', '141516.037000', '141516.040000', '141516.042000', '141516.045000', '141516.047000', '141516.050000', '141516.053000', '141516.055000', '141516.058000', '141516.061000', '141516.063000', '141516.066000', '141516.068000', '141516.071000', '141516.074000', '141516.076000', '141516.079000', '141516.082000', '141516.084000', '141516.087000', '141516.089000', '141516.123000', '141516.126000', '141516.128000', '141516.131000', '141516.133000', '141516.136000', '141516.138000', '141516.141000', '141516.143000', '141516.146000', '141516.149000', '141516.151000', '141516.154000', '141516.157000', '141516.159000', '141516.162000', '141536.019000', '141536.022000', '141536.024000', '141536.027000', '141536.029000', '141536.032000', '141536.034000', '141536.037000', '141536.040000', '141536.042000', '141536.045000', '141536.047000', '141536.050000', '141536.052000', '141536.055000', '141536.058000', '141536.060000', '141536.063000', '141536.066000', '141536.068000', '141536.071000', '141536.073000', '141536.076000', '141536.078000', '141536.081000', '141536.083000', '141536.086000', '141536.089000', '141536.091000', '141536.094000', '141536.097000', '141536.099000', '141536.102000', '141536.104000', '141536.107000', '141536.109000', '141536.112000', '141536.114000', '141536.117000', '141536.120000', '141536.122000', '141536.125000', '141536.127000', '141556.019000', '141556.021000', '141556.024000', '141556.027000', '141556.029000', '141556.032000', '141556.034000', '141556.037000', '141556.039000', '141556.042000', '141556.045000', '141556.047000', '141556.050000', '141556.052000', '141556.055000', '141556.057000', '141556.060000', '141556.063000', '141556.065000', '141556.068000', '141556.071000', '141556.073000', '141556.076000', '141556.078000', '141556.081000', '141556.084000', '141556.086000', '141556.089000', '141556.091000', '141556.094000', '141556.096000', '141556.099000', '141556.102000', '141556.104000', '141556.107000', '141556.109000', '141556.112000', '141556.115000', '141556.117000', '141556.120000', '141556.122000', '141556.125000', '141556.128000', '141556.130000', '141616.018000', '141616.021000', '141616.023000', '141616.026000', '141616.028000', '141616.031000', '141616.034000', '141616.036000', '141616.039000', '141616.041000', '141616.044000', '141616.046000', '141616.049000', '141616.052000', '141616.054000', '141616.057000', '141616.059000', '141616.062000', '141616.064000', '141616.067000', '141616.070000', '141616.072000', '141616.075000', '141616.077000', '141616.080000', '141616.083000', '141616.086000', '141616.088000', '141616.091000', '141616.094000', '141616.096000', '141616.099000', '141616.101000', '141616.104000', '141616.106000', '141616.109000', '141616.112000', '141616.114000', '141616.117000', '141616.119000', '141616.122000', '141616.125000', '141616.127000', '141636.018000', '141636.021000', '141636.023000', '141636.026000', '141636.028000', '141636.031000', '141636.034000', '141636.036000', '141636.039000', '141636.041000', '141636.044000', '141636.046000', '141636.049000', '141636.052000', '141636.054000', '141636.057000', '141636.059000', '141636.062000', '141636.064000', '141636.067000', '141636.070000', '141636.072000', '141636.075000', '141636.077000', '141636.080000', '141636.082000', '141636.085000', '141636.088000', '141636.090000', '141636.093000', '141636.096000', '141636.098000', '141636.101000', '141636.103000', '141636.106000', '141636.110000', '141636.112000', '141636.115000', '141636.117000', '141636.120000', '141636.122000', '141636.125000', '141636.128000', '141636.130000', '141656.018000', '141656.020000', '141656.023000', '141656.025000', '141656.028000', '141656.031000', '141656.033000', '141656.036000', '141656.038000', '141656.041000', '141656.044000', '141656.046000', '141656.049000', '141656.051000', '141656.054000', '141656.056000', '141656.059000', '141656.062000', '141656.064000', '141656.067000', '141656.069000', '141656.072000', '141656.075000', '141656.077000', '141656.091000', '141656.093000', '141656.096000', '141656.098000', '141656.101000', '141656.103000', '141656.106000', '141656.109000', '141656.111000', '141656.114000', '141656.117000', '141656.119000', '141656.122000', '141656.124000', '141656.127000', '141656.129000', '141656.132000', '141656.135000', '141656.137000', '141716.019000', '141716.021000', '141716.024000', '141716.027000', '141716.029000', '141716.032000', '141716.034000', '141716.037000', '141716.040000', '141716.042000', '141716.045000', '141716.047000', '141716.050000', '141716.053000', '141716.055000', '141716.058000', '141716.061000', '141716.063000', '141716.066000', '141716.068000', '141716.071000', '141716.074000', '141716.076000', '141716.083000', '141716.085000', '141716.088000', '141716.091000', '141716.093000', '141716.096000', '141716.098000', '141716.101000', '141716.104000', '141716.106000', '141716.109000', '141716.111000', '141716.114000', '141716.116000', '141716.119000', '141716.122000', '141716.124000', '141716.127000', '141716.130000', '141716.132000', '141716.135000', '141736.019000', '141736.022000', '141736.026000', '141736.028000', '141736.031000', '141736.034000', '141736.036000', '141736.039000', '141736.042000', '141736.044000', '141736.047000', '141736.049000', '141736.052000', '141736.055000', '141736.057000', '141736.060000', '141736.062000', '141736.065000', '141736.068000', '141736.070000', '141736.073000', '141736.075000', '141736.078000', '141736.081000', '141736.083000', '141736.086000', '141736.088000', '141736.091000', '141736.094000', '141736.096000', '141736.099000', '141736.101000', '141736.104000', '141736.107000', '141736.109000', '141736.112000', '141736.115000', '141736.117000', '141736.120000', '141736.122000', '141736.125000', '141736.127000', '141736.130000', '141756.018000', '141756.021000', '141756.024000', '141756.026000', '141756.029000', '141756.032000', '141756.034000', '141756.037000', '141756.039000', '141756.042000', '141756.044000', '141756.047000', '141756.050000', '141756.052000', '141756.055000', '141756.057000', '141756.060000', '141756.062000', '141756.065000', '141756.068000', '141756.071000', '141756.073000', '141756.076000', '141756.078000', '141756.081000', '141756.084000', '141756.086000', '141756.089000', '141756.091000', '141756.094000', '141756.096000', '141756.099000', '141756.102000', '141756.104000', '141756.107000', '141756.109000', '141756.112000', '141756.115000', '141756.117000', '141756.120000', '141756.122000', '141756.125000', '141756.128000', '141756.130000', '141808.370000', '141808.373000', '141808.376000', '141808.379000', '141808.381000', '141808.384000', '141808.397000', '141808.400000', '141808.402000', '141808.405000', '141808.408000', '141808.410000', '141808.413000', '141808.416000', '141808.418000', '141808.421000', '141808.424000', '141808.427000', '141808.429000', '141808.432000', '141808.435000', '141808.438000', '141808.441000', '141808.443000', '141808.446000', '141808.448000', '141808.451000'], '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': [11878, 13405, 12486, 12516, 11005, 12555, 14254, 11232, 12962, 11622, 12621, 11277, 11713, 12872, 10941, 13279, 12322, 12584, 9936, 11734, 11410, 10610, 13060, 10921, 12584, 10645, 11857, 12414, 11545, 12846, 10480, 12961, 11806, 12141, 10230, 12383, 9903, 12230, 9809, 11768, 10193, 11897, 9449, 10579, 13906, 12877, 13048, 12496, 12262, 12474, 13256, 9862, 12653, 11455, 11075, 12850, 11829, 12770, 10269, 12819, 9853, 12856, 13051, 11155, 12828, 11616, 12918, 10335, 12790, 11994, 11503, 12770, 11037, 12876, 10043, 12652, 9595, 12221, 10531, 10741, 11069, 10270, 11715, 8539, 10557, 10015, 9678, 8941, 8045, 11708, 11846, 9447, 13945, 10143, 8284, 11378, 12634, 12534, 12269, 13995, 12576, 10318, 14049, 11738, 14897, 11842, 13425, 11679, 12326, 11641, 11375, 11303, 11164, 11140, 11048, 10368, 10911, 11070, 10719, 9828, 10485, 10883, 10774, 9665, 9916, 9547, 10568, 9715, 10483, 9769, 10685, 8889, 11332, 8864, 10796, 9614, 10008, 8645, 10310, 12826, 11794, 13394, 10922, 13247, 10589, 12804, 10492, 8296, 8240, 8351, 11258, 8278, 8316, 8223, 9093, 8512, 8922, 9490, 8877, 12526, 10224, 10309, 14038, 10476, 14296, 10393, 11770, 13492, 10945, 13516, 9897, 11550, 7834, 11501, 8827, 9875, 9917, 11236, 9966, 8208, 10330, 8637, 8701, 8901, 7993, 9621, 8468, 10385, 8783, 9828, 8222, 9304, 8636, 8908, 8186, 9417, 8154, 11732, 8186, 9703, 8317, 11204, 8824, 9386, 8063, 8206, 9100, 9391, 9141, 8155, 11577, 8402, 8262, 9206, 8290, 9670, 8355, 9539, 8804, 13850, 10601, 10992, 9849, 7884, 11072, 8767, 10287, 12216, 9614, 14110, 8485, 10527, 8240, 11696, 10195, 9758, 13392, 8556, 10700, 8814, 10253, 8445, 9361, 9930, 8878, 10634, 8504, 9927, 8242, 9445, 9659, 8564, 10371, 8359, 8992, 8397, 8598, 7964, 8532, 8874, 8301, 10050, 8270, 11023, 9476, 8676, 8420, 8855, 11752, 8323, 9211, 8243, 9280, 8116, 9692, 8487, 9537, 12016, 8460, 12037, 8507, 12600, 8809, 9437, 8266, 10149, 8274, 10603, 10518, 9120, 9324, 8986, 13173, 8382, 9767, 8572, 9319, 8140, 10163, 7892, 10628, 9302, 12248, 8471, 8257, 9047, 8060, 8542, 9179, 8823, 9142, 9991, 8681, 10065, 12164, 10011, 14895, 9486, 12349, 9643, 13406, 12002, 10145, 14841, 9202, 12319, 8881, 10483, 8179, 10476, 8039, 9700, 9000, 9461, 7927, 9533, 8420, 9490, 8205, 9627, 9748, 8850, 11795, 8853, 11632, 8655, 9825, 8292, 9339, 8176, 10258, 9001, 9167, 8671, 8794, 9190, 8525, 10025, 8588, 10087, 7991, 10089, 8691, 9033, 9042, 8909, 10024, 8452, 10855, 10057, 9395, 10076, 8859, 9926, 8217, 10801, 9242, 9768, 8647, 8573, 7802, 8714, 9291, 9131, 8921, 8012, 9363, 8536, 8015, 10091, 9022, 10680, 11394, 10697, 14089, 11956, 9687, 12395, 10490, 13686, 11685, 11192, 11813, 9903, 11804, 10091, 11998, 10173, 12722, 9903, 9172, 10989, 8485, 11351, 9544, 10540, 10180, 9782, 10989, 8635, 10985, 8911, 10927, 8486, 9520, 8336, 9536, 8760, 9334, 8624, 9704, 8499, 9068, 8612, 9116, 9416, 11198, 9182, 8083, 10141, 8304, 10119, 9781, 8074, 10201, 8570, 8321, 10633, 10021, 9596, 11333, 9792, 12233, 9818, 15766, 10883, 12759, 13330, 10263, 12578, 12234, 10781, 13636, 9920, 16896, 9472, 10741, 8544, 10578, 8328, 9736, 8701, 9426, 10854, 9006, 9770, 8315, 8742, 7973, 9708, 8911, 9006, 8719, 8911, 11723, 8411, 9489, 8222, 9410, 10480, 9493, 8871, 9410, 10731, 9603, 12278, 9806, 8266, 10245, 8323, 10567, 8982, 10433, 9024, 10669, 8638, 10631, 9817, 10812, 9640, 12501, 10163, 13410, 10246, 11487, 9799, 10953, 12279, 11324, 14916, 11072, 11604, 9878, 11138, 9405, 10861, 8837, 10734, 8542, 10823, 8509, 10713, 8723, 10552, 9717, 10853, 11906, 9579, 10963, 9503, 11324, 9634, 10856, 9517, 10897, 9202, 10787, 9329, 10984, 7979, 11074, 11182, 9335, 11106, 8099, 11057, 10472, 10778, 10606, 10738, 10350, 10690, 8052, 10262, 8971, 7887, 9290, 7950, 9389, 8953, 7783, 9934, 9825, 8611, 11842, 11026, 10379, 12889, 10321, 13309, 10763, 13271, 9995, 12886, 10459, 13299, 15004, 10601, 12985, 10663, 10201, 10418, 9530, 10458, 8840, 10208, 8635, 10512, 8223, 10648, 8400, 10571, 8908, 10347, 10981, 9361, 10628, 8680, 10889, 8966, 10805, 9088, 10962, 11484, 9341, 11037, 8657, 11196, 8227, 10882, 8522, 11253, 8201, 10756, 8607, 10601, 9722, 10320, 9992, 8287, 9421, 9474, 8239, 9842, 8538, 10588, 8804, 10539, 9589, 11080, 12620, 10387, 15009, 9905, 11962, 8620, 11023, 16795, 10323, 12342, 9575, 11255, 9478, 10514, 10068, 10562, 11074, 10221, 10639, 9389, 9995, 8047, 10237, 9762, 10494, 12598, 9826, 10956, 9091, 10523, 8580, 10400, 8645, 10480, 8172, 10770, 8151, 10617, 8189, 10595, 10395, 10601, 10001, 10854, 8138, 10864, 8447, 10745, 10056, 10544, 8793, 10816, 9050, 10668, 9501, 8406, 10950, 8071, 11285, 10255, 9623, 11594, 9928, 11451, 11264, 10901, 11919, 10456, 11608, 9282, 11548, 8577, 11084, 8427, 10745, 8424, 10571, 8127, 10325, 9682, 10331, 11205, 9011, 10739, 9128, 10352, 8187, 10153, 10503, 9872, 10481, 9135, 11226, 9179, 10107, 9784, 8395, 9777, 9550, 9533, 10740, 9798, 11595, 9166, 12048, 8656, 10045, 8162, 9541, 10438, 9757, 9741, 9531, 13161, 8774, 9851, 7884, 9374, 9450, 9799, 11955, 8965, 10148, 8351, 10182, 8260, 9215, 10051, 9401, 12301, 8620, 10040, 8837, 12598, 8980, 11049, 8918, 12294, 8857, 12436, 10158, 10498, 10589, 8952, 11195, 11469, 9953, 11496, 10998, 11399, 9603, 12576, 9353, 12456, 12815, 10961, 13194, 10882, 14701, 10587, 14407, 9652, 15131, 9856, 13183, 9134, 14041, 9076, 13799, 9091, 13132, 9090, 10296, 8483, 9897, 8901, 10006, 8449, 10190, 8223, 10279, 9302, 10236, 11182, 9510, 10669, 8407, 9950, 8568, 10127, 8504, 9690, 8189, 10311, 8752, 10021, 8294, 10374, 7966, 10453, 10889, 10452, 10196, 10776, 11083, 10566, 13312, 9644, 12320, 10336, 12626, 11138, 8268, 11643, 9754, 9935, 10829, 8683, 8861, 10191, 8433, 10641, 10760, 8810, 11968, 10216, 14592, 11640, 15289, 12031, 13379, 11345], 'WindowCenter': [5138.0, 5140.0, 5118.0, 5117.0, 5084.0, 5092.0, 5100.0, 5081.0, 5090.0, 5080.0, 5091.0, 5067.0, 5080.0, 5076.0, 5070.0, 5087.0, 5090.0, 5089.0, 5060.0, 5092.0, 5077.0, 5070.0, 5088.0, 5071.0, 5091.0, 5070.0, 5081.0, 5079.0, 5079.0, 5088.0, 5082.0, 5103.0, 5105.0, 5103.0, 5084.0, 5102.0, 5097.0, 5117.0, 5097.0, 5104.0, 5076.0, 5096.0, 5072.0, 5084.0, 5100.0, 5101.0, 5099.0, 5090.0, 5093.0, 5089.0, 5091.0, 5057.0, 5087.0, 5067.0, 5067.0, 5076.0, 5066.0, 5076.0, 5046.0, 5076.0, 5047.0, 5074.0, 5073.0, 5066.0, 5074.0, 5054.0, 5073.0, 5042.0, 5072.0, 5052.0, 5053.0, 5062.0, 5042.0, 5064.0, 5044.0, 5076.0, 5047.0, 5090.0, 5071.0, 5058.0, 5069.0, 5059.0, 5079.0, 5063.0, 5083.0, 5075.0, 5072.0, 5078.0, 5059.0, 5095.0, 5096.0, 5050.0, 5078.0, 5046.0, 5028.0, 5068.0, 5052.0, 5040.0, 5039.0, 5058.0, 5050.0, 5057.0, 5070.0, 5052.0, 5070.0, 5026.0, 5033.0, 5010.0, 5009.0, 5008.0, 5009.0, 5010.0, 5012.0, 5007.0, 5010.0, 5002.0, 5001.0, 5011.0, 5001.0, 5001.0, 5027.0, 5024.0, 5037.0, 5017.0, 5029.0, 5028.0, 5042.0, 5032.0, 5054.0, 5044.0, 5068.0, 5049.0, 5080.0, 5048.0, 5069.0, 5073.0, 5072.0, 5052.0, 5071.0, 5103.0, 5093.0, 5090.0, 5072.0, 5091.0, 5071.0, 5092.0, 5087.0, 5067.0, 5054.0, 5055.0, 5083.0, 5055.0, 5053.0, 5043.0, 5052.0, 5054.0, 5064.0, 5074.0, 5078.0, 5092.0, 5087.0, 5074.0, 5090.0, 5061.0, 5074.0, 5035.0, 5040.0, 5051.0, 5043.0, 5046.0, 5009.0, 5025.0, 4976.0, 5010.0, 4992.0, 5002.0, 5014.0, 5023.0, 5015.0, 4983.0, 5015.0, 5008.0, 5007.0, 5018.0, 5000.0, 5020.0, 5014.0, 5029.0, 5011.0, 5033.0, 5024.0, 5046.0, 5026.0, 5035.0, 5025.0, 5035.0, 5027.0, 5066.0, 5039.0, 5074.0, 5052.0, 5066.0, 5052.0, 5059.0, 5043.0, 5054.0, 5087.0, 5088.0, 5076.0, 5058.0, 5093.0, 5055.0, 5076.0, 5089.0, 5080.0, 5089.0, 5082.0, 5086.0, 5095.0, 5128.0, 5100.0, 5085.0, 5076.0, 5042.0, 5082.0, 5053.0, 5073.0, 5067.0, 5048.0, 5083.0, 5025.0, 5042.0, 5013.0, 5053.0, 5029.0, 5047.0, 5071.0, 5025.0, 5043.0, 5021.0, 5031.0, 5000.0, 5022.0, 5029.0, 5021.0, 5029.0, 5012.0, 5021.0, 5012.0, 5033.0, 5031.0, 5024.0, 5044.0, 5025.0, 5033.0, 5025.0, 5026.0, 5027.0, 5039.0, 5038.0, 5041.0, 5058.0, 5039.0, 5081.0, 5060.0, 5053.0, 5039.0, 5063.0, 5078.0, 5053.0, 5064.0, 5054.0, 5075.0, 5053.0, 5076.0, 5064.0, 5076.0, 5104.0, 5067.0, 5104.0, 5067.0, 5101.0, 5075.0, 5073.0, 5065.0, 5085.0, 5065.0, 5085.0, 5082.0, 5066.0, 5064.0, 5065.0, 5103.0, 5069.0, 5076.0, 5055.0, 5064.0, 5056.0, 5084.0, 5059.0, 5087.0, 5067.0, 5091.0, 5068.0, 5054.0, 5072.0, 5058.0, 5068.0, 5077.0, 5079.0, 5077.0, 5110.0, 5090.0, 5099.0, 5093.0, 5086.0, 5099.0, 5049.0, 5067.0, 5035.0, 5065.0, 5051.0, 5031.0, 5057.0, 5018.0, 5024.0, 5007.0, 5013.0, 4984.0, 5014.0, 4984.0, 5016.0, 5006.0, 5042.0, 4999.0, 5027.0, 5010.0, 5031.0, 5011.0, 5058.0, 5032.0, 5037.0, 5061.0, 5038.0, 5065.0, 5036.0, 5045.0, 5026.0, 5046.0, 5038.0, 5069.0, 5051.0, 5058.0, 5039.0, 5053.0, 5049.0, 5052.0, 5059.0, 5042.0, 5061.0, 5040.0, 5070.0, 5041.0, 5051.0, 5048.0, 5050.0, 5058.0, 5041.0, 5070.0, 5057.0, 5050.0, 5056.0, 5050.0, 5058.0, 5040.0, 5095.0, 5065.0, 5072.0, 5053.0, 5066.0, 5057.0, 5067.0, 5077.0, 5075.0, 5077.0, 5067.0, 5062.0, 5089.0, 5058.0, 5082.0, 5056.0, 5077.0, 5074.0, 5063.0, 5089.0, 5058.0, 5023.0, 5044.0, 5035.0, 5051.0, 5041.0, 5030.0, 5030.0, 5021.0, 5027.0, 5015.0, 5014.0, 5006.0, 5023.0, 4993.0, 4993.0, 5014.0, 4997.0, 5025.0, 5020.0, 5016.0, 5019.0, 5018.0, 5030.0, 5009.0, 5044.0, 5024.0, 5056.0, 5040.0, 5036.0, 5029.0, 5049.0, 5026.0, 5037.0, 5041.0, 5051.0, 5056.0, 5067.0, 5069.0, 5065.0, 5069.0, 5084.0, 5054.0, 5035.0, 5087.0, 5060.0, 5076.0, 5053.0, 5048.0, 5061.0, 5030.0, 5029.0, 5047.0, 5050.0, 5050.0, 5084.0, 5071.0, 5091.0, 5061.0, 5096.0, 5060.0, 5054.0, 5062.0, 5019.0, 5041.0, 5028.0, 5020.0, 5035.0, 5007.0, 5049.0, 4994.0, 5000.0, 4973.0, 5001.0, 4974.0, 4994.0, 4985.0, 5007.0, 5015.0, 5006.0, 5032.0, 5025.0, 5026.0, 5014.0, 5035.0, 5025.0, 5038.0, 5027.0, 5040.0, 5067.0, 5042.0, 5062.0, 5044.0, 5061.0, 5068.0, 5062.0, 5047.0, 5075.0, 5093.0, 5078.0, 5091.0, 5074.0, 5057.0, 5083.0, 5053.0, 5082.0, 5068.0, 5097.0, 5081.0, 5096.0, 5070.0, 5074.0, 5065.0, 5059.0, 5040.0, 5067.0, 5045.0, 5073.0, 5046.0, 5053.0, 5048.0, 5041.0, 5047.0, 5039.0, 5057.0, 5040.0, 5026.0, 5017.0, 5027.0, 5006.0, 5015.0, 4993.0, 5016.0, 4998.0, 5029.0, 5008.0, 5030.0, 5011.0, 5040.0, 5020.0, 5041.0, 5037.0, 5029.0, 5039.0, 5031.0, 5051.0, 5044.0, 5042.0, 5046.0, 5056.0, 5046.0, 5056.0, 5035.0, 5056.0, 5027.0, 5076.0, 5064.0, 5048.0, 5068.0, 5029.0, 5068.0, 5057.0, 5071.0, 5057.0, 5081.0, 5072.0, 5080.0, 5044.0, 5072.0, 5043.0, 5045.0, 5053.0, 5046.0, 5060.0, 5064.0, 5045.0, 5087.0, 5087.0, 5078.0, 5105.0, 5098.0, 5075.0, 5100.0, 5061.0, 5076.0, 5058.0, 5055.0, 5021.0, 5037.0, 5030.0, 5038.0, 5043.0, 5004.0, 5019.0, 5000.0, 4990.0, 5012.0, 4993.0, 5016.0, 4993.0, 5027.0, 5007.0, 5030.0, 5011.0, 5041.0, 5011.0, 5055.0, 5033.0, 5044.0, 5042.0, 5045.0, 5065.0, 5037.0, 5067.0, 5046.0, 5077.0, 5036.0, 5068.0, 5064.0, 5047.0, 5066.0, 5038.0, 5079.0, 5040.0, 5069.0, 5050.0, 5090.0, 5041.0, 5079.0, 5053.0, 5072.0, 5064.0, 5050.0, 5087.0, 5043.0, 5075.0, 5074.0, 5044.0, 5072.0, 5067.0, 5086.0, 5089.0, 5085.0, 5063.0, 5082.0, 5065.0, 5047.0, 5068.0, 5031.0, 5040.0, 5001.0, 5043.0, 5055.0, 5015.0, 5021.0, 4991.0, 5012.0, 4991.0, 5016.0, 5002.0, 5014.0, 5011.0, 5016.0, 5015.0, 5004.0, 5015.0, 4999.0, 5029.0, 5018.0, 5039.0, 5058.0, 5032.0, 5039.0, 5022.0, 5043.0, 5036.0, 5055.0, 5049.0, 5068.0, 5038.0, 5071.0, 5028.0, 5059.0, 5049.0, 5094.0, 5078.0, 5093.0, 5068.0, 5090.0, 5048.0, 5091.0, 5065.0, 5095.0, 5070.0, 5095.0, 5063.0, 5083.0, 5053.0, 5084.0, 5050.0, 5046.0, 5070.0, 5032.0, 5070.0, 5051.0, 5040.0, 5069.0, 5052.0, 5067.0, 5071.0, 5046.0, 5055.0, 5034.0, 5046.0, 5011.0, 5041.0, 5002.0, 5018.0, 4977.0, 5004.0, 4974.0, 5002.0, 4964.0, 5002.0, 4992.0, 5002.0, 5000.0, 4983.0, 5015.0, 4995.0, 5004.0, 4973.0, 5004.0, 5002.0, 5017.0, 5024.0, 5030.0, 5038.0, 5034.0, 5031.0, 5044.0, 5024.0, 5048.0, 5047.0, 5050.0, 5067.0, 5058.0, 5066.0, 5049.0, 5064.0, 5038.0, 5048.0, 5029.0, 5049.0, 5057.0, 5062.0, 5050.0, 5062.0, 5086.0, 5041.0, 5060.0, 5028.0, 5060.0, 5060.0, 5074.0, 5078.0, 5053.0, 5071.0, 5044.0, 5069.0, 5042.0, 5062.0, 5062.0, 5062.0, 5104.0, 5067.0, 5071.0, 5055.0, 5103.0, 5066.0, 5095.0, 5083.0, 5104.0, 5069.0, 5106.0, 5076.0, 5073.0, 5071.0, 5053.0, 5082.0, 5093.0, 5071.0, 5093.0, 5083.0, 5096.0, 5073.0, 5105.0, 5062.0, 5079.0, 5088.0, 5055.0, 5061.0, 5044.0, 5069.0, 5032.0, 5043.0, 5020.0, 5052.0, 5018.0, 5031.0, 5008.0, 5044.0, 5007.0, 5044.0, 5009.0, 5044.0, 5009.0, 5027.0, 5013.0, 5031.0, 5021.0, 5031.0, 5012.0, 5031.0, 5012.0, 5042.0, 5031.0, 5047.0, 5051.0, 5046.0, 5056.0, 5037.0, 5057.0, 5038.0, 5054.0, 5051.0, 5061.0, 5050.0, 5071.0, 5050.0, 5070.0, 5054.0, 5082.0, 5053.0, 5082.0, 5081.0, 5083.0, 5073.0, 5085.0, 5079.0, 5095.0, 5113.0, 5075.0, 5100.0, 5072.0, 5089.0, 5080.0, 5062.0, 5105.0, 5087.0, 5088.0, 5083.0, 5063.0, 5062.0, 5083.0, 5052.0, 5070.0, 5073.0, 5051.0, 5080.0, 5073.0, 5084.0, 5072.0, 5084.0, 5067.0, 5062.0, 5028.0], 'WindowWidth': [11128.0, 11118.0, 11080.0, 11076.0, 11022.0, 11032.0, 11038.0, 11013.0, 11024.0, 11010.0, 11028.0, 10987.0, 11011.0, 10999.0, 10994.0, 11018.0, 11025.0, 11026.0, 10983.0, 11030.0, 11004.0, 10996.0, 11020.0, 10999.0, 11027.0, 10996.0, 11014.0, 11008.0, 11008.0, 11020.0, 11018.0, 11049.0, 11056.0, 11054.0, 11026.0, 11047.0, 11050.0, 11077.0, 11051.0, 11056.0, 11012.0, 11042.0, 11005.0, 11023.0, 11040.0, 11041.0, 11039.0, 11026.0, 11031.0, 11019.0, 11024.0, 10974.0, 11016.0, 10987.0, 10985.0, 10998.0, 10982.0, 10998.0, 10954.0, 10995.0, 10956.0, 10993.0, 10990.0, 10983.0, 10991.0, 10961.0, 10989.0, 10942.0, 10985.0, 10958.0, 10960.0, 10972.0, 10945.0, 10975.0, 10948.0, 10996.0, 10959.0, 11022.0, 10998.0, 10971.0, 10990.0, 10976.0, 11006.0, 10992.0, 11020.0, 11010.0, 11003.0, 11021.0, 10992.0, 11037.0, 11035.0, 10962.0, 10993.0, 10950.0, 10931.0, 10986.0, 10956.0, 10933.0, 10932.0, 10956.0, 10951.0, 10972.0, 10982.0, 10958.0, 10979.0, 10906.0, 10910.0, 10873.0, 10872.0, 10870.0, 10874.0, 10874.0, 10881.0, 10872.0, 10877.0, 10869.0, 10866.0, 10879.0, 10866.0, 10866.0, 10912.0, 10906.0, 10929.0, 10901.0, 10921.0, 10918.0, 10942.0, 10931.0, 10964.0, 10951.0, 10988.0, 10963.0, 11009.0, 10963.0, 10994.0, 11003.0, 11001.0, 10973.0, 11001.0, 11046.0, 11032.0, 11021.0, 10998.0, 11025.0, 11000.0, 11024.0, 11029.0, 11004.0, 10979.0, 10982.0, 11017.0, 10982.0, 10977.0, 10959.0, 10972.0, 10979.0, 10991.0, 11005.0, 11021.0, 11025.0, 11029.0, 11007.0, 11021.0, 10981.0, 10986.0, 10930.0, 10929.0, 10947.0, 10939.0, 10938.0, 10886.0, 10903.0, 10835.0, 10873.0, 10853.0, 10867.0, 10893.0, 10903.0, 10894.0, 10846.0, 10893.0, 10888.0, 10886.0, 10904.0, 10881.0, 10908.0, 10904.0, 10919.0, 10899.0, 10931.0, 10923.0, 10956.0, 10926.0, 10935.0, 10925.0, 10938.0, 10932.0, 10983.0, 10954.0, 11007.0, 10976.0, 10986.0, 10973.0, 10979.0, 10963.0, 10981.0, 11040.0, 11035.0, 11015.0, 10991.0, 11032.0, 10984.0, 11020.0, 11039.0, 11029.0, 11037.0, 11034.0, 11033.0, 11057.0, 11090.0, 11054.0, 11022.0, 11011.0, 10963.0, 11014.0, 10973.0, 11002.0, 10983.0, 10959.0, 11002.0, 10922.0, 10941.0, 10902.0, 10956.0, 10918.0, 10957.0, 10981.0, 10923.0, 10944.0, 10911.0, 10923.0, 10879.0, 10911.0, 10918.0, 10911.0, 10919.0, 10899.0, 10910.0, 10898.0, 10931.0, 10924.0, 10921.0, 10945.0, 10923.0, 10934.0, 10925.0, 10926.0, 10932.0, 10951.0, 10946.0, 10957.0, 10976.0, 10953.0, 11013.0, 10980.0, 10976.0, 10953.0, 10991.0, 11007.0, 10978.0, 10993.0, 10982.0, 11012.0, 10981.0, 11012.0, 10994.0, 11015.0, 11052.0, 11004.0, 11049.0, 11003.0, 11043.0, 11013.0, 11006.0, 10999.0, 11025.0, 11000.0, 11025.0, 11017.0, 10999.0, 10993.0, 10997.0, 11046.0, 11009.0, 11013.0, 10980.0, 10991.0, 10989.0, 11023.0, 10995.0, 11030.0, 11000.0, 11028.0, 11005.0, 10982.0, 11008.0, 10993.0, 11008.0, 11015.0, 11025.0, 11019.0, 11074.0, 11042.0, 11054.0, 11034.0, 11028.0, 11032.0, 10965.0, 10985.0, 10935.0, 10977.0, 10951.0, 10924.0, 10955.0, 10903.0, 10901.0, 10883.0, 10887.0, 10846.0, 10888.0, 10848.0, 10895.0, 10881.0, 10945.0, 10879.0, 10917.0, 10897.0, 10925.0, 10900.0, 10975.0, 10931.0, 10943.0, 10970.0, 10946.0, 10982.0, 10943.0, 10951.0, 10929.0, 10956.0, 10947.0, 10992.0, 10972.0, 10978.0, 10951.0, 10975.0, 10966.0, 10974.0, 10979.0, 10958.0, 10984.0, 10956.0, 10997.0, 10955.0, 10970.0, 10962.0, 10969.0, 10975.0, 10955.0, 10995.0, 10973.0, 10966.0, 10971.0, 10967.0, 10977.0, 10954.0, 11039.0, 10996.0, 11001.0, 10974.0, 10999.0, 10989.0, 11003.0, 11016.0, 11013.0, 11015.0, 11004.0, 10989.0, 11046.0, 10994.0, 11019.0, 10981.0, 11006.0, 10997.0, 10986.0, 11015.0, 10966.0, 10914.0, 10938.0, 10927.0, 10943.0, 10931.0, 10913.0, 10912.0, 10902.0, 10907.0, 10891.0, 10884.0, 10873.0, 10892.0, 10852.0, 10855.0, 10884.0, 10869.0, 10902.0, 10901.0, 10891.0, 10899.0, 10898.0, 10918.0, 10888.0, 10943.0, 10917.0, 10965.0, 10951.0, 10937.0, 10932.0, 10959.0, 10925.0, 10941.0, 10954.0, 10969.0, 10983.0, 10998.0, 11006.0, 10994.0, 11000.0, 11014.0, 10974.0, 10949.0, 11025.0, 10995.0, 11007.0, 10967.0, 10970.0, 10977.0, 10935.0, 10934.0, 10953.0, 10963.0, 10963.0, 11016.0, 10998.0, 11026.0, 10979.0, 11020.0, 10977.0, 10957.0, 10965.0, 10900.0, 10934.0, 10907.0, 10900.0, 10911.0, 10877.0, 10925.0, 10855.0, 10859.0, 10825.0, 10862.0, 10829.0, 10857.0, 10846.0, 10882.0, 10891.0, 10884.0, 10929.0, 10923.0, 10927.0, 10907.0, 10935.0, 10922.0, 10944.0, 10928.0, 10952.0, 10985.0, 10958.0, 10985.0, 10962.0, 10983.0, 10988.0, 10985.0, 10962.0, 11014.0, 11035.0, 11016.0, 11025.0, 11006.0, 10985.0, 11018.0, 10979.0, 11016.0, 11003.0, 11044.0, 11025.0, 11042.0, 11011.0, 11005.0, 10990.0, 10973.0, 10945.0, 10979.0, 10950.0, 10988.0, 10955.0, 10956.0, 10957.0, 10940.0, 10940.0, 10933.0, 10949.0, 10930.0, 10909.0, 10898.0, 10910.0, 10879.0, 10889.0, 10859.0, 10892.0, 10870.0, 10915.0, 10887.0, 10920.0, 10895.0, 10936.0, 10905.0, 10938.0, 10928.0, 10922.0, 10933.0, 10925.0, 10954.0, 10950.0, 10944.0, 10958.0, 10968.0, 10954.0, 10968.0, 10939.0, 10969.0, 10931.0, 10998.0, 10981.0, 10963.0, 10989.0, 10937.0, 10990.0, 10972.0, 10995.0, 10971.0, 11013.0, 11001.0, 11013.0, 10967.0, 11002.0, 10958.0, 10968.0, 10973.0, 10973.0, 10983.0, 10995.0, 10974.0, 11035.0, 11034.0, 11024.0, 11057.0, 11048.0, 11009.0, 11039.0, 10982.0, 10993.0, 10970.0, 10962.0, 10903.0, 10924.0, 10918.0, 10923.0, 10921.0, 10870.0, 10885.0, 10862.0, 10847.0, 10883.0, 10857.0, 10892.0, 10862.0, 10913.0, 10888.0, 10921.0, 10900.0, 10939.0, 10903.0, 10967.0, 10934.0, 10949.0, 10942.0, 10956.0, 10983.0, 10947.0, 10989.0, 10958.0, 11004.0, 10944.0, 10991.0, 10980.0, 10960.0, 10985.0, 10948.0, 11008.0, 10954.0, 10992.0, 10973.0, 11026.0, 10959.0, 11007.0, 10977.0, 11000.0, 10992.0, 10960.0, 11029.0, 10962.0, 11010.0, 11008.0, 10963.0, 11003.0, 11003.0, 11028.0, 11039.0, 11026.0, 10989.0, 11015.0, 10978.0, 10958.0, 10974.0, 10924.0, 10934.0, 10878.0, 10940.0, 10944.0, 10889.0, 10892.0, 10850.0, 10882.0, 10854.0, 10894.0, 10868.0, 10886.0, 10879.0, 10893.0, 10891.0, 10878.0, 10895.0, 10876.0, 10919.0, 10903.0, 10935.0, 10960.0, 10930.0, 10934.0, 10915.0, 10946.0, 10942.0, 10968.0, 10969.0, 10991.0, 10949.0, 10998.0, 10935.0, 10976.0, 10970.0, 11041.0, 11013.0, 11038.0, 10997.0, 11033.0, 10971.0, 11038.0, 11002.0, 11040.0, 10999.0, 11041.0, 10996.0, 11020.0, 10976.0, 11023.0, 10961.0, 10966.0, 10992.0, 10943.0, 10989.0, 10963.0, 10946.0, 10985.0, 10966.0, 10982.0, 10992.0, 10948.0, 10959.0, 10926.0, 10948.0, 10894.0, 10936.0, 10878.0, 10893.0, 10835.0, 10867.0, 10827.0, 10865.0, 10816.0, 10866.0, 10852.0, 10868.0, 10860.0, 10839.0, 10889.0, 10858.0, 10869.0, 10827.0, 10872.0, 10868.0, 10896.0, 10905.0, 10925.0, 10931.0, 10937.0, 10923.0, 10949.0, 10920.0, 10960.0, 10956.0, 10965.0, 10987.0, 10978.0, 10983.0, 10962.0, 10980.0, 10946.0, 10958.0, 10933.0, 10963.0, 10973.0, 10986.0, 10965.0, 10986.0, 11012.0, 10956.0, 10979.0, 10935.0, 10982.0, 10981.0, 11006.0, 11004.0, 10975.0, 10997.0, 10963.0, 10994.0, 10959.0, 10989.0, 10987.0, 10987.0, 11051.0, 11003.0, 10998.0, 10979.0, 11045.0, 11001.0, 11038.0, 11034.0, 11052.0, 11008.0, 11054.0, 11009.0, 11000.0, 10995.0, 10974.0, 11013.0, 11033.0, 11000.0, 11033.0, 11020.0, 11041.0, 11007.0, 11053.0, 10986.0, 11005.0, 11016.0, 10969.0, 10966.0, 10949.0, 10974.0, 10924.0, 10929.0, 10905.0, 10940.0, 10898.0, 10911.0, 10887.0, 10930.0, 10885.0, 10931.0, 10891.0, 10935.0, 10892.0, 10914.0, 10901.0, 10926.0, 10912.0, 10925.0, 10899.0, 10925.0, 10902.0, 10945.0, 10929.0, 10957.0, 10956.0, 10955.0, 10970.0, 10948.0, 10973.0, 10948.0, 10968.0, 10975.0, 10988.0, 10974.0, 11000.0, 10971.0, 10999.0, 10982.0, 11019.0, 10981.0, 11020.0, 11015.0, 11021.0, 11004.0, 11022.0, 11009.0, 11042.0, 11065.0, 11010.0, 11039.0, 11001.0, 11023.0, 11013.0, 10992.0, 11056.0, 11033.0, 11033.0, 11017.0, 10995.0, 10989.0, 11019.0, 10976.0, 10995.0, 11000.0, 10968.0, 11008.0, 11005.0, 11003.0, 10996.0, 11001.0, 10982.0, 10967.0, 10913.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.0067405287356321845</td></tr>
<tr><td colspan=3>aqi</td><td>0.10265393678160918</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.02114830836588</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1646980625201386</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0252142491829677</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6543.3345</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17473117045069061</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>234</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.896551724137932</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9219895614359017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7515136616715297</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.121206925584628</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.893248097051548</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155558</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01347767561674118</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039068691432476044</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.257353757006714</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>18.3163</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.7411</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.8199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6226</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.9144</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4236.4996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1050.4114</td></tr>
<tr><td colspan=3>tsnr</td><td>21.59541315829847</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>