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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0077_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ebe666e1a1a7c9ef65075d0eb5a31489</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>21:40:16.322500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0915305</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f638b4f9-cde6-4615-885d-c7fda79916f5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['214016.322500', '214016.782500', '214017.242500', '214017.702500', '214018.162500', '214018.622500', '214019.082500', '214019.542500', '214020.002500', '214020.462500', '214020.922500', '214021.382500', '214021.842500', '214022.302500', '214022.762500', '214023.222500', '214023.682500', '214024.142500', '214024.602500', '214025.062500', '214025.522500', '214025.982500', '214026.442500', '214026.902500', '214027.362500', '214027.822500', '214028.282500', '214028.742500', '214029.202500', '214029.662500', '214030.122500', '214030.582500', '214031.042500', '214031.502500', '214031.962500', '214032.422500', '214032.882500', '214033.342500', '214033.802500', '214034.262500', '214034.722500', '214035.182500', '214035.642500', '214036.102500', '214036.562500', '214037.022500', '214037.482500', '214037.942500', '214038.402500', '214038.862500', '214039.322500', '214039.782500', '214040.242500', '214040.702500', '214041.162500', '214041.622500', '214042.082500', '214042.542500', '214043.002500', '214043.462500', '214043.922500', '214044.382500', '214044.842500', '214045.302500', '214045.762500', '214046.222500', '214046.682500', '214047.142500', '214047.602500', '214048.062500', '214048.522500', '214048.982500', '214049.442500', '214049.902500', '214050.362500', '214050.822500', '214051.282500', '214051.742500', '214052.202500', '214052.662500', '214053.122500', '214053.582500', '214054.042500', '214054.502500', '214054.962500', '214055.422500', '214055.882500', '214056.342500', '214056.802500', '214057.262500', '214057.722500', '214058.182500', '214058.642500', '214059.102500', '214059.562500', '214100.022500', '214100.482500', '214100.942500', '214101.402500', '214101.862500', '214102.322500', '214102.782500', '214103.242500', '214103.702500', '214104.162500', '214104.622500', '214105.082500', '214105.542500', '214106.002500', '214106.462500', '214106.922500', '214107.382500', '214107.842500', '214108.302500', '214108.762500', '214109.222500', '214109.682500', '214110.142500', '214110.602500', '214111.062500', '214111.522500', '214111.982500', '214112.442500', '214112.902500', '214113.362500', '214113.822500', '214114.282500', '214114.742500', '214115.202500', '214115.662500', '214116.122500', '214116.582500', '214117.042500', '214117.502500', '214117.962500', '214118.422500', '214118.882500', '214119.342500', '214119.802500', '214120.262500', '214120.722500', '214121.182500', '214121.642500', '214122.102500', '214122.562500', '214123.022500', '214123.482500', '214123.942500', '214124.402500', '214124.862500', '214125.322500', '214125.782500', '214126.242500', '214126.702500', '214127.162500', '214127.622500', '214128.082500', '214128.542500', '214129.002500', '214129.462500', '214129.922500', '214130.382500', '214130.842500', '214131.302500', '214131.762500', '214132.222500', '214132.682500', '214133.142500', '214133.602500', '214134.062500', '214134.522500', '214134.982500', '214135.442500', '214135.902500', '214136.362500', '214136.822500', '214137.282500', '214137.742500', '214138.202500', '214138.662500', '214139.122500', '214139.582500', '214140.042500', '214140.502500', '214140.962500', '214141.422500', '214141.882500', '214142.342500', '214142.802500', '214143.262500', '214143.722500', '214144.182500', '214144.642500', '214145.102500', '214145.562500', '214146.022500', '214146.482500', '214146.942500', '214147.402500', '214147.862500', '214148.322500', '214148.782500', '214149.242500', '214149.702500', '214150.162500', '214150.622500', '214151.082500', '214151.542500', '214152.002500', '214152.462500', '214152.922500', '214153.382500', '214153.842500', '214154.302500', '214154.762500', '214155.222500', '214155.682500', '214156.142500', '214156.602500', '214157.062500', '214157.522500', '214157.982500', '214158.442500', '214158.902500', '214159.362500', '214159.822500', '214200.282500', '214200.742500', '214201.202500', '214201.662500', '214202.122500', '214202.582500', '214203.042500', '214203.502500', '214203.962500', '214204.422500', '214204.882500', '214205.342500', '214205.802500', '214206.262500', '214206.722500', '214207.182500', '214207.642500', '214208.102500', '214208.562500', '214209.022500', '214209.482500', '214209.942500', '214210.402500', '214210.862500', '214211.322500', '214211.782500', '214212.242500', '214212.702500', '214213.162500', '214213.622500', '214214.082500', '214214.542500', '214215.002500', '214215.462500', '214215.922500', '214216.382500', '214216.842500', '214217.302500', '214217.762500', '214218.222500', '214218.682500', '214219.142500', '214219.602500', '214220.062500', '214220.522500', '214220.982500', '214221.442500', '214221.902500', '214222.362500', '214222.822500', '214223.282500', '214223.742500', '214224.202500', '214224.662500', '214225.122500', '214225.582500', '214226.042500', '214226.502500', '214226.962500', '214227.422500', '214227.882500', '214228.342500', '214228.802500', '214229.262500', '214229.722500', '214230.182500', '214230.642500', '214231.102500', '214231.562500', '214232.022500', '214232.482500', '214232.942500', '214233.402500', '214233.862500', '214234.322500', '214234.782500', '214235.242500', '214235.702500', '214236.162500', '214236.622500', '214237.082500', '214237.542500', '214238.002500', '214238.462500', '214238.922500', '214239.382500', '214239.842500', '214240.302500', '214240.762500', '214241.222500', '214241.682500', '214242.142500', '214242.602500', '214243.062500', '214243.522500', '214243.982500', '214244.442500', '214244.902500', '214245.362500', '214245.822500', '214246.282500', '214246.742500', '214247.202500', '214247.662500', '214248.122500', '214248.582500', '214249.042500', '214249.502500', '214249.962500', '214250.422500', '214250.882500', '214251.342500', '214251.802500', '214252.262500', '214252.722500', '214253.182500', '214253.642500', '214254.102500', '214254.562500', '214255.022500', '214255.482500', '214255.942500', '214256.402500', '214256.862500', '214257.322500', '214257.782500', '214258.242500', '214258.702500', '214259.162500', '214259.622500', '214300.082500', '214300.542500', '214301.002500', '214301.462500', '214301.922500', '214302.382500', '214302.842500', '214303.302500', '214303.762500', '214304.222500', '214304.682500', '214305.142500', '214305.602500', '214306.062500', '214306.522500', '214306.982500', '214307.442500', '214307.902500', '214308.362500', '214308.822500', '214309.282500', '214309.742500', '214310.202500', '214310.662500', '214311.122500', '214311.582500', '214312.042500', '214312.502500', '214312.962500', '214313.422500', '214313.882500', '214314.342500', '214314.802500', '214315.262500', '214315.722500', '214316.182500', '214316.642500', '214317.102500', '214317.562500', '214318.022500', '214318.482500', '214318.942500', '214319.402500', '214319.862500', '214320.322500', '214320.782500', '214321.242500', '214321.702500', '214322.162500', '214322.622500', '214323.082500', '214323.542500', '214324.002500', '214324.462500', '214324.922500', '214325.382500', '214325.842500', '214326.302500', '214326.762500', '214327.222500', '214327.682500', '214328.142500', '214328.602500', '214329.062500', '214329.522500', '214329.982500', '214330.442500', '214330.902500', '214331.362500', '214331.822500', '214332.282500', '214332.742500', '214333.202500', '214333.662500', '214334.122500', '214334.582500', '214335.042500', '214335.502500', '214335.962500', '214336.422500', '214336.882500', '214337.342500', '214337.802500', '214338.262500', '214338.722500', '214339.182500', '214339.642500', '214340.102500', '214340.562500', '214341.022500', '214341.482500', '214341.942500', '214342.402500', '214342.862500', '214343.322500', '214343.782500', '214344.242500', '214344.702500', '214345.162500', '214345.622500', '214346.082500', '214346.542500', '214347.002500', '214347.462500', '214347.922500', '214348.382500', '214348.842500', '214349.302500', '214349.762500', '214350.222500', '214350.682500', '214351.142500', '214351.602500', '214352.062500', '214352.522500', '214352.982500', '214353.442500', '214353.902500', '214354.362500', '214354.822500', '214355.282500', '214355.742500', '214356.202500', '214356.662500', '214357.122500', '214357.582500', '214358.042500', '214358.502500', '214358.962500', '214359.422500', '214359.882500', '214400.342500', '214400.802500', '214401.262500', '214401.722500', '214402.182500', '214402.642500', '214403.102500', '214403.562500', '214404.022500', '214404.482500', '214404.942500', '214405.402500', '214405.862500', '214406.322500', '214406.782500', '214407.242500', '214407.702500', '214408.162500', '214408.622500', '214409.082500', '214409.542500', '214410.002500', '214410.462500', '214410.922500', '214411.382500', '214411.842500', '214412.302500', '214412.762500', '214413.222500', '214413.682500', '214414.142500', '214414.602500', '214415.062500', '214415.522500', '214415.982500', '214416.442500', '214416.902500', '214417.362500', '214417.822500', '214418.282500', '214418.742500', '214419.202500', '214419.662500', '214420.122500', '214420.582500', '214421.042500', '214421.502500', '214421.962500', '214422.422500', '214422.882500', '214423.342500', '214423.802500', '214424.262500', '214424.722500', '214425.182500', '214425.642500', '214426.102500', '214426.562500', '214427.022500', '214427.482500', '214427.942500', '214428.402500', '214428.862500', '214429.322500', '214429.782500', '214430.242500', '214430.702500', '214431.162500', '214431.622500', '214432.082500', '214432.542500', '214433.002500', '214433.462500', '214433.922500', '214434.382500', '214434.842500', '214435.302500', '214435.762500', '214436.222500', '214436.682500', '214437.142500', '214437.602500', '214438.062500', '214438.522500', '214438.982500', '214439.442500', '214439.902500', '214440.362500', '214440.822500', '214441.282500', '214441.742500', '214442.202500', '214442.662500', '214443.122500', '214443.582500', '214444.042500', '214444.502500', '214444.962500', '214445.422500', '214445.882500', '214446.342500', '214446.802500', '214447.262500', '214447.722500', '214448.182500', '214448.642500', '214449.102500', '214449.562500', '214450.022500', '214450.482500', '214450.942500', '214451.402500', '214451.862500', '214452.322500', '214452.782500', '214453.242500', '214453.702500', '214454.162500', '214454.622500', '214455.082500', '214455.542500', '214456.002500', '214456.462500', '214456.922500', '214457.382500', '214457.842500', '214458.302500', '214458.762500', '214459.222500', '214459.682500', '214500.142500', '214500.602500', '214501.062500', '214501.522500', '214501.982500', '214502.442500', '214502.902500', '214503.362500', '214503.822500', '214504.282500', '214504.742500', '214505.202500', '214505.662500', '214506.122500', '214506.582500', '214507.042500', '214507.502500', '214507.962500', '214508.422500', '214508.882500', '214509.342500', '214509.802500', '214510.262500', '214510.722500', '214511.182500', '214511.642500', '214512.102500', '214512.562500', '214513.022500', '214513.482500', '214513.942500', '214514.402500', '214514.862500', '214515.322500', '214515.782500', '214516.242500', '214516.702500', '214517.162500', '214517.622500', '214518.082500', '214518.542500', '214519.002500', '214519.462500', '214519.922500', '214520.382500', '214520.842500', '214521.302500', '214521.762500', '214522.222500', '214522.682500', '214523.142500', '214523.602500', '214524.062500', '214524.522500', '214524.982500', '214525.442500', '214525.902500', '214526.362500', '214526.822500', '214527.282500', '214527.742500', '214528.202500', '214528.662500', '214529.122500', '214529.582500', '214530.042500', '214530.502500', '214530.962500', '214531.422500', '214531.882500', '214532.342500', '214532.802500', '214533.262500', '214533.722500', '214534.182500', '214534.642500', '214535.102500', '214535.562500', '214536.022500', '214536.482500', '214536.942500', '214537.402500', '214537.862500', '214538.322500', '214538.782500', '214539.242500', '214539.702500', '214540.162500', '214540.622500', '214541.082500', '214541.542500', '214542.002500', '214542.462500', '214542.922500', '214543.382500', '214543.842500', '214544.302500', '214544.762500', '214545.222500', '214545.682500', '214546.142500', '214546.602500', '214547.062500', '214547.522500', '214547.982500', '214548.442500', '214548.902500', '214549.362500', '214549.822500', '214550.282500', '214550.742500', '214551.202500', '214551.662500', '214552.122500', '214552.582500', '214553.042500', '214553.502500', '214553.962500', '214554.422500', '214554.882500', '214555.342500', '214555.802500', '214556.262500', '214556.722500', '214557.182500', '214557.642500', '214558.102500', '214558.562500', '214559.022500', '214559.482500', '214559.942500', '214600.402500', '214600.862500', '214601.322500', '214601.782500', '214602.242500', '214602.702500', '214603.162500', '214603.622500', '214604.082500', '214604.542500', '214605.002500', '214605.462500', '214605.922500', '214606.382500', '214606.842500', '214607.302500', '214607.762500', '214608.222500', '214608.682500', '214609.142500', '214609.602500', '214610.062500', '214610.522500', '214610.982500', '214611.442500', '214611.902500', '214612.362500', '214612.822500', '214613.282500', '214613.742500', '214614.202500', '214614.662500', '214615.122500', '214615.582500', '214616.042500', '214616.502500', '214616.962500', '214617.422500', '214617.882500', '214618.342500', '214618.802500', '214619.262500', '214619.722500', '214620.182500', '214620.642500', '214621.102500', '214621.562500', '214622.022500', '214622.482500', '214622.942500', '214623.402500', '214623.862500', '214624.322500', '214624.782500', '214625.242500', '214625.702500', '214626.162500', '214626.622500', '214627.082500', '214627.542500', '214628.002500', '214628.462500', '214628.922500', '214629.382500', '214629.842500', '214630.302500', '214630.762500', '214631.222500', '214631.682500', '214632.142500', '214632.602500', '214633.062500', '214633.522500', '214633.982500', '214634.442500', '214634.902500', '214635.362500', '214635.822500', '214636.282500', '214636.742500', '214637.202500', '214637.662500', '214638.122500', '214638.582500', '214639.042500', '214639.502500', '214639.962500', '214640.422500', '214640.882500', '214641.342500', '214641.802500', '214642.262500', '214642.722500', '214643.182500', '214643.642500', '214644.102500', '214644.562500', '214645.022500', '214645.482500', '214645.942500', '214646.402500', '214646.862500', '214647.322500', '214647.782500', '214648.242500', '214648.702500', '214649.162500', '214649.622500', '214650.082500', '214650.542500', '214651.002500', '214651.462500', '214651.922500', '214652.382500', '214652.842500', '214653.302500', '214653.762500', '214654.222500', '214654.682500', '214655.142500', '214655.602500', '214656.062500', '214656.522500', '214656.982500'], 'ContentTime': ['214024.687000', '214024.690000', '214024.692000', '214024.695000', '214024.698000', '214024.700000', '214024.703000', '214024.706000', '214024.708000', '214024.711000', '214024.713000', '214024.716000', '214024.730000', '214024.736000', '214024.739000', '214024.741000', '214044.657000', '214044.660000', '214044.663000', '214044.665000', '214044.668000', '214044.670000', '214044.673000', '214044.675000', '214044.678000', '214044.681000', '214044.683000', '214044.686000', '214044.688000', '214044.691000', '214044.694000', '214044.696000', '214044.699000', '214044.701000', '214044.704000', '214044.706000', '214044.709000', '214044.716000', '214044.719000', '214044.721000', '214044.724000', '214044.726000', '214044.729000', '214044.731000', '214044.734000', '214044.736000', '214044.739000', '214044.742000', '214044.744000', '214044.747000', '214044.749000', '214044.752000', '214044.754000', '214044.757000', '214044.759000', '214044.762000', '214044.765000', '214044.767000', '214044.770000', '214104.658000', '214104.660000', '214104.666000', '214104.669000', '214104.671000', '214104.674000', '214104.677000', '214104.679000', '214104.682000', '214104.684000', '214104.705000', '214104.707000', '214104.710000', '214104.712000', '214104.715000', '214104.718000', '214104.720000', '214104.723000', '214104.726000', '214104.728000', '214104.731000', '214104.733000', '214104.736000', '214104.739000', '214104.741000', '214104.744000', '214104.746000', '214104.749000', '214104.751000', '214104.754000', '214104.757000', '214104.759000', '214104.762000', '214104.764000', '214104.767000', '214104.769000', '214104.772000', '214104.774000', '214104.777000', '214104.780000', '214104.782000', '214104.785000', '214104.787000', '214104.790000', '214124.658000', '214124.660000', '214124.663000', '214124.666000', '214124.668000', '214124.673000', '214124.675000', '214124.678000', '214124.680000', '214124.683000', '214124.686000', '214124.688000', '214124.691000', '214124.693000', '214124.696000', '214124.699000', '214124.701000', '214124.704000', '214124.706000', '214124.709000', '214124.712000', '214124.714000', '214124.717000', '214124.719000', '214124.722000', '214124.724000', '214124.727000', '214124.729000', '214124.732000', '214124.735000', '214124.737000', '214124.740000', '214124.743000', '214124.745000', '214124.749000', '214124.751000', '214124.754000', '214124.757000', '214124.759000', '214124.762000', '214124.764000', '214124.767000', '214124.770000', '214144.659000', '214144.661000', '214144.664000', '214144.666000', '214144.669000', '214144.672000', '214144.674000', '214144.677000', '214144.679000', '214144.682000', '214144.685000', '214144.687000', '214144.690000', '214144.693000', '214144.696000', '214144.698000', '214144.701000', '214144.703000', '214144.706000', '214144.709000', '214144.711000', '214144.714000', '214144.717000', '214144.719000', '214144.722000', '214144.724000', '214144.727000', '214144.729000', '214144.732000', '214144.735000', '214144.737000', '214144.740000', '214144.743000', '214144.745000', '214144.748000', '214144.750000', '214144.753000', '214144.756000', '214144.758000', '214144.761000', '214144.764000', '214144.766000', '214144.769000', '214144.771000', '214204.658000', '214204.660000', '214204.663000', '214204.666000', '214204.668000', '214204.671000', '214204.673000', '214204.676000', '214204.679000', '214204.685000', '214204.688000', '214204.690000', '214204.693000', '214204.696000', '214204.698000', '214204.701000', '214204.703000', '214204.706000', '214204.709000', '214204.711000', '214204.714000', '214204.716000', '214204.719000', '214204.722000', '214204.724000', '214204.727000', '214204.729000', '214204.732000', '214204.734000', '214204.737000', '214204.740000', '214204.742000', '214204.745000', '214204.747000', '214204.750000', '214204.752000', '214204.755000', '214204.758000', '214204.760000', '214204.763000', '214204.765000', '214204.768000', '214204.770000', '214224.658000', '214224.660000', '214224.663000', '214224.666000', '214224.668000', '214224.671000', '214224.674000', '214224.677000', '214224.679000', '214224.682000', '214224.685000', '214224.688000', '214224.690000', '214224.693000', '214224.695000', '214224.698000', '214224.701000', '214224.703000', '214224.706000', '214224.709000', '214224.711000', '214224.714000', '214224.716000', '214224.719000', '214224.722000', '214224.724000', '214224.727000', '214224.729000', '214224.732000', '214224.735000', '214224.737000', '214224.740000', '214224.743000', '214224.745000', '214224.748000', '214224.750000', '214224.753000', '214224.756000', '214224.758000', '214224.761000', '214224.763000', '214224.766000', '214224.768000', '214244.657000', '214244.660000', '214244.663000', '214244.665000', '214244.668000', '214244.671000', '214244.684000', '214244.687000', '214244.689000', '214244.692000', '214244.694000', '214244.697000', '214244.699000', '214244.702000', '214244.705000', '214244.707000', '214244.710000', '214244.712000', '214244.715000', '214244.718000', '214244.720000', '214244.723000', '214244.725000', '214244.728000', '214244.730000', '214244.733000', '214244.736000', '214244.738000', '214244.741000', '214244.743000', '214244.746000', '214244.749000', '214244.751000', '214244.754000', '214244.756000', '214244.759000', '214244.762000', '214244.764000', '214244.767000', '214244.769000', '214244.772000', '214244.774000', '214244.777000', '214244.780000', '214304.657000', '214304.660000', '214304.663000', '214304.666000', '214304.668000', '214304.671000', '214304.673000', '214304.676000', '214304.679000', '214304.681000', '214304.684000', '214304.687000', '214304.689000', '214304.692000', '214304.695000', '214304.697000', '214304.700000', '214304.702000', '214304.705000', '214304.708000', '214304.710000', '214304.713000', '214304.715000', '214304.718000', '214304.720000', '214304.723000', '214304.726000', '214304.729000', '214304.732000', '214304.734000', '214304.737000', '214304.740000', '214304.742000', '214304.745000', '214304.748000', '214304.750000', '214304.753000', '214304.755000', '214304.758000', '214304.760000', '214304.763000', '214304.766000', '214304.768000', '214324.658000', '214324.660000', '214324.663000', '214324.666000', '214324.668000', '214324.671000', '214324.673000', '214324.676000', '214324.679000', '214324.681000', '214324.684000', '214324.687000', '214324.689000', '214324.692000', '214324.694000', '214324.697000', '214324.700000', '214324.702000', '214324.705000', '214324.707000', '214324.710000', '214324.713000', '214324.715000', '214324.718000', '214324.720000', '214324.723000', '214324.726000', '214324.728000', '214324.731000', '214324.733000', '214324.736000', '214324.738000', '214324.741000', '214324.744000', '214324.746000', '214324.749000', '214324.751000', '214324.754000', '214324.757000', '214324.759000', '214324.762000', '214324.764000', '214324.767000', '214324.769000', '214344.658000', '214344.661000', '214344.664000', '214344.666000', '214344.669000', '214344.672000', '214344.674000', '214344.677000', '214344.679000', '214344.682000', '214344.684000', '214344.687000', '214344.690000', '214344.692000', '214344.695000', '214344.698000', '214344.700000', '214344.703000', '214344.706000', '214344.708000', '214344.711000', '214344.713000', '214344.716000', '214344.719000', '214344.721000', '214344.724000', '214344.726000', '214344.729000', '214344.731000', '214344.734000', '214344.737000', '214344.739000', '214344.742000', '214344.745000', '214344.747000', '214344.750000', '214344.752000', '214344.755000', '214344.757000', '214344.760000', '214344.763000', '214344.765000', '214344.768000', '214404.659000', '214404.661000', '214404.664000', '214404.667000', '214404.669000', '214404.672000', '214404.674000', '214404.677000', '214404.679000', '214404.682000', '214404.685000', '214404.687000', '214404.690000', '214404.692000', '214404.695000', '214404.697000', '214404.700000', '214404.703000', '214404.705000', '214404.708000', '214404.710000', '214404.713000', '214404.716000', '214404.718000', '214404.721000', '214404.723000', '214404.726000', '214404.728000', '214404.731000', '214404.734000', '214404.736000', '214404.739000', '214404.742000', '214404.744000', '214404.747000', '214404.749000', '214404.752000', '214404.755000', '214404.757000', '214404.760000', '214404.762000', '214404.765000', '214404.768000', '214404.770000', '214424.657000', '214424.660000', '214424.663000', '214424.665000', '214424.668000', '214424.671000', '214424.673000', '214424.676000', '214424.678000', '214424.681000', '214424.684000', '214424.686000', '214424.689000', '214424.691000', '214424.694000', '214424.697000', '214424.700000', '214424.702000', '214424.705000', '214424.708000', '214424.710000', '214424.713000', '214424.715000', '214424.718000', '214424.720000', '214424.723000', '214424.726000', '214424.728000', '214424.731000', '214424.733000', '214424.736000', '214424.739000', '214424.741000', '214424.744000', '214424.746000', '214424.749000', '214424.752000', '214424.754000', '214424.757000', '214424.759000', '214424.762000', '214424.765000', '214424.768000', '214444.657000', '214444.660000', '214444.663000', '214444.665000', '214444.668000', '214444.670000', '214444.673000', '214444.676000', '214444.678000', '214444.681000', '214444.684000', '214444.686000', '214444.689000', '214444.691000', '214444.694000', '214444.697000', '214444.699000', '214444.702000', '214444.705000', '214444.707000', '214444.710000', '214444.712000', '214444.715000', '214444.717000', '214444.720000', '214444.723000', '214444.725000', '214444.728000', '214444.730000', '214444.733000', '214444.736000', '214444.739000', '214444.742000', '214444.744000', '214444.747000', '214444.749000', '214444.752000', '214444.755000', '214444.757000', '214444.760000', '214444.762000', '214444.765000', '214444.767000', '214504.657000', '214504.660000', '214504.663000', '214504.666000', '214504.668000', '214504.671000', '214504.673000', '214504.676000', '214504.679000', '214504.681000', '214504.684000', '214504.686000', '214504.689000', '214504.692000', '214504.694000', '214504.697000', '214504.699000', '214504.702000', '214504.705000', '214504.707000', '214504.710000', '214504.712000', '214504.715000', '214504.717000', '214504.720000', '214504.723000', '214504.725000', '214504.728000', '214504.731000', '214504.733000', '214504.736000', '214504.739000', '214504.741000', '214504.744000', '214504.746000', '214504.749000', '214504.752000', '214504.754000', '214504.757000', '214504.760000', '214504.762000', '214504.765000', '214504.768000', '214504.770000', '214524.657000', '214524.660000', '214524.663000', '214524.665000', '214524.668000', '214524.671000', '214524.673000', '214524.676000', '214524.678000', '214524.681000', '214524.684000', '214524.686000', '214524.689000', '214524.691000', '214524.694000', '214524.697000', '214524.699000', '214524.702000', '214524.705000', '214524.707000', '214524.710000', '214524.712000', '214524.715000', '214524.717000', '214524.720000', '214524.723000', '214524.725000', '214524.728000', '214524.731000', '214524.733000', '214524.736000', '214524.738000', '214524.741000', '214524.744000', '214524.746000', '214524.749000', '214524.751000', '214524.754000', '214524.757000', '214524.759000', '214524.762000', '214524.764000', '214524.767000', '214524.770000', '214544.658000', '214544.660000', '214544.663000', '214544.669000', '214544.671000', '214544.674000', '214544.676000', '214544.679000', '214544.682000', '214544.684000', '214544.687000', '214544.689000', '214544.702000', '214544.704000', '214544.707000', '214544.710000', '214544.712000', '214544.715000', '214544.718000', '214544.720000', '214544.723000', '214544.725000', '214544.728000', '214544.730000', '214544.733000', '214544.736000', '214544.738000', '214544.741000', '214544.744000', '214544.746000', '214544.749000', '214544.752000', '214544.754000', '214544.757000', '214544.760000', '214544.762000', '214544.765000', '214544.768000', '214544.770000', '214544.773000', '214544.775000', '214544.778000', '214544.781000', '214604.659000', '214604.661000', '214604.664000', '214604.667000', '214604.669000', '214604.672000', '214604.674000', '214604.677000', '214604.679000', '214604.682000', '214604.685000', '214604.687000', '214604.690000', '214604.692000', '214604.695000', '214604.698000', '214604.700000', '214604.703000', '214604.705000', '214604.708000', '214604.710000', '214604.713000', '214604.715000', '214604.718000', '214604.721000', '214604.723000', '214604.726000', '214604.728000', '214604.731000', '214604.733000', '214604.736000', '214604.739000', '214604.741000', '214604.744000', '214604.746000', '214604.749000', '214604.752000', '214604.754000', '214604.757000', '214604.759000', '214604.762000', '214604.765000', '214604.767000', '214604.770000', '214624.658000', '214624.661000', '214624.664000', '214624.666000', '214624.669000', '214624.672000', '214624.674000', '214624.677000', '214624.679000', '214624.682000', '214624.684000', '214624.687000', '214624.690000', '214624.692000', '214624.695000', '214624.698000', '214624.700000', '214624.703000', '214624.706000', '214624.708000', '214624.711000', '214624.713000', '214624.716000', '214624.719000', '214624.721000', '214624.724000', '214624.726000', '214624.729000', '214624.732000', '214624.734000', '214624.737000', '214624.739000', '214624.742000', '214624.744000', '214624.747000', '214624.750000', '214624.752000', '214624.755000', '214624.757000', '214624.760000', '214624.762000', '214624.765000', '214624.768000', '214644.658000', '214644.660000', '214644.663000', '214644.666000', '214644.669000', '214644.671000', '214644.674000', '214644.676000', '214644.679000', '214644.682000', '214644.684000', '214644.687000', '214644.689000', '214644.692000', '214644.695000', '214644.697000', '214644.700000', '214644.703000', '214644.705000', '214644.708000', '214644.711000', '214644.713000', '214644.716000', '214644.719000', '214644.721000', '214644.724000', '214644.726000', '214644.729000', '214644.731000', '214644.734000', '214644.737000', '214644.739000', '214644.742000', '214644.745000', '214644.747000', '214644.750000', '214644.752000', '214644.755000', '214644.758000', '214644.760000', '214644.763000', '214644.765000', '214644.768000', '214644.771000', '214658.359000', '214658.361000', '214658.364000', '214658.367000', '214658.370000', '214658.372000', '214658.375000', '214658.377000', '214658.380000', '214658.398000', '214658.401000', '214658.403000', '214658.406000', '214658.408000', '214658.411000', '214658.414000', '214658.416000', '214658.419000', '214658.422000', '214658.424000', '214658.427000', '214658.429000', '214658.432000', '214658.435000', '214658.437000', '214658.440000', '214658.442000', '214658.445000', '214658.448000', '214658.450000'], 'InstanceCreationTime': ['214024.687000', '214024.690000', '214024.692000', '214024.695000', '214024.698000', '214024.700000', '214024.703000', '214024.706000', '214024.708000', '214024.711000', '214024.713000', '214024.716000', '214024.730000', '214024.736000', '214024.739000', '214024.741000', '214044.657000', '214044.660000', '214044.663000', '214044.665000', '214044.668000', '214044.670000', '214044.673000', '214044.675000', '214044.678000', '214044.681000', '214044.683000', '214044.686000', '214044.688000', '214044.691000', '214044.694000', '214044.696000', '214044.699000', '214044.701000', '214044.704000', '214044.706000', '214044.709000', '214044.716000', '214044.719000', '214044.721000', '214044.724000', '214044.726000', '214044.729000', '214044.731000', '214044.734000', '214044.736000', '214044.739000', '214044.742000', '214044.744000', '214044.747000', '214044.749000', '214044.752000', '214044.754000', '214044.757000', '214044.759000', '214044.762000', '214044.765000', '214044.767000', '214044.770000', '214104.658000', '214104.660000', '214104.666000', '214104.669000', '214104.671000', '214104.674000', '214104.677000', '214104.679000', '214104.682000', '214104.684000', '214104.705000', '214104.707000', '214104.710000', '214104.712000', '214104.715000', '214104.718000', '214104.720000', '214104.723000', '214104.726000', '214104.728000', '214104.731000', '214104.733000', '214104.736000', '214104.739000', '214104.741000', '214104.744000', '214104.746000', '214104.749000', '214104.751000', '214104.754000', '214104.757000', '214104.759000', '214104.762000', '214104.764000', '214104.767000', '214104.769000', '214104.772000', '214104.774000', '214104.777000', '214104.780000', '214104.782000', '214104.785000', '214104.787000', '214104.790000', '214124.658000', '214124.660000', '214124.663000', '214124.666000', '214124.668000', '214124.673000', '214124.675000', '214124.678000', '214124.680000', '214124.683000', '214124.686000', '214124.688000', '214124.691000', '214124.693000', '214124.696000', '214124.699000', '214124.701000', '214124.704000', '214124.706000', '214124.709000', '214124.712000', '214124.714000', '214124.717000', '214124.719000', '214124.722000', '214124.724000', '214124.727000', '214124.729000', '214124.732000', '214124.735000', '214124.737000', '214124.740000', '214124.743000', '214124.745000', '214124.749000', '214124.751000', '214124.754000', '214124.757000', '214124.759000', '214124.762000', '214124.764000', '214124.767000', '214124.770000', '214144.659000', '214144.661000', '214144.664000', '214144.666000', '214144.669000', '214144.672000', '214144.674000', '214144.677000', '214144.679000', '214144.682000', '214144.685000', '214144.687000', '214144.690000', '214144.693000', '214144.696000', '214144.698000', '214144.701000', '214144.703000', '214144.706000', '214144.709000', '214144.711000', '214144.714000', '214144.717000', '214144.719000', '214144.722000', '214144.724000', '214144.727000', '214144.729000', '214144.732000', '214144.735000', '214144.737000', '214144.740000', '214144.743000', '214144.745000', '214144.748000', '214144.750000', '214144.753000', '214144.756000', '214144.758000', '214144.761000', '214144.764000', '214144.766000', '214144.769000', '214144.771000', '214204.658000', '214204.660000', '214204.663000', '214204.666000', '214204.668000', '214204.671000', '214204.673000', '214204.676000', '214204.679000', '214204.685000', '214204.688000', '214204.690000', '214204.693000', '214204.696000', '214204.698000', '214204.701000', '214204.703000', '214204.706000', '214204.709000', '214204.711000', '214204.714000', '214204.716000', '214204.719000', '214204.722000', '214204.724000', '214204.727000', '214204.729000', '214204.732000', '214204.734000', '214204.737000', '214204.740000', '214204.742000', '214204.745000', '214204.747000', '214204.750000', '214204.752000', '214204.755000', '214204.758000', '214204.760000', '214204.763000', '214204.765000', '214204.768000', '214204.770000', '214224.658000', '214224.660000', '214224.663000', '214224.666000', '214224.668000', '214224.671000', '214224.674000', '214224.677000', '214224.679000', '214224.682000', '214224.685000', '214224.688000', '214224.690000', '214224.693000', '214224.695000', '214224.698000', '214224.701000', '214224.703000', '214224.706000', '214224.709000', '214224.711000', '214224.714000', '214224.716000', '214224.719000', '214224.722000', '214224.724000', '214224.727000', '214224.729000', '214224.732000', '214224.735000', '214224.737000', '214224.740000', '214224.743000', '214224.745000', '214224.748000', '214224.750000', '214224.753000', '214224.756000', '214224.758000', '214224.761000', '214224.763000', '214224.766000', '214224.768000', '214244.657000', '214244.660000', '214244.663000', '214244.665000', '214244.668000', '214244.671000', '214244.684000', '214244.687000', '214244.689000', '214244.692000', '214244.694000', '214244.697000', '214244.699000', '214244.702000', '214244.705000', '214244.707000', '214244.710000', '214244.712000', '214244.715000', '214244.718000', '214244.720000', '214244.723000', '214244.725000', '214244.728000', '214244.730000', '214244.733000', '214244.736000', '214244.738000', '214244.741000', '214244.743000', '214244.746000', '214244.749000', '214244.751000', '214244.754000', '214244.756000', '214244.759000', '214244.762000', '214244.764000', '214244.767000', '214244.769000', '214244.772000', '214244.774000', '214244.777000', '214244.780000', '214304.657000', '214304.660000', '214304.663000', '214304.666000', '214304.668000', '214304.671000', '214304.673000', '214304.676000', '214304.679000', '214304.681000', '214304.684000', '214304.687000', '214304.689000', '214304.692000', '214304.695000', '214304.697000', '214304.700000', '214304.702000', '214304.705000', '214304.708000', '214304.710000', '214304.713000', '214304.715000', '214304.718000', '214304.720000', '214304.723000', '214304.726000', '214304.729000', '214304.732000', '214304.734000', '214304.737000', '214304.740000', '214304.742000', '214304.745000', '214304.748000', '214304.750000', '214304.753000', '214304.755000', '214304.758000', '214304.760000', '214304.763000', '214304.766000', '214304.768000', '214324.658000', '214324.660000', '214324.663000', '214324.666000', '214324.668000', '214324.671000', '214324.673000', '214324.676000', '214324.679000', '214324.681000', '214324.684000', '214324.687000', '214324.689000', '214324.692000', '214324.694000', '214324.697000', '214324.700000', '214324.702000', '214324.705000', '214324.707000', '214324.710000', '214324.713000', '214324.715000', '214324.718000', '214324.720000', '214324.723000', '214324.726000', '214324.728000', '214324.731000', '214324.733000', '214324.736000', '214324.738000', '214324.741000', '214324.744000', '214324.746000', '214324.749000', '214324.751000', '214324.754000', '214324.757000', '214324.759000', '214324.762000', '214324.764000', '214324.767000', '214324.769000', '214344.658000', '214344.661000', '214344.664000', '214344.666000', '214344.669000', '214344.672000', '214344.674000', '214344.677000', '214344.679000', '214344.682000', '214344.684000', '214344.687000', '214344.690000', '214344.692000', '214344.695000', '214344.698000', '214344.700000', '214344.703000', '214344.706000', '214344.708000', '214344.711000', '214344.713000', '214344.716000', '214344.719000', '214344.721000', '214344.724000', '214344.726000', '214344.729000', '214344.731000', '214344.734000', '214344.737000', '214344.739000', '214344.742000', '214344.745000', '214344.747000', '214344.750000', '214344.752000', '214344.755000', '214344.757000', '214344.760000', '214344.763000', '214344.765000', '214344.768000', '214404.659000', '214404.661000', '214404.664000', '214404.667000', '214404.669000', '214404.672000', '214404.674000', '214404.677000', '214404.679000', '214404.682000', '214404.685000', '214404.687000', '214404.690000', '214404.692000', '214404.695000', '214404.697000', '214404.700000', '214404.703000', '214404.705000', '214404.708000', '214404.710000', '214404.713000', '214404.716000', '214404.718000', '214404.721000', '214404.723000', '214404.726000', '214404.728000', '214404.731000', '214404.734000', '214404.736000', '214404.739000', '214404.742000', '214404.744000', '214404.747000', '214404.749000', '214404.752000', '214404.755000', '214404.757000', '214404.760000', '214404.762000', '214404.765000', '214404.768000', '214404.770000', '214424.657000', '214424.660000', '214424.663000', '214424.665000', '214424.668000', '214424.671000', '214424.673000', '214424.676000', '214424.678000', '214424.681000', '214424.684000', '214424.686000', '214424.689000', '214424.691000', '214424.694000', '214424.697000', '214424.700000', '214424.702000', '214424.705000', '214424.708000', '214424.710000', '214424.713000', '214424.715000', '214424.718000', '214424.720000', '214424.723000', '214424.726000', '214424.728000', '214424.731000', '214424.733000', '214424.736000', '214424.739000', '214424.741000', '214424.744000', '214424.746000', '214424.749000', '214424.752000', '214424.754000', '214424.757000', '214424.759000', '214424.762000', '214424.765000', '214424.768000', '214444.657000', '214444.660000', '214444.663000', '214444.665000', '214444.668000', '214444.670000', '214444.673000', '214444.676000', '214444.678000', '214444.681000', '214444.684000', '214444.686000', '214444.689000', '214444.691000', '214444.694000', '214444.697000', '214444.699000', '214444.702000', '214444.705000', '214444.707000', '214444.710000', '214444.712000', '214444.715000', '214444.717000', '214444.720000', '214444.723000', '214444.725000', '214444.728000', '214444.730000', '214444.733000', '214444.736000', '214444.739000', '214444.742000', '214444.744000', '214444.747000', '214444.749000', '214444.752000', '214444.755000', '214444.757000', '214444.760000', '214444.762000', '214444.765000', '214444.767000', '214504.657000', '214504.660000', '214504.663000', '214504.666000', '214504.668000', '214504.671000', '214504.673000', '214504.676000', '214504.679000', '214504.681000', '214504.684000', '214504.686000', '214504.689000', '214504.692000', '214504.694000', '214504.697000', '214504.699000', '214504.702000', '214504.705000', '214504.707000', '214504.710000', '214504.712000', '214504.715000', '214504.717000', '214504.720000', '214504.723000', '214504.725000', '214504.728000', '214504.731000', '214504.733000', '214504.736000', '214504.739000', '214504.741000', '214504.744000', '214504.746000', '214504.749000', '214504.752000', '214504.754000', '214504.757000', '214504.760000', '214504.762000', '214504.765000', '214504.768000', '214504.770000', '214524.657000', '214524.660000', '214524.663000', '214524.665000', '214524.668000', '214524.671000', '214524.673000', '214524.676000', '214524.678000', '214524.681000', '214524.684000', '214524.686000', '214524.689000', '214524.691000', '214524.694000', '214524.697000', '214524.699000', '214524.702000', '214524.705000', '214524.707000', '214524.710000', '214524.712000', '214524.715000', '214524.717000', '214524.720000', '214524.723000', '214524.725000', '214524.728000', '214524.731000', '214524.733000', '214524.736000', '214524.738000', '214524.741000', '214524.744000', '214524.746000', '214524.749000', '214524.751000', '214524.754000', '214524.757000', '214524.759000', '214524.762000', '214524.764000', '214524.767000', '214524.770000', '214544.658000', '214544.660000', '214544.663000', '214544.669000', '214544.671000', '214544.674000', '214544.676000', '214544.679000', '214544.682000', '214544.684000', '214544.687000', '214544.689000', '214544.702000', '214544.704000', '214544.707000', '214544.710000', '214544.712000', '214544.715000', '214544.718000', '214544.720000', '214544.723000', '214544.725000', '214544.728000', '214544.730000', '214544.733000', '214544.736000', '214544.738000', '214544.741000', '214544.744000', '214544.746000', '214544.749000', '214544.752000', '214544.754000', '214544.757000', '214544.760000', '214544.762000', '214544.765000', '214544.768000', '214544.770000', '214544.773000', '214544.775000', '214544.778000', '214544.781000', '214604.659000', '214604.661000', '214604.664000', '214604.667000', '214604.669000', '214604.672000', '214604.674000', '214604.677000', '214604.679000', '214604.682000', '214604.685000', '214604.687000', '214604.690000', '214604.692000', '214604.695000', '214604.698000', '214604.700000', '214604.703000', '214604.705000', '214604.708000', '214604.710000', '214604.713000', '214604.715000', '214604.718000', '214604.721000', '214604.723000', '214604.726000', '214604.728000', '214604.731000', '214604.733000', '214604.736000', '214604.739000', '214604.741000', '214604.744000', '214604.746000', '214604.749000', '214604.752000', '214604.754000', '214604.757000', '214604.759000', '214604.762000', '214604.765000', '214604.767000', '214604.770000', '214624.658000', '214624.661000', '214624.664000', '214624.666000', '214624.669000', '214624.672000', '214624.674000', '214624.677000', '214624.679000', '214624.682000', '214624.684000', '214624.687000', '214624.690000', '214624.692000', '214624.695000', '214624.698000', '214624.700000', '214624.703000', '214624.706000', '214624.708000', '214624.711000', '214624.713000', '214624.716000', '214624.719000', '214624.721000', '214624.724000', '214624.726000', '214624.729000', '214624.732000', '214624.734000', '214624.737000', '214624.739000', '214624.742000', '214624.744000', '214624.747000', '214624.750000', '214624.752000', '214624.755000', '214624.757000', '214624.760000', '214624.762000', '214624.765000', '214624.768000', '214644.658000', '214644.660000', '214644.663000', '214644.666000', '214644.669000', '214644.671000', '214644.674000', '214644.676000', '214644.679000', '214644.682000', '214644.684000', '214644.687000', '214644.689000', '214644.692000', '214644.695000', '214644.697000', '214644.700000', '214644.703000', '214644.705000', '214644.708000', '214644.711000', '214644.713000', '214644.716000', '214644.719000', '214644.721000', '214644.724000', '214644.726000', '214644.729000', '214644.731000', '214644.734000', '214644.737000', '214644.739000', '214644.742000', '214644.745000', '214644.747000', '214644.750000', '214644.752000', '214644.755000', '214644.758000', '214644.760000', '214644.763000', '214644.765000', '214644.768000', '214644.771000', '214658.359000', '214658.361000', '214658.364000', '214658.367000', '214658.370000', '214658.372000', '214658.375000', '214658.377000', '214658.380000', '214658.398000', '214658.401000', '214658.403000', '214658.406000', '214658.408000', '214658.411000', '214658.414000', '214658.416000', '214658.419000', '214658.422000', '214658.424000', '214658.427000', '214658.429000', '214658.432000', '214658.435000', '214658.437000', '214658.440000', '214658.442000', '214658.445000', '214658.448000', '214658.450000'], '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': [16475, 13794, 15517, 11762, 12785, 9575, 15745, 11309, 15704, 9759, 13713, 9907, 15297, 13117, 15718, 10717, 13933, 10056, 13792, 15775, 15088, 10826, 15234, 8502, 14253, 8504, 16657, 12000, 16495, 14511, 15572, 12617, 16276, 13482, 18207, 13849, 13891, 10579, 14428, 13329, 11028, 16021, 8833, 14393, 9269, 16396, 12899, 16332, 14514, 16229, 13443, 16470, 11785, 16338, 10693, 16046, 9703, 15811, 11144, 16381, 10671, 13238, 12048, 13356, 12183, 16717, 11913, 16587, 12405, 15901, 14437, 15470, 13170, 15794, 13964, 15655, 14057, 15896, 12235, 14208, 10930, 15668, 10575, 14997, 12817, 17835, 11768, 14071, 11464, 15648, 13294, 9141, 13177, 10101, 16529, 14028, 17009, 14652, 17948, 13965, 15958, 11454, 15610, 14173, 12656, 16084, 11477, 15342, 14314, 15841, 10904, 14057, 15540, 12246, 18231, 13638, 17614, 11541, 16615, 10943, 15296, 10900, 11808, 9383, 8004, 10765, 10207, 13139, 9641, 13951, 11954, 15476, 14731, 13207, 12167, 10569, 17205, 13446, 14515, 10427, 14801, 12507, 15350, 12947, 13611, 10635, 13025, 11679, 16685, 10221, 14885, 12050, 16138, 13408, 9692, 15942, 12744, 16655, 10082, 15100, 10943, 16391, 9947, 14660, 10072, 16073, 17180, 13509, 11233, 8935, 10552, 9587, 16093, 13228, 8854, 12471, 10503, 16312, 10574, 16759, 10791, 16130, 11794, 16550, 10409, 15047, 10390, 14356, 15814, 13630, 15736, 12949, 13403, 10298, 15675, 10835, 15762, 13111, 13681, 11073, 9909, 9384, 10044, 12614, 10437, 13970, 8200, 13872, 12135, 16388, 10629, 15224, 10454, 15418, 16052, 14280, 11473, 9817, 16765, 13095, 15415, 13034, 14515, 10968, 12725, 11146, 16769, 12490, 15966, 11592, 17506, 12849, 14053, 11331, 13246, 12592, 16944, 14226, 11551, 12299, 15285, 13153, 16690, 13816, 9941, 10895, 12436, 15504, 12579, 15890, 9377, 14428, 12019, 16576, 11130, 16490, 9629, 14334, 10629, 16218, 11117, 16529, 9555, 14358, 9797, 16379, 11107, 16544, 9793, 15345, 9267, 15448, 10034, 15885, 13812, 16215, 11578, 9429, 8656, 12225, 14065, 12692, 13751, 8699, 15728, 17188, 16009, 12110, 11178, 17557, 14627, 13706, 11233, 13576, 11483, 13460, 9011, 13616, 10441, 15840, 8645, 15250, 11823, 16297, 9722, 14832, 11478, 16160, 10822, 14789, 11392, 15431, 11621, 15500, 9413, 16209, 12130, 16421, 9212, 15562, 10555, 16739, 8565, 15315, 9223, 16760, 10519, 16489, 11581, 15382, 11999, 15846, 11673, 15225, 12784, 15227, 15121, 9426, 15497, 10524, 17504, 13109, 17061, 11068, 15720, 10267, 15684, 9436, 14324, 9232, 12499, 9527, 15380, 9640, 15071, 10477, 14271, 10587, 16666, 11051, 15700, 11201, 16181, 11823, 15443, 9292, 13957, 10690, 15280, 8289, 11578, 9351, 15034, 16957, 13230, 15247, 10551, 14203, 11576, 14695, 9279, 15368, 12563, 16444, 13319, 16740, 11745, 17647, 13295, 12060, 10263, 16507, 13646, 15460, 13706, 17515, 13055, 19055, 13024, 17272, 12612, 15692, 9169, 16190, 8902, 13367, 9095, 13213, 7501, 8831, 8930, 13162, 11395, 16463, 12957, 15008, 11043, 16043, 12799, 16066, 14019, 13177, 8937, 12596, 12517, 15721, 12498, 10869, 18048, 13512, 15280, 12206, 13645, 9944, 12964, 9624, 13238, 9201, 14053, 11799, 16222, 13310, 17355, 12090, 18437, 13503, 15044, 12092, 15312, 11383, 17495, 14043, 12798, 10528, 15648, 13456, 15082, 14348, 14001, 13584, 17408, 13433, 16772, 12904, 16596, 12816, 15999, 12634, 15909, 11850, 13944, 11147, 13586, 10977, 15350, 11343, 14627, 11190, 14613, 10733, 16074, 10622, 14781, 10414, 14653, 12395, 15603, 9314, 12491, 8520, 13138, 10843, 15577, 10280, 12452, 14672, 11702, 17932, 14420, 13919, 10725, 16768, 14751, 14866, 11935, 13193, 10940, 14067, 12140, 15334, 11547, 13371, 9513, 12576, 8831, 16203, 11850, 15863, 8107, 12786, 9885, 14841, 12431, 15555, 13015, 14603, 12045, 15017, 12133, 15816, 12588, 14849, 11584, 14679, 10137, 15594, 11086, 14585, 9417, 13145, 10219, 15744, 11340, 13714, 8050, 11178, 8101, 13313, 10280, 14616, 11716, 14255, 11835, 16143, 12379, 15468, 10256, 14852, 12560, 16019, 13421, 14658, 9925, 14359, 15263, 14506, 7737, 9786, 10690, 14626, 15089, 14557, 9430, 12647, 14482, 15873, 12963, 14857, 10666, 12524, 16318, 14373, 12785, 13314, 14128, 11841, 16707, 13628, 10313, 12495, 10042, 16002, 9618, 15391, 12622, 17363, 12466, 17001, 13940, 9879, 14928, 11251, 16426, 16806, 14824, 15734, 10994, 16329, 12822, 16170, 9879, 14747, 8747, 11006, 11191, 9070, 16250, 12438, 11151, 8787, 7158, 8825, 8165, 13021, 9441, 14198, 10610, 14586, 12856, 15947, 14832, 12089, 14891, 10686, 16492, 13668, 12891, 10533, 12441, 9399, 15820, 11216, 13546, 8621, 15122, 9699, 15216, 9619, 15188, 12754, 17095, 13752, 17760, 12705, 16017, 13867, 16215, 13032, 15518, 9841, 15024, 10691, 15900, 8714, 12445, 8357, 13146, 11372, 16074, 8810, 14273, 9438, 14680, 12957, 15877, 10226, 13084, 11019, 12555, 16695, 13672, 13558, 11819, 15246, 11684, 16267, 13593, 9154, 12759, 8818, 15591, 13264, 16381, 10181, 13859, 12042, 13753, 16443, 14133, 17182, 11327, 14603, 11966, 15625, 12251, 14189, 10180, 14129, 10863, 14274, 12115, 16049, 11477, 17730, 13183, 15976, 13159, 13334, 10927, 16432, 13269, 16622, 13537, 10942, 10395, 16465, 14103, 9787, 13494, 14939, 15672, 9307, 14684, 10434, 16323, 11160, 15749, 9473, 15701, 11739, 16661, 9369, 15365, 11195, 16639, 14180, 15385, 12192, 14798, 14582, 9594, 17068, 11673, 17759, 14397, 17234, 13390, 16149, 11615, 16921, 10713, 15873, 8593, 11931, 9614, 14923, 12134, 15431, 10843, 14872, 10233, 15442, 12885, 15897, 12557, 15753, 12543, 16491, 13760, 15230, 9410, 13102, 10488, 15835, 9117, 13321, 8501, 13705, 10664, 16033, 8402, 13180, 8752, 15757, 12404, 16823, 9661, 14286, 10162, 16560, 10734, 16495, 12506, 16227, 13831, 16735, 11203, 17867, 11883, 16694, 13932, 17618, 12218, 17076, 12323, 16707, 14015, 16522, 10315, 16204, 11055, 17620, 13498, 15212, 11114, 14682, 10879, 16873, 13428, 11600, 11185, 9115, 13098, 12104, 15763, 10495, 16067, 10411, 15535, 11488, 16375, 11131, 15553, 9218, 12437, 10613, 14616, 12700, 11689, 9685, 12575, 14783, 15288, 15817, 11319, 15862, 13712, 15979, 9795, 14876, 12310, 16375, 10980, 14227, 10839, 14634, 16499, 12908, 15266, 11359, 16931, 12289], 'WindowCenter': [3800.0, 3777.0, 3772.0, 3751.0, 3750.0, 3728.0, 3761.0, 3739.0, 3761.0, 3727.0, 3749.0, 3727.0, 3761.0, 3749.0, 3759.0, 3726.0, 3748.0, 3726.0, 3748.0, 3758.0, 3760.0, 3737.0, 3760.0, 3728.0, 3761.0, 3729.0, 3774.0, 3751.0, 3772.0, 3762.0, 3762.0, 3751.0, 3760.0, 3761.0, 3771.0, 3763.0, 3760.0, 3739.0, 3759.0, 3761.0, 3739.0, 3774.0, 3741.0, 3762.0, 3741.0, 3773.0, 3762.0, 3773.0, 3773.0, 3772.0, 3762.0, 3774.0, 3751.0, 3772.0, 3740.0, 3761.0, 3729.0, 3762.0, 3739.0, 3762.0, 3741.0, 3760.0, 3751.0, 3761.0, 3763.0, 3773.0, 3764.0, 3774.0, 3764.0, 3774.0, 3765.0, 3773.0, 3763.0, 3761.0, 3762.0, 3761.0, 3762.0, 3760.0, 3750.0, 3761.0, 3740.0, 3771.0, 3741.0, 3760.0, 3762.0, 3773.0, 3764.0, 3762.0, 3752.0, 3773.0, 3763.0, 3741.0, 3763.0, 3752.0, 3783.0, 3775.0, 3773.0, 3775.0, 3774.0, 3764.0, 3773.0, 3751.0, 3760.0, 3760.0, 3749.0, 3761.0, 3737.0, 3760.0, 3748.0, 3759.0, 3725.0, 3748.0, 3746.0, 3735.0, 3756.0, 3736.0, 3745.0, 3725.0, 3745.0, 3724.0, 3745.0, 3725.0, 3736.0, 3727.0, 3716.0, 3738.0, 3739.0, 3763.0, 3740.0, 3762.0, 3750.0, 3762.0, 3761.0, 3762.0, 3750.0, 3740.0, 3771.0, 3752.0, 3760.0, 3741.0, 3759.0, 3750.0, 3760.0, 3751.0, 3749.0, 3739.0, 3749.0, 3751.0, 3772.0, 3741.0, 3760.0, 3751.0, 3772.0, 3763.0, 3729.0, 3773.0, 3750.0, 3773.0, 3738.0, 3761.0, 3739.0, 3761.0, 3728.0, 3760.0, 3727.0, 3761.0, 3758.0, 3738.0, 3737.0, 3715.0, 3724.0, 3727.0, 3757.0, 3748.0, 3727.0, 3748.0, 3737.0, 3761.0, 3738.0, 3761.0, 3738.0, 3760.0, 3736.0, 3759.0, 3726.0, 3748.0, 3725.0, 3748.0, 3746.0, 3748.0, 3747.0, 3736.0, 3735.0, 3726.0, 3746.0, 3738.0, 3758.0, 3749.0, 3748.0, 3739.0, 3739.0, 3730.0, 3740.0, 3752.0, 3741.0, 3763.0, 3731.0, 3763.0, 3752.0, 3775.0, 3753.0, 3774.0, 3740.0, 3773.0, 3762.0, 3763.0, 3750.0, 3740.0, 3761.0, 3751.0, 3760.0, 3750.0, 3760.0, 3739.0, 3748.0, 3751.0, 3771.0, 3751.0, 3760.0, 3751.0, 3771.0, 3752.0, 3760.0, 3740.0, 3749.0, 3750.0, 3760.0, 3751.0, 3738.0, 3739.0, 3758.0, 3750.0, 3759.0, 3750.0, 3727.0, 3738.0, 3736.0, 3760.0, 3738.0, 3760.0, 3727.0, 3749.0, 3737.0, 3761.0, 3738.0, 3760.0, 3727.0, 3749.0, 3726.0, 3760.0, 3737.0, 3761.0, 3728.0, 3749.0, 3726.0, 3761.0, 3738.0, 3760.0, 3728.0, 3748.0, 3727.0, 3759.0, 3729.0, 3760.0, 3750.0, 3760.0, 3751.0, 3740.0, 3731.0, 3752.0, 3764.0, 3763.0, 3776.0, 3731.0, 3775.0, 3774.0, 3775.0, 3752.0, 3752.0, 3771.0, 3762.0, 3761.0, 3741.0, 3750.0, 3751.0, 3762.0, 3731.0, 3762.0, 3740.0, 3773.0, 3730.0, 3762.0, 3740.0, 3763.0, 3729.0, 3762.0, 3738.0, 3760.0, 3738.0, 3761.0, 3737.0, 3760.0, 3737.0, 3760.0, 3716.0, 3758.0, 3737.0, 3760.0, 3715.0, 3748.0, 3725.0, 3759.0, 3716.0, 3747.0, 3714.0, 3759.0, 3726.0, 3759.0, 3737.0, 3746.0, 3737.0, 3757.0, 3738.0, 3746.0, 3738.0, 3747.0, 3747.0, 3716.0, 3747.0, 3726.0, 3759.0, 3748.0, 3758.0, 3725.0, 3747.0, 3725.0, 3748.0, 3715.0, 3747.0, 3726.0, 3737.0, 3726.0, 3759.0, 3726.0, 3760.0, 3738.0, 3749.0, 3738.0, 3761.0, 3739.0, 3760.0, 3738.0, 3761.0, 3739.0, 3760.0, 3726.0, 3749.0, 3737.0, 3760.0, 3717.0, 3738.0, 3727.0, 3761.0, 3759.0, 3750.0, 3758.0, 3738.0, 3748.0, 3740.0, 3760.0, 3729.0, 3759.0, 3750.0, 3760.0, 3761.0, 3760.0, 3750.0, 3770.0, 3750.0, 3749.0, 3739.0, 3759.0, 3750.0, 3758.0, 3749.0, 3758.0, 3749.0, 3758.0, 3737.0, 3746.0, 3734.0, 3745.0, 3713.0, 3746.0, 3713.0, 3735.0, 3713.0, 3735.0, 3703.0, 3714.0, 3726.0, 3748.0, 3750.0, 3772.0, 3763.0, 3772.0, 3753.0, 3772.0, 3751.0, 3771.0, 3761.0, 3750.0, 3728.0, 3750.0, 3749.0, 3762.0, 3749.0, 3738.0, 3759.0, 3749.0, 3759.0, 3748.0, 3748.0, 3727.0, 3748.0, 3728.0, 3749.0, 3729.0, 3759.0, 3750.0, 3760.0, 3762.0, 3770.0, 3750.0, 3771.0, 3761.0, 3760.0, 3751.0, 3760.0, 3750.0, 3771.0, 3763.0, 3749.0, 3739.0, 3759.0, 3750.0, 3760.0, 3761.0, 3748.0, 3749.0, 3758.0, 3749.0, 3758.0, 3737.0, 3757.0, 3736.0, 3746.0, 3736.0, 3747.0, 3737.0, 3745.0, 3736.0, 3746.0, 3737.0, 3758.0, 3738.0, 3758.0, 3738.0, 3749.0, 3736.0, 3761.0, 3727.0, 3749.0, 3726.0, 3748.0, 3749.0, 3761.0, 3727.0, 3750.0, 3729.0, 3761.0, 3739.0, 3772.0, 3751.0, 3762.0, 3771.0, 3761.0, 3785.0, 3774.0, 3761.0, 3750.0, 3771.0, 3762.0, 3761.0, 3750.0, 3749.0, 3739.0, 3758.0, 3750.0, 3760.0, 3750.0, 3749.0, 3728.0, 3749.0, 3728.0, 3774.0, 3739.0, 3761.0, 3718.0, 3749.0, 3738.0, 3761.0, 3749.0, 3761.0, 3761.0, 3761.0, 3751.0, 3760.0, 3750.0, 3760.0, 3750.0, 3760.0, 3737.0, 3750.0, 3728.0, 3760.0, 3738.0, 3749.0, 3726.0, 3749.0, 3725.0, 3760.0, 3737.0, 3748.0, 3718.0, 3739.0, 3719.0, 3762.0, 3740.0, 3762.0, 3763.0, 3762.0, 3753.0, 3775.0, 3752.0, 3773.0, 3741.0, 3763.0, 3762.0, 3772.0, 3761.0, 3762.0, 3740.0, 3761.0, 3760.0, 3760.0, 3717.0, 3740.0, 3738.0, 3761.0, 3760.0, 3762.0, 3729.0, 3750.0, 3760.0, 3762.0, 3749.0, 3761.0, 3739.0, 3750.0, 3759.0, 3761.0, 3748.0, 3749.0, 3748.0, 3738.0, 3758.0, 3750.0, 3738.0, 3749.0, 3725.0, 3758.0, 3739.0, 3760.0, 3749.0, 3770.0, 3761.0, 3771.0, 3761.0, 3740.0, 3761.0, 3738.0, 3762.0, 3759.0, 3750.0, 3747.0, 3725.0, 3746.0, 3735.0, 3748.0, 3714.0, 3746.0, 3702.0, 3724.0, 3722.0, 3713.0, 3743.0, 3735.0, 3735.0, 3716.0, 3705.0, 3727.0, 3729.0, 3763.0, 3742.0, 3762.0, 3741.0, 3762.0, 3752.0, 3773.0, 3762.0, 3752.0, 3758.0, 3739.0, 3770.0, 3762.0, 3749.0, 3740.0, 3748.0, 3728.0, 3762.0, 3740.0, 3761.0, 3717.0, 3760.0, 3738.0, 3772.0, 3740.0, 3760.0, 3761.0, 3771.0, 3761.0, 3770.0, 3750.0, 3760.0, 3760.0, 3759.0, 3748.0, 3748.0, 3725.0, 3746.0, 3725.0, 3758.0, 3714.0, 3736.0, 3703.0, 3746.0, 3736.0, 3758.0, 3715.0, 3747.0, 3714.0, 3747.0, 3736.0, 3759.0, 3726.0, 3748.0, 3724.0, 3737.0, 3757.0, 3748.0, 3746.0, 3737.0, 3745.0, 3736.0, 3757.0, 3748.0, 3727.0, 3748.0, 3715.0, 3759.0, 3749.0, 3760.0, 3726.0, 3748.0, 3735.0, 3749.0, 3757.0, 3749.0, 3758.0, 3737.0, 3746.0, 3736.0, 3756.0, 3737.0, 3746.0, 3737.0, 3747.0, 3738.0, 3759.0, 3750.0, 3770.0, 3750.0, 3772.0, 3762.0, 3772.0, 3762.0, 3760.0, 3750.0, 3771.0, 3762.0, 3772.0, 3763.0, 3749.0, 3740.0, 3771.0, 3762.0, 3741.0, 3763.0, 3760.0, 3771.0, 3740.0, 3763.0, 3738.0, 3773.0, 3750.0, 3773.0, 3728.0, 3761.0, 3750.0, 3773.0, 3729.0, 3761.0, 3750.0, 3772.0, 3762.0, 3772.0, 3751.0, 3771.0, 3772.0, 3741.0, 3773.0, 3751.0, 3772.0, 3759.0, 3760.0, 3748.0, 3746.0, 3737.0, 3759.0, 3725.0, 3745.0, 3714.0, 3733.0, 3725.0, 3745.0, 3736.0, 3758.0, 3737.0, 3758.0, 3738.0, 3760.0, 3749.0, 3759.0, 3748.0, 3758.0, 3749.0, 3760.0, 3747.0, 3759.0, 3726.0, 3748.0, 3736.0, 3758.0, 3726.0, 3746.0, 3714.0, 3748.0, 3736.0, 3760.0, 3717.0, 3748.0, 3727.0, 3761.0, 3748.0, 3772.0, 3738.0, 3759.0, 3738.0, 3759.0, 3738.0, 3760.0, 3750.0, 3771.0, 3760.0, 3770.0, 3750.0, 3771.0, 3750.0, 3760.0, 3761.0, 3771.0, 3748.0, 3759.0, 3749.0, 3758.0, 3749.0, 3758.0, 3737.0, 3758.0, 3738.0, 3758.0, 3750.0, 3758.0, 3738.0, 3746.0, 3736.0, 3757.0, 3748.0, 3737.0, 3737.0, 3726.0, 3748.0, 3747.0, 3761.0, 3737.0, 3761.0, 3738.0, 3760.0, 3737.0, 3761.0, 3737.0, 3773.0, 3741.0, 3750.0, 3739.0, 3760.0, 3761.0, 3761.0, 3741.0, 3762.0, 3776.0, 3787.0, 3776.0, 3751.0, 3775.0, 3762.0, 3774.0, 3740.0, 3761.0, 3750.0, 3773.0, 3740.0, 3762.0, 3738.0, 3762.0, 3771.0, 3751.0, 3759.0, 3749.0, 3770.0, 3750.0], 'WindowWidth': [8517.0, 8475.0, 8460.0, 8428.0, 8424.0, 8395.0, 8443.0, 8408.0, 8440.0, 8390.0, 8421.0, 8389.0, 8442.0, 8419.0, 8436.0, 8386.0, 8418.0, 8384.0, 8419.0, 8432.0, 8438.0, 8401.0, 8437.0, 8394.0, 8441.0, 8394.0, 8464.0, 8428.0, 8457.0, 8445.0, 8443.0, 8427.0, 8438.0, 8442.0, 8458.0, 8446.0, 8437.0, 8408.0, 8434.0, 8441.0, 8409.0, 8463.0, 8415.0, 8445.0, 8414.0, 8464.0, 8446.0, 8461.0, 8461.0, 8458.0, 8446.0, 8464.0, 8428.0, 8458.0, 8411.0, 8442.0, 8394.0, 8445.0, 8409.0, 8443.0, 8414.0, 8439.0, 8429.0, 8442.0, 8449.0, 8465.0, 8451.0, 8466.0, 8452.0, 8464.0, 8454.0, 8464.0, 8447.0, 8442.0, 8444.0, 8443.0, 8443.0, 8439.0, 8424.0, 8440.0, 8413.0, 8459.0, 8415.0, 8439.0, 8443.0, 8464.0, 8450.0, 8446.0, 8433.0, 8461.0, 8449.0, 8417.0, 8447.0, 8433.0, 8478.0, 8470.0, 8465.0, 8468.0, 8468.0, 8453.0, 8463.0, 8428.0, 8438.0, 8440.0, 8422.0, 8442.0, 8401.0, 8437.0, 8416.0, 8435.0, 8383.0, 8416.0, 8411.0, 8397.0, 8427.0, 8398.0, 8410.0, 8381.0, 8410.0, 8380.0, 8409.0, 8384.0, 8400.0, 8389.0, 8374.0, 8407.0, 8408.0, 8447.0, 8414.0, 8447.0, 8426.0, 8447.0, 8443.0, 8445.0, 8426.0, 8411.0, 8458.0, 8432.0, 8439.0, 8413.0, 8436.0, 8425.0, 8438.0, 8426.0, 8422.0, 8410.0, 8422.0, 8428.0, 8459.0, 8416.0, 8441.0, 8429.0, 8459.0, 8446.0, 8396.0, 8462.0, 8425.0, 8462.0, 8407.0, 8442.0, 8407.0, 8444.0, 8392.0, 8437.0, 8388.0, 8443.0, 8434.0, 8405.0, 8400.0, 8370.0, 8379.0, 8386.0, 8429.0, 8418.0, 8388.0, 8417.0, 8401.0, 8443.0, 8406.0, 8441.0, 8404.0, 8437.0, 8397.0, 8436.0, 8384.0, 8416.0, 8382.0, 8416.0, 8411.0, 8417.0, 8414.0, 8396.0, 8395.0, 8384.0, 8412.0, 8402.0, 8431.0, 8421.0, 8418.0, 8407.0, 8406.0, 8399.0, 8410.0, 8432.0, 8416.0, 8450.0, 8403.0, 8449.0, 8430.0, 8469.0, 8435.0, 8464.0, 8412.0, 8462.0, 8444.0, 8446.0, 8424.0, 8411.0, 8444.0, 8428.0, 8440.0, 8425.0, 8437.0, 8408.0, 8418.0, 8426.0, 8457.0, 8428.0, 8440.0, 8427.0, 8454.0, 8429.0, 8439.0, 8410.0, 8420.0, 8424.0, 8438.0, 8427.0, 8406.0, 8407.0, 8432.0, 8423.0, 8434.0, 8423.0, 8388.0, 8405.0, 8399.0, 8437.0, 8403.0, 8439.0, 8389.0, 8421.0, 8401.0, 8440.0, 8404.0, 8438.0, 8388.0, 8419.0, 8385.0, 8439.0, 8401.0, 8440.0, 8391.0, 8420.0, 8387.0, 8440.0, 8404.0, 8438.0, 8391.0, 8419.0, 8390.0, 8435.0, 8394.0, 8438.0, 8426.0, 8440.0, 8428.0, 8415.0, 8404.0, 8431.0, 8452.0, 8447.0, 8469.0, 8403.0, 8469.0, 8466.0, 8468.0, 8430.0, 8429.0, 8458.0, 8444.0, 8440.0, 8413.0, 8423.0, 8426.0, 8443.0, 8403.0, 8443.0, 8411.0, 8461.0, 8400.0, 8445.0, 8410.0, 8447.0, 8396.0, 8442.0, 8405.0, 8440.0, 8406.0, 8439.0, 8402.0, 8438.0, 8402.0, 8437.0, 8371.0, 8433.0, 8400.0, 8438.0, 8368.0, 8417.0, 8382.0, 8433.0, 8371.0, 8414.0, 8367.0, 8433.0, 8384.0, 8434.0, 8401.0, 8410.0, 8402.0, 8430.0, 8402.0, 8410.0, 8403.0, 8414.0, 8417.0, 8371.0, 8415.0, 8383.0, 8434.0, 8416.0, 8431.0, 8382.0, 8415.0, 8380.0, 8416.0, 8369.0, 8415.0, 8385.0, 8400.0, 8384.0, 8435.0, 8387.0, 8436.0, 8405.0, 8422.0, 8405.0, 8444.0, 8410.0, 8439.0, 8406.0, 8444.0, 8409.0, 8437.0, 8387.0, 8420.0, 8400.0, 8437.0, 8377.0, 8405.0, 8389.0, 8441.0, 8436.0, 8423.0, 8431.0, 8405.0, 8420.0, 8411.0, 8439.0, 8396.0, 8436.0, 8426.0, 8440.0, 8441.0, 8439.0, 8423.0, 8453.0, 8425.0, 8422.0, 8408.0, 8435.0, 8425.0, 8434.0, 8421.0, 8431.0, 8419.0, 8433.0, 8402.0, 8412.0, 8393.0, 8408.0, 8362.0, 8410.0, 8364.0, 8394.0, 8363.0, 8397.0, 8355.0, 8368.0, 8388.0, 8421.0, 8428.0, 8459.0, 8447.0, 8459.0, 8434.0, 8460.0, 8430.0, 8458.0, 8440.0, 8425.0, 8392.0, 8425.0, 8420.0, 8443.0, 8422.0, 8406.0, 8436.0, 8421.0, 8435.0, 8419.0, 8416.0, 8389.0, 8418.0, 8391.0, 8422.0, 8397.0, 8434.0, 8426.0, 8440.0, 8443.0, 8455.0, 8425.0, 8457.0, 8441.0, 8440.0, 8428.0, 8438.0, 8425.0, 8455.0, 8444.0, 8423.0, 8410.0, 8435.0, 8425.0, 8439.0, 8442.0, 8418.0, 8421.0, 8435.0, 8421.0, 8434.0, 8403.0, 8430.0, 8399.0, 8412.0, 8398.0, 8413.0, 8400.0, 8409.0, 8399.0, 8412.0, 8403.0, 8432.0, 8406.0, 8433.0, 8405.0, 8423.0, 8400.0, 8440.0, 8389.0, 8421.0, 8386.0, 8419.0, 8419.0, 8440.0, 8391.0, 8425.0, 8396.0, 8440.0, 8410.0, 8461.0, 8428.0, 8445.0, 8456.0, 8444.0, 8485.0, 8468.0, 8443.0, 8425.0, 8457.0, 8445.0, 8441.0, 8426.0, 8422.0, 8411.0, 8434.0, 8424.0, 8439.0, 8423.0, 8421.0, 8393.0, 8422.0, 8392.0, 8462.0, 8407.0, 8442.0, 8382.0, 8421.0, 8407.0, 8439.0, 8424.0, 8441.0, 8442.0, 8441.0, 8426.0, 8438.0, 8425.0, 8439.0, 8425.0, 8437.0, 8404.0, 8424.0, 8392.0, 8436.0, 8403.0, 8420.0, 8387.0, 8420.0, 8383.0, 8438.0, 8402.0, 8419.0, 8379.0, 8407.0, 8383.0, 8445.0, 8414.0, 8446.0, 8449.0, 8445.0, 8434.0, 8468.0, 8433.0, 8462.0, 8415.0, 8447.0, 8443.0, 8460.0, 8444.0, 8445.0, 8412.0, 8440.0, 8438.0, 8441.0, 8379.0, 8411.0, 8406.0, 8443.0, 8438.0, 8444.0, 8395.0, 8425.0, 8436.0, 8447.0, 8423.0, 8442.0, 8407.0, 8422.0, 8434.0, 8440.0, 8419.0, 8422.0, 8418.0, 8405.0, 8433.0, 8423.0, 8405.0, 8420.0, 8383.0, 8435.0, 8408.0, 8439.0, 8423.0, 8454.0, 8442.0, 8458.0, 8444.0, 8411.0, 8441.0, 8406.0, 8447.0, 8437.0, 8424.0, 8417.0, 8382.0, 8412.0, 8395.0, 8417.0, 8364.0, 8409.0, 8345.0, 8378.0, 8373.0, 8363.0, 8403.0, 8394.0, 8395.0, 8373.0, 8360.0, 8391.0, 8397.0, 8448.0, 8418.0, 8446.0, 8415.0, 8444.0, 8429.0, 8463.0, 8445.0, 8430.0, 8435.0, 8409.0, 8454.0, 8443.0, 8423.0, 8411.0, 8420.0, 8394.0, 8445.0, 8411.0, 8440.0, 8375.0, 8438.0, 8407.0, 8459.0, 8414.0, 8439.0, 8441.0, 8458.0, 8443.0, 8456.0, 8427.0, 8440.0, 8439.0, 8437.0, 8418.0, 8418.0, 8383.0, 8414.0, 8381.0, 8433.0, 8369.0, 8398.0, 8350.0, 8413.0, 8396.0, 8431.0, 8371.0, 8416.0, 8366.0, 8415.0, 8398.0, 8434.0, 8385.0, 8416.0, 8381.0, 8400.0, 8428.0, 8416.0, 8412.0, 8400.0, 8410.0, 8399.0, 8427.0, 8417.0, 8387.0, 8416.0, 8370.0, 8435.0, 8418.0, 8437.0, 8385.0, 8419.0, 8397.0, 8420.0, 8429.0, 8419.0, 8431.0, 8401.0, 8412.0, 8400.0, 8427.0, 8402.0, 8414.0, 8404.0, 8416.0, 8405.0, 8435.0, 8426.0, 8455.0, 8426.0, 8459.0, 8445.0, 8458.0, 8444.0, 8439.0, 8426.0, 8456.0, 8445.0, 8459.0, 8447.0, 8423.0, 8413.0, 8457.0, 8446.0, 8414.0, 8446.0, 8439.0, 8458.0, 8414.0, 8447.0, 8408.0, 8463.0, 8427.0, 8460.0, 8393.0, 8443.0, 8424.0, 8462.0, 8397.0, 8442.0, 8425.0, 8458.0, 8445.0, 8459.0, 8428.0, 8456.0, 8459.0, 8416.0, 8462.0, 8428.0, 8459.0, 8437.0, 8437.0, 8417.0, 8413.0, 8402.0, 8435.0, 8381.0, 8410.0, 8367.0, 8391.0, 8383.0, 8410.0, 8401.0, 8431.0, 8403.0, 8433.0, 8406.0, 8437.0, 8422.0, 8436.0, 8421.0, 8433.0, 8421.0, 8437.0, 8417.0, 8432.0, 8386.0, 8419.0, 8399.0, 8433.0, 8387.0, 8413.0, 8368.0, 8416.0, 8399.0, 8437.0, 8378.0, 8420.0, 8390.0, 8440.0, 8418.0, 8457.0, 8405.0, 8434.0, 8404.0, 8437.0, 8406.0, 8438.0, 8424.0, 8454.0, 8440.0, 8455.0, 8425.0, 8456.0, 8426.0, 8440.0, 8440.0, 8455.0, 8420.0, 8435.0, 8422.0, 8433.0, 8421.0, 8432.0, 8404.0, 8431.0, 8405.0, 8434.0, 8423.0, 8432.0, 8403.0, 8413.0, 8400.0, 8429.0, 8418.0, 8402.0, 8402.0, 8386.0, 8419.0, 8416.0, 8442.0, 8404.0, 8441.0, 8405.0, 8439.0, 8401.0, 8442.0, 8401.0, 8460.0, 8417.0, 8426.0, 8411.0, 8441.0, 8444.0, 8443.0, 8416.0, 8445.0, 8473.0, 8488.0, 8473.0, 8429.0, 8467.0, 8444.0, 8464.0, 8414.0, 8444.0, 8425.0, 8463.0, 8411.0, 8443.0, 8403.0, 8443.0, 8455.0, 8428.0, 8435.0, 8421.0, 8453.0, 8426.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.00024559127439724454</td></tr>
<tr><td colspan=3>aqi</td><td>0.02191631561423651</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.532893590758604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.194449372390805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977360068505746</td></tr>
<tr><td colspan=3>efc</td><td>0.4456</td></tr>
<tr><td colspan=3>fber</td><td>7392.5908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0830478087527639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.574052812858783</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605947891161778</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4763924864127476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9536697477608436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387781439311744</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113179</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02062097378075123</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026483414694666862</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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>3.780257830826964</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>58.5402</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.9814</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.1265</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308427.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>644.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2634</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>431.3895</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2969.1748</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.058</td></tr>
<tr><td colspan=3>tsnr</td><td>43.54474409483373</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>