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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-02_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-02_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-0106/ses-01/func/sub-0106_ses-01_task-social_acq-mb8_run-02_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>523f96dfb2976b6aec60577787de5a3d</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>15:43:36.662500</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.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0809873</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7776, -7264, 283, -57, 3, -123, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>667066c0-cd4f-43ab-8454-6c3bced308e5||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.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['154336.662500', '154337.122500', '154337.582500', '154338.042500', '154338.502500', '154338.962500', '154339.422500', '154339.882500', '154340.342500', '154340.802500', '154341.262500', '154341.722500', '154342.182500', '154342.642500', '154343.102500', '154343.562500', '154344.022500', '154344.482500', '154344.942500', '154345.402500', '154345.862500', '154346.322500', '154346.782500', '154347.242500', '154347.702500', '154348.162500', '154348.622500', '154349.082500', '154349.542500', '154350.002500', '154350.462500', '154350.922500', '154351.382500', '154351.842500', '154352.302500', '154352.762500', '154353.222500', '154353.682500', '154354.142500', '154354.602500', '154355.062500', '154355.522500', '154355.982500', '154356.442500', '154356.902500', '154357.362500', '154357.822500', '154358.282500', '154358.742500', '154359.202500', '154359.662500', '154400.122500', '154400.582500', '154401.042500', '154401.502500', '154401.962500', '154402.422500', '154402.882500', '154403.342500', '154403.802500', '154404.262500', '154404.722500', '154405.182500', '154405.642500', '154406.102500', '154406.562500', '154407.022500', '154407.482500', '154407.942500', '154408.402500', '154408.862500', '154409.322500', '154409.782500', '154410.242500', '154410.702500', '154411.162500', '154411.622500', '154412.082500', '154412.542500', '154413.002500', '154413.462500', '154413.922500', '154414.382500', '154414.842500', '154415.302500', '154415.762500', '154416.222500', '154416.682500', '154417.142500', '154417.602500', '154418.062500', '154418.522500', '154418.982500', '154419.442500', '154419.902500', '154420.362500', '154420.822500', '154421.282500', '154421.742500', '154422.202500', '154422.662500', '154423.122500', '154423.582500', '154424.042500', '154424.502500', '154424.962500', '154425.422500', '154425.882500', '154426.342500', '154426.802500', '154427.262500', '154427.722500', '154428.182500', '154428.642500', '154429.102500', '154429.562500', '154430.022500', '154430.482500', '154430.942500', '154431.402500', '154431.862500', '154432.322500', '154432.782500', '154433.242500', '154433.702500', '154434.162500', '154434.622500', '154435.082500', '154435.542500', '154436.002500', '154436.462500', '154436.922500', '154437.382500', '154437.842500', '154438.302500', '154438.762500', '154439.222500', '154439.682500', '154440.142500', '154440.602500', '154441.062500', '154441.522500', '154441.982500', '154442.442500', '154442.902500', '154443.362500', '154443.822500', '154444.282500', '154444.742500', '154445.202500', '154445.662500', '154446.122500', '154446.582500', '154447.042500', '154447.502500', '154447.962500', '154448.422500', '154448.882500', '154449.342500', '154449.802500', '154450.262500', '154450.722500', '154451.182500', '154451.642500', '154452.102500', '154452.562500', '154453.022500', '154453.482500', '154453.942500', '154454.402500', '154454.862500', '154455.322500', '154455.782500', '154456.242500', '154456.702500', '154457.162500', '154457.622500', '154458.082500', '154458.542500', '154459.002500', '154459.462500', '154459.922500', '154500.382500', '154500.842500', '154501.302500', '154501.762500', '154502.222500', '154502.682500', '154503.142500', '154503.602500', '154504.062500', '154504.522500', '154504.982500', '154505.442500', '154505.902500', '154506.362500', '154506.822500', '154507.282500', '154507.742500', '154508.202500', '154508.662500', '154509.122500', '154509.582500', '154510.042500', '154510.502500', '154510.962500', '154511.422500', '154511.882500', '154512.342500', '154512.802500', '154513.262500', '154513.722500', '154514.182500', '154514.642500', '154515.102500', '154515.562500', '154516.022500', '154516.482500', '154516.942500', '154517.402500', '154517.862500', '154518.322500', '154518.782500', '154519.242500', '154519.702500', '154520.162500', '154520.622500', '154521.082500', '154521.542500', '154522.002500', '154522.462500', '154522.922500', '154523.382500', '154523.842500', '154524.302500', '154524.762500', '154525.222500', '154525.682500', '154526.142500', '154526.602500', '154527.062500', '154527.522500', '154527.982500', '154528.442500', '154528.902500', '154529.362500', '154529.822500', '154530.282500', '154530.742500', '154531.202500', '154531.662500', '154532.122500', '154532.582500', '154533.042500', '154533.502500', '154533.962500', '154534.422500', '154534.882500', '154535.342500', '154535.802500', '154536.262500', '154536.722500', '154537.182500', '154537.642500', '154538.102500', '154538.562500', '154539.022500', '154539.482500', '154539.942500', '154540.402500', '154540.862500', '154541.322500', '154541.782500', '154542.242500', '154542.702500', '154543.162500', '154543.622500', '154544.082500', '154544.542500', '154545.002500', '154545.462500', '154545.922500', '154546.382500', '154546.842500', '154547.302500', '154547.762500', '154548.222500', '154548.682500', '154549.142500', '154549.602500', '154550.062500', '154550.522500', '154550.982500', '154551.442500', '154551.902500', '154552.362500', '154552.822500', '154553.282500', '154553.742500', '154554.202500', '154554.662500', '154555.122500', '154555.582500', '154556.042500', '154556.502500', '154556.962500', '154557.422500', '154557.882500', '154558.342500', '154558.802500', '154559.262500', '154559.722500', '154600.182500', '154600.642500', '154601.102500', '154601.562500', '154602.022500', '154602.482500', '154602.942500', '154603.402500', '154603.862500', '154604.322500', '154604.782500', '154605.242500', '154605.702500', '154606.162500', '154606.622500', '154607.082500', '154607.542500', '154608.002500', '154608.462500', '154608.922500', '154609.382500', '154609.842500', '154610.302500', '154610.762500', '154611.222500', '154611.682500', '154612.142500', '154612.602500', '154613.062500', '154613.522500', '154613.982500', '154614.442500', '154614.902500', '154615.362500', '154615.822500', '154616.282500', '154616.742500', '154617.202500', '154617.662500', '154618.122500', '154618.582500', '154619.042500', '154619.502500', '154619.962500', '154620.422500', '154620.882500', '154621.342500', '154621.802500', '154622.262500', '154622.722500', '154623.182500', '154623.642500', '154624.102500', '154624.562500', '154625.022500', '154625.482500', '154625.942500', '154626.402500', '154626.862500', '154627.322500', '154627.782500', '154628.242500', '154628.702500', '154629.162500', '154629.622500', '154630.082500', '154630.542500', '154631.002500', '154631.462500', '154631.922500', '154632.382500', '154632.842500', '154633.302500', '154633.762500', '154634.222500', '154634.682500', '154635.142500', '154635.602500', '154636.062500', '154636.522500', '154636.982500', '154637.442500', '154637.902500', '154638.362500', '154638.822500', '154639.282500', '154639.742500', '154640.202500', '154640.662500', '154641.122500', '154641.582500', '154642.042500', '154642.502500', '154642.962500', '154643.422500', '154643.882500', '154644.342500', '154644.802500', '154645.262500', '154645.722500', '154646.182500', '154646.642500', '154647.102500', '154647.562500', '154648.022500', '154648.482500', '154648.942500', '154649.402500', '154649.862500', '154650.322500', '154650.782500', '154651.242500', '154651.702500', '154652.162500', '154652.622500', '154653.082500', '154653.542500', '154654.002500', '154654.462500', '154654.922500', '154655.382500', '154655.842500', '154656.302500', '154656.762500', '154657.222500', '154657.682500', '154658.142500', '154658.602500', '154659.062500', '154659.522500', '154659.982500', '154700.442500', '154700.902500', '154701.362500', '154701.822500', '154702.282500', '154702.742500', '154703.202500', '154703.662500', '154704.122500', '154704.582500', '154705.042500', '154705.502500', '154705.962500', '154706.422500', '154706.882500', '154707.342500', '154707.802500', '154708.262500', '154708.722500', '154709.182500', '154709.642500', '154710.102500', '154710.562500', '154711.022500', '154711.482500', '154711.942500', '154712.402500', '154712.862500', '154713.322500', '154713.782500', '154714.242500', '154714.702500', '154715.162500', '154715.622500', '154716.082500', '154716.542500', '154717.002500', '154717.462500', '154717.922500', '154718.382500', '154718.842500', '154719.302500', '154719.762500', '154720.222500', '154720.682500', '154721.142500', '154721.602500', '154722.062500', '154722.522500', '154722.982500', '154723.442500', '154723.902500', '154724.362500', '154724.822500', '154725.282500', '154725.742500', '154726.202500', '154726.662500', '154727.122500', '154727.582500', '154728.042500', '154728.502500', '154728.962500', '154729.422500', '154729.882500', '154730.342500', '154730.802500', '154731.262500', '154731.722500', '154732.182500', '154732.642500', '154733.102500', '154733.562500', '154734.022500', '154734.482500', '154734.942500', '154735.402500', '154735.862500', '154736.322500', '154736.782500', '154737.242500', '154737.702500', '154738.162500', '154738.622500', '154739.082500', '154739.542500', '154740.002500', '154740.462500', '154740.922500', '154741.382500', '154741.842500', '154742.302500', '154742.762500', '154743.222500', '154743.682500', '154744.142500', '154744.602500', '154745.062500', '154745.522500', '154745.982500', '154746.442500', '154746.902500', '154747.362500', '154747.822500', '154748.282500', '154748.742500', '154749.202500', '154749.662500', '154750.122500', '154750.582500', '154751.042500', '154751.502500', '154751.962500', '154752.422500', '154752.882500', '154753.342500', '154753.802500', '154754.262500', '154754.722500', '154755.182500', '154755.642500', '154756.102500', '154756.562500', '154757.022500', '154757.482500', '154757.942500', '154758.402500', '154758.862500', '154759.322500', '154759.782500', '154800.242500', '154800.702500', '154801.162500', '154801.622500', '154802.082500', '154802.542500', '154803.002500', '154803.462500', '154803.922500', '154804.382500', '154804.842500', '154805.302500', '154805.762500', '154806.222500', '154806.682500', '154807.142500', '154807.602500', '154808.062500', '154808.522500', '154808.982500', '154809.442500', '154809.902500', '154810.362500', '154810.822500', '154811.282500', '154811.742500', '154812.202500', '154812.662500', '154813.122500', '154813.582500', '154814.042500', '154814.502500', '154814.962500', '154815.422500', '154815.882500', '154816.342500', '154816.802500', '154817.262500', '154817.722500', '154818.182500', '154818.642500', '154819.102500', '154819.562500', '154820.022500', '154820.482500', '154820.942500', '154821.402500', '154821.862500', '154822.322500', '154822.782500', '154823.242500', '154823.702500', '154824.162500', '154824.622500', '154825.082500', '154825.542500', '154826.002500', '154826.462500', '154826.922500', '154827.382500', '154827.842500', '154828.302500', '154828.762500', '154829.222500', '154829.682500', '154830.142500', '154830.602500', '154831.062500', '154831.522500', '154831.982500', '154832.442500', '154832.902500', '154833.362500', '154833.822500', '154834.282500', '154834.742500', '154835.202500', '154835.662500', '154836.122500', '154836.582500', '154837.042500', '154837.502500', '154837.962500', '154838.422500', '154838.882500', '154839.342500', '154839.802500', '154840.262500', '154840.722500', '154841.182500', '154841.642500', '154842.102500', '154842.562500', '154843.022500', '154843.482500', '154843.942500', '154844.402500', '154844.862500', '154845.322500', '154845.782500', '154846.242500', '154846.702500', '154847.162500', '154847.622500', '154848.082500', '154848.542500', '154849.002500', '154849.462500', '154849.922500', '154850.382500', '154850.842500', '154851.302500', '154851.762500', '154852.222500', '154852.682500', '154853.142500', '154853.602500', '154854.062500', '154854.522500', '154854.982500', '154855.442500', '154855.902500', '154856.362500', '154856.822500', '154857.282500', '154857.742500', '154858.202500', '154858.662500', '154859.122500', '154859.582500', '154900.042500', '154900.502500', '154900.962500', '154901.422500', '154901.882500', '154902.342500', '154902.802500', '154903.262500', '154903.722500', '154904.182500', '154904.642500', '154905.102500', '154905.562500', '154906.022500', '154906.482500', '154906.942500', '154907.402500', '154907.862500', '154908.322500', '154908.782500', '154909.242500', '154909.702500', '154910.162500', '154910.622500', '154911.082500', '154911.542500', '154912.002500', '154912.462500', '154912.922500', '154913.382500', '154913.842500', '154914.302500', '154914.762500', '154915.222500', '154915.682500', '154916.142500', '154916.602500', '154917.062500', '154917.522500', '154917.982500', '154918.442500', '154918.902500', '154919.362500', '154919.822500', '154920.282500', '154920.742500', '154921.202500', '154921.662500', '154922.122500', '154922.582500', '154923.042500', '154923.502500', '154923.962500', '154924.422500', '154924.882500', '154925.342500', '154925.802500', '154926.262500', '154926.722500', '154927.182500', '154927.642500', '154928.102500', '154928.562500', '154929.022500', '154929.482500', '154929.942500', '154930.402500', '154930.862500', '154931.322500', '154931.782500', '154932.242500', '154932.702500', '154933.162500', '154933.622500', '154934.082500', '154934.542500', '154935.002500', '154935.462500', '154935.922500', '154936.382500', '154936.842500', '154937.302500', '154937.762500', '154938.222500', '154938.682500', '154939.142500', '154939.602500', '154940.062500', '154940.522500', '154940.982500', '154941.442500', '154941.902500', '154942.362500', '154942.822500', '154943.282500', '154943.742500', '154944.202500', '154944.662500', '154945.122500', '154945.582500', '154946.042500', '154946.502500', '154946.962500', '154947.422500', '154947.882500', '154948.342500', '154948.802500', '154949.262500', '154949.722500', '154950.182500', '154950.642500', '154951.102500', '154951.562500', '154952.022500', '154952.482500', '154952.942500', '154953.402500', '154953.862500', '154954.322500', '154954.782500', '154955.242500', '154955.702500', '154956.162500', '154956.622500', '154957.082500', '154957.542500', '154958.002500', '154958.462500', '154958.922500', '154959.382500', '154959.842500', '155000.302500', '155000.762500', '155001.222500', '155001.682500', '155002.142500', '155002.602500', '155003.062500', '155003.522500', '155003.982500', '155004.442500', '155004.902500', '155005.362500', '155005.822500', '155006.282500', '155006.742500', '155007.202500', '155007.662500', '155008.122500', '155008.582500', '155009.042500', '155009.502500', '155009.962500', '155010.422500', '155010.882500', '155011.342500', '155011.802500', '155012.262500', '155012.722500', '155013.182500', '155013.642500', '155014.102500', '155014.562500', '155015.022500', '155015.482500', '155015.942500', '155016.402500', '155016.862500', '155017.322500'], 'ContentTime': ['154358.174000', '154358.177000', '154358.180000', '154358.183000', '154358.191000', '154358.193000', '154358.196000', '154358.199000', '154358.201000', '154358.204000', '154358.206000', '154358.209000', '154358.212000', '154358.214000', '154358.217000', '154358.220000', '154358.222000', '154358.225000', '154358.227000', '154358.230000', '154358.232000', '154358.235000', '154358.237000', '154358.240000', '154358.243000', '154358.245000', '154358.248000', '154358.251000', '154358.253000', '154358.256000', '154358.259000', '154358.261000', '154358.264000', '154358.266000', '154358.269000', '154358.272000', '154358.274000', '154358.277000', '154358.279000', '154358.282000', '154358.285000', '154358.287000', '154358.290000', '154358.293000', '154418.129000', '154418.132000', '154418.134000', '154418.137000', '154418.139000', '154418.142000', '154418.144000', '154418.147000', '154418.149000', '154418.152000', '154418.154000', '154418.157000', '154418.160000', '154418.162000', '154418.165000', '154418.167000', '154418.170000', '154418.172000', '154418.175000', '154418.177000', '154418.180000', '154418.183000', '154418.185000', '154418.188000', '154418.191000', '154418.205000', '154418.208000', '154418.210000', '154418.213000', '154418.216000', '154418.219000', '154418.222000', '154418.225000', '154418.227000', '154418.230000', '154418.245000', '154418.247000', '154418.251000', '154418.254000', '154418.260000', '154418.263000', '154418.265000', '154418.268000', '154438.129000', '154438.131000', '154438.134000', '154438.136000', '154438.139000', '154438.142000', '154438.144000', '154438.147000', '154438.149000', '154438.152000', '154438.154000', '154438.157000', '154438.159000', '154438.162000', '154438.165000', '154438.167000', '154438.170000', '154438.172000', '154438.175000', '154438.177000', '154438.180000', '154438.183000', '154438.186000', '154438.188000', '154438.191000', '154438.194000', '154438.196000', '154438.199000', '154438.201000', '154438.204000', '154438.206000', '154438.209000', '154438.211000', '154438.214000', '154438.217000', '154438.219000', '154438.222000', '154438.224000', '154438.227000', '154438.230000', '154438.232000', '154438.235000', '154438.237000', '154438.240000', '154458.127000', '154458.130000', '154458.133000', '154458.135000', '154458.138000', '154458.140000', '154458.143000', '154458.146000', '154458.148000', '154458.151000', '154458.153000', '154458.156000', '154458.164000', '154458.167000', '154458.169000', '154458.172000', '154458.174000', '154458.177000', '154458.180000', '154458.182000', '154458.185000', '154458.187000', '154458.190000', '154458.193000', '154458.195000', '154458.198000', '154458.201000', '154458.203000', '154458.206000', '154458.209000', '154458.211000', '154458.214000', '154458.216000', '154458.219000', '154458.222000', '154458.224000', '154458.227000', '154458.229000', '154458.232000', '154458.235000', '154458.237000', '154458.240000', '154458.243000', '154518.128000', '154518.131000', '154518.134000', '154518.136000', '154518.139000', '154518.142000', '154518.144000', '154518.147000', '154518.149000', '154518.152000', '154518.162000', '154518.165000', '154518.168000', '154518.170000', '154518.173000', '154518.175000', '154518.178000', '154518.181000', '154518.183000', '154518.186000', '154518.188000', '154518.191000', '154518.194000', '154518.197000', '154518.199000', '154518.202000', '154518.204000', '154518.207000', '154518.210000', '154518.212000', '154518.215000', '154518.217000', '154518.220000', '154518.223000', '154518.225000', '154518.228000', '154518.238000', '154518.240000', '154518.243000', '154518.246000', '154518.248000', '154518.251000', '154518.254000', '154518.256000', '154538.128000', '154538.131000', '154538.134000', '154538.136000', '154538.139000', '154538.141000', '154538.144000', '154538.147000', '154538.149000', '154538.152000', '154538.154000', '154538.157000', '154538.160000', '154538.162000', '154538.165000', '154538.167000', '154538.170000', '154538.172000', '154538.175000', '154538.178000', '154538.180000', '154538.183000', '154538.185000', '154538.189000', '154538.191000', '154538.194000', '154538.196000', '154538.199000', '154538.202000', '154538.204000', '154538.207000', '154538.210000', '154538.212000', '154538.215000', '154538.217000', '154538.220000', '154538.223000', '154538.225000', '154538.228000', '154538.230000', '154538.233000', '154538.236000', '154538.238000', '154558.129000', '154558.131000', '154558.134000', '154558.137000', '154558.140000', '154558.142000', '154558.145000', '154558.148000', '154558.151000', '154558.153000', '154558.156000', '154558.158000', '154558.161000', '154558.164000', '154558.166000', '154558.169000', '154558.171000', '154558.174000', '154558.177000', '154558.179000', '154558.182000', '154558.206000', '154558.208000', '154558.211000', '154558.214000', '154558.216000', '154558.219000', '154558.221000', '154558.224000', '154558.226000', '154558.229000', '154558.232000', '154558.234000', '154558.237000', '154558.239000', '154558.242000', '154558.244000', '154558.247000', '154558.250000', '154558.252000', '154558.255000', '154558.257000', '154558.260000', '154558.263000', '154618.128000', '154618.131000', '154618.134000', '154618.136000', '154618.145000', '154618.147000', '154618.150000', '154618.152000', '154618.155000', '154618.157000', '154618.160000', '154618.163000', '154618.165000', '154618.168000', '154618.170000', '154618.173000', '154618.175000', '154618.178000', '154618.181000', '154618.183000', '154618.186000', '154618.189000', '154618.191000', '154618.194000', '154618.196000', '154618.199000', '154618.201000', '154618.204000', '154618.207000', '154618.209000', '154618.212000', '154618.214000', '154618.217000', '154618.219000', '154618.222000', '154618.225000', '154618.227000', '154618.230000', '154618.233000', '154618.235000', '154618.238000', '154618.240000', '154618.243000', '154638.129000', '154638.131000', '154638.134000', '154638.137000', '154638.139000', '154638.142000', '154638.144000', '154638.147000', '154638.150000', '154638.152000', '154638.155000', '154638.157000', '154638.160000', '154638.162000', '154638.165000', '154638.168000', '154638.170000', '154638.173000', '154638.176000', '154638.178000', '154638.181000', '154638.184000', '154638.186000', '154638.189000', '154638.192000', '154638.194000', '154638.197000', '154638.200000', '154638.202000', '154638.205000', '154638.207000', '154638.210000', '154638.212000', '154638.215000', '154638.218000', '154638.220000', '154638.223000', '154638.225000', '154638.228000', '154638.231000', '154638.233000', '154638.236000', '154638.239000', '154638.241000', '154658.129000', '154658.132000', '154658.134000', '154658.137000', '154658.139000', '154658.142000', '154658.145000', '154658.147000', '154658.150000', '154658.152000', '154658.155000', '154658.158000', '154658.160000', '154658.163000', '154658.165000', '154658.168000', '154658.171000', '154658.173000', '154658.176000', '154658.179000', '154658.181000', '154658.184000', '154658.186000', '154658.189000', '154658.192000', '154658.194000', '154658.197000', '154658.200000', '154658.202000', '154658.205000', '154658.207000', '154658.210000', '154658.213000', '154658.215000', '154658.218000', '154658.221000', '154658.223000', '154658.226000', '154658.228000', '154658.231000', '154658.234000', '154658.236000', '154658.239000', '154718.128000', '154718.130000', '154718.133000', '154718.135000', '154718.138000', '154718.141000', '154718.143000', '154718.146000', '154718.149000', '154718.151000', '154718.154000', '154718.157000', '154718.159000', '154718.162000', '154718.164000', '154718.167000', '154718.170000', '154718.172000', '154718.175000', '154718.178000', '154718.180000', '154718.183000', '154718.185000', '154718.188000', '154718.191000', '154718.193000', '154718.196000', '154718.199000', '154718.201000', '154718.204000', '154718.206000', '154718.209000', '154718.211000', '154718.214000', '154718.217000', '154718.219000', '154718.222000', '154718.224000', '154718.227000', '154718.229000', '154718.232000', '154718.235000', '154718.237000', '154718.240000', '154738.128000', '154738.131000', '154738.169000', '154738.171000', '154738.174000', '154738.176000', '154738.179000', '154738.182000', '154738.184000', '154738.187000', '154738.189000', '154738.192000', '154738.194000', '154738.197000', '154738.200000', '154738.202000', '154738.205000', '154738.208000', '154738.210000', '154738.213000', '154738.215000', '154738.218000', '154738.220000', '154738.223000', '154738.225000', '154738.228000', '154738.231000', '154738.233000', '154738.236000', '154738.238000', '154738.241000', '154738.243000', '154738.246000', '154738.249000', '154738.251000', '154738.254000', '154738.256000', '154738.259000', '154738.261000', '154738.264000', '154738.267000', '154738.269000', '154738.272000', '154758.129000', '154758.133000', '154758.136000', '154758.138000', '154758.141000', '154758.143000', '154758.146000', '154758.149000', '154758.151000', '154758.154000', '154758.156000', '154758.159000', '154758.161000', '154758.164000', '154758.167000', '154758.169000', '154758.172000', '154758.174000', '154758.177000', '154758.180000', '154758.182000', '154758.185000', '154758.188000', '154758.190000', '154758.193000', '154758.195000', '154758.198000', '154758.201000', '154758.203000', '154758.206000', '154758.208000', '154758.211000', '154758.214000', '154758.216000', '154758.219000', '154758.221000', '154758.224000', '154758.226000', '154758.229000', '154758.232000', '154758.234000', '154758.237000', '154758.239000', '154758.242000', '154818.129000', '154818.132000', '154818.134000', '154818.137000', '154818.139000', '154818.142000', '154818.145000', '154818.147000', '154818.150000', '154818.152000', '154818.155000', '154818.157000', '154818.160000', '154818.163000', '154818.165000', '154818.168000', '154818.170000', '154818.173000', '154818.176000', '154818.178000', '154818.181000', '154818.183000', '154818.186000', '154818.188000', '154818.191000', '154818.194000', '154818.196000', '154818.199000', '154818.201000', '154818.204000', '154818.207000', '154818.209000', '154818.212000', '154818.214000', '154818.217000', '154818.219000', '154818.222000', '154818.225000', '154818.227000', '154818.230000', '154818.232000', '154818.235000', '154818.237000', '154838.129000', '154838.131000', '154838.134000', '154838.137000', '154838.139000', '154838.142000', '154838.144000', '154838.147000', '154838.149000', '154838.152000', '154838.155000', '154838.157000', '154838.160000', '154838.162000', '154838.165000', '154838.168000', '154838.170000', '154838.173000', '154838.175000', '154838.178000', '154838.181000', '154838.183000', '154838.186000', '154838.188000', '154838.191000', '154838.194000', '154838.196000', '154838.199000', '154838.201000', '154838.204000', '154838.207000', '154838.209000', '154838.212000', '154838.214000', '154838.217000', '154838.219000', '154838.222000', '154838.225000', '154838.227000', '154838.230000', '154838.232000', '154838.235000', '154838.238000', '154838.240000', '154858.129000', '154858.132000', '154858.134000', '154858.137000', '154858.139000', '154858.142000', '154858.144000', '154858.147000', '154858.150000', '154858.152000', '154858.155000', '154858.157000', '154858.160000', '154858.172000', '154858.174000', '154858.177000', '154858.180000', '154858.182000', '154858.185000', '154858.187000', '154858.190000', '154858.193000', '154858.195000', '154858.198000', '154858.200000', '154858.203000', '154858.206000', '154858.209000', '154858.211000', '154858.214000', '154858.216000', '154858.219000', '154858.221000', '154858.224000', '154858.227000', '154858.229000', '154858.232000', '154858.234000', '154858.237000', '154858.239000', '154858.242000', '154858.245000', '154858.247000', '154918.129000', '154918.132000', '154918.134000', '154918.137000', '154918.139000', '154918.142000', '154918.145000', '154918.147000', '154918.150000', '154918.152000', '154918.155000', '154918.157000', '154918.160000', '154918.163000', '154918.165000', '154918.168000', '154918.171000', '154918.174000', '154918.176000', '154918.179000', '154918.181000', '154918.184000', '154918.187000', '154918.189000', '154918.192000', '154918.194000', '154918.197000', '154918.200000', '154918.202000', '154918.205000', '154918.207000', '154918.210000', '154918.212000', '154918.215000', '154918.218000', '154918.220000', '154918.223000', '154918.225000', '154918.228000', '154918.230000', '154918.233000', '154918.236000', '154918.238000', '154918.241000', '154938.127000', '154938.130000', '154938.133000', '154938.135000', '154938.138000', '154938.141000', '154938.143000', '154938.146000', '154938.148000', '154938.151000', '154938.153000', '154938.156000', '154938.159000', '154938.161000', '154938.164000', '154938.166000', '154938.169000', '154938.171000', '154938.174000', '154938.176000', '154938.179000', '154938.182000', '154938.184000', '154938.187000', '154938.189000', '154938.192000', '154938.195000', '154938.197000', '154938.200000', '154938.202000', '154938.205000', '154938.208000', '154938.210000', '154938.213000', '154938.215000', '154938.218000', '154938.220000', '154938.223000', '154938.225000', '154938.228000', '154938.231000', '154938.235000', '154938.237000', '154958.128000', '154958.131000', '154958.134000', '154958.137000', '154958.139000', '154958.142000', '154958.144000', '154958.147000', '154958.149000', '154958.152000', '154958.154000', '154958.157000', '154958.160000', '154958.162000', '154958.165000', '154958.167000', '154958.170000', '154958.173000', '154958.176000', '154958.179000', '154958.182000', '154958.184000', '154958.187000', '154958.190000', '154958.192000', '154958.195000', '154958.198000', '154958.200000', '154958.203000', '154958.205000', '154958.208000', '154958.211000', '154958.213000', '154958.216000', '154958.218000', '154958.221000', '154958.224000', '154958.226000', '154958.229000', '154958.232000', '154958.234000', '154958.237000', '154958.239000', '155018.129000', '155018.131000', '155018.134000', '155018.137000', '155018.139000', '155018.142000', '155018.144000', '155018.147000', '155018.149000', '155018.152000', '155018.155000', '155018.157000', '155018.160000', '155018.162000', '155018.165000', '155018.168000', '155018.170000', '155018.173000', '155018.175000', '155018.178000', '155018.180000', '155018.183000', '155018.186000', '155018.188000', '155018.191000', '155018.193000', '155018.196000', '155018.199000', '155018.201000', '155018.204000', '155018.207000', '155018.209000', '155018.212000', '155018.214000', '155018.217000', '155018.219000', '155018.222000', '155018.225000', '155018.227000', '155018.239000', '155018.242000', '155018.244000', '155018.247000', '155018.249000', '155018.842000', '155018.845000'], 'InstanceCreationTime': ['154358.174000', '154358.177000', '154358.180000', '154358.183000', '154358.191000', '154358.193000', '154358.196000', '154358.199000', '154358.201000', '154358.204000', '154358.206000', '154358.209000', '154358.212000', '154358.214000', '154358.217000', '154358.220000', '154358.222000', '154358.225000', '154358.227000', '154358.230000', '154358.232000', '154358.235000', '154358.237000', '154358.240000', '154358.243000', '154358.245000', '154358.248000', '154358.251000', '154358.253000', '154358.256000', '154358.259000', '154358.261000', '154358.264000', '154358.266000', '154358.269000', '154358.272000', '154358.274000', '154358.277000', '154358.279000', '154358.282000', '154358.285000', '154358.287000', '154358.290000', '154358.293000', '154418.129000', '154418.132000', '154418.134000', '154418.137000', '154418.139000', '154418.142000', '154418.144000', '154418.147000', '154418.149000', '154418.152000', '154418.154000', '154418.157000', '154418.160000', '154418.162000', '154418.165000', '154418.167000', '154418.170000', '154418.172000', '154418.175000', '154418.177000', '154418.180000', '154418.183000', '154418.185000', '154418.188000', '154418.191000', '154418.205000', '154418.208000', '154418.210000', '154418.213000', '154418.216000', '154418.219000', '154418.222000', '154418.225000', '154418.227000', '154418.230000', '154418.245000', '154418.247000', '154418.251000', '154418.254000', '154418.260000', '154418.263000', '154418.265000', '154418.268000', '154438.129000', '154438.131000', '154438.134000', '154438.136000', '154438.139000', '154438.142000', '154438.144000', '154438.147000', '154438.149000', '154438.152000', '154438.154000', '154438.157000', '154438.159000', '154438.162000', '154438.165000', '154438.167000', '154438.170000', '154438.172000', '154438.175000', '154438.177000', '154438.180000', '154438.183000', '154438.186000', '154438.188000', '154438.191000', '154438.194000', '154438.196000', '154438.199000', '154438.201000', '154438.204000', '154438.206000', '154438.209000', '154438.211000', '154438.214000', '154438.217000', '154438.219000', '154438.222000', '154438.224000', '154438.227000', '154438.230000', '154438.232000', '154438.235000', '154438.237000', '154438.240000', '154458.127000', '154458.130000', '154458.133000', '154458.135000', '154458.138000', '154458.140000', '154458.143000', '154458.146000', '154458.148000', '154458.151000', '154458.153000', '154458.156000', '154458.164000', '154458.167000', '154458.169000', '154458.172000', '154458.174000', '154458.177000', '154458.180000', '154458.182000', '154458.185000', '154458.187000', '154458.190000', '154458.193000', '154458.195000', '154458.198000', '154458.201000', '154458.203000', '154458.206000', '154458.209000', '154458.211000', '154458.214000', '154458.216000', '154458.219000', '154458.222000', '154458.224000', '154458.227000', '154458.229000', '154458.232000', '154458.235000', '154458.237000', '154458.240000', '154458.243000', '154518.128000', '154518.131000', '154518.134000', '154518.136000', '154518.139000', '154518.142000', '154518.144000', '154518.147000', '154518.149000', '154518.152000', '154518.162000', '154518.165000', '154518.168000', '154518.170000', '154518.173000', '154518.175000', '154518.178000', '154518.181000', '154518.183000', '154518.186000', '154518.188000', '154518.191000', '154518.194000', '154518.197000', '154518.199000', '154518.202000', '154518.204000', '154518.207000', '154518.210000', '154518.212000', '154518.215000', '154518.217000', '154518.220000', '154518.223000', '154518.225000', '154518.228000', '154518.238000', '154518.240000', '154518.243000', '154518.246000', '154518.248000', '154518.251000', '154518.254000', '154518.256000', '154538.128000', '154538.131000', '154538.134000', '154538.136000', '154538.139000', '154538.141000', '154538.144000', '154538.147000', '154538.149000', '154538.152000', '154538.154000', '154538.157000', '154538.160000', '154538.162000', '154538.165000', '154538.167000', '154538.170000', '154538.172000', '154538.175000', '154538.178000', '154538.180000', '154538.183000', '154538.185000', '154538.189000', '154538.191000', '154538.194000', '154538.196000', '154538.199000', '154538.202000', '154538.204000', '154538.207000', '154538.210000', '154538.212000', '154538.215000', '154538.217000', '154538.220000', '154538.223000', '154538.225000', '154538.228000', '154538.230000', '154538.233000', '154538.236000', '154538.238000', '154558.129000', '154558.131000', '154558.134000', '154558.137000', '154558.140000', '154558.142000', '154558.145000', '154558.148000', '154558.151000', '154558.153000', '154558.156000', '154558.158000', '154558.161000', '154558.164000', '154558.166000', '154558.169000', '154558.171000', '154558.174000', '154558.177000', '154558.179000', '154558.182000', '154558.206000', '154558.208000', '154558.211000', '154558.214000', '154558.216000', '154558.219000', '154558.221000', '154558.224000', '154558.226000', '154558.229000', '154558.232000', '154558.234000', '154558.237000', '154558.239000', '154558.242000', '154558.244000', '154558.247000', '154558.250000', '154558.252000', '154558.255000', '154558.257000', '154558.260000', '154558.263000', '154618.128000', '154618.131000', '154618.134000', '154618.136000', '154618.145000', '154618.147000', '154618.150000', '154618.152000', '154618.155000', '154618.157000', '154618.160000', '154618.163000', '154618.165000', '154618.168000', '154618.170000', '154618.173000', '154618.175000', '154618.178000', '154618.181000', '154618.183000', '154618.186000', '154618.189000', '154618.191000', '154618.194000', '154618.196000', '154618.199000', '154618.201000', '154618.204000', '154618.207000', '154618.209000', '154618.212000', '154618.214000', '154618.217000', '154618.219000', '154618.222000', '154618.225000', '154618.227000', '154618.230000', '154618.233000', '154618.235000', '154618.238000', '154618.240000', '154618.243000', '154638.129000', '154638.131000', '154638.134000', '154638.137000', '154638.139000', '154638.142000', '154638.144000', '154638.147000', '154638.150000', '154638.152000', '154638.155000', '154638.157000', '154638.160000', '154638.162000', '154638.165000', '154638.168000', '154638.170000', '154638.173000', '154638.176000', '154638.178000', '154638.181000', '154638.184000', '154638.186000', '154638.189000', '154638.192000', '154638.194000', '154638.197000', '154638.200000', '154638.202000', '154638.205000', '154638.207000', '154638.210000', '154638.212000', '154638.215000', '154638.218000', '154638.220000', '154638.223000', '154638.225000', '154638.228000', '154638.231000', '154638.233000', '154638.236000', '154638.239000', '154638.241000', '154658.129000', '154658.132000', '154658.134000', '154658.137000', '154658.139000', '154658.142000', '154658.145000', '154658.147000', '154658.150000', '154658.152000', '154658.155000', '154658.158000', '154658.160000', '154658.163000', '154658.165000', '154658.168000', '154658.171000', '154658.173000', '154658.176000', '154658.179000', '154658.181000', '154658.184000', '154658.186000', '154658.189000', '154658.192000', '154658.194000', '154658.197000', '154658.200000', '154658.202000', '154658.205000', '154658.207000', '154658.210000', '154658.213000', '154658.215000', '154658.218000', '154658.221000', '154658.223000', '154658.226000', '154658.228000', '154658.231000', '154658.234000', '154658.236000', '154658.239000', '154718.128000', '154718.130000', '154718.133000', '154718.135000', '154718.138000', '154718.141000', '154718.143000', '154718.146000', '154718.149000', '154718.151000', '154718.154000', '154718.157000', '154718.159000', '154718.162000', '154718.164000', '154718.167000', '154718.170000', '154718.172000', '154718.175000', '154718.178000', '154718.180000', '154718.183000', '154718.185000', '154718.188000', '154718.191000', '154718.193000', '154718.196000', '154718.199000', '154718.201000', '154718.204000', '154718.206000', '154718.209000', '154718.211000', '154718.214000', '154718.217000', '154718.219000', '154718.222000', '154718.224000', '154718.227000', '154718.229000', '154718.232000', '154718.235000', '154718.237000', '154718.240000', '154738.128000', '154738.131000', '154738.169000', '154738.171000', '154738.174000', '154738.176000', '154738.179000', '154738.182000', '154738.184000', '154738.187000', '154738.189000', '154738.192000', '154738.194000', '154738.197000', '154738.200000', '154738.202000', '154738.205000', '154738.208000', '154738.210000', '154738.213000', '154738.215000', '154738.218000', '154738.220000', '154738.223000', '154738.225000', '154738.228000', '154738.231000', '154738.233000', '154738.236000', '154738.238000', '154738.241000', '154738.243000', '154738.246000', '154738.249000', '154738.251000', '154738.254000', '154738.256000', '154738.259000', '154738.261000', '154738.264000', '154738.267000', '154738.269000', '154738.272000', '154758.129000', '154758.133000', '154758.136000', '154758.138000', '154758.141000', '154758.143000', '154758.146000', '154758.149000', '154758.151000', '154758.154000', '154758.156000', '154758.159000', '154758.161000', '154758.164000', '154758.167000', '154758.169000', '154758.172000', '154758.174000', '154758.177000', '154758.180000', '154758.182000', '154758.185000', '154758.188000', '154758.190000', '154758.193000', '154758.195000', '154758.198000', '154758.201000', '154758.203000', '154758.206000', '154758.208000', '154758.211000', '154758.214000', '154758.216000', '154758.219000', '154758.221000', '154758.224000', '154758.226000', '154758.229000', '154758.232000', '154758.234000', '154758.237000', '154758.239000', '154758.242000', '154818.129000', '154818.132000', '154818.134000', '154818.137000', '154818.139000', '154818.142000', '154818.145000', '154818.147000', '154818.150000', '154818.152000', '154818.155000', '154818.157000', '154818.160000', '154818.163000', '154818.165000', '154818.168000', '154818.170000', '154818.173000', '154818.176000', '154818.178000', '154818.181000', '154818.183000', '154818.186000', '154818.188000', '154818.191000', '154818.194000', '154818.196000', '154818.199000', '154818.201000', '154818.204000', '154818.207000', '154818.209000', '154818.212000', '154818.214000', '154818.217000', '154818.219000', '154818.222000', '154818.225000', '154818.227000', '154818.230000', '154818.232000', '154818.235000', '154818.237000', '154838.129000', '154838.131000', '154838.134000', '154838.137000', '154838.139000', '154838.142000', '154838.144000', '154838.147000', '154838.149000', '154838.152000', '154838.155000', '154838.157000', '154838.160000', '154838.162000', '154838.165000', '154838.168000', '154838.170000', '154838.173000', '154838.175000', '154838.178000', '154838.181000', '154838.183000', '154838.186000', '154838.188000', '154838.191000', '154838.194000', '154838.196000', '154838.199000', '154838.201000', '154838.204000', '154838.207000', '154838.209000', '154838.212000', '154838.214000', '154838.217000', '154838.219000', '154838.222000', '154838.225000', '154838.227000', '154838.230000', '154838.232000', '154838.235000', '154838.238000', '154838.240000', '154858.129000', '154858.132000', '154858.134000', '154858.137000', '154858.139000', '154858.142000', '154858.144000', '154858.147000', '154858.150000', '154858.152000', '154858.155000', '154858.157000', '154858.160000', '154858.172000', '154858.174000', '154858.177000', '154858.180000', '154858.182000', '154858.185000', '154858.187000', '154858.190000', '154858.193000', '154858.195000', '154858.198000', '154858.200000', '154858.203000', '154858.206000', '154858.209000', '154858.211000', '154858.214000', '154858.216000', '154858.219000', '154858.221000', '154858.224000', '154858.227000', '154858.229000', '154858.232000', '154858.234000', '154858.237000', '154858.239000', '154858.242000', '154858.245000', '154858.247000', '154918.129000', '154918.132000', '154918.134000', '154918.137000', '154918.139000', '154918.142000', '154918.145000', '154918.147000', '154918.150000', '154918.152000', '154918.155000', '154918.157000', '154918.160000', '154918.163000', '154918.165000', '154918.168000', '154918.171000', '154918.174000', '154918.176000', '154918.179000', '154918.181000', '154918.184000', '154918.187000', '154918.189000', '154918.192000', '154918.194000', '154918.197000', '154918.200000', '154918.202000', '154918.205000', '154918.207000', '154918.210000', '154918.212000', '154918.215000', '154918.218000', '154918.220000', '154918.223000', '154918.225000', '154918.228000', '154918.230000', '154918.233000', '154918.236000', '154918.238000', '154918.241000', '154938.127000', '154938.130000', '154938.133000', '154938.135000', '154938.138000', '154938.141000', '154938.143000', '154938.146000', '154938.148000', '154938.151000', '154938.153000', '154938.156000', '154938.159000', '154938.161000', '154938.164000', '154938.166000', '154938.169000', '154938.171000', '154938.174000', '154938.176000', '154938.179000', '154938.182000', '154938.184000', '154938.187000', '154938.189000', '154938.192000', '154938.195000', '154938.197000', '154938.200000', '154938.202000', '154938.205000', '154938.208000', '154938.210000', '154938.213000', '154938.215000', '154938.218000', '154938.220000', '154938.223000', '154938.225000', '154938.228000', '154938.231000', '154938.235000', '154938.237000', '154958.128000', '154958.131000', '154958.134000', '154958.137000', '154958.139000', '154958.142000', '154958.144000', '154958.147000', '154958.149000', '154958.152000', '154958.154000', '154958.157000', '154958.160000', '154958.162000', '154958.165000', '154958.167000', '154958.170000', '154958.173000', '154958.176000', '154958.179000', '154958.182000', '154958.184000', '154958.187000', '154958.190000', '154958.192000', '154958.195000', '154958.198000', '154958.200000', '154958.203000', '154958.205000', '154958.208000', '154958.211000', '154958.213000', '154958.216000', '154958.218000', '154958.221000', '154958.224000', '154958.226000', '154958.229000', '154958.232000', '154958.234000', '154958.237000', '154958.239000', '155018.129000', '155018.131000', '155018.134000', '155018.137000', '155018.139000', '155018.142000', '155018.144000', '155018.147000', '155018.149000', '155018.152000', '155018.155000', '155018.157000', '155018.160000', '155018.162000', '155018.165000', '155018.168000', '155018.170000', '155018.173000', '155018.175000', '155018.178000', '155018.180000', '155018.183000', '155018.186000', '155018.188000', '155018.191000', '155018.193000', '155018.196000', '155018.199000', '155018.201000', '155018.204000', '155018.207000', '155018.209000', '155018.212000', '155018.214000', '155018.217000', '155018.219000', '155018.222000', '155018.225000', '155018.227000', '155018.239000', '155018.242000', '155018.244000', '155018.247000', '155018.249000', '155018.842000', '155018.845000'], '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': [9374, 9298, 9206, 10715, 8540, 11277, 8957, 8748, 8994, 8871, 10025, 8980, 10067, 9037, 9285, 9551, 9467, 10338, 8903, 8334, 8888, 9067, 8773, 8910, 9460, 8877, 8722, 9252, 8721, 9558, 9239, 11413, 8978, 9108, 9356, 8922, 9430, 9202, 10662, 9256, 8935, 8992, 8547, 9322, 8521, 8804, 9049, 8602, 8173, 9298, 8450, 8996, 9457, 8909, 9351, 10358, 9503, 9070, 8746, 9606, 9361, 8689, 9611, 9688, 8441, 10502, 9401, 7919, 9010, 9621, 9040, 9612, 7958, 9523, 10013, 9542, 9689, 9948, 11574, 9488, 11341, 11902, 9725, 11967, 9767, 12185, 11970, 9780, 9444, 9621, 11108, 11631, 11657, 11944, 9770, 9748, 9470, 8856, 10087, 10073, 9897, 9869, 8783, 9967, 9818, 9661, 9776, 9576, 9928, 9531, 10793, 9495, 9437, 9697, 9161, 9962, 9837, 9205, 10395, 9545, 10765, 9796, 9370, 10029, 9276, 8669, 9722, 8913, 9480, 9398, 9218, 11252, 10156, 10570, 8783, 9478, 10327, 11024, 9721, 9259, 9771, 8979, 9647, 9070, 9731, 9859, 9405, 9753, 9990, 9884, 9595, 10065, 8937, 10597, 9765, 12344, 10602, 12257, 12090, 12884, 9642, 9356, 9582, 11306, 10980, 12553, 9678, 9356, 9173, 8975, 9789, 9248, 10219, 9920, 10203, 9150, 9421, 9294, 9836, 9299, 9577, 9804, 9747, 9519, 9507, 9470, 10060, 11050, 9950, 10178, 8922, 9520, 9724, 10032, 10950, 9710, 8922, 9971, 8588, 9698, 9494, 8210, 8793, 9755, 8498, 9007, 9301, 9060, 8309, 10855, 9185, 8503, 11164, 9731, 9364, 8293, 8011, 8927, 9543, 10029, 9392, 10306, 9293, 8944, 10739, 9122, 11526, 12179, 9365, 9339, 9207, 9537, 8794, 9767, 9416, 12891, 9911, 9162, 9241, 8936, 9509, 8623, 10350, 9306, 11023, 9217, 10480, 9903, 9094, 9004, 9333, 10840, 11671, 12329, 12677, 12592, 8793, 9603, 9144, 9292, 9748, 8919, 9999, 10107, 9364, 9735, 8754, 9931, 9511, 9453, 9518, 8479, 9398, 9274, 9437, 9048, 9292, 8774, 9159, 9221, 9329, 9942, 8377, 9333, 9147, 8408, 8936, 8432, 11475, 10169, 11966, 11325, 12006, 8704, 10287, 9018, 12504, 12233, 12451, 9891, 11804, 9824, 12180, 9356, 8791, 8994, 8888, 8683, 9349, 8992, 8899, 9131, 8567, 9200, 9097, 8802, 9125, 9023, 9181, 8461, 8498, 9202, 8598, 9004, 8551, 9487, 10207, 9185, 11769, 10451, 8816, 9459, 9220, 9048, 9013, 9561, 10026, 10603, 11257, 10376, 8994, 9141, 8447, 9379, 8494, 8904, 9305, 8780, 8852, 9232, 8727, 8991, 9998, 8847, 7999, 9159, 8994, 9332, 11585, 8881, 12284, 9237, 12986, 9596, 12180, 11396, 8771, 8917, 8530, 9221, 8561, 10727, 9119, 8470, 8768, 9112, 9444, 8828, 11404, 9826, 10896, 10196, 8500, 8755, 8250, 9049, 10691, 11762, 12157, 10222, 8713, 8819, 8673, 8016, 8539, 8369, 8972, 11184, 9706, 8925, 8987, 8913, 9003, 10553, 10570, 10599, 8672, 8728, 8754, 8241, 8873, 9270, 8464, 9648, 9090, 9221, 8877, 8423, 8963, 9036, 8465, 10035, 11748, 9500, 12176, 11718, 8645, 8702, 8692, 8857, 11455, 11224, 8660, 9718, 9188, 11137, 10167, 10231, 9917, 8346, 8583, 8453, 7820, 8432, 8797, 8927, 8231, 8119, 8806, 7917, 9222, 8634, 10924, 8481, 8375, 8818, 9245, 10322, 11406, 11431, 8464, 9124, 8121, 8875, 8921, 11807, 10657, 11498, 8347, 8519, 8930, 10996, 10565, 8531, 10858, 8558, 8419, 8885, 10241, 9072, 10944, 8951, 8600, 9012, 8387, 9063, 8777, 8758, 8693, 9182, 9232, 9687, 9053, 8746, 9645, 8655, 9693, 8625, 8424, 8530, 8668, 8790, 8953, 8658, 9060, 8789, 8666, 8403, 8753, 8788, 10055, 8471, 8704, 7917, 9587, 8472, 10016, 8361, 10078, 8457, 8458, 8424, 8783, 8604, 11377, 10422, 8549, 9004, 7786, 9258, 10141, 10520, 8392, 8598, 8074, 8802, 10011, 8479, 9111, 8213, 8472, 8372, 8797, 8933, 8603, 9171, 9934, 9329, 8297, 9286, 8612, 9473, 9582, 9198, 10087, 9465, 9104, 8029, 7945, 8238, 8417, 8189, 8841, 9667, 10368, 10738, 8958, 8375, 9449, 9600, 8652, 12361, 8769, 9347, 10825, 9862, 8743, 9139, 8714, 9322, 9569, 11542, 8497, 8448, 8979, 8806, 10008, 10909, 10954, 8563, 9118, 9147, 8821, 8928, 9785, 8456, 10999, 8893, 8787, 8610, 9163, 8912, 9056, 9073, 8822, 8782, 8851, 9528, 9817, 11704, 8839, 9682, 9682, 9989, 8597, 8984, 8659, 8652, 8893, 8402, 9032, 8718, 8249, 8632, 9523, 8673, 9222, 9327, 8567, 9495, 9848, 8697, 8544, 10373, 10057, 9976, 9384, 8786, 7878, 8929, 9281, 9235, 9408, 9366, 8510, 7354, 8083, 7950, 8765, 7541, 8744, 7072, 8934, 9230, 9148, 10035, 8818, 9011, 8301, 7272, 7985, 8062, 8572, 8595, 9056, 7971, 8325, 10293, 9463, 9005, 10295, 9078, 8038, 8366, 7868, 8661, 8263, 9059, 7878, 9293, 7899, 9158, 8140, 9033, 8848, 8535, 8004, 9608, 7992, 11142, 9569, 9773, 10084, 9879, 8688, 7143, 8063, 7959, 8239, 8126, 8658, 8756, 9999, 8919, 8442, 8941, 8560, 10177, 9198, 9365, 9102, 8925, 9801, 8349, 10435, 8972, 8403, 7041, 8025, 9368, 7718, 9231, 8008, 7200, 7637, 7313, 8128, 10346, 8773, 7548, 7798, 7695, 9449, 9176, 10255, 9097, 11057, 10015, 8456, 8703, 7642, 8949, 10969, 10245, 10545, 8614, 9248, 7967, 8681, 8179, 8759, 7953, 8406, 7788, 8316, 7627, 8634, 8490, 8288, 8409, 8720, 8234, 7949, 8535, 7305, 8781, 7772, 9106, 7502, 8862, 8517, 7731, 9497, 8560, 10032, 11526, 8197, 7896, 8138, 7326, 9996, 8820, 9427, 7915, 9692, 8135, 9339, 9400, 9146, 7595, 7934, 7777, 8520, 8104, 8639, 7851, 8395, 7610, 8611, 10054, 9051, 11128, 9062, 9933, 7619, 8831, 8504, 9044, 8630, 9029, 10449, 8938, 10513, 8543, 8354, 8409, 7787, 9036, 9316, 8282, 9460, 8580, 7621, 8618, 7434, 7553, 8811, 7832, 9039, 8252, 9427, 7772, 8099, 8487, 7484, 8190, 9695, 8794, 9334, 9253, 9484, 9160, 8515, 7804, 8714, 7696, 9094, 8014, 7630, 8229, 7783, 9331, 8028, 9241, 9298, 9312, 7993, 9154, 8360, 10068, 8300, 8259, 8659, 8052, 9065, 10191, 9096, 7966, 8427, 7799, 8670, 9782], 'WindowCenter': [4296.0, 4268.0, 4253.0, 4276.0, 4252.0, 4271.0, 4250.0, 4238.0, 4239.0, 4249.0, 4249.0, 4238.0, 4247.0, 4237.0, 4236.0, 4248.0, 4247.0, 4248.0, 4236.0, 4225.0, 4237.0, 4237.0, 4240.0, 4249.0, 4248.0, 4248.0, 4238.0, 4249.0, 4238.0, 4252.0, 4249.0, 4257.0, 4237.0, 4236.0, 4236.0, 4226.0, 4237.0, 4238.0, 4247.0, 4225.0, 4224.0, 4225.0, 4225.0, 4238.0, 4238.0, 4250.0, 4239.0, 4251.0, 4240.0, 4251.0, 4241.0, 4251.0, 4250.0, 4239.0, 4238.0, 4248.0, 4265.0, 4251.0, 4253.0, 4250.0, 4251.0, 4240.0, 4261.0, 4265.0, 4230.0, 4262.0, 4225.0, 4231.0, 4249.0, 4261.0, 4237.0, 4238.0, 4227.0, 4249.0, 4263.0, 4275.0, 4274.0, 4263.0, 4273.0, 4250.0, 4249.0, 4257.0, 4225.0, 4247.0, 4225.0, 4245.0, 4246.0, 4221.0, 4211.0, 4212.0, 4220.0, 4219.0, 4231.0, 4230.0, 4208.0, 4197.0, 4206.0, 4197.0, 4219.0, 4220.0, 4223.0, 4233.0, 4211.0, 4220.0, 4221.0, 4221.0, 4222.0, 4222.0, 4222.0, 4234.0, 4245.0, 4225.0, 4224.0, 4223.0, 4224.0, 4234.0, 4234.0, 4226.0, 4235.0, 4224.0, 4247.0, 4235.0, 4223.0, 4225.0, 4224.0, 4213.0, 4235.0, 4236.0, 4247.0, 4238.0, 4251.0, 4274.0, 4260.0, 4260.0, 4238.0, 4247.0, 4262.0, 4272.0, 4250.0, 4238.0, 4248.0, 4239.0, 4250.0, 4250.0, 4250.0, 4262.0, 4250.0, 4262.0, 4262.0, 4274.0, 4252.0, 4264.0, 4253.0, 4261.0, 4262.0, 4282.0, 4263.0, 4284.0, 4271.0, 4258.0, 4237.0, 4235.0, 4236.0, 4244.0, 4245.0, 4256.0, 4224.0, 4222.0, 4224.0, 4223.0, 4235.0, 4224.0, 4247.0, 4247.0, 4248.0, 4235.0, 4224.0, 4235.0, 4249.0, 4251.0, 4236.0, 4247.0, 4237.0, 4236.0, 4235.0, 4237.0, 4235.0, 4247.0, 4235.0, 4234.0, 4213.0, 4225.0, 4222.0, 4234.0, 4233.0, 4225.0, 4223.0, 4235.0, 4225.0, 4247.0, 4250.0, 4241.0, 4238.0, 4276.0, 4254.0, 4252.0, 4251.0, 4266.0, 4256.0, 4275.0, 4252.0, 4253.0, 4274.0, 4264.0, 4250.0, 4239.0, 4227.0, 4239.0, 4249.0, 4249.0, 4250.0, 4248.0, 4238.0, 4235.0, 4247.0, 4237.0, 4256.0, 4258.0, 4224.0, 4224.0, 4222.0, 4225.0, 4212.0, 4222.0, 4224.0, 4254.0, 4236.0, 4223.0, 4222.0, 4224.0, 4234.0, 4225.0, 4246.0, 4225.0, 4246.0, 4237.0, 4247.0, 4237.0, 4226.0, 4227.0, 4225.0, 4247.0, 4245.0, 4229.0, 4244.0, 4243.0, 4200.0, 4212.0, 4222.0, 4223.0, 4224.0, 4223.0, 4234.0, 4234.0, 4224.0, 4224.0, 4213.0, 4235.0, 4235.0, 4236.0, 4234.0, 4213.0, 4224.0, 4237.0, 4235.0, 4238.0, 4234.0, 4240.0, 4250.0, 4264.0, 4254.0, 4263.0, 4240.0, 4261.0, 4250.0, 4251.0, 4252.0, 4252.0, 4285.0, 4262.0, 4284.0, 4261.0, 4262.0, 4226.0, 4235.0, 4224.0, 4245.0, 4244.0, 4246.0, 4209.0, 4232.0, 4193.0, 4227.0, 4182.0, 4184.0, 4197.0, 4195.0, 4197.0, 4208.0, 4198.0, 4211.0, 4210.0, 4208.0, 4209.0, 4209.0, 4209.0, 4210.0, 4211.0, 4209.0, 4200.0, 4210.0, 4222.0, 4212.0, 4224.0, 4212.0, 4208.0, 4232.0, 4225.0, 4246.0, 4235.0, 4213.0, 4222.0, 4223.0, 4212.0, 4211.0, 4223.0, 4222.0, 4233.0, 4232.0, 4222.0, 4211.0, 4221.0, 4212.0, 4223.0, 4223.0, 4236.0, 4236.0, 4239.0, 4251.0, 4250.0, 4266.0, 4253.0, 4265.0, 4256.0, 4244.0, 4250.0, 4254.0, 4238.0, 4273.0, 4240.0, 4258.0, 4264.0, 4281.0, 4252.0, 4270.0, 4284.0, 4226.0, 4227.0, 4227.0, 4236.0, 4223.0, 4258.0, 4238.0, 4228.0, 4238.0, 4239.0, 4238.0, 4239.0, 4257.0, 4239.0, 4247.0, 4239.0, 4214.0, 4211.0, 4215.0, 4226.0, 4234.0, 4245.0, 4245.0, 4237.0, 4214.0, 4223.0, 4226.0, 4214.0, 4226.0, 4226.0, 4239.0, 4260.0, 4237.0, 4226.0, 4226.0, 4226.0, 4238.0, 4247.0, 4247.0, 4235.0, 4215.0, 4212.0, 4214.0, 4213.0, 4225.0, 4225.0, 4215.0, 4236.0, 4225.0, 4224.0, 4225.0, 4225.0, 4237.0, 4251.0, 4240.0, 4262.0, 4259.0, 4225.0, 4258.0, 4247.0, 4205.0, 4214.0, 4227.0, 4227.0, 4247.0, 4246.0, 4242.0, 4236.0, 4250.0, 4247.0, 4248.0, 4234.0, 4235.0, 4213.0, 4213.0, 4214.0, 4215.0, 4238.0, 4240.0, 4240.0, 4239.0, 4229.0, 4249.0, 4231.0, 4262.0, 4254.0, 4272.0, 4242.0, 4241.0, 4241.0, 4238.0, 4250.0, 4260.0, 4259.0, 4230.0, 4253.0, 4227.0, 4227.0, 4238.0, 4259.0, 4248.0, 4243.0, 4214.0, 4223.0, 4225.0, 4244.0, 4232.0, 4215.0, 4243.0, 4212.0, 4212.0, 4223.0, 4234.0, 4197.0, 4232.0, 4209.0, 4210.0, 4221.0, 4214.0, 4225.0, 4224.0, 4225.0, 4226.0, 4223.0, 4225.0, 4224.0, 4223.0, 4224.0, 4236.0, 4225.0, 4237.0, 4227.0, 4224.0, 4225.0, 4224.0, 4226.0, 4236.0, 4226.0, 4225.0, 4227.0, 4225.0, 4227.0, 4226.0, 4239.0, 4248.0, 4229.0, 4237.0, 4228.0, 4247.0, 4229.0, 4249.0, 4230.0, 4249.0, 4230.0, 4228.0, 4239.0, 4239.0, 4241.0, 4269.0, 4259.0, 4227.0, 4237.0, 4216.0, 4237.0, 4247.0, 4247.0, 4215.0, 4226.0, 4214.0, 4236.0, 4246.0, 4200.0, 4225.0, 4215.0, 4213.0, 4225.0, 4225.0, 4237.0, 4226.0, 4237.0, 4247.0, 4236.0, 4215.0, 4222.0, 4225.0, 4236.0, 4224.0, 4223.0, 4233.0, 4210.0, 4198.0, 4202.0, 4203.0, 4204.0, 4218.0, 4230.0, 4251.0, 4260.0, 4262.0, 4273.0, 4263.0, 4241.0, 4249.0, 4249.0, 4240.0, 4268.0, 4225.0, 4237.0, 4270.0, 4274.0, 4239.0, 4238.0, 4239.0, 4250.0, 4251.0, 4268.0, 4237.0, 4238.0, 4239.0, 4238.0, 4250.0, 4259.0, 4248.0, 4227.0, 4226.0, 4209.0, 4225.0, 4224.0, 4237.0, 4215.0, 4230.0, 4224.0, 4225.0, 4227.0, 4238.0, 4209.0, 4226.0, 4224.0, 4224.0, 4225.0, 4237.0, 4234.0, 4234.0, 4243.0, 4223.0, 4224.0, 4234.0, 4233.0, 4213.0, 4211.0, 4211.0, 4211.0, 4225.0, 4225.0, 4238.0, 4239.0, 4240.0, 4250.0, 4250.0, 4240.0, 4239.0, 4236.0, 4239.0, 4239.0, 4251.0, 4241.0, 4242.0, 4237.0, 4237.0, 4262.0, 4239.0, 4228.0, 4200.0, 4238.0, 4239.0, 4238.0, 4240.0, 4240.0, 4229.0, 4205.0, 4205.0, 4231.0, 4242.0, 4205.0, 4240.0, 4208.0, 4228.0, 4239.0, 4240.0, 4236.0, 4240.0, 4241.0, 4228.0, 4207.0, 4216.0, 4213.0, 4241.0, 4240.0, 4241.0, 4229.0, 4214.0, 4250.0, 4239.0, 4240.0, 4234.0, 4229.0, 4215.0, 4217.0, 4215.0, 4228.0, 4212.0, 4240.0, 4229.0, 4239.0, 4228.0, 4238.0, 4218.0, 4241.0, 4241.0, 4213.0, 4218.0, 4237.0, 4204.0, 4233.0, 4212.0, 4222.0, 4236.0, 4224.0, 4212.0, 4193.0, 4216.0, 4213.0, 4215.0, 4216.0, 4228.0, 4228.0, 4248.0, 4240.0, 4216.0, 4229.0, 4228.0, 4245.0, 4223.0, 4237.0, 4229.0, 4226.0, 4263.0, 4243.0, 4262.0, 4239.0, 4229.0, 4193.0, 4241.0, 4249.0, 4230.0, 4238.0, 4228.0, 4213.0, 4230.0, 4231.0, 4241.0, 4274.0, 4241.0, 4202.0, 4218.0, 4205.0, 4249.0, 4240.0, 4247.0, 4227.0, 4247.0, 4250.0, 4215.0, 4216.0, 4204.0, 4212.0, 4234.0, 4221.0, 4232.0, 4213.0, 4196.0, 4204.0, 4197.0, 4214.0, 4213.0, 4214.0, 4211.0, 4191.0, 4211.0, 4189.0, 4201.0, 4226.0, 4215.0, 4215.0, 4224.0, 4215.0, 4214.0, 4225.0, 4206.0, 4229.0, 4219.0, 4239.0, 4222.0, 4242.0, 4243.0, 4232.0, 4264.0, 4244.0, 4266.0, 4299.0, 4256.0, 4216.0, 4231.0, 4233.0, 4263.0, 4252.0, 4249.0, 4231.0, 4248.0, 4216.0, 4238.0, 4250.0, 4240.0, 4230.0, 4231.0, 4216.0, 4253.0, 4243.0, 4239.0, 4243.0, 4253.0, 4242.0, 4253.0, 4252.0, 4241.0, 4260.0, 4239.0, 4238.0, 4206.0, 4225.0, 4226.0, 4212.0, 4200.0, 4225.0, 4218.0, 4210.0, 4234.0, 4216.0, 4213.0, 4215.0, 4215.0, 4237.0, 4236.0, 4225.0, 4237.0, 4227.0, 4204.0, 4226.0, 4205.0, 4203.0, 4226.0, 4217.0, 4225.0, 4228.0, 4225.0, 4202.0, 4217.0, 4229.0, 4206.0, 4212.0, 4224.0, 4226.0, 4226.0, 4226.0, 4238.0, 4225.0, 4215.0, 4203.0, 4225.0, 4216.0, 4220.0, 4228.0, 4217.0, 4241.0, 4230.0, 4251.0, 4231.0, 4253.0, 4250.0, 4228.0, 4230.0, 4238.0, 4255.0, 4262.0, 4242.0, 4229.0, 4240.0, 4226.0, 4241.0, 4260.0, 4240.0, 4229.0, 4239.0, 4230.0, 4253.0, 4263.0], 'WindowWidth': [9517.0, 9455.0, 9424.0, 9462.0, 9422.0, 9442.0, 9413.0, 9394.0, 9397.0, 9412.0, 9412.0, 9393.0, 9404.0, 9390.0, 9385.0, 9407.0, 9405.0, 9403.0, 9387.0, 9370.0, 9387.0, 9389.0, 9399.0, 9410.0, 9408.0, 9407.0, 9393.0, 9408.0, 9393.0, 9417.0, 9409.0, 9416.0, 9387.0, 9385.0, 9385.0, 9370.0, 9387.0, 9390.0, 9400.0, 9368.0, 9364.0, 9368.0, 9367.0, 9389.0, 9394.0, 9412.0, 9393.0, 9416.0, 9399.0, 9414.0, 9401.0, 9416.0, 9409.0, 9394.0, 9392.0, 9404.0, 9442.0, 9416.0, 9419.0, 9410.0, 9414.0, 9397.0, 9428.0, 9441.0, 9381.0, 9429.0, 9364.0, 9385.0, 9408.0, 9426.0, 9387.0, 9387.0, 9372.0, 9407.0, 9433.0, 9452.0, 9452.0, 9432.0, 9445.0, 9409.0, 9404.0, 9411.0, 9365.0, 9396.0, 9365.0, 9389.0, 9394.0, 9351.0, 9338.0, 9340.0, 9348.0, 9344.0, 9365.0, 9362.0, 9327.0, 9313.0, 9324.0, 9313.0, 9345.0, 9347.0, 9358.0, 9375.0, 9340.0, 9349.0, 9353.0, 9354.0, 9357.0, 9356.0, 9357.0, 9377.0, 9393.0, 9364.0, 9360.0, 9360.0, 9362.0, 9376.0, 9377.0, 9368.0, 9378.0, 9364.0, 9397.0, 9379.0, 9360.0, 9363.0, 9362.0, 9347.0, 9377.0, 9385.0, 9400.0, 9390.0, 9411.0, 9448.0, 9423.0, 9420.0, 9391.0, 9400.0, 9429.0, 9442.0, 9408.0, 9391.0, 9404.0, 9393.0, 9412.0, 9411.0, 9409.0, 9429.0, 9411.0, 9430.0, 9431.0, 9450.0, 9416.0, 9436.0, 9419.0, 9428.0, 9429.0, 9454.0, 9432.0, 9462.0, 9439.0, 9415.0, 9385.0, 9379.0, 9381.0, 9392.0, 9394.0, 9411.0, 9364.0, 9357.0, 9362.0, 9361.0, 9381.0, 9365.0, 9398.0, 9402.0, 9400.0, 9380.0, 9363.0, 9380.0, 9407.0, 9411.0, 9385.0, 9398.0, 9385.0, 9384.0, 9379.0, 9385.0, 9381.0, 9399.0, 9379.0, 9374.0, 9346.0, 9365.0, 9359.0, 9376.0, 9374.0, 9364.0, 9360.0, 9377.0, 9368.0, 9401.0, 9411.0, 9400.0, 9388.0, 9457.0, 9427.0, 9419.0, 9415.0, 9446.0, 9430.0, 9453.0, 9415.0, 9418.0, 9451.0, 9435.0, 9409.0, 9395.0, 9377.0, 9394.0, 9407.0, 9408.0, 9410.0, 9404.0, 9389.0, 9383.0, 9400.0, 9386.0, 9411.0, 9415.0, 9364.0, 9362.0, 9357.0, 9362.0, 9342.0, 9357.0, 9364.0, 9403.0, 9383.0, 9361.0, 9357.0, 9364.0, 9376.0, 9367.0, 9397.0, 9367.0, 9395.0, 9384.0, 9397.0, 9384.0, 9368.0, 9372.0, 9366.0, 9397.0, 9392.0, 9357.0, 9387.0, 9382.0, 9321.0, 9341.0, 9357.0, 9360.0, 9360.0, 9361.0, 9374.0, 9375.0, 9361.0, 9363.0, 9346.0, 9380.0, 9380.0, 9382.0, 9375.0, 9347.0, 9364.0, 9386.0, 9381.0, 9389.0, 9378.0, 9396.0, 9408.0, 9436.0, 9422.0, 9429.0, 9396.0, 9429.0, 9409.0, 9416.0, 9417.0, 9419.0, 9465.0, 9430.0, 9460.0, 9427.0, 9424.0, 9370.0, 9378.0, 9363.0, 9393.0, 9387.0, 9396.0, 9333.0, 9366.0, 9298.0, 9353.0, 9281.0, 9292.0, 9311.0, 9307.0, 9313.0, 9328.0, 9316.0, 9341.0, 9337.0, 9333.0, 9335.0, 9332.0, 9333.0, 9337.0, 9339.0, 9335.0, 9326.0, 9339.0, 9357.0, 9344.0, 9362.0, 9345.0, 9328.0, 9371.0, 9365.0, 9394.0, 9377.0, 9345.0, 9357.0, 9359.0, 9345.0, 9341.0, 9362.0, 9356.0, 9373.0, 9372.0, 9355.0, 9341.0, 9354.0, 9344.0, 9359.0, 9362.0, 9384.0, 9386.0, 9396.0, 9413.0, 9408.0, 9446.0, 9421.0, 9438.0, 9427.0, 9406.0, 9409.0, 9419.0, 9390.0, 9442.0, 9394.0, 9413.0, 9435.0, 9452.0, 9414.0, 9436.0, 9461.0, 9370.0, 9370.0, 9372.0, 9383.0, 9360.0, 9414.0, 9390.0, 9374.0, 9389.0, 9391.0, 9388.0, 9391.0, 9411.0, 9390.0, 9399.0, 9389.0, 9350.0, 9337.0, 9351.0, 9368.0, 9377.0, 9390.0, 9392.0, 9385.0, 9348.0, 9360.0, 9369.0, 9352.0, 9372.0, 9372.0, 9395.0, 9422.0, 9383.0, 9368.0, 9370.0, 9369.0, 9387.0, 9400.0, 9398.0, 9378.0, 9350.0, 9344.0, 9350.0, 9348.0, 9365.0, 9366.0, 9355.0, 9381.0, 9365.0, 9362.0, 9367.0, 9370.0, 9391.0, 9417.0, 9399.0, 9428.0, 9419.0, 9365.0, 9411.0, 9391.0, 9329.0, 9345.0, 9371.0, 9371.0, 9397.0, 9397.0, 9403.0, 9386.0, 9410.0, 9397.0, 9402.0, 9375.0, 9377.0, 9348.0, 9346.0, 9349.0, 9353.0, 9392.0, 9399.0, 9395.0, 9393.0, 9379.0, 9407.0, 9385.0, 9430.0, 9423.0, 9442.0, 9402.0, 9399.0, 9400.0, 9391.0, 9410.0, 9423.0, 9420.0, 9381.0, 9419.0, 9375.0, 9372.0, 9392.0, 9420.0, 9402.0, 9389.0, 9351.0, 9361.0, 9367.0, 9391.0, 9366.0, 9351.0, 9388.0, 9345.0, 9343.0, 9361.0, 9377.0, 9312.0, 9370.0, 9337.0, 9339.0, 9358.0, 9352.0, 9367.0, 9367.0, 9368.0, 9370.0, 9362.0, 9369.0, 9364.0, 9363.0, 9364.0, 9382.0, 9369.0, 9387.0, 9374.0, 9365.0, 9368.0, 9366.0, 9372.0, 9384.0, 9373.0, 9368.0, 9373.0, 9369.0, 9374.0, 9372.0, 9395.0, 9406.0, 9380.0, 9389.0, 9379.0, 9401.0, 9381.0, 9408.0, 9385.0, 9409.0, 9383.0, 9378.0, 9395.0, 9395.0, 9401.0, 9436.0, 9421.0, 9375.0, 9388.0, 9357.0, 9388.0, 9400.0, 9400.0, 9355.0, 9369.0, 9353.0, 9384.0, 9400.0, 9325.0, 9369.0, 9353.0, 9349.0, 9368.0, 9370.0, 9387.0, 9371.0, 9389.0, 9403.0, 9386.0, 9355.0, 9355.0, 9367.0, 9383.0, 9363.0, 9360.0, 9373.0, 9332.0, 9315.0, 9331.0, 9329.0, 9331.0, 9356.0, 9378.0, 9413.0, 9427.0, 9430.0, 9447.0, 9436.0, 9400.0, 9406.0, 9407.0, 9395.0, 9430.0, 9367.0, 9387.0, 9438.0, 9450.0, 9393.0, 9388.0, 9393.0, 9412.0, 9412.0, 9431.0, 9389.0, 9391.0, 9394.0, 9391.0, 9411.0, 9422.0, 9404.0, 9372.0, 9370.0, 9335.0, 9368.0, 9364.0, 9385.0, 9352.0, 9362.0, 9364.0, 9365.0, 9373.0, 9392.0, 9335.0, 9371.0, 9365.0, 9365.0, 9367.0, 9386.0, 9377.0, 9377.0, 9388.0, 9361.0, 9363.0, 9377.0, 9373.0, 9345.0, 9341.0, 9341.0, 9343.0, 9368.0, 9366.0, 9394.0, 9397.0, 9399.0, 9414.0, 9409.0, 9396.0, 9392.0, 9386.0, 9392.0, 9390.0, 9408.0, 9395.0, 9399.0, 9382.0, 9387.0, 9430.0, 9390.0, 9372.0, 9323.0, 9388.0, 9394.0, 9390.0, 9395.0, 9394.0, 9377.0, 9342.0, 9337.0, 9385.0, 9402.0, 9338.0, 9396.0, 9351.0, 9370.0, 9393.0, 9395.0, 9381.0, 9397.0, 9400.0, 9376.0, 9348.0, 9352.0, 9348.0, 9401.0, 9398.0, 9401.0, 9380.0, 9349.0, 9409.0, 9389.0, 9395.0, 9374.0, 9378.0, 9354.0, 9359.0, 9354.0, 9376.0, 9345.0, 9397.0, 9382.0, 9392.0, 9378.0, 9389.0, 9360.0, 9399.0, 9398.0, 9347.0, 9363.0, 9385.0, 9333.0, 9370.0, 9339.0, 9356.0, 9381.0, 9363.0, 9346.0, 9320.0, 9355.0, 9349.0, 9356.0, 9357.0, 9375.0, 9375.0, 9403.0, 9393.0, 9359.0, 9376.0, 9373.0, 9394.0, 9357.0, 9387.0, 9376.0, 9369.0, 9434.0, 9407.0, 9431.0, 9392.0, 9378.0, 9319.0, 9402.0, 9412.0, 9383.0, 9387.0, 9377.0, 9355.0, 9384.0, 9387.0, 9400.0, 9453.0, 9400.0, 9332.0, 9365.0, 9339.0, 9407.0, 9396.0, 9403.0, 9373.0, 9400.0, 9409.0, 9353.0, 9354.0, 9338.0, 9338.0, 9374.0, 9355.0, 9370.0, 9346.0, 9311.0, 9335.0, 9314.0, 9350.0, 9347.0, 9350.0, 9343.0, 9309.0, 9344.0, 9306.0, 9325.0, 9370.0, 9353.0, 9353.0, 9366.0, 9354.0, 9352.0, 9368.0, 9346.0, 9377.0, 9365.0, 9394.0, 9376.0, 9401.0, 9404.0, 9390.0, 9434.0, 9407.0, 9441.0, 9494.0, 9428.0, 9355.0, 9387.0, 9394.0, 9432.0, 9416.0, 9409.0, 9386.0, 9405.0, 9353.0, 9392.0, 9409.0, 9395.0, 9385.0, 9386.0, 9357.0, 9421.0, 9408.0, 9396.0, 9409.0, 9420.0, 9405.0, 9421.0, 9417.0, 9398.0, 9421.0, 9392.0, 9390.0, 9344.0, 9368.0, 9370.0, 9341.0, 9322.0, 9366.0, 9343.0, 9335.0, 9379.0, 9355.0, 9349.0, 9354.0, 9356.0, 9387.0, 9384.0, 9370.0, 9386.0, 9372.0, 9339.0, 9372.0, 9342.0, 9332.0, 9371.0, 9361.0, 9369.0, 9377.0, 9363.0, 9332.0, 9361.0, 9378.0, 9345.0, 9343.0, 9361.0, 9370.0, 9370.0, 9370.0, 9387.0, 9367.0, 9353.0, 9336.0, 9368.0, 9356.0, 9352.0, 9377.0, 9361.0, 9399.0, 9385.0, 9414.0, 9388.0, 9418.0, 9410.0, 9372.0, 9382.0, 9390.0, 9428.0, 9432.0, 9403.0, 9380.0, 9398.0, 9374.0, 9401.0, 9426.0, 9399.0, 9382.0, 9394.0, 9384.0, 9421.0, 9435.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.002724735632183908</td></tr>
<tr><td colspan=3>aqi</td><td>0.040892025747126436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.09425425116229</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1721754776064437</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014275622543153</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>6187.5474</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13286130966971116</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.126436781609197</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499290242661892</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4008704882133327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7523262071067025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3446740326656403</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119753</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014662832021713257</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027804866433143616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.008850893890903</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>31.0377</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0296</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.3308</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.781</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.375</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.5981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.9877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.7397</td></tr>
<tr><td colspan=3>tsnr</td><td>31.562863936414942</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>