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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c39ce2c0662bac6e2b96ecc332d88267</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:11:9.642500</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1173a426-dd3a-4910-9f24-f4febea47ebd||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': ['211109.642500', '211110.102500', '211110.562500', '211111.022500', '211111.482500', '211111.942500', '211112.402500', '211112.862500', '211113.322500', '211113.782500', '211114.242500', '211114.702500', '211115.162500', '211115.622500', '211116.082500', '211116.542500', '211117.002500', '211117.462500', '211117.922500', '211118.382500', '211118.842500', '211119.302500', '211119.762500', '211120.222500', '211120.682500', '211121.142500', '211121.602500', '211122.062500', '211122.522500', '211122.982500', '211123.442500', '211123.902500', '211124.362500', '211124.822500', '211125.282500', '211125.742500', '211126.202500', '211126.662500', '211127.122500', '211127.582500', '211128.042500', '211128.502500', '211128.962500', '211129.422500', '211129.882500', '211130.342500', '211130.802500', '211131.262500', '211131.722500', '211132.182500', '211132.642500', '211133.102500', '211133.562500', '211134.022500', '211134.482500', '211134.942500', '211135.402500', '211135.862500', '211136.322500', '211136.782500', '211137.242500', '211137.702500', '211138.162500', '211138.622500', '211139.082500', '211139.542500', '211140.002500', '211140.462500', '211140.922500', '211141.382500', '211141.842500', '211142.302500', '211142.762500', '211143.222500', '211143.682500', '211144.142500', '211144.602500', '211145.062500', '211145.522500', '211145.982500', '211146.442500', '211146.902500', '211147.362500', '211147.822500', '211148.282500', '211148.742500', '211149.202500', '211149.662500', '211150.122500', '211150.582500', '211151.042500', '211151.502500', '211151.962500', '211152.422500', '211152.882500', '211153.342500', '211153.802500', '211154.262500', '211154.722500', '211155.182500', '211155.642500', '211156.102500', '211156.562500', '211157.022500', '211157.482500', '211157.942500', '211158.402500', '211158.862500', '211159.322500', '211159.782500', '211200.242500', '211200.702500', '211201.162500', '211201.622500', '211202.082500', '211202.542500', '211203.002500', '211203.462500', '211203.922500', '211204.382500', '211204.842500', '211205.302500', '211205.762500', '211206.222500', '211206.682500', '211207.142500', '211207.602500', '211208.062500', '211208.522500', '211208.982500', '211209.442500', '211209.902500', '211210.362500', '211210.822500', '211211.282500', '211211.742500', '211212.202500', '211212.662500', '211213.122500', '211213.582500', '211214.042500', '211214.502500', '211214.962500', '211215.422500', '211215.882500', '211216.342500', '211216.802500', '211217.262500', '211217.722500', '211218.182500', '211218.642500', '211219.102500', '211219.562500', '211220.022500', '211220.482500', '211220.942500', '211221.402500', '211221.862500', '211222.322500', '211222.782500', '211223.242500', '211223.702500', '211224.162500', '211224.622500', '211225.082500', '211225.542500', '211226.002500', '211226.462500', '211226.922500', '211227.382500', '211227.842500', '211228.302500', '211228.762500', '211229.222500', '211229.682500', '211230.142500', '211230.602500', '211231.062500', '211231.522500', '211231.982500', '211232.442500', '211232.902500', '211233.362500', '211233.822500', '211234.282500', '211234.742500', '211235.202500', '211235.662500', '211236.122500', '211236.582500', '211237.042500', '211237.502500', '211237.962500', '211238.422500', '211238.882500', '211239.342500', '211239.802500', '211240.262500', '211240.722500', '211241.182500', '211241.642500', '211242.102500', '211242.562500', '211243.022500', '211243.482500', '211243.942500', '211244.402500', '211244.862500', '211245.322500', '211245.782500', '211246.242500', '211246.702500', '211247.162500', '211247.622500', '211248.082500', '211248.542500', '211249.002500', '211249.462500', '211249.922500', '211250.382500', '211250.842500', '211251.302500', '211251.762500', '211252.222500', '211252.682500', '211253.142500', '211253.602500', '211254.062500', '211254.522500', '211254.982500', '211255.442500', '211255.902500', '211256.362500', '211256.822500', '211257.282500', '211257.742500', '211258.202500', '211258.662500', '211259.122500', '211259.582500', '211300.042500', '211300.502500', '211300.962500', '211301.422500', '211301.882500', '211302.342500', '211302.802500', '211303.262500', '211303.722500', '211304.182500', '211304.642500', '211305.102500', '211305.562500', '211306.022500', '211306.482500', '211306.942500', '211307.402500', '211307.862500', '211308.322500', '211308.782500', '211309.242500', '211309.702500', '211310.162500', '211310.622500', '211311.082500', '211311.542500', '211312.002500', '211312.462500', '211312.922500', '211313.382500', '211313.842500', '211314.302500', '211314.762500', '211315.222500', '211315.682500', '211316.142500', '211316.602500', '211317.062500', '211317.522500', '211317.982500', '211318.442500', '211318.902500', '211319.362500', '211319.822500', '211320.282500', '211320.742500', '211321.202500', '211321.662500', '211322.122500', '211322.582500', '211323.042500', '211323.502500', '211323.962500', '211324.422500', '211324.882500', '211325.342500', '211325.802500', '211326.262500', '211326.722500', '211327.182500', '211327.642500', '211328.102500', '211328.562500', '211329.022500', '211329.482500', '211329.942500', '211330.402500', '211330.862500', '211331.322500', '211331.782500', '211332.242500', '211332.702500', '211333.162500', '211333.622500', '211334.082500', '211334.542500', '211335.002500', '211335.462500', '211335.922500', '211336.382500', '211336.842500', '211337.302500', '211337.762500', '211338.222500', '211338.682500', '211339.142500', '211339.602500', '211340.062500', '211340.522500', '211340.982500', '211341.442500', '211341.902500', '211342.362500', '211342.822500', '211343.282500', '211343.742500', '211344.202500', '211344.662500', '211345.122500', '211345.582500', '211346.042500', '211346.502500', '211346.962500', '211347.422500', '211347.882500', '211348.342500', '211348.802500', '211349.262500', '211349.722500', '211350.182500', '211350.642500', '211351.102500', '211351.562500', '211352.022500', '211352.482500', '211352.942500', '211353.402500', '211353.862500', '211354.322500', '211354.782500', '211355.242500', '211355.702500', '211356.162500', '211356.622500', '211357.082500', '211357.542500', '211358.002500', '211358.462500', '211358.922500', '211359.382500', '211359.842500', '211400.302500', '211400.762500', '211401.222500', '211401.682500', '211402.142500', '211402.602500', '211403.062500', '211403.522500', '211403.982500', '211404.442500', '211404.902500', '211405.362500', '211405.822500', '211406.282500', '211406.742500', '211407.202500', '211407.662500', '211408.122500', '211408.582500', '211409.042500', '211409.502500', '211409.962500', '211410.422500', '211410.882500', '211411.342500', '211411.802500', '211412.262500', '211412.722500', '211413.182500', '211413.642500', '211414.102500', '211414.562500', '211415.022500', '211415.482500', '211415.942500', '211416.402500', '211416.862500', '211417.322500', '211417.782500', '211418.242500', '211418.702500', '211419.162500', '211419.622500', '211420.082500', '211420.542500', '211421.002500', '211421.462500', '211421.922500', '211422.382500', '211422.842500', '211423.302500', '211423.762500', '211424.222500', '211424.682500', '211425.142500', '211425.602500', '211426.062500', '211426.522500', '211426.982500', '211427.442500', '211427.902500', '211428.362500', '211428.822500', '211429.282500', '211429.742500', '211430.202500', '211430.662500', '211431.122500', '211431.582500', '211432.042500', '211432.502500', '211432.962500', '211433.422500', '211433.882500', '211434.342500', '211434.802500', '211435.262500', '211435.722500', '211436.182500', '211436.642500', '211437.102500', '211437.562500', '211438.022500', '211438.482500', '211438.942500', '211439.402500', '211439.862500', '211440.322500', '211440.782500', '211441.242500', '211441.702500', '211442.162500', '211442.622500', '211443.082500', '211443.542500', '211444.002500', '211444.462500', '211444.922500', '211445.382500', '211445.842500', '211446.302500', '211446.762500', '211447.222500', '211447.682500', '211448.142500', '211448.602500', '211449.062500', '211449.522500', '211449.982500', '211450.442500', '211450.902500', '211451.362500', '211451.822500', '211452.282500', '211452.742500', '211453.202500', '211453.662500', '211454.122500', '211454.582500', '211455.042500', '211455.502500', '211455.962500', '211456.422500', '211456.882500', '211457.342500', '211457.802500', '211458.262500', '211458.722500', '211459.182500', '211459.642500', '211500.102500', '211500.562500', '211501.022500', '211501.482500', '211501.942500', '211502.402500', '211502.862500', '211503.322500', '211503.782500', '211504.242500', '211504.702500', '211505.162500', '211505.622500', '211506.082500', '211506.542500', '211507.002500', '211507.462500', '211507.922500', '211508.382500', '211508.842500', '211509.302500', '211509.762500', '211510.222500', '211510.682500', '211511.142500', '211511.602500', '211512.062500', '211512.522500', '211512.982500', '211513.442500', '211513.902500', '211514.362500', '211514.822500', '211515.282500', '211515.742500', '211516.202500', '211516.662500', '211517.122500', '211517.582500', '211518.042500', '211518.502500', '211518.962500', '211519.422500', '211519.882500', '211520.342500', '211520.802500', '211521.262500', '211521.722500', '211522.182500', '211522.642500', '211523.102500', '211523.562500', '211524.022500', '211524.482500', '211524.942500', '211525.402500', '211525.862500', '211526.322500', '211526.782500', '211527.242500', '211527.702500', '211528.162500', '211528.622500', '211529.082500', '211529.542500', '211530.002500', '211530.462500', '211530.922500', '211531.382500', '211531.842500', '211532.302500', '211532.762500', '211533.222500', '211533.682500', '211534.142500', '211534.602500', '211535.062500', '211535.522500', '211535.982500', '211536.442500', '211536.902500', '211537.362500', '211537.822500', '211538.282500', '211538.742500', '211539.202500', '211539.662500', '211540.122500', '211540.582500', '211541.042500', '211541.502500', '211541.962500', '211542.422500', '211542.882500', '211543.342500', '211543.802500', '211544.262500', '211544.722500', '211545.182500', '211545.642500', '211546.102500', '211546.562500', '211547.022500', '211547.482500', '211547.942500', '211548.402500', '211548.862500', '211549.322500', '211549.782500', '211550.242500', '211550.702500', '211551.162500', '211551.622500', '211552.082500', '211552.542500', '211553.002500', '211553.462500', '211553.922500', '211554.382500', '211554.842500', '211555.302500', '211555.762500', '211556.222500', '211556.682500', '211557.142500', '211557.602500', '211558.062500', '211558.522500', '211558.982500', '211559.442500', '211559.902500', '211600.362500', '211600.822500', '211601.282500', '211601.742500', '211602.202500', '211602.662500', '211603.122500', '211603.582500', '211604.042500', '211604.502500', '211604.962500', '211605.422500', '211605.882500', '211606.342500', '211606.802500', '211607.262500', '211607.722500', '211608.182500', '211608.642500', '211609.102500', '211609.562500', '211610.022500', '211610.482500', '211610.942500', '211611.402500', '211611.862500', '211612.322500', '211612.782500', '211613.242500', '211613.702500', '211614.162500', '211614.622500', '211615.082500', '211615.542500', '211616.002500', '211616.462500', '211616.922500', '211617.382500', '211617.842500', '211618.302500', '211618.762500', '211619.222500', '211619.682500', '211620.142500', '211620.602500', '211621.062500', '211621.522500', '211621.982500', '211622.442500', '211622.902500', '211623.362500', '211623.822500', '211624.282500', '211624.742500', '211625.202500', '211625.662500', '211626.122500', '211626.582500', '211627.042500', '211627.502500', '211627.962500', '211628.422500', '211628.882500', '211629.342500', '211629.802500', '211630.262500', '211630.722500', '211631.182500', '211631.642500', '211632.102500', '211632.562500', '211633.022500', '211633.482500', '211633.942500', '211634.402500', '211634.862500', '211635.322500', '211635.782500', '211636.242500', '211636.702500', '211637.162500', '211637.622500', '211638.082500', '211638.542500', '211639.002500', '211639.462500', '211639.922500', '211640.382500', '211640.842500', '211641.302500', '211641.762500', '211642.222500', '211642.682500', '211643.142500', '211643.602500', '211644.062500', '211644.522500', '211644.982500', '211645.442500', '211645.902500', '211646.362500', '211646.822500', '211647.282500', '211647.742500', '211648.202500', '211648.662500', '211649.122500', '211649.582500', '211650.042500', '211650.502500', '211650.962500', '211651.422500', '211651.882500', '211652.342500', '211652.802500', '211653.262500', '211653.722500', '211654.182500', '211654.642500', '211655.102500', '211655.562500', '211656.022500', '211656.482500', '211656.942500', '211657.402500', '211657.862500', '211658.322500', '211658.782500', '211659.242500', '211659.702500', '211700.162500', '211700.622500', '211701.082500', '211701.542500', '211702.002500', '211702.462500', '211702.922500', '211703.382500', '211703.842500', '211704.302500', '211704.762500', '211705.222500', '211705.682500', '211706.142500', '211706.602500', '211707.062500', '211707.522500', '211707.982500', '211708.442500', '211708.902500', '211709.362500', '211709.822500', '211710.282500', '211710.742500', '211711.202500', '211711.662500', '211712.122500', '211712.582500', '211713.042500', '211713.502500', '211713.962500', '211714.422500', '211714.882500', '211715.342500', '211715.802500', '211716.262500', '211716.722500', '211717.182500', '211717.642500', '211718.102500', '211718.562500', '211719.022500', '211719.482500', '211719.942500', '211720.402500', '211720.862500', '211721.322500', '211721.782500', '211722.242500', '211722.702500', '211723.162500', '211723.622500', '211724.082500', '211724.542500', '211725.002500', '211725.462500', '211725.922500', '211726.382500', '211726.842500', '211727.302500', '211727.762500', '211728.222500', '211728.682500', '211729.142500', '211729.602500', '211730.062500', '211730.522500', '211730.982500', '211731.442500', '211731.902500', '211732.362500', '211732.822500', '211733.282500', '211733.742500', '211734.202500', '211734.662500', '211735.122500', '211735.582500', '211736.042500', '211736.502500', '211736.962500', '211737.422500', '211737.882500', '211738.342500', '211738.802500', '211739.262500', '211739.722500', '211740.182500', '211740.642500', '211741.102500', '211741.562500', '211742.022500', '211742.482500', '211742.942500', '211743.402500', '211743.862500', '211744.322500', '211744.782500', '211745.242500', '211745.702500', '211746.162500', '211746.622500', '211747.082500', '211747.542500', '211748.002500', '211748.462500', '211748.922500', '211749.382500', '211749.842500', '211750.302500'], 'ContentTime': ['211124.628000', '211124.631000', '211124.634000', '211124.637000', '211124.639000', '211124.642000', '211124.645000', '211124.647000', '211124.650000', '211124.653000', '211124.655000', '211124.658000', '211124.660000', '211124.663000', '211124.666000', '211124.668000', '211124.671000', '211124.673000', '211124.676000', '211124.678000', '211124.681000', '211124.683000', '211124.686000', '211124.688000', '211124.691000', '211124.694000', '211124.696000', '211124.699000', '211124.701000', '211124.704000', '211144.573000', '211144.576000', '211144.579000', '211144.581000', '211144.584000', '211144.586000', '211144.589000', '211144.592000', '211144.594000', '211144.597000', '211144.599000', '211144.602000', '211144.604000', '211144.609000', '211144.612000', '211144.614000', '211144.617000', '211144.619000', '211144.622000', '211144.624000', '211144.627000', '211144.629000', '211144.632000', '211144.635000', '211144.637000', '211144.640000', '211144.642000', '211144.645000', '211144.647000', '211144.650000', '211144.652000', '211144.655000', '211144.658000', '211144.660000', '211144.663000', '211144.666000', '211144.668000', '211144.671000', '211144.673000', '211144.676000', '211144.678000', '211144.681000', '211144.684000', '211144.686000', '211204.572000', '211204.575000', '211204.578000', '211204.580000', '211204.583000', '211204.586000', '211204.588000', '211204.591000', '211204.593000', '211204.596000', '211204.599000', '211204.601000', '211204.604000', '211204.607000', '211204.609000', '211204.612000', '211204.614000', '211204.617000', '211204.626000', '211204.628000', '211204.631000', '211204.633000', '211204.636000', '211204.639000', '211204.641000', '211204.644000', '211204.647000', '211204.649000', '211204.652000', '211204.654000', '211204.657000', '211204.659000', '211204.662000', '211204.665000', '211204.667000', '211204.670000', '211204.673000', '211204.675000', '211204.678000', '211204.681000', '211204.683000', '211204.686000', '211204.689000', '211224.572000', '211224.575000', '211224.578000', '211224.580000', '211224.583000', '211224.585000', '211224.588000', '211224.591000', '211224.593000', '211224.596000', '211224.598000', '211224.601000', '211224.604000', '211224.606000', '211224.609000', '211224.611000', '211224.614000', '211224.616000', '211224.619000', '211224.622000', '211224.624000', '211224.627000', '211224.629000', '211224.632000', '211224.634000', '211224.637000', '211224.640000', '211224.642000', '211224.645000', '211224.647000', '211224.650000', '211224.652000', '211224.655000', '211224.658000', '211224.660000', '211224.663000', '211224.665000', '211224.668000', '211224.686000', '211224.689000', '211224.691000', '211224.694000', '211224.696000', '211224.699000', '211244.572000', '211244.575000', '211244.578000', '211244.580000', '211244.583000', '211244.586000', '211244.588000', '211244.591000', '211244.593000', '211244.596000', '211244.599000', '211244.602000', '211244.604000', '211244.607000', '211244.609000', '211244.612000', '211244.614000', '211244.617000', '211244.620000', '211244.622000', '211244.625000', '211244.627000', '211244.630000', '211244.632000', '211244.635000', '211244.638000', '211244.640000', '211244.643000', '211244.645000', '211244.648000', '211244.650000', '211244.653000', '211244.656000', '211244.658000', '211244.661000', '211244.663000', '211244.666000', '211244.669000', '211244.671000', '211244.674000', '211244.676000', '211244.679000', '211244.682000', '211304.572000', '211304.575000', '211304.578000', '211304.580000', '211304.583000', '211304.606000', '211304.609000', '211304.611000', '211304.614000', '211304.616000', '211304.619000', '211304.622000', '211304.624000', '211304.627000', '211304.629000', '211304.632000', '211304.635000', '211304.637000', '211304.640000', '211304.642000', '211304.645000', '211304.647000', '211304.650000', '211304.653000', '211304.655000', '211304.658000', '211304.660000', '211304.663000', '211304.665000', '211304.668000', '211304.671000', '211304.673000', '211304.676000', '211304.678000', '211304.681000', '211304.684000', '211304.686000', '211304.689000', '211304.691000', '211304.694000', '211304.697000', '211304.699000', '211304.702000', '211304.704000', '211324.572000', '211324.575000', '211324.578000', '211324.581000', '211324.583000', '211324.586000', '211324.588000', '211324.591000', '211324.594000', '211324.596000', '211324.599000', '211324.601000', '211324.604000', '211324.607000', '211324.609000', '211324.612000', '211324.614000', '211324.617000', '211324.620000', '211324.622000', '211324.625000', '211324.627000', '211324.630000', '211324.633000', '211324.635000', '211324.638000', '211324.640000', '211324.643000', '211324.646000', '211324.648000', '211324.651000', '211324.653000', '211324.656000', '211324.658000', '211324.661000', '211324.664000', '211324.666000', '211324.669000', '211324.671000', '211324.674000', '211324.676000', '211324.679000', '211324.681000', '211344.573000', '211344.576000', '211344.579000', '211344.581000', '211344.584000', '211344.587000', '211344.589000', '211344.592000', '211344.595000', '211344.597000', '211344.600000', '211344.602000', '211344.605000', '211344.608000', '211344.610000', '211344.613000', '211344.615000', '211344.618000', '211344.621000', '211344.623000', '211344.626000', '211344.628000', '211344.631000', '211344.634000', '211344.636000', '211344.639000', '211344.642000', '211344.644000', '211344.647000', '211344.649000', '211344.652000', '211344.654000', '211344.657000', '211344.659000', '211344.662000', '211344.665000', '211344.667000', '211344.670000', '211344.673000', '211344.675000', '211344.678000', '211344.680000', '211344.683000', '211344.686000', '211404.574000', '211404.576000', '211404.579000', '211404.582000', '211404.584000', '211404.587000', '211404.590000', '211404.592000', '211404.595000', '211404.597000', '211404.600000', '211404.603000', '211404.605000', '211404.608000', '211404.610000', '211404.613000', '211404.616000', '211404.618000', '211404.650000', '211404.653000', '211404.656000', '211404.658000', '211404.661000', '211404.663000', '211404.666000', '211404.668000', '211404.671000', '211404.673000', '211404.676000', '211404.679000', '211404.681000', '211404.684000', '211404.686000', '211404.689000', '211404.692000', '211404.694000', '211404.697000', '211404.699000', '211404.702000', '211404.705000', '211404.707000', '211404.710000', '211404.712000', '211424.573000', '211424.575000', '211424.578000', '211424.581000', '211424.583000', '211424.586000', '211424.589000', '211424.591000', '211424.594000', '211424.596000', '211424.599000', '211424.602000', '211424.604000', '211424.607000', '211424.610000', '211424.612000', '211424.615000', '211424.617000', '211424.620000', '211424.623000', '211424.625000', '211424.628000', '211424.631000', '211424.633000', '211424.636000', '211424.638000', '211424.641000', '211424.643000', '211424.646000', '211424.649000', '211424.651000', '211424.654000', '211424.656000', '211424.659000', '211424.662000', '211424.664000', '211424.667000', '211424.669000', '211424.672000', '211424.675000', '211424.677000', '211424.680000', '211424.682000', '211444.572000', '211444.575000', '211444.578000', '211444.580000', '211444.583000', '211444.586000', '211444.588000', '211444.591000', '211444.593000', '211444.596000', '211444.599000', '211444.601000', '211444.604000', '211444.607000', '211444.609000', '211444.612000', '211444.614000', '211444.617000', '211444.620000', '211444.622000', '211444.625000', '211444.627000', '211444.630000', '211444.633000', '211444.635000', '211444.638000', '211444.640000', '211444.643000', '211444.646000', '211444.648000', '211444.651000', '211444.653000', '211444.656000', '211444.659000', '211444.661000', '211444.664000', '211444.667000', '211444.669000', '211444.672000', '211444.674000', '211444.677000', '211444.680000', '211444.682000', '211444.685000', '211504.573000', '211504.575000', '211504.578000', '211504.581000', '211504.583000', '211504.586000', '211504.588000', '211504.591000', '211504.594000', '211504.596000', '211504.599000', '211504.602000', '211504.604000', '211504.607000', '211504.609000', '211504.612000', '211504.615000', '211504.617000', '211504.620000', '211504.622000', '211504.625000', '211504.628000', '211504.630000', '211504.633000', '211504.635000', '211504.638000', '211504.640000', '211504.643000', '211504.646000', '211504.648000', '211504.651000', '211504.654000', '211504.656000', '211504.659000', '211504.662000', '211504.664000', '211504.667000', '211504.669000', '211504.672000', '211504.675000', '211504.677000', '211504.680000', '211504.682000', '211504.685000', '211524.573000', '211524.576000', '211524.578000', '211524.581000', '211524.583000', '211524.586000', '211524.589000', '211524.591000', '211524.594000', '211524.596000', '211524.599000', '211524.602000', '211524.604000', '211524.607000', '211524.609000', '211524.612000', '211524.615000', '211524.617000', '211524.620000', '211524.622000', '211524.625000', '211524.627000', '211524.630000', '211524.633000', '211524.635000', '211524.638000', '211524.640000', '211524.643000', '211524.645000', '211524.648000', '211524.651000', '211524.653000', '211524.656000', '211524.659000', '211524.661000', '211524.664000', '211524.666000', '211524.669000', '211524.672000', '211524.674000', '211524.677000', '211524.680000', '211524.682000', '211544.581000', '211544.584000', '211544.587000', '211544.590000', '211544.592000', '211544.595000', '211544.597000', '211544.600000', '211544.603000', '211544.605000', '211544.608000', '211544.610000', '211544.613000', '211544.616000', '211544.618000', '211544.621000', '211544.624000', '211544.626000', '211544.629000', '211544.632000', '211544.634000', '211544.637000', '211544.640000', '211544.642000', '211544.645000', '211544.648000', '211544.650000', '211544.653000', '211544.656000', '211544.658000', '211544.661000', '211544.663000', '211544.666000', '211544.669000', '211544.671000', '211544.674000', '211544.676000', '211544.679000', '211544.682000', '211544.684000', '211544.687000', '211544.690000', '211544.692000', '211604.573000', '211604.576000', '211604.579000', '211604.582000', '211604.584000', '211604.587000', '211604.589000', '211604.592000', '211604.594000', '211604.597000', '211604.600000', '211604.602000', '211604.605000', '211604.607000', '211604.610000', '211604.613000', '211604.615000', '211604.618000', '211604.621000', '211604.623000', '211604.626000', '211604.628000', '211604.631000', '211604.633000', '211604.636000', '211604.639000', '211604.641000', '211604.644000', '211604.646000', '211604.649000', '211604.652000', '211604.654000', '211604.657000', '211604.659000', '211604.662000', '211604.665000', '211604.667000', '211604.670000', '211604.672000', '211604.675000', '211604.677000', '211604.680000', '211604.683000', '211604.685000', '211624.573000', '211624.576000', '211624.579000', '211624.581000', '211624.584000', '211624.587000', '211624.589000', '211624.592000', '211624.595000', '211624.597000', '211624.600000', '211624.603000', '211624.605000', '211624.608000', '211624.611000', '211624.613000', '211624.616000', '211624.618000', '211624.621000', '211624.624000', '211624.626000', '211624.629000', '211624.631000', '211624.634000', '211624.636000', '211624.639000', '211624.642000', '211624.644000', '211624.647000', '211624.650000', '211624.652000', '211624.655000', '211624.658000', '211624.660000', '211624.663000', '211624.665000', '211624.668000', '211624.670000', '211624.673000', '211624.676000', '211624.678000', '211624.681000', '211624.683000', '211624.686000', '211644.572000', '211644.575000', '211644.578000', '211644.581000', '211644.583000', '211644.586000', '211644.588000', '211644.591000', '211644.593000', '211644.596000', '211644.599000', '211644.601000', '211644.604000', '211644.607000', '211644.609000', '211644.612000', '211644.614000', '211644.617000', '211644.620000', '211644.622000', '211644.625000', '211644.627000', '211644.630000', '211644.632000', '211644.635000', '211644.638000', '211644.640000', '211644.643000', '211644.645000', '211644.648000', '211644.651000', '211644.653000', '211644.656000', '211644.658000', '211644.661000', '211644.664000', '211644.666000', '211644.669000', '211644.671000', '211644.674000', '211644.677000', '211644.679000', '211644.682000', '211704.573000', '211704.575000', '211704.578000', '211704.581000', '211704.583000', '211704.586000', '211704.588000', '211704.591000', '211704.594000', '211704.596000', '211704.599000', '211704.614000', '211704.616000', '211704.619000', '211704.623000', '211704.626000', '211704.628000', '211704.631000', '211704.633000', '211704.636000', '211704.639000', '211704.641000', '211704.644000', '211704.647000', '211704.649000', '211704.652000', '211704.655000', '211704.657000', '211704.660000', '211704.664000', '211704.667000', '211704.669000', '211704.672000', '211704.675000', '211704.678000', '211704.680000', '211704.683000', '211704.686000', '211704.688000', '211704.691000', '211704.693000', '211704.696000', '211704.699000', '211724.572000', '211724.575000', '211724.578000', '211724.580000', '211724.583000', '211724.586000', '211724.588000', '211724.592000', '211724.595000', '211724.597000', '211724.600000', '211724.603000', '211724.605000', '211724.608000', '211724.610000', '211724.613000', '211724.615000', '211724.618000', '211724.621000', '211724.623000', '211724.626000', '211724.628000', '211724.631000', '211724.634000', '211724.636000', '211724.639000', '211724.642000', '211724.644000', '211724.647000', '211724.649000', '211724.652000', '211724.654000', '211724.657000', '211724.660000', '211724.662000', '211724.665000', '211724.667000', '211724.670000', '211724.673000', '211724.675000', '211724.678000', '211724.681000', '211724.683000', '211724.686000', '211744.573000', '211744.576000', '211744.578000', '211744.581000', '211744.584000', '211744.586000', '211744.589000', '211744.591000', '211744.594000', '211744.597000', '211744.599000', '211744.602000', '211744.605000', '211744.607000', '211744.610000', '211744.612000', '211744.615000', '211744.617000', '211744.620000', '211744.623000', '211744.625000', '211744.628000', '211744.630000', '211744.633000', '211744.636000', '211744.638000', '211744.641000', '211744.643000', '211744.646000', '211744.649000', '211744.651000', '211744.654000', '211744.656000', '211744.659000', '211744.662000', '211744.664000', '211744.667000', '211744.669000', '211744.672000', '211744.675000', '211744.677000', '211744.680000', '211744.682000', '211751.514000', '211751.517000', '211751.520000', '211751.523000', '211751.526000', '211751.529000', '211751.532000', '211751.535000', '211751.537000', '211751.541000', '211751.544000', '211751.547000', '211751.550000', '211751.552000', '211751.555000', '211751.558000'], 'InstanceCreationTime': ['211124.628000', '211124.631000', '211124.634000', '211124.637000', '211124.639000', '211124.642000', '211124.645000', '211124.647000', '211124.650000', '211124.653000', '211124.655000', '211124.658000', '211124.660000', '211124.663000', '211124.666000', '211124.668000', '211124.671000', '211124.673000', '211124.676000', '211124.678000', '211124.681000', '211124.683000', '211124.686000', '211124.688000', '211124.691000', '211124.694000', '211124.696000', '211124.699000', '211124.701000', '211124.704000', '211144.573000', '211144.576000', '211144.579000', '211144.581000', '211144.584000', '211144.586000', '211144.589000', '211144.592000', '211144.594000', '211144.597000', '211144.599000', '211144.602000', '211144.604000', '211144.609000', '211144.612000', '211144.614000', '211144.617000', '211144.619000', '211144.622000', '211144.624000', '211144.627000', '211144.629000', '211144.632000', '211144.635000', '211144.637000', '211144.640000', '211144.642000', '211144.645000', '211144.647000', '211144.650000', '211144.652000', '211144.655000', '211144.658000', '211144.660000', '211144.663000', '211144.666000', '211144.668000', '211144.671000', '211144.673000', '211144.676000', '211144.678000', '211144.681000', '211144.684000', '211144.686000', '211204.572000', '211204.575000', '211204.578000', '211204.580000', '211204.583000', '211204.586000', '211204.588000', '211204.591000', '211204.593000', '211204.596000', '211204.599000', '211204.601000', '211204.604000', '211204.607000', '211204.609000', '211204.612000', '211204.614000', '211204.617000', '211204.626000', '211204.628000', '211204.631000', '211204.633000', '211204.636000', '211204.639000', '211204.641000', '211204.644000', '211204.647000', '211204.649000', '211204.652000', '211204.654000', '211204.657000', '211204.659000', '211204.662000', '211204.665000', '211204.667000', '211204.670000', '211204.673000', '211204.675000', '211204.678000', '211204.681000', '211204.683000', '211204.686000', '211204.689000', '211224.572000', '211224.575000', '211224.578000', '211224.580000', '211224.583000', '211224.585000', '211224.588000', '211224.591000', '211224.593000', '211224.596000', '211224.598000', '211224.601000', '211224.604000', '211224.606000', '211224.609000', '211224.611000', '211224.614000', '211224.616000', '211224.619000', '211224.622000', '211224.624000', '211224.627000', '211224.629000', '211224.632000', '211224.634000', '211224.637000', '211224.640000', '211224.642000', '211224.645000', '211224.647000', '211224.650000', '211224.652000', '211224.655000', '211224.658000', '211224.660000', '211224.663000', '211224.665000', '211224.668000', '211224.686000', '211224.689000', '211224.691000', '211224.694000', '211224.696000', '211224.699000', '211244.572000', '211244.575000', '211244.578000', '211244.580000', '211244.583000', '211244.586000', '211244.588000', '211244.591000', '211244.593000', '211244.596000', '211244.599000', '211244.602000', '211244.604000', '211244.607000', '211244.609000', '211244.612000', '211244.614000', '211244.617000', '211244.620000', '211244.622000', '211244.625000', '211244.627000', '211244.630000', '211244.632000', '211244.635000', '211244.638000', '211244.640000', '211244.643000', '211244.645000', '211244.648000', '211244.650000', '211244.653000', '211244.656000', '211244.658000', '211244.661000', '211244.663000', '211244.666000', '211244.669000', '211244.671000', '211244.674000', '211244.676000', '211244.679000', '211244.682000', '211304.572000', '211304.575000', '211304.578000', '211304.580000', '211304.583000', '211304.606000', '211304.609000', '211304.611000', '211304.614000', '211304.616000', '211304.619000', '211304.622000', '211304.624000', '211304.627000', '211304.629000', '211304.632000', '211304.635000', '211304.637000', '211304.640000', '211304.642000', '211304.645000', '211304.647000', '211304.650000', '211304.653000', '211304.655000', '211304.658000', '211304.660000', '211304.663000', '211304.665000', '211304.668000', '211304.671000', '211304.673000', '211304.676000', '211304.678000', '211304.681000', '211304.684000', '211304.686000', '211304.689000', '211304.691000', '211304.694000', '211304.697000', '211304.699000', '211304.702000', '211304.704000', '211324.572000', '211324.575000', '211324.578000', '211324.581000', '211324.583000', '211324.586000', '211324.588000', '211324.591000', '211324.594000', '211324.596000', '211324.599000', '211324.601000', '211324.604000', '211324.607000', '211324.609000', '211324.612000', '211324.614000', '211324.617000', '211324.620000', '211324.622000', '211324.625000', '211324.627000', '211324.630000', '211324.633000', '211324.635000', '211324.638000', '211324.640000', '211324.643000', '211324.646000', '211324.648000', '211324.651000', '211324.653000', '211324.656000', '211324.658000', '211324.661000', '211324.664000', '211324.666000', '211324.669000', '211324.671000', '211324.674000', '211324.676000', '211324.679000', '211324.681000', '211344.573000', '211344.576000', '211344.579000', '211344.581000', '211344.584000', '211344.587000', '211344.589000', '211344.592000', '211344.595000', '211344.597000', '211344.600000', '211344.602000', '211344.605000', '211344.608000', '211344.610000', '211344.613000', '211344.615000', '211344.618000', '211344.621000', '211344.623000', '211344.626000', '211344.628000', '211344.631000', '211344.634000', '211344.636000', '211344.639000', '211344.642000', '211344.644000', '211344.647000', '211344.649000', '211344.652000', '211344.654000', '211344.657000', '211344.659000', '211344.662000', '211344.665000', '211344.667000', '211344.670000', '211344.673000', '211344.675000', '211344.678000', '211344.680000', '211344.683000', '211344.686000', '211404.574000', '211404.576000', '211404.579000', '211404.582000', '211404.584000', '211404.587000', '211404.590000', '211404.592000', '211404.595000', '211404.597000', '211404.600000', '211404.603000', '211404.605000', '211404.608000', '211404.610000', '211404.613000', '211404.616000', '211404.618000', '211404.650000', '211404.653000', '211404.656000', '211404.658000', '211404.661000', '211404.663000', '211404.666000', '211404.668000', '211404.671000', '211404.673000', '211404.676000', '211404.679000', '211404.681000', '211404.684000', '211404.686000', '211404.689000', '211404.692000', '211404.694000', '211404.697000', '211404.699000', '211404.702000', '211404.705000', '211404.707000', '211404.710000', '211404.712000', '211424.573000', '211424.575000', '211424.578000', '211424.581000', '211424.583000', '211424.586000', '211424.589000', '211424.591000', '211424.594000', '211424.596000', '211424.599000', '211424.602000', '211424.604000', '211424.607000', '211424.610000', '211424.612000', '211424.615000', '211424.617000', '211424.620000', '211424.623000', '211424.625000', '211424.628000', '211424.631000', '211424.633000', '211424.636000', '211424.638000', '211424.641000', '211424.643000', '211424.646000', '211424.649000', '211424.651000', '211424.654000', '211424.656000', '211424.659000', '211424.662000', '211424.664000', '211424.667000', '211424.669000', '211424.672000', '211424.675000', '211424.677000', '211424.680000', '211424.682000', '211444.572000', '211444.575000', '211444.578000', '211444.580000', '211444.583000', '211444.586000', '211444.588000', '211444.591000', '211444.593000', '211444.596000', '211444.599000', '211444.601000', '211444.604000', '211444.607000', '211444.609000', '211444.612000', '211444.614000', '211444.617000', '211444.620000', '211444.622000', '211444.625000', '211444.627000', '211444.630000', '211444.633000', '211444.635000', '211444.638000', '211444.640000', '211444.643000', '211444.646000', '211444.648000', '211444.651000', '211444.653000', '211444.656000', '211444.659000', '211444.661000', '211444.664000', '211444.667000', '211444.669000', '211444.672000', '211444.674000', '211444.677000', '211444.680000', '211444.682000', '211444.685000', '211504.573000', '211504.575000', '211504.578000', '211504.581000', '211504.583000', '211504.586000', '211504.588000', '211504.591000', '211504.594000', '211504.596000', '211504.599000', '211504.602000', '211504.604000', '211504.607000', '211504.609000', '211504.612000', '211504.615000', '211504.617000', '211504.620000', '211504.622000', '211504.625000', '211504.628000', '211504.630000', '211504.633000', '211504.635000', '211504.638000', '211504.640000', '211504.643000', '211504.646000', '211504.648000', '211504.651000', '211504.654000', '211504.656000', '211504.659000', '211504.662000', '211504.664000', '211504.667000', '211504.669000', '211504.672000', '211504.675000', '211504.677000', '211504.680000', '211504.682000', '211504.685000', '211524.573000', '211524.576000', '211524.578000', '211524.581000', '211524.583000', '211524.586000', '211524.589000', '211524.591000', '211524.594000', '211524.596000', '211524.599000', '211524.602000', '211524.604000', '211524.607000', '211524.609000', '211524.612000', '211524.615000', '211524.617000', '211524.620000', '211524.622000', '211524.625000', '211524.627000', '211524.630000', '211524.633000', '211524.635000', '211524.638000', '211524.640000', '211524.643000', '211524.645000', '211524.648000', '211524.651000', '211524.653000', '211524.656000', '211524.659000', '211524.661000', '211524.664000', '211524.666000', '211524.669000', '211524.672000', '211524.674000', '211524.677000', '211524.680000', '211524.682000', '211544.581000', '211544.584000', '211544.587000', '211544.590000', '211544.592000', '211544.595000', '211544.597000', '211544.600000', '211544.603000', '211544.605000', '211544.608000', '211544.610000', '211544.613000', '211544.616000', '211544.618000', '211544.621000', '211544.624000', '211544.626000', '211544.629000', '211544.632000', '211544.634000', '211544.637000', '211544.640000', '211544.642000', '211544.645000', '211544.648000', '211544.650000', '211544.653000', '211544.656000', '211544.658000', '211544.661000', '211544.663000', '211544.666000', '211544.669000', '211544.671000', '211544.674000', '211544.676000', '211544.679000', '211544.682000', '211544.684000', '211544.687000', '211544.690000', '211544.692000', '211604.573000', '211604.576000', '211604.579000', '211604.582000', '211604.584000', '211604.587000', '211604.589000', '211604.592000', '211604.594000', '211604.597000', '211604.600000', '211604.602000', '211604.605000', '211604.607000', '211604.610000', '211604.613000', '211604.615000', '211604.618000', '211604.621000', '211604.623000', '211604.626000', '211604.628000', '211604.631000', '211604.633000', '211604.636000', '211604.639000', '211604.641000', '211604.644000', '211604.646000', '211604.649000', '211604.652000', '211604.654000', '211604.657000', '211604.659000', '211604.662000', '211604.665000', '211604.667000', '211604.670000', '211604.672000', '211604.675000', '211604.677000', '211604.680000', '211604.683000', '211604.685000', '211624.573000', '211624.576000', '211624.579000', '211624.581000', '211624.584000', '211624.587000', '211624.589000', '211624.592000', '211624.595000', '211624.597000', '211624.600000', '211624.603000', '211624.605000', '211624.608000', '211624.611000', '211624.613000', '211624.616000', '211624.618000', '211624.621000', '211624.624000', '211624.626000', '211624.629000', '211624.631000', '211624.634000', '211624.636000', '211624.639000', '211624.642000', '211624.644000', '211624.647000', '211624.650000', '211624.652000', '211624.655000', '211624.658000', '211624.660000', '211624.663000', '211624.665000', '211624.668000', '211624.670000', '211624.673000', '211624.676000', '211624.678000', '211624.681000', '211624.683000', '211624.686000', '211644.572000', '211644.575000', '211644.578000', '211644.581000', '211644.583000', '211644.586000', '211644.588000', '211644.591000', '211644.593000', '211644.596000', '211644.599000', '211644.601000', '211644.604000', '211644.607000', '211644.609000', '211644.612000', '211644.614000', '211644.617000', '211644.620000', '211644.622000', '211644.625000', '211644.627000', '211644.630000', '211644.632000', '211644.635000', '211644.638000', '211644.640000', '211644.643000', '211644.645000', '211644.648000', '211644.651000', '211644.653000', '211644.656000', '211644.658000', '211644.661000', '211644.664000', '211644.666000', '211644.669000', '211644.671000', '211644.674000', '211644.677000', '211644.679000', '211644.682000', '211704.573000', '211704.575000', '211704.578000', '211704.581000', '211704.583000', '211704.586000', '211704.588000', '211704.591000', '211704.594000', '211704.596000', '211704.599000', '211704.614000', '211704.616000', '211704.619000', '211704.623000', '211704.626000', '211704.628000', '211704.631000', '211704.633000', '211704.636000', '211704.639000', '211704.641000', '211704.644000', '211704.647000', '211704.649000', '211704.652000', '211704.655000', '211704.657000', '211704.660000', '211704.664000', '211704.667000', '211704.669000', '211704.672000', '211704.675000', '211704.678000', '211704.680000', '211704.683000', '211704.686000', '211704.688000', '211704.691000', '211704.693000', '211704.696000', '211704.699000', '211724.572000', '211724.575000', '211724.578000', '211724.580000', '211724.583000', '211724.586000', '211724.588000', '211724.592000', '211724.595000', '211724.597000', '211724.600000', '211724.603000', '211724.605000', '211724.608000', '211724.610000', '211724.613000', '211724.615000', '211724.618000', '211724.621000', '211724.623000', '211724.626000', '211724.628000', '211724.631000', '211724.634000', '211724.636000', '211724.639000', '211724.642000', '211724.644000', '211724.647000', '211724.649000', '211724.652000', '211724.654000', '211724.657000', '211724.660000', '211724.662000', '211724.665000', '211724.667000', '211724.670000', '211724.673000', '211724.675000', '211724.678000', '211724.681000', '211724.683000', '211724.686000', '211744.573000', '211744.576000', '211744.578000', '211744.581000', '211744.584000', '211744.586000', '211744.589000', '211744.591000', '211744.594000', '211744.597000', '211744.599000', '211744.602000', '211744.605000', '211744.607000', '211744.610000', '211744.612000', '211744.615000', '211744.617000', '211744.620000', '211744.623000', '211744.625000', '211744.628000', '211744.630000', '211744.633000', '211744.636000', '211744.638000', '211744.641000', '211744.643000', '211744.646000', '211744.649000', '211744.651000', '211744.654000', '211744.656000', '211744.659000', '211744.662000', '211744.664000', '211744.667000', '211744.669000', '211744.672000', '211744.675000', '211744.677000', '211744.680000', '211744.682000', '211751.514000', '211751.517000', '211751.520000', '211751.523000', '211751.526000', '211751.529000', '211751.532000', '211751.535000', '211751.537000', '211751.541000', '211751.544000', '211751.547000', '211751.550000', '211751.552000', '211751.555000', '211751.558000'], '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': [12392, 15658, 15757, 8870, 13198, 9096, 15810, 10329, 16421, 12095, 14445, 11513, 17317, 12950, 11472, 12156, 10191, 14848, 12688, 15929, 8376, 14125, 10547, 14887, 12342, 16509, 11518, 10089, 12591, 10725, 15712, 10252, 14114, 11384, 15139, 12446, 16683, 11152, 12398, 9840, 15597, 13367, 11545, 13422, 9562, 14697, 11252, 16136, 9286, 14509, 11587, 15051, 12563, 16854, 11778, 14994, 11041, 17733, 12529, 15470, 11140, 15299, 10346, 15509, 13255, 15558, 10754, 14049, 10333, 14863, 12647, 9282, 14242, 8802, 14877, 10743, 15950, 13081, 14539, 10688, 15877, 12730, 15928, 13474, 9141, 13222, 11248, 15761, 12417, 15387, 8429, 13068, 8952, 15272, 12397, 17098, 11373, 13307, 10509, 15069, 14434, 12685, 14705, 8980, 13516, 9240, 15483, 9860, 15578, 10915, 13952, 10708, 15122, 11323, 15671, 12293, 14246, 11066, 15308, 11738, 12168, 12783, 9107, 13382, 9546, 15177, 12574, 14945, 11217, 14843, 12682, 16037, 13742, 14534, 10256, 14121, 10546, 15814, 10439, 14909, 9343, 12296, 8544, 14589, 9675, 15196, 8659, 12838, 8968, 14115, 9107, 15654, 11727, 14056, 10936, 15153, 13025, 16600, 12503, 14207, 10100, 15813, 11826, 16956, 12822, 10180, 10934, 9624, 13647, 12043, 15688, 9406, 14329, 8492, 14288, 8910, 15894, 12921, 16187, 10763, 13313, 10043, 15662, 13872, 10434, 15036, 9488, 15188, 11039, 16141, 9138, 14780, 8530, 13300, 8386, 15679, 10790, 15433, 8844, 13315, 10610, 14657, 12485, 15193, 11133, 12767, 10839, 15363, 14405, 10271, 15080, 9868, 14508, 11289, 16081, 9474, 15350, 9960, 14693, 11642, 15963, 13409, 11870, 10979, 9268, 14786, 10914, 16216, 10691, 15024, 12008, 15408, 12777, 16411, 12035, 10761, 11493, 13052, 15343, 11632, 15886, 9096, 14105, 10799, 15293, 13235, 15638, 11580, 9370, 13045, 10493, 15672, 11098, 16286, 11473, 14269, 11104, 15310, 15300, 10159, 15085, 8294, 14808, 9990, 16044, 12768, 15912, 9961, 14136, 9784, 16272, 12143, 10821, 12254, 8788, 12874, 8822, 15406, 13282, 13543, 10841, 9390, 14382, 11040, 16088, 9134, 14670, 11894, 15419, 12498, 12673, 12853, 9133, 14093, 8818, 15751, 13309, 16153, 11058, 14060, 11228, 14895, 15445, 10797, 15115, 8438, 14034, 9101, 15545, 12522, 16800, 10362, 13728, 10597, 15552, 14315, 9711, 14261, 8270, 14672, 11271, 16224, 12810, 11013, 11515, 9365, 14984, 10685, 16108, 11619, 15117, 11096, 15449, 11116, 16328, 13664, 9247, 13552, 8467, 15170, 11872, 16722, 11917, 13271, 10497, 14398, 15380, 9989, 15150, 8183, 14464, 9131, 15651, 11112, 15006, 11644, 14098, 9508, 15304, 10916, 15631, 11784, 12547, 9854, 14241, 11410, 12447, 14856, 9077, 14449, 8575, 15683, 10282, 15712, 12139, 14185, 11729, 14776, 12277, 17931, 12295, 11104, 11900, 9759, 14858, 9590, 15498, 12661, 14627, 10871, 13595, 15214, 9870, 15253, 10793, 15271, 12701, 17258, 12375, 9441, 12899, 10972, 15717, 10165, 15270, 11817, 14348, 12289, 16667, 12435, 12033, 10237, 14562, 11780, 17634, 13025, 11174, 13368, 9033, 12677, 8729, 14638, 9975, 15573, 12222, 14801, 11280, 15585, 11828, 15254, 11139, 12578, 9852, 12745, 11919, 11898, 15607, 8327, 13667, 11478, 16367, 12419, 13193, 13734, 9549, 14010, 10263, 15790, 10583, 16163, 12241, 14193, 11213, 18537, 12103, 13056, 13517, 8593, 13482, 10532, 15831, 13598, 17231, 11563, 9670, 11582, 9021, 12880, 9094, 15238, 11932, 15474, 11273, 15751, 13036, 8824, 13041, 8228, 13131, 11387, 17610, 12214, 10927, 12037, 13497, 13669, 11334, 15433, 9529, 14975, 10111, 15255, 11656, 17689, 11692, 12043, 11497, 11232, 14126, 8736, 15294, 13014, 12222, 14713, 11642, 14907, 11411, 17340, 14648, 11101, 14918, 8368, 14580, 12489, 16507, 12244, 9295, 12462, 11605, 15445, 12565, 15914, 12174, 11299, 12203, 17118, 14250, 16262, 12137, 13539, 10540, 16555, 11807, 16982, 11985, 9619, 10496, 8704, 13075, 10336, 15255, 11774, 14127, 11706, 16463, 11618, 16477, 14667, 9437, 13286, 8181, 15046, 11211, 16285, 12035, 12187, 10673, 12458, 14419, 12362, 15727, 9104, 12926, 11366, 17089, 11935, 14266, 14199, 9050, 13869, 8967, 15585, 13434, 16813, 11185, 12749, 11443, 14953, 15033, 10545, 15714, 8871, 14053, 10326, 15025, 12768, 15018, 10820, 9542, 12399, 10310, 15154, 10530, 15607, 10344, 13708, 11561, 14676, 13027, 17864, 12534, 11599, 11280, 10596, 14691, 10360, 15046, 12269, 14385, 11664, 17864, 12913, 16302, 12017, 10041, 12832, 11513, 15271, 11392, 15402, 8397, 13282, 9574, 14605, 10048, 15394, 12474, 13573, 10794, 13508, 13920, 10390, 15310, 10180, 14128, 11686, 15649, 13572, 17325, 11700, 12938, 11458, 14848, 15217, 10709, 15184, 8761, 14250, 10753, 16383, 13605, 16374, 11416, 8908, 11367, 9476, 14663, 11836, 15129, 12302, 13939, 11726, 15182, 13021, 15032, 11865, 14927, 11545, 15804, 12294, 14121, 11197, 14558, 9871, 16217, 11169, 10411, 11607, 10364, 14173, 14665, 15626, 9937, 13139, 9217, 13769, 9328, 15941, 12264, 16353, 10818, 13863, 11016, 15815, 14964, 9788, 13753, 9087, 14929, 10022, 16210, 11632, 15171, 11778, 14976, 11919, 16512, 12099, 11757, 10607, 11859, 12436, 13313, 15304, 9316, 13742, 10185, 13098, 11705, 17150, 12743, 11080, 12340, 9132, 13971, 9676, 15956, 12880, 17189, 11450, 16313, 12028, 10414, 13544, 9099, 13827, 9603, 15616, 10677, 15233, 11766, 15398, 12769, 15259, 11648, 15044, 9446, 17914, 11357, 16758, 11379, 10572, 9659, 15110, 11806, 17298, 12438, 10355, 10860, 12272, 12285, 14789, 13709, 9110, 12166, 9131, 12863, 10751, 15405, 9758, 14759, 9498, 13879, 10810, 15744, 12470, 15433, 10895, 12652, 9855, 13848, 11763, 15566, 14152, 9322, 12651, 9321, 13504, 10962, 15257, 9301, 13446, 8875, 13542, 10245, 15709, 10008, 14916, 11667, 14078, 10977, 15900, 13045, 15494, 10300, 15262, 10763, 17255, 12095, 10957, 13046, 8872, 12609, 9223, 15197, 13383, 17492, 11574, 12526, 10480, 14015, 13889, 11300, 14759, 9300, 13219, 10136, 15430, 10213, 16089, 12355, 14015, 11781, 17310, 11912, 16353, 12368, 9317, 12827, 8981, 15344, 10483, 16902, 13058, 15183, 10950, 14918, 11690, 13418, 13631, 9127, 13140, 9408, 15390, 11675, 16378, 9216, 13897, 9332, 14974, 10817, 16248, 9061, 13456, 9007, 13969, 12063, 17171, 11635, 10930, 11570, 14133], 'WindowCenter': [3804.0, 3799.0, 3787.0, 3742.0, 3762.0, 3740.0, 3772.0, 3751.0, 3772.0, 3761.0, 3759.0, 3750.0, 3771.0, 3761.0, 3749.0, 3750.0, 3738.0, 3760.0, 3759.0, 3770.0, 3729.0, 3759.0, 3749.0, 3759.0, 3761.0, 3771.0, 3750.0, 3738.0, 3749.0, 3749.0, 3771.0, 3751.0, 3770.0, 3762.0, 3771.0, 3762.0, 3783.0, 3763.0, 3761.0, 3752.0, 3772.0, 3762.0, 3762.0, 3762.0, 3740.0, 3772.0, 3750.0, 3772.0, 3741.0, 3760.0, 3750.0, 3771.0, 3762.0, 3772.0, 3761.0, 3770.0, 3750.0, 3771.0, 3761.0, 3770.0, 3750.0, 3769.0, 3739.0, 3759.0, 3760.0, 3770.0, 3749.0, 3758.0, 3739.0, 3760.0, 3760.0, 3740.0, 3771.0, 3740.0, 3773.0, 3764.0, 3773.0, 3763.0, 3772.0, 3751.0, 3771.0, 3762.0, 3772.0, 3761.0, 3739.0, 3760.0, 3749.0, 3772.0, 3749.0, 3771.0, 3728.0, 3759.0, 3728.0, 3770.0, 3761.0, 3771.0, 3751.0, 3760.0, 3750.0, 3770.0, 3761.0, 3760.0, 3761.0, 3728.0, 3759.0, 3738.0, 3771.0, 3739.0, 3759.0, 3749.0, 3759.0, 3749.0, 3759.0, 3749.0, 3759.0, 3749.0, 3759.0, 3750.0, 3770.0, 3750.0, 3760.0, 3761.0, 3740.0, 3761.0, 3751.0, 3773.0, 3763.0, 3773.0, 3763.0, 3772.0, 3763.0, 3773.0, 3763.0, 3761.0, 3751.0, 3759.0, 3750.0, 3771.0, 3739.0, 3759.0, 3728.0, 3748.0, 3727.0, 3760.0, 3738.0, 3759.0, 3728.0, 3749.0, 3728.0, 3760.0, 3739.0, 3770.0, 3761.0, 3761.0, 3751.0, 3771.0, 3762.0, 3772.0, 3762.0, 3772.0, 3751.0, 3770.0, 3751.0, 3771.0, 3750.0, 3738.0, 3739.0, 3738.0, 3760.0, 3749.0, 3771.0, 3740.0, 3761.0, 3729.0, 3760.0, 3729.0, 3771.0, 3761.0, 3772.0, 3751.0, 3760.0, 3751.0, 3772.0, 3762.0, 3751.0, 3772.0, 3740.0, 3772.0, 3750.0, 3772.0, 3740.0, 3761.0, 3729.0, 3760.0, 3729.0, 3773.0, 3750.0, 3772.0, 3740.0, 3760.0, 3750.0, 3771.0, 3762.0, 3773.0, 3763.0, 3762.0, 3753.0, 3773.0, 3773.0, 3752.0, 3774.0, 3741.0, 3773.0, 3751.0, 3773.0, 3742.0, 3772.0, 3751.0, 3771.0, 3762.0, 3772.0, 3763.0, 3761.0, 3751.0, 3740.0, 3773.0, 3751.0, 3773.0, 3752.0, 3772.0, 3762.0, 3772.0, 3763.0, 3772.0, 3762.0, 3751.0, 3751.0, 3760.0, 3773.0, 3750.0, 3772.0, 3740.0, 3760.0, 3751.0, 3771.0, 3762.0, 3772.0, 3751.0, 3740.0, 3761.0, 3751.0, 3773.0, 3752.0, 3773.0, 3763.0, 3773.0, 3752.0, 3772.0, 3773.0, 3751.0, 3772.0, 3730.0, 3761.0, 3740.0, 3771.0, 3761.0, 3771.0, 3740.0, 3759.0, 3739.0, 3770.0, 3750.0, 3750.0, 3761.0, 3741.0, 3761.0, 3741.0, 3772.0, 3763.0, 3773.0, 3752.0, 3740.0, 3773.0, 3752.0, 3774.0, 3742.0, 3772.0, 3762.0, 3772.0, 3763.0, 3763.0, 3762.0, 3741.0, 3773.0, 3741.0, 3773.0, 3774.0, 3773.0, 3763.0, 3772.0, 3752.0, 3772.0, 3773.0, 3751.0, 3772.0, 3730.0, 3761.0, 3740.0, 3771.0, 3762.0, 3772.0, 3751.0, 3760.0, 3750.0, 3771.0, 3761.0, 3740.0, 3772.0, 3730.0, 3771.0, 3752.0, 3772.0, 3762.0, 3750.0, 3751.0, 3740.0, 3773.0, 3751.0, 3773.0, 3763.0, 3772.0, 3752.0, 3771.0, 3752.0, 3772.0, 3761.0, 3740.0, 3761.0, 3730.0, 3772.0, 3762.0, 3772.0, 3762.0, 3760.0, 3751.0, 3761.0, 3772.0, 3741.0, 3772.0, 3730.0, 3760.0, 3739.0, 3771.0, 3750.0, 3771.0, 3761.0, 3760.0, 3740.0, 3771.0, 3751.0, 3771.0, 3762.0, 3761.0, 3753.0, 3772.0, 3764.0, 3763.0, 3774.0, 3753.0, 3774.0, 3742.0, 3774.0, 3752.0, 3772.0, 3762.0, 3771.0, 3762.0, 3771.0, 3762.0, 3783.0, 3762.0, 3751.0, 3751.0, 3740.0, 3773.0, 3741.0, 3772.0, 3763.0, 3773.0, 3752.0, 3773.0, 3784.0, 3752.0, 3784.0, 3763.0, 3773.0, 3764.0, 3784.0, 3763.0, 3752.0, 3763.0, 3751.0, 3774.0, 3752.0, 3773.0, 3762.0, 3772.0, 3763.0, 3773.0, 3763.0, 3761.0, 3752.0, 3770.0, 3750.0, 3771.0, 3760.0, 3749.0, 3760.0, 3739.0, 3760.0, 3729.0, 3772.0, 3740.0, 3771.0, 3761.0, 3760.0, 3750.0, 3770.0, 3761.0, 3770.0, 3751.0, 3761.0, 3751.0, 3760.0, 3762.0, 3761.0, 3773.0, 3742.0, 3772.0, 3763.0, 3784.0, 3764.0, 3774.0, 3774.0, 3752.0, 3773.0, 3751.0, 3774.0, 3751.0, 3772.0, 3762.0, 3760.0, 3750.0, 3782.0, 3761.0, 3761.0, 3761.0, 3740.0, 3760.0, 3751.0, 3771.0, 3762.0, 3771.0, 3751.0, 3739.0, 3750.0, 3728.0, 3760.0, 3739.0, 3771.0, 3761.0, 3770.0, 3751.0, 3772.0, 3762.0, 3741.0, 3761.0, 3741.0, 3761.0, 3763.0, 3784.0, 3763.0, 3762.0, 3762.0, 3761.0, 3773.0, 3762.0, 3774.0, 3752.0, 3773.0, 3752.0, 3773.0, 3763.0, 3783.0, 3763.0, 3762.0, 3763.0, 3762.0, 3773.0, 3740.0, 3773.0, 3763.0, 3762.0, 3773.0, 3763.0, 3773.0, 3764.0, 3773.0, 3763.0, 3751.0, 3762.0, 3730.0, 3760.0, 3762.0, 3771.0, 3751.0, 3742.0, 3762.0, 3764.0, 3785.0, 3776.0, 3786.0, 3765.0, 3763.0, 3764.0, 3774.0, 3775.0, 3774.0, 3752.0, 3761.0, 3751.0, 3771.0, 3752.0, 3771.0, 3751.0, 3740.0, 3751.0, 3730.0, 3762.0, 3741.0, 3773.0, 3763.0, 3773.0, 3763.0, 3773.0, 3753.0, 3773.0, 3773.0, 3741.0, 3762.0, 3730.0, 3772.0, 3752.0, 3772.0, 3763.0, 3762.0, 3751.0, 3761.0, 3774.0, 3762.0, 3773.0, 3742.0, 3762.0, 3762.0, 3773.0, 3763.0, 3773.0, 3773.0, 3742.0, 3762.0, 3742.0, 3773.0, 3763.0, 3772.0, 3752.0, 3761.0, 3751.0, 3771.0, 3772.0, 3739.0, 3772.0, 3740.0, 3760.0, 3750.0, 3760.0, 3762.0, 3771.0, 3751.0, 3740.0, 3762.0, 3750.0, 3774.0, 3751.0, 3772.0, 3751.0, 3761.0, 3751.0, 3761.0, 3762.0, 3772.0, 3762.0, 3750.0, 3751.0, 3750.0, 3772.0, 3751.0, 3772.0, 3763.0, 3772.0, 3763.0, 3784.0, 3763.0, 3772.0, 3762.0, 3751.0, 3762.0, 3750.0, 3773.0, 3750.0, 3772.0, 3729.0, 3761.0, 3740.0, 3772.0, 3741.0, 3772.0, 3763.0, 3772.0, 3763.0, 3772.0, 3774.0, 3752.0, 3785.0, 3753.0, 3773.0, 3764.0, 3784.0, 3775.0, 3784.0, 3764.0, 3773.0, 3763.0, 3773.0, 3773.0, 3751.0, 3773.0, 3741.0, 3761.0, 3751.0, 3772.0, 3763.0, 3771.0, 3751.0, 3740.0, 3761.0, 3751.0, 3774.0, 3765.0, 3774.0, 3764.0, 3772.0, 3763.0, 3773.0, 3763.0, 3773.0, 3762.0, 3771.0, 3751.0, 3771.0, 3751.0, 3760.0, 3751.0, 3760.0, 3740.0, 3771.0, 3751.0, 3751.0, 3762.0, 3750.0, 3773.0, 3772.0, 3773.0, 3740.0, 3761.0, 3740.0, 3761.0, 3740.0, 3772.0, 3762.0, 3773.0, 3752.0, 3772.0, 3763.0, 3773.0, 3773.0, 3751.0, 3761.0, 3740.0, 3772.0, 3740.0, 3772.0, 3751.0, 3760.0, 3750.0, 3759.0, 3750.0, 3771.0, 3761.0, 3749.0, 3750.0, 3748.0, 3760.0, 3759.0, 3771.0, 3739.0, 3760.0, 3750.0, 3761.0, 3762.0, 3783.0, 3762.0, 3762.0, 3762.0, 3741.0, 3773.0, 3752.0, 3774.0, 3764.0, 3784.0, 3752.0, 3771.0, 3751.0, 3751.0, 3761.0, 3740.0, 3761.0, 3740.0, 3772.0, 3751.0, 3771.0, 3763.0, 3772.0, 3762.0, 3772.0, 3751.0, 3760.0, 3739.0, 3770.0, 3751.0, 3770.0, 3749.0, 3738.0, 3739.0, 3759.0, 3750.0, 3770.0, 3750.0, 3738.0, 3749.0, 3748.0, 3750.0, 3759.0, 3760.0, 3728.0, 3749.0, 3739.0, 3760.0, 3749.0, 3761.0, 3739.0, 3761.0, 3740.0, 3760.0, 3750.0, 3760.0, 3762.0, 3771.0, 3751.0, 3760.0, 3740.0, 3760.0, 3751.0, 3771.0, 3761.0, 3739.0, 3761.0, 3739.0, 3762.0, 3750.0, 3772.0, 3740.0, 3762.0, 3741.0, 3761.0, 3740.0, 3772.0, 3741.0, 3772.0, 3752.0, 3761.0, 3751.0, 3771.0, 3762.0, 3772.0, 3752.0, 3772.0, 3752.0, 3772.0, 3751.0, 3750.0, 3762.0, 3741.0, 3762.0, 3753.0, 3774.0, 3764.0, 3784.0, 3763.0, 3762.0, 3752.0, 3773.0, 3763.0, 3752.0, 3773.0, 3752.0, 3762.0, 3752.0, 3774.0, 3752.0, 3774.0, 3763.0, 3761.0, 3751.0, 3772.0, 3762.0, 3772.0, 3762.0, 3741.0, 3763.0, 3741.0, 3773.0, 3752.0, 3772.0, 3762.0, 3772.0, 3752.0, 3772.0, 3763.0, 3762.0, 3762.0, 3742.0, 3762.0, 3740.0, 3773.0, 3751.0, 3773.0, 3740.0, 3761.0, 3739.0, 3761.0, 3749.0, 3771.0, 3739.0, 3759.0, 3739.0, 3760.0, 3762.0, 3773.0, 3763.0, 3751.0, 3762.0, 3773.0], 'WindowWidth': [8532.0, 8515.0, 8494.0, 8426.0, 8451.0, 8417.0, 8466.0, 8432.0, 8463.0, 8447.0, 8441.0, 8430.0, 8462.0, 8446.0, 8428.0, 8429.0, 8409.0, 8444.0, 8439.0, 8458.0, 8399.0, 8441.0, 8426.0, 8440.0, 8446.0, 8460.0, 8430.0, 8411.0, 8428.0, 8425.0, 8461.0, 8432.0, 8457.0, 8451.0, 8461.0, 8450.0, 8481.0, 8451.0, 8447.0, 8436.0, 8463.0, 8450.0, 8448.0, 8448.0, 8416.0, 8463.0, 8428.0, 8463.0, 8420.0, 8443.0, 8430.0, 8458.0, 8448.0, 8464.0, 8448.0, 8456.0, 8430.0, 8461.0, 8445.0, 8456.0, 8429.0, 8453.0, 8413.0, 8441.0, 8442.0, 8455.0, 8426.0, 8437.0, 8414.0, 8443.0, 8444.0, 8415.0, 8460.0, 8417.0, 8466.0, 8456.0, 8466.0, 8453.0, 8463.0, 8434.0, 8460.0, 8447.0, 8461.0, 8447.0, 8413.0, 8443.0, 8425.0, 8462.0, 8426.0, 8458.0, 8399.0, 8440.0, 8397.0, 8457.0, 8445.0, 8462.0, 8432.0, 8444.0, 8430.0, 8456.0, 8446.0, 8442.0, 8445.0, 8398.0, 8442.0, 8411.0, 8461.0, 8412.0, 8441.0, 8427.0, 8440.0, 8428.0, 8441.0, 8427.0, 8439.0, 8428.0, 8438.0, 8428.0, 8455.0, 8430.0, 8442.0, 8445.0, 8416.0, 8446.0, 8434.0, 8465.0, 8454.0, 8465.0, 8452.0, 8462.0, 8451.0, 8465.0, 8450.0, 8445.0, 8431.0, 8440.0, 8429.0, 8458.0, 8412.0, 8438.0, 8396.0, 8423.0, 8394.0, 8442.0, 8408.0, 8439.0, 8397.0, 8424.0, 8397.0, 8440.0, 8413.0, 8456.0, 8447.0, 8445.0, 8433.0, 8458.0, 8449.0, 8462.0, 8448.0, 8461.0, 8431.0, 8456.0, 8431.0, 8458.0, 8429.0, 8410.0, 8412.0, 8407.0, 8443.0, 8426.0, 8460.0, 8413.0, 8444.0, 8400.0, 8442.0, 8399.0, 8457.0, 8446.0, 8462.0, 8433.0, 8443.0, 8433.0, 8461.0, 8449.0, 8431.0, 8464.0, 8416.0, 8463.0, 8428.0, 8463.0, 8413.0, 8445.0, 8399.0, 8442.0, 8399.0, 8466.0, 8429.0, 8460.0, 8415.0, 8442.0, 8430.0, 8459.0, 8450.0, 8465.0, 8451.0, 8448.0, 8438.0, 8465.0, 8466.0, 8434.0, 8467.0, 8418.0, 8466.0, 8432.0, 8467.0, 8421.0, 8463.0, 8433.0, 8460.0, 8449.0, 8463.0, 8450.0, 8446.0, 8433.0, 8416.0, 8466.0, 8432.0, 8465.0, 8436.0, 8463.0, 8449.0, 8461.0, 8451.0, 8463.0, 8450.0, 8430.0, 8434.0, 8442.0, 8465.0, 8429.0, 8462.0, 8417.0, 8443.0, 8431.0, 8459.0, 8449.0, 8461.0, 8433.0, 8415.0, 8447.0, 8432.0, 8467.0, 8436.0, 8467.0, 8452.0, 8464.0, 8437.0, 8463.0, 8466.0, 8433.0, 8463.0, 8402.0, 8445.0, 8416.0, 8459.0, 8444.0, 8460.0, 8415.0, 8439.0, 8414.0, 8457.0, 8430.0, 8427.0, 8446.0, 8418.0, 8445.0, 8419.0, 8463.0, 8451.0, 8464.0, 8434.0, 8417.0, 8466.0, 8433.0, 8468.0, 8421.0, 8461.0, 8448.0, 8462.0, 8451.0, 8451.0, 8450.0, 8420.0, 8464.0, 8421.0, 8466.0, 8467.0, 8467.0, 8451.0, 8462.0, 8435.0, 8461.0, 8466.0, 8431.0, 8464.0, 8402.0, 8445.0, 8416.0, 8460.0, 8448.0, 8462.0, 8432.0, 8444.0, 8431.0, 8458.0, 8447.0, 8415.0, 8461.0, 8404.0, 8459.0, 8434.0, 8462.0, 8450.0, 8430.0, 8433.0, 8414.0, 8465.0, 8432.0, 8465.0, 8451.0, 8463.0, 8434.0, 8460.0, 8435.0, 8462.0, 8447.0, 8417.0, 8447.0, 8403.0, 8463.0, 8448.0, 8465.0, 8450.0, 8444.0, 8432.0, 8445.0, 8465.0, 8418.0, 8463.0, 8404.0, 8444.0, 8415.0, 8459.0, 8431.0, 8459.0, 8447.0, 8442.0, 8416.0, 8459.0, 8433.0, 8459.0, 8449.0, 8448.0, 8439.0, 8464.0, 8454.0, 8451.0, 8470.0, 8441.0, 8469.0, 8425.0, 8472.0, 8436.0, 8464.0, 8448.0, 8460.0, 8449.0, 8459.0, 8451.0, 8479.0, 8449.0, 8433.0, 8433.0, 8414.0, 8465.0, 8418.0, 8464.0, 8451.0, 8465.0, 8436.0, 8464.0, 8485.0, 8437.0, 8483.0, 8452.0, 8465.0, 8455.0, 8483.0, 8453.0, 8436.0, 8452.0, 8433.0, 8469.0, 8437.0, 8465.0, 8449.0, 8462.0, 8451.0, 8466.0, 8450.0, 8446.0, 8433.0, 8456.0, 8431.0, 8458.0, 8443.0, 8426.0, 8443.0, 8412.0, 8443.0, 8399.0, 8463.0, 8417.0, 8460.0, 8446.0, 8444.0, 8431.0, 8458.0, 8446.0, 8457.0, 8431.0, 8446.0, 8433.0, 8443.0, 8449.0, 8446.0, 8465.0, 8422.0, 8464.0, 8451.0, 8482.0, 8455.0, 8468.0, 8469.0, 8436.0, 8466.0, 8431.0, 8469.0, 8432.0, 8463.0, 8447.0, 8444.0, 8431.0, 8477.0, 8447.0, 8444.0, 8445.0, 8416.0, 8444.0, 8432.0, 8461.0, 8450.0, 8461.0, 8431.0, 8413.0, 8428.0, 8397.0, 8444.0, 8413.0, 8459.0, 8446.0, 8459.0, 8435.0, 8463.0, 8449.0, 8421.0, 8449.0, 8420.0, 8448.0, 8453.0, 8484.0, 8454.0, 8449.0, 8452.0, 8449.0, 8470.0, 8449.0, 8471.0, 8437.0, 8466.0, 8437.0, 8467.0, 8454.0, 8481.0, 8451.0, 8447.0, 8449.0, 8449.0, 8466.0, 8417.0, 8465.0, 8453.0, 8449.0, 8465.0, 8452.0, 8465.0, 8453.0, 8464.0, 8452.0, 8430.0, 8447.0, 8401.0, 8441.0, 8446.0, 8460.0, 8432.0, 8422.0, 8449.0, 8453.0, 8485.0, 8474.0, 8487.0, 8457.0, 8451.0, 8453.0, 8467.0, 8469.0, 8465.0, 8435.0, 8443.0, 8431.0, 8457.0, 8433.0, 8460.0, 8430.0, 8413.0, 8430.0, 8400.0, 8448.0, 8416.0, 8464.0, 8450.0, 8464.0, 8451.0, 8464.0, 8438.0, 8466.0, 8466.0, 8417.0, 8448.0, 8403.0, 8462.0, 8434.0, 8464.0, 8450.0, 8447.0, 8433.0, 8444.0, 8469.0, 8448.0, 8466.0, 8422.0, 8448.0, 8449.0, 8466.0, 8453.0, 8464.0, 8466.0, 8421.0, 8449.0, 8421.0, 8465.0, 8452.0, 8464.0, 8436.0, 8444.0, 8433.0, 8459.0, 8462.0, 8413.0, 8461.0, 8415.0, 8442.0, 8429.0, 8444.0, 8448.0, 8458.0, 8432.0, 8417.0, 8449.0, 8429.0, 8469.0, 8432.0, 8462.0, 8434.0, 8445.0, 8433.0, 8446.0, 8449.0, 8464.0, 8447.0, 8429.0, 8432.0, 8427.0, 8464.0, 8432.0, 8463.0, 8451.0, 8464.0, 8451.0, 8483.0, 8452.0, 8462.0, 8448.0, 8430.0, 8448.0, 8429.0, 8466.0, 8429.0, 8462.0, 8401.0, 8446.0, 8417.0, 8461.0, 8419.0, 8463.0, 8454.0, 8463.0, 8451.0, 8463.0, 8470.0, 8437.0, 8485.0, 8440.0, 8465.0, 8457.0, 8484.0, 8471.0, 8484.0, 8455.0, 8464.0, 8452.0, 8464.0, 8468.0, 8433.0, 8465.0, 8420.0, 8446.0, 8432.0, 8462.0, 8452.0, 8461.0, 8432.0, 8417.0, 8447.0, 8434.0, 8470.0, 8457.0, 8468.0, 8456.0, 8463.0, 8452.0, 8465.0, 8453.0, 8464.0, 8449.0, 8459.0, 8432.0, 8460.0, 8432.0, 8442.0, 8431.0, 8442.0, 8417.0, 8460.0, 8432.0, 8432.0, 8448.0, 8428.0, 8465.0, 8461.0, 8465.0, 8415.0, 8447.0, 8416.0, 8447.0, 8417.0, 8463.0, 8451.0, 8466.0, 8435.0, 8462.0, 8453.0, 8465.0, 8466.0, 8433.0, 8448.0, 8417.0, 8464.0, 8417.0, 8463.0, 8432.0, 8443.0, 8429.0, 8441.0, 8430.0, 8462.0, 8445.0, 8427.0, 8428.0, 8424.0, 8444.0, 8440.0, 8460.0, 8415.0, 8443.0, 8431.0, 8445.0, 8448.0, 8480.0, 8450.0, 8449.0, 8450.0, 8421.0, 8467.0, 8437.0, 8468.0, 8455.0, 8482.0, 8434.0, 8459.0, 8432.0, 8431.0, 8446.0, 8415.0, 8445.0, 8415.0, 8463.0, 8432.0, 8458.0, 8450.0, 8462.0, 8449.0, 8460.0, 8431.0, 8442.0, 8413.0, 8455.0, 8429.0, 8454.0, 8425.0, 8409.0, 8412.0, 8438.0, 8429.0, 8456.0, 8428.0, 8409.0, 8426.0, 8422.0, 8428.0, 8439.0, 8441.0, 8396.0, 8427.0, 8412.0, 8443.0, 8424.0, 8446.0, 8413.0, 8445.0, 8414.0, 8442.0, 8428.0, 8442.0, 8447.0, 8459.0, 8431.0, 8442.0, 8416.0, 8443.0, 8433.0, 8458.0, 8444.0, 8412.0, 8444.0, 8411.0, 8447.0, 8427.0, 8462.0, 8416.0, 8448.0, 8417.0, 8447.0, 8416.0, 8464.0, 8418.0, 8462.0, 8434.0, 8444.0, 8432.0, 8459.0, 8449.0, 8462.0, 8434.0, 8460.0, 8434.0, 8461.0, 8433.0, 8429.0, 8447.0, 8418.0, 8449.0, 8437.0, 8468.0, 8454.0, 8481.0, 8453.0, 8448.0, 8436.0, 8463.0, 8453.0, 8434.0, 8467.0, 8435.0, 8450.0, 8434.0, 8468.0, 8433.0, 8466.0, 8449.0, 8444.0, 8433.0, 8463.0, 8450.0, 8462.0, 8448.0, 8419.0, 8450.0, 8418.0, 8467.0, 8434.0, 8464.0, 8449.0, 8462.0, 8435.0, 8463.0, 8450.0, 8449.0, 8451.0, 8422.0, 8449.0, 8418.0, 8467.0, 8432.0, 8465.0, 8417.0, 8444.0, 8411.0, 8445.0, 8425.0, 8460.0, 8414.0, 8440.0, 8413.0, 8443.0, 8448.0, 8464.0, 8451.0, 8431.0, 8449.0, 8463.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.00032577011494252877</td></tr>
<tr><td colspan=3>aqi</td><td>0.0219053816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.8209956118412</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.259729912554661</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0026884588837746</td></tr>
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
<tr><td colspan=3>fber</td><td>7821.1895</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07193491179238051</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.582327099310785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462146850388754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.919393748578047</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3654406989655548</td></tr>
<tr><td colspan=3>gcor</td><td>0.0036749</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020000578835606575</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027521124109625816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7890312764733163</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>31.7694</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.7298</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.9339</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308577.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>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.1187</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7683</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.2551</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2987.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.5925</td></tr>
<tr><td colspan=3>tsnr</td><td>44.18568375706673</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>