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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-03/func/sub-0081_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d0c9b53e48c85bfb6bf99e43b6a60890</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>19:51:32.692500</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.998632, -0.0240558, -0.0464212, 0.0285921, 0.994609, 0.0996717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845122</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7715, -7269, 598, -89, 13, 76, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dce4c7a8-af2d-4bf7-8d3d-c07c28be5ce3||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.679257392883301, 0.07671049237251282, -0.11818777769804001, 108.94178771972656], [0.06453989446163177, 2.6684646606445312, 0.27232927083969116, -101.42657470703125], [-0.12454459816217422, -0.267412006855011, 2.6836297512054443, -56.01923370361328], [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': ['195132.692500', '195133.152500', '195133.612500', '195134.072500', '195134.532500', '195134.992500', '195135.452500', '195135.912500', '195136.372500', '195136.832500', '195137.292500', '195137.752500', '195138.212500', '195138.672500', '195139.132500', '195139.592500', '195140.052500', '195140.512500', '195140.972500', '195141.432500', '195141.892500', '195142.352500', '195142.812500', '195143.272500', '195143.732500', '195144.192500', '195144.652500', '195145.112500', '195145.572500', '195146.032500', '195146.492500', '195146.952500', '195147.412500', '195147.872500', '195148.332500', '195148.792500', '195149.252500', '195149.712500', '195150.172500', '195150.632500', '195151.092500', '195151.552500', '195152.012500', '195152.472500', '195152.932500', '195153.392500', '195153.852500', '195154.312500', '195154.772500', '195155.232500', '195155.692500', '195156.152500', '195156.612500', '195157.072500', '195157.532500', '195157.992500', '195158.452500', '195158.912500', '195159.372500', '195159.832500', '195200.292500', '195200.752500', '195201.212500', '195201.672500', '195202.132500', '195202.592500', '195203.052500', '195203.512500', '195203.972500', '195204.432500', '195204.892500', '195205.352500', '195205.812500', '195206.272500', '195206.732500', '195207.192500', '195207.652500', '195208.112500', '195208.572500', '195209.032500', '195209.492500', '195209.952500', '195210.412500', '195210.872500', '195211.332500', '195211.792500', '195212.252500', '195212.712500', '195213.172500', '195213.632500', '195214.092500', '195214.552500', '195215.012500', '195215.472500', '195215.932500', '195216.392500', '195216.852500', '195217.312500', '195217.772500', '195218.232500', '195218.692500', '195219.152500', '195219.612500', '195220.072500', '195220.532500', '195220.992500', '195221.452500', '195221.912500', '195222.372500', '195222.832500', '195223.292500', '195223.752500', '195224.212500', '195224.672500', '195225.132500', '195225.592500', '195226.052500', '195226.512500', '195226.972500', '195227.432500', '195227.892500', '195228.352500', '195228.812500', '195229.272500', '195229.732500', '195230.192500', '195230.652500', '195231.112500', '195231.572500', '195232.032500', '195232.492500', '195232.952500', '195233.412500', '195233.872500', '195234.332500', '195234.792500', '195235.252500', '195235.712500', '195236.172500', '195236.632500', '195237.092500', '195237.552500', '195238.012500', '195238.472500', '195238.932500', '195239.392500', '195239.852500', '195240.312500', '195240.772500', '195241.232500', '195241.692500', '195242.152500', '195242.612500', '195243.072500', '195243.532500', '195243.992500', '195244.452500', '195244.912500', '195245.372500', '195245.832500', '195246.292500', '195246.752500', '195247.212500', '195247.672500', '195248.132500', '195248.592500', '195249.052500', '195249.512500', '195249.972500', '195250.432500', '195250.892500', '195251.352500', '195251.812500', '195252.272500', '195252.732500', '195253.192500', '195253.652500', '195254.112500', '195254.572500', '195255.032500', '195255.492500', '195255.952500', '195256.412500', '195256.872500', '195257.332500', '195257.792500', '195258.252500', '195258.712500', '195259.172500', '195259.632500', '195300.092500', '195300.552500', '195301.012500', '195301.472500', '195301.932500', '195302.392500', '195302.852500', '195303.312500', '195303.772500', '195304.232500', '195304.692500', '195305.152500', '195305.612500', '195306.072500', '195306.532500', '195306.992500', '195307.452500', '195307.912500', '195308.372500', '195308.832500', '195309.292500', '195309.752500', '195310.212500', '195310.672500', '195311.132500', '195311.592500', '195312.052500', '195312.512500', '195312.972500', '195313.432500', '195313.892500', '195314.352500', '195314.812500', '195315.272500', '195315.732500', '195316.192500', '195316.652500', '195317.112500', '195317.572500', '195318.032500', '195318.492500', '195318.952500', '195319.412500', '195319.872500', '195320.332500', '195320.792500', '195321.252500', '195321.712500', '195322.172500', '195322.632500', '195323.092500', '195323.552500', '195324.012500', '195324.472500', '195324.932500', '195325.392500', '195325.852500', '195326.312500', '195326.772500', '195327.232500', '195327.692500', '195328.152500', '195328.612500', '195329.072500', '195329.532500', '195329.992500', '195330.452500', '195330.912500', '195331.372500', '195331.832500', '195332.292500', '195332.752500', '195333.212500', '195333.672500', '195334.132500', '195334.592500', '195335.052500', '195335.512500', '195335.972500', '195336.432500', '195336.892500', '195337.352500', '195337.812500', '195338.272500', '195338.732500', '195339.192500', '195339.652500', '195340.112500', '195340.572500', '195341.032500', '195341.492500', '195341.952500', '195342.412500', '195342.872500', '195343.332500', '195343.792500', '195344.252500', '195344.712500', '195345.172500', '195345.632500', '195346.092500', '195346.552500', '195347.012500', '195347.472500', '195347.932500', '195348.392500', '195348.852500', '195349.312500', '195349.772500', '195350.232500', '195350.692500', '195351.152500', '195351.612500', '195352.072500', '195352.532500', '195352.992500', '195353.452500', '195353.912500', '195354.372500', '195354.832500', '195355.292500', '195355.752500', '195356.212500', '195356.672500', '195357.132500', '195357.592500', '195358.052500', '195358.512500', '195358.972500', '195359.432500', '195359.892500', '195400.352500', '195400.812500', '195401.272500', '195401.732500', '195402.192500', '195402.652500', '195403.112500', '195403.572500', '195404.032500', '195404.492500', '195404.952500', '195405.412500', '195405.872500', '195406.332500', '195406.792500', '195407.252500', '195407.712500', '195408.172500', '195408.632500', '195409.092500', '195409.552500', '195410.012500', '195410.472500', '195410.932500', '195411.392500', '195411.852500', '195412.312500', '195412.772500', '195413.232500', '195413.692500', '195414.152500', '195414.612500', '195415.072500', '195415.532500', '195415.992500', '195416.452500', '195416.912500', '195417.372500', '195417.832500', '195418.292500', '195418.752500', '195419.212500', '195419.672500', '195420.132500', '195420.592500', '195421.052500', '195421.512500', '195421.972500', '195422.432500', '195422.892500', '195423.352500', '195423.812500', '195424.272500', '195424.732500', '195425.192500', '195425.652500', '195426.112500', '195426.572500', '195427.032500', '195427.492500', '195427.952500', '195428.412500', '195428.872500', '195429.332500', '195429.792500', '195430.252500', '195430.712500', '195431.172500', '195431.632500', '195432.092500', '195432.552500', '195433.012500', '195433.472500', '195433.932500', '195434.392500', '195434.852500', '195435.312500', '195435.772500', '195436.232500', '195436.692500', '195437.152500', '195437.612500', '195438.072500', '195438.532500', '195438.992500', '195439.452500', '195439.912500', '195440.372500', '195440.832500', '195441.292500', '195441.752500', '195442.212500', '195442.672500', '195443.132500', '195443.592500', '195444.052500', '195444.512500', '195444.972500', '195445.432500', '195445.892500', '195446.352500', '195446.812500', '195447.272500', '195447.732500', '195448.192500', '195448.652500', '195449.112500', '195449.572500', '195450.032500', '195450.492500', '195450.952500', '195451.412500', '195451.872500', '195452.332500', '195452.792500', '195453.252500', '195453.712500', '195454.172500', '195454.632500', '195455.092500', '195455.552500', '195456.012500', '195456.472500', '195456.932500', '195457.392500', '195457.852500', '195458.312500', '195458.772500', '195459.232500', '195459.692500', '195500.152500', '195500.612500', '195501.072500', '195501.532500', '195501.992500', '195502.452500', '195502.912500', '195503.372500', '195503.832500', '195504.292500', '195504.752500', '195505.212500', '195505.672500', '195506.132500', '195506.592500', '195507.052500', '195507.512500', '195507.972500', '195508.432500', '195508.892500', '195509.352500', '195509.812500', '195510.272500', '195510.732500', '195511.192500', '195511.652500', '195512.112500', '195512.572500', '195513.032500', '195513.492500', '195513.952500', '195514.412500', '195514.872500', '195515.332500', '195515.792500', '195516.252500', '195516.712500', '195517.172500', '195517.632500', '195518.092500', '195518.552500', '195519.012500', '195519.472500', '195519.932500', '195520.392500', '195520.852500', '195521.312500', '195521.772500', '195522.232500', '195522.692500', '195523.152500', '195523.612500', '195524.072500', '195524.532500', '195524.992500', '195525.452500', '195525.912500', '195526.372500', '195526.832500', '195527.292500', '195527.752500', '195528.212500', '195528.672500', '195529.132500', '195529.592500', '195530.052500', '195530.512500', '195530.972500', '195531.432500', '195531.892500', '195532.352500', '195532.812500', '195533.272500', '195533.732500', '195534.192500', '195534.652500', '195535.112500', '195535.572500', '195536.032500', '195536.492500', '195536.952500', '195537.412500', '195537.872500', '195538.332500', '195538.792500', '195539.252500', '195539.712500', '195540.172500', '195540.632500', '195541.092500', '195541.552500', '195542.012500', '195542.472500', '195542.932500', '195543.392500', '195543.852500', '195544.312500', '195544.772500', '195545.232500', '195545.692500', '195546.152500', '195546.612500', '195547.072500', '195547.532500', '195547.992500', '195548.452500', '195548.912500', '195549.372500', '195549.832500', '195550.292500', '195550.752500', '195551.212500', '195551.672500', '195552.132500', '195552.592500', '195553.052500', '195553.512500', '195553.972500', '195554.432500', '195554.892500', '195555.352500', '195555.812500', '195556.272500', '195556.732500', '195557.192500', '195557.652500', '195558.112500', '195558.572500', '195559.032500', '195559.492500', '195559.952500', '195600.412500', '195600.872500', '195601.332500', '195601.792500', '195602.252500', '195602.712500', '195603.172500', '195603.632500', '195604.092500', '195604.552500', '195605.012500', '195605.472500', '195605.932500', '195606.392500', '195606.852500', '195607.312500', '195607.772500', '195608.232500', '195608.692500', '195609.152500', '195609.612500', '195610.072500', '195610.532500', '195610.992500', '195611.452500', '195611.912500', '195612.372500', '195612.832500', '195613.292500', '195613.752500', '195614.212500', '195614.672500', '195615.132500', '195615.592500', '195616.052500', '195616.512500', '195616.972500', '195617.432500', '195617.892500', '195618.352500', '195618.812500', '195619.272500', '195619.732500', '195620.192500', '195620.652500', '195621.112500', '195621.572500', '195622.032500', '195622.492500', '195622.952500', '195623.412500', '195623.872500', '195624.332500', '195624.792500', '195625.252500', '195625.712500', '195626.172500', '195626.632500', '195627.092500', '195627.552500', '195628.012500', '195628.472500', '195628.932500', '195629.392500', '195629.852500', '195630.312500', '195630.772500', '195631.232500', '195631.692500', '195632.152500', '195632.612500', '195633.072500', '195633.532500', '195633.992500', '195634.452500', '195634.912500', '195635.372500', '195635.832500', '195636.292500', '195636.752500', '195637.212500', '195637.672500', '195638.132500', '195638.592500', '195639.052500', '195639.512500', '195639.972500', '195640.432500', '195640.892500', '195641.352500', '195641.812500', '195642.272500', '195642.732500', '195643.192500', '195643.652500', '195644.112500', '195644.572500', '195645.032500', '195645.492500', '195645.952500', '195646.412500', '195646.872500', '195647.332500', '195647.792500', '195648.252500', '195648.712500', '195649.172500', '195649.632500', '195650.092500', '195650.552500', '195651.012500', '195651.472500', '195651.932500', '195652.392500', '195652.852500', '195653.312500', '195653.772500', '195654.232500', '195654.692500', '195655.152500', '195655.612500', '195656.072500', '195656.532500', '195656.992500', '195657.452500', '195657.912500', '195658.372500', '195658.832500', '195659.292500', '195659.752500', '195700.212500', '195700.672500', '195701.132500', '195701.592500', '195702.052500', '195702.512500', '195702.972500', '195703.432500', '195703.892500', '195704.352500', '195704.812500', '195705.272500', '195705.732500', '195706.192500', '195706.652500', '195707.112500', '195707.572500', '195708.032500', '195708.492500', '195708.952500', '195709.412500', '195709.872500', '195710.332500', '195710.792500', '195711.252500', '195711.712500', '195712.172500', '195712.632500', '195713.092500', '195713.552500', '195714.012500', '195714.472500', '195714.932500', '195715.392500', '195715.852500', '195716.312500', '195716.772500', '195717.232500', '195717.692500', '195718.152500', '195718.612500', '195719.072500', '195719.532500', '195719.992500', '195720.452500', '195720.912500', '195721.372500', '195721.832500', '195722.292500', '195722.752500', '195723.212500', '195723.672500', '195724.132500', '195724.592500', '195725.052500', '195725.512500', '195725.972500', '195726.432500', '195726.892500', '195727.352500', '195727.812500', '195728.272500', '195728.732500', '195729.192500', '195729.652500', '195730.112500', '195730.572500', '195731.032500', '195731.492500', '195731.952500', '195732.412500', '195732.872500', '195733.332500', '195733.792500', '195734.252500', '195734.712500', '195735.172500', '195735.632500', '195736.092500', '195736.552500', '195737.012500', '195737.472500', '195737.932500', '195738.392500', '195738.852500', '195739.312500', '195739.772500', '195740.232500', '195740.692500', '195741.152500', '195741.612500', '195742.072500', '195742.532500', '195742.992500', '195743.452500', '195743.912500', '195744.372500', '195744.832500', '195745.292500', '195745.752500', '195746.212500', '195746.672500', '195747.132500', '195747.592500', '195748.052500', '195748.512500', '195748.972500', '195749.432500', '195749.892500', '195750.352500', '195750.812500', '195751.272500', '195751.732500', '195752.192500', '195752.652500', '195753.112500', '195753.572500', '195754.032500', '195754.492500', '195754.952500', '195755.412500', '195755.872500', '195756.332500', '195756.792500', '195757.252500', '195757.712500', '195758.172500', '195758.632500', '195759.092500', '195759.552500', '195800.012500', '195800.472500', '195800.932500', '195801.392500', '195801.852500', '195802.312500', '195802.772500', '195803.232500', '195803.692500', '195804.152500', '195804.612500', '195805.072500', '195805.532500', '195805.992500', '195806.452500', '195806.912500', '195807.372500', '195807.832500', '195808.292500', '195808.752500', '195809.212500', '195809.672500', '195810.132500', '195810.592500', '195811.052500', '195811.512500', '195811.972500', '195812.432500', '195812.892500', '195813.352500'], 'ContentTime': ['195147.641000', '195147.645000', '195147.648000', '195147.650000', '195147.653000', '195147.656000', '195147.658000', '195147.661000', '195147.663000', '195147.666000', '195147.669000', '195147.672000', '195147.675000', '195147.678000', '195147.681000', '195147.683000', '195147.686000', '195147.688000', '195147.691000', '195147.694000', '195147.696000', '195147.707000', '195147.709000', '195147.712000', '195147.715000', '195147.717000', '195147.720000', '195147.722000', '195147.725000', '195147.727000', '195207.609000', '195207.612000', '195207.615000', '195207.618000', '195207.621000', '195207.628000', '195207.630000', '195207.633000', '195207.635000', '195207.638000', '195207.641000', '195207.643000', '195207.646000', '195207.649000', '195207.651000', '195207.654000', '195207.656000', '195207.659000', '195207.662000', '195207.664000', '195207.667000', '195207.669000', '195207.672000', '195207.675000', '195207.677000', '195207.693000', '195207.695000', '195207.698000', '195207.701000', '195207.703000', '195207.706000', '195207.708000', '195207.711000', '195207.714000', '195207.716000', '195207.719000', '195207.721000', '195207.724000', '195207.726000', '195207.729000', '195207.732000', '195207.734000', '195207.737000', '195207.740000', '195227.609000', '195227.619000', '195227.622000', '195227.624000', '195227.627000', '195227.630000', '195227.632000', '195227.635000', '195227.637000', '195227.640000', '195227.643000', '195227.645000', '195227.648000', '195227.651000', '195227.653000', '195227.656000', '195227.658000', '195227.661000', '195227.664000', '195227.666000', '195227.669000', '195227.671000', '195227.674000', '195227.676000', '195227.679000', '195227.682000', '195227.685000', '195227.687000', '195227.690000', '195227.693000', '195227.695000', '195227.698000', '195227.700000', '195227.703000', '195227.705000', '195227.708000', '195227.711000', '195227.713000', '195227.716000', '195227.719000', '195227.721000', '195227.724000', '195227.726000', '195247.610000', '195247.613000', '195247.616000', '195247.618000', '195247.621000', '195247.624000', '195247.626000', '195247.629000', '195247.631000', '195247.634000', '195247.637000', '195247.639000', '195247.642000', '195247.645000', '195247.647000', '195247.650000', '195247.652000', '195247.655000', '195247.658000', '195247.660000', '195247.663000', '195247.665000', '195247.668000', '195247.671000', '195247.673000', '195247.676000', '195247.678000', '195247.681000', '195247.684000', '195247.686000', '195247.689000', '195247.691000', '195247.694000', '195247.696000', '195247.699000', '195247.702000', '195247.704000', '195247.707000', '195247.710000', '195247.712000', '195247.715000', '195247.717000', '195247.720000', '195247.722000', '195307.611000', '195307.613000', '195307.616000', '195307.619000', '195307.621000', '195307.624000', '195307.626000', '195307.629000', '195307.632000', '195307.634000', '195307.637000', '195307.639000', '195307.642000', '195307.645000', '195307.647000', '195307.650000', '195307.652000', '195307.655000', '195307.657000', '195307.660000', '195307.663000', '195307.665000', '195307.668000', '195307.671000', '195307.673000', '195307.676000', '195307.679000', '195307.682000', '195307.684000', '195307.687000', '195307.690000', '195307.692000', '195307.695000', '195307.698000', '195307.701000', '195307.703000', '195307.706000', '195307.709000', '195307.711000', '195307.714000', '195307.717000', '195307.719000', '195307.722000', '195327.610000', '195327.613000', '195327.616000', '195327.619000', '195327.621000', '195327.624000', '195327.626000', '195327.629000', '195327.632000', '195327.635000', '195327.637000', '195327.640000', '195327.643000', '195327.645000', '195327.648000', '195327.651000', '195327.653000', '195327.656000', '195327.659000', '195327.661000', '195327.664000', '195327.666000', '195327.669000', '195327.672000', '195327.674000', '195327.677000', '195327.680000', '195327.682000', '195327.685000', '195327.688000', '195327.690000', '195327.693000', '195327.695000', '195327.698000', '195327.701000', '195327.703000', '195327.706000', '195327.709000', '195327.712000', '195327.714000', '195327.717000', '195327.719000', '195327.722000', '195327.725000', '195347.610000', '195347.613000', '195347.615000', '195347.618000', '195347.620000', '195347.623000', '195347.626000', '195347.629000', '195347.631000', '195347.634000', '195347.637000', '195347.640000', '195347.642000', '195347.645000', '195347.648000', '195347.650000', '195347.653000', '195347.655000', '195347.658000', '195347.661000', '195347.673000', '195347.676000', '195347.684000', '195347.686000', '195347.689000', '195347.691000', '195347.694000', '195347.697000', '195347.699000', '195347.702000', '195347.705000', '195347.707000', '195347.710000', '195347.712000', '195347.715000', '195347.718000', '195347.720000', '195347.723000', '195347.726000', '195347.728000', '195347.731000', '195347.733000', '195347.736000', '195407.609000', '195407.612000', '195407.615000', '195407.618000', '195407.620000', '195407.623000', '195407.626000', '195407.628000', '195407.631000', '195407.634000', '195407.636000', '195407.639000', '195407.642000', '195407.644000', '195407.647000', '195407.650000', '195407.652000', '195407.655000', '195407.658000', '195407.660000', '195407.663000', '195407.666000', '195407.668000', '195407.671000', '195407.674000', '195407.676000', '195407.679000', '195407.682000', '195407.684000', '195407.687000', '195407.690000', '195407.692000', '195407.695000', '195407.698000', '195407.700000', '195407.703000', '195407.706000', '195407.708000', '195407.711000', '195407.714000', '195407.716000', '195407.719000', '195407.721000', '195407.724000', '195427.610000', '195427.613000', '195427.615000', '195427.618000', '195427.620000', '195427.623000', '195427.626000', '195427.628000', '195427.631000', '195427.634000', '195427.636000', '195427.639000', '195427.642000', '195427.644000', '195427.647000', '195427.650000', '195427.652000', '195427.655000', '195427.658000', '195427.660000', '195427.663000', '195427.666000', '195427.668000', '195427.671000', '195427.674000', '195427.676000', '195427.679000', '195427.681000', '195427.684000', '195427.687000', '195427.689000', '195427.692000', '195427.695000', '195427.697000', '195427.700000', '195427.703000', '195427.705000', '195427.708000', '195427.711000', '195427.714000', '195427.717000', '195427.720000', '195427.722000', '195447.610000', '195447.612000', '195447.615000', '195447.618000', '195447.621000', '195447.623000', '195447.626000', '195447.629000', '195447.631000', '195447.634000', '195447.637000', '195447.639000', '195447.642000', '195447.644000', '195447.647000', '195447.650000', '195447.652000', '195447.655000', '195447.658000', '195447.660000', '195447.663000', '195447.666000', '195447.668000', '195447.671000', '195447.673000', '195447.676000', '195447.679000', '195447.681000', '195447.684000', '195447.687000', '195447.689000', '195447.692000', '195447.695000', '195447.697000', '195447.700000', '195447.702000', '195447.705000', '195447.708000', '195447.710000', '195447.713000', '195447.715000', '195447.718000', '195447.721000', '195447.723000', '195507.611000', '195507.613000', '195507.616000', '195507.619000', '195507.622000', '195507.624000', '195507.627000', '195507.630000', '195507.632000', '195507.635000', '195507.638000', '195507.640000', '195507.643000', '195507.646000', '195507.648000', '195507.651000', '195507.654000', '195507.656000', '195507.659000', '195507.661000', '195507.664000', '195507.667000', '195507.669000', '195507.672000', '195507.675000', '195507.677000', '195507.680000', '195507.683000', '195507.685000', '195507.688000', '195507.691000', '195507.693000', '195507.696000', '195507.699000', '195507.701000', '195507.704000', '195507.707000', '195507.709000', '195507.712000', '195507.715000', '195507.717000', '195507.720000', '195507.723000', '195527.611000', '195527.614000', '195527.625000', '195527.628000', '195527.630000', '195527.633000', '195527.636000', '195527.638000', '195527.641000', '195527.644000', '195527.646000', '195527.649000', '195527.651000', '195527.654000', '195527.657000', '195527.660000', '195527.662000', '195527.665000', '195527.668000', '195527.670000', '195527.673000', '195527.676000', '195527.678000', '195527.681000', '195527.683000', '195527.686000', '195527.689000', '195527.691000', '195527.694000', '195527.697000', '195527.699000', '195527.702000', '195527.705000', '195527.707000', '195527.710000', '195527.713000', '195527.715000', '195527.718000', '195527.721000', '195527.723000', '195527.726000', '195527.728000', '195527.731000', '195527.734000', '195547.611000', '195547.613000', '195547.616000', '195547.619000', '195547.622000', '195547.624000', '195547.627000', '195547.629000', '195547.632000', '195547.635000', '195547.637000', '195547.640000', '195547.643000', '195547.645000', '195547.648000', '195547.651000', '195547.653000', '195547.656000', '195547.659000', '195547.661000', '195547.664000', '195547.667000', '195547.669000', '195547.672000', '195547.675000', '195547.677000', '195547.680000', '195547.683000', '195547.685000', '195547.688000', '195547.691000', '195547.693000', '195547.696000', '195547.699000', '195547.701000', '195547.704000', '195547.706000', '195547.709000', '195547.712000', '195547.714000', '195547.717000', '195547.720000', '195547.722000', '195607.611000', '195607.614000', '195607.617000', '195607.619000', '195607.622000', '195607.625000', '195607.627000', '195607.630000', '195607.633000', '195607.635000', '195607.638000', '195607.640000', '195607.643000', '195607.646000', '195607.648000', '195607.651000', '195607.654000', '195607.656000', '195607.659000', '195607.662000', '195607.665000', '195607.667000', '195607.670000', '195607.673000', '195607.675000', '195607.678000', '195607.681000', '195607.683000', '195607.686000', '195607.689000', '195607.691000', '195607.694000', '195607.697000', '195607.699000', '195607.702000', '195607.705000', '195607.707000', '195607.710000', '195607.713000', '195607.715000', '195607.718000', '195607.721000', '195607.723000', '195607.726000', '195627.609000', '195627.612000', '195627.615000', '195627.618000', '195627.620000', '195627.623000', '195627.626000', '195627.628000', '195627.631000', '195627.633000', '195627.636000', '195627.639000', '195627.642000', '195627.644000', '195627.647000', '195627.650000', '195627.653000', '195627.655000', '195627.658000', '195627.661000', '195627.663000', '195627.666000', '195627.669000', '195627.671000', '195627.674000', '195627.676000', '195627.679000', '195627.682000', '195627.684000', '195627.687000', '195627.690000', '195627.692000', '195627.695000', '195627.698000', '195627.700000', '195627.703000', '195627.706000', '195627.708000', '195627.711000', '195627.714000', '195627.716000', '195627.719000', '195627.722000', '195647.610000', '195647.612000', '195647.615000', '195647.618000', '195647.620000', '195647.623000', '195647.625000', '195647.628000', '195647.631000', '195647.633000', '195647.636000', '195647.639000', '195647.641000', '195647.644000', '195647.647000', '195647.649000', '195647.652000', '195647.655000', '195647.657000', '195647.660000', '195647.662000', '195647.665000', '195647.668000', '195647.670000', '195647.673000', '195647.676000', '195647.678000', '195647.691000', '195647.694000', '195647.697000', '195647.699000', '195647.702000', '195647.704000', '195647.707000', '195647.710000', '195647.712000', '195647.715000', '195647.717000', '195647.720000', '195647.723000', '195647.725000', '195647.728000', '195647.731000', '195647.733000', '195707.609000', '195707.613000', '195707.615000', '195707.618000', '195707.621000', '195707.624000', '195707.626000', '195707.629000', '195707.631000', '195707.634000', '195707.637000', '195707.639000', '195707.642000', '195707.645000', '195707.648000', '195707.650000', '195707.653000', '195707.656000', '195707.658000', '195707.661000', '195707.664000', '195707.666000', '195707.669000', '195707.672000', '195707.674000', '195707.677000', '195707.680000', '195707.682000', '195707.685000', '195707.688000', '195707.690000', '195707.693000', '195707.695000', '195707.698000', '195707.701000', '195707.703000', '195707.706000', '195707.709000', '195707.711000', '195707.714000', '195707.717000', '195707.720000', '195707.722000', '195727.611000', '195727.614000', '195727.617000', '195727.619000', '195727.622000', '195727.624000', '195727.627000', '195727.630000', '195727.632000', '195727.635000', '195727.638000', '195727.641000', '195727.643000', '195727.646000', '195727.649000', '195727.652000', '195727.655000', '195727.658000', '195727.660000', '195727.663000', '195727.666000', '195727.668000', '195727.671000', '195727.674000', '195727.676000', '195727.679000', '195727.682000', '195727.685000', '195727.689000', '195727.691000', '195727.694000', '195727.697000', '195727.699000', '195727.702000', '195727.705000', '195727.707000', '195727.710000', '195727.713000', '195727.715000', '195727.718000', '195727.721000', '195727.723000', '195727.726000', '195727.729000', '195747.610000', '195747.613000', '195747.616000', '195747.619000', '195747.622000', '195747.624000', '195747.627000', '195747.629000', '195747.632000', '195747.635000', '195747.638000', '195747.640000', '195747.643000', '195747.646000', '195747.649000', '195747.651000', '195747.654000', '195747.657000', '195747.659000', '195747.662000', '195747.665000', '195747.667000', '195747.670000', '195747.672000', '195747.675000', '195747.678000', '195747.681000', '195747.683000', '195747.686000', '195747.689000', '195747.691000', '195747.694000', '195747.696000', '195747.699000', '195747.702000', '195747.704000', '195747.707000', '195747.710000', '195747.712000', '195747.715000', '195747.718000', '195747.721000', '195747.723000', '195807.611000', '195807.613000', '195807.616000', '195807.619000', '195807.622000', '195807.624000', '195807.627000', '195807.630000', '195807.632000', '195807.635000', '195807.638000', '195807.640000', '195807.643000', '195807.646000', '195807.648000', '195807.651000', '195807.654000', '195807.656000', '195807.659000', '195807.662000', '195807.664000', '195807.667000', '195807.670000', '195807.672000', '195807.675000', '195807.678000', '195807.681000', '195807.683000', '195807.686000', '195807.689000', '195807.691000', '195807.694000', '195807.696000', '195807.699000', '195807.702000', '195807.704000', '195807.707000', '195807.710000', '195807.724000', '195807.726000', '195807.729000', '195807.732000', '195807.734000', '195814.498000', '195814.501000', '195814.504000', '195814.507000', '195814.510000', '195814.512000', '195814.515000', '195814.517000', '195814.520000', '195814.523000', '195814.526000', '195814.528000', '195814.531000', '195814.533000', '195814.536000', '195814.539000'], 'InstanceCreationTime': ['195147.641000', '195147.645000', '195147.648000', '195147.650000', '195147.653000', '195147.656000', '195147.658000', '195147.661000', '195147.663000', '195147.666000', '195147.669000', '195147.672000', '195147.675000', '195147.678000', '195147.681000', '195147.683000', '195147.686000', '195147.688000', '195147.691000', '195147.694000', '195147.696000', '195147.707000', '195147.709000', '195147.712000', '195147.715000', '195147.717000', '195147.720000', '195147.722000', '195147.725000', '195147.727000', '195207.609000', '195207.612000', '195207.615000', '195207.618000', '195207.621000', '195207.628000', '195207.630000', '195207.633000', '195207.635000', '195207.638000', '195207.641000', '195207.643000', '195207.646000', '195207.649000', '195207.651000', '195207.654000', '195207.656000', '195207.659000', '195207.662000', '195207.664000', '195207.667000', '195207.669000', '195207.672000', '195207.675000', '195207.677000', '195207.693000', '195207.695000', '195207.698000', '195207.701000', '195207.703000', '195207.706000', '195207.708000', '195207.711000', '195207.714000', '195207.716000', '195207.719000', '195207.721000', '195207.724000', '195207.726000', '195207.729000', '195207.732000', '195207.734000', '195207.737000', '195207.740000', '195227.609000', '195227.619000', '195227.622000', '195227.624000', '195227.627000', '195227.630000', '195227.632000', '195227.635000', '195227.637000', '195227.640000', '195227.643000', '195227.645000', '195227.648000', '195227.651000', '195227.653000', '195227.656000', '195227.658000', '195227.661000', '195227.664000', '195227.666000', '195227.669000', '195227.671000', '195227.674000', '195227.676000', '195227.679000', '195227.682000', '195227.685000', '195227.687000', '195227.690000', '195227.693000', '195227.695000', '195227.698000', '195227.700000', '195227.703000', '195227.705000', '195227.708000', '195227.711000', '195227.713000', '195227.716000', '195227.719000', '195227.721000', '195227.724000', '195227.726000', '195247.610000', '195247.613000', '195247.616000', '195247.618000', '195247.621000', '195247.624000', '195247.626000', '195247.629000', '195247.631000', '195247.634000', '195247.637000', '195247.639000', '195247.642000', '195247.645000', '195247.647000', '195247.650000', '195247.652000', '195247.655000', '195247.658000', '195247.660000', '195247.663000', '195247.665000', '195247.668000', '195247.671000', '195247.673000', '195247.676000', '195247.678000', '195247.681000', '195247.684000', '195247.686000', '195247.689000', '195247.691000', '195247.694000', '195247.696000', '195247.699000', '195247.702000', '195247.704000', '195247.707000', '195247.710000', '195247.712000', '195247.715000', '195247.717000', '195247.720000', '195247.722000', '195307.611000', '195307.613000', '195307.616000', '195307.619000', '195307.621000', '195307.624000', '195307.626000', '195307.629000', '195307.632000', '195307.634000', '195307.637000', '195307.639000', '195307.642000', '195307.645000', '195307.647000', '195307.650000', '195307.652000', '195307.655000', '195307.657000', '195307.660000', '195307.663000', '195307.665000', '195307.668000', '195307.671000', '195307.673000', '195307.676000', '195307.679000', '195307.682000', '195307.684000', '195307.687000', '195307.690000', '195307.692000', '195307.695000', '195307.698000', '195307.701000', '195307.703000', '195307.706000', '195307.709000', '195307.711000', '195307.714000', '195307.717000', '195307.719000', '195307.722000', '195327.610000', '195327.613000', '195327.616000', '195327.619000', '195327.621000', '195327.624000', '195327.626000', '195327.629000', '195327.632000', '195327.635000', '195327.637000', '195327.640000', '195327.643000', '195327.645000', '195327.648000', '195327.651000', '195327.653000', '195327.656000', '195327.659000', '195327.661000', '195327.664000', '195327.666000', '195327.669000', '195327.672000', '195327.674000', '195327.677000', '195327.680000', '195327.682000', '195327.685000', '195327.688000', '195327.690000', '195327.693000', '195327.695000', '195327.698000', '195327.701000', '195327.703000', '195327.706000', '195327.709000', '195327.712000', '195327.714000', '195327.717000', '195327.719000', '195327.722000', '195327.725000', '195347.610000', '195347.613000', '195347.615000', '195347.618000', '195347.620000', '195347.623000', '195347.626000', '195347.629000', '195347.631000', '195347.634000', '195347.637000', '195347.640000', '195347.642000', '195347.645000', '195347.648000', '195347.650000', '195347.653000', '195347.655000', '195347.658000', '195347.661000', '195347.673000', '195347.676000', '195347.684000', '195347.686000', '195347.689000', '195347.691000', '195347.694000', '195347.697000', '195347.699000', '195347.702000', '195347.705000', '195347.707000', '195347.710000', '195347.712000', '195347.715000', '195347.718000', '195347.720000', '195347.723000', '195347.726000', '195347.728000', '195347.731000', '195347.733000', '195347.736000', '195407.609000', '195407.612000', '195407.615000', '195407.618000', '195407.620000', '195407.623000', '195407.626000', '195407.628000', '195407.631000', '195407.634000', '195407.636000', '195407.639000', '195407.642000', '195407.644000', '195407.647000', '195407.650000', '195407.652000', '195407.655000', '195407.658000', '195407.660000', '195407.663000', '195407.666000', '195407.668000', '195407.671000', '195407.674000', '195407.676000', '195407.679000', '195407.682000', '195407.684000', '195407.687000', '195407.690000', '195407.692000', '195407.695000', '195407.698000', '195407.700000', '195407.703000', '195407.706000', '195407.708000', '195407.711000', '195407.714000', '195407.716000', '195407.719000', '195407.721000', '195407.724000', '195427.610000', '195427.613000', '195427.615000', '195427.618000', '195427.620000', '195427.623000', '195427.626000', '195427.628000', '195427.631000', '195427.634000', '195427.636000', '195427.639000', '195427.642000', '195427.644000', '195427.647000', '195427.650000', '195427.652000', '195427.655000', '195427.658000', '195427.660000', '195427.663000', '195427.666000', '195427.668000', '195427.671000', '195427.674000', '195427.676000', '195427.679000', '195427.681000', '195427.684000', '195427.687000', '195427.689000', '195427.692000', '195427.695000', '195427.697000', '195427.700000', '195427.703000', '195427.705000', '195427.708000', '195427.711000', '195427.714000', '195427.717000', '195427.720000', '195427.722000', '195447.610000', '195447.612000', '195447.615000', '195447.618000', '195447.621000', '195447.623000', '195447.626000', '195447.629000', '195447.631000', '195447.634000', '195447.637000', '195447.639000', '195447.642000', '195447.644000', '195447.647000', '195447.650000', '195447.652000', '195447.655000', '195447.658000', '195447.660000', '195447.663000', '195447.666000', '195447.668000', '195447.671000', '195447.673000', '195447.676000', '195447.679000', '195447.681000', '195447.684000', '195447.687000', '195447.689000', '195447.692000', '195447.695000', '195447.697000', '195447.700000', '195447.702000', '195447.705000', '195447.708000', '195447.710000', '195447.713000', '195447.715000', '195447.718000', '195447.721000', '195447.723000', '195507.611000', '195507.613000', '195507.616000', '195507.619000', '195507.622000', '195507.624000', '195507.627000', '195507.630000', '195507.632000', '195507.635000', '195507.638000', '195507.640000', '195507.643000', '195507.646000', '195507.648000', '195507.651000', '195507.654000', '195507.656000', '195507.659000', '195507.661000', '195507.664000', '195507.667000', '195507.669000', '195507.672000', '195507.675000', '195507.677000', '195507.680000', '195507.683000', '195507.685000', '195507.688000', '195507.691000', '195507.693000', '195507.696000', '195507.699000', '195507.701000', '195507.704000', '195507.707000', '195507.709000', '195507.712000', '195507.715000', '195507.717000', '195507.720000', '195507.723000', '195527.611000', '195527.614000', '195527.625000', '195527.628000', '195527.630000', '195527.633000', '195527.636000', '195527.638000', '195527.641000', '195527.644000', '195527.646000', '195527.649000', '195527.651000', '195527.654000', '195527.657000', '195527.660000', '195527.662000', '195527.665000', '195527.668000', '195527.670000', '195527.673000', '195527.676000', '195527.678000', '195527.681000', '195527.683000', '195527.686000', '195527.689000', '195527.691000', '195527.694000', '195527.697000', '195527.699000', '195527.702000', '195527.705000', '195527.707000', '195527.710000', '195527.713000', '195527.715000', '195527.718000', '195527.721000', '195527.723000', '195527.726000', '195527.728000', '195527.731000', '195527.734000', '195547.611000', '195547.613000', '195547.616000', '195547.619000', '195547.622000', '195547.624000', '195547.627000', '195547.629000', '195547.632000', '195547.635000', '195547.637000', '195547.640000', '195547.643000', '195547.645000', '195547.648000', '195547.651000', '195547.653000', '195547.656000', '195547.659000', '195547.661000', '195547.664000', '195547.667000', '195547.669000', '195547.672000', '195547.675000', '195547.677000', '195547.680000', '195547.683000', '195547.685000', '195547.688000', '195547.691000', '195547.693000', '195547.696000', '195547.699000', '195547.701000', '195547.704000', '195547.706000', '195547.709000', '195547.712000', '195547.714000', '195547.717000', '195547.720000', '195547.722000', '195607.611000', '195607.614000', '195607.617000', '195607.619000', '195607.622000', '195607.625000', '195607.627000', '195607.630000', '195607.633000', '195607.635000', '195607.638000', '195607.640000', '195607.643000', '195607.646000', '195607.648000', '195607.651000', '195607.654000', '195607.656000', '195607.659000', '195607.662000', '195607.665000', '195607.667000', '195607.670000', '195607.673000', '195607.675000', '195607.678000', '195607.681000', '195607.683000', '195607.686000', '195607.689000', '195607.691000', '195607.694000', '195607.697000', '195607.699000', '195607.702000', '195607.705000', '195607.707000', '195607.710000', '195607.713000', '195607.715000', '195607.718000', '195607.721000', '195607.723000', '195607.726000', '195627.609000', '195627.612000', '195627.615000', '195627.618000', '195627.620000', '195627.623000', '195627.626000', '195627.628000', '195627.631000', '195627.633000', '195627.636000', '195627.639000', '195627.642000', '195627.644000', '195627.647000', '195627.650000', '195627.653000', '195627.655000', '195627.658000', '195627.661000', '195627.663000', '195627.666000', '195627.669000', '195627.671000', '195627.674000', '195627.676000', '195627.679000', '195627.682000', '195627.684000', '195627.687000', '195627.690000', '195627.692000', '195627.695000', '195627.698000', '195627.700000', '195627.703000', '195627.706000', '195627.708000', '195627.711000', '195627.714000', '195627.716000', '195627.719000', '195627.722000', '195647.610000', '195647.612000', '195647.615000', '195647.618000', '195647.620000', '195647.623000', '195647.625000', '195647.628000', '195647.631000', '195647.633000', '195647.636000', '195647.639000', '195647.641000', '195647.644000', '195647.647000', '195647.649000', '195647.652000', '195647.655000', '195647.657000', '195647.660000', '195647.662000', '195647.665000', '195647.668000', '195647.670000', '195647.673000', '195647.676000', '195647.678000', '195647.691000', '195647.694000', '195647.697000', '195647.699000', '195647.702000', '195647.704000', '195647.707000', '195647.710000', '195647.712000', '195647.715000', '195647.717000', '195647.720000', '195647.723000', '195647.725000', '195647.728000', '195647.731000', '195647.733000', '195707.609000', '195707.613000', '195707.615000', '195707.618000', '195707.621000', '195707.624000', '195707.626000', '195707.629000', '195707.631000', '195707.634000', '195707.637000', '195707.639000', '195707.642000', '195707.645000', '195707.648000', '195707.650000', '195707.653000', '195707.656000', '195707.658000', '195707.661000', '195707.664000', '195707.666000', '195707.669000', '195707.672000', '195707.674000', '195707.677000', '195707.680000', '195707.682000', '195707.685000', '195707.688000', '195707.690000', '195707.693000', '195707.695000', '195707.698000', '195707.701000', '195707.703000', '195707.706000', '195707.709000', '195707.711000', '195707.714000', '195707.717000', '195707.720000', '195707.722000', '195727.611000', '195727.614000', '195727.617000', '195727.619000', '195727.622000', '195727.624000', '195727.627000', '195727.630000', '195727.632000', '195727.635000', '195727.638000', '195727.641000', '195727.643000', '195727.646000', '195727.649000', '195727.652000', '195727.655000', '195727.658000', '195727.660000', '195727.663000', '195727.666000', '195727.668000', '195727.671000', '195727.674000', '195727.676000', '195727.679000', '195727.682000', '195727.685000', '195727.689000', '195727.691000', '195727.694000', '195727.697000', '195727.699000', '195727.702000', '195727.705000', '195727.707000', '195727.710000', '195727.713000', '195727.715000', '195727.718000', '195727.721000', '195727.723000', '195727.726000', '195727.729000', '195747.610000', '195747.613000', '195747.616000', '195747.619000', '195747.622000', '195747.624000', '195747.627000', '195747.629000', '195747.632000', '195747.635000', '195747.638000', '195747.640000', '195747.643000', '195747.646000', '195747.649000', '195747.651000', '195747.654000', '195747.657000', '195747.659000', '195747.662000', '195747.665000', '195747.667000', '195747.670000', '195747.672000', '195747.675000', '195747.678000', '195747.681000', '195747.683000', '195747.686000', '195747.689000', '195747.691000', '195747.694000', '195747.696000', '195747.699000', '195747.702000', '195747.704000', '195747.707000', '195747.710000', '195747.712000', '195747.715000', '195747.718000', '195747.721000', '195747.723000', '195807.611000', '195807.613000', '195807.616000', '195807.619000', '195807.622000', '195807.624000', '195807.627000', '195807.630000', '195807.632000', '195807.635000', '195807.638000', '195807.640000', '195807.643000', '195807.646000', '195807.648000', '195807.651000', '195807.654000', '195807.656000', '195807.659000', '195807.662000', '195807.664000', '195807.667000', '195807.670000', '195807.672000', '195807.675000', '195807.678000', '195807.681000', '195807.683000', '195807.686000', '195807.689000', '195807.691000', '195807.694000', '195807.696000', '195807.699000', '195807.702000', '195807.704000', '195807.707000', '195807.710000', '195807.724000', '195807.726000', '195807.729000', '195807.732000', '195807.734000', '195814.498000', '195814.501000', '195814.504000', '195814.507000', '195814.510000', '195814.512000', '195814.515000', '195814.517000', '195814.520000', '195814.523000', '195814.526000', '195814.528000', '195814.531000', '195814.533000', '195814.536000', '195814.539000'], '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': [7354, 9128, 7524, 8979, 10365, 9783, 8991, 9022, 8503, 9060, 8441, 8691, 8890, 9357, 8871, 7970, 8484, 8876, 8545, 8759, 8870, 7764, 8900, 8022, 8557, 8990, 8470, 8639, 8930, 9390, 8984, 7821, 8457, 8769, 8081, 8302, 8788, 8650, 8464, 8566, 7838, 8150, 7720, 8787, 8882, 8875, 9021, 8792, 9294, 8037, 8958, 9068, 10224, 8764, 9083, 8268, 9062, 7928, 8673, 8938, 8749, 8701, 9087, 8228, 9021, 8512, 8716, 8963, 8577, 8982, 8951, 8480, 9140, 8005, 9026, 9084, 7900, 9135, 8347, 8825, 9193, 8098, 8652, 8984, 9088, 8896, 8868, 8482, 9162, 7713, 8811, 7582, 8058, 8465, 8723, 8637, 8247, 9324, 8196, 9072, 9693, 8874, 9131, 8582, 8764, 8979, 8878, 9010, 8058, 8641, 8927, 9256, 8874, 7762, 8619, 8947, 8114, 8806, 8876, 8734, 8778, 7648, 8774, 8723, 7753, 8779, 8815, 8097, 8917, 7914, 8497, 9002, 8642, 8758, 9020, 7778, 9129, 8123, 8582, 9025, 8085, 8969, 9349, 9036, 8044, 8945, 8983, 7542, 9283, 8127, 8645, 8850, 7837, 9061, 8301, 8078, 8661, 7713, 8391, 10143, 7614, 7240, 7922, 8224, 10630, 8551, 9653, 9827, 8937, 9335, 7606, 8648, 10389, 8230, 8885, 8174, 8725, 9034, 8110, 8762, 8289, 8930, 9388, 7403, 9033, 9759, 8532, 8596, 8580, 8745, 8496, 7496, 8933, 9698, 8228, 8836, 9715, 8866, 8503, 7232, 9042, 8667, 7378, 9086, 10021, 8508, 8789, 7202, 8933, 8207, 7578, 8876, 9541, 7363, 9216, 9885, 8465, 8260, 9211, 7462, 9086, 7792, 7153, 7620, 7474, 7548, 7867, 10020, 8845, 8451, 8937, 7792, 8141, 9052, 8116, 7994, 9474, 8628, 8345, 7599, 8387, 8558, 8037, 8352, 8678, 8479, 8393, 7854, 8655, 7609, 8001, 8552, 9001, 8396, 7995, 8010, 8801, 10822, 9081, 8570, 8039, 6902, 7734, 8013, 12757, 8144, 7764, 8812, 8069, 8423, 7731, 7853, 10762, 8193, 7909, 7746, 8213, 8901, 8083, 7910, 7314, 8064, 8510, 7999, 8174, 10715, 8363, 8985, 7831, 8317, 10211, 7850, 7485, 7905, 7634, 10201, 8438, 8248, 7434, 8752, 9531, 8605, 9157, 8076, 7123, 7303, 8481, 8221, 9088, 8576, 8359, 9869, 8553, 8371, 8850, 8735, 8562, 7639, 8793, 8174, 8560, 9351, 7930, 7728, 7711, 8173, 10618, 8179, 9909, 12781, 8042, 8308, 10272, 8149, 8617, 7915, 7999, 8962, 8108, 7799, 9439, 8058, 7767, 8169, 8430, 7908, 7999, 7922, 8005, 8358, 7859, 7445, 8311, 7806, 7749, 8131, 8137, 8447, 8029, 7875, 8573, 8030, 8060, 8160, 8183, 8474, 7225, 7474, 8557, 7864, 8007, 8766, 9184, 8406, 7874, 7611, 8866, 7964, 7657, 8709, 8179, 8005, 9135, 8406, 7886, 8692, 7816, 8187, 8964, 10012, 8044, 8758, 9597, 8291, 8715, 10066, 8073, 8327, 7690, 8031, 7754, 7164, 8321, 8453, 7202, 8388, 8196, 7724, 7087, 8594, 7746, 7732, 7321, 7267, 7971, 8033, 8129, 11199, 7446, 7844, 10807, 7391, 7994, 9797, 7965, 8052, 11193, 8069, 8042, 7405, 8195, 8366, 7562, 7941, 9458, 8443, 8051, 8282, 8551, 9268, 8305, 7829, 7486, 8296, 6396, 8073, 8077, 7750, 7710, 8020, 7963, 9157, 7534, 8037, 10405, 8034, 9426, 7500, 7846, 9615, 8058, 8007, 10358, 8461, 10320, 8226, 7998, 9392, 7771, 6538, 8307, 7367, 8166, 8801, 11195, 8312, 9253, 8087, 7929, 9309, 8406, 8623, 7491, 7920, 8104, 8186, 8472, 8366, 7479, 7117, 8164, 9634, 8096, 7814, 6968, 8209, 9740, 7878, 8314, 9644, 8200, 10302, 7945, 8129, 9961, 8230, 8929, 8946, 8535, 9648, 7646, 8108, 10587, 8299, 8059, 8238, 8485, 8777, 7347, 8441, 8627, 8324, 7572, 6716, 8579, 8489, 8030, 8292, 8737, 8518, 9213, 8027, 7848, 6781, 8541, 8749, 7990, 7730, 8473, 8633, 10666, 9186, 11129, 8419, 7610, 8367, 8841, 11643, 7208, 7763, 10538, 7391, 8242, 10983, 7458, 7513, 8795, 7928, 8933, 7314, 7909, 7227, 8757, 9609, 8748, 8189, 8038, 7625, 8499, 8662, 12263, 7906, 9579, 7135, 8090, 9581, 7940, 8134, 10834, 8382, 8236, 11394, 8325, 9144, 7106, 8258, 8400, 8005, 8010, 9298, 8515, 8094, 7480, 8342, 9031, 8051, 8391, 7857, 8439, 9658, 8447, 8520, 7987, 8524, 7607, 8700, 8086, 7042, 8804, 9388, 7443, 8796, 10598, 8223, 8726, 10701, 7593, 10688, 13521, 8526, 8585, 6638, 8745, 8157, 7197, 8276, 7742, 8990, 7422, 7978, 13732, 7433, 7707, 12660, 7703, 7962, 12834, 8135, 10650, 7701, 8825, 8364, 8209, 8086, 8087, 8543, 13594, 7747, 8018, 12741, 7813, 8276, 11822, 8085, 8754, 8031, 8152, 9812, 7545, 8058, 11127, 8227, 10451, 7693, 8313, 8139, 8023, 10511, 8538, 8178, 12540, 7956, 8259, 10541, 8193, 9304, 7848, 8255, 9184, 7554, 8517, 8443, 7258, 7389, 8029, 8754, 8062, 12384, 7450, 8326, 13441, 7108, 8320, 10837, 7106, 9064, 7607, 7962, 10599, 7393, 8213, 7218, 7623, 8846, 7486, 7894, 10069, 7944, 9076, 7292, 7902, 10560, 7828, 8033, 11580, 7994, 9444, 7992, 8032, 10746, 7801, 8098, 11737, 7964, 9380, 8131, 8185, 11985, 8506, 11506, 7838, 8505, 8369, 8384, 8304, 8406, 9790, 7579, 8342, 11216, 7825, 8987, 10697, 8298, 6717, 8347, 10461, 8361, 10599, 8223, 8096, 11591, 7833, 8134, 13320, 8243, 8191, 12830, 8360, 9252, 7808, 8367, 9776, 8399, 8715, 8039, 8746, 10283, 8453, 9775, 8030, 8606, 9893, 8286, 8513, 8659, 8471, 10245, 8416, 9404, 8465, 8794, 11210, 8483, 8667, 8258, 8490, 11084, 8345, 9698, 8481, 8493, 10445, 8505, 8496, 8484, 8799, 10476, 8351, 9540, 7752, 8405, 10604, 8219, 9514, 7482, 7426, 8078, 8088, 7552, 8562, 8400, 8657, 11144, 7858, 8718, 11524, 8616, 8883, 8280, 8738, 11080, 8481, 9447, 7875, 8814, 9076, 8501, 9271, 8452, 8814, 10018, 8731, 10542, 7906, 8918, 8893, 8522, 8885, 7528, 8738, 10278, 8489, 8969, 8281, 8671, 10180, 8502, 8732, 11505, 8474, 10252, 8238, 8706, 11748, 8521, 8557, 8956, 8751, 9292, 8151, 8936, 11526, 8502, 9702, 8017, 10368, 8387, 7819, 7992, 8291, 8272], 'WindowCenter': [3587.0, 3593.0, 3568.0, 3567.0, 3577.0, 3575.0, 3552.0, 3551.0, 3550.0, 3550.0, 3538.0, 3538.0, 3549.0, 3562.0, 3550.0, 3539.0, 3537.0, 3548.0, 3537.0, 3537.0, 3549.0, 3539.0, 3549.0, 3538.0, 3537.0, 3548.0, 3537.0, 3537.0, 3549.0, 3548.0, 3548.0, 3526.0, 3537.0, 3548.0, 3537.0, 3538.0, 3549.0, 3551.0, 3552.0, 3552.0, 3552.0, 3555.0, 3542.0, 3565.0, 3564.0, 3563.0, 3562.0, 3563.0, 3564.0, 3551.0, 3550.0, 3551.0, 3559.0, 3549.0, 3549.0, 3537.0, 3548.0, 3537.0, 3537.0, 3548.0, 3536.0, 3536.0, 3537.0, 3536.0, 3537.0, 3537.0, 3536.0, 3547.0, 3536.0, 3547.0, 3549.0, 3549.0, 3560.0, 3538.0, 3548.0, 3549.0, 3537.0, 3560.0, 3550.0, 3549.0, 3560.0, 3538.0, 3548.0, 3549.0, 3549.0, 3549.0, 3563.0, 3563.0, 3562.0, 3554.0, 3561.0, 3554.0, 3555.0, 3564.0, 3564.0, 3564.0, 3565.0, 3576.0, 3563.0, 3577.0, 3563.0, 3563.0, 3561.0, 3551.0, 3562.0, 3562.0, 3551.0, 3551.0, 3550.0, 3550.0, 3562.0, 3563.0, 3562.0, 3540.0, 3549.0, 3549.0, 3538.0, 3549.0, 3550.0, 3549.0, 3550.0, 3539.0, 3548.0, 3548.0, 3527.0, 3548.0, 3549.0, 3538.0, 3549.0, 3539.0, 3548.0, 3549.0, 3548.0, 3548.0, 3549.0, 3537.0, 3549.0, 3538.0, 3550.0, 3551.0, 3539.0, 3549.0, 3548.0, 3548.0, 3536.0, 3547.0, 3549.0, 3537.0, 3548.0, 3539.0, 3549.0, 3550.0, 3537.0, 3549.0, 3554.0, 3554.0, 3564.0, 3541.0, 3542.0, 3547.0, 3543.0, 3541.0, 3540.0, 3540.0, 3560.0, 3538.0, 3549.0, 3547.0, 3535.0, 3536.0, 3514.0, 3537.0, 3547.0, 3537.0, 3538.0, 3537.0, 3536.0, 3536.0, 3525.0, 3537.0, 3525.0, 3537.0, 3549.0, 3527.0, 3550.0, 3548.0, 3537.0, 3537.0, 3536.0, 3536.0, 3537.0, 3515.0, 3537.0, 3548.0, 3526.0, 3536.0, 3547.0, 3535.0, 3536.0, 3513.0, 3535.0, 3536.0, 3514.0, 3535.0, 3547.0, 3537.0, 3537.0, 3515.0, 3536.0, 3524.0, 3524.0, 3536.0, 3536.0, 3515.0, 3547.0, 3548.0, 3537.0, 3540.0, 3552.0, 3530.0, 3538.0, 3529.0, 3518.0, 3527.0, 3529.0, 3540.0, 3539.0, 3563.0, 3551.0, 3540.0, 3539.0, 3526.0, 3525.0, 3535.0, 3525.0, 3526.0, 3546.0, 3538.0, 3538.0, 3527.0, 3537.0, 3536.0, 3526.0, 3537.0, 3537.0, 3537.0, 3538.0, 3538.0, 3537.0, 3526.0, 3538.0, 3549.0, 3549.0, 3539.0, 3541.0, 3541.0, 3564.0, 3576.0, 3541.0, 3552.0, 3540.0, 3528.0, 3528.0, 3540.0, 3571.0, 3527.0, 3527.0, 3535.0, 3525.0, 3525.0, 3526.0, 3526.0, 3548.0, 3525.0, 3526.0, 3513.0, 3524.0, 3536.0, 3524.0, 3525.0, 3514.0, 3525.0, 3527.0, 3525.0, 3537.0, 3561.0, 3538.0, 3551.0, 3529.0, 3540.0, 3549.0, 3539.0, 3529.0, 3539.0, 3539.0, 3561.0, 3553.0, 3553.0, 3542.0, 3552.0, 3549.0, 3538.0, 3551.0, 3542.0, 3530.0, 3542.0, 3553.0, 3553.0, 3551.0, 3540.0, 3539.0, 3548.0, 3538.0, 3539.0, 3538.0, 3539.0, 3540.0, 3530.0, 3540.0, 3540.0, 3553.0, 3553.0, 3540.0, 3540.0, 3529.0, 3538.0, 3549.0, 3526.0, 3538.0, 3557.0, 3513.0, 3524.0, 3533.0, 3511.0, 3523.0, 3511.0, 3512.0, 3522.0, 3511.0, 3512.0, 3522.0, 3511.0, 3511.0, 3512.0, 3511.0, 3510.0, 3511.0, 3511.0, 3511.0, 3522.0, 3513.0, 3511.0, 3523.0, 3512.0, 3513.0, 3524.0, 3523.0, 3523.0, 3525.0, 3523.0, 3525.0, 3526.0, 3526.0, 3526.0, 3525.0, 3537.0, 3526.0, 3527.0, 3537.0, 3526.0, 3539.0, 3550.0, 3550.0, 3539.0, 3540.0, 3527.0, 3538.0, 3527.0, 3528.0, 3551.0, 3554.0, 3545.0, 3553.0, 3553.0, 3542.0, 3552.0, 3530.0, 3541.0, 3552.0, 3551.0, 3529.0, 3539.0, 3550.0, 3539.0, 3541.0, 3551.0, 3528.0, 3540.0, 3527.0, 3528.0, 3528.0, 3517.0, 3539.0, 3540.0, 3530.0, 3553.0, 3540.0, 3541.0, 3530.0, 3555.0, 3543.0, 3556.0, 3556.0, 3544.0, 3544.0, 3543.0, 3545.0, 3565.0, 3529.0, 3530.0, 3551.0, 3517.0, 3528.0, 3548.0, 3527.0, 3528.0, 3561.0, 3528.0, 3527.0, 3515.0, 3526.0, 3525.0, 3515.0, 3526.0, 3536.0, 3526.0, 3527.0, 3527.0, 3527.0, 3539.0, 3538.0, 3527.0, 3517.0, 3527.0, 3505.0, 3527.0, 3528.0, 3541.0, 3530.0, 3528.0, 3529.0, 3538.0, 3529.0, 3540.0, 3549.0, 3526.0, 3538.0, 3514.0, 3527.0, 3537.0, 3526.0, 3526.0, 3548.0, 3537.0, 3550.0, 3540.0, 3529.0, 3537.0, 3527.0, 3504.0, 3525.0, 3514.0, 3526.0, 3538.0, 3558.0, 3526.0, 3536.0, 3525.0, 3526.0, 3536.0, 3526.0, 3538.0, 3542.0, 3545.0, 3540.0, 3540.0, 3537.0, 3537.0, 3527.0, 3516.0, 3539.0, 3550.0, 3539.0, 3528.0, 3517.0, 3539.0, 3550.0, 3540.0, 3540.0, 3549.0, 3538.0, 3549.0, 3527.0, 3527.0, 3548.0, 3527.0, 3539.0, 3538.0, 3539.0, 3549.0, 3517.0, 3527.0, 3548.0, 3526.0, 3527.0, 3524.0, 3525.0, 3525.0, 3515.0, 3527.0, 3536.0, 3526.0, 3526.0, 3516.0, 3537.0, 3536.0, 3526.0, 3526.0, 3537.0, 3538.0, 3549.0, 3527.0, 3526.0, 3517.0, 3538.0, 3537.0, 3528.0, 3541.0, 3555.0, 3554.0, 3565.0, 3555.0, 3563.0, 3554.0, 3542.0, 3555.0, 3553.0, 3563.0, 3530.0, 3531.0, 3549.0, 3517.0, 3538.0, 3549.0, 3527.0, 3528.0, 3537.0, 3539.0, 3551.0, 3529.0, 3528.0, 3527.0, 3553.0, 3553.0, 3543.0, 3553.0, 3544.0, 3544.0, 3554.0, 3556.0, 3588.0, 3544.0, 3551.0, 3518.0, 3527.0, 3537.0, 3527.0, 3526.0, 3547.0, 3525.0, 3527.0, 3558.0, 3526.0, 3536.0, 3502.0, 3524.0, 3524.0, 3513.0, 3524.0, 3535.0, 3526.0, 3525.0, 3514.0, 3525.0, 3536.0, 3526.0, 3527.0, 3527.0, 3539.0, 3548.0, 3539.0, 3552.0, 3538.0, 3540.0, 3526.0, 3538.0, 3528.0, 3518.0, 3540.0, 3549.0, 3527.0, 3538.0, 3549.0, 3526.0, 3537.0, 3560.0, 3532.0, 3554.0, 3559.0, 3527.0, 3531.0, 3466.0, 3503.0, 3507.0, 3515.0, 3524.0, 3526.0, 3536.0, 3517.0, 3528.0, 3570.0, 3514.0, 3514.0, 3557.0, 3514.0, 3526.0, 3570.0, 3527.0, 3548.0, 3516.0, 3536.0, 3525.0, 3540.0, 3527.0, 3528.0, 3540.0, 3570.0, 3515.0, 3515.0, 3556.0, 3514.0, 3525.0, 3546.0, 3514.0, 3524.0, 3514.0, 3514.0, 3535.0, 3514.0, 3514.0, 3546.0, 3526.0, 3536.0, 3513.0, 3512.0, 3512.0, 3513.0, 3534.0, 3511.0, 3512.0, 3543.0, 3500.0, 3511.0, 3532.0, 3510.0, 3521.0, 3511.0, 3511.0, 3535.0, 3517.0, 3527.0, 3512.0, 3505.0, 3514.0, 3514.0, 3523.0, 3514.0, 3544.0, 3501.0, 3513.0, 3544.0, 3490.0, 3511.0, 3531.0, 3491.0, 3523.0, 3514.0, 3514.0, 3534.0, 3502.0, 3512.0, 3501.0, 3513.0, 3524.0, 3514.0, 3528.0, 3550.0, 3540.0, 3550.0, 3516.0, 3527.0, 3547.0, 3529.0, 3541.0, 3561.0, 3528.0, 3537.0, 3526.0, 3526.0, 3547.0, 3514.0, 3515.0, 3545.0, 3514.0, 3536.0, 3525.0, 3526.0, 3558.0, 3526.0, 3548.0, 3514.0, 3525.0, 3525.0, 3527.0, 3527.0, 3528.0, 3549.0, 3527.0, 3539.0, 3574.0, 3531.0, 3541.0, 3551.0, 3517.0, 3517.0, 3527.0, 3547.0, 3526.0, 3547.0, 3524.0, 3514.0, 3545.0, 3512.0, 3511.0, 3555.0, 3511.0, 3512.0, 3556.0, 3524.0, 3523.0, 3500.0, 3524.0, 3548.0, 3525.0, 3524.0, 3524.0, 3523.0, 3533.0, 3512.0, 3533.0, 3511.0, 3522.0, 3522.0, 3512.0, 3524.0, 3523.0, 3524.0, 3535.0, 3525.0, 3536.0, 3513.0, 3524.0, 3545.0, 3523.0, 3523.0, 3513.0, 3525.0, 3547.0, 3526.0, 3536.0, 3524.0, 3525.0, 3535.0, 3523.0, 3524.0, 3524.0, 3525.0, 3534.0, 3524.0, 3535.0, 3513.0, 3525.0, 3547.0, 3539.0, 3537.0, 3517.0, 3530.0, 3529.0, 3528.0, 3529.0, 3538.0, 3537.0, 3537.0, 3560.0, 3526.0, 3526.0, 3546.0, 3524.0, 3536.0, 3523.0, 3525.0, 3558.0, 3537.0, 3548.0, 3525.0, 3537.0, 3536.0, 3526.0, 3536.0, 3526.0, 3537.0, 3550.0, 3538.0, 3548.0, 3525.0, 3536.0, 3535.0, 3525.0, 3535.0, 3513.0, 3537.0, 3548.0, 3536.0, 3537.0, 3526.0, 3537.0, 3547.0, 3535.0, 3526.0, 3546.0, 3526.0, 3548.0, 3526.0, 3538.0, 3556.0, 3525.0, 3524.0, 3534.0, 3525.0, 3535.0, 3526.0, 3538.0, 3571.0, 3539.0, 3552.0, 3532.0, 3541.0, 3513.0, 3529.0, 3526.0, 3525.0, 3524.0], 'WindowWidth': [8138.0, 8137.0, 8093.0, 8089.0, 8103.0, 8095.0, 8059.0, 8055.0, 8050.0, 8051.0, 8033.0, 8031.0, 8049.0, 8072.0, 8054.0, 8038.0, 8030.0, 8045.0, 8030.0, 8029.0, 8049.0, 8036.0, 8048.0, 8032.0, 8029.0, 8046.0, 8031.0, 8029.0, 8047.0, 8046.0, 8046.0, 8015.0, 8028.0, 8046.0, 8030.0, 8032.0, 8050.0, 8057.0, 8058.0, 8058.0, 8059.0, 8066.0, 8044.0, 8081.0, 8078.0, 8076.0, 8071.0, 8076.0, 8081.0, 8054.0, 8053.0, 8055.0, 8064.0, 8047.0, 8050.0, 8031.0, 8044.0, 8032.0, 8028.0, 8044.0, 8029.0, 8026.0, 8028.0, 8026.0, 8028.0, 8030.0, 8027.0, 8042.0, 8027.0, 8042.0, 8049.0, 8052.0, 8066.0, 8035.0, 8048.0, 8050.0, 8032.0, 8064.0, 8053.0, 8050.0, 8067.0, 8034.0, 8047.0, 8049.0, 8049.0, 8051.0, 8075.0, 8076.0, 8072.0, 8066.0, 8071.0, 8067.0, 8066.0, 8079.0, 8079.0, 8077.0, 8081.0, 8098.0, 8078.0, 8100.0, 8078.0, 8072.0, 8068.0, 8056.0, 8073.0, 8073.0, 8056.0, 8055.0, 8055.0, 8051.0, 8071.0, 8077.0, 8071.0, 8042.0, 8050.0, 8050.0, 8034.0, 8048.0, 8053.0, 8050.0, 8052.0, 8036.0, 8045.0, 8046.0, 8017.0, 8045.0, 8048.0, 8033.0, 8049.0, 8037.0, 8046.0, 8049.0, 8048.0, 8047.0, 8048.0, 8031.0, 8046.0, 8033.0, 8052.0, 8054.0, 8038.0, 8049.0, 8045.0, 8044.0, 8027.0, 8041.0, 8047.0, 8030.0, 8046.0, 8036.0, 8047.0, 8052.0, 8031.0, 8048.0, 8063.0, 8065.0, 8078.0, 8042.0, 8040.0, 8036.0, 8047.0, 8041.0, 8037.0, 8036.0, 8062.0, 8029.0, 8048.0, 8040.0, 8021.0, 8025.0, 7992.0, 8027.0, 8041.0, 8028.0, 8030.0, 8027.0, 8025.0, 8025.0, 8008.0, 8027.0, 8010.0, 8026.0, 8046.0, 8014.0, 8050.0, 8044.0, 8027.0, 8027.0, 8024.0, 8024.0, 8027.0, 7996.0, 8025.0, 8043.0, 8011.0, 8025.0, 8040.0, 8021.0, 8025.0, 7990.0, 8020.0, 8024.0, 7991.0, 8022.0, 8042.0, 8027.0, 8028.0, 7994.0, 8022.0, 8007.0, 8006.0, 8023.0, 8025.0, 7996.0, 8040.0, 8044.0, 8026.0, 8037.0, 8054.0, 8021.0, 8029.0, 8018.0, 8001.0, 8011.0, 8022.0, 8036.0, 8034.0, 8072.0, 8054.0, 8037.0, 8034.0, 8010.0, 8009.0, 8023.0, 8008.0, 8012.0, 8037.0, 8029.0, 8033.0, 8014.0, 8028.0, 8025.0, 8010.0, 8027.0, 8028.0, 8028.0, 8031.0, 8032.0, 8029.0, 8014.0, 8030.0, 8046.0, 8046.0, 8034.0, 8040.0, 8040.0, 8073.0, 8090.0, 8036.0, 8056.0, 8037.0, 8017.0, 8017.0, 8037.0, 8079.0, 8013.0, 8013.0, 8020.0, 8006.0, 8009.0, 8011.0, 8012.0, 8042.0, 8009.0, 8010.0, 7990.0, 8005.0, 8023.0, 8004.0, 8007.0, 7991.0, 8008.0, 8013.0, 8008.0, 8027.0, 8068.0, 8031.0, 8055.0, 8022.0, 8038.0, 8045.0, 8034.0, 8021.0, 8034.0, 8035.0, 8066.0, 8058.0, 8061.0, 8043.0, 8054.0, 8047.0, 8030.0, 8051.0, 8043.0, 8023.0, 8044.0, 8060.0, 8061.0, 8051.0, 8034.0, 8034.0, 8041.0, 8029.0, 8032.0, 8031.0, 8030.0, 8036.0, 8020.0, 8034.0, 8034.0, 8059.0, 8056.0, 8035.0, 8036.0, 8019.0, 8029.0, 8043.0, 8009.0, 8030.0, 8053.0, 7987.0, 8002.0, 8011.0, 7981.0, 7999.0, 7981.0, 7984.0, 7999.0, 7982.0, 7983.0, 7998.0, 7980.0, 7982.0, 7983.0, 7980.0, 7980.0, 7980.0, 7981.0, 7981.0, 7997.0, 7987.0, 7983.0, 7999.0, 7987.0, 7986.0, 8004.0, 8001.0, 8002.0, 8006.0, 8002.0, 8006.0, 8012.0, 8010.0, 8010.0, 8007.0, 8026.0, 8011.0, 8013.0, 8026.0, 8013.0, 8035.0, 8050.0, 8049.0, 8032.0, 8035.0, 8013.0, 8029.0, 8015.0, 8016.0, 8052.0, 8060.0, 8049.0, 8055.0, 8057.0, 8041.0, 8054.0, 8022.0, 8038.0, 8055.0, 8052.0, 8016.0, 8031.0, 8047.0, 8032.0, 8037.0, 8053.0, 8018.0, 8032.0, 8013.0, 8015.0, 8015.0, 7999.0, 8031.0, 8034.0, 8023.0, 8058.0, 8036.0, 8038.0, 8022.0, 8062.0, 8045.0, 8067.0, 8071.0, 8049.0, 8046.0, 8043.0, 8050.0, 8078.0, 8019.0, 8018.0, 8051.0, 7997.0, 8013.0, 8042.0, 8011.0, 8015.0, 8063.0, 8014.0, 8012.0, 7991.0, 8007.0, 8005.0, 7991.0, 8007.0, 8022.0, 8007.0, 8012.0, 8011.0, 8011.0, 8031.0, 8028.0, 8011.0, 7996.0, 8011.0, 7979.0, 8012.0, 8016.0, 8039.0, 8022.0, 8016.0, 8016.0, 8029.0, 8017.0, 8033.0, 8044.0, 8011.0, 8027.0, 7991.0, 8010.0, 8025.0, 8007.0, 8010.0, 8041.0, 8026.0, 8048.0, 8034.0, 8017.0, 8022.0, 8013.0, 7980.0, 8006.0, 7990.0, 8008.0, 8031.0, 8055.0, 8009.0, 8022.0, 8006.0, 8009.0, 8022.0, 8008.0, 8029.0, 8042.0, 8050.0, 8035.0, 8037.0, 8027.0, 8026.0, 8015.0, 7999.0, 8032.0, 8049.0, 8032.0, 8018.0, 8001.0, 8032.0, 8050.0, 8034.0, 8034.0, 8045.0, 8028.0, 8044.0, 8011.0, 8012.0, 8040.0, 8011.0, 8030.0, 8026.0, 8030.0, 8045.0, 7998.0, 8012.0, 8040.0, 8007.0, 8010.0, 8003.0, 8004.0, 8007.0, 7992.0, 8010.0, 8021.0, 8008.0, 8010.0, 7995.0, 8024.0, 8023.0, 8008.0, 8011.0, 8024.0, 8028.0, 8045.0, 8011.0, 8010.0, 7998.0, 8029.0, 8027.0, 8014.0, 8038.0, 8063.0, 8058.0, 8074.0, 8058.0, 8065.0, 8061.0, 8042.0, 8064.0, 8058.0, 8073.0, 8022.0, 8023.0, 8044.0, 7998.0, 8029.0, 8043.0, 8013.0, 8016.0, 8024.0, 8030.0, 8052.0, 8017.0, 8016.0, 8014.0, 8056.0, 8053.0, 8042.0, 8058.0, 8046.0, 8049.0, 8062.0, 8066.0, 8114.0, 8047.0, 8049.0, 8002.0, 8013.0, 8026.0, 8012.0, 8010.0, 8040.0, 8006.0, 8013.0, 8056.0, 8009.0, 8021.0, 7972.0, 8002.0, 8002.0, 7986.0, 8004.0, 8019.0, 8007.0, 8007.0, 7989.0, 8006.0, 8021.0, 8008.0, 8012.0, 8014.0, 8030.0, 8042.0, 8031.0, 8054.0, 8029.0, 8034.0, 8011.0, 8028.0, 8017.0, 8002.0, 8032.0, 8044.0, 8011.0, 8028.0, 8044.0, 8008.0, 8024.0, 8062.0, 8024.0, 8056.0, 8055.0, 8008.0, 8017.0, 7906.0, 7964.0, 7966.0, 7992.0, 7999.0, 8007.0, 8021.0, 7997.0, 8016.0, 8070.0, 7990.0, 7991.0, 8050.0, 7989.0, 8009.0, 8072.0, 8011.0, 8041.0, 7994.0, 8020.0, 8006.0, 8035.0, 8012.0, 8016.0, 8034.0, 8073.0, 7991.0, 7992.0, 8049.0, 7987.0, 8004.0, 8033.0, 7988.0, 8003.0, 7987.0, 7989.0, 8017.0, 7987.0, 7989.0, 8034.0, 8007.0, 8020.0, 7985.0, 7984.0, 7982.0, 7983.0, 8015.0, 7978.0, 7979.0, 8023.0, 7961.0, 7980.0, 8007.0, 7975.0, 7992.0, 7977.0, 7979.0, 8018.0, 7998.0, 8007.0, 7979.0, 7975.0, 7988.0, 7985.0, 7998.0, 7985.0, 8026.0, 7964.0, 7982.0, 8026.0, 7948.0, 7977.0, 8005.0, 7950.0, 7997.0, 7989.0, 7988.0, 8012.0, 7969.0, 7983.0, 7965.0, 7984.0, 8001.0, 7987.0, 8012.0, 8046.0, 8034.0, 8049.0, 7995.0, 8012.0, 8037.0, 8019.0, 8037.0, 8063.0, 8013.0, 8025.0, 8006.0, 8008.0, 8037.0, 7988.0, 7991.0, 8032.0, 7988.0, 8021.0, 8005.0, 8008.0, 8053.0, 8008.0, 8039.0, 7988.0, 8004.0, 8002.0, 8010.0, 8011.0, 8013.0, 8043.0, 8012.0, 8030.0, 8087.0, 8024.0, 8034.0, 8046.0, 7993.0, 7998.0, 8011.0, 8036.0, 8005.0, 8037.0, 8002.0, 7987.0, 8033.0, 7983.0, 7980.0, 8045.0, 7978.0, 7980.0, 8047.0, 8001.0, 7996.0, 7962.0, 8000.0, 8040.0, 8007.0, 8001.0, 8002.0, 7999.0, 8012.0, 7981.0, 8010.0, 7978.0, 7994.0, 7996.0, 7981.0, 8000.0, 7997.0, 8000.0, 8017.0, 8004.0, 8019.0, 7984.0, 8000.0, 8031.0, 7997.0, 8000.0, 7984.0, 8003.0, 8038.0, 8007.0, 8019.0, 8000.0, 8002.0, 8016.0, 7998.0, 8000.0, 7999.0, 8002.0, 8015.0, 8001.0, 8019.0, 7986.0, 8005.0, 8038.0, 8029.0, 8025.0, 7999.0, 8018.0, 8014.0, 8012.0, 8018.0, 8029.0, 8026.0, 8026.0, 8060.0, 8008.0, 8008.0, 8034.0, 8002.0, 8021.0, 8000.0, 8004.0, 8055.0, 8025.0, 8042.0, 8006.0, 8024.0, 8021.0, 8008.0, 8022.0, 8008.0, 8025.0, 8049.0, 8029.0, 8043.0, 8007.0, 8023.0, 8018.0, 8006.0, 8020.0, 7987.0, 8024.0, 8042.0, 8022.0, 8027.0, 8008.0, 8024.0, 8039.0, 8019.0, 8010.0, 8035.0, 8010.0, 8043.0, 8009.0, 8028.0, 8050.0, 8005.0, 8004.0, 8017.0, 8005.0, 8021.0, 8007.0, 8026.0, 8077.0, 8031.0, 8054.0, 8023.0, 8031.0, 7981.0, 8019.0, 8008.0, 8004.0, 8004.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.010865977011494252</td></tr>
<tr><td colspan=3>aqi</td><td>0.09695426701149426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.95353318585729</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.091922384407364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047026692405063</td></tr>
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
<tr><td colspan=3>fber</td><td>4287.1514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20789308096605347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.160919540229884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.952881799635346</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.663505300133449</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.360747556237171</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.834392542535419</td></tr>
<tr><td colspan=3>gcor</td><td>0.00611968</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009439384564757347</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028628289699554443</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>3.627871727505113</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>17.3643</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7105</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1701</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302755.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.3121</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6321</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.2255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2723.5094</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.6947</td></tr>
<tr><td colspan=3>tsnr</td><td>21.38300711521879</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>