<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0106_ses-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-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-04/func/sub-0106_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>8e9a807adbc0f49c10fe5d30d367a9de</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:18:37.092500</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0950832</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>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b9ea0ea-8c10-4ba2-9ade-9839e0941c6b||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.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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': ['191837.092500', '191837.552500', '191838.012500', '191838.472500', '191838.932500', '191839.392500', '191839.852500', '191840.312500', '191840.772500', '191841.232500', '191841.692500', '191842.152500', '191842.612500', '191843.072500', '191843.532500', '191843.992500', '191844.452500', '191844.912500', '191845.372500', '191845.832500', '191846.292500', '191846.752500', '191847.212500', '191847.672500', '191848.132500', '191848.592500', '191849.052500', '191849.512500', '191849.972500', '191850.432500', '191850.892500', '191851.352500', '191851.812500', '191852.272500', '191852.732500', '191853.192500', '191853.652500', '191854.112500', '191854.572500', '191855.032500', '191855.492500', '191855.952500', '191856.412500', '191856.872500', '191857.332500', '191857.792500', '191858.252500', '191858.712500', '191859.172500', '191859.632500', '191900.092500', '191900.552500', '191901.012500', '191901.472500', '191901.932500', '191902.392500', '191902.852500', '191903.312500', '191903.772500', '191904.232500', '191904.692500', '191905.152500', '191905.612500', '191906.072500', '191906.532500', '191906.992500', '191907.452500', '191907.912500', '191908.372500', '191908.832500', '191909.292500', '191909.752500', '191910.212500', '191910.672500', '191911.132500', '191911.592500', '191912.052500', '191912.512500', '191912.972500', '191913.432500', '191913.892500', '191914.352500', '191914.812500', '191915.272500', '191915.732500', '191916.192500', '191916.652500', '191917.112500', '191917.572500', '191918.032500', '191918.492500', '191918.952500', '191919.412500', '191919.872500', '191920.332500', '191920.792500', '191921.252500', '191921.712500', '191922.172500', '191922.632500', '191923.092500', '191923.552500', '191924.012500', '191924.472500', '191924.932500', '191925.392500', '191925.852500', '191926.312500', '191926.772500', '191927.232500', '191927.692500', '191928.152500', '191928.612500', '191929.072500', '191929.532500', '191929.992500', '191930.452500', '191930.912500', '191931.372500', '191931.832500', '191932.292500', '191932.752500', '191933.212500', '191933.672500', '191934.132500', '191934.592500', '191935.052500', '191935.512500', '191935.972500', '191936.432500', '191936.892500', '191937.352500', '191937.812500', '191938.272500', '191938.732500', '191939.192500', '191939.652500', '191940.112500', '191940.572500', '191941.032500', '191941.492500', '191941.952500', '191942.412500', '191942.872500', '191943.332500', '191943.792500', '191944.252500', '191944.712500', '191945.172500', '191945.632500', '191946.092500', '191946.552500', '191947.012500', '191947.472500', '191947.932500', '191948.392500', '191948.852500', '191949.312500', '191949.772500', '191950.232500', '191950.692500', '191951.152500', '191951.612500', '191952.072500', '191952.532500', '191952.992500', '191953.452500', '191953.912500', '191954.372500', '191954.832500', '191955.292500', '191955.752500', '191956.212500', '191956.672500', '191957.132500', '191957.592500', '191958.052500', '191958.512500', '191958.972500', '191959.432500', '191959.892500', '192000.352500', '192000.812500', '192001.272500', '192001.732500', '192002.192500', '192002.652500', '192003.112500', '192003.572500', '192004.032500', '192004.492500', '192004.952500', '192005.412500', '192005.872500', '192006.332500', '192006.792500', '192007.252500', '192007.712500', '192008.172500', '192008.632500', '192009.092500', '192009.552500', '192010.012500', '192010.472500', '192010.932500', '192011.392500', '192011.852500', '192012.312500', '192012.772500', '192013.232500', '192013.692500', '192014.152500', '192014.612500', '192015.072500', '192015.532500', '192015.992500', '192016.452500', '192016.912500', '192017.372500', '192017.832500', '192018.292500', '192018.752500', '192019.212500', '192019.672500', '192020.132500', '192020.592500', '192021.052500', '192021.512500', '192021.972500', '192022.432500', '192022.892500', '192023.352500', '192023.812500', '192024.272500', '192024.732500', '192025.192500', '192025.652500', '192026.112500', '192026.572500', '192027.032500', '192027.492500', '192027.952500', '192028.412500', '192028.872500', '192029.332500', '192029.792500', '192030.252500', '192030.712500', '192031.172500', '192031.632500', '192032.092500', '192032.552500', '192033.012500', '192033.472500', '192033.932500', '192034.392500', '192034.852500', '192035.312500', '192035.772500', '192036.232500', '192036.692500', '192037.152500', '192037.612500', '192038.072500', '192038.532500', '192038.992500', '192039.452500', '192039.912500', '192040.372500', '192040.832500', '192041.292500', '192041.752500', '192042.212500', '192042.672500', '192043.132500', '192043.592500', '192044.052500', '192044.512500', '192044.972500', '192045.432500', '192045.892500', '192046.352500', '192046.812500', '192047.272500', '192047.732500', '192048.192500', '192048.652500', '192049.112500', '192049.572500', '192050.032500', '192050.492500', '192050.952500', '192051.412500', '192051.872500', '192052.332500', '192052.792500', '192053.252500', '192053.712500', '192054.172500', '192054.632500', '192055.092500', '192055.552500', '192056.012500', '192056.472500', '192056.932500', '192057.392500', '192057.852500', '192058.312500', '192058.772500', '192059.232500', '192059.692500', '192100.152500', '192100.612500', '192101.072500', '192101.532500', '192101.992500', '192102.452500', '192102.912500', '192103.372500', '192103.832500', '192104.292500', '192104.752500', '192105.212500', '192105.672500', '192106.132500', '192106.592500', '192107.052500', '192107.512500', '192107.972500', '192108.432500', '192108.892500', '192109.352500', '192109.812500', '192110.272500', '192110.732500', '192111.192500', '192111.652500', '192112.112500', '192112.572500', '192113.032500', '192113.492500', '192113.952500', '192114.412500', '192114.872500', '192115.332500', '192115.792500', '192116.252500', '192116.712500', '192117.172500', '192117.632500', '192118.092500', '192118.552500', '192119.012500', '192119.472500', '192119.932500', '192120.392500', '192120.852500', '192121.312500', '192121.772500', '192122.232500', '192122.692500', '192123.152500', '192123.612500', '192124.072500', '192124.532500', '192124.992500', '192125.452500', '192125.912500', '192126.372500', '192126.832500', '192127.292500', '192127.752500', '192128.212500', '192128.672500', '192129.132500', '192129.592500', '192130.052500', '192130.512500', '192130.972500', '192131.432500', '192131.892500', '192132.352500', '192132.812500', '192133.272500', '192133.732500', '192134.192500', '192134.652500', '192135.112500', '192135.572500', '192136.032500', '192136.492500', '192136.952500', '192137.412500', '192137.872500', '192138.332500', '192138.792500', '192139.252500', '192139.712500', '192140.172500', '192140.632500', '192141.092500', '192141.552500', '192142.012500', '192142.472500', '192142.932500', '192143.392500', '192143.852500', '192144.312500', '192144.772500', '192145.232500', '192145.692500', '192146.152500', '192146.612500', '192147.072500', '192147.532500', '192147.992500', '192148.452500', '192148.912500', '192149.372500', '192149.832500', '192150.292500', '192150.752500', '192151.212500', '192151.672500', '192152.132500', '192152.592500', '192153.052500', '192153.512500', '192153.972500', '192154.432500', '192154.892500', '192155.352500', '192155.812500', '192156.272500', '192156.732500', '192157.192500', '192157.652500', '192158.112500', '192158.572500', '192159.032500', '192159.492500', '192159.952500', '192200.412500', '192200.872500', '192201.332500', '192201.792500', '192202.252500', '192202.712500', '192203.172500', '192203.632500', '192204.092500', '192204.552500', '192205.012500', '192205.472500', '192205.932500', '192206.392500', '192206.852500', '192207.312500', '192207.772500', '192208.232500', '192208.692500', '192209.152500', '192209.612500', '192210.072500', '192210.532500', '192210.992500', '192211.452500', '192211.912500', '192212.372500', '192212.832500', '192213.292500', '192213.752500', '192214.212500', '192214.672500', '192215.132500', '192215.592500', '192216.052500', '192216.512500', '192216.972500', '192217.432500', '192217.892500', '192218.352500', '192218.812500', '192219.272500', '192219.732500', '192220.192500', '192220.652500', '192221.112500', '192221.572500', '192222.032500', '192222.492500', '192222.952500', '192223.412500', '192223.872500', '192224.332500', '192224.792500', '192225.252500', '192225.712500', '192226.172500', '192226.632500', '192227.092500', '192227.552500', '192228.012500', '192228.472500', '192228.932500', '192229.392500', '192229.852500', '192230.312500', '192230.772500', '192231.232500', '192231.692500', '192232.152500', '192232.612500', '192233.072500', '192233.532500', '192233.992500', '192234.452500', '192234.912500', '192235.372500', '192235.832500', '192236.292500', '192236.752500', '192237.212500', '192237.672500', '192238.132500', '192238.592500', '192239.052500', '192239.512500', '192239.972500', '192240.432500', '192240.892500', '192241.352500', '192241.812500', '192242.272500', '192242.732500', '192243.192500', '192243.652500', '192244.112500', '192244.572500', '192245.032500', '192245.492500', '192245.952500', '192246.412500', '192246.872500', '192247.332500', '192247.792500', '192248.252500', '192248.712500', '192249.172500', '192249.632500', '192250.092500', '192250.552500', '192251.012500', '192251.472500', '192251.932500', '192252.392500', '192252.852500', '192253.312500', '192253.772500', '192254.232500', '192254.692500', '192255.152500', '192255.612500', '192256.072500', '192256.532500', '192256.992500', '192257.452500', '192257.912500', '192258.372500', '192258.832500', '192259.292500', '192259.752500', '192300.212500', '192300.672500', '192301.132500', '192301.592500', '192302.052500', '192302.512500', '192302.972500', '192303.432500', '192303.892500', '192304.352500', '192304.812500', '192305.272500', '192305.732500', '192306.192500', '192306.652500', '192307.112500', '192307.572500', '192308.032500', '192308.492500', '192308.952500', '192309.412500', '192309.872500', '192310.332500', '192310.792500', '192311.252500', '192311.712500', '192312.172500', '192312.632500', '192313.092500', '192313.552500', '192314.012500', '192314.472500', '192314.932500', '192315.392500', '192315.852500', '192316.312500', '192316.772500', '192317.232500', '192317.692500', '192318.152500', '192318.612500', '192319.072500', '192319.532500', '192319.992500', '192320.452500', '192320.912500', '192321.372500', '192321.832500', '192322.292500', '192322.752500', '192323.212500', '192323.672500', '192324.132500', '192324.592500', '192325.052500', '192325.512500', '192325.972500', '192326.432500', '192326.892500', '192327.352500', '192327.812500', '192328.272500', '192328.732500', '192329.192500', '192329.652500', '192330.112500', '192330.572500', '192331.032500', '192331.492500', '192331.952500', '192332.412500', '192332.872500', '192333.332500', '192333.792500', '192334.252500', '192334.712500', '192335.172500', '192335.632500', '192336.092500', '192336.552500', '192337.012500', '192337.472500', '192337.932500', '192338.392500', '192338.852500', '192339.312500', '192339.772500', '192340.232500', '192340.692500', '192341.152500', '192341.612500', '192342.072500', '192342.532500', '192342.992500', '192343.452500', '192343.912500', '192344.372500', '192344.832500', '192345.292500', '192345.752500', '192346.212500', '192346.672500', '192347.132500', '192347.592500', '192348.052500', '192348.512500', '192348.972500', '192349.432500', '192349.892500', '192350.352500', '192350.812500', '192351.272500', '192351.732500', '192352.192500', '192352.652500', '192353.112500', '192353.572500', '192354.032500', '192354.492500', '192354.952500', '192355.412500', '192355.872500', '192356.332500', '192356.792500', '192357.252500', '192357.712500', '192358.172500', '192358.632500', '192359.092500', '192359.552500', '192400.012500', '192400.472500', '192400.932500', '192401.392500', '192401.852500', '192402.312500', '192402.772500', '192403.232500', '192403.692500', '192404.152500', '192404.612500', '192405.072500', '192405.532500', '192405.992500', '192406.452500', '192406.912500', '192407.372500', '192407.832500', '192408.292500', '192408.752500', '192409.212500', '192409.672500', '192410.132500', '192410.592500', '192411.052500', '192411.512500', '192411.972500', '192412.432500', '192412.892500', '192413.352500', '192413.812500', '192414.272500', '192414.732500', '192415.192500', '192415.652500', '192416.112500', '192416.572500', '192417.032500', '192417.492500', '192417.952500', '192418.412500', '192418.872500', '192419.332500', '192419.792500', '192420.252500', '192420.712500', '192421.172500', '192421.632500', '192422.092500', '192422.552500', '192423.012500', '192423.472500', '192423.932500', '192424.392500', '192424.852500', '192425.312500', '192425.772500', '192426.232500', '192426.692500', '192427.152500', '192427.612500', '192428.072500', '192428.532500', '192428.992500', '192429.452500', '192429.912500', '192430.372500', '192430.832500', '192431.292500', '192431.752500', '192432.212500', '192432.672500', '192433.132500', '192433.592500', '192434.052500', '192434.512500', '192434.972500', '192435.432500', '192435.892500', '192436.352500', '192436.812500', '192437.272500', '192437.732500', '192438.192500', '192438.652500', '192439.112500', '192439.572500', '192440.032500', '192440.492500', '192440.952500', '192441.412500', '192441.872500', '192442.332500', '192442.792500', '192443.252500', '192443.712500', '192444.172500', '192444.632500', '192445.092500', '192445.552500', '192446.012500', '192446.472500', '192446.932500', '192447.392500', '192447.852500', '192448.312500', '192448.772500', '192449.232500', '192449.692500', '192450.152500', '192450.612500', '192451.072500', '192451.532500', '192451.992500', '192452.452500', '192452.912500', '192453.372500', '192453.832500', '192454.292500', '192454.752500', '192455.212500', '192455.672500', '192456.132500', '192456.592500', '192457.052500', '192457.512500', '192457.972500', '192458.432500', '192458.892500', '192459.352500', '192459.812500', '192500.272500', '192500.732500', '192501.192500', '192501.652500', '192502.112500', '192502.572500', '192503.032500', '192503.492500', '192503.952500', '192504.412500', '192504.872500', '192505.332500', '192505.792500', '192506.252500', '192506.712500', '192507.172500', '192507.632500', '192508.092500', '192508.552500', '192509.012500', '192509.472500', '192509.932500', '192510.392500', '192510.852500', '192511.312500', '192511.772500', '192512.232500', '192512.692500', '192513.152500', '192513.612500', '192514.072500', '192514.532500', '192514.992500', '192515.452500', '192515.912500', '192516.372500', '192516.832500', '192517.292500', '192517.752500'], 'ContentTime': ['191853.921000', '191853.924000', '191853.927000', '191853.929000', '191853.932000', '191853.935000', '191853.937000', '191853.940000', '191853.942000', '191853.945000', '191853.948000', '191853.950000', '191853.953000', '191853.955000', '191853.959000', '191853.961000', '191853.964000', '191853.971000', '191853.973000', '191853.976000', '191853.978000', '191853.981000', '191853.984000', '191853.986000', '191853.989000', '191853.991000', '191853.994000', '191853.996000', '191854.000000', '191854.003000', '191854.005000', '191854.008000', '191854.010000', '191854.013000', '191913.880000', '191913.883000', '191913.886000', '191913.888000', '191913.891000', '191913.893000', '191913.896000', '191913.899000', '191913.901000', '191913.904000', '191913.906000', '191913.909000', '191913.912000', '191913.914000', '191913.917000', '191913.919000', '191913.922000', '191913.926000', '191913.928000', '191913.931000', '191913.933000', '191913.936000', '191913.938000', '191913.941000', '191913.944000', '191913.946000', '191913.949000', '191913.951000', '191913.954000', '191913.956000', '191913.959000', '191913.961000', '191913.964000', '191913.967000', '191913.969000', '191913.972000', '191913.974000', '191913.977000', '191913.980000', '191913.982000', '191913.985000', '191913.987000', '191913.990000', '191913.992000', '191933.881000', '191933.884000', '191933.887000', '191933.890000', '191933.892000', '191933.895000', '191933.897000', '191933.900000', '191933.903000', '191933.905000', '191933.908000', '191933.910000', '191933.913000', '191933.915000', '191933.918000', '191933.920000', '191933.923000', '191933.926000', '191933.928000', '191933.931000', '191933.933000', '191933.936000', '191933.938000', '191933.941000', '191933.944000', '191933.946000', '191933.949000', '191933.952000', '191933.955000', '191933.958000', '191933.960000', '191933.963000', '191933.965000', '191933.968000', '191933.970000', '191933.973000', '191933.976000', '191933.978000', '191933.981000', '191933.983000', '191933.986000', '191933.988000', '191933.991000', '191953.881000', '191953.884000', '191953.887000', '191953.889000', '191953.892000', '191953.894000', '191953.897000', '191953.899000', '191953.902000', '191953.905000', '191953.907000', '191953.910000', '191953.912000', '191953.915000', '191953.918000', '191953.920000', '191953.923000', '191953.925000', '191953.928000', '191953.931000', '191953.933000', '191953.936000', '191953.938000', '191953.941000', '191953.943000', '191953.946000', '191953.949000', '191953.951000', '191953.954000', '191953.956000', '191953.959000', '191953.961000', '191953.964000', '191953.967000', '191953.969000', '191953.972000', '191953.974000', '191953.977000', '191953.980000', '191953.982000', '191953.985000', '191953.987000', '191953.990000', '191953.993000', '192013.880000', '192013.883000', '192013.886000', '192013.888000', '192013.891000', '192013.894000', '192013.896000', '192013.899000', '192013.901000', '192013.904000', '192013.907000', '192013.910000', '192013.912000', '192013.915000', '192013.918000', '192013.920000', '192013.923000', '192013.925000', '192013.928000', '192013.931000', '192013.933000', '192013.936000', '192013.938000', '192013.941000', '192013.943000', '192013.946000', '192013.949000', '192013.951000', '192013.954000', '192013.957000', '192013.959000', '192013.962000', '192013.964000', '192013.967000', '192013.969000', '192013.972000', '192013.975000', '192013.977000', '192013.980000', '192013.982000', '192013.985000', '192013.987000', '192013.990000', '192033.880000', '192033.883000', '192033.886000', '192033.889000', '192033.891000', '192033.894000', '192033.896000', '192033.899000', '192033.902000', '192033.904000', '192033.907000', '192033.909000', '192033.912000', '192033.915000', '192033.917000', '192033.920000', '192033.922000', '192033.925000', '192033.954000', '192033.957000', '192033.959000', '192033.962000', '192033.965000', '192033.967000', '192033.970000', '192033.972000', '192033.975000', '192033.985000', '192033.987000', '192033.990000', '192033.992000', '192033.995000', '192033.998000', '192034.001000', '192034.004000', '192034.007000', '192034.009000', '192034.012000', '192034.015000', '192034.017000', '192034.020000', '192034.022000', '192034.025000', '192034.027000', '192053.880000', '192053.883000', '192053.886000', '192053.888000', '192053.891000', '192053.894000', '192053.896000', '192053.899000', '192053.901000', '192053.904000', '192053.907000', '192053.909000', '192053.912000', '192053.914000', '192053.917000', '192053.920000', '192053.922000', '192053.925000', '192053.927000', '192053.930000', '192053.932000', '192053.935000', '192053.938000', '192053.940000', '192053.943000', '192053.945000', '192053.948000', '192053.951000', '192053.953000', '192053.956000', '192053.958000', '192053.961000', '192053.964000', '192053.966000', '192053.969000', '192053.971000', '192053.974000', '192053.977000', '192053.979000', '192053.982000', '192053.984000', '192053.987000', '192053.990000', '192113.880000', '192113.883000', '192113.886000', '192113.889000', '192113.891000', '192113.894000', '192113.896000', '192113.899000', '192113.902000', '192113.904000', '192113.907000', '192113.910000', '192113.912000', '192113.915000', '192113.917000', '192113.920000', '192113.923000', '192113.925000', '192113.928000', '192113.930000', '192113.933000', '192113.935000', '192113.938000', '192113.941000', '192113.943000', '192113.946000', '192113.948000', '192113.951000', '192113.953000', '192113.956000', '192113.959000', '192113.961000', '192113.964000', '192113.967000', '192113.969000', '192113.972000', '192113.974000', '192113.977000', '192113.980000', '192113.982000', '192113.985000', '192113.987000', '192113.990000', '192113.993000', '192133.880000', '192133.883000', '192133.886000', '192133.888000', '192133.891000', '192133.894000', '192133.896000', '192133.899000', '192133.901000', '192133.904000', '192133.907000', '192133.909000', '192133.912000', '192133.915000', '192133.917000', '192133.920000', '192133.922000', '192133.925000', '192133.927000', '192133.930000', '192133.933000', '192133.935000', '192133.938000', '192133.941000', '192133.943000', '192133.946000', '192133.948000', '192133.951000', '192133.954000', '192133.958000', '192133.960000', '192133.963000', '192133.965000', '192133.968000', '192133.970000', '192133.973000', '192133.976000', '192133.978000', '192133.981000', '192133.984000', '192133.986000', '192133.989000', '192133.991000', '192153.881000', '192153.884000', '192153.887000', '192153.889000', '192153.892000', '192153.895000', '192153.897000', '192153.900000', '192153.902000', '192153.905000', '192153.907000', '192153.910000', '192153.913000', '192153.915000', '192153.918000', '192153.920000', '192153.923000', '192153.926000', '192153.928000', '192153.931000', '192153.933000', '192153.936000', '192153.938000', '192153.941000', '192153.944000', '192153.946000', '192153.949000', '192153.951000', '192153.954000', '192153.957000', '192153.959000', '192153.962000', '192153.964000', '192153.967000', '192153.970000', '192153.972000', '192153.975000', '192153.977000', '192153.980000', '192153.982000', '192153.985000', '192153.988000', '192153.990000', '192153.993000', '192213.881000', '192213.884000', '192213.887000', '192213.890000', '192213.892000', '192213.895000', '192213.897000', '192213.900000', '192213.902000', '192213.905000', '192213.908000', '192213.910000', '192213.913000', '192213.915000', '192213.918000', '192213.921000', '192213.923000', '192213.926000', '192213.929000', '192213.931000', '192213.934000', '192213.936000', '192213.939000', '192213.942000', '192213.944000', '192213.947000', '192213.949000', '192213.952000', '192213.955000', '192213.957000', '192213.960000', '192213.962000', '192213.965000', '192213.968000', '192213.970000', '192213.973000', '192213.975000', '192213.978000', '192213.981000', '192213.984000', '192213.987000', '192213.989000', '192213.992000', '192233.880000', '192233.883000', '192233.886000', '192233.889000', '192233.891000', '192233.894000', '192233.896000', '192233.899000', '192233.902000', '192233.904000', '192233.907000', '192233.909000', '192233.912000', '192233.915000', '192233.917000', '192233.920000', '192233.922000', '192233.925000', '192233.928000', '192233.930000', '192233.933000', '192233.935000', '192233.938000', '192233.941000', '192233.943000', '192233.946000', '192233.948000', '192233.951000', '192233.954000', '192233.956000', '192233.959000', '192233.961000', '192233.964000', '192233.966000', '192233.969000', '192233.972000', '192233.974000', '192233.977000', '192233.980000', '192233.982000', '192233.985000', '192233.987000', '192233.990000', '192253.880000', '192253.883000', '192253.886000', '192253.889000', '192253.891000', '192253.894000', '192253.896000', '192253.899000', '192253.902000', '192253.904000', '192253.907000', '192253.910000', '192253.912000', '192253.915000', '192253.917000', '192253.920000', '192253.923000', '192253.925000', '192253.928000', '192253.931000', '192253.933000', '192253.936000', '192253.938000', '192253.941000', '192253.944000', '192253.946000', '192253.949000', '192253.951000', '192253.954000', '192253.957000', '192253.959000', '192253.962000', '192253.964000', '192253.967000', '192253.969000', '192253.972000', '192253.975000', '192253.978000', '192253.981000', '192253.984000', '192253.987000', '192253.989000', '192253.992000', '192253.995000', '192313.881000', '192313.884000', '192313.886000', '192313.889000', '192313.891000', '192313.894000', '192313.897000', '192313.899000', '192313.902000', '192313.904000', '192313.907000', '192313.910000', '192313.912000', '192313.915000', '192313.918000', '192313.920000', '192313.923000', '192313.925000', '192313.928000', '192313.930000', '192313.933000', '192313.936000', '192313.938000', '192313.941000', '192313.943000', '192313.946000', '192313.949000', '192313.951000', '192313.954000', '192313.957000', '192313.959000', '192313.962000', '192313.964000', '192313.967000', '192313.969000', '192313.972000', '192313.975000', '192313.977000', '192313.980000', '192313.982000', '192313.985000', '192313.987000', '192313.990000', '192313.993000', '192333.880000', '192333.883000', '192333.886000', '192333.889000', '192333.891000', '192333.894000', '192333.896000', '192333.899000', '192333.902000', '192333.904000', '192333.907000', '192333.909000', '192333.912000', '192333.915000', '192333.917000', '192333.920000', '192333.922000', '192333.925000', '192333.928000', '192333.930000', '192333.933000', '192333.935000', '192333.938000', '192333.949000', '192333.951000', '192333.954000', '192333.957000', '192333.959000', '192333.962000', '192333.964000', '192333.967000', '192333.970000', '192333.972000', '192333.975000', '192333.977000', '192333.980000', '192333.983000', '192333.985000', '192333.988000', '192333.990000', '192333.993000', '192333.996000', '192334.000000', '192353.881000', '192353.883000', '192353.886000', '192353.889000', '192353.891000', '192353.894000', '192353.896000', '192353.899000', '192353.901000', '192353.904000', '192353.907000', '192353.909000', '192353.912000', '192353.914000', '192353.917000', '192353.920000', '192353.922000', '192353.925000', '192353.927000', '192353.930000', '192353.932000', '192353.935000', '192353.938000', '192353.940000', '192353.943000', '192353.945000', '192353.948000', '192353.951000', '192353.953000', '192353.956000', '192353.958000', '192353.961000', '192353.963000', '192353.966000', '192353.969000', '192353.971000', '192353.974000', '192353.976000', '192353.979000', '192353.982000', '192353.984000', '192353.987000', '192353.989000', '192353.992000', '192413.882000', '192413.884000', '192413.887000', '192413.890000', '192413.892000', '192413.895000', '192413.897000', '192413.912000', '192413.915000', '192413.917000', '192413.920000', '192413.922000', '192413.925000', '192413.928000', '192413.930000', '192413.933000', '192413.936000', '192413.938000', '192413.941000', '192413.943000', '192413.946000', '192413.948000', '192413.951000', '192413.954000', '192413.956000', '192413.959000', '192413.961000', '192413.964000', '192413.967000', '192413.969000', '192413.972000', '192413.974000', '192413.977000', '192413.979000', '192413.982000', '192413.985000', '192413.987000', '192413.990000', '192413.992000', '192413.995000', '192413.998000', '192414.001000', '192414.004000', '192433.881000', '192433.884000', '192433.887000', '192433.889000', '192433.892000', '192433.895000', '192433.897000', '192433.900000', '192433.903000', '192433.905000', '192433.908000', '192433.910000', '192433.913000', '192433.916000', '192433.918000', '192433.921000', '192433.923000', '192433.926000', '192433.929000', '192433.931000', '192433.934000', '192433.937000', '192433.939000', '192433.942000', '192433.946000', '192433.949000', '192433.952000', '192433.954000', '192433.957000', '192433.960000', '192433.962000', '192433.965000', '192433.967000', '192433.970000', '192433.973000', '192433.975000', '192433.978000', '192433.980000', '192433.983000', '192433.986000', '192433.988000', '192433.997000', '192434.000000', '192434.003000', '192453.880000', '192453.883000', '192453.886000', '192453.888000', '192453.891000', '192453.894000', '192453.896000', '192453.899000', '192453.901000', '192453.904000', '192453.907000', '192453.909000', '192453.912000', '192453.914000', '192453.917000', '192453.920000', '192453.922000', '192453.925000', '192453.927000', '192453.930000', '192453.933000', '192453.935000', '192453.938000', '192453.940000', '192453.943000', '192453.946000', '192453.948000', '192453.951000', '192453.953000', '192453.956000', '192453.958000', '192453.961000', '192453.963000', '192453.966000', '192453.976000', '192453.979000', '192453.982000', '192453.984000', '192453.987000', '192453.989000', '192453.992000', '192453.994000', '192453.997000', '192513.880000', '192513.883000', '192513.886000', '192513.888000', '192513.891000', '192513.893000', '192513.896000', '192513.899000', '192513.901000', '192513.904000', '192513.906000', '192513.909000', '192513.912000', '192513.914000', '192513.917000', '192513.919000', '192513.922000', '192513.925000', '192513.927000', '192513.930000', '192513.933000', '192513.935000', '192513.938000', '192513.940000', '192513.943000', '192513.946000', '192513.948000', '192513.951000', '192513.953000', '192513.956000', '192513.959000', '192513.961000', '192513.964000', '192513.966000', '192513.969000', '192513.972000', '192513.974000', '192513.977000', '192513.979000', '192513.982000', '192513.985000', '192513.987000', '192513.990000', '192513.992000', '192518.875000', '192518.878000', '192518.881000', '192518.883000', '192518.886000', '192518.889000', '192518.891000', '192518.894000', '192518.897000', '192518.899000', '192518.902000'], 'InstanceCreationTime': ['191853.921000', '191853.924000', '191853.927000', '191853.929000', '191853.932000', '191853.935000', '191853.937000', '191853.940000', '191853.942000', '191853.945000', '191853.948000', '191853.950000', '191853.953000', '191853.955000', '191853.959000', '191853.961000', '191853.964000', '191853.971000', '191853.973000', '191853.976000', '191853.978000', '191853.981000', '191853.984000', '191853.986000', '191853.989000', '191853.991000', '191853.994000', '191853.996000', '191854.000000', '191854.003000', '191854.005000', '191854.008000', '191854.010000', '191854.013000', '191913.880000', '191913.883000', '191913.886000', '191913.888000', '191913.891000', '191913.893000', '191913.896000', '191913.899000', '191913.901000', '191913.904000', '191913.906000', '191913.909000', '191913.912000', '191913.914000', '191913.917000', '191913.919000', '191913.922000', '191913.926000', '191913.928000', '191913.931000', '191913.933000', '191913.936000', '191913.938000', '191913.941000', '191913.944000', '191913.946000', '191913.949000', '191913.951000', '191913.954000', '191913.956000', '191913.959000', '191913.961000', '191913.964000', '191913.967000', '191913.969000', '191913.972000', '191913.974000', '191913.977000', '191913.980000', '191913.982000', '191913.985000', '191913.987000', '191913.990000', '191913.992000', '191933.881000', '191933.884000', '191933.887000', '191933.890000', '191933.892000', '191933.895000', '191933.897000', '191933.900000', '191933.903000', '191933.905000', '191933.908000', '191933.910000', '191933.913000', '191933.915000', '191933.918000', '191933.920000', '191933.923000', '191933.926000', '191933.928000', '191933.931000', '191933.933000', '191933.936000', '191933.938000', '191933.941000', '191933.944000', '191933.946000', '191933.949000', '191933.952000', '191933.955000', '191933.958000', '191933.960000', '191933.963000', '191933.965000', '191933.968000', '191933.970000', '191933.973000', '191933.976000', '191933.978000', '191933.981000', '191933.983000', '191933.986000', '191933.988000', '191933.991000', '191953.881000', '191953.884000', '191953.887000', '191953.889000', '191953.892000', '191953.894000', '191953.897000', '191953.899000', '191953.902000', '191953.905000', '191953.907000', '191953.910000', '191953.912000', '191953.915000', '191953.918000', '191953.920000', '191953.923000', '191953.925000', '191953.928000', '191953.931000', '191953.933000', '191953.936000', '191953.938000', '191953.941000', '191953.943000', '191953.946000', '191953.949000', '191953.951000', '191953.954000', '191953.956000', '191953.959000', '191953.961000', '191953.964000', '191953.967000', '191953.969000', '191953.972000', '191953.974000', '191953.977000', '191953.980000', '191953.982000', '191953.985000', '191953.987000', '191953.990000', '191953.993000', '192013.880000', '192013.883000', '192013.886000', '192013.888000', '192013.891000', '192013.894000', '192013.896000', '192013.899000', '192013.901000', '192013.904000', '192013.907000', '192013.910000', '192013.912000', '192013.915000', '192013.918000', '192013.920000', '192013.923000', '192013.925000', '192013.928000', '192013.931000', '192013.933000', '192013.936000', '192013.938000', '192013.941000', '192013.943000', '192013.946000', '192013.949000', '192013.951000', '192013.954000', '192013.957000', '192013.959000', '192013.962000', '192013.964000', '192013.967000', '192013.969000', '192013.972000', '192013.975000', '192013.977000', '192013.980000', '192013.982000', '192013.985000', '192013.987000', '192013.990000', '192033.880000', '192033.883000', '192033.886000', '192033.889000', '192033.891000', '192033.894000', '192033.896000', '192033.899000', '192033.902000', '192033.904000', '192033.907000', '192033.909000', '192033.912000', '192033.915000', '192033.917000', '192033.920000', '192033.922000', '192033.925000', '192033.954000', '192033.957000', '192033.959000', '192033.962000', '192033.965000', '192033.967000', '192033.970000', '192033.972000', '192033.975000', '192033.985000', '192033.987000', '192033.990000', '192033.992000', '192033.995000', '192033.998000', '192034.001000', '192034.004000', '192034.007000', '192034.009000', '192034.012000', '192034.015000', '192034.017000', '192034.020000', '192034.022000', '192034.025000', '192034.027000', '192053.880000', '192053.883000', '192053.886000', '192053.888000', '192053.891000', '192053.894000', '192053.896000', '192053.899000', '192053.901000', '192053.904000', '192053.907000', '192053.909000', '192053.912000', '192053.914000', '192053.917000', '192053.920000', '192053.922000', '192053.925000', '192053.927000', '192053.930000', '192053.932000', '192053.935000', '192053.938000', '192053.940000', '192053.943000', '192053.945000', '192053.948000', '192053.951000', '192053.953000', '192053.956000', '192053.958000', '192053.961000', '192053.964000', '192053.966000', '192053.969000', '192053.971000', '192053.974000', '192053.977000', '192053.979000', '192053.982000', '192053.984000', '192053.987000', '192053.990000', '192113.880000', '192113.883000', '192113.886000', '192113.889000', '192113.891000', '192113.894000', '192113.896000', '192113.899000', '192113.902000', '192113.904000', '192113.907000', '192113.910000', '192113.912000', '192113.915000', '192113.917000', '192113.920000', '192113.923000', '192113.925000', '192113.928000', '192113.930000', '192113.933000', '192113.935000', '192113.938000', '192113.941000', '192113.943000', '192113.946000', '192113.948000', '192113.951000', '192113.953000', '192113.956000', '192113.959000', '192113.961000', '192113.964000', '192113.967000', '192113.969000', '192113.972000', '192113.974000', '192113.977000', '192113.980000', '192113.982000', '192113.985000', '192113.987000', '192113.990000', '192113.993000', '192133.880000', '192133.883000', '192133.886000', '192133.888000', '192133.891000', '192133.894000', '192133.896000', '192133.899000', '192133.901000', '192133.904000', '192133.907000', '192133.909000', '192133.912000', '192133.915000', '192133.917000', '192133.920000', '192133.922000', '192133.925000', '192133.927000', '192133.930000', '192133.933000', '192133.935000', '192133.938000', '192133.941000', '192133.943000', '192133.946000', '192133.948000', '192133.951000', '192133.954000', '192133.958000', '192133.960000', '192133.963000', '192133.965000', '192133.968000', '192133.970000', '192133.973000', '192133.976000', '192133.978000', '192133.981000', '192133.984000', '192133.986000', '192133.989000', '192133.991000', '192153.881000', '192153.884000', '192153.887000', '192153.889000', '192153.892000', '192153.895000', '192153.897000', '192153.900000', '192153.902000', '192153.905000', '192153.907000', '192153.910000', '192153.913000', '192153.915000', '192153.918000', '192153.920000', '192153.923000', '192153.926000', '192153.928000', '192153.931000', '192153.933000', '192153.936000', '192153.938000', '192153.941000', '192153.944000', '192153.946000', '192153.949000', '192153.951000', '192153.954000', '192153.957000', '192153.959000', '192153.962000', '192153.964000', '192153.967000', '192153.970000', '192153.972000', '192153.975000', '192153.977000', '192153.980000', '192153.982000', '192153.985000', '192153.988000', '192153.990000', '192153.993000', '192213.881000', '192213.884000', '192213.887000', '192213.890000', '192213.892000', '192213.895000', '192213.897000', '192213.900000', '192213.902000', '192213.905000', '192213.908000', '192213.910000', '192213.913000', '192213.915000', '192213.918000', '192213.921000', '192213.923000', '192213.926000', '192213.929000', '192213.931000', '192213.934000', '192213.936000', '192213.939000', '192213.942000', '192213.944000', '192213.947000', '192213.949000', '192213.952000', '192213.955000', '192213.957000', '192213.960000', '192213.962000', '192213.965000', '192213.968000', '192213.970000', '192213.973000', '192213.975000', '192213.978000', '192213.981000', '192213.984000', '192213.987000', '192213.989000', '192213.992000', '192233.880000', '192233.883000', '192233.886000', '192233.889000', '192233.891000', '192233.894000', '192233.896000', '192233.899000', '192233.902000', '192233.904000', '192233.907000', '192233.909000', '192233.912000', '192233.915000', '192233.917000', '192233.920000', '192233.922000', '192233.925000', '192233.928000', '192233.930000', '192233.933000', '192233.935000', '192233.938000', '192233.941000', '192233.943000', '192233.946000', '192233.948000', '192233.951000', '192233.954000', '192233.956000', '192233.959000', '192233.961000', '192233.964000', '192233.966000', '192233.969000', '192233.972000', '192233.974000', '192233.977000', '192233.980000', '192233.982000', '192233.985000', '192233.987000', '192233.990000', '192253.880000', '192253.883000', '192253.886000', '192253.889000', '192253.891000', '192253.894000', '192253.896000', '192253.899000', '192253.902000', '192253.904000', '192253.907000', '192253.910000', '192253.912000', '192253.915000', '192253.917000', '192253.920000', '192253.923000', '192253.925000', '192253.928000', '192253.931000', '192253.933000', '192253.936000', '192253.938000', '192253.941000', '192253.944000', '192253.946000', '192253.949000', '192253.951000', '192253.954000', '192253.957000', '192253.959000', '192253.962000', '192253.964000', '192253.967000', '192253.969000', '192253.972000', '192253.975000', '192253.978000', '192253.981000', '192253.984000', '192253.987000', '192253.989000', '192253.992000', '192253.995000', '192313.881000', '192313.884000', '192313.886000', '192313.889000', '192313.891000', '192313.894000', '192313.897000', '192313.899000', '192313.902000', '192313.904000', '192313.907000', '192313.910000', '192313.912000', '192313.915000', '192313.918000', '192313.920000', '192313.923000', '192313.925000', '192313.928000', '192313.930000', '192313.933000', '192313.936000', '192313.938000', '192313.941000', '192313.943000', '192313.946000', '192313.949000', '192313.951000', '192313.954000', '192313.957000', '192313.959000', '192313.962000', '192313.964000', '192313.967000', '192313.969000', '192313.972000', '192313.975000', '192313.977000', '192313.980000', '192313.982000', '192313.985000', '192313.987000', '192313.990000', '192313.993000', '192333.880000', '192333.883000', '192333.886000', '192333.889000', '192333.891000', '192333.894000', '192333.896000', '192333.899000', '192333.902000', '192333.904000', '192333.907000', '192333.909000', '192333.912000', '192333.915000', '192333.917000', '192333.920000', '192333.922000', '192333.925000', '192333.928000', '192333.930000', '192333.933000', '192333.935000', '192333.938000', '192333.949000', '192333.951000', '192333.954000', '192333.957000', '192333.959000', '192333.962000', '192333.964000', '192333.967000', '192333.970000', '192333.972000', '192333.975000', '192333.977000', '192333.980000', '192333.983000', '192333.985000', '192333.988000', '192333.990000', '192333.993000', '192333.996000', '192334.000000', '192353.881000', '192353.883000', '192353.886000', '192353.889000', '192353.891000', '192353.894000', '192353.896000', '192353.899000', '192353.901000', '192353.904000', '192353.907000', '192353.909000', '192353.912000', '192353.914000', '192353.917000', '192353.920000', '192353.922000', '192353.925000', '192353.927000', '192353.930000', '192353.932000', '192353.935000', '192353.938000', '192353.940000', '192353.943000', '192353.945000', '192353.948000', '192353.951000', '192353.953000', '192353.956000', '192353.958000', '192353.961000', '192353.963000', '192353.966000', '192353.969000', '192353.971000', '192353.974000', '192353.976000', '192353.979000', '192353.982000', '192353.984000', '192353.987000', '192353.989000', '192353.992000', '192413.882000', '192413.884000', '192413.887000', '192413.890000', '192413.892000', '192413.895000', '192413.897000', '192413.912000', '192413.915000', '192413.917000', '192413.920000', '192413.922000', '192413.925000', '192413.928000', '192413.930000', '192413.933000', '192413.936000', '192413.938000', '192413.941000', '192413.943000', '192413.946000', '192413.948000', '192413.951000', '192413.954000', '192413.956000', '192413.959000', '192413.961000', '192413.964000', '192413.967000', '192413.969000', '192413.972000', '192413.974000', '192413.977000', '192413.979000', '192413.982000', '192413.985000', '192413.987000', '192413.990000', '192413.992000', '192413.995000', '192413.998000', '192414.001000', '192414.004000', '192433.881000', '192433.884000', '192433.887000', '192433.889000', '192433.892000', '192433.895000', '192433.897000', '192433.900000', '192433.903000', '192433.905000', '192433.908000', '192433.910000', '192433.913000', '192433.916000', '192433.918000', '192433.921000', '192433.923000', '192433.926000', '192433.929000', '192433.931000', '192433.934000', '192433.937000', '192433.939000', '192433.942000', '192433.946000', '192433.949000', '192433.952000', '192433.954000', '192433.957000', '192433.960000', '192433.962000', '192433.965000', '192433.967000', '192433.970000', '192433.973000', '192433.975000', '192433.978000', '192433.980000', '192433.983000', '192433.986000', '192433.988000', '192433.997000', '192434.000000', '192434.003000', '192453.880000', '192453.883000', '192453.886000', '192453.888000', '192453.891000', '192453.894000', '192453.896000', '192453.899000', '192453.901000', '192453.904000', '192453.907000', '192453.909000', '192453.912000', '192453.914000', '192453.917000', '192453.920000', '192453.922000', '192453.925000', '192453.927000', '192453.930000', '192453.933000', '192453.935000', '192453.938000', '192453.940000', '192453.943000', '192453.946000', '192453.948000', '192453.951000', '192453.953000', '192453.956000', '192453.958000', '192453.961000', '192453.963000', '192453.966000', '192453.976000', '192453.979000', '192453.982000', '192453.984000', '192453.987000', '192453.989000', '192453.992000', '192453.994000', '192453.997000', '192513.880000', '192513.883000', '192513.886000', '192513.888000', '192513.891000', '192513.893000', '192513.896000', '192513.899000', '192513.901000', '192513.904000', '192513.906000', '192513.909000', '192513.912000', '192513.914000', '192513.917000', '192513.919000', '192513.922000', '192513.925000', '192513.927000', '192513.930000', '192513.933000', '192513.935000', '192513.938000', '192513.940000', '192513.943000', '192513.946000', '192513.948000', '192513.951000', '192513.953000', '192513.956000', '192513.959000', '192513.961000', '192513.964000', '192513.966000', '192513.969000', '192513.972000', '192513.974000', '192513.977000', '192513.979000', '192513.982000', '192513.985000', '192513.987000', '192513.990000', '192513.992000', '192518.875000', '192518.878000', '192518.881000', '192518.883000', '192518.886000', '192518.889000', '192518.891000', '192518.894000', '192518.897000', '192518.899000', '192518.902000'], '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': [7745, 10692, 8660, 11473, 13739, 10166, 15131, 11338, 8114, 9988, 8824, 10580, 8874, 10835, 9607, 11058, 8973, 10240, 9288, 9878, 9790, 11560, 9699, 10532, 9410, 10313, 8771, 10212, 8617, 7902, 9807, 8223, 11032, 9581, 8693, 10654, 13007, 10669, 13742, 9979, 11012, 10456, 11007, 10257, 10465, 10461, 10434, 9703, 8157, 10107, 8295, 10332, 8427, 10144, 8188, 9774, 8183, 9649, 11799, 9585, 10447, 9821, 10500, 9607, 10322, 9606, 10609, 9684, 10559, 9831, 10580, 10335, 10632, 9560, 10277, 9993, 10504, 8848, 10462, 12556, 9912, 9085, 9720, 10572, 9965, 10528, 9998, 10408, 10114, 10673, 9875, 9941, 9724, 10344, 10180, 10445, 9757, 10629, 9695, 10334, 9649, 10058, 8014, 7576, 9931, 8222, 10833, 8849, 11516, 9358, 11534, 9594, 11360, 9771, 11001, 12876, 10444, 12457, 10565, 9337, 10930, 10193, 11277, 10233, 11211, 10835, 11437, 10600, 11615, 10298, 11150, 9720, 11200, 9180, 10891, 9157, 10360, 9398, 10773, 9592, 9795, 9524, 8853, 10722, 12121, 10700, 11047, 10159, 10973, 9316, 10518, 9973, 10672, 10004, 10472, 9519, 10568, 9991, 10897, 8355, 10561, 9115, 10542, 9084, 10431, 9532, 10685, 9356, 10947, 9630, 10750, 9120, 10721, 9053, 11056, 9339, 10723, 12393, 10910, 9049, 10656, 9555, 10616, 9505, 10991, 9796, 11112, 10238, 11032, 10553, 10736, 10188, 10556, 10048, 10910, 10545, 10947, 10208, 10730, 9638, 10871, 9666, 10350, 9199, 10469, 9244, 10737, 9449, 10544, 8453, 10488, 9272, 10863, 9301, 10319, 8640, 10473, 9206, 10509, 9683, 10870, 8723, 10442, 8939, 10454, 9114, 10500, 12402, 10421, 8733, 10381, 8975, 10829, 9010, 11114, 9312, 11508, 10183, 10620, 9795, 8381, 10743, 12058, 10537, 8150, 10287, 11260, 10083, 10966, 10659, 10819, 9940, 10713, 10255, 11058, 10490, 10619, 9781, 8553, 9899, 8577, 10427, 10253, 10183, 8478, 10254, 8656, 10592, 12301, 10580, 11063, 10512, 10756, 9562, 10491, 10164, 10813, 10204, 11850, 10176, 8457, 10372, 9604, 11157, 10596, 11002, 9657, 10625, 9982, 8318, 10976, 10876, 11834, 10879, 12611, 10275, 11047, 10477, 10709, 9922, 11311, 10685, 9236, 10535, 9223, 10856, 10288, 11032, 10816, 10778, 10595, 9214, 10737, 9499, 11021, 10687, 11131, 10653, 10833, 10194, 11189, 10491, 11336, 10276, 8182, 9993, 8779, 10628, 8697, 10996, 10488, 10932, 9650, 10926, 9588, 11110, 10998, 11387, 10773, 11468, 9798, 10513, 10176, 10995, 10259, 10789, 10012, 9254, 10383, 9267, 10693, 9880, 11312, 10023, 11093, 10094, 11154, 10595, 11221, 10573, 11304, 10146, 11152, 10345, 11051, 9458, 10893, 9359, 10903, 9308, 11315, 9499, 11412, 10330, 11010, 10269, 10441, 10677, 11343, 10890, 11646, 9945, 11627, 10387, 11426, 13090, 10612, 11627, 10760, 11795, 10807, 11687, 11054, 11388, 10669, 11091, 10638, 8202, 10915, 10336, 10653, 11644, 10338, 10730, 11188, 9381, 10256, 11324, 10127, 11770, 10899, 11656, 10972, 11574, 10843, 10440, 10517, 9458, 10709, 11724, 11173, 11749, 9742, 11619, 10032, 11165, 9731, 11138, 9905, 10951, 9561, 10752, 9046, 10804, 9613, 10961, 9327, 10855, 9723, 11281, 9975, 11150, 10738, 11542, 9983, 11287, 9909, 11512, 10564, 11347, 9791, 11348, 10075, 11213, 15101, 11033, 12148, 10859, 10604, 10777, 11674, 10580, 10386, 10629, 10399, 10278, 11662, 10872, 11390, 11183, 11251, 10263, 11730, 10483, 11644, 10802, 11421, 10453, 11333, 9779, 11135, 9077, 10651, 9158, 10367, 9438, 10150, 10687, 10391, 10620, 10478, 8164, 10497, 10772, 10671, 11755, 10913, 11765, 11477, 11058, 10531, 9684, 10438, 9492, 10651, 10794, 10875, 9988, 10836, 9536, 11428, 9418, 11073, 9878, 11058, 12532, 10750, 10428, 10715, 9139, 7738, 9971, 7787, 9773, 10735, 10342, 11383, 10135, 11988, 10949, 11890, 8966, 11971, 10238, 11676, 9922, 11894, 11105, 12450, 10771, 12555, 11544, 11831, 11604, 8199, 11955, 11351, 11015, 11092, 10397, 10912, 11894, 10666, 12671, 11918, 11272, 12141, 10726, 12666, 11052, 12490, 11317, 12357, 11207, 10001, 11600, 10632, 10833, 10760, 11889, 10373, 10843, 11163, 9926, 11461, 10718, 10521, 10818, 9563, 11408, 12233, 10869, 12267, 11446, 12966, 11593, 10616, 11771, 9975, 11828, 10028, 11768, 10510, 11998, 10304, 12154, 10192, 12458, 10411, 12168, 10261, 12315, 10169, 10137, 10833, 12006, 10282, 12186, 10922, 12139, 10082, 10368, 10869, 8572, 11053, 10463, 11648, 10426, 10779, 10880, 10017, 11436, 10106, 11707, 13754, 11807, 12537, 11756, 10053, 11698, 10373, 12302, 10411, 12417, 11219, 12166, 10475, 10369, 10758, 12036, 10655, 12175, 11076, 10995, 11110, 9148, 11507, 10245, 11885, 10082, 12156, 11078, 12002, 10422, 10532, 11265, 12276, 11416, 12582, 11511, 11931, 11893, 10279, 10675, 10846, 8958, 11787, 12137, 11479, 12553, 11250, 12341, 10565, 12093, 10190, 11843, 9232, 11765, 10262, 11889, 10522, 11775, 10132, 10019, 10999, 9881, 10663, 9318, 11370, 10012, 11912, 10313, 11715, 13728, 11395, 11555, 11084, 8574, 11132, 10406, 11389, 8950, 11174, 12084, 11468, 9586, 11300, 9352, 11792, 9802, 11977, 9983, 11866, 10646, 11908, 10673, 11928, 9991, 11906, 10587, 11687, 9754, 11488, 10300, 11776, 10693, 11681, 9612, 11105, 9776, 11416, 10114, 11794, 9663, 11519, 9337, 11194, 9147, 11153, 9382, 10817, 12009, 10349, 10702, 11022, 11311, 10974, 12075, 10530, 12218, 10619, 9922, 10911, 9363, 11536, 10236, 11275, 11603, 11003, 7954, 10704, 9799, 10965, 9376, 11104, 10288, 11443, 10527, 11057, 9774, 11258, 10390, 11046, 10452, 11320, 9669, 11438, 10344, 11648, 10781, 11577, 9904, 11798, 10485, 11880, 10282, 11943, 10608, 11901, 10673, 11955, 10509, 12200, 10496, 11843, 10260, 12047, 10657, 11924, 11031, 12004, 10587, 9858, 10809, 8529, 11071, 9855, 11078, 11228, 11619, 10054, 11777, 10564, 12228, 10914, 12170, 11348, 10822, 11286, 10308, 11232, 11356, 11835, 9838, 11308, 9801, 11837, 10153, 12089, 11308, 11016, 11120, 8654, 11041, 10490, 11516, 12214, 11504, 10257, 11595, 10370, 11871, 10905, 12011, 11639, 10473, 11598, 9624, 11436, 11243, 11702, 12168, 11136, 11259, 11701, 9144, 11600, 10980, 11857, 12141, 11165, 8096, 11061, 9846, 11392, 10084, 11663, 10789, 11734, 9965, 11773, 9771], 'WindowCenter': [4350.0, 4364.0, 4330.0, 4348.0, 4367.0, 4334.0, 4351.0, 4320.0, 4286.0, 4306.0, 4298.0, 4318.0, 4298.0, 4320.0, 4321.0, 4320.0, 4299.0, 4307.0, 4298.0, 4307.0, 4308.0, 4319.0, 4309.0, 4319.0, 4310.0, 4309.0, 4298.0, 4319.0, 4310.0, 4301.0, 4321.0, 4312.0, 4333.0, 4324.0, 4312.0, 4335.0, 4354.0, 4324.0, 4327.0, 4307.0, 4307.0, 4305.0, 4306.0, 4296.0, 4307.0, 4306.0, 4305.0, 4295.0, 4275.0, 4304.0, 4286.0, 4307.0, 4300.0, 4318.0, 4299.0, 4308.0, 4298.0, 4309.0, 4329.0, 4307.0, 4319.0, 4320.0, 4307.0, 4309.0, 4308.0, 4309.0, 4317.0, 4311.0, 4318.0, 4309.0, 4331.0, 4321.0, 4319.0, 4309.0, 4309.0, 4308.0, 4307.0, 4297.0, 4308.0, 4327.0, 4308.0, 4296.0, 4308.0, 4307.0, 4308.0, 4318.0, 4307.0, 4318.0, 4318.0, 4318.0, 4309.0, 4307.0, 4309.0, 4308.0, 4318.0, 4320.0, 4322.0, 4321.0, 4321.0, 4320.0, 4335.0, 4336.0, 4317.0, 4300.0, 4334.0, 4313.0, 4332.0, 4310.0, 4330.0, 4311.0, 4332.0, 4310.0, 4321.0, 4308.0, 4320.0, 4326.0, 4306.0, 4329.0, 4307.0, 4284.0, 4303.0, 4293.0, 4302.0, 4293.0, 4304.0, 4317.0, 4303.0, 4291.0, 4291.0, 4280.0, 4291.0, 4279.0, 4291.0, 4278.0, 4291.0, 4281.0, 4292.0, 4282.0, 4303.0, 4294.0, 4303.0, 4305.0, 4295.0, 4316.0, 4325.0, 4305.0, 4306.0, 4295.0, 4305.0, 4295.0, 4306.0, 4308.0, 4305.0, 4293.0, 4304.0, 4304.0, 4317.0, 4307.0, 4320.0, 4299.0, 4329.0, 4310.0, 4319.0, 4310.0, 4319.0, 4320.0, 4332.0, 4310.0, 4332.0, 4322.0, 4333.0, 4310.0, 4330.0, 4310.0, 4331.0, 4310.0, 4320.0, 4339.0, 4319.0, 4299.0, 4319.0, 4309.0, 4319.0, 4310.0, 4320.0, 4321.0, 4329.0, 4320.0, 4331.0, 4320.0, 4319.0, 4309.0, 4318.0, 4308.0, 4317.0, 4319.0, 4320.0, 4321.0, 4320.0, 4308.0, 4318.0, 4308.0, 4319.0, 4309.0, 4330.0, 4310.0, 4331.0, 4310.0, 4321.0, 4300.0, 4332.0, 4324.0, 4333.0, 4311.0, 4321.0, 4300.0, 4320.0, 4309.0, 4321.0, 4321.0, 4330.0, 4300.0, 4320.0, 4310.0, 4320.0, 4309.0, 4319.0, 4330.0, 4331.0, 4300.0, 4318.0, 4310.0, 4319.0, 4298.0, 4331.0, 4308.0, 4330.0, 4318.0, 4319.0, 4320.0, 4299.0, 4331.0, 4330.0, 4322.0, 4288.0, 4319.0, 4317.0, 4308.0, 4319.0, 4318.0, 4319.0, 4308.0, 4306.0, 4307.0, 4317.0, 4320.0, 4319.0, 4321.0, 4299.0, 4320.0, 4311.0, 4332.0, 4331.0, 4322.0, 4299.0, 4321.0, 4300.0, 4320.0, 4331.0, 4322.0, 4319.0, 4320.0, 4318.0, 4307.0, 4307.0, 4308.0, 4319.0, 4319.0, 4329.0, 4318.0, 4298.0, 4318.0, 4320.0, 4331.0, 4331.0, 4332.0, 4322.0, 4331.0, 4321.0, 4312.0, 4329.0, 4331.0, 4333.0, 4331.0, 4331.0, 4308.0, 4317.0, 4307.0, 4305.0, 4307.0, 4317.0, 4319.0, 4308.0, 4318.0, 4308.0, 4317.0, 4319.0, 4330.0, 4333.0, 4331.0, 4320.0, 4309.0, 4319.0, 4308.0, 4319.0, 4321.0, 4330.0, 4321.0, 4318.0, 4320.0, 4319.0, 4320.0, 4320.0, 4320.0, 4288.0, 4308.0, 4298.0, 4319.0, 4299.0, 4330.0, 4321.0, 4321.0, 4311.0, 4320.0, 4319.0, 4321.0, 4321.0, 4331.0, 4321.0, 4329.0, 4309.0, 4317.0, 4319.0, 4319.0, 4320.0, 4320.0, 4320.0, 4309.0, 4320.0, 4309.0, 4321.0, 4320.0, 4331.0, 4310.0, 4318.0, 4320.0, 4330.0, 4321.0, 4330.0, 4322.0, 4333.0, 4320.0, 4320.0, 4319.0, 4320.0, 4308.0, 4321.0, 4309.0, 4320.0, 4310.0, 4330.0, 4320.0, 4330.0, 4321.0, 4319.0, 4321.0, 4319.0, 4321.0, 4332.0, 4332.0, 4331.0, 4321.0, 4330.0, 4309.0, 4330.0, 4329.0, 4309.0, 4319.0, 4307.0, 4315.0, 4305.0, 4314.0, 4317.0, 4316.0, 4307.0, 4316.0, 4307.0, 4286.0, 4317.0, 4308.0, 4319.0, 4319.0, 4318.0, 4317.0, 4318.0, 4296.0, 4307.0, 4316.0, 4307.0, 4317.0, 4317.0, 4317.0, 4319.0, 4317.0, 4319.0, 4307.0, 4318.0, 4307.0, 4318.0, 4330.0, 4330.0, 4328.0, 4310.0, 4328.0, 4309.0, 4319.0, 4321.0, 4331.0, 4309.0, 4319.0, 4308.0, 4319.0, 4298.0, 4319.0, 4309.0, 4319.0, 4310.0, 4320.0, 4310.0, 4330.0, 4321.0, 4331.0, 4330.0, 4330.0, 4321.0, 4331.0, 4322.0, 4332.0, 4331.0, 4331.0, 4310.0, 4320.0, 4308.0, 4320.0, 4339.0, 4319.0, 4318.0, 4306.0, 4306.0, 4316.0, 4318.0, 4319.0, 4308.0, 4317.0, 4309.0, 4308.0, 4318.0, 4319.0, 4330.0, 4320.0, 4317.0, 4319.0, 4326.0, 4319.0, 4318.0, 4317.0, 4319.0, 4306.0, 4317.0, 4296.0, 4317.0, 4297.0, 4308.0, 4295.0, 4307.0, 4298.0, 4307.0, 4317.0, 4320.0, 4319.0, 4321.0, 4299.0, 4320.0, 4321.0, 4320.0, 4319.0, 4319.0, 4329.0, 4320.0, 4318.0, 4319.0, 4308.0, 4319.0, 4307.0, 4319.0, 4320.0, 4320.0, 4309.0, 4320.0, 4309.0, 4330.0, 4309.0, 4320.0, 4309.0, 4330.0, 4343.0, 4344.0, 4320.0, 4321.0, 4297.0, 4275.0, 4293.0, 4274.0, 4319.0, 4317.0, 4318.0, 4317.0, 4318.0, 4329.0, 4318.0, 4320.0, 4296.0, 4315.0, 4293.0, 4303.0, 4281.0, 4302.0, 4292.0, 4304.0, 4291.0, 4302.0, 4289.0, 4289.0, 4289.0, 4259.0, 4313.0, 4305.0, 4303.0, 4301.0, 4292.0, 4302.0, 4314.0, 4317.0, 4326.0, 4316.0, 4305.0, 4304.0, 4290.0, 4314.0, 4303.0, 4313.0, 4303.0, 4317.0, 4318.0, 4307.0, 4317.0, 4315.0, 4316.0, 4319.0, 4328.0, 4320.0, 4332.0, 4343.0, 4334.0, 4345.0, 4334.0, 4334.0, 4336.0, 4323.0, 4345.0, 4332.0, 4323.0, 4333.0, 4331.0, 4331.0, 4320.0, 4318.0, 4329.0, 4309.0, 4330.0, 4309.0, 4332.0, 4321.0, 4331.0, 4320.0, 4328.0, 4321.0, 4340.0, 4322.0, 4332.0, 4323.0, 4331.0, 4322.0, 4323.0, 4333.0, 4332.0, 4322.0, 4343.0, 4332.0, 4333.0, 4324.0, 4321.0, 4331.0, 4303.0, 4334.0, 4336.0, 4343.0, 4334.0, 4333.0, 4334.0, 4322.0, 4333.0, 4321.0, 4343.0, 4354.0, 4333.0, 4331.0, 4331.0, 4310.0, 4317.0, 4320.0, 4330.0, 4321.0, 4343.0, 4332.0, 4331.0, 4321.0, 4319.0, 4322.0, 4331.0, 4322.0, 4341.0, 4331.0, 4320.0, 4319.0, 4308.0, 4330.0, 4320.0, 4331.0, 4320.0, 4342.0, 4330.0, 4330.0, 4321.0, 4320.0, 4318.0, 4328.0, 4319.0, 4327.0, 4331.0, 4331.0, 4329.0, 4310.0, 4320.0, 4320.0, 4310.0, 4332.0, 4331.0, 4321.0, 4331.0, 4320.0, 4327.0, 4307.0, 4317.0, 4305.0, 4316.0, 4296.0, 4317.0, 4308.0, 4319.0, 4318.0, 4328.0, 4319.0, 4309.0, 4332.0, 4322.0, 4321.0, 4311.0, 4333.0, 4322.0, 4341.0, 4320.0, 4331.0, 4341.0, 4332.0, 4331.0, 4320.0, 4297.0, 4317.0, 4308.0, 4318.0, 4298.0, 4330.0, 4331.0, 4332.0, 4311.0, 4330.0, 4310.0, 4330.0, 4319.0, 4330.0, 4321.0, 4331.0, 4322.0, 4330.0, 4322.0, 4329.0, 4309.0, 4331.0, 4319.0, 4330.0, 4309.0, 4329.0, 4320.0, 4330.0, 4319.0, 4329.0, 4309.0, 4321.0, 4307.0, 4318.0, 4319.0, 4330.0, 4311.0, 4343.0, 4314.0, 4332.0, 4311.0, 4332.0, 4311.0, 4321.0, 4330.0, 4322.0, 4318.0, 4321.0, 4319.0, 4321.0, 4331.0, 4320.0, 4330.0, 4321.0, 4310.0, 4319.0, 4310.0, 4332.0, 4320.0, 4332.0, 4331.0, 4322.0, 4289.0, 4320.0, 4310.0, 4330.0, 4310.0, 4331.0, 4321.0, 4331.0, 4319.0, 4331.0, 4320.0, 4332.0, 4322.0, 4332.0, 4321.0, 4321.0, 4309.0, 4329.0, 4319.0, 4320.0, 4319.0, 4320.0, 4308.0, 4329.0, 4320.0, 4329.0, 4318.0, 4331.0, 4318.0, 4329.0, 4318.0, 4318.0, 4317.0, 4330.0, 4319.0, 4329.0, 4317.0, 4327.0, 4319.0, 4328.0, 4331.0, 4340.0, 4322.0, 4317.0, 4320.0, 4299.0, 4331.0, 4321.0, 4332.0, 4331.0, 4331.0, 4320.0, 4328.0, 4320.0, 4330.0, 4331.0, 4331.0, 4321.0, 4319.0, 4330.0, 4309.0, 4331.0, 4331.0, 4330.0, 4310.0, 4319.0, 4319.0, 4330.0, 4320.0, 4331.0, 4332.0, 4319.0, 4330.0, 4300.0, 4331.0, 4321.0, 4331.0, 4329.0, 4331.0, 4309.0, 4318.0, 4307.0, 4328.0, 4319.0, 4330.0, 4330.0, 4319.0, 4330.0, 4308.0, 4331.0, 4319.0, 4330.0, 4330.0, 4321.0, 4318.0, 4317.0, 4296.0, 4317.0, 4305.0, 4318.0, 4328.0, 4319.0, 4278.0, 4316.0, 4307.0, 4318.0, 4307.0, 4330.0, 4319.0, 4332.0, 4319.0, 4331.0, 4309.0], 'WindowWidth': [9627.0, 9633.0, 9578.0, 9599.0, 9624.0, 9572.0, 9588.0, 9542.0, 9491.0, 9519.0, 9508.0, 9537.0, 9512.0, 9543.0, 9549.0, 9543.0, 9513.0, 9521.0, 9510.0, 9520.0, 9525.0, 9540.0, 9524.0, 9541.0, 9530.0, 9526.0, 9509.0, 9540.0, 9534.0, 9520.0, 9546.0, 9536.0, 9566.0, 9555.0, 9537.0, 9573.0, 9599.0, 9553.0, 9548.0, 9520.0, 9518.0, 9514.0, 9515.0, 9502.0, 9521.0, 9519.0, 9515.0, 9501.0, 9474.0, 9514.0, 9489.0, 9522.0, 9519.0, 9539.0, 9512.0, 9525.0, 9511.0, 9528.0, 9554.0, 9522.0, 9542.0, 9544.0, 9521.0, 9525.0, 9523.0, 9526.0, 9535.0, 9531.0, 9537.0, 9526.0, 9561.0, 9547.0, 9541.0, 9525.0, 9524.0, 9522.0, 9520.0, 9505.0, 9523.0, 9548.0, 9522.0, 9504.0, 9522.0, 9521.0, 9524.0, 9536.0, 9521.0, 9539.0, 9539.0, 9537.0, 9526.0, 9521.0, 9526.0, 9522.0, 9538.0, 9543.0, 9550.0, 9545.0, 9546.0, 9547.0, 9576.0, 9577.0, 9553.0, 9522.0, 9572.0, 9543.0, 9563.0, 9532.0, 9557.0, 9533.0, 9564.0, 9529.0, 9546.0, 9522.0, 9540.0, 9545.0, 9517.0, 9552.0, 9519.0, 9482.0, 9507.0, 9494.0, 9506.0, 9496.0, 9511.0, 9535.0, 9511.0, 9489.0, 9489.0, 9471.0, 9486.0, 9468.0, 9487.0, 9468.0, 9489.0, 9477.0, 9494.0, 9480.0, 9510.0, 9500.0, 9511.0, 9516.0, 9502.0, 9534.0, 9545.0, 9516.0, 9517.0, 9500.0, 9514.0, 9502.0, 9520.0, 9522.0, 9514.0, 9497.0, 9512.0, 9514.0, 9535.0, 9523.0, 9544.0, 9515.0, 9558.0, 9531.0, 9540.0, 9529.0, 9541.0, 9548.0, 9563.0, 9533.0, 9565.0, 9552.0, 9567.0, 9533.0, 9558.0, 9530.0, 9561.0, 9529.0, 9545.0, 9570.0, 9542.0, 9512.0, 9540.0, 9528.0, 9541.0, 9532.0, 9545.0, 9547.0, 9555.0, 9543.0, 9563.0, 9546.0, 9542.0, 9526.0, 9537.0, 9525.0, 9535.0, 9541.0, 9545.0, 9547.0, 9542.0, 9527.0, 9538.0, 9526.0, 9540.0, 9529.0, 9560.0, 9533.0, 9561.0, 9531.0, 9547.0, 9518.0, 9565.0, 9559.0, 9566.0, 9533.0, 9546.0, 9516.0, 9545.0, 9527.0, 9548.0, 9548.0, 9560.0, 9519.0, 9545.0, 9531.0, 9545.0, 9528.0, 9543.0, 9559.0, 9562.0, 9516.0, 9540.0, 9530.0, 9542.0, 9512.0, 9560.0, 9527.0, 9559.0, 9539.0, 9541.0, 9542.0, 9515.0, 9562.0, 9560.0, 9548.0, 9499.0, 9540.0, 9536.0, 9524.0, 9540.0, 9537.0, 9539.0, 9524.0, 9520.0, 9521.0, 9536.0, 9544.0, 9540.0, 9544.0, 9515.0, 9544.0, 9537.0, 9566.0, 9562.0, 9551.0, 9517.0, 9548.0, 9518.0, 9546.0, 9562.0, 9550.0, 9542.0, 9543.0, 9536.0, 9520.0, 9520.0, 9524.0, 9540.0, 9542.0, 9554.0, 9538.0, 9512.0, 9539.0, 9543.0, 9561.0, 9562.0, 9563.0, 9552.0, 9561.0, 9549.0, 9536.0, 9558.0, 9561.0, 9566.0, 9563.0, 9562.0, 9522.0, 9534.0, 9519.0, 9515.0, 9521.0, 9536.0, 9540.0, 9524.0, 9538.0, 9524.0, 9537.0, 9541.0, 9558.0, 9566.0, 9560.0, 9543.0, 9527.0, 9541.0, 9524.0, 9543.0, 9547.0, 9559.0, 9545.0, 9539.0, 9542.0, 9541.0, 9545.0, 9545.0, 9543.0, 9498.0, 9524.0, 9511.0, 9541.0, 9515.0, 9558.0, 9545.0, 9546.0, 9533.0, 9543.0, 9542.0, 9545.0, 9546.0, 9560.0, 9545.0, 9555.0, 9528.0, 9535.0, 9540.0, 9542.0, 9544.0, 9544.0, 9544.0, 9528.0, 9543.0, 9528.0, 9545.0, 9544.0, 9561.0, 9529.0, 9538.0, 9543.0, 9556.0, 9545.0, 9559.0, 9548.0, 9564.0, 9544.0, 9542.0, 9540.0, 9544.0, 9525.0, 9547.0, 9527.0, 9544.0, 9528.0, 9558.0, 9545.0, 9560.0, 9545.0, 9543.0, 9545.0, 9541.0, 9546.0, 9563.0, 9564.0, 9559.0, 9545.0, 9557.0, 9525.0, 9557.0, 9555.0, 9527.0, 9538.0, 9521.0, 9528.0, 9516.0, 9525.0, 9534.0, 9533.0, 9521.0, 9532.0, 9520.0, 9492.0, 9534.0, 9523.0, 9539.0, 9540.0, 9539.0, 9535.0, 9536.0, 9504.0, 9520.0, 9531.0, 9519.0, 9532.0, 9533.0, 9535.0, 9539.0, 9535.0, 9538.0, 9522.0, 9537.0, 9521.0, 9539.0, 9558.0, 9558.0, 9551.0, 9528.0, 9551.0, 9528.0, 9540.0, 9547.0, 9562.0, 9526.0, 9541.0, 9525.0, 9539.0, 9509.0, 9540.0, 9528.0, 9543.0, 9528.0, 9542.0, 9528.0, 9557.0, 9546.0, 9561.0, 9559.0, 9557.0, 9546.0, 9560.0, 9548.0, 9565.0, 9561.0, 9560.0, 9529.0, 9544.0, 9523.0, 9543.0, 9569.0, 9541.0, 9535.0, 9518.0, 9519.0, 9532.0, 9537.0, 9540.0, 9523.0, 9536.0, 9525.0, 9523.0, 9535.0, 9539.0, 9555.0, 9542.0, 9534.0, 9540.0, 9545.0, 9539.0, 9538.0, 9534.0, 9540.0, 9516.0, 9533.0, 9503.0, 9533.0, 9507.0, 9522.0, 9503.0, 9521.0, 9508.0, 9522.0, 9536.0, 9544.0, 9542.0, 9545.0, 9514.0, 9544.0, 9544.0, 9542.0, 9539.0, 9538.0, 9554.0, 9542.0, 9537.0, 9539.0, 9524.0, 9538.0, 9522.0, 9540.0, 9544.0, 9544.0, 9528.0, 9542.0, 9527.0, 9556.0, 9526.0, 9543.0, 9526.0, 9557.0, 9582.0, 9585.0, 9545.0, 9543.0, 9504.0, 9473.0, 9492.0, 9467.0, 9539.0, 9533.0, 9538.0, 9534.0, 9537.0, 9551.0, 9535.0, 9539.0, 9504.0, 9528.0, 9493.0, 9507.0, 9473.0, 9505.0, 9488.0, 9509.0, 9485.0, 9501.0, 9480.0, 9480.0, 9481.0, 9440.0, 9521.0, 9512.0, 9505.0, 9503.0, 9491.0, 9507.0, 9525.0, 9537.0, 9546.0, 9530.0, 9512.0, 9508.0, 9486.0, 9520.0, 9506.0, 9521.0, 9507.0, 9529.0, 9535.0, 9521.0, 9532.0, 9528.0, 9531.0, 9539.0, 9552.0, 9545.0, 9561.0, 9578.0, 9570.0, 9586.0, 9569.0, 9570.0, 9572.0, 9553.0, 9583.0, 9564.0, 9550.0, 9564.0, 9558.0, 9556.0, 9541.0, 9536.0, 9552.0, 9524.0, 9556.0, 9526.0, 9562.0, 9543.0, 9558.0, 9541.0, 9552.0, 9545.0, 9570.0, 9547.0, 9560.0, 9551.0, 9559.0, 9548.0, 9550.0, 9563.0, 9561.0, 9549.0, 9578.0, 9563.0, 9562.0, 9552.0, 9546.0, 9560.0, 9524.0, 9567.0, 9575.0, 9581.0, 9567.0, 9566.0, 9566.0, 9549.0, 9565.0, 9546.0, 9579.0, 9596.0, 9564.0, 9559.0, 9558.0, 9527.0, 9534.0, 9541.0, 9556.0, 9545.0, 9576.0, 9563.0, 9560.0, 9546.0, 9542.0, 9549.0, 9558.0, 9549.0, 9575.0, 9560.0, 9541.0, 9540.0, 9524.0, 9555.0, 9542.0, 9559.0, 9543.0, 9577.0, 9558.0, 9557.0, 9544.0, 9540.0, 9537.0, 9549.0, 9538.0, 9548.0, 9558.0, 9561.0, 9553.0, 9527.0, 9543.0, 9545.0, 9531.0, 9564.0, 9560.0, 9544.0, 9557.0, 9542.0, 9547.0, 9519.0, 9530.0, 9515.0, 9529.0, 9502.0, 9534.0, 9521.0, 9538.0, 9535.0, 9549.0, 9540.0, 9528.0, 9562.0, 9550.0, 9546.0, 9533.0, 9564.0, 9550.0, 9574.0, 9544.0, 9559.0, 9571.0, 9560.0, 9559.0, 9543.0, 9507.0, 9534.0, 9521.0, 9536.0, 9511.0, 9555.0, 9558.0, 9561.0, 9531.0, 9556.0, 9529.0, 9555.0, 9540.0, 9556.0, 9545.0, 9559.0, 9546.0, 9556.0, 9546.0, 9554.0, 9526.0, 9557.0, 9541.0, 9555.0, 9526.0, 9552.0, 9541.0, 9556.0, 9538.0, 9552.0, 9526.0, 9545.0, 9521.0, 9538.0, 9539.0, 9555.0, 9532.0, 9578.0, 9540.0, 9563.0, 9533.0, 9562.0, 9531.0, 9546.0, 9559.0, 9548.0, 9540.0, 9545.0, 9539.0, 9545.0, 9558.0, 9544.0, 9559.0, 9545.0, 9527.0, 9540.0, 9530.0, 9564.0, 9544.0, 9563.0, 9561.0, 9548.0, 9499.0, 9542.0, 9529.0, 9558.0, 9533.0, 9560.0, 9546.0, 9560.0, 9541.0, 9559.0, 9543.0, 9563.0, 9551.0, 9563.0, 9544.0, 9544.0, 9527.0, 9553.0, 9538.0, 9544.0, 9539.0, 9543.0, 9525.0, 9552.0, 9541.0, 9552.0, 9535.0, 9558.0, 9537.0, 9554.0, 9536.0, 9536.0, 9534.0, 9556.0, 9542.0, 9554.0, 9535.0, 9549.0, 9539.0, 9550.0, 9559.0, 9570.0, 9549.0, 9537.0, 9542.0, 9515.0, 9559.0, 9548.0, 9563.0, 9560.0, 9559.0, 9543.0, 9552.0, 9543.0, 9558.0, 9560.0, 9561.0, 9546.0, 9541.0, 9556.0, 9528.0, 9560.0, 9561.0, 9557.0, 9529.0, 9540.0, 9540.0, 9555.0, 9543.0, 9560.0, 9561.0, 9541.0, 9557.0, 9516.0, 9558.0, 9545.0, 9560.0, 9552.0, 9558.0, 9524.0, 9536.0, 9521.0, 9549.0, 9540.0, 9558.0, 9557.0, 9540.0, 9555.0, 9523.0, 9556.0, 9539.0, 9555.0, 9556.0, 9544.0, 9535.0, 9533.0, 9503.0, 9533.0, 9516.0, 9534.0, 9551.0, 9538.0, 9480.0, 9531.0, 9519.0, 9537.0, 9519.0, 9556.0, 9541.0, 9562.0, 9541.0, 9559.0, 9526.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.0007595862068965516</td></tr>
<tr><td colspan=3>aqi</td><td>0.029950017471264367</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.946531710747976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1247212006329093</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9517586455005762</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>8155.7163</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08407378463894113</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9885057471264367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5311841925190777</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.434471851048577</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.814254841993845</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344825884514811</td></tr>
<tr><td colspan=3>gcor</td><td>0.00758666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012273016385734081</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030005088075995445</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.922622646387279</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.7745</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4588</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.3878</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.6097</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4026</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.5749</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3513.384</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.8289</td></tr>
<tr><td colspan=3>tsnr</td><td>37.533900427864864</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>