<?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-04_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-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_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-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-04_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-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-04/func/sub-0005_ses-04_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>5dbb3e9ae65f53c251e7fb6a5797b675</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:21:59.567500</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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.0921018</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>[4131, -7765, -7209, 519, -60, 29, -87, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>488c69ea-1f95-4960-a19b-2e4e08086668||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.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['152159.567500', '152200.027500', '152200.487500', '152200.947500', '152201.407500', '152201.867500', '152202.327500', '152202.787500', '152203.247500', '152203.707500', '152204.167500', '152204.627500', '152205.087500', '152205.547500', '152206.007500', '152206.467500', '152206.927500', '152207.387500', '152207.847500', '152208.307500', '152208.767500', '152209.227500', '152209.687500', '152210.147500', '152210.607500', '152211.067500', '152211.527500', '152211.987500', '152212.447500', '152212.907500', '152213.367500', '152213.827500', '152214.287500', '152214.747500', '152215.207500', '152215.667500', '152216.127500', '152216.587500', '152217.047500', '152217.507500', '152217.967500', '152218.427500', '152218.887500', '152219.347500', '152219.807500', '152220.267500', '152220.727500', '152221.187500', '152221.647500', '152222.107500', '152222.567500', '152223.027500', '152223.487500', '152223.947500', '152224.407500', '152224.867500', '152225.327500', '152225.787500', '152226.247500', '152226.707500', '152227.167500', '152227.627500', '152228.087500', '152228.547500', '152229.007500', '152229.467500', '152229.927500', '152230.387500', '152230.847500', '152231.307500', '152231.767500', '152232.227500', '152232.687500', '152233.147500', '152233.607500', '152234.067500', '152234.527500', '152234.987500', '152235.447500', '152235.907500', '152236.367500', '152236.827500', '152237.287500', '152237.747500', '152238.207500', '152238.667500', '152239.127500', '152239.587500', '152240.047500', '152240.507500', '152240.967500', '152241.427500', '152241.887500', '152242.347500', '152242.807500', '152243.267500', '152243.727500', '152244.187500', '152244.647500', '152245.107500', '152245.567500', '152246.027500', '152246.487500', '152246.947500', '152247.407500', '152247.867500', '152248.327500', '152248.787500', '152249.247500', '152249.707500', '152250.167500', '152250.627500', '152251.087500', '152251.547500', '152252.007500', '152252.467500', '152252.927500', '152253.387500', '152253.847500', '152254.307500', '152254.767500', '152255.227500', '152255.687500', '152256.147500', '152256.607500', '152257.067500', '152257.527500', '152257.987500', '152258.447500', '152258.907500', '152259.367500', '152259.827500', '152300.287500', '152300.747500', '152301.207500', '152301.667500', '152302.127500', '152302.587500', '152303.047500', '152303.507500', '152303.967500', '152304.427500', '152304.887500', '152305.347500', '152305.807500', '152306.267500', '152306.727500', '152307.187500', '152307.647500', '152308.107500', '152308.567500', '152309.027500', '152309.487500', '152309.947500', '152310.407500', '152310.867500', '152311.327500', '152311.787500', '152312.247500', '152312.707500', '152313.167500', '152313.627500', '152314.087500', '152314.547500', '152315.007500', '152315.467500', '152315.927500', '152316.387500', '152316.847500', '152317.307500', '152317.767500', '152318.227500', '152318.687500', '152319.147500', '152319.607500', '152320.067500', '152320.527500', '152320.987500', '152321.447500', '152321.907500', '152322.367500', '152322.827500', '152323.287500', '152323.747500', '152324.207500', '152324.667500', '152325.127500', '152325.587500', '152326.047500', '152326.507500', '152326.967500', '152327.427500', '152327.887500', '152328.347500', '152328.807500', '152329.267500', '152329.727500', '152330.187500', '152330.647500', '152331.107500', '152331.567500', '152332.027500', '152332.487500', '152332.947500', '152333.407500', '152333.867500', '152334.327500', '152334.787500', '152335.247500', '152335.707500', '152336.167500', '152336.627500', '152337.087500', '152337.547500', '152338.007500', '152338.467500', '152338.927500', '152339.387500', '152339.847500', '152340.307500', '152340.767500', '152341.227500', '152341.687500', '152342.147500', '152342.607500', '152343.067500', '152343.527500', '152343.987500', '152344.447500', '152344.907500', '152345.367500', '152345.827500', '152346.287500', '152346.747500', '152347.207500', '152347.667500', '152348.127500', '152348.587500', '152349.047500', '152349.507500', '152349.967500', '152350.427500', '152350.887500', '152351.347500', '152351.807500', '152352.267500', '152352.727500', '152353.187500', '152353.647500', '152354.107500', '152354.567500', '152355.027500', '152355.487500', '152355.947500', '152356.407500', '152356.867500', '152357.327500', '152357.787500', '152358.247500', '152358.707500', '152359.167500', '152359.627500', '152400.087500', '152400.547500', '152401.007500', '152401.467500', '152401.927500', '152402.387500', '152402.847500', '152403.307500', '152403.767500', '152404.227500', '152404.687500', '152405.147500', '152405.607500', '152406.067500', '152406.527500', '152406.987500', '152407.447500', '152407.907500', '152408.367500', '152408.827500', '152409.287500', '152409.747500', '152410.207500', '152410.667500', '152411.127500', '152411.587500', '152412.047500', '152412.507500', '152412.967500', '152413.427500', '152413.887500', '152414.347500', '152414.807500', '152415.267500', '152415.727500', '152416.187500', '152416.647500', '152417.107500', '152417.567500', '152418.027500', '152418.487500', '152418.947500', '152419.407500', '152419.867500', '152420.327500', '152420.787500', '152421.247500', '152421.707500', '152422.167500', '152422.627500', '152423.087500', '152423.547500', '152424.007500', '152424.467500', '152424.927500', '152425.387500', '152425.847500', '152426.307500', '152426.767500', '152427.227500', '152427.687500', '152428.147500', '152428.607500', '152429.067500', '152429.527500', '152429.987500', '152430.447500', '152430.907500', '152431.367500', '152431.827500', '152432.287500', '152432.747500', '152433.207500', '152433.667500', '152434.127500', '152434.587500', '152435.047500', '152435.507500', '152435.967500', '152436.427500', '152436.887500', '152437.347500', '152437.807500', '152438.267500', '152438.727500', '152439.187500', '152439.647500', '152440.107500', '152440.567500', '152441.027500', '152441.487500', '152441.947500', '152442.407500', '152442.867500', '152443.327500', '152443.787500', '152444.247500', '152444.707500', '152445.167500', '152445.627500', '152446.087500', '152446.547500', '152447.007500', '152447.467500', '152447.927500', '152448.387500', '152448.847500', '152449.307500', '152449.767500', '152450.227500', '152450.687500', '152451.147500', '152451.607500', '152452.067500', '152452.527500', '152452.987500', '152453.447500', '152453.907500', '152454.367500', '152454.827500', '152455.287500', '152455.747500', '152456.207500', '152456.667500', '152457.127500', '152457.587500', '152458.047500', '152458.507500', '152458.967500', '152459.427500', '152459.887500', '152500.347500', '152500.807500', '152501.267500', '152501.727500', '152502.187500', '152502.647500', '152503.107500', '152503.567500', '152504.027500', '152504.487500', '152504.947500', '152505.407500', '152505.867500', '152506.327500', '152506.787500', '152507.247500', '152507.707500', '152508.167500', '152508.627500', '152509.087500', '152509.547500', '152510.007500', '152510.467500', '152510.927500', '152511.387500', '152511.847500', '152512.307500', '152512.767500', '152513.227500', '152513.687500', '152514.147500', '152514.607500', '152515.067500', '152515.527500', '152515.987500', '152516.447500', '152516.907500', '152517.367500', '152517.827500', '152518.287500', '152518.747500', '152519.207500', '152519.667500', '152520.127500', '152520.587500', '152521.047500', '152521.507500', '152521.967500', '152522.427500', '152522.887500', '152523.347500', '152523.807500', '152524.267500', '152524.727500', '152525.187500', '152525.647500', '152526.107500', '152526.567500', '152527.027500', '152527.487500', '152527.947500', '152528.407500', '152528.867500', '152529.327500', '152529.787500', '152530.247500', '152530.707500', '152531.167500', '152531.627500', '152532.087500', '152532.547500', '152533.007500', '152533.467500', '152533.927500', '152534.387500', '152534.847500', '152535.307500', '152535.767500', '152536.227500', '152536.687500', '152537.147500', '152537.607500', '152538.067500', '152538.527500', '152538.987500', '152539.447500', '152539.907500', '152540.367500', '152540.827500', '152541.287500', '152541.747500', '152542.207500', '152542.667500', '152543.127500', '152543.587500', '152544.047500', '152544.507500', '152544.967500', '152545.427500', '152545.887500', '152546.347500', '152546.807500', '152547.267500', '152547.727500', '152548.187500', '152548.647500', '152549.107500', '152549.567500', '152550.027500', '152550.487500', '152550.947500', '152551.407500', '152551.867500', '152552.327500', '152552.787500', '152553.247500', '152553.707500', '152554.167500', '152554.627500', '152555.087500', '152555.547500', '152556.007500', '152556.467500', '152556.927500', '152557.387500', '152557.847500', '152558.307500', '152558.767500', '152559.227500', '152559.687500', '152600.147500', '152600.607500', '152601.067500', '152601.527500', '152601.987500', '152602.447500', '152602.907500', '152603.367500', '152603.827500', '152604.287500', '152604.747500', '152605.207500', '152605.667500', '152606.127500', '152606.587500', '152607.047500', '152607.507500', '152607.967500', '152608.427500', '152608.887500', '152609.347500', '152609.807500', '152610.267500', '152610.727500', '152611.187500', '152611.647500', '152612.107500', '152612.567500', '152613.027500', '152613.487500', '152613.947500', '152614.407500', '152614.867500', '152615.327500', '152615.787500', '152616.247500', '152616.707500', '152617.167500', '152617.627500', '152618.087500', '152618.547500', '152619.007500', '152619.467500', '152619.927500', '152620.387500', '152620.847500', '152621.307500', '152621.767500', '152622.227500', '152622.687500', '152623.147500', '152623.607500', '152624.067500', '152624.527500', '152624.987500', '152625.447500', '152625.907500', '152626.367500', '152626.827500', '152627.287500', '152627.747500', '152628.207500', '152628.667500', '152629.127500', '152629.587500', '152630.047500', '152630.507500', '152630.967500', '152631.427500', '152631.887500', '152632.347500', '152632.807500', '152633.267500', '152633.727500', '152634.187500', '152634.647500', '152635.107500', '152635.567500', '152636.027500', '152636.487500', '152636.947500', '152637.407500', '152637.867500', '152638.327500', '152638.787500', '152639.247500', '152639.707500', '152640.167500', '152640.627500', '152641.087500', '152641.547500', '152642.007500', '152642.467500', '152642.927500', '152643.387500', '152643.847500', '152644.307500', '152644.767500', '152645.227500', '152645.687500', '152646.147500', '152646.607500', '152647.067500', '152647.527500', '152647.987500', '152648.447500', '152648.907500', '152649.367500', '152649.827500', '152650.287500', '152650.747500', '152651.207500', '152651.667500', '152652.127500', '152652.587500', '152653.047500', '152653.507500', '152653.967500', '152654.427500', '152654.887500', '152655.347500', '152655.807500', '152656.267500', '152656.727500', '152657.187500', '152657.647500', '152658.107500', '152658.567500', '152659.027500', '152659.487500', '152659.947500', '152700.407500', '152700.867500', '152701.327500', '152701.787500', '152702.247500', '152702.707500', '152703.167500', '152703.627500', '152704.087500', '152704.547500', '152705.007500', '152705.467500', '152705.927500', '152706.387500', '152706.847500', '152707.307500', '152707.767500', '152708.227500', '152708.687500', '152709.147500', '152709.607500', '152710.067500', '152710.527500', '152710.987500', '152711.447500', '152711.907500', '152712.367500', '152712.827500', '152713.287500', '152713.747500', '152714.207500', '152714.667500', '152715.127500', '152715.587500', '152716.047500', '152716.507500', '152716.967500', '152717.427500', '152717.887500', '152718.347500', '152718.807500', '152719.267500', '152719.727500', '152720.187500', '152720.647500', '152721.107500', '152721.567500', '152722.027500', '152722.487500', '152722.947500', '152723.407500', '152723.867500', '152724.327500', '152724.787500', '152725.247500', '152725.707500', '152726.167500', '152726.627500', '152727.087500', '152727.547500', '152728.007500', '152728.467500', '152728.927500', '152729.387500', '152729.847500', '152730.307500', '152730.767500', '152731.227500', '152731.687500', '152732.147500', '152732.607500', '152733.067500', '152733.527500', '152733.987500', '152734.447500', '152734.907500', '152735.367500', '152735.827500', '152736.287500', '152736.747500', '152737.207500', '152737.667500', '152738.127500', '152738.587500', '152739.047500', '152739.507500', '152739.967500', '152740.427500', '152740.887500', '152741.347500', '152741.807500', '152742.267500', '152742.727500', '152743.187500', '152743.647500', '152744.107500', '152744.567500', '152745.027500', '152745.487500', '152745.947500', '152746.407500', '152746.867500', '152747.327500', '152747.787500', '152748.247500', '152748.707500', '152749.167500', '152749.627500', '152750.087500', '152750.547500', '152751.007500', '152751.467500', '152751.927500', '152752.387500', '152752.847500', '152753.307500', '152753.767500', '152754.227500', '152754.687500', '152755.147500', '152755.607500', '152756.067500', '152756.527500', '152756.987500', '152757.447500', '152757.907500', '152758.367500', '152758.827500', '152759.287500', '152759.747500', '152800.207500', '152800.667500', '152801.127500', '152801.587500', '152802.047500', '152802.507500', '152802.967500', '152803.427500', '152803.887500', '152804.347500', '152804.807500', '152805.267500', '152805.727500', '152806.187500', '152806.647500', '152807.107500', '152807.567500', '152808.027500', '152808.487500', '152808.947500', '152809.407500', '152809.867500', '152810.327500', '152810.787500', '152811.247500', '152811.707500', '152812.167500', '152812.627500', '152813.087500', '152813.547500', '152814.007500', '152814.467500', '152814.927500', '152815.387500', '152815.847500', '152816.307500', '152816.767500', '152817.227500', '152817.687500', '152818.147500', '152818.607500', '152819.067500', '152819.527500', '152819.987500', '152820.447500', '152820.907500', '152821.367500', '152821.827500', '152822.287500', '152822.747500', '152823.207500', '152823.667500', '152824.127500', '152824.587500', '152825.047500', '152825.507500', '152825.967500', '152826.427500', '152826.887500', '152827.347500', '152827.807500', '152828.267500', '152828.727500', '152829.187500', '152829.647500', '152830.107500', '152830.567500', '152831.027500', '152831.487500', '152831.947500', '152832.407500', '152832.867500', '152833.327500', '152833.787500', '152834.247500', '152834.707500', '152835.167500', '152835.627500', '152836.087500', '152836.547500', '152837.007500', '152837.467500', '152837.927500', '152838.387500', '152838.847500', '152839.307500', '152839.767500', '152840.227500'], 'ContentTime': ['152218.798000', '152218.802000', '152218.805000', '152218.808000', '152218.812000', '152218.815000', '152218.818000', '152218.821000', '152218.824000', '152218.827000', '152218.830000', '152218.833000', '152218.836000', '152218.839000', '152218.842000', '152218.845000', '152218.848000', '152218.852000', '152218.855000', '152218.858000', '152218.864000', '152218.867000', '152218.870000', '152218.873000', '152218.876000', '152218.879000', '152218.882000', '152218.885000', '152218.888000', '152218.891000', '152218.894000', '152218.897000', '152218.901000', '152218.904000', '152218.907000', '152218.911000', '152218.914000', '152218.917000', '152218.920000', '152238.761000', '152238.764000', '152238.767000', '152238.770000', '152238.773000', '152238.776000', '152238.779000', '152238.782000', '152238.785000', '152238.787000', '152238.790000', '152238.793000', '152238.796000', '152238.799000', '152238.802000', '152238.805000', '152238.808000', '152238.811000', '152238.814000', '152238.817000', '152238.820000', '152238.823000', '152238.826000', '152238.829000', '152238.832000', '152238.834000', '152238.837000', '152238.840000', '152238.843000', '152238.846000', '152238.849000', '152238.852000', '152238.855000', '152238.858000', '152238.861000', '152238.864000', '152238.867000', '152238.869000', '152238.872000', '152238.875000', '152238.878000', '152238.881000', '152238.884000', '152238.887000', '152258.761000', '152258.764000', '152258.767000', '152258.775000', '152258.778000', '152258.781000', '152258.784000', '152258.787000', '152258.790000', '152258.793000', '152258.795000', '152258.798000', '152258.801000', '152258.804000', '152258.807000', '152258.810000', '152258.813000', '152258.816000', '152258.819000', '152258.822000', '152258.824000', '152258.827000', '152258.830000', '152258.833000', '152258.836000', '152258.839000', '152258.842000', '152258.845000', '152258.849000', '152258.853000', '152258.856000', '152258.858000', '152258.861000', '152258.864000', '152258.867000', '152258.870000', '152258.873000', '152258.876000', '152258.879000', '152258.882000', '152258.885000', '152258.888000', '152258.890000', '152318.762000', '152318.765000', '152318.768000', '152318.771000', '152318.774000', '152318.777000', '152318.780000', '152318.783000', '152318.785000', '152318.788000', '152318.791000', '152318.794000', '152318.797000', '152318.800000', '152318.803000', '152318.806000', '152318.809000', '152318.812000', '152318.815000', '152318.818000', '152318.821000', '152318.824000', '152318.827000', '152318.830000', '152318.832000', '152318.835000', '152318.838000', '152318.841000', '152318.844000', '152318.847000', '152318.850000', '152318.853000', '152318.856000', '152318.859000', '152318.862000', '152318.865000', '152318.868000', '152318.870000', '152318.873000', '152318.876000', '152318.879000', '152318.882000', '152318.885000', '152318.888000', '152338.762000', '152338.765000', '152338.768000', '152338.771000', '152338.774000', '152338.777000', '152338.780000', '152338.783000', '152338.786000', '152338.789000', '152338.792000', '152338.794000', '152338.797000', '152338.800000', '152338.803000', '152338.806000', '152338.809000', '152338.812000', '152338.815000', '152338.818000', '152338.821000', '152338.824000', '152338.827000', '152338.830000', '152338.833000', '152338.836000', '152338.838000', '152338.857000', '152338.860000', '152338.863000', '152338.866000', '152338.869000', '152338.872000', '152338.875000', '152338.878000', '152338.880000', '152338.883000', '152338.886000', '152338.889000', '152338.892000', '152338.895000', '152338.898000', '152338.901000', '152358.761000', '152358.764000', '152358.767000', '152358.770000', '152358.773000', '152358.776000', '152358.779000', '152358.782000', '152358.784000', '152358.787000', '152358.790000', '152358.793000', '152358.796000', '152358.799000', '152358.802000', '152358.805000', '152358.808000', '152358.811000', '152358.814000', '152358.817000', '152358.819000', '152358.822000', '152358.825000', '152358.828000', '152358.831000', '152358.834000', '152358.837000', '152358.840000', '152358.843000', '152358.846000', '152358.849000', '152358.852000', '152358.855000', '152358.858000', '152358.861000', '152358.864000', '152358.867000', '152358.870000', '152358.873000', '152358.876000', '152358.878000', '152358.882000', '152358.884000', '152358.887000', '152418.761000', '152418.764000', '152418.767000', '152418.770000', '152418.773000', '152418.776000', '152418.779000', '152418.782000', '152418.785000', '152418.788000', '152418.791000', '152418.794000', '152418.797000', '152418.799000', '152418.802000', '152418.805000', '152418.808000', '152418.811000', '152418.814000', '152418.817000', '152418.820000', '152418.823000', '152418.826000', '152418.829000', '152418.832000', '152418.835000', '152418.838000', '152418.841000', '152418.844000', '152418.847000', '152418.849000', '152418.852000', '152418.855000', '152418.858000', '152418.861000', '152418.864000', '152418.867000', '152418.870000', '152418.873000', '152418.876000', '152418.879000', '152418.882000', '152418.885000', '152438.761000', '152438.764000', '152438.767000', '152438.770000', '152438.773000', '152438.776000', '152438.778000', '152438.781000', '152438.784000', '152438.787000', '152438.790000', '152438.793000', '152438.796000', '152438.799000', '152438.802000', '152438.805000', '152438.808000', '152438.811000', '152438.814000', '152438.816000', '152438.820000', '152438.822000', '152438.825000', '152438.828000', '152438.831000', '152438.834000', '152438.837000', '152438.840000', '152438.843000', '152438.846000', '152438.849000', '152438.852000', '152438.855000', '152438.858000', '152438.861000', '152438.864000', '152438.867000', '152438.870000', '152438.873000', '152438.876000', '152438.879000', '152438.881000', '152438.884000', '152438.887000', '152458.761000', '152458.764000', '152458.767000', '152458.770000', '152458.773000', '152458.776000', '152458.779000', '152458.782000', '152458.785000', '152458.788000', '152458.791000', '152458.794000', '152458.797000', '152458.799000', '152458.802000', '152458.805000', '152458.808000', '152458.811000', '152458.814000', '152458.817000', '152458.820000', '152458.823000', '152458.826000', '152458.829000', '152458.832000', '152458.835000', '152458.838000', '152458.841000', '152458.844000', '152458.847000', '152458.850000', '152458.852000', '152458.855000', '152458.858000', '152458.861000', '152458.864000', '152458.867000', '152458.870000', '152458.873000', '152458.876000', '152458.879000', '152458.881000', '152458.884000', '152518.761000', '152518.765000', '152518.768000', '152518.771000', '152518.774000', '152518.777000', '152518.780000', '152518.783000', '152518.786000', '152518.789000', '152518.792000', '152518.795000', '152518.798000', '152518.801000', '152518.803000', '152518.806000', '152518.809000', '152518.812000', '152518.815000', '152518.825000', '152518.828000', '152518.831000', '152518.834000', '152518.852000', '152518.855000', '152518.858000', '152518.861000', '152518.871000', '152518.874000', '152518.877000', '152518.879000', '152518.883000', '152518.885000', '152518.888000', '152518.891000', '152518.894000', '152518.897000', '152518.900000', '152518.903000', '152518.906000', '152518.909000', '152518.912000', '152518.915000', '152538.762000', '152538.765000', '152538.768000', '152538.771000', '152538.774000', '152538.777000', '152538.780000', '152538.783000', '152538.786000', '152538.789000', '152538.792000', '152538.795000', '152538.798000', '152538.800000', '152538.803000', '152538.806000', '152538.809000', '152538.812000', '152538.815000', '152538.818000', '152538.821000', '152538.824000', '152538.827000', '152538.830000', '152538.833000', '152538.836000', '152538.839000', '152538.841000', '152538.844000', '152538.847000', '152538.850000', '152538.853000', '152538.856000', '152538.859000', '152538.862000', '152538.865000', '152538.868000', '152538.871000', '152538.874000', '152538.877000', '152538.880000', '152538.882000', '152538.885000', '152538.888000', '152558.762000', '152558.765000', '152558.785000', '152558.788000', '152558.791000', '152558.794000', '152558.797000', '152558.800000', '152558.803000', '152558.806000', '152558.809000', '152558.812000', '152558.815000', '152558.818000', '152558.821000', '152558.823000', '152558.826000', '152558.829000', '152558.832000', '152558.835000', '152558.838000', '152558.841000', '152558.844000', '152558.847000', '152558.850000', '152558.853000', '152558.856000', '152558.859000', '152558.861000', '152558.864000', '152558.867000', '152558.870000', '152558.873000', '152558.876000', '152558.879000', '152558.882000', '152558.885000', '152558.888000', '152558.891000', '152558.894000', '152558.897000', '152558.900000', '152558.903000', '152618.761000', '152618.764000', '152618.767000', '152618.770000', '152618.773000', '152618.776000', '152618.779000', '152618.782000', '152618.785000', '152618.788000', '152618.791000', '152618.794000', '152618.796000', '152618.799000', '152618.802000', '152618.805000', '152618.808000', '152618.811000', '152618.814000', '152618.817000', '152618.820000', '152618.823000', '152618.826000', '152618.829000', '152618.831000', '152618.834000', '152618.837000', '152618.840000', '152618.843000', '152618.846000', '152618.849000', '152618.852000', '152618.855000', '152618.858000', '152618.861000', '152618.864000', '152618.867000', '152618.870000', '152618.873000', '152618.876000', '152618.878000', '152618.881000', '152618.884000', '152618.887000', '152638.761000', '152638.764000', '152638.767000', '152638.770000', '152638.773000', '152638.776000', '152638.779000', '152638.783000', '152638.786000', '152638.789000', '152638.792000', '152638.795000', '152638.797000', '152638.801000', '152638.803000', '152638.806000', '152638.809000', '152638.812000', '152638.815000', '152638.818000', '152638.821000', '152638.824000', '152638.827000', '152638.830000', '152638.833000', '152638.836000', '152638.839000', '152638.842000', '152638.844000', '152638.847000', '152638.850000', '152638.853000', '152638.856000', '152638.859000', '152638.862000', '152638.865000', '152638.868000', '152638.871000', '152638.874000', '152638.877000', '152638.880000', '152638.883000', '152638.886000', '152658.761000', '152658.764000', '152658.767000', '152658.770000', '152658.773000', '152658.776000', '152658.779000', '152658.782000', '152658.785000', '152658.788000', '152658.790000', '152658.793000', '152658.796000', '152658.799000', '152658.802000', '152658.805000', '152658.808000', '152658.811000', '152658.814000', '152658.817000', '152658.820000', '152658.823000', '152658.826000', '152658.829000', '152658.832000', '152658.835000', '152658.838000', '152658.840000', '152658.843000', '152658.846000', '152658.849000', '152658.852000', '152658.855000', '152658.858000', '152658.861000', '152658.864000', '152658.867000', '152658.870000', '152658.873000', '152658.876000', '152658.879000', '152658.882000', '152658.884000', '152658.887000', '152718.761000', '152718.764000', '152718.772000', '152718.775000', '152718.778000', '152718.781000', '152718.784000', '152718.787000', '152718.790000', '152718.793000', '152718.796000', '152718.799000', '152718.802000', '152718.805000', '152718.808000', '152718.811000', '152718.814000', '152718.817000', '152718.820000', '152718.823000', '152718.826000', '152718.829000', '152718.832000', '152718.835000', '152718.838000', '152718.841000', '152718.843000', '152718.846000', '152718.849000', '152718.852000', '152718.855000', '152718.858000', '152718.861000', '152718.864000', '152718.867000', '152718.870000', '152718.873000', '152718.876000', '152718.879000', '152718.882000', '152718.885000', '152718.888000', '152718.891000', '152738.761000', '152738.764000', '152738.767000', '152738.770000', '152738.773000', '152738.776000', '152738.779000', '152738.782000', '152738.785000', '152738.788000', '152738.790000', '152738.793000', '152738.796000', '152738.799000', '152738.802000', '152738.805000', '152738.808000', '152738.811000', '152738.814000', '152738.817000', '152738.820000', '152738.823000', '152738.826000', '152738.829000', '152738.832000', '152738.834000', '152738.837000', '152738.840000', '152738.843000', '152738.846000', '152738.849000', '152738.852000', '152738.855000', '152738.858000', '152738.861000', '152738.864000', '152738.867000', '152738.870000', '152738.873000', '152738.876000', '152738.879000', '152738.881000', '152738.884000', '152738.887000', '152758.764000', '152758.767000', '152758.770000', '152758.773000', '152758.776000', '152758.779000', '152758.782000', '152758.785000', '152758.788000', '152758.791000', '152758.794000', '152758.797000', '152758.799000', '152758.803000', '152758.805000', '152758.808000', '152758.811000', '152758.814000', '152758.822000', '152758.826000', '152758.829000', '152758.832000', '152758.835000', '152758.838000', '152758.841000', '152758.844000', '152758.847000', '152758.850000', '152758.853000', '152758.856000', '152758.858000', '152758.862000', '152758.864000', '152758.867000', '152758.870000', '152758.873000', '152758.876000', '152758.879000', '152758.882000', '152758.885000', '152758.888000', '152758.891000', '152758.894000', '152818.762000', '152818.765000', '152818.768000', '152818.771000', '152818.774000', '152818.777000', '152818.780000', '152818.783000', '152818.786000', '152818.789000', '152818.792000', '152818.795000', '152818.797000', '152818.800000', '152818.803000', '152818.806000', '152818.823000', '152818.826000', '152818.829000', '152818.832000', '152818.835000', '152818.838000', '152818.841000', '152818.844000', '152818.847000', '152818.850000', '152818.853000', '152818.856000', '152818.858000', '152818.861000', '152818.864000', '152818.867000', '152818.870000', '152818.873000', '152818.876000', '152818.879000', '152818.882000', '152818.885000', '152818.888000', '152818.891000', '152818.894000', '152818.896000', '152818.900000', '152818.902000', '152838.761000', '152838.764000', '152838.767000', '152838.770000', '152838.773000', '152838.776000', '152838.779000', '152838.782000', '152838.785000', '152838.788000', '152838.790000', '152838.793000', '152838.796000', '152838.799000', '152838.802000', '152838.805000', '152838.808000', '152838.811000', '152838.814000', '152838.817000', '152838.820000', '152838.823000', '152838.826000', '152838.829000', '152838.832000', '152838.835000', '152838.837000', '152838.840000', '152838.843000', '152838.846000', '152838.849000', '152838.852000', '152838.855000', '152838.858000', '152838.862000', '152838.864000', '152838.867000', '152838.870000', '152838.873000', '152838.876000', '152838.879000', '152838.882000', '152838.885000', '152841.660000', '152841.663000', '152841.666000', '152841.670000', '152841.673000', '152841.676000', '152841.679000'], 'InstanceCreationTime': ['152218.798000', '152218.802000', '152218.805000', '152218.808000', '152218.812000', '152218.815000', '152218.818000', '152218.821000', '152218.824000', '152218.827000', '152218.830000', '152218.833000', '152218.836000', '152218.839000', '152218.842000', '152218.845000', '152218.848000', '152218.852000', '152218.855000', '152218.858000', '152218.864000', '152218.867000', '152218.870000', '152218.873000', '152218.876000', '152218.879000', '152218.882000', '152218.885000', '152218.888000', '152218.891000', '152218.894000', '152218.897000', '152218.901000', '152218.904000', '152218.907000', '152218.911000', '152218.914000', '152218.917000', '152218.920000', '152238.761000', '152238.764000', '152238.767000', '152238.770000', '152238.773000', '152238.776000', '152238.779000', '152238.782000', '152238.785000', '152238.787000', '152238.790000', '152238.793000', '152238.796000', '152238.799000', '152238.802000', '152238.805000', '152238.808000', '152238.811000', '152238.814000', '152238.817000', '152238.820000', '152238.823000', '152238.826000', '152238.829000', '152238.832000', '152238.834000', '152238.837000', '152238.840000', '152238.843000', '152238.846000', '152238.849000', '152238.852000', '152238.855000', '152238.858000', '152238.861000', '152238.864000', '152238.867000', '152238.869000', '152238.872000', '152238.875000', '152238.878000', '152238.881000', '152238.884000', '152238.887000', '152258.761000', '152258.764000', '152258.767000', '152258.775000', '152258.778000', '152258.781000', '152258.784000', '152258.787000', '152258.790000', '152258.793000', '152258.795000', '152258.798000', '152258.801000', '152258.804000', '152258.807000', '152258.810000', '152258.813000', '152258.816000', '152258.819000', '152258.822000', '152258.824000', '152258.827000', '152258.830000', '152258.833000', '152258.836000', '152258.839000', '152258.842000', '152258.845000', '152258.849000', '152258.853000', '152258.856000', '152258.858000', '152258.861000', '152258.864000', '152258.867000', '152258.870000', '152258.873000', '152258.876000', '152258.879000', '152258.882000', '152258.885000', '152258.888000', '152258.890000', '152318.762000', '152318.765000', '152318.768000', '152318.771000', '152318.774000', '152318.777000', '152318.780000', '152318.783000', '152318.785000', '152318.788000', '152318.791000', '152318.794000', '152318.797000', '152318.800000', '152318.803000', '152318.806000', '152318.809000', '152318.812000', '152318.815000', '152318.818000', '152318.821000', '152318.824000', '152318.827000', '152318.830000', '152318.832000', '152318.835000', '152318.838000', '152318.841000', '152318.844000', '152318.847000', '152318.850000', '152318.853000', '152318.856000', '152318.859000', '152318.862000', '152318.865000', '152318.868000', '152318.870000', '152318.873000', '152318.876000', '152318.879000', '152318.882000', '152318.885000', '152318.888000', '152338.762000', '152338.765000', '152338.768000', '152338.771000', '152338.774000', '152338.777000', '152338.780000', '152338.783000', '152338.786000', '152338.789000', '152338.792000', '152338.794000', '152338.797000', '152338.800000', '152338.803000', '152338.806000', '152338.809000', '152338.812000', '152338.815000', '152338.818000', '152338.821000', '152338.824000', '152338.827000', '152338.830000', '152338.833000', '152338.836000', '152338.838000', '152338.857000', '152338.860000', '152338.863000', '152338.866000', '152338.869000', '152338.872000', '152338.875000', '152338.878000', '152338.880000', '152338.883000', '152338.886000', '152338.889000', '152338.892000', '152338.895000', '152338.898000', '152338.901000', '152358.761000', '152358.764000', '152358.767000', '152358.770000', '152358.773000', '152358.776000', '152358.779000', '152358.782000', '152358.784000', '152358.787000', '152358.790000', '152358.793000', '152358.796000', '152358.799000', '152358.802000', '152358.805000', '152358.808000', '152358.811000', '152358.814000', '152358.817000', '152358.819000', '152358.822000', '152358.825000', '152358.828000', '152358.831000', '152358.834000', '152358.837000', '152358.840000', '152358.843000', '152358.846000', '152358.849000', '152358.852000', '152358.855000', '152358.858000', '152358.861000', '152358.864000', '152358.867000', '152358.870000', '152358.873000', '152358.876000', '152358.878000', '152358.882000', '152358.884000', '152358.887000', '152418.761000', '152418.764000', '152418.767000', '152418.770000', '152418.773000', '152418.776000', '152418.779000', '152418.782000', '152418.785000', '152418.788000', '152418.791000', '152418.794000', '152418.797000', '152418.799000', '152418.802000', '152418.805000', '152418.808000', '152418.811000', '152418.814000', '152418.817000', '152418.820000', '152418.823000', '152418.826000', '152418.829000', '152418.832000', '152418.835000', '152418.838000', '152418.841000', '152418.844000', '152418.847000', '152418.849000', '152418.852000', '152418.855000', '152418.858000', '152418.861000', '152418.864000', '152418.867000', '152418.870000', '152418.873000', '152418.876000', '152418.879000', '152418.882000', '152418.885000', '152438.761000', '152438.764000', '152438.767000', '152438.770000', '152438.773000', '152438.776000', '152438.778000', '152438.781000', '152438.784000', '152438.787000', '152438.790000', '152438.793000', '152438.796000', '152438.799000', '152438.802000', '152438.805000', '152438.808000', '152438.811000', '152438.814000', '152438.816000', '152438.820000', '152438.822000', '152438.825000', '152438.828000', '152438.831000', '152438.834000', '152438.837000', '152438.840000', '152438.843000', '152438.846000', '152438.849000', '152438.852000', '152438.855000', '152438.858000', '152438.861000', '152438.864000', '152438.867000', '152438.870000', '152438.873000', '152438.876000', '152438.879000', '152438.881000', '152438.884000', '152438.887000', '152458.761000', '152458.764000', '152458.767000', '152458.770000', '152458.773000', '152458.776000', '152458.779000', '152458.782000', '152458.785000', '152458.788000', '152458.791000', '152458.794000', '152458.797000', '152458.799000', '152458.802000', '152458.805000', '152458.808000', '152458.811000', '152458.814000', '152458.817000', '152458.820000', '152458.823000', '152458.826000', '152458.829000', '152458.832000', '152458.835000', '152458.838000', '152458.841000', '152458.844000', '152458.847000', '152458.850000', '152458.852000', '152458.855000', '152458.858000', '152458.861000', '152458.864000', '152458.867000', '152458.870000', '152458.873000', '152458.876000', '152458.879000', '152458.881000', '152458.884000', '152518.761000', '152518.765000', '152518.768000', '152518.771000', '152518.774000', '152518.777000', '152518.780000', '152518.783000', '152518.786000', '152518.789000', '152518.792000', '152518.795000', '152518.798000', '152518.801000', '152518.803000', '152518.806000', '152518.809000', '152518.812000', '152518.815000', '152518.825000', '152518.828000', '152518.831000', '152518.834000', '152518.852000', '152518.855000', '152518.858000', '152518.861000', '152518.871000', '152518.874000', '152518.877000', '152518.879000', '152518.883000', '152518.885000', '152518.888000', '152518.891000', '152518.894000', '152518.897000', '152518.900000', '152518.903000', '152518.906000', '152518.909000', '152518.912000', '152518.915000', '152538.762000', '152538.765000', '152538.768000', '152538.771000', '152538.774000', '152538.777000', '152538.780000', '152538.783000', '152538.786000', '152538.789000', '152538.792000', '152538.795000', '152538.798000', '152538.800000', '152538.803000', '152538.806000', '152538.809000', '152538.812000', '152538.815000', '152538.818000', '152538.821000', '152538.824000', '152538.827000', '152538.830000', '152538.833000', '152538.836000', '152538.839000', '152538.841000', '152538.844000', '152538.847000', '152538.850000', '152538.853000', '152538.856000', '152538.859000', '152538.862000', '152538.865000', '152538.868000', '152538.871000', '152538.874000', '152538.877000', '152538.880000', '152538.882000', '152538.885000', '152538.888000', '152558.762000', '152558.765000', '152558.785000', '152558.788000', '152558.791000', '152558.794000', '152558.797000', '152558.800000', '152558.803000', '152558.806000', '152558.809000', '152558.812000', '152558.815000', '152558.818000', '152558.821000', '152558.823000', '152558.826000', '152558.829000', '152558.832000', '152558.835000', '152558.838000', '152558.841000', '152558.844000', '152558.847000', '152558.850000', '152558.853000', '152558.856000', '152558.859000', '152558.861000', '152558.864000', '152558.867000', '152558.870000', '152558.873000', '152558.876000', '152558.879000', '152558.882000', '152558.885000', '152558.888000', '152558.891000', '152558.894000', '152558.897000', '152558.900000', '152558.903000', '152618.761000', '152618.764000', '152618.767000', '152618.770000', '152618.773000', '152618.776000', '152618.779000', '152618.782000', '152618.785000', '152618.788000', '152618.791000', '152618.794000', '152618.796000', '152618.799000', '152618.802000', '152618.805000', '152618.808000', '152618.811000', '152618.814000', '152618.817000', '152618.820000', '152618.823000', '152618.826000', '152618.829000', '152618.831000', '152618.834000', '152618.837000', '152618.840000', '152618.843000', '152618.846000', '152618.849000', '152618.852000', '152618.855000', '152618.858000', '152618.861000', '152618.864000', '152618.867000', '152618.870000', '152618.873000', '152618.876000', '152618.878000', '152618.881000', '152618.884000', '152618.887000', '152638.761000', '152638.764000', '152638.767000', '152638.770000', '152638.773000', '152638.776000', '152638.779000', '152638.783000', '152638.786000', '152638.789000', '152638.792000', '152638.795000', '152638.797000', '152638.801000', '152638.803000', '152638.806000', '152638.809000', '152638.812000', '152638.815000', '152638.818000', '152638.821000', '152638.824000', '152638.827000', '152638.830000', '152638.833000', '152638.836000', '152638.839000', '152638.842000', '152638.844000', '152638.847000', '152638.850000', '152638.853000', '152638.856000', '152638.859000', '152638.862000', '152638.865000', '152638.868000', '152638.871000', '152638.874000', '152638.877000', '152638.880000', '152638.883000', '152638.886000', '152658.761000', '152658.764000', '152658.767000', '152658.770000', '152658.773000', '152658.776000', '152658.779000', '152658.782000', '152658.785000', '152658.788000', '152658.790000', '152658.793000', '152658.796000', '152658.799000', '152658.802000', '152658.805000', '152658.808000', '152658.811000', '152658.814000', '152658.817000', '152658.820000', '152658.823000', '152658.826000', '152658.829000', '152658.832000', '152658.835000', '152658.838000', '152658.840000', '152658.843000', '152658.846000', '152658.849000', '152658.852000', '152658.855000', '152658.858000', '152658.861000', '152658.864000', '152658.867000', '152658.870000', '152658.873000', '152658.876000', '152658.879000', '152658.882000', '152658.884000', '152658.887000', '152718.761000', '152718.764000', '152718.772000', '152718.775000', '152718.778000', '152718.781000', '152718.784000', '152718.787000', '152718.790000', '152718.793000', '152718.796000', '152718.799000', '152718.802000', '152718.805000', '152718.808000', '152718.811000', '152718.814000', '152718.817000', '152718.820000', '152718.823000', '152718.826000', '152718.829000', '152718.832000', '152718.835000', '152718.838000', '152718.841000', '152718.843000', '152718.846000', '152718.849000', '152718.852000', '152718.855000', '152718.858000', '152718.861000', '152718.864000', '152718.867000', '152718.870000', '152718.873000', '152718.876000', '152718.879000', '152718.882000', '152718.885000', '152718.888000', '152718.891000', '152738.761000', '152738.764000', '152738.767000', '152738.770000', '152738.773000', '152738.776000', '152738.779000', '152738.782000', '152738.785000', '152738.788000', '152738.790000', '152738.793000', '152738.796000', '152738.799000', '152738.802000', '152738.805000', '152738.808000', '152738.811000', '152738.814000', '152738.817000', '152738.820000', '152738.823000', '152738.826000', '152738.829000', '152738.832000', '152738.834000', '152738.837000', '152738.840000', '152738.843000', '152738.846000', '152738.849000', '152738.852000', '152738.855000', '152738.858000', '152738.861000', '152738.864000', '152738.867000', '152738.870000', '152738.873000', '152738.876000', '152738.879000', '152738.881000', '152738.884000', '152738.887000', '152758.764000', '152758.767000', '152758.770000', '152758.773000', '152758.776000', '152758.779000', '152758.782000', '152758.785000', '152758.788000', '152758.791000', '152758.794000', '152758.797000', '152758.799000', '152758.803000', '152758.805000', '152758.808000', '152758.811000', '152758.814000', '152758.822000', '152758.826000', '152758.829000', '152758.832000', '152758.835000', '152758.838000', '152758.841000', '152758.844000', '152758.847000', '152758.850000', '152758.853000', '152758.856000', '152758.858000', '152758.862000', '152758.864000', '152758.867000', '152758.870000', '152758.873000', '152758.876000', '152758.879000', '152758.882000', '152758.885000', '152758.888000', '152758.891000', '152758.894000', '152818.762000', '152818.765000', '152818.768000', '152818.771000', '152818.774000', '152818.777000', '152818.780000', '152818.783000', '152818.786000', '152818.789000', '152818.792000', '152818.795000', '152818.797000', '152818.800000', '152818.803000', '152818.806000', '152818.823000', '152818.826000', '152818.829000', '152818.832000', '152818.835000', '152818.838000', '152818.841000', '152818.844000', '152818.847000', '152818.850000', '152818.853000', '152818.856000', '152818.858000', '152818.861000', '152818.864000', '152818.867000', '152818.870000', '152818.873000', '152818.876000', '152818.879000', '152818.882000', '152818.885000', '152818.888000', '152818.891000', '152818.894000', '152818.896000', '152818.900000', '152818.902000', '152838.761000', '152838.764000', '152838.767000', '152838.770000', '152838.773000', '152838.776000', '152838.779000', '152838.782000', '152838.785000', '152838.788000', '152838.790000', '152838.793000', '152838.796000', '152838.799000', '152838.802000', '152838.805000', '152838.808000', '152838.811000', '152838.814000', '152838.817000', '152838.820000', '152838.823000', '152838.826000', '152838.829000', '152838.832000', '152838.835000', '152838.837000', '152838.840000', '152838.843000', '152838.846000', '152838.849000', '152838.852000', '152838.855000', '152838.858000', '152838.862000', '152838.864000', '152838.867000', '152838.870000', '152838.873000', '152838.876000', '152838.879000', '152838.882000', '152838.885000', '152841.660000', '152841.663000', '152841.666000', '152841.670000', '152841.673000', '152841.676000', '152841.679000'], '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': [16933, 9304, 17912, 9086, 13713, 15674, 10567, 18564, 12813, 11052, 7888, 7864, 7891, 14594, 9634, 12040, 7935, 11634, 7839, 12752, 9524, 10519, 9216, 7786, 12903, 9800, 13817, 10085, 16312, 13176, 8281, 7742, 7837, 10715, 7914, 12932, 8672, 14772, 9914, 11083, 8843, 9057, 11257, 7809, 12231, 10061, 16280, 13228, 18774, 12868, 16101, 11238, 13664, 7853, 9350, 7765, 7691, 7752, 9034, 8033, 8170, 14397, 8923, 13229, 8828, 15976, 9244, 14219, 9276, 12690, 7837, 12439, 9420, 11439, 9189, 7840, 14305, 8996, 13054, 9973, 7817, 13626, 9767, 17727, 11684, 17776, 10457, 16262, 9651, 12375, 7854, 10494, 7859, 11668, 7886, 11156, 7874, 11543, 7957, 14030, 8741, 14167, 7904, 13764, 7883, 14236, 7784, 12740, 7723, 10407, 17089, 8425, 16649, 13295, 13628, 7739, 12311, 7759, 12197, 8599, 12667, 9511, 11636, 7875, 11246, 9008, 10786, 10865, 14064, 16926, 8889, 13757, 7902, 16015, 16311, 12075, 14498, 8064, 13288, 9058, 15913, 9502, 10687, 8557, 8757, 10452, 18344, 15828, 16942, 13634, 15082, 8716, 13006, 7847, 13629, 9184, 12611, 7912, 11992, 7834, 11655, 7792, 11407, 7763, 8296, 7563, 9704, 7724, 11689, 8659, 12855, 8909, 7776, 8439, 7945, 15309, 18136, 14609, 17226, 9756, 12789, 7855, 11189, 7762, 11373, 7711, 11239, 7700, 9382, 7667, 10039, 7627, 7679, 8475, 7778, 9709, 9147, 16701, 13309, 16281, 11547, 14630, 8545, 12511, 12208, 11432, 7772, 9429, 7752, 9442, 8887, 9417, 7756, 9741, 7752, 9764, 12136, 9107, 10756, 9067, 10471, 8246, 18916, 9373, 15563, 9303, 12778, 8084, 12307, 7658, 11598, 7777, 11887, 7687, 11677, 7701, 10621, 11784, 8697, 10771, 8445, 13173, 7910, 14631, 9634, 12841, 7820, 12308, 7705, 11404, 7740, 10677, 7696, 10316, 7703, 10592, 7716, 11231, 8078, 9286, 17117, 12080, 13547, 8971, 13330, 9186, 11771, 9096, 7609, 9519, 7684, 11587, 7742, 10257, 7711, 9800, 7656, 10641, 18229, 12303, 16243, 13364, 14203, 8704, 10495, 7618, 7715, 12113, 8536, 9486, 10297, 8522, 14039, 10804, 7686, 15284, 8814, 18108, 13623, 11200, 10433, 7971, 12529, 10153, 16177, 8032, 13702, 8249, 13805, 9447, 14508, 8749, 11794, 8160, 7868, 10724, 7788, 12387, 8411, 13017, 10535, 7813, 12132, 8606, 17635, 17583, 14175, 17224, 11119, 13451, 8264, 11985, 7778, 11673, 7816, 12922, 8178, 11739, 7917, 11403, 7908, 12485, 7881, 9841, 7806, 9448, 7835, 10709, 7854, 9755, 7841, 8931, 7897, 11906, 8426, 9543, 9519, 7797, 12978, 10109, 17968, 10780, 16864, 7861, 11514, 7827, 12776, 7770, 12491, 7856, 12795, 7821, 12495, 9112, 12044, 8901, 12654, 9391, 9358, 7740, 7868, 10909, 7805, 12503, 9333, 9383, 10717, 7847, 13278, 10711, 17894, 14265, 13430, 9429, 10338, 10779, 8308, 12956, 7854, 13349, 9058, 14806, 9301, 10697, 9986, 7846, 12816, 10001, 14465, 9749, 11452, 8535, 8405, 17263, 10702, 7779, 11666, 7835, 16804, 19223, 16354, 17274, 11678, 9501, 7692, 7709, 9567, 11002, 8716, 14430, 9327, 15234, 9562, 12675, 7804, 10961, 9050, 8428, 8773, 7783, 14885, 9657, 12914, 7873, 12010, 7800, 9529, 7777, 7705, 10765, 7828, 13662, 9134, 12320, 7770, 11877, 7727, 11959, 7740, 10028, 17445, 9070, 15671, 13206, 14228, 8249, 12075, 7625, 8579, 17638, 9333, 15576, 9988, 12669, 7739, 11193, 7675, 7682, 12810, 8155, 12780, 9614, 12199, 7971, 11390, 7776, 10829, 7745, 10887, 7728, 11229, 7727, 9808, 12948, 11131, 9534, 9571, 18302, 9151, 16682, 9741, 15151, 9945, 12365, 7742, 11948, 8312, 12564, 7744, 13514, 7651, 11877, 9842, 7729, 11888, 9081, 16575, 11812, 18813, 14563, 16934, 8595, 11333, 10025, 8176, 15620, 10083, 12338, 7649, 13354, 8574, 12959, 8709, 12035, 7590, 11076, 7579, 10599, 7577, 7617, 12845, 8190, 13285, 9237, 15355, 9105, 15055, 8087, 11205, 7708, 10278, 7678, 11072, 12224, 7863, 17839, 9687, 16514, 9615, 14134, 7599, 12052, 7818, 11819, 7905, 11631, 8387, 12193, 8508, 13770, 8915, 15382, 9380, 14143, 7738, 10895, 7853, 10055, 7702, 10373, 7904, 10378, 9448, 7658, 12862, 10099, 15051, 11494, 10648, 9914, 19132, 10597, 14146, 7647, 8956, 7610, 9530, 7627, 8342, 11723, 8699, 10389, 7909, 15603, 8923, 12641, 7683, 11742, 7635, 11510, 7678, 11624, 7716, 11970, 7716, 11203, 7685, 11749, 7694, 10855, 14172, 11995, 7742, 10843, 12715, 8489, 18198, 12547, 13885, 8174, 16371, 9748, 15783, 10953, 12762, 8896, 12949, 8955, 16545, 9011, 14194, 7973, 10747, 7691, 9083, 7860, 10291, 8950, 7730, 11721, 8935, 16593, 14443, 11798, 17068, 8009, 15569, 9160, 12477, 9365, 13060, 7962, 12668, 8242, 11619, 7840, 11889, 7780, 10945, 7742, 9124, 9094, 7979, 11855, 8227, 7826, 7874, 16379, 9207, 13387, 7895, 12094, 8336, 12860, 8518, 12614, 9056, 12974, 9771, 13608, 9719, 10037, 9242, 9051, 10473, 8317, 13130, 7900, 11603, 7866, 11131, 10519, 9372, 7841, 11054, 7897, 12820, 8812, 14501, 8898, 15801, 8738, 14620, 9403, 15894, 11263, 14870, 8738, 14001, 7989, 12188, 7846, 8816, 7806, 7790, 7691, 7899, 15211, 9193, 12519, 7752, 7767, 8760, 7830, 11159, 7758, 12086, 7769, 11224, 8315, 9637, 7945, 10504, 7700, 11753, 7736, 12253, 8366, 14148, 7730, 12360, 7774, 11989, 18125, 14906, 11046, 8317, 8010, 7816, 9516, 8079, 7656, 8521, 12871, 8070, 16645, 9473, 14234, 8149, 12095, 7953, 8359, 11135, 7585, 7611, 11487, 7929, 11423, 9026, 7616, 13627, 12348, 16240, 8319, 11865, 7704, 12885, 8139, 13898, 9429, 13679, 9324, 14649, 9932, 15604, 9821, 12573, 8318, 15123, 9693, 14502, 9234, 13329, 7661, 11019, 7663, 7594, 7672, 9269, 7640, 10916, 7602, 11217, 16909, 14497, 15087, 10055, 15478, 9525, 14430, 9297, 12972, 8274, 12116, 7636, 12098, 7646, 11623, 7569, 10568, 8199, 7646, 17042, 9252, 13135, 7639, 13211, 8429, 12744, 8684, 12818, 7716, 11665, 10346, 7847, 17556, 9404, 12698, 8606, 7742, 7717, 14003, 8697, 12448, 8759, 11680, 7979, 11316, 7915, 8238, 9964, 7776, 7818, 12335, 9245, 10006, 8273, 7880, 12831, 16707, 13247, 13635], 'WindowCenter': [4698.0, 4597.0, 4651.0, 4566.0, 4604.0, 4599.0, 4558.0, 4607.0, 4565.0, 4555.0, 4512.0, 4512.0, 4513.0, 4585.0, 4546.0, 4564.0, 4516.0, 4553.0, 4516.0, 4575.0, 4550.0, 4556.0, 4547.0, 4530.0, 4586.0, 4559.0, 4587.0, 4559.0, 4622.0, 4590.0, 4529.0, 4515.0, 4517.0, 4557.0, 4529.0, 4573.0, 4528.0, 4584.0, 4559.0, 4569.0, 4550.0, 4551.0, 4568.0, 4516.0, 4577.0, 4558.0, 4608.0, 4577.0, 4608.0, 4565.0, 4595.0, 4555.0, 4575.0, 4514.0, 4533.0, 4501.0, 4503.0, 4502.0, 4535.0, 4515.0, 4526.0, 4588.0, 4537.0, 4589.0, 4538.0, 4597.0, 4537.0, 4585.0, 4549.0, 4574.0, 4517.0, 4565.0, 4537.0, 4565.0, 4547.0, 4528.0, 4601.0, 4551.0, 4589.0, 4560.0, 4531.0, 4588.0, 4562.0, 4621.0, 4579.0, 4610.0, 4557.0, 4598.0, 4537.0, 4565.0, 4505.0, 4543.0, 4515.0, 4553.0, 4517.0, 4555.0, 4515.0, 4566.0, 4529.0, 4598.0, 4539.0, 4587.0, 4516.0, 4576.0, 4513.0, 4585.0, 4516.0, 4565.0, 4501.0, 4546.0, 4594.0, 4513.0, 4594.0, 4572.0, 4572.0, 4502.0, 4563.0, 4506.0, 4563.0, 4539.0, 4577.0, 4548.0, 4567.0, 4526.0, 4565.0, 4537.0, 4569.0, 4584.0, 4613.0, 4621.0, 4548.0, 4586.0, 4517.0, 4597.0, 4597.0, 4564.0, 4575.0, 4515.0, 4575.0, 4524.0, 4581.0, 4531.0, 4543.0, 4522.0, 4522.0, 4542.0, 4591.0, 4583.0, 4582.0, 4561.0, 4569.0, 4510.0, 4559.0, 4498.0, 4560.0, 4518.0, 4551.0, 4503.0, 4551.0, 4501.0, 4538.0, 4489.0, 4540.0, 4503.0, 4492.0, 4485.0, 4519.0, 4512.0, 4565.0, 4537.0, 4577.0, 4536.0, 4529.0, 4540.0, 4527.0, 4596.0, 4608.0, 4628.0, 4652.0, 4562.0, 4565.0, 4501.0, 4540.0, 4490.0, 4539.0, 4499.0, 4542.0, 4503.0, 4534.0, 4504.0, 4543.0, 4514.0, 4515.0, 4527.0, 4519.0, 4549.0, 4551.0, 4609.0, 4588.0, 4598.0, 4566.0, 4587.0, 4526.0, 4566.0, 4565.0, 4555.0, 4504.0, 4524.0, 4504.0, 4533.0, 4524.0, 4534.0, 4501.0, 4534.0, 4505.0, 4544.0, 4564.0, 4523.0, 4554.0, 4522.0, 4543.0, 4515.0, 4605.0, 4532.0, 4585.0, 4533.0, 4562.0, 4514.0, 4564.0, 4516.0, 4554.0, 4514.0, 4566.0, 4516.0, 4567.0, 4514.0, 4555.0, 4566.0, 4527.0, 4555.0, 4513.0, 4576.0, 4514.0, 4584.0, 4534.0, 4564.0, 4514.0, 4566.0, 4517.0, 4563.0, 4514.0, 4553.0, 4516.0, 4554.0, 4513.0, 4557.0, 4516.0, 4565.0, 4516.0, 4536.0, 4606.0, 4565.0, 4576.0, 4524.0, 4574.0, 4535.0, 4563.0, 4525.0, 4516.0, 4545.0, 4516.0, 4565.0, 4517.0, 4557.0, 4517.0, 4557.0, 4518.0, 4566.0, 4618.0, 4575.0, 4595.0, 4587.0, 4586.0, 4537.0, 4557.0, 4518.0, 4515.0, 4575.0, 4539.0, 4548.0, 4568.0, 4538.0, 4597.0, 4540.0, 4515.0, 4594.0, 4534.0, 4606.0, 4586.0, 4568.0, 4555.0, 4526.0, 4577.0, 4557.0, 4606.0, 4543.0, 4628.0, 4574.0, 4629.0, 4574.0, 4599.0, 4523.0, 4564.0, 4512.0, 4513.0, 4565.0, 4518.0, 4576.0, 4539.0, 4588.0, 4570.0, 4515.0, 4564.0, 4536.0, 4608.0, 4619.0, 4587.0, 4595.0, 4554.0, 4563.0, 4511.0, 4551.0, 4502.0, 4564.0, 4515.0, 4573.0, 4525.0, 4566.0, 4527.0, 4555.0, 4517.0, 4577.0, 4516.0, 4548.0, 4506.0, 4533.0, 4506.0, 4544.0, 4513.0, 4535.0, 4515.0, 4522.0, 4518.0, 4570.0, 4527.0, 4547.0, 4545.0, 4516.0, 4587.0, 4558.0, 4622.0, 4560.0, 4597.0, 4514.0, 4564.0, 4515.0, 4564.0, 4518.0, 4566.0, 4516.0, 4575.0, 4514.0, 4565.0, 4535.0, 4564.0, 4535.0, 4577.0, 4536.0, 4547.0, 4517.0, 4530.0, 4570.0, 4531.0, 4589.0, 4561.0, 4551.0, 4559.0, 4529.0, 4590.0, 4575.0, 4622.0, 4599.0, 4589.0, 4538.0, 4558.0, 4569.0, 4529.0, 4575.0, 4528.0, 4588.0, 4549.0, 4601.0, 4548.0, 4557.0, 4557.0, 4529.0, 4575.0, 4544.0, 4585.0, 4548.0, 4569.0, 4539.0, 4539.0, 4609.0, 4558.0, 4516.0, 4566.0, 4517.0, 4599.0, 4608.0, 4586.0, 4586.0, 4555.0, 4532.0, 4502.0, 4505.0, 4535.0, 4557.0, 4527.0, 4586.0, 4535.0, 4586.0, 4536.0, 4565.0, 4507.0, 4546.0, 4524.0, 4514.0, 4526.0, 4507.0, 4585.0, 4533.0, 4565.0, 4514.0, 4564.0, 4505.0, 4534.0, 4504.0, 4506.0, 4555.0, 4518.0, 4575.0, 4535.0, 4577.0, 4518.0, 4567.0, 4519.0, 4567.0, 4518.0, 4549.0, 4607.0, 4538.0, 4596.0, 4577.0, 4588.0, 4516.0, 4565.0, 4503.0, 4525.0, 4595.0, 4536.0, 4584.0, 4544.0, 4564.0, 4506.0, 4554.0, 4502.0, 4503.0, 4575.0, 4517.0, 4574.0, 4548.0, 4567.0, 4518.0, 4565.0, 4519.0, 4557.0, 4516.0, 4558.0, 4517.0, 4568.0, 4517.0, 4561.0, 4579.0, 4569.0, 4546.0, 4547.0, 4618.0, 4537.0, 4606.0, 4546.0, 4587.0, 4547.0, 4563.0, 4516.0, 4564.0, 4528.0, 4577.0, 4518.0, 4575.0, 4518.0, 4577.0, 4546.0, 4518.0, 4566.0, 4548.0, 4609.0, 4577.0, 4620.0, 4588.0, 4596.0, 4512.0, 4540.0, 4530.0, 4512.0, 4581.0, 4529.0, 4562.0, 4502.0, 4573.0, 4512.0, 4561.0, 4523.0, 4563.0, 4505.0, 4553.0, 4503.0, 4545.0, 4503.0, 4505.0, 4574.0, 4523.0, 4574.0, 4534.0, 4596.0, 4524.0, 4585.0, 4515.0, 4553.0, 4505.0, 4543.0, 4503.0, 4556.0, 4565.0, 4513.0, 4595.0, 4534.0, 4591.0, 4534.0, 4572.0, 4503.0, 4564.0, 4514.0, 4565.0, 4518.0, 4564.0, 4528.0, 4579.0, 4540.0, 4589.0, 4540.0, 4599.0, 4549.0, 4588.0, 4518.0, 4554.0, 4516.0, 4548.0, 4518.0, 4558.0, 4530.0, 4561.0, 4548.0, 4529.0, 4589.0, 4562.0, 4598.0, 4581.0, 4558.0, 4547.0, 4620.0, 4546.0, 4574.0, 4502.0, 4522.0, 4504.0, 4532.0, 4502.0, 4514.0, 4564.0, 4525.0, 4543.0, 4515.0, 4595.0, 4523.0, 4565.0, 4516.0, 4565.0, 4517.0, 4565.0, 4518.0, 4565.0, 4519.0, 4576.0, 4518.0, 4567.0, 4529.0, 4578.0, 4517.0, 4567.0, 4587.0, 4567.0, 4518.0, 4559.0, 4576.0, 4527.0, 4606.0, 4565.0, 4575.0, 4525.0, 4596.0, 4548.0, 4597.0, 4556.0, 4576.0, 4535.0, 4578.0, 4538.0, 4596.0, 4552.0, 4586.0, 4517.0, 4553.0, 4516.0, 4535.0, 4528.0, 4556.0, 4536.0, 4516.0, 4574.0, 4537.0, 4610.0, 4587.0, 4565.0, 4595.0, 4514.0, 4583.0, 4521.0, 4562.0, 4534.0, 4562.0, 4514.0, 4565.0, 4526.0, 4554.0, 4515.0, 4564.0, 4503.0, 4554.0, 4515.0, 4533.0, 4537.0, 4526.0, 4566.0, 4524.0, 4504.0, 4515.0, 4596.0, 4538.0, 4575.0, 4518.0, 4564.0, 4528.0, 4577.0, 4539.0, 4576.0, 4537.0, 4576.0, 4548.0, 4585.0, 4546.0, 4546.0, 4537.0, 4535.0, 4555.0, 4526.0, 4576.0, 4528.0, 4567.0, 4515.0, 4557.0, 4558.0, 4537.0, 4516.0, 4565.0, 4528.0, 4575.0, 4538.0, 4587.0, 4536.0, 4595.0, 4526.0, 4584.0, 4539.0, 4595.0, 4555.0, 4587.0, 4525.0, 4587.0, 4514.0, 4563.0, 4512.0, 4522.0, 4504.0, 4504.0, 4516.0, 4529.0, 4596.0, 4546.0, 4578.0, 4516.0, 4515.0, 4539.0, 4520.0, 4569.0, 4521.0, 4579.0, 4518.0, 4567.0, 4529.0, 4548.0, 4516.0, 4557.0, 4517.0, 4566.0, 4517.0, 4568.0, 4524.0, 4586.0, 4515.0, 4564.0, 4506.0, 4567.0, 4608.0, 4584.0, 4554.0, 4513.0, 4501.0, 4504.0, 4535.0, 4515.0, 4512.0, 4525.0, 4575.0, 4515.0, 4595.0, 4537.0, 4584.0, 4516.0, 4565.0, 4513.0, 4512.0, 4567.0, 4517.0, 4517.0, 4564.0, 4517.0, 4565.0, 4538.0, 4530.0, 4588.0, 4567.0, 4598.0, 4514.0, 4553.0, 4506.0, 4564.0, 4516.0, 4574.0, 4535.0, 4574.0, 4533.0, 4583.0, 4545.0, 4584.0, 4535.0, 4565.0, 4515.0, 4582.0, 4536.0, 4575.0, 4525.0, 4562.0, 4505.0, 4541.0, 4505.0, 4516.0, 4513.0, 4535.0, 4530.0, 4568.0, 4518.0, 4571.0, 4607.0, 4590.0, 4600.0, 4547.0, 4586.0, 4538.0, 4586.0, 4534.0, 4575.0, 4525.0, 4566.0, 4516.0, 4566.0, 4506.0, 4554.0, 4505.0, 4543.0, 4514.0, 4506.0, 4594.0, 4536.0, 4574.0, 4504.0, 4575.0, 4525.0, 4565.0, 4526.0, 4565.0, 4505.0, 4554.0, 4563.0, 4516.0, 4594.0, 4522.0, 4564.0, 4523.0, 4514.0, 4517.0, 4585.0, 4526.0, 4577.0, 4527.0, 4565.0, 4528.0, 4582.0, 4528.0, 4526.0, 4545.0, 4518.0, 4530.0, 4578.0, 4550.0, 4549.0, 4539.0, 4532.0, 4589.0, 4609.0, 4579.0, 4585.0], 'WindowWidth': [10278.0, 10112.0, 10176.0, 10042.0, 10086.0, 10074.0, 10013.0, 10083.0, 10015.0, 10000.0, 9942.0, 9939.0, 9945.0, 10046.0, 9994.0, 10013.0, 9951.0, 9996.0, 9952.0, 10033.0, 10002.0, 10008.0, 9996.0, 9976.0, 10049.0, 10014.0, 10054.0, 10018.0, 10110.0, 10057.0, 9974.0, 9952.0, 9955.0, 10011.0, 9977.0, 10026.0, 9970.0, 10044.0, 10013.0, 10027.0, 10005.0, 10007.0, 10027.0, 9954.0, 10037.0, 10012.0, 10080.0, 10035.0, 10086.0, 10015.0, 10058.0, 9999.0, 10028.0, 9945.0, 9969.0, 9924.0, 9930.0, 9930.0, 9975.0, 9950.0, 9966.0, 10053.0, 9981.0, 10056.0, 9985.0, 10063.0, 9982.0, 10048.0, 10003.0, 10032.0, 9957.0, 10015.0, 9979.0, 10017.0, 9995.0, 9974.0, 10078.0, 10007.0, 10055.0, 10015.0, 9980.0, 10055.0, 10020.0, 10105.0, 10041.0, 10092.0, 10007.0, 10068.0, 9977.0, 10012.0, 9931.0, 9979.0, 9947.0, 9996.0, 9951.0, 10002.0, 9948.0, 10020.0, 9978.0, 10069.0, 9987.0, 10050.0, 9953.0, 10033.0, 9946.0, 10044.0, 9950.0, 10015.0, 9926.0, 9987.0, 10056.0, 9944.0, 10057.0, 10022.0, 10022.0, 9928.0, 10010.0, 9935.0, 10011.0, 9985.0, 10036.0, 9997.0, 10022.0, 9967.0, 10017.0, 9983.0, 10030.0, 10061.0, 10097.0, 10108.0, 10000.0, 10049.0, 9954.0, 10067.0, 10064.0, 10013.0, 10028.0, 9946.0, 10029.0, 9960.0, 10033.0, 9965.0, 9983.0, 9953.0, 9952.0, 9981.0, 10054.0, 10037.0, 10039.0, 10004.0, 10013.0, 9932.0, 9995.0, 9915.0, 10000.0, 9943.0, 9990.0, 9929.0, 9991.0, 9924.0, 9970.0, 9906.0, 9973.0, 9925.0, 9898.0, 9890.0, 9946.0, 9943.0, 10019.0, 9986.0, 10037.0, 9981.0, 9979.0, 9995.0, 9973.0, 10067.0, 10086.0, 10131.0, 10172.0, 10025.0, 10015.0, 9923.0, 9970.0, 9905.0, 9969.0, 9919.0, 9979.0, 9928.0, 9971.0, 9928.0, 9984.0, 9947.0, 9950.0, 9966.0, 9960.0, 10000.0, 10005.0, 10086.0, 10053.0, 10069.0, 10019.0, 10050.0, 9962.0, 10017.0, 10015.0, 10000.0, 9931.0, 9955.0, 9932.0, 9970.0, 9958.0, 9971.0, 9926.0, 9972.0, 9934.0, 9985.0, 10015.0, 9958.0, 9998.0, 9955.0, 9984.0, 9948.0, 10075.0, 9967.0, 10044.0, 9969.0, 10008.0, 9947.0, 10011.0, 9951.0, 10000.0, 9949.0, 10021.0, 9953.0, 10020.0, 9947.0, 10003.0, 10020.0, 9965.0, 10001.0, 9945.0, 10029.0, 9946.0, 10043.0, 9973.0, 10015.0, 9948.0, 10019.0, 9954.0, 10013.0, 9950.0, 9999.0, 9952.0, 10003.0, 9947.0, 10009.0, 9953.0, 10018.0, 9953.0, 9980.0, 10076.0, 10016.0, 10032.0, 9959.0, 10026.0, 9975.0, 10010.0, 9962.0, 9951.0, 9990.0, 9955.0, 10018.0, 9956.0, 10010.0, 9956.0, 10010.0, 9959.0, 10022.0, 10099.0, 10032.0, 10061.0, 10050.0, 10048.0, 9983.0, 10009.0, 9957.0, 9950.0, 10033.0, 9988.0, 9998.0, 10029.0, 9990.0, 10066.0, 9974.0, 9951.0, 10058.0, 9973.0, 10077.0, 10049.0, 10024.0, 10005.0, 9967.0, 10040.0, 10011.0, 10075.0, 10005.0, 10131.0, 10064.0, 10134.0, 10049.0, 10073.0, 9962.0, 10012.0, 9943.0, 9945.0, 10019.0, 9958.0, 10038.0, 9988.0, 10055.0, 10036.0, 9953.0, 10017.0, 9980.0, 10086.0, 10104.0, 10052.0, 10060.0, 9999.0, 10008.0, 9936.0, 9991.0, 9928.0, 10014.0, 9949.0, 10026.0, 9962.0, 10021.0, 9969.0, 10003.0, 9954.0, 10036.0, 9953.0, 9996.0, 9939.0, 9973.0, 9937.0, 9983.0, 9942.0, 9975.0, 9949.0, 9956.0, 9958.0, 10027.0, 9970.0, 9996.0, 9991.0, 9953.0, 10050.0, 10014.0, 10112.0, 10018.0, 10065.0, 9946.0, 10013.0, 9951.0, 10013.0, 9957.0, 10016.0, 9952.0, 10030.0, 9947.0, 10017.0, 9977.0, 10015.0, 9977.0, 10035.0, 9979.0, 9994.0, 9956.0, 9977.0, 10030.0, 9983.0, 10057.0, 10024.0, 10008.0, 10016.0, 9975.0, 10059.0, 10044.0, 10112.0, 10071.0, 10057.0, 9983.0, 10010.0, 10029.0, 9976.0, 10033.0, 9970.0, 10053.0, 10004.0, 10077.0, 10002.0, 10010.0, 10010.0, 9973.0, 10028.0, 9986.0, 10045.0, 9995.0, 10023.0, 9985.0, 9989.0, 10085.0, 10010.0, 9952.0, 10018.0, 9952.0, 10071.0, 10083.0, 10044.0, 10046.0, 9996.0, 9965.0, 9924.0, 9930.0, 9972.0, 10004.0, 9965.0, 10045.0, 9972.0, 10044.0, 9973.0, 10015.0, 9937.0, 9988.0, 9956.0, 9945.0, 9962.0, 9938.0, 10043.0, 9969.0, 10015.0, 9943.0, 10011.0, 9932.0, 9971.0, 9933.0, 9936.0, 10000.0, 9953.0, 10029.0, 9977.0, 10034.0, 9956.0, 10021.0, 9959.0, 10021.0, 9955.0, 9998.0, 10078.0, 9982.0, 10060.0, 10033.0, 10049.0, 9951.0, 10017.0, 9929.0, 9960.0, 10058.0, 9976.0, 10041.0, 9986.0, 10012.0, 9937.0, 9996.0, 9928.0, 9931.0, 10028.0, 9953.0, 10030.0, 9997.0, 10022.0, 9957.0, 10019.0, 9960.0, 10006.0, 9950.0, 10008.0, 9957.0, 10025.0, 9956.0, 10017.0, 10042.0, 10028.0, 9993.0, 9995.0, 10097.0, 9980.0, 10077.0, 9993.0, 10050.0, 9994.0, 10013.0, 9952.0, 10014.0, 9971.0, 10037.0, 9959.0, 10031.0, 9960.0, 10037.0, 9993.0, 9957.0, 10022.0, 10001.0, 10086.0, 10040.0, 10108.0, 10054.0, 10066.0, 9940.0, 9975.0, 9961.0, 9938.0, 10033.0, 9959.0, 10005.0, 9927.0, 10023.0, 9941.0, 10006.0, 9957.0, 10011.0, 9934.0, 9997.0, 9930.0, 9988.0, 9930.0, 9934.0, 10027.0, 9959.0, 10028.0, 9975.0, 10062.0, 9962.0, 10047.0, 9948.0, 9997.0, 9935.0, 9985.0, 9931.0, 10005.0, 10015.0, 9943.0, 10058.0, 9972.0, 10049.0, 9971.0, 10023.0, 9931.0, 10015.0, 9948.0, 10015.0, 9957.0, 10016.0, 9972.0, 10039.0, 9990.0, 10056.0, 9990.0, 10069.0, 10001.0, 10055.0, 9957.0, 10003.0, 9954.0, 9997.0, 9957.0, 10010.0, 9976.0, 10019.0, 10000.0, 9975.0, 10056.0, 10022.0, 10070.0, 10047.0, 10013.0, 9996.0, 10106.0, 9991.0, 10028.0, 9927.0, 9951.0, 9930.0, 9966.0, 9928.0, 9946.0, 10014.0, 9961.0, 9983.0, 9950.0, 10057.0, 9957.0, 10016.0, 9953.0, 10015.0, 9955.0, 10015.0, 9958.0, 10017.0, 9963.0, 10034.0, 9957.0, 10022.0, 9975.0, 10041.0, 9958.0, 10025.0, 10050.0, 10023.0, 9956.0, 10011.0, 10032.0, 9968.0, 10079.0, 10017.0, 10030.0, 9962.0, 10061.0, 9998.0, 10063.0, 10007.0, 10032.0, 9978.0, 10039.0, 9985.0, 10064.0, 10012.0, 10051.0, 9954.0, 9997.0, 9954.0, 9981.0, 9971.0, 10008.0, 9982.0, 9956.0, 10031.0, 9984.0, 10090.0, 10052.0, 10018.0, 10060.0, 9945.0, 10038.0, 9950.0, 10009.0, 9973.0, 10009.0, 9946.0, 10016.0, 9963.0, 10001.0, 9949.0, 10012.0, 9933.0, 10000.0, 9947.0, 9970.0, 9981.0, 9969.0, 10018.0, 9962.0, 9935.0, 9952.0, 10062.0, 9983.0, 10033.0, 9958.0, 10015.0, 9971.0, 10036.0, 9986.0, 10036.0, 9982.0, 10034.0, 9998.0, 10047.0, 9993.0, 9994.0, 9982.0, 9978.0, 10006.0, 9966.0, 10034.0, 9972.0, 10021.0, 9950.0, 10007.0, 10009.0, 9982.0, 9951.0, 10017.0, 9970.0, 10032.0, 9986.0, 10051.0, 9982.0, 10061.0, 9965.0, 10044.0, 9986.0, 10060.0, 10003.0, 10048.0, 9963.0, 10048.0, 9947.0, 10013.0, 9943.0, 9955.0, 9932.0, 9934.0, 9952.0, 9974.0, 10064.0, 9993.0, 10036.0, 9952.0, 9950.0, 9986.0, 9964.0, 10029.0, 9965.0, 10042.0, 9958.0, 10023.0, 9974.0, 10000.0, 9952.0, 10008.0, 9956.0, 10020.0, 9955.0, 10027.0, 9962.0, 10047.0, 9951.0, 10014.0, 9938.0, 10021.0, 10082.0, 10039.0, 9997.0, 9942.0, 9925.0, 9931.0, 9974.0, 9948.0, 9943.0, 9964.0, 10032.0, 9951.0, 10061.0, 9980.0, 10042.0, 9951.0, 10018.0, 9944.0, 9943.0, 10022.0, 9954.0, 9953.0, 10014.0, 9954.0, 10018.0, 9986.0, 9977.0, 10057.0, 10021.0, 10069.0, 9945.0, 9994.0, 9936.0, 10011.0, 9949.0, 10025.0, 9973.0, 10025.0, 9970.0, 10038.0, 9989.0, 10042.0, 9974.0, 10015.0, 9946.0, 10036.0, 9977.0, 10029.0, 9959.0, 10008.0, 9932.0, 9977.0, 9936.0, 9950.0, 9945.0, 9976.0, 9976.0, 10024.0, 9959.0, 10032.0, 10083.0, 10055.0, 10070.0, 9993.0, 10046.0, 9980.0, 10045.0, 9974.0, 10030.0, 9963.0, 10017.0, 9951.0, 10021.0, 9937.0, 9998.0, 9934.0, 9983.0, 9944.0, 9936.0, 10058.0, 9975.0, 10026.0, 9934.0, 10030.0, 9963.0, 10017.0, 9964.0, 10016.0, 9936.0, 10002.0, 10026.0, 9955.0, 10056.0, 9952.0, 10009.0, 9955.0, 9946.0, 9955.0, 10046.0, 9965.0, 10036.0, 9970.0, 10017.0, 9977.0, 10055.0, 9972.0, 9967.0, 9992.0, 9958.0, 9977.0, 10038.0, 10002.0, 9999.0, 9987.0, 9983.0, 10060.0, 10085.0, 10039.0, 10044.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.0010100115074798618</td></tr>
<tr><td colspan=3>aqi</td><td>0.01686199815880322</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3315047953917</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2640732793778802</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0101263832373262</td></tr>
<tr><td colspan=3>efc</td><td>0.4938</td></tr>
<tr><td colspan=3>fber</td><td>6173.2729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10065773943304625</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.241657077100115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5004757277099934</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4668469411857856</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5793062112318204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4552740307123746</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100811</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008694241754710674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03512134775519371</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.0834514958156936</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>24.7461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.6892</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294278.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>422.2118</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.3946</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3727.5671</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.4157</td></tr>
<tr><td colspan=3>tsnr</td><td>41.61427826795261</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>