<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0106_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-03/func/sub-0106_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4bf0c252530b01e333fa1857f851d5b8</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:21:44.587500</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.99281, -0.0901588, 0.0787324, 0.078659, 0.987219, 0.138608]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.085361</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -73, -87, 92, 56]</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>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5729b34-ee6f-4c36-8c72-a92edfa05485||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.66363787651062, 0.21103623509407043, 0.24360162019729614, 99.4771957397461], [0.2418893724679947, 2.648635149002075, 0.35483095049858093, -121.42250061035156], [0.2112331986427307, -0.37187620997428894, 2.6654744148254395, -62.1318244934082], [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': ['192144.587500', '192145.047500', '192145.507500', '192145.967500', '192146.427500', '192146.887500', '192147.347500', '192147.807500', '192148.267500', '192148.727500', '192149.187500', '192149.647500', '192150.107500', '192150.567500', '192151.027500', '192151.487500', '192151.947500', '192152.407500', '192152.867500', '192153.327500', '192153.787500', '192154.247500', '192154.707500', '192155.167500', '192155.627500', '192156.087500', '192156.547500', '192157.007500', '192157.467500', '192157.927500', '192158.387500', '192158.847500', '192159.307500', '192159.767500', '192200.227500', '192200.687500', '192201.147500', '192201.607500', '192202.067500', '192202.527500', '192202.987500', '192203.447500', '192203.907500', '192204.367500', '192204.827500', '192205.287500', '192205.747500', '192206.207500', '192206.667500', '192207.127500', '192207.587500', '192208.047500', '192208.507500', '192208.967500', '192209.427500', '192209.887500', '192210.347500', '192210.807500', '192211.267500', '192211.727500', '192212.187500', '192212.647500', '192213.107500', '192213.567500', '192214.027500', '192214.487500', '192214.947500', '192215.407500', '192215.867500', '192216.327500', '192216.787500', '192217.247500', '192217.707500', '192218.167500', '192218.627500', '192219.087500', '192219.547500', '192220.007500', '192220.467500', '192220.927500', '192221.387500', '192221.847500', '192222.307500', '192222.767500', '192223.227500', '192223.687500', '192224.147500', '192224.607500', '192225.067500', '192225.527500', '192225.987500', '192226.447500', '192226.907500', '192227.367500', '192227.827500', '192228.287500', '192228.747500', '192229.207500', '192229.667500', '192230.127500', '192230.587500', '192231.047500', '192231.507500', '192231.967500', '192232.427500', '192232.887500', '192233.347500', '192233.807500', '192234.267500', '192234.727500', '192235.187500', '192235.647500', '192236.107500', '192236.567500', '192237.027500', '192237.487500', '192237.947500', '192238.407500', '192238.867500', '192239.327500', '192239.787500', '192240.247500', '192240.707500', '192241.167500', '192241.627500', '192242.087500', '192242.547500', '192243.007500', '192243.467500', '192243.927500', '192244.387500', '192244.847500', '192245.307500', '192245.767500', '192246.227500', '192246.687500', '192247.147500', '192247.607500', '192248.067500', '192248.527500', '192248.987500', '192249.447500', '192249.907500', '192250.367500', '192250.827500', '192251.287500', '192251.747500', '192252.207500', '192252.667500', '192253.127500', '192253.587500', '192254.047500', '192254.507500', '192254.967500', '192255.427500', '192255.887500', '192256.347500', '192256.807500', '192257.267500', '192257.727500', '192258.187500', '192258.647500', '192259.107500', '192259.567500', '192300.027500', '192300.487500', '192300.947500', '192301.407500', '192301.867500', '192302.327500', '192302.787500', '192303.247500', '192303.707500', '192304.167500', '192304.627500', '192305.087500', '192305.547500', '192306.007500', '192306.467500', '192306.927500', '192307.387500', '192307.847500', '192308.307500', '192308.767500', '192309.227500', '192309.687500', '192310.147500', '192310.607500', '192311.067500', '192311.527500', '192311.987500', '192312.447500', '192312.907500', '192313.367500', '192313.827500', '192314.287500', '192314.747500', '192315.207500', '192315.667500', '192316.127500', '192316.587500', '192317.047500', '192317.507500', '192317.967500', '192318.427500', '192318.887500', '192319.347500', '192319.807500', '192320.267500', '192320.727500', '192321.187500', '192321.647500', '192322.107500', '192322.567500', '192323.027500', '192323.487500', '192323.947500', '192324.407500', '192324.867500', '192325.327500', '192325.787500', '192326.247500', '192326.707500', '192327.167500', '192327.627500', '192328.087500', '192328.547500', '192329.007500', '192329.467500', '192329.927500', '192330.387500', '192330.847500', '192331.307500', '192331.767500', '192332.227500', '192332.687500', '192333.147500', '192333.607500', '192334.067500', '192334.527500', '192334.987500', '192335.447500', '192335.907500', '192336.367500', '192336.827500', '192337.287500', '192337.747500', '192338.207500', '192338.667500', '192339.127500', '192339.587500', '192340.047500', '192340.507500', '192340.967500', '192341.427500', '192341.887500', '192342.347500', '192342.807500', '192343.267500', '192343.727500', '192344.187500', '192344.647500', '192345.107500', '192345.567500', '192346.027500', '192346.487500', '192346.947500', '192347.407500', '192347.867500', '192348.327500', '192348.787500', '192349.247500', '192349.707500', '192350.167500', '192350.627500', '192351.087500', '192351.547500', '192352.007500', '192352.467500', '192352.927500', '192353.387500', '192353.847500', '192354.307500', '192354.767500', '192355.227500', '192355.687500', '192356.147500', '192356.607500', '192357.067500', '192357.527500', '192357.987500', '192358.447500', '192358.907500', '192359.367500', '192359.827500', '192400.287500', '192400.747500', '192401.207500', '192401.667500', '192402.127500', '192402.587500', '192403.047500', '192403.507500', '192403.967500', '192404.427500', '192404.887500', '192405.347500', '192405.807500', '192406.267500', '192406.727500', '192407.187500', '192407.647500', '192408.107500', '192408.567500', '192409.027500', '192409.487500', '192409.947500', '192410.407500', '192410.867500', '192411.327500', '192411.787500', '192412.247500', '192412.707500', '192413.167500', '192413.627500', '192414.087500', '192414.547500', '192415.007500', '192415.467500', '192415.927500', '192416.387500', '192416.847500', '192417.307500', '192417.767500', '192418.227500', '192418.687500', '192419.147500', '192419.607500', '192420.067500', '192420.527500', '192420.987500', '192421.447500', '192421.907500', '192422.367500', '192422.827500', '192423.287500', '192423.747500', '192424.207500', '192424.667500', '192425.127500', '192425.587500', '192426.047500', '192426.507500', '192426.967500', '192427.427500', '192427.887500', '192428.347500', '192428.807500', '192429.267500', '192429.727500', '192430.187500', '192430.647500', '192431.107500', '192431.567500', '192432.027500', '192432.487500', '192432.947500', '192433.407500', '192433.867500', '192434.327500', '192434.787500', '192435.247500', '192435.707500', '192436.167500', '192436.627500', '192437.087500', '192437.547500', '192438.007500', '192438.467500', '192438.927500', '192439.387500', '192439.847500', '192440.307500', '192440.767500', '192441.227500', '192441.687500', '192442.147500', '192442.607500', '192443.067500', '192443.527500', '192443.987500', '192444.447500', '192444.907500', '192445.367500', '192445.827500', '192446.287500', '192446.747500', '192447.207500', '192447.667500', '192448.127500', '192448.587500', '192449.047500', '192449.507500', '192449.967500', '192450.427500', '192450.887500', '192451.347500', '192451.807500', '192452.267500', '192452.727500', '192453.187500', '192453.647500', '192454.107500', '192454.567500', '192455.027500', '192455.487500', '192455.947500', '192456.407500', '192456.867500', '192457.327500', '192457.787500', '192458.247500', '192458.707500', '192459.167500', '192459.627500', '192500.087500', '192500.547500', '192501.007500', '192501.467500', '192501.927500', '192502.387500', '192502.847500', '192503.307500', '192503.767500', '192504.227500', '192504.687500', '192505.147500', '192505.607500', '192506.067500', '192506.527500', '192506.987500', '192507.447500', '192507.907500', '192508.367500', '192508.827500', '192509.287500', '192509.747500', '192510.207500', '192510.667500', '192511.127500', '192511.587500', '192512.047500', '192512.507500', '192512.967500', '192513.427500', '192513.887500', '192514.347500', '192514.807500', '192515.267500', '192515.727500', '192516.187500', '192516.647500', '192517.107500', '192517.567500', '192518.027500', '192518.487500', '192518.947500', '192519.407500', '192519.867500', '192520.327500', '192520.787500', '192521.247500', '192521.707500', '192522.167500', '192522.627500', '192523.087500', '192523.547500', '192524.007500', '192524.467500', '192524.927500', '192525.387500', '192525.847500', '192526.307500', '192526.767500', '192527.227500', '192527.687500', '192528.147500', '192528.607500', '192529.067500', '192529.527500', '192529.987500', '192530.447500', '192530.907500', '192531.367500', '192531.827500', '192532.287500', '192532.747500', '192533.207500', '192533.667500', '192534.127500', '192534.587500', '192535.047500', '192535.507500', '192535.967500', '192536.427500', '192536.887500', '192537.347500', '192537.807500', '192538.267500', '192538.727500', '192539.187500', '192539.647500', '192540.107500', '192540.567500', '192541.027500', '192541.487500', '192541.947500', '192542.407500', '192542.867500', '192543.327500', '192543.787500', '192544.247500', '192544.707500', '192545.167500', '192545.627500', '192546.087500', '192546.547500', '192547.007500', '192547.467500', '192547.927500', '192548.387500', '192548.847500', '192549.307500', '192549.767500', '192550.227500', '192550.687500', '192551.147500', '192551.607500', '192552.067500', '192552.527500', '192552.987500', '192553.447500', '192553.907500', '192554.367500', '192554.827500', '192555.287500', '192555.747500', '192556.207500', '192556.667500', '192557.127500', '192557.587500', '192558.047500', '192558.507500', '192558.967500', '192559.427500', '192559.887500', '192600.347500', '192600.807500', '192601.267500', '192601.727500', '192602.187500', '192602.647500', '192603.107500', '192603.567500', '192604.027500', '192604.487500', '192604.947500', '192605.407500', '192605.867500', '192606.327500', '192606.787500', '192607.247500', '192607.707500', '192608.167500', '192608.627500', '192609.087500', '192609.547500', '192610.007500', '192610.467500', '192610.927500', '192611.387500', '192611.847500', '192612.307500', '192612.767500', '192613.227500', '192613.687500', '192614.147500', '192614.607500', '192615.067500', '192615.527500', '192615.987500', '192616.447500', '192616.907500', '192617.367500', '192617.827500', '192618.287500', '192618.747500', '192619.207500', '192619.667500', '192620.127500', '192620.587500', '192621.047500', '192621.507500', '192621.967500', '192622.427500', '192622.887500', '192623.347500', '192623.807500', '192624.267500', '192624.727500', '192625.187500', '192625.647500', '192626.107500', '192626.567500', '192627.027500', '192627.487500', '192627.947500', '192628.407500', '192628.867500', '192629.327500', '192629.787500', '192630.247500', '192630.707500', '192631.167500', '192631.627500', '192632.087500', '192632.547500', '192633.007500', '192633.467500', '192633.927500', '192634.387500', '192634.847500', '192635.307500', '192635.767500', '192636.227500', '192636.687500', '192637.147500', '192637.607500', '192638.067500', '192638.527500', '192638.987500', '192639.447500', '192639.907500', '192640.367500', '192640.827500', '192641.287500', '192641.747500', '192642.207500', '192642.667500', '192643.127500', '192643.587500', '192644.047500', '192644.507500', '192644.967500', '192645.427500', '192645.887500', '192646.347500', '192646.807500', '192647.267500', '192647.727500', '192648.187500', '192648.647500', '192649.107500', '192649.567500', '192650.027500', '192650.487500', '192650.947500', '192651.407500', '192651.867500', '192652.327500', '192652.787500', '192653.247500', '192653.707500', '192654.167500', '192654.627500', '192655.087500', '192655.547500', '192656.007500', '192656.467500', '192656.927500', '192657.387500', '192657.847500', '192658.307500', '192658.767500', '192659.227500', '192659.687500', '192700.147500', '192700.607500', '192701.067500', '192701.527500', '192701.987500', '192702.447500', '192702.907500', '192703.367500', '192703.827500', '192704.287500', '192704.747500', '192705.207500', '192705.667500', '192706.127500', '192706.587500', '192707.047500', '192707.507500', '192707.967500', '192708.427500', '192708.887500', '192709.347500', '192709.807500', '192710.267500', '192710.727500', '192711.187500', '192711.647500', '192712.107500', '192712.567500', '192713.027500', '192713.487500', '192713.947500', '192714.407500', '192714.867500', '192715.327500', '192715.787500', '192716.247500', '192716.707500', '192717.167500', '192717.627500', '192718.087500', '192718.547500', '192719.007500', '192719.467500', '192719.927500', '192720.387500', '192720.847500', '192721.307500', '192721.767500', '192722.227500', '192722.687500', '192723.147500', '192723.607500', '192724.067500', '192724.527500', '192724.987500', '192725.447500', '192725.907500', '192726.367500', '192726.827500', '192727.287500', '192727.747500', '192728.207500', '192728.667500', '192729.127500', '192729.587500', '192730.047500', '192730.507500', '192730.967500', '192731.427500', '192731.887500', '192732.347500', '192732.807500', '192733.267500', '192733.727500', '192734.187500', '192734.647500', '192735.107500', '192735.567500', '192736.027500', '192736.487500', '192736.947500', '192737.407500', '192737.867500', '192738.327500', '192738.787500', '192739.247500', '192739.707500', '192740.167500', '192740.627500', '192741.087500', '192741.547500', '192742.007500', '192742.467500', '192742.927500', '192743.387500', '192743.847500', '192744.307500', '192744.767500', '192745.227500', '192745.687500', '192746.147500', '192746.607500', '192747.067500', '192747.527500', '192747.987500', '192748.447500', '192748.907500', '192749.367500', '192749.827500', '192750.287500', '192750.747500', '192751.207500', '192751.667500', '192752.127500', '192752.587500', '192753.047500', '192753.507500', '192753.967500', '192754.427500', '192754.887500', '192755.347500', '192755.807500', '192756.267500', '192756.727500', '192757.187500', '192757.647500', '192758.107500', '192758.567500', '192759.027500', '192759.487500', '192759.947500', '192800.407500', '192800.867500', '192801.327500', '192801.787500', '192802.247500', '192802.707500', '192803.167500', '192803.627500', '192804.087500', '192804.547500', '192805.007500', '192805.467500', '192805.927500', '192806.387500', '192806.847500', '192807.307500', '192807.767500', '192808.227500', '192808.687500', '192809.147500', '192809.607500', '192810.067500', '192810.527500', '192810.987500', '192811.447500', '192811.907500', '192812.367500', '192812.827500', '192813.287500', '192813.747500', '192814.207500', '192814.667500', '192815.127500', '192815.587500', '192816.047500', '192816.507500', '192816.967500', '192817.427500', '192817.887500', '192818.347500', '192818.807500', '192819.267500', '192819.727500', '192820.187500', '192820.647500', '192821.107500', '192821.567500', '192822.027500', '192822.487500', '192822.947500', '192823.407500', '192823.867500', '192824.327500', '192824.787500', '192825.247500'], 'ContentTime': ['192156.053000', '192156.056000', '192156.059000', '192156.063000', '192156.065000', '192156.068000', '192156.071000', '192156.073000', '192156.076000', '192156.078000', '192156.081000', '192156.083000', '192156.086000', '192156.089000', '192156.091000', '192156.094000', '192156.103000', '192156.106000', '192156.108000', '192156.111000', '192156.113000', '192156.116000', '192216.017000', '192216.020000', '192216.023000', '192216.025000', '192216.028000', '192216.031000', '192216.033000', '192216.036000', '192216.039000', '192216.041000', '192216.044000', '192216.046000', '192216.049000', '192216.051000', '192216.054000', '192216.056000', '192216.059000', '192216.061000', '192216.064000', '192216.067000', '192216.069000', '192216.079000', '192216.082000', '192216.084000', '192216.087000', '192216.089000', '192216.092000', '192216.094000', '192216.097000', '192216.105000', '192216.107000', '192216.110000', '192216.112000', '192216.115000', '192216.117000', '192216.120000', '192216.122000', '192216.128000', '192216.131000', '192216.134000', '192216.136000', '192216.139000', '192216.141000', '192236.017000', '192236.020000', '192236.023000', '192236.026000', '192236.028000', '192236.031000', '192236.033000', '192236.036000', '192236.039000', '192236.041000', '192236.044000', '192236.047000', '192236.050000', '192236.053000', '192236.056000', '192236.058000', '192236.061000', '192236.063000', '192236.066000', '192236.068000', '192236.071000', '192236.073000', '192236.076000', '192236.078000', '192236.081000', '192236.083000', '192236.086000', '192236.088000', '192236.091000', '192236.093000', '192236.096000', '192236.098000', '192236.101000', '192236.115000', '192236.118000', '192236.120000', '192236.123000', '192236.126000', '192236.129000', '192236.131000', '192236.134000', '192236.137000', '192236.139000', '192256.018000', '192256.021000', '192256.024000', '192256.026000', '192256.029000', '192256.031000', '192256.034000', '192256.037000', '192256.039000', '192256.042000', '192256.044000', '192256.047000', '192256.049000', '192256.052000', '192256.055000', '192256.057000', '192256.060000', '192256.062000', '192256.065000', '192256.068000', '192256.070000', '192256.073000', '192256.075000', '192256.078000', '192256.080000', '192256.083000', '192256.085000', '192256.088000', '192256.090000', '192256.093000', '192256.096000', '192256.098000', '192256.101000', '192256.103000', '192256.106000', '192256.108000', '192256.111000', '192256.114000', '192256.116000', '192256.119000', '192256.121000', '192256.124000', '192256.126000', '192256.129000', '192316.018000', '192316.021000', '192316.024000', '192316.026000', '192316.029000', '192316.031000', '192316.034000', '192316.037000', '192316.039000', '192316.042000', '192316.044000', '192316.047000', '192316.049000', '192316.052000', '192316.054000', '192316.057000', '192316.060000', '192316.062000', '192316.065000', '192316.067000', '192316.070000', '192316.073000', '192316.075000', '192316.078000', '192316.080000', '192316.083000', '192316.085000', '192316.088000', '192316.090000', '192316.093000', '192316.096000', '192316.098000', '192316.101000', '192316.105000', '192316.107000', '192316.110000', '192316.112000', '192316.115000', '192316.118000', '192316.120000', '192316.123000', '192316.125000', '192316.128000', '192336.018000', '192336.021000', '192336.031000', '192336.034000', '192336.036000', '192336.039000', '192336.042000', '192336.045000', '192336.047000', '192336.050000', '192336.052000', '192336.055000', '192336.058000', '192336.060000', '192336.063000', '192336.065000', '192336.068000', '192336.071000', '192336.073000', '192336.076000', '192336.079000', '192336.081000', '192336.084000', '192336.086000', '192336.089000', '192336.092000', '192336.094000', '192336.097000', '192336.099000', '192336.102000', '192336.104000', '192336.107000', '192336.110000', '192336.112000', '192336.115000', '192336.117000', '192336.127000', '192336.129000', '192336.132000', '192336.134000', '192336.137000', '192336.140000', '192336.142000', '192336.145000', '192356.018000', '192356.021000', '192356.024000', '192356.027000', '192356.030000', '192356.032000', '192356.035000', '192356.037000', '192356.040000', '192356.042000', '192356.045000', '192356.048000', '192356.050000', '192356.053000', '192356.055000', '192356.058000', '192356.061000', '192356.063000', '192356.066000', '192356.069000', '192356.071000', '192356.074000', '192356.076000', '192356.079000', '192356.082000', '192356.084000', '192356.087000', '192356.090000', '192356.092000', '192356.095000', '192356.098000', '192356.100000', '192356.103000', '192356.105000', '192356.108000', '192356.110000', '192356.113000', '192356.116000', '192356.118000', '192356.121000', '192356.123000', '192356.126000', '192356.128000', '192416.018000', '192416.021000', '192416.023000', '192416.026000', '192416.028000', '192416.031000', '192416.034000', '192416.036000', '192416.039000', '192416.041000', '192416.044000', '192416.046000', '192416.049000', '192416.052000', '192416.054000', '192416.057000', '192416.059000', '192416.062000', '192416.065000', '192416.067000', '192416.070000', '192416.072000', '192416.075000', '192416.077000', '192416.080000', '192416.083000', '192416.085000', '192416.088000', '192416.090000', '192416.106000', '192416.108000', '192416.111000', '192416.114000', '192416.116000', '192416.119000', '192416.121000', '192416.124000', '192416.126000', '192416.129000', '192416.132000', '192416.134000', '192416.137000', '192416.139000', '192416.142000', '192436.017000', '192436.020000', '192436.023000', '192436.025000', '192436.028000', '192436.031000', '192436.033000', '192436.036000', '192436.039000', '192436.041000', '192436.044000', '192436.047000', '192436.050000', '192436.052000', '192436.055000', '192436.058000', '192436.060000', '192436.063000', '192436.065000', '192436.068000', '192436.071000', '192436.073000', '192436.076000', '192436.078000', '192436.081000', '192436.084000', '192436.086000', '192436.089000', '192436.091000', '192436.094000', '192436.097000', '192436.109000', '192436.112000', '192436.114000', '192436.117000', '192436.119000', '192436.122000', '192436.124000', '192436.127000', '192436.129000', '192436.132000', '192436.135000', '192436.137000', '192456.018000', '192456.021000', '192456.023000', '192456.026000', '192456.028000', '192456.031000', '192456.034000', '192456.036000', '192456.039000', '192456.042000', '192456.044000', '192456.047000', '192456.050000', '192456.052000', '192456.055000', '192456.057000', '192456.060000', '192456.063000', '192456.065000', '192456.068000', '192456.070000', '192456.073000', '192456.076000', '192456.078000', '192456.081000', '192456.083000', '192456.086000', '192456.088000', '192456.091000', '192456.094000', '192456.097000', '192456.099000', '192456.102000', '192456.105000', '192456.107000', '192456.110000', '192456.113000', '192456.115000', '192456.118000', '192456.120000', '192456.123000', '192456.126000', '192456.128000', '192456.131000', '192516.019000', '192516.021000', '192516.024000', '192516.027000', '192516.029000', '192516.032000', '192516.035000', '192516.037000', '192516.040000', '192516.042000', '192516.045000', '192516.047000', '192516.050000', '192516.053000', '192516.055000', '192516.058000', '192516.060000', '192516.063000', '192516.065000', '192516.068000', '192516.071000', '192516.073000', '192516.076000', '192516.078000', '192516.081000', '192516.083000', '192516.086000', '192516.089000', '192516.091000', '192516.094000', '192516.097000', '192516.099000', '192516.102000', '192516.104000', '192516.107000', '192516.109000', '192516.112000', '192516.115000', '192516.117000', '192516.120000', '192516.122000', '192516.125000', '192516.128000', '192536.019000', '192536.021000', '192536.024000', '192536.027000', '192536.029000', '192536.032000', '192536.034000', '192536.037000', '192536.040000', '192536.042000', '192536.045000', '192536.047000', '192536.050000', '192536.053000', '192536.055000', '192536.058000', '192536.061000', '192536.063000', '192536.066000', '192536.069000', '192536.071000', '192536.074000', '192536.077000', '192536.079000', '192536.082000', '192536.085000', '192536.087000', '192536.090000', '192536.092000', '192536.095000', '192536.098000', '192536.100000', '192536.103000', '192536.105000', '192536.108000', '192536.111000', '192536.113000', '192536.116000', '192536.118000', '192536.121000', '192536.124000', '192536.126000', '192536.129000', '192536.132000', '192556.018000', '192556.021000', '192556.024000', '192556.026000', '192556.029000', '192556.032000', '192556.034000', '192556.037000', '192556.039000', '192556.042000', '192556.054000', '192556.056000', '192556.059000', '192556.062000', '192556.064000', '192556.067000', '192556.069000', '192556.072000', '192556.075000', '192556.077000', '192556.080000', '192556.082000', '192556.085000', '192556.087000', '192556.090000', '192556.093000', '192556.095000', '192556.098000', '192556.100000', '192556.103000', '192556.105000', '192556.108000', '192556.111000', '192556.113000', '192556.116000', '192556.118000', '192556.121000', '192556.123000', '192556.126000', '192556.129000', '192556.131000', '192556.135000', '192556.138000', '192616.018000', '192616.021000', '192616.024000', '192616.026000', '192616.029000', '192616.032000', '192616.036000', '192616.039000', '192616.041000', '192616.044000', '192616.046000', '192616.049000', '192616.051000', '192616.054000', '192616.057000', '192616.059000', '192616.062000', '192616.064000', '192616.067000', '192616.070000', '192616.072000', '192616.075000', '192616.077000', '192616.080000', '192616.083000', '192616.085000', '192616.088000', '192616.090000', '192616.093000', '192616.096000', '192616.098000', '192616.101000', '192616.103000', '192616.106000', '192616.109000', '192616.111000', '192616.114000', '192616.116000', '192616.119000', '192616.122000', '192616.124000', '192616.127000', '192616.129000', '192616.132000', '192636.018000', '192636.020000', '192636.023000', '192636.026000', '192636.028000', '192636.031000', '192636.033000', '192636.036000', '192636.038000', '192636.041000', '192636.044000', '192636.046000', '192636.049000', '192636.051000', '192636.054000', '192636.057000', '192636.059000', '192636.062000', '192636.064000', '192636.067000', '192636.069000', '192636.072000', '192636.076000', '192636.078000', '192636.081000', '192636.084000', '192636.086000', '192636.089000', '192636.091000', '192636.094000', '192636.097000', '192636.099000', '192636.102000', '192636.104000', '192636.107000', '192636.110000', '192636.112000', '192636.115000', '192636.117000', '192636.120000', '192636.123000', '192636.125000', '192636.129000', '192656.018000', '192656.020000', '192656.023000', '192656.026000', '192656.028000', '192656.031000', '192656.033000', '192656.036000', '192656.039000', '192656.041000', '192656.044000', '192656.047000', '192656.049000', '192656.052000', '192656.054000', '192656.057000', '192656.060000', '192656.062000', '192656.065000', '192656.067000', '192656.070000', '192656.072000', '192656.075000', '192656.078000', '192656.080000', '192656.083000', '192656.085000', '192656.088000', '192656.091000', '192656.093000', '192656.096000', '192656.098000', '192656.101000', '192656.104000', '192656.106000', '192656.109000', '192656.111000', '192656.114000', '192656.117000', '192656.119000', '192656.122000', '192656.124000', '192656.127000', '192656.130000', '192716.018000', '192716.021000', '192716.023000', '192716.027000', '192716.029000', '192716.032000', '192716.034000', '192716.037000', '192716.040000', '192716.042000', '192716.045000', '192716.047000', '192716.050000', '192716.052000', '192716.055000', '192716.058000', '192716.060000', '192716.063000', '192716.065000', '192716.068000', '192716.071000', '192716.073000', '192716.076000', '192716.078000', '192716.081000', '192716.084000', '192716.086000', '192716.089000', '192716.091000', '192716.094000', '192716.097000', '192716.099000', '192716.102000', '192716.104000', '192716.107000', '192716.121000', '192716.124000', '192716.127000', '192716.129000', '192716.132000', '192716.134000', '192716.137000', '192716.140000', '192736.018000', '192736.021000', '192736.024000', '192736.026000', '192736.029000', '192736.031000', '192736.034000', '192736.037000', '192736.039000', '192736.042000', '192736.044000', '192736.047000', '192736.050000', '192736.052000', '192736.055000', '192736.057000', '192736.060000', '192736.063000', '192736.065000', '192736.068000', '192736.070000', '192736.073000', '192736.076000', '192736.078000', '192736.088000', '192736.091000', '192736.094000', '192736.096000', '192736.099000', '192736.101000', '192736.104000', '192736.107000', '192736.109000', '192736.112000', '192736.114000', '192736.117000', '192736.121000', '192736.124000', '192736.126000', '192736.129000', '192736.132000', '192736.134000', '192736.137000', '192736.139000', '192756.018000', '192756.021000', '192756.024000', '192756.027000', '192756.029000', '192756.032000', '192756.034000', '192756.037000', '192756.039000', '192756.042000', '192756.045000', '192756.047000', '192756.050000', '192756.052000', '192756.055000', '192756.057000', '192756.060000', '192756.062000', '192756.065000', '192756.068000', '192756.070000', '192756.073000', '192756.075000', '192756.078000', '192756.080000', '192756.083000', '192756.085000', '192756.088000', '192756.091000', '192756.093000', '192756.096000', '192756.099000', '192756.101000', '192756.104000', '192756.106000', '192756.109000', '192756.112000', '192756.114000', '192756.117000', '192756.119000', '192756.122000', '192756.125000', '192756.127000', '192816.019000', '192816.023000', '192816.025000', '192816.028000', '192816.031000', '192816.033000', '192816.036000', '192816.038000', '192816.041000', '192816.044000', '192816.046000', '192816.049000', '192816.051000', '192816.054000', '192816.056000', '192816.059000', '192816.062000', '192816.064000', '192816.067000', '192816.069000', '192816.072000', '192816.075000', '192816.077000', '192816.080000', '192816.083000', '192816.085000', '192816.088000', '192816.090000', '192816.093000', '192816.096000', '192816.098000', '192816.101000', '192816.103000', '192816.106000', '192816.109000', '192816.111000', '192816.114000', '192816.116000', '192816.119000', '192816.122000', '192816.124000', '192816.127000', '192816.129000', '192816.132000', '192826.996000', '192827.000000', '192827.003000', '192827.006000', '192827.008000', '192827.011000', '192827.014000', '192827.017000', '192827.019000', '192827.022000', '192827.025000', '192827.028000', '192827.030000', '192827.033000', '192827.036000', '192827.039000', '192827.042000', '192827.045000', '192827.053000', '192827.056000', '192827.059000', '192827.062000', '192827.066000', '192827.069000'], 'InstanceCreationTime': ['192156.053000', '192156.056000', '192156.059000', '192156.063000', '192156.065000', '192156.068000', '192156.071000', '192156.073000', '192156.076000', '192156.078000', '192156.081000', '192156.083000', '192156.086000', '192156.089000', '192156.091000', '192156.094000', '192156.103000', '192156.106000', '192156.108000', '192156.111000', '192156.113000', '192156.116000', '192216.017000', '192216.020000', '192216.023000', '192216.025000', '192216.028000', '192216.031000', '192216.033000', '192216.036000', '192216.039000', '192216.041000', '192216.044000', '192216.046000', '192216.049000', '192216.051000', '192216.054000', '192216.056000', '192216.059000', '192216.061000', '192216.064000', '192216.067000', '192216.069000', '192216.079000', '192216.082000', '192216.084000', '192216.087000', '192216.089000', '192216.092000', '192216.094000', '192216.097000', '192216.105000', '192216.107000', '192216.110000', '192216.112000', '192216.115000', '192216.117000', '192216.120000', '192216.122000', '192216.128000', '192216.131000', '192216.134000', '192216.136000', '192216.139000', '192216.141000', '192236.017000', '192236.020000', '192236.023000', '192236.026000', '192236.028000', '192236.031000', '192236.033000', '192236.036000', '192236.039000', '192236.041000', '192236.044000', '192236.047000', '192236.050000', '192236.053000', '192236.056000', '192236.058000', '192236.061000', '192236.063000', '192236.066000', '192236.068000', '192236.071000', '192236.073000', '192236.076000', '192236.078000', '192236.081000', '192236.083000', '192236.086000', '192236.088000', '192236.091000', '192236.093000', '192236.096000', '192236.098000', '192236.101000', '192236.115000', '192236.118000', '192236.120000', '192236.123000', '192236.126000', '192236.129000', '192236.131000', '192236.134000', '192236.137000', '192236.139000', '192256.018000', '192256.021000', '192256.024000', '192256.026000', '192256.029000', '192256.031000', '192256.034000', '192256.037000', '192256.039000', '192256.042000', '192256.044000', '192256.047000', '192256.049000', '192256.052000', '192256.055000', '192256.057000', '192256.060000', '192256.062000', '192256.065000', '192256.068000', '192256.070000', '192256.073000', '192256.075000', '192256.078000', '192256.080000', '192256.083000', '192256.085000', '192256.088000', '192256.090000', '192256.093000', '192256.096000', '192256.098000', '192256.101000', '192256.103000', '192256.106000', '192256.108000', '192256.111000', '192256.114000', '192256.116000', '192256.119000', '192256.121000', '192256.124000', '192256.126000', '192256.129000', '192316.018000', '192316.021000', '192316.024000', '192316.026000', '192316.029000', '192316.031000', '192316.034000', '192316.037000', '192316.039000', '192316.042000', '192316.044000', '192316.047000', '192316.049000', '192316.052000', '192316.054000', '192316.057000', '192316.060000', '192316.062000', '192316.065000', '192316.067000', '192316.070000', '192316.073000', '192316.075000', '192316.078000', '192316.080000', '192316.083000', '192316.085000', '192316.088000', '192316.090000', '192316.093000', '192316.096000', '192316.098000', '192316.101000', '192316.105000', '192316.107000', '192316.110000', '192316.112000', '192316.115000', '192316.118000', '192316.120000', '192316.123000', '192316.125000', '192316.128000', '192336.018000', '192336.021000', '192336.031000', '192336.034000', '192336.036000', '192336.039000', '192336.042000', '192336.045000', '192336.047000', '192336.050000', '192336.052000', '192336.055000', '192336.058000', '192336.060000', '192336.063000', '192336.065000', '192336.068000', '192336.071000', '192336.073000', '192336.076000', '192336.079000', '192336.081000', '192336.084000', '192336.086000', '192336.089000', '192336.092000', '192336.094000', '192336.097000', '192336.099000', '192336.102000', '192336.104000', '192336.107000', '192336.110000', '192336.112000', '192336.115000', '192336.117000', '192336.127000', '192336.129000', '192336.132000', '192336.134000', '192336.137000', '192336.140000', '192336.142000', '192336.145000', '192356.018000', '192356.021000', '192356.024000', '192356.027000', '192356.030000', '192356.032000', '192356.035000', '192356.037000', '192356.040000', '192356.042000', '192356.045000', '192356.048000', '192356.050000', '192356.053000', '192356.055000', '192356.058000', '192356.061000', '192356.063000', '192356.066000', '192356.069000', '192356.071000', '192356.074000', '192356.076000', '192356.079000', '192356.082000', '192356.084000', '192356.087000', '192356.090000', '192356.092000', '192356.095000', '192356.098000', '192356.100000', '192356.103000', '192356.105000', '192356.108000', '192356.110000', '192356.113000', '192356.116000', '192356.118000', '192356.121000', '192356.123000', '192356.126000', '192356.128000', '192416.018000', '192416.021000', '192416.023000', '192416.026000', '192416.028000', '192416.031000', '192416.034000', '192416.036000', '192416.039000', '192416.041000', '192416.044000', '192416.046000', '192416.049000', '192416.052000', '192416.054000', '192416.057000', '192416.059000', '192416.062000', '192416.065000', '192416.067000', '192416.070000', '192416.072000', '192416.075000', '192416.077000', '192416.080000', '192416.083000', '192416.085000', '192416.088000', '192416.090000', '192416.106000', '192416.108000', '192416.111000', '192416.114000', '192416.116000', '192416.119000', '192416.121000', '192416.124000', '192416.126000', '192416.129000', '192416.132000', '192416.134000', '192416.137000', '192416.139000', '192416.142000', '192436.017000', '192436.020000', '192436.023000', '192436.025000', '192436.028000', '192436.031000', '192436.033000', '192436.036000', '192436.039000', '192436.041000', '192436.044000', '192436.047000', '192436.050000', '192436.052000', '192436.055000', '192436.058000', '192436.060000', '192436.063000', '192436.065000', '192436.068000', '192436.071000', '192436.073000', '192436.076000', '192436.078000', '192436.081000', '192436.084000', '192436.086000', '192436.089000', '192436.091000', '192436.094000', '192436.097000', '192436.109000', '192436.112000', '192436.114000', '192436.117000', '192436.119000', '192436.122000', '192436.124000', '192436.127000', '192436.129000', '192436.132000', '192436.135000', '192436.137000', '192456.018000', '192456.021000', '192456.023000', '192456.026000', '192456.028000', '192456.031000', '192456.034000', '192456.036000', '192456.039000', '192456.042000', '192456.044000', '192456.047000', '192456.050000', '192456.052000', '192456.055000', '192456.057000', '192456.060000', '192456.063000', '192456.065000', '192456.068000', '192456.070000', '192456.073000', '192456.076000', '192456.078000', '192456.081000', '192456.083000', '192456.086000', '192456.088000', '192456.091000', '192456.094000', '192456.097000', '192456.099000', '192456.102000', '192456.105000', '192456.107000', '192456.110000', '192456.113000', '192456.115000', '192456.118000', '192456.120000', '192456.123000', '192456.126000', '192456.128000', '192456.131000', '192516.019000', '192516.021000', '192516.024000', '192516.027000', '192516.029000', '192516.032000', '192516.035000', '192516.037000', '192516.040000', '192516.042000', '192516.045000', '192516.047000', '192516.050000', '192516.053000', '192516.055000', '192516.058000', '192516.060000', '192516.063000', '192516.065000', '192516.068000', '192516.071000', '192516.073000', '192516.076000', '192516.078000', '192516.081000', '192516.083000', '192516.086000', '192516.089000', '192516.091000', '192516.094000', '192516.097000', '192516.099000', '192516.102000', '192516.104000', '192516.107000', '192516.109000', '192516.112000', '192516.115000', '192516.117000', '192516.120000', '192516.122000', '192516.125000', '192516.128000', '192536.019000', '192536.021000', '192536.024000', '192536.027000', '192536.029000', '192536.032000', '192536.034000', '192536.037000', '192536.040000', '192536.042000', '192536.045000', '192536.047000', '192536.050000', '192536.053000', '192536.055000', '192536.058000', '192536.061000', '192536.063000', '192536.066000', '192536.069000', '192536.071000', '192536.074000', '192536.077000', '192536.079000', '192536.082000', '192536.085000', '192536.087000', '192536.090000', '192536.092000', '192536.095000', '192536.098000', '192536.100000', '192536.103000', '192536.105000', '192536.108000', '192536.111000', '192536.113000', '192536.116000', '192536.118000', '192536.121000', '192536.124000', '192536.126000', '192536.129000', '192536.132000', '192556.018000', '192556.021000', '192556.024000', '192556.026000', '192556.029000', '192556.032000', '192556.034000', '192556.037000', '192556.039000', '192556.042000', '192556.054000', '192556.056000', '192556.059000', '192556.062000', '192556.064000', '192556.067000', '192556.069000', '192556.072000', '192556.075000', '192556.077000', '192556.080000', '192556.082000', '192556.085000', '192556.087000', '192556.090000', '192556.093000', '192556.095000', '192556.098000', '192556.100000', '192556.103000', '192556.105000', '192556.108000', '192556.111000', '192556.113000', '192556.116000', '192556.118000', '192556.121000', '192556.123000', '192556.126000', '192556.129000', '192556.131000', '192556.135000', '192556.138000', '192616.018000', '192616.021000', '192616.024000', '192616.026000', '192616.029000', '192616.032000', '192616.036000', '192616.039000', '192616.041000', '192616.044000', '192616.046000', '192616.049000', '192616.051000', '192616.054000', '192616.057000', '192616.059000', '192616.062000', '192616.064000', '192616.067000', '192616.070000', '192616.072000', '192616.075000', '192616.077000', '192616.080000', '192616.083000', '192616.085000', '192616.088000', '192616.090000', '192616.093000', '192616.096000', '192616.098000', '192616.101000', '192616.103000', '192616.106000', '192616.109000', '192616.111000', '192616.114000', '192616.116000', '192616.119000', '192616.122000', '192616.124000', '192616.127000', '192616.129000', '192616.132000', '192636.018000', '192636.020000', '192636.023000', '192636.026000', '192636.028000', '192636.031000', '192636.033000', '192636.036000', '192636.038000', '192636.041000', '192636.044000', '192636.046000', '192636.049000', '192636.051000', '192636.054000', '192636.057000', '192636.059000', '192636.062000', '192636.064000', '192636.067000', '192636.069000', '192636.072000', '192636.076000', '192636.078000', '192636.081000', '192636.084000', '192636.086000', '192636.089000', '192636.091000', '192636.094000', '192636.097000', '192636.099000', '192636.102000', '192636.104000', '192636.107000', '192636.110000', '192636.112000', '192636.115000', '192636.117000', '192636.120000', '192636.123000', '192636.125000', '192636.129000', '192656.018000', '192656.020000', '192656.023000', '192656.026000', '192656.028000', '192656.031000', '192656.033000', '192656.036000', '192656.039000', '192656.041000', '192656.044000', '192656.047000', '192656.049000', '192656.052000', '192656.054000', '192656.057000', '192656.060000', '192656.062000', '192656.065000', '192656.067000', '192656.070000', '192656.072000', '192656.075000', '192656.078000', '192656.080000', '192656.083000', '192656.085000', '192656.088000', '192656.091000', '192656.093000', '192656.096000', '192656.098000', '192656.101000', '192656.104000', '192656.106000', '192656.109000', '192656.111000', '192656.114000', '192656.117000', '192656.119000', '192656.122000', '192656.124000', '192656.127000', '192656.130000', '192716.018000', '192716.021000', '192716.023000', '192716.027000', '192716.029000', '192716.032000', '192716.034000', '192716.037000', '192716.040000', '192716.042000', '192716.045000', '192716.047000', '192716.050000', '192716.052000', '192716.055000', '192716.058000', '192716.060000', '192716.063000', '192716.065000', '192716.068000', '192716.071000', '192716.073000', '192716.076000', '192716.078000', '192716.081000', '192716.084000', '192716.086000', '192716.089000', '192716.091000', '192716.094000', '192716.097000', '192716.099000', '192716.102000', '192716.104000', '192716.107000', '192716.121000', '192716.124000', '192716.127000', '192716.129000', '192716.132000', '192716.134000', '192716.137000', '192716.140000', '192736.018000', '192736.021000', '192736.024000', '192736.026000', '192736.029000', '192736.031000', '192736.034000', '192736.037000', '192736.039000', '192736.042000', '192736.044000', '192736.047000', '192736.050000', '192736.052000', '192736.055000', '192736.057000', '192736.060000', '192736.063000', '192736.065000', '192736.068000', '192736.070000', '192736.073000', '192736.076000', '192736.078000', '192736.088000', '192736.091000', '192736.094000', '192736.096000', '192736.099000', '192736.101000', '192736.104000', '192736.107000', '192736.109000', '192736.112000', '192736.114000', '192736.117000', '192736.121000', '192736.124000', '192736.126000', '192736.129000', '192736.132000', '192736.134000', '192736.137000', '192736.139000', '192756.018000', '192756.021000', '192756.024000', '192756.027000', '192756.029000', '192756.032000', '192756.034000', '192756.037000', '192756.039000', '192756.042000', '192756.045000', '192756.047000', '192756.050000', '192756.052000', '192756.055000', '192756.057000', '192756.060000', '192756.062000', '192756.065000', '192756.068000', '192756.070000', '192756.073000', '192756.075000', '192756.078000', '192756.080000', '192756.083000', '192756.085000', '192756.088000', '192756.091000', '192756.093000', '192756.096000', '192756.099000', '192756.101000', '192756.104000', '192756.106000', '192756.109000', '192756.112000', '192756.114000', '192756.117000', '192756.119000', '192756.122000', '192756.125000', '192756.127000', '192816.019000', '192816.023000', '192816.025000', '192816.028000', '192816.031000', '192816.033000', '192816.036000', '192816.038000', '192816.041000', '192816.044000', '192816.046000', '192816.049000', '192816.051000', '192816.054000', '192816.056000', '192816.059000', '192816.062000', '192816.064000', '192816.067000', '192816.069000', '192816.072000', '192816.075000', '192816.077000', '192816.080000', '192816.083000', '192816.085000', '192816.088000', '192816.090000', '192816.093000', '192816.096000', '192816.098000', '192816.101000', '192816.103000', '192816.106000', '192816.109000', '192816.111000', '192816.114000', '192816.116000', '192816.119000', '192816.122000', '192816.124000', '192816.127000', '192816.129000', '192816.132000', '192826.996000', '192827.000000', '192827.003000', '192827.006000', '192827.008000', '192827.011000', '192827.014000', '192827.017000', '192827.019000', '192827.022000', '192827.025000', '192827.028000', '192827.030000', '192827.033000', '192827.036000', '192827.039000', '192827.042000', '192827.045000', '192827.053000', '192827.056000', '192827.059000', '192827.062000', '192827.066000', '192827.069000'], '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': [14712, 10449, 11714, 10310, 9441, 9994, 9384, 9339, 10462, 9313, 9596, 9746, 8702, 9161, 9417, 8080, 9813, 9161, 8793, 9675, 8964, 9589, 9416, 9603, 8992, 9509, 10033, 11098, 11618, 9946, 11086, 10321, 10095, 10298, 11495, 9764, 11090, 10222, 11293, 9466, 9166, 9943, 9862, 9435, 9160, 9249, 8849, 7675, 8783, 13728, 13732, 9455, 8518, 13605, 9980, 8937, 9603, 9886, 10344, 9852, 11772, 9952, 9209, 12342, 10022, 13144, 13480, 15766, 12672, 13029, 18005, 9283, 9795, 9920, 9814, 9070, 10229, 8646, 10185, 9683, 10726, 8668, 8301, 9949, 9137, 10526, 9799, 10773, 10067, 10609, 10375, 9932, 9384, 8393, 9713, 9078, 10136, 8934, 10345, 9257, 10076, 9385, 10148, 10047, 8986, 9446, 9180, 8705, 9316, 9440, 9148, 10021, 10281, 9658, 9225, 8559, 8841, 10626, 8361, 8003, 7921, 9356, 8315, 9120, 11631, 8546, 7763, 8755, 7641, 10767, 10165, 8408, 13550, 10185, 8356, 11189, 9863, 11975, 11721, 10337, 10634, 12304, 8553, 8717, 9096, 12914, 11016, 13583, 10267, 13005, 10415, 12110, 11325, 11982, 11577, 10651, 13237, 14196, 16507, 11445, 9069, 10058, 9467, 14254, 10295, 12033, 10085, 10119, 8511, 9327, 9378, 8520, 8777, 9599, 9905, 9631, 10888, 11048, 9507, 14908, 8880, 8902, 10129, 9134, 9505, 9129, 9252, 13087, 12148, 10325, 10653, 9821, 8989, 10531, 10027, 8889, 9277, 10066, 8877, 7945, 9166, 9853, 15076, 11368, 11415, 10887, 10099, 9245, 9518, 8494, 10263, 8677, 10476, 12392, 10449, 8626, 8676, 9545, 10460, 8779, 10388, 14746, 13042, 8680, 9136, 9531, 10833, 11139, 10538, 13127, 10790, 10659, 9949, 12639, 10057, 8705, 9950, 9032, 9844, 9452, 8738, 9804, 10954, 15621, 14174, 11933, 10277, 9189, 8362, 9250, 8927, 9197, 11260, 9874, 9622, 10217, 7977, 8698, 9008, 9197, 8923, 15698, 8486, 13580, 10306, 11640, 8841, 9308, 9400, 10297, 10117, 9619, 12592, 10980, 9483, 11921, 11774, 13674, 12403, 9984, 14044, 12965, 12742, 9070, 10591, 10379, 10589, 13386, 10867, 14477, 10871, 11301, 10908, 9299, 8082, 9777, 8346, 10160, 8620, 7720, 9619, 9734, 10345, 13405, 10713, 12496, 10702, 12000, 10469, 14209, 11068, 9353, 10134, 7905, 9802, 8486, 9228, 9875, 8495, 10175, 7623, 11054, 10196, 10123, 10228, 10192, 8600, 10453, 8032, 11153, 8836, 9788, 9102, 7418, 9470, 8611, 7199, 8479, 10547, 13913, 10590, 9796, 10379, 9902, 8597, 10360, 11131, 10510, 9731, 11235, 12745, 9856, 10518, 12020, 13137, 13018, 17474, 11699, 15180, 12598, 10269, 12309, 10558, 9552, 8657, 10178, 8247, 10112, 8280, 9685, 7710, 9544, 8760, 9914, 9068, 10138, 8539, 10108, 11213, 10707, 11214, 11293, 8561, 9653, 9727, 10833, 10157, 12491, 11165, 10526, 11224, 8891, 10175, 8784, 11031, 10444, 12441, 11705, 12707, 11907, 13040, 10558, 7706, 8056, 9723, 15273, 14504, 9932, 9666, 8494, 9655, 10400, 8322, 11044, 11641, 10510, 9497, 10563, 10955, 13239, 12667, 11683, 10725, 11384, 13345, 10594, 13371, 10274, 9686, 10278, 8786, 10502, 10094, 10765, 8991, 8327, 10033, 9250, 10521, 9562, 10662, 11595, 10227, 9061, 10507, 10086, 10314, 8292, 8874, 8517, 8707, 8701, 8553, 9479, 8719, 8814, 11863, 9793, 10714, 10169, 13110, 11110, 15287, 12022, 11964, 10619, 12417, 10723, 8363, 9431, 9572, 8783, 10350, 12143, 9970, 10473, 9384, 10303, 13475, 10417, 10928, 8623, 9693, 10550, 7269, 10551, 8532, 9050, 13499, 9745, 9440, 11980, 9900, 12457, 10441, 13654, 11502, 10050, 9241, 9653, 8995, 10444, 9902, 10953, 12289, 11075, 9142, 8305, 9516, 8660, 9779, 9469, 9686, 10866, 9197, 8543, 9586, 8571, 9847, 8508, 9539, 8922, 8863, 10561, 11928, 10552, 8094, 10361, 7980, 10173, 10281, 11022, 11748, 9835, 9494, 9144, 8850, 9640, 9292, 9026, 9613, 9257, 9660, 9646, 13044, 10344, 9687, 10942, 10115, 11098, 11195, 9965, 9798, 9199, 10921, 7181, 7150, 8462, 7289, 7565, 9895, 8728, 10279, 8825, 10557, 10030, 8476, 12690, 9223, 12138, 10083, 12697, 9851, 13657, 9653, 7949, 9662, 8288, 10010, 8110, 7164, 8568, 7572, 8976, 8343, 9513, 8288, 7843, 9251, 7883, 9060, 8872, 9424, 8380, 9147, 10296, 8567, 7354, 8239, 8268, 10022, 9794, 10078, 8187, 8734, 7398, 8609, 8107, 8920, 11908, 8622, 11209, 10331, 11305, 8136, 9105, 9210, 8826, 7997, 9121, 7734, 8198, 9490, 8073, 10726, 9087, 9509, 9715, 9309, 11499, 11637, 10548, 14708, 10705, 9855, 11263, 10055, 9433, 10266, 11945, 10128, 8881, 8454, 8703, 9560, 9018, 8465, 8997, 8257, 9185, 9608, 10927, 9767, 11089, 11795, 10160, 9727, 8717, 9849, 8695, 9610, 10139, 13237, 8632, 9616, 8657, 9815, 8504, 10295, 8398, 10050, 10498, 10286, 13720, 12141, 10657, 9347, 8867, 8400, 9616, 11430, 9211, 8445, 11699, 10770, 13414, 12920, 9586, 15037, 9894, 9156, 8158, 8278, 8987, 8598, 8372, 9100, 9050, 9565, 9831, 9180, 9453, 9412, 8602, 8979, 8162, 10241, 10029, 7863, 8752, 8503, 10536, 13629, 10918, 9948, 9760, 9471, 9536, 9217, 10942, 12482, 10748, 9746, 8458, 9249, 8653, 9681, 10744, 11856, 10754, 10324, 10708, 8590, 10619, 11079, 9962, 10755, 9971, 9275, 9779, 8684, 9870, 9389, 9074, 10966, 9968, 10269, 10305, 8896, 10680, 9227, 9759, 9434, 9441, 8799, 8162, 9310, 10240, 10427, 12042, 9606, 11581, 11968, 10658, 15469, 10699, 9033, 10742, 8938, 10811, 11518, 10599, 9435, 9924, 8381, 10136, 8294, 10113, 9110, 9898, 8493, 8907, 8554, 9506, 9290, 8788, 10326, 14102, 10351, 10944, 11788, 10720, 9916, 8953, 9553, 10613, 8817, 10817, 12543, 10556, 9196, 8346, 9292, 10348, 11899, 10270, 8825, 9207, 9625, 9256, 10512, 9653, 10344, 10501, 9690, 9303, 9500, 8937, 8699, 10529, 12251, 10700, 9730, 9913, 9086, 9587, 9592, 9403, 8421, 9769, 10663, 8943, 10509, 10214, 10173, 9740, 10897, 10591, 8798, 10451, 8337, 8288, 8851, 9364, 9058, 10626, 10296, 10720, 15079, 10676, 14651, 10594, 10115, 10006, 9455, 10390, 8536, 10388, 9084, 9697, 10364, 9317, 10384, 9205, 10398, 8269, 10293, 9397, 9871, 8964, 8839, 8633], 'WindowCenter': [4409.0, 4375.0, 4371.0, 4347.0, 4335.0, 4336.0, 4332.0, 4322.0, 4346.0, 4333.0, 4332.0, 4335.0, 4323.0, 4333.0, 4321.0, 4313.0, 4333.0, 4336.0, 4324.0, 4330.0, 4336.0, 4349.0, 4335.0, 4347.0, 4333.0, 4348.0, 4322.0, 4357.0, 4357.0, 4333.0, 4356.0, 4347.0, 4346.0, 4346.0, 4357.0, 4332.0, 4345.0, 4336.0, 4344.0, 4332.0, 4311.0, 4346.0, 4334.0, 4337.0, 4350.0, 4337.0, 4337.0, 4317.0, 4326.0, 4379.0, 4381.0, 4347.0, 4325.0, 4365.0, 4334.0, 4339.0, 4337.0, 4335.0, 4349.0, 4348.0, 4369.0, 4349.0, 4341.0, 4369.0, 4337.0, 4354.0, 4339.0, 4365.0, 4331.0, 4331.0, 4360.0, 4295.0, 4293.0, 4292.0, 4292.0, 4280.0, 4291.0, 4269.0, 4291.0, 4288.0, 4302.0, 4282.0, 4279.0, 4304.0, 4306.0, 4316.0, 4305.0, 4317.0, 4306.0, 4316.0, 4317.0, 4318.0, 4308.0, 4299.0, 4320.0, 4308.0, 4330.0, 4310.0, 4347.0, 4324.0, 4333.0, 4325.0, 4333.0, 4335.0, 4308.0, 4321.0, 4322.0, 4322.0, 4334.0, 4334.0, 4333.0, 4346.0, 4373.0, 4361.0, 4349.0, 4327.0, 4338.0, 4343.0, 4328.0, 4313.0, 4327.0, 4336.0, 4325.0, 4333.0, 4354.0, 4323.0, 4312.0, 4335.0, 4319.0, 4345.0, 4332.0, 4301.0, 4364.0, 4346.0, 4311.0, 4344.0, 4323.0, 4356.0, 4344.0, 4331.0, 4320.0, 4355.0, 4311.0, 4311.0, 4336.0, 4355.0, 4345.0, 4352.0, 4335.0, 4366.0, 4348.0, 4343.0, 4348.0, 4345.0, 4344.0, 4333.0, 4354.0, 4342.0, 4351.0, 4316.0, 4298.0, 4294.0, 4297.0, 4322.0, 4293.0, 4313.0, 4279.0, 4290.0, 4281.0, 4292.0, 4293.0, 4283.0, 4295.0, 4303.0, 4305.0, 4320.0, 4328.0, 4342.0, 4337.0, 4364.0, 4311.0, 4310.0, 4330.0, 4323.0, 4307.0, 4310.0, 4310.0, 4338.0, 4328.0, 4318.0, 4320.0, 4318.0, 4310.0, 4318.0, 4308.0, 4307.0, 4320.0, 4344.0, 4336.0, 4313.0, 4322.0, 4334.0, 4350.0, 4341.0, 4341.0, 4317.0, 4320.0, 4319.0, 4319.0, 4310.0, 4330.0, 4310.0, 4343.0, 4341.0, 4329.0, 4312.0, 4323.0, 4322.0, 4345.0, 4324.0, 4333.0, 4363.0, 4352.0, 4311.0, 4321.0, 4333.0, 4333.0, 4331.0, 4327.0, 4339.0, 4328.0, 4320.0, 4319.0, 4340.0, 4321.0, 4310.0, 4319.0, 4308.0, 4332.0, 4321.0, 4309.0, 4332.0, 4344.0, 4361.0, 4351.0, 4341.0, 4318.0, 4308.0, 4297.0, 4307.0, 4306.0, 4322.0, 4357.0, 4345.0, 4347.0, 4357.0, 4325.0, 4324.0, 4335.0, 4334.0, 4339.0, 4390.0, 4325.0, 4380.0, 4335.0, 4344.0, 4325.0, 4323.0, 4335.0, 4334.0, 4333.0, 4334.0, 4355.0, 4344.0, 4333.0, 4343.0, 4342.0, 4351.0, 4341.0, 4307.0, 4337.0, 4327.0, 4325.0, 4283.0, 4302.0, 4290.0, 4290.0, 4310.0, 4302.0, 4321.0, 4301.0, 4301.0, 4300.0, 4291.0, 4273.0, 4303.0, 4284.0, 4315.0, 4296.0, 4287.0, 4318.0, 4317.0, 4330.0, 4349.0, 4333.0, 4340.0, 4330.0, 4340.0, 4329.0, 4350.0, 4341.0, 4321.0, 4330.0, 4300.0, 4331.0, 4311.0, 4323.0, 4347.0, 4324.0, 4347.0, 4315.0, 4356.0, 4349.0, 4345.0, 4345.0, 4333.0, 4312.0, 4334.0, 4303.0, 4355.0, 4350.0, 4345.0, 4337.0, 4319.0, 4359.0, 4339.0, 4307.0, 4338.0, 4361.0, 4356.0, 4325.0, 4324.0, 4324.0, 4326.0, 4326.0, 4335.0, 4335.0, 4336.0, 4324.0, 4347.0, 4369.0, 4334.0, 4335.0, 4343.0, 4342.0, 4342.0, 4359.0, 4317.0, 4335.0, 4315.0, 4292.0, 4302.0, 4289.0, 4281.0, 4282.0, 4292.0, 4271.0, 4291.0, 4272.0, 4290.0, 4260.0, 4292.0, 4295.0, 4307.0, 4296.0, 4317.0, 4297.0, 4330.0, 4329.0, 4329.0, 4331.0, 4341.0, 4311.0, 4333.0, 4334.0, 4357.0, 4359.0, 4379.0, 4358.0, 4356.0, 4370.0, 4338.0, 4348.0, 4327.0, 4345.0, 4334.0, 4343.0, 4340.0, 4343.0, 4353.0, 4365.0, 4343.0, 4314.0, 4302.0, 4331.0, 4373.0, 4350.0, 4333.0, 4320.0, 4300.0, 4320.0, 4320.0, 4300.0, 4344.0, 4343.0, 4335.0, 4338.0, 4347.0, 4347.0, 4353.0, 4340.0, 4328.0, 4319.0, 4330.0, 4340.0, 4307.0, 4325.0, 4292.0, 4282.0, 4289.0, 4269.0, 4289.0, 4289.0, 4289.0, 4269.0, 4271.0, 4303.0, 4293.0, 4316.0, 4305.0, 4314.0, 4316.0, 4306.0, 4294.0, 4316.0, 4316.0, 4318.0, 4297.0, 4309.0, 4310.0, 4312.0, 4312.0, 4313.0, 4334.0, 4326.0, 4337.0, 4367.0, 4347.0, 4357.0, 4359.0, 4366.0, 4346.0, 4364.0, 4369.0, 4359.0, 4336.0, 4342.0, 4345.0, 4325.0, 4323.0, 4345.0, 4336.0, 4349.0, 4366.0, 4360.0, 4360.0, 4339.0, 4323.0, 4342.0, 4320.0, 4333.0, 4322.0, 4321.0, 4321.0, 4292.0, 4330.0, 4310.0, 4323.0, 4349.0, 4320.0, 4331.0, 4354.0, 4333.0, 4366.0, 4334.0, 4354.0, 4343.0, 4320.0, 4306.0, 4307.0, 4308.0, 4315.0, 4318.0, 4329.0, 4339.0, 4328.0, 4319.0, 4309.0, 4321.0, 4311.0, 4331.0, 4321.0, 4320.0, 4339.0, 4322.0, 4311.0, 4332.0, 4322.0, 4343.0, 4323.0, 4334.0, 4334.0, 4323.0, 4345.0, 4356.0, 4346.0, 4316.0, 4346.0, 4314.0, 4357.0, 4345.0, 4346.0, 4354.0, 4334.0, 4334.0, 4335.0, 4324.0, 4331.0, 4335.0, 4323.0, 4335.0, 4333.0, 4334.0, 4333.0, 4362.0, 4347.0, 4335.0, 4346.0, 4334.0, 4343.0, 4360.0, 4336.0, 4336.0, 4335.0, 4331.0, 4290.0, 4280.0, 4310.0, 4291.0, 4301.0, 4332.0, 4311.0, 4330.0, 4312.0, 4332.0, 4339.0, 4314.0, 4353.0, 4311.0, 4337.0, 4332.0, 4337.0, 4303.0, 4335.0, 4303.0, 4286.0, 4305.0, 4285.0, 4316.0, 4312.0, 4288.0, 4307.0, 4313.0, 4334.0, 4324.0, 4320.0, 4314.0, 4338.0, 4337.0, 4313.0, 4322.0, 4334.0, 4328.0, 4313.0, 4324.0, 4346.0, 4314.0, 4305.0, 4351.0, 4331.0, 4373.0, 4341.0, 4348.0, 4329.0, 4349.0, 4318.0, 4338.0, 4327.0, 4348.0, 4367.0, 4326.0, 4344.0, 4334.0, 4332.0, 4301.0, 4311.0, 4317.0, 4335.0, 4315.0, 4324.0, 4302.0, 4300.0, 4320.0, 4300.0, 4328.0, 4307.0, 4306.0, 4307.0, 4321.0, 4354.0, 4343.0, 4346.0, 4361.0, 4332.0, 4331.0, 4327.0, 4304.0, 4305.0, 4319.0, 4339.0, 4330.0, 4322.0, 4311.0, 4323.0, 4333.0, 4324.0, 4313.0, 4317.0, 4323.0, 4332.0, 4347.0, 4357.0, 4340.0, 4359.0, 4383.0, 4346.0, 4334.0, 4311.0, 4333.0, 4313.0, 4322.0, 4347.0, 4365.0, 4324.0, 4337.0, 4314.0, 4346.0, 4312.0, 4334.0, 4314.0, 4350.0, 4360.0, 4349.0, 4367.0, 4357.0, 4346.0, 4337.0, 4338.0, 4330.0, 4337.0, 4348.0, 4315.0, 4302.0, 4332.0, 4326.0, 4352.0, 4341.0, 4319.0, 4361.0, 4333.0, 4324.0, 4299.0, 4310.0, 4322.0, 4324.0, 4325.0, 4335.0, 4329.0, 4323.0, 4346.0, 4347.0, 4346.0, 4348.0, 4336.0, 4336.0, 4326.0, 4356.0, 4348.0, 4326.0, 4337.0, 4338.0, 4359.0, 4367.0, 4346.0, 4335.0, 4334.0, 4323.0, 4322.0, 4320.0, 4330.0, 4341.0, 4330.0, 4321.0, 4300.0, 4321.0, 4311.0, 4335.0, 4355.0, 4354.0, 4343.0, 4332.0, 4332.0, 4310.0, 4330.0, 4330.0, 4319.0, 4327.0, 4319.0, 4318.0, 4319.0, 4297.0, 4320.0, 4309.0, 4310.0, 4329.0, 4319.0, 4331.0, 4330.0, 4309.0, 4331.0, 4320.0, 4321.0, 4321.0, 4323.0, 4323.0, 4325.0, 4336.0, 4346.0, 4346.0, 4353.0, 4321.0, 4330.0, 4329.0, 4319.0, 4348.0, 4317.0, 4297.0, 4316.0, 4306.0, 4328.0, 4327.0, 4327.0, 4309.0, 4320.0, 4299.0, 4328.0, 4311.0, 4343.0, 4322.0, 4332.0, 4322.0, 4322.0, 4323.0, 4334.0, 4327.0, 4323.0, 4334.0, 4363.0, 4334.0, 4344.0, 4344.0, 4342.0, 4333.0, 4321.0, 4321.0, 4330.0, 4310.0, 4332.0, 4340.0, 4332.0, 4322.0, 4312.0, 4333.0, 4344.0, 4353.0, 4334.0, 4324.0, 4323.0, 4334.0, 4320.0, 4343.0, 4323.0, 4331.0, 4332.0, 4321.0, 4321.0, 4333.0, 4322.0, 4312.0, 4342.0, 4351.0, 4331.0, 4322.0, 4332.0, 4321.0, 4322.0, 4332.0, 4323.0, 4313.0, 4345.0, 4345.0, 4322.0, 4343.0, 4333.0, 4331.0, 4323.0, 4333.0, 4333.0, 4312.0, 4333.0, 4312.0, 4311.0, 4322.0, 4322.0, 4323.0, 4341.0, 4331.0, 4345.0, 4364.0, 4333.0, 4360.0, 4333.0, 4316.0, 4321.0, 4321.0, 4330.0, 4309.0, 4331.0, 4319.0, 4321.0, 4331.0, 4321.0, 4332.0, 4322.0, 4333.0, 4312.0, 4346.0, 4333.0, 4345.0, 4334.0, 4335.0, 4323.0], 'WindowWidth': [9709.0, 9650.0, 9637.0, 9596.0, 9578.0, 9577.0, 9570.0, 9552.0, 9591.0, 9571.0, 9565.0, 9575.0, 9555.0, 9570.0, 9550.0, 9541.0, 9566.0, 9578.0, 9558.0, 9563.0, 9579.0, 9600.0, 9575.0, 9595.0, 9570.0, 9599.0, 9550.0, 9605.0, 9607.0, 9569.0, 9603.0, 9595.0, 9591.0, 9590.0, 9603.0, 9564.0, 9588.0, 9574.0, 9583.0, 9566.0, 9532.0, 9591.0, 9569.0, 9580.0, 9602.0, 9578.0, 9579.0, 9555.0, 9563.0, 9643.0, 9645.0, 9594.0, 9557.0, 9616.0, 9569.0, 9586.0, 9576.0, 9573.0, 9599.0, 9596.0, 9626.0, 9594.0, 9589.0, 9625.0, 9578.0, 9596.0, 9568.0, 9611.0, 9559.0, 9558.0, 9600.0, 9501.0, 9495.0, 9490.0, 9490.0, 9473.0, 9487.0, 9457.0, 9488.0, 9483.0, 9505.0, 9482.0, 9475.0, 9511.0, 9520.0, 9530.0, 9516.0, 9535.0, 9520.0, 9531.0, 9533.0, 9539.0, 9526.0, 9517.0, 9545.0, 9524.0, 9560.0, 9532.0, 9594.0, 9557.0, 9571.0, 9559.0, 9566.0, 9572.0, 9526.0, 9544.0, 9551.0, 9553.0, 9572.0, 9572.0, 9571.0, 9595.0, 9644.0, 9622.0, 9602.0, 9569.0, 9586.0, 9583.0, 9571.0, 9544.0, 9571.0, 9580.0, 9565.0, 9572.0, 9600.0, 9557.0, 9541.0, 9578.0, 9560.0, 9591.0, 9562.0, 9519.0, 9614.0, 9592.0, 9537.0, 9583.0, 9552.0, 9606.0, 9581.0, 9561.0, 9538.0, 9596.0, 9534.0, 9535.0, 9579.0, 9600.0, 9587.0, 9592.0, 9573.0, 9615.0, 9595.0, 9581.0, 9596.0, 9586.0, 9585.0, 9567.0, 9599.0, 9575.0, 9585.0, 9531.0, 9509.0, 9496.0, 9502.0, 9535.0, 9492.0, 9520.0, 9464.0, 9486.0, 9475.0, 9495.0, 9496.0, 9481.0, 9500.0, 9513.0, 9517.0, 9544.0, 9552.0, 9578.0, 9579.0, 9611.0, 9534.0, 9531.0, 9560.0, 9554.0, 9524.0, 9531.0, 9531.0, 9565.0, 9551.0, 9538.0, 9542.0, 9539.0, 9531.0, 9535.0, 9522.0, 9521.0, 9545.0, 9586.0, 9578.0, 9544.0, 9552.0, 9572.0, 9585.0, 9574.0, 9578.0, 9535.0, 9544.0, 9545.0, 9544.0, 9531.0, 9558.0, 9534.0, 9582.0, 9575.0, 9556.0, 9536.0, 9553.0, 9551.0, 9586.0, 9556.0, 9567.0, 9607.0, 9591.0, 9536.0, 9550.0, 9568.0, 9567.0, 9560.0, 9551.0, 9569.0, 9552.0, 9545.0, 9542.0, 9572.0, 9547.0, 9531.0, 9542.0, 9524.0, 9565.0, 9546.0, 9530.0, 9565.0, 9585.0, 9604.0, 9588.0, 9573.0, 9539.0, 9526.0, 9509.0, 9520.0, 9521.0, 9550.0, 9607.0, 9591.0, 9595.0, 9610.0, 9567.0, 9561.0, 9573.0, 9574.0, 9582.0, 9656.0, 9560.0, 9643.0, 9573.0, 9583.0, 9560.0, 9552.0, 9572.0, 9572.0, 9565.0, 9569.0, 9598.0, 9586.0, 9568.0, 9582.0, 9577.0, 9586.0, 9573.0, 9520.0, 9563.0, 9550.0, 9540.0, 9481.0, 9504.0, 9485.0, 9486.0, 9513.0, 9504.0, 9528.0, 9500.0, 9501.0, 9498.0, 9489.0, 9468.0, 9509.0, 9486.0, 9531.0, 9506.0, 9498.0, 9538.0, 9536.0, 9558.0, 9581.0, 9564.0, 9569.0, 9556.0, 9570.0, 9557.0, 9585.0, 9574.0, 9547.0, 9558.0, 9519.0, 9562.0, 9537.0, 9554.0, 9591.0, 9559.0, 9592.0, 9548.0, 9604.0, 9598.0, 9588.0, 9587.0, 9569.0, 9536.0, 9567.0, 9525.0, 9601.0, 9605.0, 9588.0, 9582.0, 9560.0, 9616.0, 9588.0, 9543.0, 9585.0, 9615.0, 9594.0, 9548.0, 9548.0, 9547.0, 9555.0, 9559.0, 9570.0, 9567.0, 9571.0, 9554.0, 9592.0, 9627.0, 9572.0, 9573.0, 9581.0, 9580.0, 9576.0, 9596.0, 9534.0, 9554.0, 9524.0, 9490.0, 9504.0, 9482.0, 9473.0, 9476.0, 9490.0, 9461.0, 9489.0, 9465.0, 9486.0, 9447.0, 9492.0, 9501.0, 9521.0, 9505.0, 9533.0, 9509.0, 9562.0, 9555.0, 9554.0, 9559.0, 9576.0, 9536.0, 9566.0, 9570.0, 9608.0, 9616.0, 9642.0, 9611.0, 9605.0, 9630.0, 9580.0, 9596.0, 9566.0, 9587.0, 9569.0, 9578.0, 9570.0, 9578.0, 9594.0, 9616.0, 9586.0, 9547.0, 9525.0, 9562.0, 9622.0, 9586.0, 9566.0, 9542.0, 9512.0, 9541.0, 9539.0, 9512.0, 9577.0, 9577.0, 9571.0, 9582.0, 9593.0, 9590.0, 9591.0, 9572.0, 9551.0, 9540.0, 9555.0, 9572.0, 9518.0, 9543.0, 9490.0, 9475.0, 9482.0, 9454.0, 9481.0, 9480.0, 9480.0, 9454.0, 9462.0, 9507.0, 9497.0, 9529.0, 9516.0, 9527.0, 9529.0, 9517.0, 9499.0, 9529.0, 9532.0, 9537.0, 9510.0, 9528.0, 9531.0, 9537.0, 9536.0, 9540.0, 9572.0, 9562.0, 9580.0, 9620.0, 9593.0, 9609.0, 9614.0, 9615.0, 9588.0, 9610.0, 9627.0, 9612.0, 9574.0, 9578.0, 9583.0, 9562.0, 9555.0, 9590.0, 9579.0, 9599.0, 9618.0, 9615.0, 9615.0, 9581.0, 9546.0, 9572.0, 9539.0, 9566.0, 9550.0, 9543.0, 9538.0, 9508.0, 9557.0, 9527.0, 9552.0, 9584.0, 9548.0, 9564.0, 9598.0, 9571.0, 9621.0, 9569.0, 9597.0, 9581.0, 9542.0, 9519.0, 9518.0, 9523.0, 9532.0, 9537.0, 9553.0, 9567.0, 9553.0, 9542.0, 9530.0, 9548.0, 9534.0, 9561.0, 9548.0, 9546.0, 9573.0, 9549.0, 9535.0, 9566.0, 9554.0, 9584.0, 9555.0, 9573.0, 9573.0, 9557.0, 9589.0, 9605.0, 9592.0, 9550.0, 9592.0, 9547.0, 9611.0, 9590.0, 9590.0, 9599.0, 9571.0, 9570.0, 9574.0, 9559.0, 9567.0, 9575.0, 9555.0, 9575.0, 9568.0, 9570.0, 9567.0, 9607.0, 9590.0, 9572.0, 9587.0, 9568.0, 9578.0, 9613.0, 9573.0, 9577.0, 9577.0, 9560.0, 9507.0, 9492.0, 9533.0, 9508.0, 9521.0, 9562.0, 9531.0, 9555.0, 9535.0, 9564.0, 9577.0, 9543.0, 9594.0, 9533.0, 9564.0, 9567.0, 9563.0, 9512.0, 9555.0, 9512.0, 9493.0, 9515.0, 9489.0, 9532.0, 9540.0, 9504.0, 9527.0, 9545.0, 9574.0, 9560.0, 9547.0, 9545.0, 9588.0, 9580.0, 9542.0, 9553.0, 9572.0, 9562.0, 9544.0, 9556.0, 9588.0, 9542.0, 9537.0, 9611.0, 9574.0, 9642.0, 9584.0, 9594.0, 9572.0, 9604.0, 9560.0, 9585.0, 9570.0, 9599.0, 9621.0, 9563.0, 9586.0, 9569.0, 9562.0, 9521.0, 9534.0, 9540.0, 9574.0, 9546.0, 9556.0, 9522.0, 9515.0, 9541.0, 9514.0, 9549.0, 9522.0, 9516.0, 9519.0, 9551.0, 9601.0, 9581.0, 9590.0, 9605.0, 9564.0, 9563.0, 9547.0, 9510.0, 9515.0, 9540.0, 9568.0, 9559.0, 9551.0, 9538.0, 9556.0, 9568.0, 9559.0, 9543.0, 9542.0, 9556.0, 9568.0, 9594.0, 9607.0, 9579.0, 9614.0, 9654.0, 9592.0, 9570.0, 9536.0, 9567.0, 9540.0, 9553.0, 9595.0, 9614.0, 9558.0, 9579.0, 9541.0, 9591.0, 9537.0, 9570.0, 9542.0, 9601.0, 9617.0, 9601.0, 9619.0, 9605.0, 9589.0, 9579.0, 9579.0, 9570.0, 9577.0, 9590.0, 9536.0, 9515.0, 9555.0, 9545.0, 9586.0, 9573.0, 9541.0, 9602.0, 9567.0, 9556.0, 9515.0, 9533.0, 9552.0, 9559.0, 9565.0, 9579.0, 9564.0, 9555.0, 9595.0, 9600.0, 9598.0, 9602.0, 9580.0, 9576.0, 9565.0, 9608.0, 9598.0, 9568.0, 9586.0, 9586.0, 9615.0, 9621.0, 9593.0, 9574.0, 9572.0, 9555.0, 9552.0, 9545.0, 9561.0, 9574.0, 9559.0, 9547.0, 9520.0, 9549.0, 9537.0, 9578.0, 9603.0, 9599.0, 9582.0, 9565.0, 9565.0, 9534.0, 9561.0, 9560.0, 9544.0, 9555.0, 9545.0, 9542.0, 9544.0, 9512.0, 9545.0, 9530.0, 9532.0, 9557.0, 9542.0, 9561.0, 9560.0, 9530.0, 9562.0, 9547.0, 9549.0, 9548.0, 9551.0, 9554.0, 9561.0, 9580.0, 9592.0, 9590.0, 9597.0, 9548.0, 9560.0, 9552.0, 9539.0, 9579.0, 9535.0, 9509.0, 9533.0, 9519.0, 9553.0, 9551.0, 9551.0, 9528.0, 9543.0, 9516.0, 9555.0, 9536.0, 9583.0, 9553.0, 9565.0, 9553.0, 9553.0, 9557.0, 9572.0, 9558.0, 9556.0, 9572.0, 9609.0, 9570.0, 9584.0, 9583.0, 9577.0, 9567.0, 9548.0, 9549.0, 9560.0, 9532.0, 9563.0, 9573.0, 9564.0, 9552.0, 9541.0, 9570.0, 9585.0, 9594.0, 9570.0, 9556.0, 9556.0, 9570.0, 9549.0, 9582.0, 9554.0, 9563.0, 9565.0, 9548.0, 9549.0, 9568.0, 9553.0, 9539.0, 9578.0, 9589.0, 9562.0, 9550.0, 9565.0, 9549.0, 9551.0, 9564.0, 9554.0, 9542.0, 9588.0, 9586.0, 9552.0, 9580.0, 9567.0, 9563.0, 9554.0, 9566.0, 9566.0, 9537.0, 9566.0, 9538.0, 9537.0, 9553.0, 9552.0, 9556.0, 9579.0, 9563.0, 9586.0, 9611.0, 9566.0, 9602.0, 9565.0, 9539.0, 9547.0, 9548.0, 9558.0, 9531.0, 9562.0, 9545.0, 9549.0, 9563.0, 9550.0, 9564.0, 9553.0, 9568.0, 9541.0, 9592.0, 9570.0, 9588.0, 9572.0, 9575.0, 9558.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.01191594252873563</td></tr>
<tr><td colspan=3>aqi</td><td>0.07121055183908047</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.00866827841201</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2446052209551213</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1883557247640963</td></tr>
<tr><td colspan=3>efc</td><td>0.4682</td></tr>
<tr><td colspan=3>fber</td><td>6929.3359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19440628186856912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>242</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.816091954022987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6728442277293616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4816591226508176</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.984151383397741</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5527221771395263</td></tr>
<tr><td colspan=3>gcor</td><td>0.00975495</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015305718407034874</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033942271023988724</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.005150911715531</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>26.9748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2595</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9219</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300234.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.0294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.104</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.0886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3502.6539</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.0553</td></tr>
<tr><td colspan=3>tsnr</td><td>23.596448014024645</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>