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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-06_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-06_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-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-06_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>b0aad575146c4a47d2bee3538a6973e6</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:30:38.177500</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.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.093138</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>27de5849-765a-4460-ab21-4b502424df5c||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.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [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': ['153038.177500', '153038.637500', '153039.097500', '153039.557500', '153040.017500', '153040.477500', '153040.937500', '153041.397500', '153041.857500', '153042.317500', '153042.777500', '153043.237500', '153043.697500', '153044.157500', '153044.617500', '153045.077500', '153045.537500', '153045.997500', '153046.457500', '153046.917500', '153047.377500', '153047.837500', '153048.297500', '153048.757500', '153049.217500', '153049.677500', '153050.137500', '153050.597500', '153051.057500', '153051.517500', '153051.977500', '153052.437500', '153052.897500', '153053.357500', '153053.817500', '153054.277500', '153054.737500', '153055.197500', '153055.657500', '153056.117500', '153056.577500', '153057.037500', '153057.497500', '153057.957500', '153058.417500', '153058.877500', '153059.337500', '153059.797500', '153100.257500', '153100.717500', '153101.177500', '153101.637500', '153102.097500', '153102.557500', '153103.017500', '153103.477500', '153103.937500', '153104.397500', '153104.857500', '153105.317500', '153105.777500', '153106.237500', '153106.697500', '153107.157500', '153107.617500', '153108.077500', '153108.537500', '153108.997500', '153109.457500', '153109.917500', '153110.377500', '153110.837500', '153111.297500', '153111.757500', '153112.217500', '153112.677500', '153113.137500', '153113.597500', '153114.057500', '153114.517500', '153114.977500', '153115.437500', '153115.897500', '153116.357500', '153116.817500', '153117.277500', '153117.737500', '153118.197500', '153118.657500', '153119.117500', '153119.577500', '153120.037500', '153120.497500', '153120.957500', '153121.417500', '153121.877500', '153122.337500', '153122.797500', '153123.257500', '153123.717500', '153124.177500', '153124.637500', '153125.097500', '153125.557500', '153126.017500', '153126.477500', '153126.937500', '153127.397500', '153127.857500', '153128.317500', '153128.777500', '153129.237500', '153129.697500', '153130.157500', '153130.617500', '153131.077500', '153131.537500', '153131.997500', '153132.457500', '153132.917500', '153133.377500', '153133.837500', '153134.297500', '153134.757500', '153135.217500', '153135.677500', '153136.137500', '153136.597500', '153137.057500', '153137.517500', '153137.977500', '153138.437500', '153138.897500', '153139.357500', '153139.817500', '153140.277500', '153140.737500', '153141.197500', '153141.657500', '153142.117500', '153142.577500', '153143.037500', '153143.497500', '153143.957500', '153144.417500', '153144.877500', '153145.337500', '153145.797500', '153146.257500', '153146.717500', '153147.177500', '153147.637500', '153148.097500', '153148.557500', '153149.017500', '153149.477500', '153149.937500', '153150.397500', '153150.857500', '153151.317500', '153151.777500', '153152.237500', '153152.697500', '153153.157500', '153153.617500', '153154.077500', '153154.537500', '153154.997500', '153155.457500', '153155.917500', '153156.377500', '153156.837500', '153157.297500', '153157.757500', '153158.217500', '153158.677500', '153159.137500', '153159.597500', '153200.057500', '153200.517500', '153200.977500', '153201.437500', '153201.897500', '153202.357500', '153202.817500', '153203.277500', '153203.737500', '153204.197500', '153204.657500', '153205.117500', '153205.577500', '153206.037500', '153206.497500', '153206.957500', '153207.417500', '153207.877500', '153208.337500', '153208.797500', '153209.257500', '153209.717500', '153210.177500', '153210.637500', '153211.097500', '153211.557500', '153212.017500', '153212.477500', '153212.937500', '153213.397500', '153213.857500', '153214.317500', '153214.777500', '153215.237500', '153215.697500', '153216.157500', '153216.617500', '153217.077500', '153217.537500', '153217.997500', '153218.457500', '153218.917500', '153219.377500', '153219.837500', '153220.297500', '153220.757500', '153221.217500', '153221.677500', '153222.137500', '153222.597500', '153223.057500', '153223.517500', '153223.977500', '153224.437500', '153224.897500', '153225.357500', '153225.817500', '153226.277500', '153226.737500', '153227.197500', '153227.657500', '153228.117500', '153228.577500', '153229.037500', '153229.497500', '153229.957500', '153230.417500', '153230.877500', '153231.337500', '153231.797500', '153232.257500', '153232.717500', '153233.177500', '153233.637500', '153234.097500', '153234.557500', '153235.017500', '153235.477500', '153235.937500', '153236.397500', '153236.857500', '153237.317500', '153237.777500', '153238.237500', '153238.697500', '153239.157500', '153239.617500', '153240.077500', '153240.537500', '153240.997500', '153241.457500', '153241.917500', '153242.377500', '153242.837500', '153243.297500', '153243.757500', '153244.217500', '153244.677500', '153245.137500', '153245.597500', '153246.057500', '153246.517500', '153246.977500', '153247.437500', '153247.897500', '153248.357500', '153248.817500', '153249.277500', '153249.737500', '153250.197500', '153250.657500', '153251.117500', '153251.577500', '153252.037500', '153252.497500', '153252.957500', '153253.417500', '153253.877500', '153254.337500', '153254.797500', '153255.257500', '153255.717500', '153256.177500', '153256.637500', '153257.097500', '153257.557500', '153258.017500', '153258.477500', '153258.937500', '153259.397500', '153259.857500', '153300.317500', '153300.777500', '153301.237500', '153301.697500', '153302.157500', '153302.617500', '153303.077500', '153303.537500', '153303.997500', '153304.457500', '153304.917500', '153305.377500', '153305.837500', '153306.297500', '153306.757500', '153307.217500', '153307.677500', '153308.137500', '153308.597500', '153309.057500', '153309.517500', '153309.977500', '153310.437500', '153310.897500', '153311.357500', '153311.817500', '153312.277500', '153312.737500', '153313.197500', '153313.657500', '153314.117500', '153314.577500', '153315.037500', '153315.497500', '153315.957500', '153316.417500', '153316.877500', '153317.337500', '153317.797500', '153318.257500', '153318.717500', '153319.177500', '153319.637500', '153320.097500', '153320.557500', '153321.017500', '153321.477500', '153321.937500', '153322.397500', '153322.857500', '153323.317500', '153323.777500', '153324.237500', '153324.697500', '153325.157500', '153325.617500', '153326.077500', '153326.537500', '153326.997500', '153327.457500', '153327.917500', '153328.377500', '153328.837500', '153329.297500', '153329.757500', '153330.217500', '153330.677500', '153331.137500', '153331.597500', '153332.057500', '153332.517500', '153332.977500', '153333.437500', '153333.897500', '153334.357500', '153334.817500', '153335.277500', '153335.737500', '153336.197500', '153336.657500', '153337.117500', '153337.577500', '153338.037500', '153338.497500', '153338.957500', '153339.417500', '153339.877500', '153340.337500', '153340.797500', '153341.257500', '153341.717500', '153342.177500', '153342.637500', '153343.097500', '153343.557500', '153344.017500', '153344.477500', '153344.937500', '153345.397500', '153345.857500', '153346.317500', '153346.777500', '153347.237500', '153347.697500', '153348.157500', '153348.617500', '153349.077500', '153349.537500', '153349.997500', '153350.457500', '153350.917500', '153351.377500', '153351.837500', '153352.297500', '153352.757500', '153353.217500', '153353.677500', '153354.137500', '153354.597500', '153355.057500', '153355.517500', '153355.977500', '153356.437500', '153356.897500', '153357.357500', '153357.817500', '153358.277500', '153358.737500', '153359.197500', '153359.657500', '153400.117500', '153400.577500', '153401.037500', '153401.497500', '153401.957500', '153402.417500', '153402.877500', '153403.337500', '153403.797500', '153404.257500', '153404.717500', '153405.177500', '153405.637500', '153406.097500', '153406.557500', '153407.017500', '153407.477500', '153407.937500', '153408.397500', '153408.857500', '153409.317500', '153409.777500', '153410.237500', '153410.697500', '153411.157500', '153411.617500', '153412.077500', '153412.537500', '153412.997500', '153413.457500', '153413.917500', '153414.377500', '153414.837500', '153415.297500', '153415.757500', '153416.217500', '153416.677500', '153417.137500', '153417.597500', '153418.057500', '153418.517500', '153418.977500', '153419.437500', '153419.897500', '153420.357500', '153420.817500', '153421.277500', '153421.737500', '153422.197500', '153422.657500', '153423.117500', '153423.577500', '153424.037500', '153424.497500', '153424.957500', '153425.417500', '153425.877500', '153426.337500', '153426.797500', '153427.257500', '153427.717500', '153428.177500', '153428.637500', '153429.097500', '153429.557500', '153430.017500', '153430.477500', '153430.937500', '153431.397500', '153431.857500', '153432.317500', '153432.777500', '153433.237500', '153433.697500', '153434.157500', '153434.617500', '153435.077500', '153435.537500', '153435.997500', '153436.457500', '153436.917500', '153437.377500', '153437.837500', '153438.297500', '153438.757500', '153439.217500', '153439.677500', '153440.137500', '153440.597500', '153441.057500', '153441.517500', '153441.977500', '153442.437500', '153442.897500', '153443.357500', '153443.817500', '153444.277500', '153444.737500', '153445.197500', '153445.657500', '153446.117500', '153446.577500', '153447.037500', '153447.497500', '153447.957500', '153448.417500', '153448.877500', '153449.337500', '153449.797500', '153450.257500', '153450.717500', '153451.177500', '153451.637500', '153452.097500', '153452.557500', '153453.017500', '153453.477500', '153453.937500', '153454.397500', '153454.857500', '153455.317500', '153455.777500', '153456.237500', '153456.697500', '153457.157500', '153457.617500', '153458.077500', '153458.537500', '153458.997500', '153459.457500', '153459.917500', '153500.377500', '153500.837500', '153501.297500', '153501.757500', '153502.217500', '153502.677500', '153503.137500', '153503.597500', '153504.057500', '153504.517500', '153504.977500', '153505.437500', '153505.897500', '153506.357500', '153506.817500', '153507.277500', '153507.737500', '153508.197500', '153508.657500', '153509.117500', '153509.577500', '153510.037500', '153510.497500', '153510.957500', '153511.417500', '153511.877500', '153512.337500', '153512.797500', '153513.257500', '153513.717500', '153514.177500', '153514.637500', '153515.097500', '153515.557500', '153516.017500', '153516.477500', '153516.937500', '153517.397500', '153517.857500', '153518.317500', '153518.777500', '153519.237500', '153519.697500', '153520.157500', '153520.617500', '153521.077500', '153521.537500', '153521.997500', '153522.457500', '153522.917500', '153523.377500', '153523.837500', '153524.297500', '153524.757500', '153525.217500', '153525.677500', '153526.137500', '153526.597500', '153527.057500', '153527.517500', '153527.977500', '153528.437500', '153528.897500', '153529.357500', '153529.817500', '153530.277500', '153530.737500', '153531.197500', '153531.657500', '153532.117500', '153532.577500', '153533.037500', '153533.497500', '153533.957500', '153534.417500', '153534.877500', '153535.337500', '153535.797500', '153536.257500', '153536.717500', '153537.177500', '153537.637500', '153538.097500', '153538.557500', '153539.017500', '153539.477500', '153539.937500', '153540.397500', '153540.857500', '153541.317500', '153541.777500', '153542.237500', '153542.697500', '153543.157500', '153543.617500', '153544.077500', '153544.537500', '153544.997500', '153545.457500', '153545.917500', '153546.377500', '153546.837500', '153547.297500', '153547.757500', '153548.217500', '153548.677500', '153549.137500', '153549.597500', '153550.057500', '153550.517500', '153550.977500', '153551.437500', '153551.897500', '153552.357500', '153552.817500', '153553.277500', '153553.737500', '153554.197500', '153554.657500', '153555.117500', '153555.577500', '153556.037500', '153556.497500', '153556.957500', '153557.417500', '153557.877500', '153558.337500', '153558.797500', '153559.257500', '153559.717500', '153600.177500', '153600.637500', '153601.097500', '153601.557500', '153602.017500', '153602.477500', '153602.937500', '153603.397500', '153603.857500', '153604.317500', '153604.777500', '153605.237500', '153605.697500', '153606.157500', '153606.617500', '153607.077500', '153607.537500', '153607.997500', '153608.457500', '153608.917500', '153609.377500', '153609.837500', '153610.297500', '153610.757500', '153611.217500', '153611.677500', '153612.137500', '153612.597500', '153613.057500', '153613.517500', '153613.977500', '153614.437500', '153614.897500', '153615.357500', '153615.817500', '153616.277500', '153616.737500', '153617.197500', '153617.657500', '153618.117500', '153618.577500', '153619.037500', '153619.497500', '153619.957500', '153620.417500', '153620.877500', '153621.337500', '153621.797500', '153622.257500', '153622.717500', '153623.177500', '153623.637500', '153624.097500', '153624.557500', '153625.017500', '153625.477500', '153625.937500', '153626.397500', '153626.857500', '153627.317500', '153627.777500', '153628.237500', '153628.697500', '153629.157500', '153629.617500', '153630.077500', '153630.537500', '153630.997500', '153631.457500', '153631.917500', '153632.377500', '153632.837500', '153633.297500', '153633.757500', '153634.217500', '153634.677500', '153635.137500', '153635.597500', '153636.057500', '153636.517500', '153636.977500', '153637.437500', '153637.897500', '153638.357500', '153638.817500', '153639.277500', '153639.737500', '153640.197500', '153640.657500', '153641.117500', '153641.577500', '153642.037500', '153642.497500', '153642.957500', '153643.417500', '153643.877500', '153644.337500', '153644.797500', '153645.257500', '153645.717500', '153646.177500', '153646.637500', '153647.097500', '153647.557500', '153648.017500', '153648.477500', '153648.937500', '153649.397500', '153649.857500', '153650.317500', '153650.777500', '153651.237500', '153651.697500', '153652.157500', '153652.617500', '153653.077500', '153653.537500', '153653.997500', '153654.457500', '153654.917500', '153655.377500', '153655.837500', '153656.297500', '153656.757500', '153657.217500', '153657.677500', '153658.137500', '153658.597500', '153659.057500', '153659.517500', '153659.977500', '153700.437500', '153700.897500', '153701.357500', '153701.817500', '153702.277500', '153702.737500', '153703.197500', '153703.657500', '153704.117500', '153704.577500', '153705.037500', '153705.497500', '153705.957500', '153706.417500', '153706.877500', '153707.337500', '153707.797500', '153708.257500', '153708.717500', '153709.177500', '153709.637500', '153710.097500', '153710.557500', '153711.017500', '153711.477500', '153711.937500', '153712.397500', '153712.857500', '153713.317500', '153713.777500', '153714.237500', '153714.697500', '153715.157500', '153715.617500', '153716.077500', '153716.537500', '153716.997500', '153717.457500', '153717.917500', '153718.377500', '153718.837500'], 'ContentTime': ['153058.036000', '153058.039000', '153058.042000', '153058.045000', '153058.047000', '153058.050000', '153058.052000', '153058.055000', '153058.057000', '153058.060000', '153058.062000', '153058.065000', '153058.067000', '153058.070000', '153058.073000', '153058.075000', '153058.078000', '153058.080000', '153058.083000', '153058.086000', '153058.089000', '153058.093000', '153058.096000', '153058.098000', '153058.101000', '153058.104000', '153058.106000', '153058.109000', '153058.111000', '153058.114000', '153058.116000', '153058.119000', '153058.121000', '153058.124000', '153058.126000', '153058.129000', '153058.131000', '153058.134000', '153058.137000', '153058.139000', '153118.004000', '153118.007000', '153118.010000', '153118.012000', '153118.015000', '153118.018000', '153118.020000', '153118.023000', '153118.025000', '153118.028000', '153118.030000', '153118.033000', '153118.035000', '153118.038000', '153118.041000', '153118.043000', '153118.046000', '153118.048000', '153118.051000', '153118.053000', '153118.056000', '153118.059000', '153118.061000', '153118.064000', '153118.066000', '153118.069000', '153118.071000', '153118.074000', '153118.076000', '153118.079000', '153118.081000', '153118.084000', '153118.086000', '153118.089000', '153118.092000', '153118.094000', '153118.097000', '153118.099000', '153118.102000', '153118.109000', '153118.111000', '153118.114000', '153118.117000', '153118.119000', '153138.004000', '153138.007000', '153138.010000', '153138.012000', '153138.015000', '153138.017000', '153138.020000', '153138.022000', '153138.025000', '153138.027000', '153138.030000', '153138.032000', '153138.035000', '153138.038000', '153138.040000', '153138.043000', '153138.045000', '153138.048000', '153138.050000', '153138.053000', '153138.055000', '153138.058000', '153138.060000', '153138.063000', '153138.065000', '153138.068000', '153138.071000', '153138.073000', '153138.076000', '153138.078000', '153138.081000', '153138.083000', '153138.086000', '153138.088000', '153138.091000', '153138.094000', '153138.097000', '153138.100000', '153138.103000', '153138.112000', '153138.136000', '153138.139000', '153138.142000', '153158.003000', '153158.006000', '153158.009000', '153158.011000', '153158.014000', '153158.017000', '153158.019000', '153158.022000', '153158.024000', '153158.027000', '153158.029000', '153158.032000', '153158.035000', '153158.037000', '153158.040000', '153158.042000', '153158.045000', '153158.047000', '153158.050000', '153158.053000', '153158.055000', '153158.058000', '153158.060000', '153158.063000', '153158.065000', '153158.068000', '153158.070000', '153158.073000', '153158.076000', '153158.078000', '153158.081000', '153158.083000', '153158.086000', '153158.088000', '153158.091000', '153158.093000', '153158.096000', '153158.099000', '153158.101000', '153158.104000', '153158.106000', '153158.109000', '153158.124000', '153158.127000', '153218.005000', '153218.007000', '153218.010000', '153218.013000', '153218.015000', '153218.018000', '153218.020000', '153218.023000', '153218.025000', '153218.028000', '153218.031000', '153218.033000', '153218.036000', '153218.039000', '153218.041000', '153218.044000', '153218.046000', '153218.049000', '153218.052000', '153218.054000', '153218.057000', '153218.059000', '153218.062000', '153218.064000', '153218.067000', '153218.070000', '153218.072000', '153218.075000', '153218.077000', '153218.080000', '153218.082000', '153218.085000', '153218.088000', '153218.090000', '153218.093000', '153218.095000', '153218.098000', '153218.100000', '153218.103000', '153218.105000', '153218.108000', '153218.111000', '153218.113000', '153238.005000', '153238.007000', '153238.010000', '153238.013000', '153238.015000', '153238.018000', '153238.020000', '153238.023000', '153238.025000', '153238.028000', '153238.031000', '153238.033000', '153238.036000', '153238.038000', '153238.041000', '153238.044000', '153238.046000', '153238.049000', '153238.051000', '153238.054000', '153238.057000', '153238.059000', '153238.062000', '153238.064000', '153238.067000', '153238.069000', '153238.072000', '153238.075000', '153238.077000', '153238.080000', '153238.082000', '153238.085000', '153238.088000', '153238.113000', '153238.115000', '153238.118000', '153238.120000', '153238.123000', '153238.126000', '153238.128000', '153238.131000', '153238.133000', '153238.136000', '153238.139000', '153258.004000', '153258.007000', '153258.010000', '153258.012000', '153258.015000', '153258.018000', '153258.020000', '153258.023000', '153258.025000', '153258.028000', '153258.031000', '153258.033000', '153258.036000', '153258.038000', '153258.041000', '153258.044000', '153258.046000', '153258.049000', '153258.051000', '153258.054000', '153258.056000', '153258.059000', '153258.062000', '153258.064000', '153258.067000', '153258.069000', '153258.072000', '153258.074000', '153258.077000', '153258.080000', '153258.082000', '153258.085000', '153258.087000', '153258.090000', '153258.092000', '153258.095000', '153258.097000', '153258.100000', '153258.103000', '153258.105000', '153258.108000', '153258.110000', '153258.113000', '153318.004000', '153318.007000', '153318.010000', '153318.012000', '153318.015000', '153318.017000', '153318.020000', '153318.023000', '153318.025000', '153318.028000', '153318.030000', '153318.033000', '153318.035000', '153318.038000', '153318.041000', '153318.043000', '153318.046000', '153318.048000', '153318.051000', '153318.053000', '153318.056000', '153318.059000', '153318.061000', '153318.064000', '153318.067000', '153318.069000', '153318.072000', '153318.074000', '153318.077000', '153318.080000', '153318.082000', '153318.085000', '153318.087000', '153318.090000', '153318.092000', '153318.095000', '153318.098000', '153318.100000', '153318.103000', '153318.105000', '153318.108000', '153318.110000', '153318.113000', '153318.116000', '153338.005000', '153338.007000', '153338.010000', '153338.013000', '153338.015000', '153338.018000', '153338.020000', '153338.023000', '153338.025000', '153338.028000', '153338.031000', '153338.033000', '153338.036000', '153338.038000', '153338.041000', '153338.044000', '153338.046000', '153338.049000', '153338.051000', '153338.054000', '153338.057000', '153338.059000', '153338.062000', '153338.064000', '153338.067000', '153338.069000', '153338.072000', '153338.075000', '153338.077000', '153338.080000', '153338.082000', '153338.085000', '153338.088000', '153338.090000', '153338.093000', '153338.095000', '153338.098000', '153338.116000', '153338.119000', '153338.121000', '153338.132000', '153338.134000', '153338.137000', '153358.004000', '153358.007000', '153358.010000', '153358.012000', '153358.015000', '153358.018000', '153358.020000', '153358.023000', '153358.026000', '153358.028000', '153358.031000', '153358.034000', '153358.036000', '153358.039000', '153358.042000', '153358.044000', '153358.047000', '153358.050000', '153358.052000', '153358.055000', '153358.057000', '153358.060000', '153358.063000', '153358.065000', '153358.068000', '153358.070000', '153358.073000', '153358.075000', '153358.078000', '153358.081000', '153358.083000', '153358.086000', '153358.088000', '153358.091000', '153358.093000', '153358.096000', '153358.099000', '153358.101000', '153358.104000', '153358.106000', '153358.109000', '153358.111000', '153358.114000', '153358.117000', '153418.003000', '153418.006000', '153418.009000', '153418.011000', '153418.014000', '153418.017000', '153418.019000', '153418.022000', '153418.025000', '153418.027000', '153418.030000', '153418.032000', '153418.035000', '153418.038000', '153418.040000', '153418.043000', '153418.045000', '153418.048000', '153418.050000', '153418.053000', '153418.056000', '153418.058000', '153418.061000', '153418.063000', '153418.066000', '153418.069000', '153418.072000', '153418.074000', '153418.077000', '153418.079000', '153418.082000', '153418.085000', '153418.087000', '153418.090000', '153418.092000', '153418.095000', '153418.098000', '153418.100000', '153418.103000', '153418.105000', '153418.108000', '153418.111000', '153418.113000', '153438.004000', '153438.007000', '153438.010000', '153438.012000', '153438.015000', '153438.017000', '153438.020000', '153438.023000', '153438.025000', '153438.028000', '153438.030000', '153438.033000', '153438.036000', '153438.038000', '153438.041000', '153438.043000', '153438.046000', '153438.049000', '153438.051000', '153438.054000', '153438.056000', '153438.059000', '153438.061000', '153438.064000', '153438.067000', '153438.069000', '153438.072000', '153438.074000', '153438.077000', '153438.080000', '153438.082000', '153438.085000', '153438.087000', '153438.090000', '153438.092000', '153438.095000', '153438.098000', '153438.100000', '153438.103000', '153438.105000', '153438.108000', '153438.110000', '153438.113000', '153438.116000', '153458.004000', '153458.007000', '153458.010000', '153458.012000', '153458.015000', '153458.018000', '153458.020000', '153458.023000', '153458.025000', '153458.028000', '153458.031000', '153458.033000', '153458.036000', '153458.038000', '153458.041000', '153458.044000', '153458.046000', '153458.049000', '153458.051000', '153458.054000', '153458.057000', '153458.059000', '153458.062000', '153458.064000', '153458.067000', '153458.069000', '153458.072000', '153458.075000', '153458.077000', '153458.080000', '153458.082000', '153458.085000', '153458.087000', '153458.090000', '153458.093000', '153458.095000', '153458.098000', '153458.100000', '153458.103000', '153458.105000', '153458.108000', '153458.111000', '153458.113000', '153518.004000', '153518.007000', '153518.010000', '153518.012000', '153518.015000', '153518.018000', '153518.021000', '153518.024000', '153518.027000', '153518.029000', '153518.032000', '153518.034000', '153518.037000', '153518.039000', '153518.042000', '153518.045000', '153518.047000', '153518.050000', '153518.052000', '153518.089000', '153518.092000', '153518.094000', '153518.097000', '153518.099000', '153518.102000', '153518.105000', '153518.107000', '153518.110000', '153518.113000', '153518.115000', '153518.118000', '153518.120000', '153518.123000', '153518.126000', '153518.128000', '153518.131000', '153518.133000', '153518.136000', '153518.139000', '153518.141000', '153518.144000', '153518.147000', '153518.149000', '153518.152000', '153538.005000', '153538.008000', '153538.010000', '153538.013000', '153538.015000', '153538.018000', '153538.021000', '153538.040000', '153538.043000', '153538.045000', '153538.048000', '153538.050000', '153538.053000', '153538.055000', '153538.058000', '153538.061000', '153538.063000', '153538.066000', '153538.068000', '153538.071000', '153538.074000', '153538.076000', '153538.079000', '153538.081000', '153538.084000', '153538.086000', '153538.089000', '153538.091000', '153538.094000', '153538.097000', '153538.099000', '153538.102000', '153538.104000', '153538.107000', '153538.110000', '153538.112000', '153538.115000', '153538.117000', '153538.120000', '153538.122000', '153538.125000', '153538.128000', '153538.130000', '153558.005000', '153558.008000', '153558.011000', '153558.013000', '153558.016000', '153558.018000', '153558.021000', '153558.023000', '153558.026000', '153558.029000', '153558.031000', '153558.034000', '153558.037000', '153558.039000', '153558.042000', '153558.044000', '153558.047000', '153558.050000', '153558.052000', '153558.055000', '153558.057000', '153558.060000', '153558.062000', '153558.065000', '153558.068000', '153558.070000', '153558.073000', '153558.075000', '153558.078000', '153558.080000', '153558.083000', '153558.086000', '153558.088000', '153558.091000', '153558.094000', '153558.096000', '153558.099000', '153558.101000', '153558.104000', '153558.106000', '153558.109000', '153558.112000', '153558.114000', '153618.003000', '153618.006000', '153618.009000', '153618.011000', '153618.014000', '153618.017000', '153618.019000', '153618.022000', '153618.024000', '153618.027000', '153618.029000', '153618.032000', '153618.035000', '153618.037000', '153618.040000', '153618.042000', '153618.045000', '153618.047000', '153618.050000', '153618.053000', '153618.055000', '153618.058000', '153618.060000', '153618.063000', '153618.065000', '153618.068000', '153618.071000', '153618.073000', '153618.076000', '153618.078000', '153618.081000', '153618.083000', '153618.086000', '153618.089000', '153618.091000', '153618.094000', '153618.096000', '153618.099000', '153618.102000', '153618.104000', '153618.107000', '153618.109000', '153618.112000', '153618.114000', '153638.003000', '153638.006000', '153638.009000', '153638.011000', '153638.016000', '153638.018000', '153638.021000', '153638.023000', '153638.026000', '153638.029000', '153638.031000', '153638.034000', '153638.036000', '153638.039000', '153638.042000', '153638.044000', '153638.047000', '153638.049000', '153638.052000', '153638.055000', '153638.057000', '153638.061000', '153638.063000', '153638.066000', '153638.069000', '153638.071000', '153638.074000', '153638.076000', '153638.079000', '153638.081000', '153638.084000', '153638.087000', '153638.089000', '153638.092000', '153638.094000', '153638.097000', '153638.100000', '153638.102000', '153638.105000', '153638.107000', '153638.110000', '153638.112000', '153638.115000', '153638.118000', '153658.004000', '153658.007000', '153658.010000', '153658.012000', '153658.015000', '153658.017000', '153658.020000', '153658.023000', '153658.025000', '153658.028000', '153658.030000', '153658.033000', '153658.036000', '153658.038000', '153658.041000', '153658.043000', '153658.046000', '153658.048000', '153658.051000', '153658.054000', '153658.056000', '153658.059000', '153658.061000', '153658.064000', '153658.066000', '153658.069000', '153658.072000', '153658.074000', '153658.077000', '153658.079000', '153658.082000', '153658.084000', '153658.087000', '153658.090000', '153658.092000', '153658.095000', '153658.097000', '153658.100000', '153658.102000', '153658.105000', '153658.107000', '153658.110000', '153658.113000', '153718.005000', '153718.007000', '153718.010000', '153718.012000', '153718.015000', '153718.018000', '153718.020000', '153718.023000', '153718.025000', '153718.028000', '153718.031000', '153718.033000', '153718.036000', '153718.038000', '153718.041000', '153718.044000', '153718.046000', '153718.049000', '153718.052000', '153718.055000', '153718.058000', '153718.061000', '153718.063000', '153718.066000', '153718.068000', '153718.071000', '153718.073000', '153718.076000', '153718.079000', '153718.081000', '153718.084000', '153718.086000', '153718.089000', '153718.091000', '153718.094000', '153718.097000', '153718.099000', '153718.102000', '153718.104000', '153718.107000', '153718.109000', '153718.112000', '153718.115000', '153720.325000', '153720.328000', '153720.330000', '153720.333000', '153720.336000', '153720.338000'], 'InstanceCreationTime': ['153058.036000', '153058.039000', '153058.042000', '153058.045000', '153058.047000', '153058.050000', '153058.052000', '153058.055000', '153058.057000', '153058.060000', '153058.062000', '153058.065000', '153058.067000', '153058.070000', '153058.073000', '153058.075000', '153058.078000', '153058.080000', '153058.083000', '153058.086000', '153058.089000', '153058.093000', '153058.096000', '153058.098000', '153058.101000', '153058.104000', '153058.106000', '153058.109000', '153058.111000', '153058.114000', '153058.116000', '153058.119000', '153058.121000', '153058.124000', '153058.126000', '153058.129000', '153058.131000', '153058.134000', '153058.137000', '153058.139000', '153118.004000', '153118.007000', '153118.010000', '153118.012000', '153118.015000', '153118.018000', '153118.020000', '153118.023000', '153118.025000', '153118.028000', '153118.030000', '153118.033000', '153118.035000', '153118.038000', '153118.041000', '153118.043000', '153118.046000', '153118.048000', '153118.051000', '153118.053000', '153118.056000', '153118.059000', '153118.061000', '153118.064000', '153118.066000', '153118.069000', '153118.071000', '153118.074000', '153118.076000', '153118.079000', '153118.081000', '153118.084000', '153118.086000', '153118.089000', '153118.092000', '153118.094000', '153118.097000', '153118.099000', '153118.102000', '153118.109000', '153118.111000', '153118.114000', '153118.117000', '153118.119000', '153138.004000', '153138.007000', '153138.010000', '153138.012000', '153138.015000', '153138.017000', '153138.020000', '153138.022000', '153138.025000', '153138.027000', '153138.030000', '153138.032000', '153138.035000', '153138.038000', '153138.040000', '153138.043000', '153138.045000', '153138.048000', '153138.050000', '153138.053000', '153138.055000', '153138.058000', '153138.060000', '153138.063000', '153138.065000', '153138.068000', '153138.071000', '153138.073000', '153138.076000', '153138.078000', '153138.081000', '153138.083000', '153138.086000', '153138.088000', '153138.091000', '153138.094000', '153138.097000', '153138.100000', '153138.103000', '153138.112000', '153138.136000', '153138.139000', '153138.142000', '153158.003000', '153158.006000', '153158.009000', '153158.011000', '153158.014000', '153158.017000', '153158.019000', '153158.022000', '153158.024000', '153158.027000', '153158.029000', '153158.032000', '153158.035000', '153158.037000', '153158.040000', '153158.042000', '153158.045000', '153158.047000', '153158.050000', '153158.053000', '153158.055000', '153158.058000', '153158.060000', '153158.063000', '153158.065000', '153158.068000', '153158.070000', '153158.073000', '153158.076000', '153158.078000', '153158.081000', '153158.083000', '153158.086000', '153158.088000', '153158.091000', '153158.093000', '153158.096000', '153158.099000', '153158.101000', '153158.104000', '153158.106000', '153158.109000', '153158.124000', '153158.127000', '153218.005000', '153218.007000', '153218.010000', '153218.013000', '153218.015000', '153218.018000', '153218.020000', '153218.023000', '153218.025000', '153218.028000', '153218.031000', '153218.033000', '153218.036000', '153218.039000', '153218.041000', '153218.044000', '153218.046000', '153218.049000', '153218.052000', '153218.054000', '153218.057000', '153218.059000', '153218.062000', '153218.064000', '153218.067000', '153218.070000', '153218.072000', '153218.075000', '153218.077000', '153218.080000', '153218.082000', '153218.085000', '153218.088000', '153218.090000', '153218.093000', '153218.095000', '153218.098000', '153218.100000', '153218.103000', '153218.105000', '153218.108000', '153218.111000', '153218.113000', '153238.005000', '153238.007000', '153238.010000', '153238.013000', '153238.015000', '153238.018000', '153238.020000', '153238.023000', '153238.025000', '153238.028000', '153238.031000', '153238.033000', '153238.036000', '153238.038000', '153238.041000', '153238.044000', '153238.046000', '153238.049000', '153238.051000', '153238.054000', '153238.057000', '153238.059000', '153238.062000', '153238.064000', '153238.067000', '153238.069000', '153238.072000', '153238.075000', '153238.077000', '153238.080000', '153238.082000', '153238.085000', '153238.088000', '153238.113000', '153238.115000', '153238.118000', '153238.120000', '153238.123000', '153238.126000', '153238.128000', '153238.131000', '153238.133000', '153238.136000', '153238.139000', '153258.004000', '153258.007000', '153258.010000', '153258.012000', '153258.015000', '153258.018000', '153258.020000', '153258.023000', '153258.025000', '153258.028000', '153258.031000', '153258.033000', '153258.036000', '153258.038000', '153258.041000', '153258.044000', '153258.046000', '153258.049000', '153258.051000', '153258.054000', '153258.056000', '153258.059000', '153258.062000', '153258.064000', '153258.067000', '153258.069000', '153258.072000', '153258.074000', '153258.077000', '153258.080000', '153258.082000', '153258.085000', '153258.087000', '153258.090000', '153258.092000', '153258.095000', '153258.097000', '153258.100000', '153258.103000', '153258.105000', '153258.108000', '153258.110000', '153258.113000', '153318.004000', '153318.007000', '153318.010000', '153318.012000', '153318.015000', '153318.017000', '153318.020000', '153318.023000', '153318.025000', '153318.028000', '153318.030000', '153318.033000', '153318.035000', '153318.038000', '153318.041000', '153318.043000', '153318.046000', '153318.048000', '153318.051000', '153318.053000', '153318.056000', '153318.059000', '153318.061000', '153318.064000', '153318.067000', '153318.069000', '153318.072000', '153318.074000', '153318.077000', '153318.080000', '153318.082000', '153318.085000', '153318.087000', '153318.090000', '153318.092000', '153318.095000', '153318.098000', '153318.100000', '153318.103000', '153318.105000', '153318.108000', '153318.110000', '153318.113000', '153318.116000', '153338.005000', '153338.007000', '153338.010000', '153338.013000', '153338.015000', '153338.018000', '153338.020000', '153338.023000', '153338.025000', '153338.028000', '153338.031000', '153338.033000', '153338.036000', '153338.038000', '153338.041000', '153338.044000', '153338.046000', '153338.049000', '153338.051000', '153338.054000', '153338.057000', '153338.059000', '153338.062000', '153338.064000', '153338.067000', '153338.069000', '153338.072000', '153338.075000', '153338.077000', '153338.080000', '153338.082000', '153338.085000', '153338.088000', '153338.090000', '153338.093000', '153338.095000', '153338.098000', '153338.116000', '153338.119000', '153338.121000', '153338.132000', '153338.134000', '153338.137000', '153358.004000', '153358.007000', '153358.010000', '153358.012000', '153358.015000', '153358.018000', '153358.020000', '153358.023000', '153358.026000', '153358.028000', '153358.031000', '153358.034000', '153358.036000', '153358.039000', '153358.042000', '153358.044000', '153358.047000', '153358.050000', '153358.052000', '153358.055000', '153358.057000', '153358.060000', '153358.063000', '153358.065000', '153358.068000', '153358.070000', '153358.073000', '153358.075000', '153358.078000', '153358.081000', '153358.083000', '153358.086000', '153358.088000', '153358.091000', '153358.093000', '153358.096000', '153358.099000', '153358.101000', '153358.104000', '153358.106000', '153358.109000', '153358.111000', '153358.114000', '153358.117000', '153418.003000', '153418.006000', '153418.009000', '153418.011000', '153418.014000', '153418.017000', '153418.019000', '153418.022000', '153418.025000', '153418.027000', '153418.030000', '153418.032000', '153418.035000', '153418.038000', '153418.040000', '153418.043000', '153418.045000', '153418.048000', '153418.050000', '153418.053000', '153418.056000', '153418.058000', '153418.061000', '153418.063000', '153418.066000', '153418.069000', '153418.072000', '153418.074000', '153418.077000', '153418.079000', '153418.082000', '153418.085000', '153418.087000', '153418.090000', '153418.092000', '153418.095000', '153418.098000', '153418.100000', '153418.103000', '153418.105000', '153418.108000', '153418.111000', '153418.113000', '153438.004000', '153438.007000', '153438.010000', '153438.012000', '153438.015000', '153438.017000', '153438.020000', '153438.023000', '153438.025000', '153438.028000', '153438.030000', '153438.033000', '153438.036000', '153438.038000', '153438.041000', '153438.043000', '153438.046000', '153438.049000', '153438.051000', '153438.054000', '153438.056000', '153438.059000', '153438.061000', '153438.064000', '153438.067000', '153438.069000', '153438.072000', '153438.074000', '153438.077000', '153438.080000', '153438.082000', '153438.085000', '153438.087000', '153438.090000', '153438.092000', '153438.095000', '153438.098000', '153438.100000', '153438.103000', '153438.105000', '153438.108000', '153438.110000', '153438.113000', '153438.116000', '153458.004000', '153458.007000', '153458.010000', '153458.012000', '153458.015000', '153458.018000', '153458.020000', '153458.023000', '153458.025000', '153458.028000', '153458.031000', '153458.033000', '153458.036000', '153458.038000', '153458.041000', '153458.044000', '153458.046000', '153458.049000', '153458.051000', '153458.054000', '153458.057000', '153458.059000', '153458.062000', '153458.064000', '153458.067000', '153458.069000', '153458.072000', '153458.075000', '153458.077000', '153458.080000', '153458.082000', '153458.085000', '153458.087000', '153458.090000', '153458.093000', '153458.095000', '153458.098000', '153458.100000', '153458.103000', '153458.105000', '153458.108000', '153458.111000', '153458.113000', '153518.004000', '153518.007000', '153518.010000', '153518.012000', '153518.015000', '153518.018000', '153518.021000', '153518.024000', '153518.027000', '153518.029000', '153518.032000', '153518.034000', '153518.037000', '153518.039000', '153518.042000', '153518.045000', '153518.047000', '153518.050000', '153518.052000', '153518.089000', '153518.092000', '153518.094000', '153518.097000', '153518.099000', '153518.102000', '153518.105000', '153518.107000', '153518.110000', '153518.113000', '153518.115000', '153518.118000', '153518.120000', '153518.123000', '153518.126000', '153518.128000', '153518.131000', '153518.133000', '153518.136000', '153518.139000', '153518.141000', '153518.144000', '153518.147000', '153518.149000', '153518.152000', '153538.005000', '153538.008000', '153538.010000', '153538.013000', '153538.015000', '153538.018000', '153538.021000', '153538.040000', '153538.043000', '153538.045000', '153538.048000', '153538.050000', '153538.053000', '153538.055000', '153538.058000', '153538.061000', '153538.063000', '153538.066000', '153538.068000', '153538.071000', '153538.074000', '153538.076000', '153538.079000', '153538.081000', '153538.084000', '153538.086000', '153538.089000', '153538.091000', '153538.094000', '153538.097000', '153538.099000', '153538.102000', '153538.104000', '153538.107000', '153538.110000', '153538.112000', '153538.115000', '153538.117000', '153538.120000', '153538.122000', '153538.125000', '153538.128000', '153538.130000', '153558.005000', '153558.008000', '153558.011000', '153558.013000', '153558.016000', '153558.018000', '153558.021000', '153558.023000', '153558.026000', '153558.029000', '153558.031000', '153558.034000', '153558.037000', '153558.039000', '153558.042000', '153558.044000', '153558.047000', '153558.050000', '153558.052000', '153558.055000', '153558.057000', '153558.060000', '153558.062000', '153558.065000', '153558.068000', '153558.070000', '153558.073000', '153558.075000', '153558.078000', '153558.080000', '153558.083000', '153558.086000', '153558.088000', '153558.091000', '153558.094000', '153558.096000', '153558.099000', '153558.101000', '153558.104000', '153558.106000', '153558.109000', '153558.112000', '153558.114000', '153618.003000', '153618.006000', '153618.009000', '153618.011000', '153618.014000', '153618.017000', '153618.019000', '153618.022000', '153618.024000', '153618.027000', '153618.029000', '153618.032000', '153618.035000', '153618.037000', '153618.040000', '153618.042000', '153618.045000', '153618.047000', '153618.050000', '153618.053000', '153618.055000', '153618.058000', '153618.060000', '153618.063000', '153618.065000', '153618.068000', '153618.071000', '153618.073000', '153618.076000', '153618.078000', '153618.081000', '153618.083000', '153618.086000', '153618.089000', '153618.091000', '153618.094000', '153618.096000', '153618.099000', '153618.102000', '153618.104000', '153618.107000', '153618.109000', '153618.112000', '153618.114000', '153638.003000', '153638.006000', '153638.009000', '153638.011000', '153638.016000', '153638.018000', '153638.021000', '153638.023000', '153638.026000', '153638.029000', '153638.031000', '153638.034000', '153638.036000', '153638.039000', '153638.042000', '153638.044000', '153638.047000', '153638.049000', '153638.052000', '153638.055000', '153638.057000', '153638.061000', '153638.063000', '153638.066000', '153638.069000', '153638.071000', '153638.074000', '153638.076000', '153638.079000', '153638.081000', '153638.084000', '153638.087000', '153638.089000', '153638.092000', '153638.094000', '153638.097000', '153638.100000', '153638.102000', '153638.105000', '153638.107000', '153638.110000', '153638.112000', '153638.115000', '153638.118000', '153658.004000', '153658.007000', '153658.010000', '153658.012000', '153658.015000', '153658.017000', '153658.020000', '153658.023000', '153658.025000', '153658.028000', '153658.030000', '153658.033000', '153658.036000', '153658.038000', '153658.041000', '153658.043000', '153658.046000', '153658.048000', '153658.051000', '153658.054000', '153658.056000', '153658.059000', '153658.061000', '153658.064000', '153658.066000', '153658.069000', '153658.072000', '153658.074000', '153658.077000', '153658.079000', '153658.082000', '153658.084000', '153658.087000', '153658.090000', '153658.092000', '153658.095000', '153658.097000', '153658.100000', '153658.102000', '153658.105000', '153658.107000', '153658.110000', '153658.113000', '153718.005000', '153718.007000', '153718.010000', '153718.012000', '153718.015000', '153718.018000', '153718.020000', '153718.023000', '153718.025000', '153718.028000', '153718.031000', '153718.033000', '153718.036000', '153718.038000', '153718.041000', '153718.044000', '153718.046000', '153718.049000', '153718.052000', '153718.055000', '153718.058000', '153718.061000', '153718.063000', '153718.066000', '153718.068000', '153718.071000', '153718.073000', '153718.076000', '153718.079000', '153718.081000', '153718.084000', '153718.086000', '153718.089000', '153718.091000', '153718.094000', '153718.097000', '153718.099000', '153718.102000', '153718.104000', '153718.107000', '153718.109000', '153718.112000', '153718.115000', '153720.325000', '153720.328000', '153720.330000', '153720.333000', '153720.336000', '153720.338000'], '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': [15250, 11310, 11821, 9076, 8526, 11169, 8189, 12757, 8499, 9189, 12916, 8618, 13451, 8440, 12502, 9159, 12419, 7890, 12343, 9203, 14075, 10091, 9967, 10161, 7994, 12328, 8412, 12286, 8802, 11765, 9042, 9316, 8229, 9250, 12143, 9205, 14836, 10287, 13613, 8452, 14390, 9209, 14283, 10922, 8261, 9476, 8536, 11216, 10098, 11253, 8946, 10461, 9043, 13988, 10281, 14517, 8373, 14384, 9543, 13247, 8867, 12351, 9438, 8962, 7945, 8478, 12650, 8696, 15473, 9932, 13463, 11024, 13272, 8655, 14535, 9035, 13853, 10514, 12642, 9449, 10784, 9109, 9518, 13085, 9742, 13383, 9678, 15322, 9811, 14748, 11919, 14713, 9285, 14732, 9224, 14066, 10809, 14991, 9473, 14526, 9320, 15109, 10974, 14369, 9381, 13746, 9568, 15308, 10224, 13056, 9128, 8718, 9819, 9649, 10043, 12894, 10151, 11898, 9917, 14290, 9921, 14772, 11275, 13941, 9896, 13813, 9447, 12422, 10063, 12067, 9694, 12169, 9733, 10999, 10265, 10415, 10115, 11156, 9570, 10894, 10389, 10343, 9921, 10053, 11907, 10457, 15418, 10409, 14535, 9758, 15413, 9814, 14493, 11052, 9022, 11276, 9512, 10937, 10736, 9680, 14638, 9324, 10485, 13737, 9938, 9069, 9687, 10588, 9423, 13643, 9781, 8854, 9007, 10578, 10857, 10853, 10225, 9259, 12667, 9527, 14115, 10605, 14562, 9442, 12898, 9985, 13443, 10345, 9653, 10376, 10614, 10071, 15647, 10639, 14524, 9978, 15689, 9865, 13838, 10108, 12801, 9075, 12648, 10169, 10962, 9868, 9813, 9394, 9880, 13973, 10357, 14996, 10263, 14327, 10175, 14131, 9591, 12173, 9851, 12159, 9872, 11571, 9530, 9925, 12789, 9725, 13940, 9719, 15005, 10652, 12797, 9455, 9003, 9975, 9922, 11958, 9775, 11655, 9416, 9979, 16105, 11434, 15232, 10043, 14936, 9836, 12924, 9922, 13704, 10045, 13405, 10165, 13422, 10079, 13676, 10374, 13030, 10752, 10255, 11950, 10245, 12533, 10043, 14387, 9855, 14652, 9664, 12570, 9553, 13168, 9640, 13657, 10061, 12777, 9408, 11597, 9602, 9871, 12566, 9985, 11631, 10209, 14139, 10313, 13969, 10028, 12397, 10439, 10948, 10707, 10460, 14763, 10296, 14523, 10315, 13173, 9813, 12238, 10505, 11532, 10341, 10470, 11274, 10448, 10862, 9988, 11698, 9753, 14639, 9569, 13816, 16285, 10922, 15831, 9415, 13066, 9153, 11769, 11249, 9655, 14658, 9776, 14173, 9242, 12501, 9511, 12336, 9516, 12982, 10227, 13628, 10330, 13892, 10305, 14135, 10094, 10406, 11802, 9648, 12543, 9589, 14782, 9532, 13194, 9191, 9567, 10158, 9620, 14575, 9502, 13522, 9458, 11683, 9752, 10925, 9194, 9536, 9296, 9433, 11801, 9972, 15033, 10062, 13978, 9876, 13949, 9111, 14312, 10060, 10770, 9911, 10934, 12268, 9955, 13924, 10246, 10255, 10279, 10120, 9274, 10250, 15030, 10113, 13540, 9824, 12842, 9679, 11993, 9505, 12486, 9561, 11853, 9997, 13492, 9866, 13441, 10408, 12023, 10133, 9649, 10130, 10506, 11420, 10551, 12582, 9833, 12894, 9598, 13438, 9688, 13035, 9353, 12828, 9490, 12745, 9648, 11731, 9856, 13221, 10315, 12585, 9334, 12340, 9476, 9828, 12883, 9695, 13938, 9825, 13317, 9231, 11147, 10129, 10700, 10542, 9619, 10412, 9875, 10031, 9973, 10337, 10299, 13844, 10214, 13778, 10274, 13556, 9717, 12497, 9495, 11499, 9560, 11483, 9414, 12077, 9919, 11727, 10332, 10833, 10534, 10241, 9746, 10055, 12077, 9914, 11073, 11189, 10096, 12976, 9564, 9836, 15374, 9815, 13847, 9599, 13704, 10092, 10659, 9776, 9413, 9915, 9917, 10769, 10091, 12492, 9842, 14459, 9463, 12603, 10329, 9681, 9686, 10059, 11782, 10178, 13311, 10041, 13158, 10292, 9965, 10492, 12080, 10354, 11797, 10497, 13594, 10168, 13242, 10775, 12981, 9565, 13019, 10266, 10309, 10514, 9886, 10083, 9830, 10312, 10002, 10819, 9869, 10082, 9893, 10642, 9771, 9562, 9813, 10218, 9879, 9833, 9919, 13957, 10111, 14167, 10132, 12444, 10151, 10200, 10134, 9936, 9864, 11066, 10310, 9730, 12737, 10033, 12028, 9896, 9859, 9882, 15501, 10936, 13217, 9416, 12544, 9341, 12136, 9243, 12329, 9314, 12424, 9425, 12969, 10136, 12598, 9954, 13588, 9655, 12944, 10741, 12327, 9353, 12442, 10445, 10188, 10831, 9746, 10466, 10042, 10607, 10117, 11051, 10228, 10599, 10552, 10566, 10140, 9664, 9706, 11102, 9974, 12730, 9720, 12983, 9485, 13026, 9336, 13032, 9046, 12516, 9780, 11274, 9742, 10503, 9687, 9890, 11784, 9545, 11944, 9655, 13164, 8686, 11919, 10364, 10656, 10234, 10206, 10595, 10388, 9377, 9981, 9658, 10564, 8541, 7863, 10221, 13180, 15131, 9733, 11168, 10038, 9527, 10616, 9593, 9888, 9706, 9414, 12461, 9732, 14584, 11608, 14973, 9701, 11354, 10320, 10927, 10304, 9486, 10643, 10307, 9929, 10808, 10103, 11485, 9965, 10704, 10145, 11263, 11049, 10297, 11697, 9606, 11948, 10374, 13008, 9410, 8539, 9512, 10613, 11470, 9083, 9278, 9471, 9298, 12303, 9034, 9746, 11103, 9111, 11933, 9219, 12899, 10226, 12965, 9201, 12762, 9511, 12116, 9989, 8507, 10715, 7686, 12418, 9363, 9908, 9406, 8999, 9126, 14704, 9204, 13578, 8126, 11492, 8654, 10895, 10249, 10779, 9432, 11543, 9051, 7993, 10034, 10442, 11797, 8821, 12412, 8672, 12337, 9959, 10189, 8914, 9689, 12511, 9300, 13320, 9541, 12133, 9244, 11903, 9236, 10625, 9433, 9129, 9838, 11283, 9120, 13497, 9220, 12764, 8759, 11563, 8957, 10602, 9586, 10884, 8568, 11091, 9490, 11560, 9094, 11691, 8525, 10997, 9291, 10860, 10335, 10594, 10682, 10530, 9110, 10772, 8571, 10009, 10053, 9527, 12630, 9056, 9476, 10922, 17126, 8985, 12633, 11547, 9110, 13104, 8760, 12111, 9025, 12088, 10161, 9777, 10054, 10070, 11600, 10139, 14253, 12455, 17414, 11906, 13226, 10467, 11266, 9659, 10678, 9940, 10990, 8962, 11077, 9357, 9955, 9670, 10147, 10791, 8893, 10611, 9585, 8855, 9049, 9245, 9068, 10378, 11557, 9412, 14467, 9174, 13118, 8858, 12160, 10078, 12073, 9535, 14833, 9975, 8707, 9794, 10169, 11812, 10246, 14223, 10206, 13198, 10083, 9579, 10351, 10792, 13209, 10000, 12145, 10286, 11264, 16029, 9444, 11022, 10097, 10191, 10861, 9902, 10196, 11869, 10188, 11083, 9530, 10056, 10866, 9129, 10737, 9892, 7817, 9664, 9561, 9556, 10360, 9559, 10888, 10221, 9064, 10625, 9818, 10951, 10957, 9057], 'WindowCenter': [4329.0, 4281.0, 4263.0, 4217.0, 4201.0, 4220.0, 4201.0, 4231.0, 4201.0, 4224.0, 4231.0, 4200.0, 4231.0, 4186.0, 4217.0, 4183.0, 4202.0, 4172.0, 4190.0, 4180.0, 4211.0, 4194.0, 4196.0, 4207.0, 4189.0, 4217.0, 4187.0, 4217.0, 4186.0, 4221.0, 4187.0, 4200.0, 4174.0, 4186.0, 4203.0, 4186.0, 4213.0, 4183.0, 4230.0, 4174.0, 4198.0, 4155.0, 4198.0, 4193.0, 4174.0, 4214.0, 4243.0, 4237.0, 4210.0, 4208.0, 4171.0, 4195.0, 4171.0, 4212.0, 4192.0, 4213.0, 4170.0, 4213.0, 4182.0, 4198.0, 4173.0, 4191.0, 4166.0, 4158.0, 4145.0, 4158.0, 4188.0, 4156.0, 4196.0, 4177.0, 4186.0, 4176.0, 4186.0, 4157.0, 4196.0, 4168.0, 4199.0, 4179.0, 4203.0, 4168.0, 4180.0, 4168.0, 4166.0, 4186.0, 4180.0, 4199.0, 4179.0, 4208.0, 4193.0, 4221.0, 4203.0, 4210.0, 4181.0, 4210.0, 4182.0, 4224.0, 4204.0, 4224.0, 4193.0, 4212.0, 4183.0, 4236.0, 4205.0, 4225.0, 4185.0, 4213.0, 4195.0, 4237.0, 4195.0, 4229.0, 4198.0, 4186.0, 4208.0, 4208.0, 4209.0, 4231.0, 4209.0, 4220.0, 4208.0, 4239.0, 4209.0, 4226.0, 4220.0, 4228.0, 4197.0, 4215.0, 4209.0, 4215.0, 4196.0, 4218.0, 4196.0, 4205.0, 4209.0, 4218.0, 4207.0, 4209.0, 4207.0, 4206.0, 4196.0, 4219.0, 4207.0, 4209.0, 4196.0, 4208.0, 4217.0, 4208.0, 4238.0, 4220.0, 4227.0, 4197.0, 4237.0, 4208.0, 4226.0, 4218.0, 4211.0, 4218.0, 4225.0, 4221.0, 4233.0, 4210.0, 4229.0, 4186.0, 4209.0, 4226.0, 4196.0, 4182.0, 4182.0, 4205.0, 4195.0, 4213.0, 4195.0, 4182.0, 4183.0, 4204.0, 4205.0, 4206.0, 4195.0, 4195.0, 4214.0, 4208.0, 4227.0, 4220.0, 4228.0, 4195.0, 4215.0, 4209.0, 4228.0, 4196.0, 4181.0, 4195.0, 4195.0, 4208.0, 4225.0, 4194.0, 4212.0, 4182.0, 4222.0, 4194.0, 4225.0, 4193.0, 4213.0, 4182.0, 4201.0, 4195.0, 4205.0, 4195.0, 4194.0, 4195.0, 4208.0, 4227.0, 4208.0, 4237.0, 4210.0, 4229.0, 4208.0, 4228.0, 4211.0, 4218.0, 4208.0, 4218.0, 4207.0, 4217.0, 4209.0, 4197.0, 4218.0, 4199.0, 4227.0, 4198.0, 4239.0, 4207.0, 4228.0, 4197.0, 4185.0, 4209.0, 4209.0, 4231.0, 4198.0, 4219.0, 4197.0, 4211.0, 4239.0, 4206.0, 4225.0, 4193.0, 4212.0, 4182.0, 4213.0, 4181.0, 4211.0, 4182.0, 4199.0, 4205.0, 4214.0, 4194.0, 4214.0, 4194.0, 4212.0, 4205.0, 4192.0, 4190.0, 4191.0, 4200.0, 4180.0, 4223.0, 4194.0, 4222.0, 4196.0, 4213.0, 4196.0, 4227.0, 4209.0, 4228.0, 4197.0, 4217.0, 4196.0, 4205.0, 4207.0, 4196.0, 4216.0, 4196.0, 4205.0, 4196.0, 4227.0, 4209.0, 4226.0, 4197.0, 4216.0, 4206.0, 4206.0, 4194.0, 4206.0, 4225.0, 4193.0, 4213.0, 4193.0, 4212.0, 4194.0, 4214.0, 4204.0, 4216.0, 4207.0, 4206.0, 4230.0, 4220.0, 4219.0, 4209.0, 4218.0, 4210.0, 4254.0, 4212.0, 4243.0, 4240.0, 4208.0, 4225.0, 4184.0, 4214.0, 4197.0, 4204.0, 4192.0, 4181.0, 4211.0, 4180.0, 4224.0, 4184.0, 4202.0, 4182.0, 4201.0, 4182.0, 4214.0, 4207.0, 4225.0, 4206.0, 4226.0, 4207.0, 4226.0, 4207.0, 4206.0, 4205.0, 4195.0, 4215.0, 4195.0, 4225.0, 4197.0, 4216.0, 4183.0, 4194.0, 4192.0, 4183.0, 4225.0, 4195.0, 4214.0, 4194.0, 4203.0, 4193.0, 4206.0, 4184.0, 4194.0, 4184.0, 4195.0, 4202.0, 4208.0, 4226.0, 4195.0, 4224.0, 4194.0, 4213.0, 4183.0, 4224.0, 4196.0, 4206.0, 4207.0, 4207.0, 4217.0, 4207.0, 4227.0, 4196.0, 4207.0, 4192.0, 4193.0, 4180.0, 4191.0, 4211.0, 4192.0, 4211.0, 4195.0, 4212.0, 4192.0, 4215.0, 4206.0, 4214.0, 4207.0, 4214.0, 4206.0, 4227.0, 4209.0, 4227.0, 4222.0, 4215.0, 4208.0, 4211.0, 4222.0, 4220.0, 4232.0, 4220.0, 4218.0, 4222.0, 4231.0, 4198.0, 4229.0, 4197.0, 4216.0, 4199.0, 4226.0, 4198.0, 4217.0, 4196.0, 4218.0, 4220.0, 4230.0, 4221.0, 4230.0, 4198.0, 4230.0, 4210.0, 4196.0, 4217.0, 4196.0, 4225.0, 4193.0, 4227.0, 4194.0, 4204.0, 4205.0, 4205.0, 4205.0, 4206.0, 4205.0, 4205.0, 4206.0, 4196.0, 4206.0, 4219.0, 4226.0, 4207.0, 4225.0, 4193.0, 4212.0, 4208.0, 4226.0, 4195.0, 4216.0, 4208.0, 4215.0, 4198.0, 4229.0, 4206.0, 4217.0, 4208.0, 4219.0, 4205.0, 4195.0, 4195.0, 4209.0, 4218.0, 4208.0, 4218.0, 4219.0, 4222.0, 4230.0, 4212.0, 4209.0, 4238.0, 4209.0, 4228.0, 4198.0, 4228.0, 4207.0, 4207.0, 4196.0, 4185.0, 4194.0, 4209.0, 4206.0, 4206.0, 4215.0, 4196.0, 4214.0, 4195.0, 4214.0, 4190.0, 4183.0, 4178.0, 4179.0, 4188.0, 4192.0, 4199.0, 4192.0, 4213.0, 4193.0, 4205.0, 4218.0, 4216.0, 4208.0, 4216.0, 4207.0, 4227.0, 4208.0, 4214.0, 4204.0, 4214.0, 4183.0, 4216.0, 4207.0, 4193.0, 4192.0, 4193.0, 4191.0, 4192.0, 4204.0, 4193.0, 4191.0, 4193.0, 4193.0, 4193.0, 4205.0, 4194.0, 4193.0, 4207.0, 4195.0, 4195.0, 4193.0, 4206.0, 4226.0, 4193.0, 4212.0, 4193.0, 4213.0, 4205.0, 4206.0, 4208.0, 4206.0, 4208.0, 4218.0, 4209.0, 4211.0, 4230.0, 4210.0, 4231.0, 4211.0, 4209.0, 4211.0, 4239.0, 4209.0, 4218.0, 4198.0, 4215.0, 4209.0, 4216.0, 4199.0, 4228.0, 4197.0, 4230.0, 4210.0, 4226.0, 4221.0, 4229.0, 4209.0, 4229.0, 4210.0, 4216.0, 4220.0, 4216.0, 4184.0, 4215.0, 4206.0, 4191.0, 4203.0, 4181.0, 4191.0, 4191.0, 4205.0, 4192.0, 4202.0, 4205.0, 4205.0, 4193.0, 4216.0, 4205.0, 4194.0, 4194.0, 4204.0, 4207.0, 4215.0, 4208.0, 4227.0, 4207.0, 4228.0, 4211.0, 4229.0, 4212.0, 4232.0, 4209.0, 4220.0, 4210.0, 4220.0, 4210.0, 4209.0, 4217.0, 4209.0, 4218.0, 4198.0, 4227.0, 4197.0, 4204.0, 4193.0, 4204.0, 4193.0, 4192.0, 4218.0, 4206.0, 4209.0, 4208.0, 4196.0, 4206.0, 4184.0, 4185.0, 4220.0, 4241.0, 4240.0, 4208.0, 4203.0, 4181.0, 4179.0, 4192.0, 4191.0, 4192.0, 4192.0, 4194.0, 4213.0, 4195.0, 4227.0, 4191.0, 4199.0, 4155.0, 4165.0, 4162.0, 4160.0, 4150.0, 4150.0, 4160.0, 4149.0, 4148.0, 4146.0, 4149.0, 4158.0, 4162.0, 4172.0, 4162.0, 4173.0, 4172.0, 4174.0, 4183.0, 4176.0, 4187.0, 4177.0, 4195.0, 4165.0, 4166.0, 4177.0, 4201.0, 4200.0, 4182.0, 4179.0, 4181.0, 4195.0, 4228.0, 4196.0, 4208.0, 4217.0, 4196.0, 4229.0, 4210.0, 4228.0, 4209.0, 4227.0, 4196.0, 4228.0, 4207.0, 4216.0, 4209.0, 4195.0, 4206.0, 4201.0, 4229.0, 4210.0, 4208.0, 4211.0, 4199.0, 4223.0, 4241.0, 4198.0, 4228.0, 4189.0, 4218.0, 4186.0, 4206.0, 4206.0, 4218.0, 4206.0, 4217.0, 4195.0, 4197.0, 4221.0, 4221.0, 4245.0, 4213.0, 4232.0, 4213.0, 4233.0, 4209.0, 4209.0, 4197.0, 4196.0, 4229.0, 4196.0, 4215.0, 4207.0, 4215.0, 4194.0, 4216.0, 4197.0, 4204.0, 4196.0, 4194.0, 4196.0, 4205.0, 4197.0, 4215.0, 4195.0, 4212.0, 4182.0, 4201.0, 4196.0, 4206.0, 4196.0, 4203.0, 4197.0, 4216.0, 4221.0, 4230.0, 4200.0, 4230.0, 4199.0, 4207.0, 4197.0, 4220.0, 4220.0, 4219.0, 4220.0, 4219.0, 4211.0, 4234.0, 4200.0, 4210.0, 4210.0, 4221.0, 4230.0, 4209.0, 4209.0, 4218.0, 4250.0, 4198.0, 4231.0, 4217.0, 4184.0, 4214.0, 4184.0, 4214.0, 4195.0, 4202.0, 4205.0, 4206.0, 4194.0, 4192.0, 4217.0, 4195.0, 4214.0, 4203.0, 4210.0, 4175.0, 4174.0, 4164.0, 4162.0, 4151.0, 4160.0, 4161.0, 4161.0, 4165.0, 4186.0, 4166.0, 4191.0, 4166.0, 4175.0, 4172.0, 4152.0, 4173.0, 4164.0, 4164.0, 4180.0, 4183.0, 4185.0, 4205.0, 4216.0, 4198.0, 4213.0, 4182.0, 4212.0, 4183.0, 4202.0, 4219.0, 4202.0, 4179.0, 4210.0, 4178.0, 4155.0, 4176.0, 4177.0, 4187.0, 4178.0, 4197.0, 4180.0, 4200.0, 4207.0, 4221.0, 4221.0, 4245.0, 4254.0, 4235.0, 4243.0, 4207.0, 4204.0, 4222.0, 4180.0, 4190.0, 4178.0, 4178.0, 4188.0, 4178.0, 4179.0, 4201.0, 4192.0, 4193.0, 4179.0, 4163.0, 4103.0, 4091.0, 4128.0, 4173.0, 4156.0, 4177.0, 4191.0, 4191.0, 4191.0, 4193.0, 4204.0, 4206.0, 4195.0, 4204.0, 4195.0, 4216.0, 4204.0, 4194.0], 'WindowWidth': [9554.0, 9474.0, 9433.0, 9358.0, 9324.0, 9349.0, 9323.0, 9365.0, 9325.0, 9361.0, 9364.0, 9320.0, 9365.0, 9295.0, 9338.0, 9283.0, 9308.0, 9268.0, 9288.0, 9276.0, 9319.0, 9302.0, 9310.0, 9325.0, 9304.0, 9340.0, 9300.0, 9337.0, 9296.0, 9347.0, 9298.0, 9316.0, 9276.0, 9292.0, 9315.0, 9290.0, 9328.0, 9285.0, 9360.0, 9275.0, 9296.0, 9232.0, 9298.0, 9301.0, 9273.0, 9346.0, 9404.0, 9384.0, 9336.0, 9325.0, 9269.0, 9299.0, 9268.0, 9326.0, 9297.0, 9325.0, 9266.0, 9323.0, 9282.0, 9303.0, 9272.0, 9292.0, 9252.0, 9243.0, 9224.0, 9243.0, 9282.0, 9241.0, 9296.0, 9270.0, 9282.0, 9267.0, 9279.0, 9243.0, 9293.0, 9260.0, 9303.0, 9275.0, 9311.0, 9257.0, 9274.0, 9259.0, 9254.0, 9279.0, 9280.0, 9300.0, 9276.0, 9313.0, 9300.0, 9337.0, 9315.0, 9321.0, 9282.0, 9319.0, 9283.0, 9346.0, 9318.0, 9343.0, 9303.0, 9324.0, 9289.0, 9364.0, 9321.0, 9345.0, 9293.0, 9328.0, 9306.0, 9365.0, 9307.0, 9358.0, 9316.0, 9295.0, 9329.0, 9334.0, 9333.0, 9363.0, 9333.0, 9343.0, 9327.0, 9373.0, 9332.0, 9352.0, 9348.0, 9355.0, 9311.0, 9334.0, 9333.0, 9335.0, 9311.0, 9343.0, 9309.0, 9319.0, 9334.0, 9345.0, 9325.0, 9332.0, 9326.0, 9323.0, 9312.0, 9348.0, 9326.0, 9333.0, 9310.0, 9329.0, 9339.0, 9330.0, 9372.0, 9351.0, 9353.0, 9313.0, 9367.0, 9328.0, 9347.0, 9345.0, 9339.0, 9344.0, 9363.0, 9353.0, 9371.0, 9333.0, 9359.0, 9296.0, 9334.0, 9353.0, 9308.0, 9284.0, 9285.0, 9321.0, 9307.0, 9330.0, 9308.0, 9284.0, 9286.0, 9317.0, 9320.0, 9322.0, 9307.0, 9306.0, 9330.0, 9330.0, 9354.0, 9348.0, 9355.0, 9307.0, 9331.0, 9332.0, 9355.0, 9308.0, 9283.0, 9306.0, 9306.0, 9328.0, 9350.0, 9304.0, 9323.0, 9283.0, 9338.0, 9305.0, 9349.0, 9302.0, 9328.0, 9285.0, 9309.0, 9306.0, 9324.0, 9309.0, 9306.0, 9306.0, 9332.0, 9353.0, 9328.0, 9365.0, 9336.0, 9358.0, 9327.0, 9357.0, 9338.0, 9342.0, 9329.0, 9343.0, 9326.0, 9340.0, 9332.0, 9311.0, 9343.0, 9319.0, 9352.0, 9315.0, 9375.0, 9328.0, 9357.0, 9314.0, 9294.0, 9333.0, 9333.0, 9366.0, 9314.0, 9343.0, 9312.0, 9338.0, 9377.0, 9325.0, 9349.0, 9301.0, 9324.0, 9285.0, 9328.0, 9282.0, 9322.0, 9282.0, 9303.0, 9322.0, 9332.0, 9304.0, 9331.0, 9303.0, 9325.0, 9320.0, 9300.0, 9294.0, 9297.0, 9306.0, 9278.0, 9344.0, 9304.0, 9338.0, 9313.0, 9329.0, 9311.0, 9352.0, 9332.0, 9358.0, 9314.0, 9340.0, 9308.0, 9321.0, 9329.0, 9312.0, 9337.0, 9310.0, 9319.0, 9309.0, 9354.0, 9334.0, 9353.0, 9313.0, 9338.0, 9321.0, 9323.0, 9303.0, 9325.0, 9351.0, 9300.0, 9329.0, 9303.0, 9326.0, 9304.0, 9332.0, 9317.0, 9337.0, 9327.0, 9326.0, 9363.0, 9351.0, 9346.0, 9332.0, 9343.0, 9335.0, 9405.0, 9341.0, 9382.0, 9376.0, 9327.0, 9347.0, 9287.0, 9330.0, 9314.0, 9317.0, 9296.0, 9281.0, 9321.0, 9278.0, 9345.0, 9290.0, 9310.0, 9285.0, 9307.0, 9283.0, 9331.0, 9329.0, 9348.0, 9325.0, 9350.0, 9325.0, 9351.0, 9328.0, 9324.0, 9320.0, 9306.0, 9333.0, 9307.0, 9350.0, 9314.0, 9336.0, 9287.0, 9305.0, 9297.0, 9287.0, 9351.0, 9307.0, 9332.0, 9305.0, 9314.0, 9302.0, 9324.0, 9293.0, 9306.0, 9292.0, 9307.0, 9315.0, 9329.0, 9353.0, 9309.0, 9346.0, 9304.0, 9326.0, 9285.0, 9344.0, 9310.0, 9326.0, 9329.0, 9328.0, 9342.0, 9326.0, 9353.0, 9310.0, 9328.0, 9301.0, 9301.0, 9278.0, 9295.0, 9325.0, 9300.0, 9322.0, 9309.0, 9325.0, 9299.0, 9336.0, 9325.0, 9332.0, 9329.0, 9332.0, 9322.0, 9356.0, 9334.0, 9355.0, 9355.0, 9335.0, 9328.0, 9340.0, 9355.0, 9348.0, 9368.0, 9348.0, 9343.0, 9355.0, 9366.0, 9317.0, 9361.0, 9314.0, 9336.0, 9319.0, 9354.0, 9317.0, 9339.0, 9311.0, 9344.0, 9356.0, 9363.0, 9354.0, 9363.0, 9317.0, 9363.0, 9337.0, 9312.0, 9341.0, 9309.0, 9348.0, 9301.0, 9356.0, 9307.0, 9320.0, 9321.0, 9321.0, 9320.0, 9327.0, 9321.0, 9326.0, 9323.0, 9309.0, 9324.0, 9346.0, 9353.0, 9325.0, 9347.0, 9303.0, 9327.0, 9331.0, 9353.0, 9309.0, 9336.0, 9330.0, 9335.0, 9318.0, 9360.0, 9327.0, 9342.0, 9332.0, 9348.0, 9320.0, 9306.0, 9306.0, 9333.0, 9343.0, 9331.0, 9344.0, 9347.0, 9357.0, 9366.0, 9343.0, 9332.0, 9371.0, 9335.0, 9355.0, 9316.0, 9359.0, 9325.0, 9327.0, 9311.0, 9294.0, 9302.0, 9332.0, 9325.0, 9324.0, 9336.0, 9308.0, 9331.0, 9308.0, 9333.0, 9293.0, 9286.0, 9273.0, 9274.0, 9289.0, 9300.0, 9304.0, 9300.0, 9328.0, 9302.0, 9321.0, 9344.0, 9338.0, 9330.0, 9336.0, 9326.0, 9354.0, 9329.0, 9333.0, 9321.0, 9331.0, 9287.0, 9338.0, 9327.0, 9300.0, 9299.0, 9302.0, 9294.0, 9300.0, 9321.0, 9303.0, 9297.0, 9302.0, 9302.0, 9303.0, 9323.0, 9307.0, 9303.0, 9327.0, 9306.0, 9307.0, 9300.0, 9324.0, 9355.0, 9303.0, 9325.0, 9302.0, 9328.0, 9320.0, 9326.0, 9330.0, 9326.0, 9330.0, 9344.0, 9331.0, 9339.0, 9364.0, 9337.0, 9367.0, 9338.0, 9333.0, 9340.0, 9378.0, 9331.0, 9342.0, 9315.0, 9337.0, 9335.0, 9338.0, 9321.0, 9357.0, 9314.0, 9363.0, 9337.0, 9352.0, 9354.0, 9359.0, 9334.0, 9361.0, 9337.0, 9338.0, 9351.0, 9338.0, 9290.0, 9334.0, 9324.0, 9298.0, 9313.0, 9284.0, 9294.0, 9296.0, 9323.0, 9300.0, 9312.0, 9321.0, 9320.0, 9303.0, 9340.0, 9320.0, 9305.0, 9304.0, 9318.0, 9326.0, 9334.0, 9331.0, 9356.0, 9329.0, 9357.0, 9341.0, 9361.0, 9343.0, 9369.0, 9333.0, 9348.0, 9336.0, 9350.0, 9337.0, 9333.0, 9341.0, 9332.0, 9343.0, 9316.0, 9356.0, 9313.0, 9320.0, 9303.0, 9319.0, 9302.0, 9300.0, 9344.0, 9325.0, 9336.0, 9330.0, 9311.0, 9324.0, 9292.0, 9296.0, 9351.0, 9385.0, 9383.0, 9333.0, 9318.0, 9282.0, 9276.0, 9298.0, 9298.0, 9300.0, 9302.0, 9306.0, 9330.0, 9309.0, 9360.0, 9297.0, 9306.0, 9236.0, 9249.0, 9239.0, 9238.0, 9221.0, 9223.0, 9237.0, 9220.0, 9216.0, 9212.0, 9220.0, 9231.0, 9243.0, 9258.0, 9246.0, 9259.0, 9257.0, 9264.0, 9275.0, 9270.0, 9287.0, 9272.0, 9293.0, 9252.0, 9254.0, 9270.0, 9311.0, 9306.0, 9287.0, 9278.0, 9281.0, 9310.0, 9357.0, 9314.0, 9329.0, 9341.0, 9310.0, 9362.0, 9337.0, 9357.0, 9332.0, 9353.0, 9309.0, 9359.0, 9329.0, 9336.0, 9334.0, 9308.0, 9323.0, 9327.0, 9362.0, 9338.0, 9333.0, 9340.0, 9320.0, 9359.0, 9383.0, 9318.0, 9359.0, 9307.0, 9343.0, 9297.0, 9325.0, 9323.0, 9346.0, 9330.0, 9342.0, 9313.0, 9317.0, 9356.0, 9354.0, 9392.0, 9345.0, 9369.0, 9346.0, 9374.0, 9333.0, 9333.0, 9312.0, 9311.0, 9362.0, 9313.0, 9336.0, 9329.0, 9335.0, 9307.0, 9339.0, 9314.0, 9320.0, 9312.0, 9304.0, 9309.0, 9321.0, 9315.0, 9336.0, 9307.0, 9326.0, 9286.0, 9311.0, 9313.0, 9326.0, 9312.0, 9319.0, 9314.0, 9336.0, 9353.0, 9367.0, 9322.0, 9363.0, 9320.0, 9327.0, 9313.0, 9351.0, 9349.0, 9347.0, 9350.0, 9347.0, 9338.0, 9376.0, 9324.0, 9338.0, 9336.0, 9355.0, 9362.0, 9334.0, 9334.0, 9348.0, 9396.0, 9320.0, 9369.0, 9342.0, 9292.0, 9333.0, 9293.0, 9334.0, 9307.0, 9311.0, 9323.0, 9326.0, 9305.0, 9300.0, 9341.0, 9309.0, 9334.0, 9313.0, 9327.0, 9265.0, 9264.0, 9248.0, 9240.0, 9226.0, 9238.0, 9241.0, 9239.0, 9252.0, 9282.0, 9257.0, 9298.0, 9254.0, 9263.0, 9255.0, 9230.0, 9257.0, 9250.0, 9249.0, 9278.0, 9285.0, 9292.0, 9322.0, 9340.0, 9314.0, 9327.0, 9284.0, 9326.0, 9289.0, 9312.0, 9351.0, 9315.0, 9278.0, 9323.0, 9274.0, 9241.0, 9268.0, 9270.0, 9286.0, 9274.0, 9301.0, 9280.0, 9310.0, 9331.0, 9357.0, 9358.0, 9398.0, 9408.0, 9384.0, 9391.0, 9330.0, 9319.0, 9341.0, 9280.0, 9291.0, 9272.0, 9270.0, 9285.0, 9272.0, 9275.0, 9308.0, 9297.0, 9295.0, 9273.0, 9238.0, 9123.0, 9105.0, 9171.0, 9261.0, 9242.0, 9273.0, 9297.0, 9295.0, 9296.0, 9304.0, 9321.0, 9328.0, 9312.0, 9320.0, 9307.0, 9338.0, 9322.0, 9310.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.0035301724137931033</td></tr>
<tr><td colspan=3>aqi</td><td>0.041132659310344835</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22860279675494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2639733726467213</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0298287687111616</td></tr>
<tr><td colspan=3>efc</td><td>0.5222</td></tr>
<tr><td colspan=3>fber</td><td>5091.2832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1430347706066051</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>170</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.54022988505747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488733631359311</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3440034895691473</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7202492987805664</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401948105728218</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010643558576703072</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.052867788821458817</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.357995892389713</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>20.6854</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4999</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.2756</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>964.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.5379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4633</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.8898</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3329.2084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.9556</td></tr>
<tr><td colspan=3>tsnr</td><td>32.47257665824145</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>