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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:32:12.402500</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_VE11C_LATEST_20160120</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.999698, 0.0101141, -0.0224029, -0.0104692, 0.999821, -0.0157909]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0700845</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7776, -7322, 568, -73, -90, -52, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>253.883</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5afd1a96-b639-4bac-8296-2432b5734b98||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821162700653076, -0.028088146820664406, -0.06004573032259941, 112.98143768310547], [-0.027135411277413368, 2.6824452877044678, -0.04325590655207634, -97.12892150878906], [-0.06010532006621361, 0.04236593097448349, 2.6989855766296387, -90.65601348876953], [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': ['153212.402500', '153212.862500', '153213.322500', '153213.782500', '153214.242500', '153214.702500', '153215.162500', '153215.622500', '153216.082500', '153216.542500', '153217.002500', '153217.462500', '153217.922500', '153218.382500', '153218.842500', '153219.302500', '153219.762500', '153220.222500', '153220.682500', '153221.142500', '153221.602500', '153222.062500', '153222.522500', '153222.982500', '153223.442500', '153223.902500', '153224.362500', '153224.822500', '153225.282500', '153225.742500', '153226.202500', '153226.662500', '153227.122500', '153227.582500', '153228.042500', '153228.502500', '153228.962500', '153229.422500', '153229.882500', '153230.342500', '153230.802500', '153231.262500', '153231.722500', '153232.182500', '153232.642500', '153233.102500', '153233.562500', '153234.022500', '153234.482500', '153234.942500', '153235.402500', '153235.862500', '153236.322500', '153236.782500', '153237.242500', '153237.702500', '153238.162500', '153238.622500', '153239.082500', '153239.542500', '153240.002500', '153240.462500', '153240.922500', '153241.382500', '153241.842500', '153242.302500', '153242.762500', '153243.222500', '153243.682500', '153244.142500', '153244.602500', '153245.062500', '153245.522500', '153245.982500', '153246.442500', '153246.902500', '153247.362500', '153247.822500', '153248.282500', '153248.742500', '153249.202500', '153249.662500', '153250.122500', '153250.582500', '153251.042500', '153251.502500', '153251.962500', '153252.422500', '153252.882500', '153253.342500', '153253.802500', '153254.262500', '153254.722500', '153255.182500', '153255.642500', '153256.102500', '153256.562500', '153257.022500', '153257.482500', '153257.942500', '153258.402500', '153258.862500', '153259.322500', '153259.782500', '153300.242500', '153300.702500', '153301.162500', '153301.622500', '153302.082500', '153302.542500', '153303.002500', '153303.462500', '153303.922500', '153304.382500', '153304.842500', '153305.302500', '153305.762500', '153306.222500', '153306.682500', '153307.142500', '153307.602500', '153308.062500', '153308.522500', '153308.982500', '153309.442500', '153309.902500', '153310.362500', '153310.822500', '153311.282500', '153311.742500', '153312.202500', '153312.662500', '153313.122500', '153313.582500', '153314.042500', '153314.502500', '153314.962500', '153315.422500', '153315.882500', '153316.342500', '153316.802500', '153317.262500', '153317.722500', '153318.182500', '153318.642500', '153319.102500', '153319.562500', '153320.022500', '153320.482500', '153320.942500', '153321.402500', '153321.862500', '153322.322500', '153322.782500', '153323.242500', '153323.702500', '153324.162500', '153324.622500', '153325.082500', '153325.542500', '153326.002500', '153326.462500', '153326.922500', '153327.382500', '153327.842500', '153328.302500', '153328.762500', '153329.222500', '153329.682500', '153330.142500', '153330.602500', '153331.062500', '153331.522500', '153331.982500', '153332.442500', '153332.902500', '153333.362500', '153333.822500', '153334.282500', '153334.742500', '153335.202500', '153335.662500', '153336.122500', '153336.582500', '153337.042500', '153337.502500', '153337.962500', '153338.422500', '153338.882500', '153339.342500', '153339.802500', '153340.262500', '153340.722500', '153341.182500', '153341.642500', '153342.102500', '153342.562500', '153343.022500', '153343.482500', '153343.942500', '153344.402500', '153344.862500', '153345.322500', '153345.782500', '153346.242500', '153346.702500', '153347.162500', '153347.622500', '153348.082500', '153348.542500', '153349.002500', '153349.462500', '153349.922500', '153350.382500', '153350.842500', '153351.302500', '153351.762500', '153352.222500', '153352.682500', '153353.142500', '153353.602500', '153354.062500', '153354.522500', '153354.982500', '153355.442500', '153355.902500', '153356.362500', '153356.822500', '153357.282500', '153357.742500', '153358.202500', '153358.662500', '153359.122500', '153359.582500', '153400.042500', '153400.502500', '153400.962500', '153401.422500', '153401.882500', '153402.342500', '153402.802500', '153403.262500', '153403.722500', '153404.182500', '153404.642500', '153405.102500', '153405.562500', '153406.022500', '153406.482500', '153406.942500', '153407.402500', '153407.862500', '153408.322500', '153408.782500', '153409.242500', '153409.702500', '153410.162500', '153410.622500', '153411.082500', '153411.542500', '153412.002500', '153412.462500', '153412.922500', '153413.382500', '153413.842500', '153414.302500', '153414.762500', '153415.222500', '153415.682500', '153416.142500', '153416.602500', '153417.062500', '153417.522500', '153417.982500', '153418.442500', '153418.902500', '153419.362500', '153419.822500', '153420.282500', '153420.742500', '153421.202500', '153421.662500', '153422.122500', '153422.582500', '153423.042500', '153423.502500', '153423.962500', '153424.422500', '153424.882500', '153425.342500', '153425.802500', '153426.262500', '153426.722500', '153427.182500', '153427.642500', '153428.102500', '153428.562500', '153429.022500', '153429.482500', '153429.942500', '153430.402500', '153430.862500', '153431.322500', '153431.782500', '153432.242500', '153432.702500', '153433.162500', '153433.622500', '153434.082500', '153434.542500', '153435.002500', '153435.462500', '153435.922500', '153436.382500', '153436.842500', '153437.302500', '153437.762500', '153438.222500', '153438.682500', '153439.142500', '153439.602500', '153440.062500', '153440.522500', '153440.982500', '153441.442500', '153441.902500', '153442.362500', '153442.822500', '153443.282500', '153443.742500', '153444.202500', '153444.662500', '153445.122500', '153445.582500', '153446.042500', '153446.502500', '153446.962500', '153447.422500', '153447.882500', '153448.342500', '153448.802500', '153449.262500', '153449.722500', '153450.182500', '153450.642500', '153451.102500', '153451.562500', '153452.022500', '153452.482500', '153452.942500', '153453.402500', '153453.862500', '153454.322500', '153454.782500', '153455.242500', '153455.702500', '153456.162500', '153456.622500', '153457.082500', '153457.542500', '153458.002500', '153458.462500', '153458.922500', '153459.382500', '153459.842500', '153500.302500', '153500.762500', '153501.222500', '153501.682500', '153502.142500', '153502.602500', '153503.062500', '153503.522500', '153503.982500', '153504.442500', '153504.902500', '153505.362500', '153505.822500', '153506.282500', '153506.742500', '153507.202500', '153507.662500', '153508.122500', '153508.582500', '153509.042500', '153509.502500', '153509.962500', '153510.422500', '153510.882500', '153511.342500', '153511.802500', '153512.262500', '153512.722500', '153513.182500', '153513.642500', '153514.102500', '153514.562500', '153515.022500', '153515.482500', '153515.942500', '153516.402500', '153516.862500', '153517.322500', '153517.782500', '153518.242500', '153518.702500', '153519.162500', '153519.622500', '153520.082500', '153520.542500', '153521.002500', '153521.462500', '153521.922500', '153522.382500', '153522.842500', '153523.302500', '153523.762500', '153524.222500', '153524.682500', '153525.142500', '153525.602500', '153526.062500', '153526.522500', '153526.982500', '153527.442500', '153527.902500', '153528.362500', '153528.822500', '153529.282500', '153529.742500', '153530.202500', '153530.662500', '153531.122500', '153531.582500', '153532.042500', '153532.502500', '153532.962500', '153533.422500', '153533.882500', '153534.342500', '153534.802500', '153535.262500', '153535.722500', '153536.182500', '153536.642500', '153537.102500', '153537.562500', '153538.022500', '153538.482500', '153538.942500', '153539.402500', '153539.862500', '153540.322500', '153540.782500', '153541.242500', '153541.702500', '153542.162500', '153542.622500', '153543.082500', '153543.542500', '153544.002500', '153544.462500', '153544.922500', '153545.382500', '153545.842500', '153546.302500', '153546.762500', '153547.222500', '153547.682500', '153548.142500', '153548.602500', '153549.062500', '153549.522500', '153549.982500', '153550.442500', '153550.902500', '153551.362500', '153551.822500', '153552.282500', '153552.742500', '153553.202500', '153553.662500', '153554.122500', '153554.582500', '153555.042500', '153555.502500', '153555.962500', '153556.422500', '153556.882500', '153557.342500', '153557.802500', '153558.262500', '153558.722500', '153559.182500', '153559.642500', '153600.102500', '153600.562500', '153601.022500', '153601.482500', '153601.942500', '153602.402500', '153602.862500', '153603.322500', '153603.782500', '153604.242500', '153604.702500', '153605.162500', '153605.622500', '153606.082500', '153606.542500', '153607.002500', '153607.462500', '153607.922500', '153608.382500', '153608.842500', '153609.302500', '153609.762500', '153610.222500', '153610.682500', '153611.142500', '153611.602500', '153612.062500', '153612.522500', '153612.982500', '153613.442500', '153613.902500', '153614.362500', '153614.822500', '153615.282500', '153615.742500', '153616.202500', '153616.662500', '153617.122500', '153617.582500', '153618.042500', '153618.502500', '153618.962500', '153619.422500', '153619.882500', '153620.342500', '153620.802500', '153621.262500', '153621.722500', '153622.182500', '153622.642500', '153623.102500', '153623.562500', '153624.022500', '153624.482500', '153624.942500', '153625.402500', '153625.862500', '153626.322500', '153626.782500', '153627.242500', '153627.702500', '153628.162500', '153628.622500', '153629.082500', '153629.542500', '153630.002500', '153630.462500', '153630.922500', '153631.382500', '153631.842500', '153632.302500', '153632.762500', '153633.222500', '153633.682500', '153634.142500', '153634.602500', '153635.062500', '153635.522500', '153635.982500', '153636.442500', '153636.902500', '153637.362500', '153637.822500', '153638.282500', '153638.742500', '153639.202500', '153639.662500', '153640.122500', '153640.582500', '153641.042500', '153641.502500', '153641.962500', '153642.422500', '153642.882500', '153643.342500', '153643.802500', '153644.262500', '153644.722500', '153645.182500', '153645.642500', '153646.102500', '153646.562500', '153647.022500', '153647.482500', '153647.942500', '153648.402500', '153648.862500', '153649.322500', '153649.782500', '153650.242500', '153650.702500', '153651.162500', '153651.622500', '153652.082500', '153652.542500', '153653.002500', '153653.462500', '153653.922500', '153654.382500', '153654.842500', '153655.302500', '153655.762500', '153656.222500', '153656.682500', '153657.142500', '153657.602500', '153658.062500', '153658.522500', '153658.982500', '153659.442500', '153659.902500', '153700.362500', '153700.822500', '153701.282500', '153701.742500', '153702.202500', '153702.662500', '153703.122500', '153703.582500', '153704.042500', '153704.502500', '153704.962500', '153705.422500', '153705.882500', '153706.342500', '153706.802500', '153707.262500', '153707.722500', '153708.182500', '153708.642500', '153709.102500', '153709.562500', '153710.022500', '153710.482500', '153710.942500', '153711.402500', '153711.862500', '153712.322500', '153712.782500', '153713.242500', '153713.702500', '153714.162500', '153714.622500', '153715.082500', '153715.542500', '153716.002500', '153716.462500', '153716.922500', '153717.382500', '153717.842500', '153718.302500', '153718.762500', '153719.222500', '153719.682500', '153720.142500', '153720.602500', '153721.062500', '153721.522500', '153721.982500', '153722.442500', '153722.902500', '153723.362500', '153723.822500', '153724.282500', '153724.742500', '153725.202500', '153725.662500', '153726.122500', '153726.582500', '153727.042500', '153727.502500', '153727.962500', '153728.422500', '153728.882500', '153729.342500', '153729.802500', '153730.262500', '153730.722500', '153731.182500', '153731.642500', '153732.102500', '153732.562500', '153733.022500', '153733.482500', '153733.942500', '153734.402500', '153734.862500', '153735.322500', '153735.782500', '153736.242500', '153736.702500', '153737.162500', '153737.622500', '153738.082500', '153738.542500', '153739.002500', '153739.462500', '153739.922500', '153740.382500', '153740.842500', '153741.302500', '153741.762500', '153742.222500', '153742.682500', '153743.142500', '153743.602500', '153744.062500', '153744.522500', '153744.982500', '153745.442500', '153745.902500', '153746.362500', '153746.822500', '153747.282500', '153747.742500', '153748.202500', '153748.662500', '153749.122500', '153749.582500', '153750.042500', '153750.502500', '153750.962500', '153751.422500', '153751.882500', '153752.342500', '153752.802500', '153753.262500', '153753.722500', '153754.182500', '153754.642500', '153755.102500', '153755.562500', '153756.022500', '153756.482500', '153756.942500', '153757.402500', '153757.862500', '153758.322500', '153758.782500', '153759.242500', '153759.702500', '153800.162500', '153800.622500', '153801.082500', '153801.542500', '153802.002500', '153802.462500', '153802.922500', '153803.382500', '153803.842500', '153804.302500', '153804.762500', '153805.222500', '153805.682500', '153806.142500', '153806.602500', '153807.062500', '153807.522500', '153807.982500', '153808.442500', '153808.902500', '153809.362500', '153809.822500', '153810.282500', '153810.742500', '153811.202500', '153811.662500', '153812.122500', '153812.582500', '153813.042500', '153813.502500', '153813.962500', '153814.422500', '153814.882500', '153815.342500', '153815.802500', '153816.262500', '153816.722500', '153817.182500', '153817.642500', '153818.102500', '153818.562500', '153819.022500', '153819.482500', '153819.942500', '153820.402500', '153820.862500', '153821.322500', '153821.782500', '153822.242500', '153822.702500', '153823.162500', '153823.622500', '153824.082500', '153824.542500', '153825.002500', '153825.462500', '153825.922500', '153826.382500', '153826.842500', '153827.302500', '153827.762500', '153828.222500', '153828.682500', '153829.142500', '153829.602500', '153830.062500', '153830.522500', '153830.982500', '153831.442500', '153831.902500', '153832.362500', '153832.822500', '153833.282500', '153833.742500', '153834.202500', '153834.662500', '153835.122500', '153835.582500', '153836.042500', '153836.502500', '153836.962500', '153837.422500', '153837.882500', '153838.342500', '153838.802500', '153839.262500', '153839.722500', '153840.182500', '153840.642500', '153841.102500', '153841.562500', '153842.022500', '153842.482500', '153842.942500', '153843.402500', '153843.862500', '153844.322500', '153844.782500', '153845.242500', '153845.702500', '153846.162500', '153846.622500', '153847.082500', '153847.542500', '153848.002500', '153848.462500', '153848.922500', '153849.382500', '153849.842500', '153850.302500', '153850.762500', '153851.222500', '153851.682500', '153852.142500', '153852.602500', '153853.062500'], 'ContentTime': ['153232.441000', '153232.445000', '153232.448000', '153232.451000', '153232.453000', '153232.456000', '153232.459000', '153232.462000', '153232.465000', '153232.467000', '153232.470000', '153232.475000', '153232.479000', '153232.483000', '153232.485000', '153232.488000', '153232.491000', '153232.494000', '153232.497000', '153232.499000', '153232.502000', '153232.505000', '153232.511000', '153232.514000', '153232.517000', '153232.520000', '153232.522000', '153232.525000', '153232.528000', '153232.531000', '153232.534000', '153232.536000', '153232.539000', '153232.542000', '153232.545000', '153232.547000', '153232.550000', '153232.553000', '153232.556000', '153232.558000', '153232.561000', '153232.564000', '153252.412000', '153252.415000', '153252.418000', '153252.420000', '153252.423000', '153252.426000', '153252.429000', '153252.432000', '153252.434000', '153252.437000', '153252.440000', '153252.443000', '153252.446000', '153252.449000', '153252.451000', '153252.454000', '153252.457000', '153252.460000', '153252.462000', '153252.465000', '153252.468000', '153252.471000', '153252.474000', '153252.476000', '153252.479000', '153252.482000', '153252.485000', '153252.488000', '153252.491000', '153252.493000', '153252.496000', '153252.499000', '153252.502000', '153252.505000', '153252.508000', '153252.510000', '153252.513000', '153252.516000', '153252.525000', '153252.527000', '153252.530000', '153252.533000', '153252.557000', '153252.559000', '153312.412000', '153312.415000', '153312.417000', '153312.420000', '153312.423000', '153312.426000', '153312.429000', '153312.431000', '153312.434000', '153312.437000', '153312.440000', '153312.443000', '153312.446000', '153312.449000', '153312.451000', '153312.454000', '153312.457000', '153312.460000', '153312.463000', '153312.465000', '153312.468000', '153312.471000', '153312.474000', '153312.476000', '153312.479000', '153312.482000', '153312.485000', '153312.488000', '153312.491000', '153312.493000', '153312.496000', '153312.499000', '153312.502000', '153312.504000', '153312.507000', '153312.510000', '153312.513000', '153312.516000', '153312.520000', '153312.525000', '153312.528000', '153312.531000', '153312.533000', '153332.412000', '153332.415000', '153332.418000', '153332.420000', '153332.423000', '153332.426000', '153332.429000', '153332.432000', '153332.435000', '153332.438000', '153332.440000', '153332.443000', '153332.446000', '153332.449000', '153332.452000', '153332.455000', '153332.457000', '153332.460000', '153332.463000', '153332.466000', '153332.469000', '153332.472000', '153332.474000', '153332.477000', '153332.480000', '153332.483000', '153332.486000', '153332.489000', '153332.491000', '153332.494000', '153332.497000', '153332.500000', '153332.503000', '153332.505000', '153332.508000', '153332.511000', '153332.514000', '153332.517000', '153332.519000', '153332.522000', '153332.525000', '153332.528000', '153332.531000', '153332.533000', '153352.412000', '153352.415000', '153352.417000', '153352.420000', '153352.423000', '153352.426000', '153352.429000', '153352.431000', '153352.434000', '153352.437000', '153352.441000', '153352.444000', '153352.447000', '153352.449000', '153352.452000', '153352.455000', '153352.458000', '153352.460000', '153352.463000', '153352.466000', '153352.469000', '153352.472000', '153352.474000', '153352.477000', '153352.480000', '153352.483000', '153352.486000', '153352.488000', '153352.491000', '153352.495000', '153352.499000', '153352.503000', '153352.506000', '153352.509000', '153352.511000', '153352.534000', '153352.537000', '153352.540000', '153352.542000', '153352.545000', '153352.548000', '153352.551000', '153352.554000', '153412.413000', '153412.416000', '153412.419000', '153412.421000', '153412.424000', '153412.427000', '153412.430000', '153412.432000', '153412.435000', '153412.438000', '153412.441000', '153412.444000', '153412.447000', '153412.449000', '153412.452000', '153412.455000', '153412.458000', '153412.461000', '153412.463000', '153412.466000', '153412.469000', '153412.472000', '153412.474000', '153412.477000', '153412.480000', '153412.483000', '153412.486000', '153412.488000', '153412.491000', '153412.494000', '153412.497000', '153412.499000', '153412.502000', '153412.505000', '153412.508000', '153412.511000', '153412.513000', '153412.516000', '153412.519000', '153412.522000', '153412.524000', '153412.527000', '153412.530000', '153412.533000', '153432.412000', '153432.415000', '153432.418000', '153432.420000', '153432.423000', '153432.426000', '153432.429000', '153432.432000', '153432.434000', '153432.437000', '153432.440000', '153432.443000', '153432.445000', '153432.448000', '153432.451000', '153432.454000', '153432.457000', '153432.460000', '153432.462000', '153432.465000', '153432.468000', '153432.471000', '153432.474000', '153432.476000', '153432.479000', '153432.482000', '153432.485000', '153432.488000', '153432.490000', '153432.493000', '153432.496000', '153432.499000', '153432.502000', '153432.504000', '153432.507000', '153432.510000', '153432.514000', '153432.529000', '153432.532000', '153432.535000', '153432.537000', '153432.540000', '153432.543000', '153452.412000', '153452.415000', '153452.418000', '153452.420000', '153452.423000', '153452.426000', '153452.429000', '153452.431000', '153452.434000', '153452.437000', '153452.440000', '153452.443000', '153452.445000', '153452.448000', '153452.451000', '153452.454000', '153452.457000', '153452.459000', '153452.462000', '153452.465000', '153452.468000', '153452.470000', '153452.473000', '153452.476000', '153452.479000', '153452.482000', '153452.485000', '153452.487000', '153452.490000', '153452.493000', '153452.496000', '153452.499000', '153452.501000', '153452.504000', '153452.507000', '153452.510000', '153452.512000', '153452.515000', '153452.518000', '153452.521000', '153452.524000', '153452.526000', '153452.529000', '153452.532000', '153512.412000', '153512.415000', '153512.417000', '153512.420000', '153512.423000', '153512.426000', '153512.429000', '153512.431000', '153512.434000', '153512.437000', '153512.440000', '153512.443000', '153512.446000', '153512.448000', '153512.451000', '153512.454000', '153512.457000', '153512.460000', '153512.462000', '153512.465000', '153512.468000', '153512.471000', '153512.474000', '153512.478000', '153512.481000', '153512.484000', '153512.487000', '153512.489000', '153512.492000', '153512.495000', '153512.498000', '153512.500000', '153512.503000', '153512.506000', '153512.509000', '153512.512000', '153512.514000', '153512.517000', '153512.520000', '153512.523000', '153512.526000', '153512.528000', '153512.531000', '153532.412000', '153532.415000', '153532.417000', '153532.420000', '153532.423000', '153532.432000', '153532.435000', '153532.438000', '153532.440000', '153532.443000', '153532.446000', '153532.449000', '153532.452000', '153532.454000', '153532.457000', '153532.460000', '153532.463000', '153532.466000', '153532.468000', '153532.471000', '153532.474000', '153532.477000', '153532.480000', '153532.483000', '153532.485000', '153532.488000', '153532.491000', '153532.494000', '153532.497000', '153532.499000', '153532.502000', '153532.505000', '153532.508000', '153532.511000', '153532.513000', '153532.516000', '153532.519000', '153532.522000', '153532.525000', '153532.527000', '153532.530000', '153532.533000', '153532.536000', '153532.539000', '153552.412000', '153552.415000', '153552.418000', '153552.421000', '153552.423000', '153552.426000', '153552.429000', '153552.432000', '153552.434000', '153552.437000', '153552.440000', '153552.443000', '153552.446000', '153552.448000', '153552.451000', '153552.454000', '153552.457000', '153552.460000', '153552.463000', '153552.465000', '153552.468000', '153552.471000', '153552.474000', '153552.477000', '153552.479000', '153552.482000', '153552.485000', '153552.488000', '153552.491000', '153552.493000', '153552.496000', '153552.499000', '153552.502000', '153552.505000', '153552.508000', '153552.510000', '153552.513000', '153552.516000', '153552.519000', '153552.522000', '153552.524000', '153552.527000', '153552.530000', '153612.412000', '153612.415000', '153612.417000', '153612.420000', '153612.423000', '153612.426000', '153612.429000', '153612.432000', '153612.434000', '153612.437000', '153612.440000', '153612.443000', '153612.446000', '153612.448000', '153612.451000', '153612.454000', '153612.457000', '153612.460000', '153612.463000', '153612.474000', '153612.477000', '153612.480000', '153612.483000', '153612.486000', '153612.488000', '153612.491000', '153612.494000', '153612.497000', '153612.499000', '153612.502000', '153612.505000', '153612.508000', '153612.511000', '153612.514000', '153612.517000', '153612.519000', '153612.522000', '153612.525000', '153612.528000', '153612.531000', '153612.533000', '153612.536000', '153612.539000', '153612.542000', '153632.413000', '153632.416000', '153632.418000', '153632.421000', '153632.424000', '153632.427000', '153632.430000', '153632.433000', '153632.435000', '153632.438000', '153632.441000', '153632.444000', '153632.447000', '153632.449000', '153632.452000', '153632.455000', '153632.458000', '153632.461000', '153632.463000', '153632.466000', '153632.469000', '153632.472000', '153632.475000', '153632.477000', '153632.480000', '153632.483000', '153632.486000', '153632.489000', '153632.491000', '153632.494000', '153632.497000', '153632.500000', '153632.503000', '153632.505000', '153632.508000', '153632.511000', '153632.514000', '153632.517000', '153632.520000', '153632.523000', '153632.526000', '153632.529000', '153632.532000', '153652.412000', '153652.415000', '153652.418000', '153652.421000', '153652.423000', '153652.426000', '153652.429000', '153652.432000', '153652.435000', '153652.437000', '153652.440000', '153652.443000', '153652.446000', '153652.449000', '153652.451000', '153652.454000', '153652.457000', '153652.460000', '153652.463000', '153652.466000', '153652.468000', '153652.471000', '153652.474000', '153652.477000', '153652.479000', '153652.482000', '153652.485000', '153652.488000', '153652.491000', '153652.494000', '153652.496000', '153652.499000', '153652.502000', '153652.505000', '153652.508000', '153652.510000', '153652.513000', '153652.516000', '153652.519000', '153652.521000', '153652.524000', '153652.527000', '153652.530000', '153652.533000', '153712.412000', '153712.415000', '153712.418000', '153712.420000', '153712.423000', '153712.426000', '153712.429000', '153712.432000', '153712.434000', '153712.437000', '153712.440000', '153712.443000', '153712.446000', '153712.448000', '153712.451000', '153712.454000', '153712.457000', '153712.460000', '153712.463000', '153712.465000', '153712.468000', '153712.471000', '153712.474000', '153712.477000', '153712.479000', '153712.482000', '153712.485000', '153712.488000', '153712.491000', '153712.494000', '153712.496000', '153712.499000', '153712.502000', '153712.505000', '153712.508000', '153712.511000', '153712.513000', '153712.516000', '153712.519000', '153712.522000', '153712.525000', '153712.527000', '153712.530000', '153732.412000', '153732.415000', '153732.418000', '153732.428000', '153732.431000', '153732.434000', '153732.437000', '153732.440000', '153732.442000', '153732.445000', '153732.448000', '153732.451000', '153732.454000', '153732.457000', '153732.460000', '153732.463000', '153732.466000', '153732.468000', '153732.471000', '153732.474000', '153732.477000', '153732.480000', '153732.482000', '153732.485000', '153732.488000', '153732.491000', '153732.494000', '153732.496000', '153732.499000', '153732.502000', '153732.505000', '153732.508000', '153732.511000', '153732.513000', '153732.516000', '153732.519000', '153732.522000', '153732.525000', '153732.528000', '153732.530000', '153732.533000', '153732.536000', '153732.539000', '153732.542000', '153752.412000', '153752.415000', '153752.418000', '153752.420000', '153752.423000', '153752.426000', '153752.429000', '153752.432000', '153752.435000', '153752.437000', '153752.440000', '153752.443000', '153752.446000', '153752.449000', '153752.452000', '153752.454000', '153752.457000', '153752.460000', '153752.463000', '153752.465000', '153752.468000', '153752.471000', '153752.474000', '153752.477000', '153752.480000', '153752.482000', '153752.485000', '153752.489000', '153752.492000', '153752.495000', '153752.498000', '153752.501000', '153752.504000', '153752.506000', '153752.509000', '153752.512000', '153752.515000', '153752.518000', '153752.520000', '153752.523000', '153752.526000', '153752.529000', '153752.532000', '153812.412000', '153812.415000', '153812.417000', '153812.420000', '153812.423000', '153812.426000', '153812.429000', '153812.432000', '153812.434000', '153812.437000', '153812.440000', '153812.443000', '153812.446000', '153812.449000', '153812.451000', '153812.454000', '153812.457000', '153812.460000', '153812.463000', '153812.465000', '153812.468000', '153812.471000', '153812.474000', '153812.477000', '153812.479000', '153812.482000', '153812.485000', '153812.488000', '153812.491000', '153812.493000', '153812.496000', '153812.499000', '153812.502000', '153812.505000', '153812.508000', '153812.510000', '153812.513000', '153812.516000', '153812.519000', '153812.521000', '153812.524000', '153812.527000', '153812.530000', '153812.533000', '153832.412000', '153832.415000', '153832.418000', '153832.420000', '153832.423000', '153832.426000', '153832.429000', '153832.432000', '153832.434000', '153832.437000', '153832.440000', '153832.443000', '153832.446000', '153832.449000', '153832.451000', '153832.454000', '153832.457000', '153832.460000', '153832.463000', '153832.465000', '153832.468000', '153832.471000', '153832.474000', '153832.476000', '153832.479000', '153832.482000', '153832.485000', '153832.488000', '153832.490000', '153832.493000', '153832.496000', '153832.499000', '153832.502000', '153832.504000', '153832.507000', '153832.510000', '153832.513000', '153832.516000', '153832.518000', '153832.521000', '153832.524000', '153832.527000', '153832.530000', '153852.415000', '153852.418000', '153852.421000', '153852.424000', '153852.427000', '153852.430000', '153852.432000', '153852.435000', '153852.438000', '153852.441000', '153852.444000', '153852.446000', '153852.449000', '153852.452000', '153852.455000', '153852.458000', '153852.460000', '153852.463000', '153852.466000', '153852.469000', '153852.472000', '153852.474000', '153852.477000', '153852.480000', '153852.483000', '153852.486000', '153852.488000', '153852.491000', '153852.494000', '153852.497000', '153852.500000', '153852.503000', '153852.505000', '153852.508000', '153852.511000', '153852.514000', '153852.517000', '153852.519000', '153852.522000', '153852.525000', '153852.528000', '153852.531000', '153852.533000', '153853.853000', '153853.857000', '153853.860000', '153853.863000'], 'InstanceCreationTime': ['153232.441000', '153232.445000', '153232.448000', '153232.451000', '153232.453000', '153232.456000', '153232.459000', '153232.462000', '153232.465000', '153232.467000', '153232.470000', '153232.475000', '153232.479000', '153232.483000', '153232.485000', '153232.488000', '153232.491000', '153232.494000', '153232.497000', '153232.499000', '153232.502000', '153232.505000', '153232.511000', '153232.514000', '153232.517000', '153232.520000', '153232.522000', '153232.525000', '153232.528000', '153232.531000', '153232.534000', '153232.536000', '153232.539000', '153232.542000', '153232.545000', '153232.547000', '153232.550000', '153232.553000', '153232.556000', '153232.558000', '153232.561000', '153232.564000', '153252.412000', '153252.415000', '153252.418000', '153252.420000', '153252.423000', '153252.426000', '153252.429000', '153252.432000', '153252.434000', '153252.437000', '153252.440000', '153252.443000', '153252.446000', '153252.449000', '153252.451000', '153252.454000', '153252.457000', '153252.460000', '153252.462000', '153252.465000', '153252.468000', '153252.471000', '153252.474000', '153252.476000', '153252.479000', '153252.482000', '153252.485000', '153252.488000', '153252.491000', '153252.493000', '153252.496000', '153252.499000', '153252.502000', '153252.505000', '153252.508000', '153252.510000', '153252.513000', '153252.516000', '153252.525000', '153252.527000', '153252.530000', '153252.533000', '153252.557000', '153252.559000', '153312.412000', '153312.415000', '153312.417000', '153312.420000', '153312.423000', '153312.426000', '153312.429000', '153312.431000', '153312.434000', '153312.437000', '153312.440000', '153312.443000', '153312.446000', '153312.449000', '153312.451000', '153312.454000', '153312.457000', '153312.460000', '153312.463000', '153312.465000', '153312.468000', '153312.471000', '153312.474000', '153312.476000', '153312.479000', '153312.482000', '153312.485000', '153312.488000', '153312.491000', '153312.493000', '153312.496000', '153312.499000', '153312.502000', '153312.504000', '153312.507000', '153312.510000', '153312.513000', '153312.516000', '153312.520000', '153312.525000', '153312.528000', '153312.531000', '153312.533000', '153332.412000', '153332.415000', '153332.418000', '153332.420000', '153332.423000', '153332.426000', '153332.429000', '153332.432000', '153332.435000', '153332.438000', '153332.440000', '153332.443000', '153332.446000', '153332.449000', '153332.452000', '153332.455000', '153332.457000', '153332.460000', '153332.463000', '153332.466000', '153332.469000', '153332.472000', '153332.474000', '153332.477000', '153332.480000', '153332.483000', '153332.486000', '153332.489000', '153332.491000', '153332.494000', '153332.497000', '153332.500000', '153332.503000', '153332.505000', '153332.508000', '153332.511000', '153332.514000', '153332.517000', '153332.519000', '153332.522000', '153332.525000', '153332.528000', '153332.531000', '153332.533000', '153352.412000', '153352.415000', '153352.417000', '153352.420000', '153352.423000', '153352.426000', '153352.429000', '153352.431000', '153352.434000', '153352.437000', '153352.441000', '153352.444000', '153352.447000', '153352.449000', '153352.452000', '153352.455000', '153352.458000', '153352.460000', '153352.463000', '153352.466000', '153352.469000', '153352.472000', '153352.474000', '153352.477000', '153352.480000', '153352.483000', '153352.486000', '153352.488000', '153352.491000', '153352.495000', '153352.499000', '153352.503000', '153352.506000', '153352.509000', '153352.511000', '153352.534000', '153352.537000', '153352.540000', '153352.542000', '153352.545000', '153352.548000', '153352.551000', '153352.554000', '153412.413000', '153412.416000', '153412.419000', '153412.421000', '153412.424000', '153412.427000', '153412.430000', '153412.432000', '153412.435000', '153412.438000', '153412.441000', '153412.444000', '153412.447000', '153412.449000', '153412.452000', '153412.455000', '153412.458000', '153412.461000', '153412.463000', '153412.466000', '153412.469000', '153412.472000', '153412.474000', '153412.477000', '153412.480000', '153412.483000', '153412.486000', '153412.488000', '153412.491000', '153412.494000', '153412.497000', '153412.499000', '153412.502000', '153412.505000', '153412.508000', '153412.511000', '153412.513000', '153412.516000', '153412.519000', '153412.522000', '153412.524000', '153412.527000', '153412.530000', '153412.533000', '153432.412000', '153432.415000', '153432.418000', '153432.420000', '153432.423000', '153432.426000', '153432.429000', '153432.432000', '153432.434000', '153432.437000', '153432.440000', '153432.443000', '153432.445000', '153432.448000', '153432.451000', '153432.454000', '153432.457000', '153432.460000', '153432.462000', '153432.465000', '153432.468000', '153432.471000', '153432.474000', '153432.476000', '153432.479000', '153432.482000', '153432.485000', '153432.488000', '153432.490000', '153432.493000', '153432.496000', '153432.499000', '153432.502000', '153432.504000', '153432.507000', '153432.510000', '153432.514000', '153432.529000', '153432.532000', '153432.535000', '153432.537000', '153432.540000', '153432.543000', '153452.412000', '153452.415000', '153452.418000', '153452.420000', '153452.423000', '153452.426000', '153452.429000', '153452.431000', '153452.434000', '153452.437000', '153452.440000', '153452.443000', '153452.445000', '153452.448000', '153452.451000', '153452.454000', '153452.457000', '153452.459000', '153452.462000', '153452.465000', '153452.468000', '153452.470000', '153452.473000', '153452.476000', '153452.479000', '153452.482000', '153452.485000', '153452.487000', '153452.490000', '153452.493000', '153452.496000', '153452.499000', '153452.501000', '153452.504000', '153452.507000', '153452.510000', '153452.512000', '153452.515000', '153452.518000', '153452.521000', '153452.524000', '153452.526000', '153452.529000', '153452.532000', '153512.412000', '153512.415000', '153512.417000', '153512.420000', '153512.423000', '153512.426000', '153512.429000', '153512.431000', '153512.434000', '153512.437000', '153512.440000', '153512.443000', '153512.446000', '153512.448000', '153512.451000', '153512.454000', '153512.457000', '153512.460000', '153512.462000', '153512.465000', '153512.468000', '153512.471000', '153512.474000', '153512.478000', '153512.481000', '153512.484000', '153512.487000', '153512.489000', '153512.492000', '153512.495000', '153512.498000', '153512.500000', '153512.503000', '153512.506000', '153512.509000', '153512.512000', '153512.514000', '153512.517000', '153512.520000', '153512.523000', '153512.526000', '153512.528000', '153512.531000', '153532.412000', '153532.415000', '153532.417000', '153532.420000', '153532.423000', '153532.432000', '153532.435000', '153532.438000', '153532.440000', '153532.443000', '153532.446000', '153532.449000', '153532.452000', '153532.454000', '153532.457000', '153532.460000', '153532.463000', '153532.466000', '153532.468000', '153532.471000', '153532.474000', '153532.477000', '153532.480000', '153532.483000', '153532.485000', '153532.488000', '153532.491000', '153532.494000', '153532.497000', '153532.499000', '153532.502000', '153532.505000', '153532.508000', '153532.511000', '153532.513000', '153532.516000', '153532.519000', '153532.522000', '153532.525000', '153532.527000', '153532.530000', '153532.533000', '153532.536000', '153532.539000', '153552.412000', '153552.415000', '153552.418000', '153552.421000', '153552.423000', '153552.426000', '153552.429000', '153552.432000', '153552.434000', '153552.437000', '153552.440000', '153552.443000', '153552.446000', '153552.448000', '153552.451000', '153552.454000', '153552.457000', '153552.460000', '153552.463000', '153552.465000', '153552.468000', '153552.471000', '153552.474000', '153552.477000', '153552.479000', '153552.482000', '153552.485000', '153552.488000', '153552.491000', '153552.493000', '153552.496000', '153552.499000', '153552.502000', '153552.505000', '153552.508000', '153552.510000', '153552.513000', '153552.516000', '153552.519000', '153552.522000', '153552.524000', '153552.527000', '153552.530000', '153612.412000', '153612.415000', '153612.417000', '153612.420000', '153612.423000', '153612.426000', '153612.429000', '153612.432000', '153612.434000', '153612.437000', '153612.440000', '153612.443000', '153612.446000', '153612.448000', '153612.451000', '153612.454000', '153612.457000', '153612.460000', '153612.463000', '153612.474000', '153612.477000', '153612.480000', '153612.483000', '153612.486000', '153612.488000', '153612.491000', '153612.494000', '153612.497000', '153612.499000', '153612.502000', '153612.505000', '153612.508000', '153612.511000', '153612.514000', '153612.517000', '153612.519000', '153612.522000', '153612.525000', '153612.528000', '153612.531000', '153612.533000', '153612.536000', '153612.539000', '153612.542000', '153632.413000', '153632.416000', '153632.418000', '153632.421000', '153632.424000', '153632.427000', '153632.430000', '153632.433000', '153632.435000', '153632.438000', '153632.441000', '153632.444000', '153632.447000', '153632.449000', '153632.452000', '153632.455000', '153632.458000', '153632.461000', '153632.463000', '153632.466000', '153632.469000', '153632.472000', '153632.475000', '153632.477000', '153632.480000', '153632.483000', '153632.486000', '153632.489000', '153632.491000', '153632.494000', '153632.497000', '153632.500000', '153632.503000', '153632.505000', '153632.508000', '153632.511000', '153632.514000', '153632.517000', '153632.520000', '153632.523000', '153632.526000', '153632.529000', '153632.532000', '153652.412000', '153652.415000', '153652.418000', '153652.421000', '153652.423000', '153652.426000', '153652.429000', '153652.432000', '153652.435000', '153652.437000', '153652.440000', '153652.443000', '153652.446000', '153652.449000', '153652.451000', '153652.454000', '153652.457000', '153652.460000', '153652.463000', '153652.466000', '153652.468000', '153652.471000', '153652.474000', '153652.477000', '153652.479000', '153652.482000', '153652.485000', '153652.488000', '153652.491000', '153652.494000', '153652.496000', '153652.499000', '153652.502000', '153652.505000', '153652.508000', '153652.510000', '153652.513000', '153652.516000', '153652.519000', '153652.521000', '153652.524000', '153652.527000', '153652.530000', '153652.533000', '153712.412000', '153712.415000', '153712.418000', '153712.420000', '153712.423000', '153712.426000', '153712.429000', '153712.432000', '153712.434000', '153712.437000', '153712.440000', '153712.443000', '153712.446000', '153712.448000', '153712.451000', '153712.454000', '153712.457000', '153712.460000', '153712.463000', '153712.465000', '153712.468000', '153712.471000', '153712.474000', '153712.477000', '153712.479000', '153712.482000', '153712.485000', '153712.488000', '153712.491000', '153712.494000', '153712.496000', '153712.499000', '153712.502000', '153712.505000', '153712.508000', '153712.511000', '153712.513000', '153712.516000', '153712.519000', '153712.522000', '153712.525000', '153712.527000', '153712.530000', '153732.412000', '153732.415000', '153732.418000', '153732.428000', '153732.431000', '153732.434000', '153732.437000', '153732.440000', '153732.442000', '153732.445000', '153732.448000', '153732.451000', '153732.454000', '153732.457000', '153732.460000', '153732.463000', '153732.466000', '153732.468000', '153732.471000', '153732.474000', '153732.477000', '153732.480000', '153732.482000', '153732.485000', '153732.488000', '153732.491000', '153732.494000', '153732.496000', '153732.499000', '153732.502000', '153732.505000', '153732.508000', '153732.511000', '153732.513000', '153732.516000', '153732.519000', '153732.522000', '153732.525000', '153732.528000', '153732.530000', '153732.533000', '153732.536000', '153732.539000', '153732.542000', '153752.412000', '153752.415000', '153752.418000', '153752.420000', '153752.423000', '153752.426000', '153752.429000', '153752.432000', '153752.435000', '153752.437000', '153752.440000', '153752.443000', '153752.446000', '153752.449000', '153752.452000', '153752.454000', '153752.457000', '153752.460000', '153752.463000', '153752.465000', '153752.468000', '153752.471000', '153752.474000', '153752.477000', '153752.480000', '153752.482000', '153752.485000', '153752.489000', '153752.492000', '153752.495000', '153752.498000', '153752.501000', '153752.504000', '153752.506000', '153752.509000', '153752.512000', '153752.515000', '153752.518000', '153752.520000', '153752.523000', '153752.526000', '153752.529000', '153752.532000', '153812.412000', '153812.415000', '153812.417000', '153812.420000', '153812.423000', '153812.426000', '153812.429000', '153812.432000', '153812.434000', '153812.437000', '153812.440000', '153812.443000', '153812.446000', '153812.449000', '153812.451000', '153812.454000', '153812.457000', '153812.460000', '153812.463000', '153812.465000', '153812.468000', '153812.471000', '153812.474000', '153812.477000', '153812.479000', '153812.482000', '153812.485000', '153812.488000', '153812.491000', '153812.493000', '153812.496000', '153812.499000', '153812.502000', '153812.505000', '153812.508000', '153812.510000', '153812.513000', '153812.516000', '153812.519000', '153812.521000', '153812.524000', '153812.527000', '153812.530000', '153812.533000', '153832.412000', '153832.415000', '153832.418000', '153832.420000', '153832.423000', '153832.426000', '153832.429000', '153832.432000', '153832.434000', '153832.437000', '153832.440000', '153832.443000', '153832.446000', '153832.449000', '153832.451000', '153832.454000', '153832.457000', '153832.460000', '153832.463000', '153832.465000', '153832.468000', '153832.471000', '153832.474000', '153832.476000', '153832.479000', '153832.482000', '153832.485000', '153832.488000', '153832.490000', '153832.493000', '153832.496000', '153832.499000', '153832.502000', '153832.504000', '153832.507000', '153832.510000', '153832.513000', '153832.516000', '153832.518000', '153832.521000', '153832.524000', '153832.527000', '153832.530000', '153852.415000', '153852.418000', '153852.421000', '153852.424000', '153852.427000', '153852.430000', '153852.432000', '153852.435000', '153852.438000', '153852.441000', '153852.444000', '153852.446000', '153852.449000', '153852.452000', '153852.455000', '153852.458000', '153852.460000', '153852.463000', '153852.466000', '153852.469000', '153852.472000', '153852.474000', '153852.477000', '153852.480000', '153852.483000', '153852.486000', '153852.488000', '153852.491000', '153852.494000', '153852.497000', '153852.500000', '153852.503000', '153852.505000', '153852.508000', '153852.511000', '153852.514000', '153852.517000', '153852.519000', '153852.522000', '153852.525000', '153852.528000', '153852.531000', '153852.533000', '153853.853000', '153853.857000', '153853.860000', '153853.863000'], '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': [9281, 8843, 8659, 10729, 8269, 8335, 10533, 7891, 10658, 7899, 10692, 7838, 8395, 7934, 8354, 7721, 9181, 7941, 11537, 12821, 9661, 14684, 7858, 12918, 8481, 7964, 8105, 7736, 8683, 7755, 12710, 7718, 10321, 12514, 7961, 12071, 7715, 9054, 9268, 7754, 11757, 7781, 9778, 8102, 7744, 12669, 7875, 8855, 8508, 8025, 10048, 7847, 8514, 8194, 8126, 9177, 8060, 9630, 7420, 7918, 13469, 10290, 10925, 8165, 8228, 14278, 10353, 10482, 7977, 9332, 14442, 8136, 11280, 15036, 8670, 11005, 8485, 7681, 10800, 7963, 7876, 11941, 8431, 9642, 8912, 7717, 10274, 7731, 8278, 8869, 7785, 9630, 7834, 9549, 8986, 7854, 12284, 7773, 11011, 8576, 7897, 15652, 10073, 12562, 8063, 8954, 15924, 10032, 12557, 8302, 8010, 8588, 8008, 11471, 7988, 9623, 8557, 8031, 10492, 7948, 12007, 8411, 9663, 8566, 8043, 15401, 9347, 11517, 8323, 8002, 15004, 8071, 9861, 8680, 8106, 8227, 8067, 11529, 7984, 8877, 12690, 8166, 12086, 7950, 8448, 9183, 8142, 12333, 8182, 10309, 8038, 8529, 8164, 8228, 14479, 9337, 10390, 9593, 8115, 11017, 7956, 8087, 9937, 8195, 8151, 8094, 8276, 9521, 8495, 8572, 9171, 8232, 12302, 8026, 9601, 7952, 8859, 15817, 12093, 12429, 7910, 8833, 13863, 8066, 13011, 8476, 10884, 8264, 8801, 12269, 8209, 12776, 8189, 12294, 8451, 8578, 8270, 7963, 13440, 8084, 10388, 8270, 8265, 11238, 7966, 10789, 8514, 8088, 11755, 8399, 8248, 8354, 8023, 10986, 8235, 8770, 8178, 7941, 13242, 9046, 10535, 8040, 9959, 8208, 7831, 13912, 8661, 9541, 13731, 8846, 11879, 8114, 8753, 13676, 8671, 11935, 8328, 7966, 12406, 7898, 8008, 12420, 7827, 9090, 7869, 7778, 9874, 7670, 8635, 8134, 7874, 9385, 7844, 8502, 7858, 7735, 12709, 7791, 9614, 10815, 7730, 11837, 7721, 9236, 9847, 7858, 11928, 7765, 9806, 7921, 7797, 8729, 8076, 7889, 9172, 7841, 10500, 15592, 10321, 8775, 14246, 8820, 9967, 13224, 7806, 9623, 7753, 8854, 8053, 7875, 9217, 7890, 10671, 7819, 10018, 8165, 8819, 8421, 7864, 13659, 9401, 11389, 7915, 8711, 9456, 7825, 13151, 7778, 9606, 8251, 7751, 12797, 7619, 8840, 10530, 8113, 11186, 8124, 9059, 7857, 9917, 8310, 7880, 12943, 8403, 8004, 11147, 7869, 10358, 8757, 7872, 11916, 10707, 7942, 11044, 8180, 8650, 7972, 7963, 10768, 8087, 8666, 11681, 7997, 11686, 8789, 8083, 14071, 9240, 8041, 12082, 7959, 7968, 10921, 8355, 8680, 8206, 7887, 8274, 7876, 10926, 8023, 9004, 12440, 8890, 11977, 8149, 11717, 8265, 8773, 10725, 7793, 9709, 8086, 8678, 8809, 8003, 9241, 7875, 9606, 13467, 8235, 14001, 9266, 7948, 14206, 9111, 11189, 7788, 7773, 12788, 7963, 9121, 7779, 7671, 11225, 7734, 8632, 8739, 7771, 10448, 7902, 7666, 10988, 7535, 8963, 8049, 7670, 11146, 7661, 9122, 9714, 7805, 9867, 8669, 7736, 10378, 8256, 7635, 11432, 7774, 8834, 8663, 8205, 9737, 8353, 8468, 10284, 7784, 11036, 8113, 9265, 14136, 10134, 12211, 13235, 7834, 11713, 8348, 7855, 14120, 8081, 9307, 11294, 7836, 10455, 8515, 8889, 8823, 7860, 11518, 8076, 9177, 8281, 7965, 12878, 8244, 13188, 8104, 10171, 8495, 7909, 10028, 7895, 10385, 8265, 8585, 8776, 8012, 9288, 15235, 12274, 13341, 9138, 12375, 15628, 12271, 11760, 8095, 7954, 12880, 7902, 9208, 9577, 7657, 10271, 7730, 7754, 8792, 7645, 10759, 8357, 7860, 13022, 8380, 8881, 8381, 7753, 10989, 7904, 7980, 12244, 8049, 10640, 8096, 7926, 13503, 8145, 10444, 10346, 7836, 13361, 8485, 11401, 15027, 8260, 11386, 10142, 7886, 9980, 7903, 10217, 8848, 7914, 11175, 7969, 10356, 7837, 8213, 9023, 7756, 11949, 7943, 10164, 8623, 7910, 14399, 8969, 9854, 15080, 10376, 10230, 8718, 7913, 10311, 8228, 7747, 11037, 8126, 10052, 8266, 8122, 13281, 8956, 9716, 8313, 7810, 13924, 8356, 10188, 12309, 7704, 10349, 8008, 9074, 8401, 7937, 12526, 7926, 10033, 7748, 9271, 15373, 9831, 10919, 8664, 7883, 9750, 7874, 10165, 7995, 8439, 8713, 7969, 8331, 7834, 11394, 8048, 8982, 8835, 8335, 14653, 10117, 10616, 8028, 8132, 14960, 9561, 10035, 12485, 8229, 9722, 7956, 8095, 10605, 8107, 8838, 7954, 8089, 8146, 8110, 10051, 8210, 9124, 8120, 8861, 8165, 8751, 14736, 10818, 11914, 8265, 9966, 14177, 9504, 12831, 8334, 9481, 10927, 8089, 10889, 8137, 8240, 10003, 8226, 10565, 8000, 9533, 8003, 8145, 8076, 8226, 13410, 8261, 9771, 14138, 8314, 10773, 8123, 8069, 8074, 8174, 9632, 8239, 8403, 8020, 8470, 13719, 8911, 11770, 8064, 7998, 8020, 8069, 12940, 9216, 12332, 8201, 11559, 8661, 14531, 10053, 13680, 15996, 10874, 12272, 8446, 9741, 9444, 7899, 12422, 8056, 8941, 12066, 8005, 10351, 8159, 8120, 11621, 7919, 8459, 10174, 7937, 8795, 8049, 8066, 9589, 8139, 8907, 7794, 8144, 8334, 7875, 11423, 8114, 8857, 8128, 8086, 13814, 8844, 9864, 9394, 8265, 12034, 7883, 8142, 13429, 7920, 8812, 9262, 7991, 9508, 8153, 8170, 10087, 8045, 8736, 7908, 9137, 8068, 8429, 7807, 8282, 14970, 10739, 11984, 9930, 8328, 9991, 7793, 13715, 8759, 8020, 15132, 9560, 12350, 7889, 7902, 13411, 7883, 7948, 12519, 8043, 8150, 10027, 7933, 8082, 8514, 7926, 9077, 8088, 8411, 8589, 7823, 11438, 7885, 9975, 8138, 7964, 14212, 8422, 13104, 9947, 8653, 9779, 7791, 13394, 8671, 13242, 8919, 13425, 8485, 11516, 14257, 9477, 13341, 7744, 8788, 13276, 8229, 11260, 7745, 8898, 9570, 8216, 10386, 7906, 10566, 7698, 9994, 7891, 9294, 14823, 9798, 11207, 10811, 8073, 11887, 8082, 10332, 8769, 8205, 12638, 8670, 9929, 7898, 9570, 15120, 8957, 11637, 11851, 8646, 12074, 8189, 9609, 15108, 8950, 10852, 8146, 7841, 11470, 8313, 9085, 8176, 7978, 11556, 7942, 8362, 12091, 8012, 10716, 8076, 8075, 13058, 8010, 9015, 9464, 8015, 10422, 8129, 7886, 13385, 8016, 8854, 8032, 7935, 10414, 7835, 9454, 8184, 7761, 11226, 7678, 7750, 11608, 7883, 8215, 8125, 8094, 9476, 7872, 8900], 'WindowCenter': [4771.0, 4739.0, 4726.0, 4739.0, 4697.0, 4697.0, 4714.0, 4686.0, 4712.0, 4694.0, 4713.0, 4672.0, 4685.0, 4696.0, 4695.0, 4683.0, 4702.0, 4682.0, 4721.0, 4731.0, 4702.0, 4738.0, 4667.0, 4719.0, 4679.0, 4667.0, 4669.0, 4670.0, 4677.0, 4669.0, 4717.0, 4670.0, 4710.0, 4718.0, 4669.0, 4718.0, 4657.0, 4679.0, 4677.0, 4660.0, 4706.0, 4658.0, 4700.0, 4683.0, 4670.0, 4725.0, 4667.0, 4686.0, 4675.0, 4670.0, 4697.0, 4679.0, 4690.0, 4689.0, 4693.0, 4711.0, 4689.0, 4711.0, 4665.0, 4689.0, 4750.0, 4719.0, 4716.0, 4688.0, 4689.0, 4735.0, 4710.0, 4706.0, 4677.0, 4696.0, 4735.0, 4675.0, 4717.0, 4734.0, 4675.0, 4705.0, 4674.0, 4665.0, 4703.0, 4665.0, 4676.0, 4714.0, 4676.0, 4697.0, 4684.0, 4667.0, 4696.0, 4666.0, 4676.0, 4688.0, 4678.0, 4697.0, 4678.0, 4710.0, 4700.0, 4681.0, 4727.0, 4670.0, 4709.0, 4677.0, 4681.0, 4747.0, 4698.0, 4715.0, 4665.0, 4686.0, 4746.0, 4698.0, 4726.0, 4678.0, 4668.0, 4674.0, 4666.0, 4704.0, 4666.0, 4684.0, 4676.0, 4676.0, 4696.0, 4678.0, 4730.0, 4680.0, 4700.0, 4687.0, 4667.0, 4736.0, 4685.0, 4705.0, 4676.0, 4669.0, 4734.0, 4665.0, 4698.0, 4675.0, 4678.0, 4676.0, 4676.0, 4717.0, 4677.0, 4686.0, 4725.0, 4678.0, 4715.0, 4667.0, 4676.0, 4687.0, 4679.0, 4718.0, 4678.0, 4697.0, 4671.0, 4689.0, 4677.0, 4678.0, 4737.0, 4688.0, 4699.0, 4688.0, 4668.0, 4695.0, 4664.0, 4679.0, 4708.0, 4688.0, 4680.0, 4680.0, 4692.0, 4698.0, 4690.0, 4690.0, 4701.0, 4692.0, 4729.0, 4693.0, 4712.0, 4680.0, 4690.0, 4749.0, 4730.0, 4719.0, 4668.0, 4687.0, 4725.0, 4667.0, 4726.0, 4678.0, 4707.0, 4667.0, 4686.0, 4717.0, 4677.0, 4715.0, 4678.0, 4716.0, 4666.0, 4676.0, 4665.0, 4667.0, 4726.0, 4667.0, 4698.0, 4667.0, 4679.0, 4707.0, 4669.0, 4696.0, 4667.0, 4668.0, 4705.0, 4677.0, 4677.0, 4679.0, 4680.0, 4709.0, 4679.0, 4678.0, 4678.0, 4680.0, 4730.0, 4690.0, 4709.0, 4680.0, 4700.0, 4678.0, 4671.0, 4727.0, 4678.0, 4699.0, 4727.0, 4680.0, 4706.0, 4667.0, 4679.0, 4726.0, 4677.0, 4706.0, 4667.0, 4670.0, 4716.0, 4668.0, 4670.0, 4716.0, 4657.0, 4688.0, 4679.0, 4670.0, 4698.0, 4669.0, 4689.0, 4668.0, 4680.0, 4689.0, 4680.0, 4692.0, 4681.0, 4682.0, 4731.0, 4681.0, 4701.0, 4709.0, 4670.0, 4717.0, 4669.0, 4689.0, 4687.0, 4669.0, 4707.0, 4669.0, 4697.0, 4668.0, 4670.0, 4677.0, 4668.0, 4668.0, 4688.0, 4669.0, 4709.0, 4738.0, 4686.0, 4665.0, 4713.0, 4664.0, 4686.0, 4704.0, 4644.0, 4672.0, 4654.0, 4675.0, 4656.0, 4668.0, 4688.0, 4670.0, 4697.0, 4659.0, 4698.0, 4678.0, 4677.0, 4679.0, 4672.0, 4728.0, 4689.0, 4709.0, 4671.0, 4680.0, 4689.0, 4669.0, 4727.0, 4670.0, 4689.0, 4668.0, 4659.0, 4717.0, 4658.0, 4690.0, 4713.0, 4682.0, 4719.0, 4694.0, 4701.0, 4692.0, 4710.0, 4678.0, 4679.0, 4728.0, 4677.0, 4678.0, 4706.0, 4668.0, 4698.0, 4675.0, 4666.0, 4704.0, 4693.0, 4655.0, 4693.0, 4667.0, 4676.0, 4666.0, 4679.0, 4709.0, 4668.0, 4679.0, 4718.0, 4669.0, 4708.0, 4667.0, 4657.0, 4714.0, 4664.0, 4656.0, 4703.0, 4665.0, 4655.0, 4693.0, 4665.0, 4664.0, 4665.0, 4667.0, 4677.0, 4669.0, 4708.0, 4668.0, 4689.0, 4718.0, 4688.0, 4707.0, 4667.0, 4706.0, 4665.0, 4678.0, 4708.0, 4658.0, 4688.0, 4666.0, 4677.0, 4678.0, 4667.0, 4688.0, 4669.0, 4699.0, 4727.0, 4678.0, 4725.0, 4675.0, 4654.0, 4714.0, 4665.0, 4693.0, 4643.0, 4654.0, 4704.0, 4652.0, 4673.0, 4643.0, 4645.0, 4693.0, 4655.0, 4666.0, 4664.0, 4655.0, 4685.0, 4655.0, 4656.0, 4695.0, 4655.0, 4677.0, 4656.0, 4658.0, 4696.0, 4657.0, 4689.0, 4688.0, 4660.0, 4687.0, 4678.0, 4670.0, 4697.0, 4679.0, 4671.0, 4720.0, 4671.0, 4691.0, 4690.0, 4692.0, 4701.0, 4693.0, 4695.0, 4713.0, 4683.0, 4723.0, 4684.0, 4704.0, 4740.0, 4711.0, 4731.0, 4729.0, 4671.0, 4720.0, 4679.0, 4669.0, 4728.0, 4669.0, 4700.0, 4708.0, 4670.0, 4709.0, 4680.0, 4690.0, 4689.0, 4681.0, 4719.0, 4694.0, 4703.0, 4692.0, 4680.0, 4730.0, 4692.0, 4740.0, 4681.0, 4703.0, 4681.0, 4680.0, 4699.0, 4683.0, 4709.0, 4681.0, 4691.0, 4691.0, 4683.0, 4716.0, 4752.0, 4731.0, 4731.0, 4690.0, 4731.0, 4739.0, 4718.0, 4707.0, 4654.0, 4657.0, 4718.0, 4656.0, 4676.0, 4676.0, 4658.0, 4687.0, 4658.0, 4658.0, 4677.0, 4670.0, 4699.0, 4669.0, 4669.0, 4718.0, 4671.0, 4681.0, 4683.0, 4671.0, 4698.0, 4667.0, 4668.0, 4718.0, 4671.0, 4710.0, 4668.0, 4680.0, 4728.0, 4671.0, 4709.0, 4698.0, 4672.0, 4737.0, 4719.0, 4732.0, 4745.0, 4679.0, 4718.0, 4707.0, 4680.0, 4695.0, 4678.0, 4709.0, 4688.0, 4680.0, 4719.0, 4680.0, 4711.0, 4680.0, 4690.0, 4689.0, 4679.0, 4728.0, 4681.0, 4722.0, 4689.0, 4680.0, 4738.0, 4688.0, 4697.0, 4735.0, 4695.0, 4696.0, 4675.0, 4666.0, 4696.0, 4665.0, 4667.0, 4715.0, 4691.0, 4708.0, 4676.0, 4679.0, 4737.0, 4688.0, 4698.0, 4677.0, 4668.0, 4737.0, 4677.0, 4710.0, 4718.0, 4666.0, 4695.0, 4678.0, 4687.0, 4676.0, 4679.0, 4727.0, 4679.0, 4711.0, 4671.0, 4701.0, 4747.0, 4697.0, 4695.0, 4676.0, 4667.0, 4686.0, 4677.0, 4709.0, 4680.0, 4690.0, 4691.0, 4692.0, 4692.0, 4684.0, 4733.0, 4692.0, 4705.0, 4704.0, 4692.0, 4751.0, 4713.0, 4713.0, 4682.0, 4683.0, 4752.0, 4700.0, 4701.0, 4718.0, 4678.0, 4698.0, 4680.0, 4680.0, 4709.0, 4693.0, 4702.0, 4682.0, 4693.0, 4681.0, 4694.0, 4712.0, 4694.0, 4715.0, 4694.0, 4703.0, 4694.0, 4705.0, 4762.0, 4723.0, 4732.0, 4684.0, 4702.0, 4739.0, 4700.0, 4730.0, 4693.0, 4700.0, 4706.0, 4667.0, 4696.0, 4664.0, 4666.0, 4697.0, 4679.0, 4696.0, 4668.0, 4697.0, 4669.0, 4681.0, 4670.0, 4692.0, 4731.0, 4680.0, 4699.0, 4738.0, 4679.0, 4707.0, 4669.0, 4669.0, 4669.0, 4690.0, 4699.0, 4695.0, 4695.0, 4696.0, 4707.0, 4752.0, 4703.0, 4734.0, 4683.0, 4684.0, 4696.0, 4696.0, 4742.0, 4705.0, 4730.0, 4695.0, 4734.0, 4718.0, 4752.0, 4714.0, 4752.0, 4749.0, 4709.0, 4718.0, 4680.0, 4700.0, 4688.0, 4667.0, 4718.0, 4667.0, 4688.0, 4717.0, 4669.0, 4688.0, 4657.0, 4668.0, 4707.0, 4667.0, 4667.0, 4685.0, 4668.0, 4676.0, 4666.0, 4669.0, 4687.0, 4680.0, 4691.0, 4671.0, 4682.0, 4681.0, 4682.0, 4721.0, 4681.0, 4690.0, 4683.0, 4682.0, 4740.0, 4692.0, 4713.0, 4691.0, 4682.0, 4720.0, 4671.0, 4680.0, 4729.0, 4670.0, 4691.0, 4689.0, 4681.0, 4701.0, 4680.0, 4692.0, 4711.0, 4684.0, 4694.0, 4695.0, 4705.0, 4695.0, 4695.0, 4685.0, 4695.0, 4755.0, 4723.0, 4733.0, 4701.0, 4681.0, 4701.0, 4671.0, 4730.0, 4680.0, 4671.0, 4739.0, 4689.0, 4720.0, 4668.0, 4669.0, 4716.0, 4658.0, 4667.0, 4705.0, 4657.0, 4669.0, 4686.0, 4668.0, 4669.0, 4691.0, 4682.0, 4691.0, 4683.0, 4693.0, 4693.0, 4684.0, 4732.0, 4695.0, 4715.0, 4684.0, 4695.0, 4752.0, 4691.0, 4742.0, 4702.0, 4694.0, 4700.0, 4672.0, 4729.0, 4680.0, 4729.0, 4690.0, 4730.0, 4681.0, 4710.0, 4727.0, 4687.0, 4716.0, 4656.0, 4669.0, 4716.0, 4667.0, 4695.0, 4656.0, 4677.0, 4676.0, 4668.0, 4687.0, 4668.0, 4698.0, 4672.0, 4704.0, 4685.0, 4716.0, 4738.0, 4701.0, 4708.0, 4693.0, 4668.0, 4716.0, 4678.0, 4710.0, 4688.0, 4689.0, 4729.0, 4701.0, 4712.0, 4691.0, 4713.0, 4747.0, 4689.0, 4718.0, 4718.0, 4680.0, 4717.0, 4666.0, 4688.0, 4734.0, 4675.0, 4697.0, 4653.0, 4667.0, 4704.0, 4664.0, 4678.0, 4677.0, 4667.0, 4706.0, 4667.0, 4677.0, 4717.0, 4666.0, 4708.0, 4667.0, 4669.0, 4714.0, 4666.0, 4677.0, 4675.0, 4666.0, 4710.0, 4668.0, 4668.0, 4715.0, 4667.0, 4691.0, 4668.0, 4678.0, 4698.0, 4670.0, 4700.0, 4678.0, 4672.0, 4707.0, 4670.0, 4671.0, 4720.0, 4682.0, 4691.0, 4680.0, 4682.0, 4700.0, 4692.0, 4703.0], 'WindowWidth': [10467.0, 10398.0, 10369.0, 10374.0, 10311.0, 10309.0, 10327.0, 10287.0, 10319.0, 10299.0, 10321.0, 10263.0, 10282.0, 10305.0, 10301.0, 10280.0, 10303.0, 10277.0, 10330.0, 10338.0, 10300.0, 10345.0, 10245.0, 10320.0, 10262.0, 10248.0, 10253.0, 10255.0, 10259.0, 10251.0, 10315.0, 10254.0, 10311.0, 10315.0, 10250.0, 10315.0, 10231.0, 10263.0, 10260.0, 10238.0, 10297.0, 10234.0, 10298.0, 10285.0, 10258.0, 10326.0, 10247.0, 10272.0, 10256.0, 10254.0, 10289.0, 10270.0, 10287.0, 10286.0, 10299.0, 10320.0, 10286.0, 10318.0, 10250.0, 10290.0, 10372.0, 10327.0, 10320.0, 10282.0, 10284.0, 10343.0, 10312.0, 10304.0, 10263.0, 10289.0, 10341.0, 10259.0, 10319.0, 10340.0, 10259.0, 10301.0, 10256.0, 10246.0, 10295.0, 10244.0, 10263.0, 10313.0, 10263.0, 10293.0, 10270.0, 10252.0, 10290.0, 10249.0, 10263.0, 10282.0, 10270.0, 10293.0, 10271.0, 10319.0, 10301.0, 10276.0, 10335.0, 10260.0, 10312.0, 10264.0, 10278.0, 10365.0, 10296.0, 10316.0, 10246.0, 10278.0, 10360.0, 10296.0, 10333.0, 10266.0, 10253.0, 10255.0, 10248.0, 10297.0, 10249.0, 10270.0, 10260.0, 10262.0, 10288.0, 10267.0, 10343.0, 10272.0, 10298.0, 10278.0, 10251.0, 10343.0, 10272.0, 10300.0, 10260.0, 10253.0, 10336.0, 10244.0, 10293.0, 10258.0, 10269.0, 10261.0, 10262.0, 10318.0, 10265.0, 10276.0, 10327.0, 10265.0, 10313.0, 10248.0, 10260.0, 10277.0, 10267.0, 10319.0, 10265.0, 10291.0, 10259.0, 10284.0, 10264.0, 10266.0, 10345.0, 10279.0, 10296.0, 10278.0, 10249.0, 10284.0, 10241.0, 10267.0, 10308.0, 10282.0, 10272.0, 10275.0, 10292.0, 10296.0, 10286.0, 10289.0, 10301.0, 10292.0, 10339.0, 10296.0, 10322.0, 10272.0, 10287.0, 10366.0, 10340.0, 10322.0, 10251.0, 10275.0, 10327.0, 10249.0, 10329.0, 10266.0, 10304.0, 10247.0, 10273.0, 10318.0, 10263.0, 10313.0, 10263.0, 10315.0, 10245.0, 10260.0, 10242.0, 10247.0, 10325.0, 10249.0, 10291.0, 10248.0, 10266.0, 10301.0, 10251.0, 10288.0, 10246.0, 10250.0, 10298.0, 10261.0, 10262.0, 10268.0, 10271.0, 10308.0, 10268.0, 10267.0, 10265.0, 10271.0, 10338.0, 10285.0, 10309.0, 10271.0, 10299.0, 10265.0, 10258.0, 10332.0, 10266.0, 10294.0, 10330.0, 10267.0, 10300.0, 10247.0, 10267.0, 10326.0, 10261.0, 10300.0, 10246.0, 10253.0, 10312.0, 10250.0, 10255.0, 10312.0, 10233.0, 10276.0, 10267.0, 10257.0, 10290.0, 10254.0, 10281.0, 10250.0, 10271.0, 10281.0, 10271.0, 10288.0, 10274.0, 10277.0, 10342.0, 10275.0, 10302.0, 10307.0, 10256.0, 10317.0, 10252.0, 10279.0, 10274.0, 10252.0, 10304.0, 10255.0, 10290.0, 10250.0, 10255.0, 10260.0, 10249.0, 10249.0, 10277.0, 10251.0, 10307.0, 10350.0, 10269.0, 10240.0, 10301.0, 10236.0, 10267.0, 10288.0, 10208.0, 10243.0, 10223.0, 10252.0, 10230.0, 10249.0, 10275.0, 10253.0, 10287.0, 10237.0, 10290.0, 10263.0, 10261.0, 10265.0, 10259.0, 10331.0, 10279.0, 10305.0, 10254.0, 10267.0, 10276.0, 10251.0, 10330.0, 10254.0, 10277.0, 10246.0, 10236.0, 10313.0, 10235.0, 10281.0, 10319.0, 10274.0, 10324.0, 10299.0, 10302.0, 10292.0, 10313.0, 10263.0, 10266.0, 10332.0, 10261.0, 10265.0, 10301.0, 10251.0, 10293.0, 10256.0, 10244.0, 10296.0, 10277.0, 10228.0, 10278.0, 10247.0, 10258.0, 10245.0, 10268.0, 10307.0, 10251.0, 10268.0, 10320.0, 10253.0, 10306.0, 10246.0, 10231.0, 10308.0, 10234.0, 10226.0, 10288.0, 10240.0, 10227.0, 10277.0, 10240.0, 10240.0, 10242.0, 10248.0, 10261.0, 10253.0, 10305.0, 10250.0, 10282.0, 10318.0, 10278.0, 10302.0, 10247.0, 10300.0, 10241.0, 10265.0, 10306.0, 10237.0, 10275.0, 10245.0, 10258.0, 10262.0, 10246.0, 10277.0, 10252.0, 10295.0, 10330.0, 10262.0, 10326.0, 10251.0, 10225.0, 10305.0, 10239.0, 10276.0, 10208.0, 10223.0, 10291.0, 10220.0, 10248.0, 10207.0, 10212.0, 10276.0, 10225.0, 10242.0, 10235.0, 10227.0, 10266.0, 10225.0, 10230.0, 10280.0, 10228.0, 10258.0, 10230.0, 10236.0, 10284.0, 10235.0, 10278.0, 10275.0, 10241.0, 10275.0, 10262.0, 10256.0, 10287.0, 10265.0, 10258.0, 10323.0, 10260.0, 10286.0, 10284.0, 10291.0, 10301.0, 10294.0, 10299.0, 10320.0, 10283.0, 10335.0, 10282.0, 10311.0, 10355.0, 10314.0, 10342.0, 10335.0, 10258.0, 10324.0, 10265.0, 10254.0, 10331.0, 10251.0, 10298.0, 10305.0, 10256.0, 10308.0, 10268.0, 10283.0, 10280.0, 10274.0, 10321.0, 10297.0, 10310.0, 10290.0, 10273.0, 10340.0, 10294.0, 10353.0, 10275.0, 10304.0, 10269.0, 10270.0, 10295.0, 10280.0, 10310.0, 10274.0, 10285.0, 10287.0, 10278.0, 10329.0, 10372.0, 10340.0, 10339.0, 10281.0, 10340.0, 10350.0, 10316.0, 10299.0, 10222.0, 10229.0, 10312.0, 10227.0, 10256.0, 10254.0, 10232.0, 10271.0, 10234.0, 10235.0, 10257.0, 10253.0, 10292.0, 10249.0, 10251.0, 10315.0, 10255.0, 10269.0, 10279.0, 10259.0, 10291.0, 10246.0, 10250.0, 10316.0, 10256.0, 10308.0, 10250.0, 10269.0, 10332.0, 10257.0, 10308.0, 10291.0, 10260.0, 10345.0, 10342.0, 10348.0, 10359.0, 10268.0, 10322.0, 10305.0, 10273.0, 10288.0, 10267.0, 10311.0, 10280.0, 10273.0, 10324.0, 10272.0, 10314.0, 10273.0, 10288.0, 10284.0, 10272.0, 10337.0, 10278.0, 10338.0, 10284.0, 10274.0, 10351.0, 10280.0, 10294.0, 10343.0, 10287.0, 10289.0, 10256.0, 10248.0, 10288.0, 10244.0, 10252.0, 10318.0, 10294.0, 10309.0, 10264.0, 10271.0, 10346.0, 10281.0, 10294.0, 10265.0, 10256.0, 10347.0, 10265.0, 10313.0, 10320.0, 10249.0, 10287.0, 10267.0, 10277.0, 10261.0, 10269.0, 10333.0, 10271.0, 10317.0, 10260.0, 10302.0, 10360.0, 10288.0, 10286.0, 10257.0, 10249.0, 10272.0, 10265.0, 10311.0, 10275.0, 10288.0, 10290.0, 10295.0, 10293.0, 10285.0, 10350.0, 10295.0, 10314.0, 10310.0, 10295.0, 10373.0, 10322.0, 10321.0, 10275.0, 10279.0, 10374.0, 10298.0, 10300.0, 10320.0, 10266.0, 10294.0, 10272.0, 10272.0, 10312.0, 10295.0, 10305.0, 10277.0, 10295.0, 10275.0, 10299.0, 10320.0, 10298.0, 10327.0, 10300.0, 10310.0, 10296.0, 10316.0, 10390.0, 10336.0, 10346.0, 10281.0, 10304.0, 10351.0, 10298.0, 10342.0, 10295.0, 10298.0, 10301.0, 10248.0, 10288.0, 10242.0, 10247.0, 10289.0, 10267.0, 10287.0, 10252.0, 10292.0, 10255.0, 10273.0, 10257.0, 10289.0, 10341.0, 10270.0, 10297.0, 10348.0, 10267.0, 10303.0, 10253.0, 10256.0, 10254.0, 10287.0, 10297.0, 10298.0, 10299.0, 10301.0, 10319.0, 10373.0, 10308.0, 10353.0, 10280.0, 10283.0, 10302.0, 10304.0, 10363.0, 10310.0, 10342.0, 10299.0, 10352.0, 10338.0, 10375.0, 10322.0, 10375.0, 10366.0, 10306.0, 10319.0, 10267.0, 10295.0, 10275.0, 10248.0, 10318.0, 10247.0, 10277.0, 10315.0, 10249.0, 10276.0, 10231.0, 10249.0, 10301.0, 10246.0, 10247.0, 10270.0, 10249.0, 10259.0, 10246.0, 10252.0, 10276.0, 10269.0, 10286.0, 10260.0, 10277.0, 10273.0, 10279.0, 10329.0, 10273.0, 10285.0, 10277.0, 10277.0, 10354.0, 10289.0, 10319.0, 10285.0, 10275.0, 10325.0, 10259.0, 10273.0, 10337.0, 10256.0, 10286.0, 10281.0, 10273.0, 10299.0, 10271.0, 10290.0, 10314.0, 10282.0, 10294.0, 10297.0, 10312.0, 10298.0, 10299.0, 10283.0, 10299.0, 10378.0, 10334.0, 10348.0, 10299.0, 10272.0, 10297.0, 10258.0, 10339.0, 10268.0, 10257.0, 10348.0, 10279.0, 10323.0, 10248.0, 10250.0, 10313.0, 10232.0, 10244.0, 10295.0, 10232.0, 10251.0, 10269.0, 10248.0, 10253.0, 10286.0, 10278.0, 10286.0, 10280.0, 10292.0, 10292.0, 10284.0, 10346.0, 10298.0, 10325.0, 10282.0, 10301.0, 10375.0, 10289.0, 10362.0, 10304.0, 10291.0, 10294.0, 10259.0, 10333.0, 10268.0, 10333.0, 10280.0, 10337.0, 10271.0, 10308.0, 10327.0, 10272.0, 10310.0, 10228.0, 10249.0, 10310.0, 10244.0, 10279.0, 10227.0, 10259.0, 10257.0, 10247.0, 10271.0, 10247.0, 10287.0, 10261.0, 10307.0, 10286.0, 10330.0, 10348.0, 10298.0, 10303.0, 10279.0, 10249.0, 10313.0, 10265.0, 10313.0, 10280.0, 10285.0, 10338.0, 10305.0, 10321.0, 10291.0, 10321.0, 10360.0, 10281.0, 10321.0, 10319.0, 10270.0, 10318.0, 10246.0, 10277.0, 10338.0, 10256.0, 10287.0, 10224.0, 10247.0, 10295.0, 10241.0, 10263.0, 10262.0, 10249.0, 10301.0, 10246.0, 10264.0, 10315.0, 10247.0, 10307.0, 10248.0, 10252.0, 10308.0, 10244.0, 10259.0, 10256.0, 10246.0, 10310.0, 10250.0, 10251.0, 10309.0, 10247.0, 10286.0, 10252.0, 10265.0, 10290.0, 10256.0, 10298.0, 10265.0, 10260.0, 10304.0, 10255.0, 10260.0, 10325.0, 10277.0, 10287.0, 10271.0, 10277.0, 10299.0, 10292.0, 10310.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.009029125431530496</td></tr>
<tr><td colspan=3>aqi</td><td>0.06358565581127733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.47097185453917</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1737370810368675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0420398935944684</td></tr>
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
<tr><td colspan=3>fber</td><td>7019.1592</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15794708587344203</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.693901035673187</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7214046803274967</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.678582117955808</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.771394933924796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7142369891018867</td></tr>
<tr><td colspan=3>gcor</td><td>0.00390768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009464249014854431</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03518009930849075</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.214684371823487</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>25.5616</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.905</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4998</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.559</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6108</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.2381</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3894.4641</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.4966</td></tr>
<tr><td colspan=3>tsnr</td><td>26.060452222824097</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>