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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-04/func/sub-0132_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9e0ce02981b5f8d6ba83744de498f7ec</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>18:09:14.282500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.083023</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>28b769c4-49c3-4f78-b707-ef253d14f3c7||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['180914.282500', '180914.742500', '180915.202500', '180915.662500', '180916.122500', '180916.582500', '180917.042500', '180917.502500', '180917.962500', '180918.422500', '180918.882500', '180919.342500', '180919.802500', '180920.262500', '180920.722500', '180921.182500', '180921.642500', '180922.102500', '180922.562500', '180923.022500', '180923.482500', '180923.942500', '180924.402500', '180924.862500', '180925.322500', '180925.782500', '180926.242500', '180926.702500', '180927.162500', '180927.622500', '180928.082500', '180928.542500', '180929.002500', '180929.462500', '180929.922500', '180930.382500', '180930.842500', '180931.302500', '180931.762500', '180932.222500', '180932.682500', '180933.142500', '180933.602500', '180934.062500', '180934.522500', '180934.982500', '180935.442500', '180935.902500', '180936.362500', '180936.822500', '180937.282500', '180937.742500', '180938.202500', '180938.662500', '180939.122500', '180939.582500', '180940.042500', '180940.502500', '180940.962500', '180941.422500', '180941.882500', '180942.342500', '180942.802500', '180943.262500', '180943.722500', '180944.182500', '180944.642500', '180945.102500', '180945.562500', '180946.022500', '180946.482500', '180946.942500', '180947.402500', '180947.862500', '180948.322500', '180948.782500', '180949.242500', '180949.702500', '180950.162500', '180950.622500', '180951.082500', '180951.542500', '180952.002500', '180952.462500', '180952.922500', '180953.382500', '180953.842500', '180954.302500', '180954.762500', '180955.222500', '180955.682500', '180956.142500', '180956.602500', '180957.062500', '180957.522500', '180957.982500', '180958.442500', '180958.902500', '180959.362500', '180959.822500', '181000.282500', '181000.742500', '181001.202500', '181001.662500', '181002.122500', '181002.582500', '181003.042500', '181003.502500', '181003.962500', '181004.422500', '181004.882500', '181005.342500', '181005.802500', '181006.262500', '181006.722500', '181007.182500', '181007.642500', '181008.102500', '181008.562500', '181009.022500', '181009.482500', '181009.942500', '181010.402500', '181010.862500', '181011.322500', '181011.782500', '181012.242500', '181012.702500', '181013.162500', '181013.622500', '181014.082500', '181014.542500', '181015.002500', '181015.462500', '181015.922500', '181016.382500', '181016.842500', '181017.302500', '181017.762500', '181018.222500', '181018.682500', '181019.142500', '181019.602500', '181020.062500', '181020.522500', '181020.982500', '181021.442500', '181021.902500', '181022.362500', '181022.822500', '181023.282500', '181023.742500', '181024.202500', '181024.662500', '181025.122500', '181025.582500', '181026.042500', '181026.502500', '181026.962500', '181027.422500', '181027.882500', '181028.342500', '181028.802500', '181029.262500', '181029.722500', '181030.182500', '181030.642500', '181031.102500', '181031.562500', '181032.022500', '181032.482500', '181032.942500', '181033.402500', '181033.862500', '181034.322500', '181034.782500', '181035.242500', '181035.702500', '181036.162500', '181036.622500', '181037.082500', '181037.542500', '181038.002500', '181038.462500', '181038.922500', '181039.382500', '181039.842500', '181040.302500', '181040.762500', '181041.222500', '181041.682500', '181042.142500', '181042.602500', '181043.062500', '181043.522500', '181043.982500', '181044.442500', '181044.902500', '181045.362500', '181045.822500', '181046.282500', '181046.742500', '181047.202500', '181047.662500', '181048.122500', '181048.582500', '181049.042500', '181049.502500', '181049.962500', '181050.422500', '181050.882500', '181051.342500', '181051.802500', '181052.262500', '181052.722500', '181053.182500', '181053.642500', '181054.102500', '181054.562500', '181055.022500', '181055.482500', '181055.942500', '181056.402500', '181056.862500', '181057.322500', '181057.782500', '181058.242500', '181058.702500', '181059.162500', '181059.622500', '181100.082500', '181100.542500', '181101.002500', '181101.462500', '181101.922500', '181102.382500', '181102.842500', '181103.302500', '181103.762500', '181104.222500', '181104.682500', '181105.142500', '181105.602500', '181106.062500', '181106.522500', '181106.982500', '181107.442500', '181107.902500', '181108.362500', '181108.822500', '181109.282500', '181109.742500', '181110.202500', '181110.662500', '181111.122500', '181111.582500', '181112.042500', '181112.502500', '181112.962500', '181113.422500', '181113.882500', '181114.342500', '181114.802500', '181115.262500', '181115.722500', '181116.182500', '181116.642500', '181117.102500', '181117.562500', '181118.022500', '181118.482500', '181118.942500', '181119.402500', '181119.862500', '181120.322500', '181120.782500', '181121.242500', '181121.702500', '181122.162500', '181122.622500', '181123.082500', '181123.542500', '181124.002500', '181124.462500', '181124.922500', '181125.382500', '181125.842500', '181126.302500', '181126.762500', '181127.222500', '181127.682500', '181128.142500', '181128.602500', '181129.062500', '181129.522500', '181129.982500', '181130.442500', '181130.902500', '181131.362500', '181131.822500', '181132.282500', '181132.742500', '181133.202500', '181133.662500', '181134.122500', '181134.582500', '181135.042500', '181135.502500', '181135.962500', '181136.422500', '181136.882500', '181137.342500', '181137.802500', '181138.262500', '181138.722500', '181139.182500', '181139.642500', '181140.102500', '181140.562500', '181141.022500', '181141.482500', '181141.942500', '181142.402500', '181142.862500', '181143.322500', '181143.782500', '181144.242500', '181144.702500', '181145.162500', '181145.622500', '181146.082500', '181146.542500', '181147.002500', '181147.462500', '181147.922500', '181148.382500', '181148.842500', '181149.302500', '181149.762500', '181150.222500', '181150.682500', '181151.142500', '181151.602500', '181152.062500', '181152.522500', '181152.982500', '181153.442500', '181153.902500', '181154.362500', '181154.822500', '181155.282500', '181155.742500', '181156.202500', '181156.662500', '181157.122500', '181157.582500', '181158.042500', '181158.502500', '181158.962500', '181159.422500', '181159.882500', '181200.342500', '181200.802500', '181201.262500', '181201.722500', '181202.182500', '181202.642500', '181203.102500', '181203.562500', '181204.022500', '181204.482500', '181204.942500', '181205.402500', '181205.862500', '181206.322500', '181206.782500', '181207.242500', '181207.702500', '181208.162500', '181208.622500', '181209.082500', '181209.542500', '181210.002500', '181210.462500', '181210.922500', '181211.382500', '181211.842500', '181212.302500', '181212.762500', '181213.222500', '181213.682500', '181214.142500', '181214.602500', '181215.062500', '181215.522500', '181215.982500', '181216.442500', '181216.902500', '181217.362500', '181217.822500', '181218.282500', '181218.742500', '181219.202500', '181219.662500', '181220.122500', '181220.582500', '181221.042500', '181221.502500', '181221.962500', '181222.422500', '181222.882500', '181223.342500', '181223.802500', '181224.262500', '181224.722500', '181225.182500', '181225.642500', '181226.102500', '181226.562500', '181227.022500', '181227.482500', '181227.942500', '181228.402500', '181228.862500', '181229.322500', '181229.782500', '181230.242500', '181230.702500', '181231.162500', '181231.622500', '181232.082500', '181232.542500', '181233.002500', '181233.462500', '181233.922500', '181234.382500', '181234.842500', '181235.302500', '181235.762500', '181236.222500', '181236.682500', '181237.142500', '181237.602500', '181238.062500', '181238.522500', '181238.982500', '181239.442500', '181239.902500', '181240.362500', '181240.822500', '181241.282500', '181241.742500', '181242.202500', '181242.662500', '181243.122500', '181243.582500', '181244.042500', '181244.502500', '181244.962500', '181245.422500', '181245.882500', '181246.342500', '181246.802500', '181247.262500', '181247.722500', '181248.182500', '181248.642500', '181249.102500', '181249.562500', '181250.022500', '181250.482500', '181250.942500', '181251.402500', '181251.862500', '181252.322500', '181252.782500', '181253.242500', '181253.702500', '181254.162500', '181254.622500', '181255.082500', '181255.542500', '181256.002500', '181256.462500', '181256.922500', '181257.382500', '181257.842500', '181258.302500', '181258.762500', '181259.222500', '181259.682500', '181300.142500', '181300.602500', '181301.062500', '181301.522500', '181301.982500', '181302.442500', '181302.902500', '181303.362500', '181303.822500', '181304.282500', '181304.742500', '181305.202500', '181305.662500', '181306.122500', '181306.582500', '181307.042500', '181307.502500', '181307.962500', '181308.422500', '181308.882500', '181309.342500', '181309.802500', '181310.262500', '181310.722500', '181311.182500', '181311.642500', '181312.102500', '181312.562500', '181313.022500', '181313.482500', '181313.942500', '181314.402500', '181314.862500', '181315.322500', '181315.782500', '181316.242500', '181316.702500', '181317.162500', '181317.622500', '181318.082500', '181318.542500', '181319.002500', '181319.462500', '181319.922500', '181320.382500', '181320.842500', '181321.302500', '181321.762500', '181322.222500', '181322.682500', '181323.142500', '181323.602500', '181324.062500', '181324.522500', '181324.982500', '181325.442500', '181325.902500', '181326.362500', '181326.822500', '181327.282500', '181327.742500', '181328.202500', '181328.662500', '181329.122500', '181329.582500', '181330.042500', '181330.502500', '181330.962500', '181331.422500', '181331.882500', '181332.342500', '181332.802500', '181333.262500', '181333.722500', '181334.182500', '181334.642500', '181335.102500', '181335.562500', '181336.022500', '181336.482500', '181336.942500', '181337.402500', '181337.862500', '181338.322500', '181338.782500', '181339.242500', '181339.702500', '181340.162500', '181340.622500', '181341.082500', '181341.542500', '181342.002500', '181342.462500', '181342.922500', '181343.382500', '181343.842500', '181344.302500', '181344.762500', '181345.222500', '181345.682500', '181346.142500', '181346.602500', '181347.062500', '181347.522500', '181347.982500', '181348.442500', '181348.902500', '181349.362500', '181349.822500', '181350.282500', '181350.742500', '181351.202500', '181351.662500', '181352.122500', '181352.582500', '181353.042500', '181353.502500', '181353.962500', '181354.422500', '181354.882500', '181355.342500', '181355.802500', '181356.262500', '181356.722500', '181357.182500', '181357.642500', '181358.102500', '181358.562500', '181359.022500', '181359.482500', '181359.942500', '181400.402500', '181400.862500', '181401.322500', '181401.782500', '181402.242500', '181402.702500', '181403.162500', '181403.622500', '181404.082500', '181404.542500', '181405.002500', '181405.462500', '181405.922500', '181406.382500', '181406.842500', '181407.302500', '181407.762500', '181408.222500', '181408.682500', '181409.142500', '181409.602500', '181410.062500', '181410.522500', '181410.982500', '181411.442500', '181411.902500', '181412.362500', '181412.822500', '181413.282500', '181413.742500', '181414.202500', '181414.662500', '181415.122500', '181415.582500', '181416.042500', '181416.502500', '181416.962500', '181417.422500', '181417.882500', '181418.342500', '181418.802500', '181419.262500', '181419.722500', '181420.182500', '181420.642500', '181421.102500', '181421.562500', '181422.022500', '181422.482500', '181422.942500', '181423.402500', '181423.862500', '181424.322500', '181424.782500', '181425.242500', '181425.702500', '181426.162500', '181426.622500', '181427.082500', '181427.542500', '181428.002500', '181428.462500', '181428.922500', '181429.382500', '181429.842500', '181430.302500', '181430.762500', '181431.222500', '181431.682500', '181432.142500', '181432.602500', '181433.062500', '181433.522500', '181433.982500', '181434.442500', '181434.902500', '181435.362500', '181435.822500', '181436.282500', '181436.742500', '181437.202500', '181437.662500', '181438.122500', '181438.582500', '181439.042500', '181439.502500', '181439.962500', '181440.422500', '181440.882500', '181441.342500', '181441.802500', '181442.262500', '181442.722500', '181443.182500', '181443.642500', '181444.102500', '181444.562500', '181445.022500', '181445.482500', '181445.942500', '181446.402500', '181446.862500', '181447.322500', '181447.782500', '181448.242500', '181448.702500', '181449.162500', '181449.622500', '181450.082500', '181450.542500', '181451.002500', '181451.462500', '181451.922500', '181452.382500', '181452.842500', '181453.302500', '181453.762500', '181454.222500', '181454.682500', '181455.142500', '181455.602500', '181456.062500', '181456.522500', '181456.982500', '181457.442500', '181457.902500', '181458.362500', '181458.822500', '181459.282500', '181459.742500', '181500.202500', '181500.662500', '181501.122500', '181501.582500', '181502.042500', '181502.502500', '181502.962500', '181503.422500', '181503.882500', '181504.342500', '181504.802500', '181505.262500', '181505.722500', '181506.182500', '181506.642500', '181507.102500', '181507.562500', '181508.022500', '181508.482500', '181508.942500', '181509.402500', '181509.862500', '181510.322500', '181510.782500', '181511.242500', '181511.702500', '181512.162500', '181512.622500', '181513.082500', '181513.542500', '181514.002500', '181514.462500', '181514.922500', '181515.382500', '181515.842500', '181516.302500', '181516.762500', '181517.222500', '181517.682500', '181518.142500', '181518.602500', '181519.062500', '181519.522500', '181519.982500', '181520.442500', '181520.902500', '181521.362500', '181521.822500', '181522.282500', '181522.742500', '181523.202500', '181523.662500', '181524.122500', '181524.582500', '181525.042500', '181525.502500', '181525.962500', '181526.422500', '181526.882500', '181527.342500', '181527.802500', '181528.262500', '181528.722500', '181529.182500', '181529.642500', '181530.102500', '181530.562500', '181531.022500', '181531.482500', '181531.942500', '181532.402500', '181532.862500', '181533.322500', '181533.782500', '181534.242500', '181534.702500', '181535.162500', '181535.622500', '181536.082500', '181536.542500', '181537.002500', '181537.462500', '181537.922500', '181538.382500', '181538.842500', '181539.302500', '181539.762500', '181540.222500', '181540.682500', '181541.142500', '181541.602500', '181542.062500', '181542.522500', '181542.982500', '181543.442500', '181543.902500', '181544.362500', '181544.822500', '181545.282500', '181545.742500', '181546.202500', '181546.662500', '181547.122500', '181547.582500', '181548.042500', '181548.502500', '181548.962500', '181549.422500', '181549.882500', '181550.342500', '181550.802500', '181551.262500', '181551.722500', '181552.182500', '181552.642500', '181553.102500', '181553.562500', '181554.022500', '181554.482500', '181554.942500'], 'ContentTime': ['180939.664000', '180939.667000', '180939.669000', '180939.672000', '180939.675000', '180939.677000', '180939.680000', '180939.683000', '180939.685000', '180939.688000', '180939.690000', '180939.693000', '180939.695000', '180939.698000', '180939.701000', '180939.703000', '180939.706000', '180939.708000', '180939.711000', '180939.713000', '180939.716000', '180939.719000', '180939.721000', '180939.724000', '180939.730000', '180939.733000', '180939.735000', '180939.738000', '180939.740000', '180939.743000', '180939.746000', '180939.748000', '180939.751000', '180939.753000', '180939.756000', '180939.759000', '180939.761000', '180939.764000', '180939.766000', '180939.769000', '180939.771000', '180939.774000', '180939.776000', '180939.779000', '180939.782000', '180939.784000', '180939.787000', '180939.789000', '180939.792000', '180939.794000', '180939.797000', '180939.799000', '180959.634000', '180959.636000', '180959.639000', '180959.642000', '180959.644000', '180959.647000', '180959.650000', '180959.652000', '180959.655000', '180959.657000', '180959.660000', '180959.663000', '180959.665000', '180959.668000', '180959.670000', '180959.673000', '180959.675000', '180959.678000', '180959.680000', '180959.683000', '180959.686000', '180959.688000', '180959.691000', '180959.704000', '180959.707000', '180959.709000', '180959.712000', '180959.714000', '180959.717000', '180959.719000', '180959.722000', '180959.724000', '180959.727000', '180959.730000', '180959.732000', '180959.735000', '180959.737000', '180959.740000', '180959.743000', '180959.745000', '180959.748000', '180959.750000', '180959.753000', '181019.632000', '181019.635000', '181019.638000', '181019.641000', '181019.643000', '181019.646000', '181019.656000', '181019.659000', '181019.661000', '181019.664000', '181019.666000', '181019.669000', '181019.672000', '181019.674000', '181019.677000', '181019.679000', '181019.682000', '181019.684000', '181019.687000', '181019.690000', '181019.692000', '181019.695000', '181019.697000', '181019.700000', '181019.702000', '181019.705000', '181019.707000', '181019.710000', '181019.713000', '181019.715000', '181019.718000', '181019.753000', '181019.756000', '181019.758000', '181019.761000', '181019.764000', '181019.766000', '181019.769000', '181019.771000', '181019.774000', '181019.776000', '181019.779000', '181019.781000', '181019.784000', '181039.633000', '181039.636000', '181039.638000', '181039.641000', '181039.643000', '181039.646000', '181039.649000', '181039.658000', '181039.660000', '181039.663000', '181039.666000', '181039.668000', '181039.671000', '181039.673000', '181039.676000', '181039.678000', '181039.681000', '181039.684000', '181039.686000', '181039.689000', '181039.691000', '181039.694000', '181039.697000', '181039.699000', '181039.702000', '181039.704000', '181039.707000', '181039.709000', '181039.712000', '181039.715000', '181039.717000', '181039.720000', '181039.722000', '181039.725000', '181039.728000', '181039.730000', '181039.733000', '181039.735000', '181039.738000', '181039.740000', '181039.743000', '181039.746000', '181039.748000', '181059.633000', '181059.636000', '181059.639000', '181059.642000', '181059.644000', '181059.647000', '181059.649000', '181059.652000', '181059.655000', '181059.657000', '181059.660000', '181059.662000', '181059.665000', '181059.667000', '181059.670000', '181059.673000', '181059.675000', '181059.678000', '181059.680000', '181059.683000', '181059.685000', '181059.688000', '181059.691000', '181059.693000', '181059.696000', '181059.698000', '181059.706000', '181059.708000', '181059.711000', '181059.713000', '181059.716000', '181059.719000', '181059.721000', '181059.724000', '181059.726000', '181059.729000', '181059.732000', '181059.734000', '181059.737000', '181059.739000', '181059.742000', '181059.744000', '181059.747000', '181059.750000', '181119.633000', '181119.636000', '181119.639000', '181119.642000', '181119.644000', '181119.647000', '181119.649000', '181119.652000', '181119.654000', '181119.657000', '181119.660000', '181119.662000', '181119.665000', '181119.667000', '181119.670000', '181119.673000', '181119.675000', '181119.678000', '181119.680000', '181119.683000', '181119.685000', '181119.688000', '181119.691000', '181119.697000', '181119.700000', '181119.703000', '181119.705000', '181119.708000', '181119.710000', '181119.713000', '181119.715000', '181119.718000', '181119.721000', '181119.723000', '181119.726000', '181119.728000', '181119.731000', '181119.733000', '181119.736000', '181119.739000', '181119.741000', '181119.744000', '181119.746000', '181139.633000', '181139.636000', '181139.639000', '181139.641000', '181139.644000', '181139.647000', '181139.649000', '181139.652000', '181139.654000', '181139.657000', '181139.659000', '181139.662000', '181139.664000', '181139.667000', '181139.670000', '181139.672000', '181139.675000', '181139.678000', '181139.680000', '181139.683000', '181139.685000', '181139.688000', '181139.690000', '181139.693000', '181139.695000', '181139.698000', '181139.701000', '181139.703000', '181139.706000', '181139.708000', '181139.711000', '181139.714000', '181139.716000', '181139.719000', '181139.722000', '181139.724000', '181139.727000', '181139.729000', '181139.732000', '181139.735000', '181139.737000', '181139.740000', '181139.742000', '181139.745000', '181159.633000', '181159.636000', '181159.639000', '181159.641000', '181159.644000', '181159.647000', '181159.649000', '181159.652000', '181159.654000', '181159.657000', '181159.660000', '181159.662000', '181159.665000', '181159.667000', '181159.670000', '181159.673000', '181159.675000', '181159.678000', '181159.680000', '181159.683000', '181159.685000', '181159.688000', '181159.691000', '181159.693000', '181159.696000', '181159.698000', '181159.712000', '181159.715000', '181159.718000', '181159.720000', '181159.723000', '181159.725000', '181159.728000', '181159.731000', '181159.733000', '181159.736000', '181159.738000', '181159.741000', '181159.743000', '181159.746000', '181159.749000', '181159.751000', '181159.754000', '181219.633000', '181219.636000', '181219.639000', '181219.641000', '181219.644000', '181219.647000', '181219.649000', '181219.652000', '181219.654000', '181219.657000', '181219.659000', '181219.662000', '181219.665000', '181219.667000', '181219.670000', '181219.673000', '181219.675000', '181219.678000', '181219.681000', '181219.683000', '181219.686000', '181219.688000', '181219.691000', '181219.693000', '181219.696000', '181219.699000', '181219.701000', '181219.704000', '181219.707000', '181219.709000', '181219.712000', '181219.714000', '181219.717000', '181219.719000', '181219.722000', '181219.725000', '181219.727000', '181219.730000', '181219.732000', '181219.735000', '181219.737000', '181219.740000', '181219.743000', '181239.632000', '181239.635000', '181239.638000', '181239.640000', '181239.643000', '181239.646000', '181239.648000', '181239.651000', '181239.654000', '181239.656000', '181239.659000', '181239.661000', '181239.664000', '181239.667000', '181239.669000', '181239.672000', '181239.675000', '181239.677000', '181239.680000', '181239.682000', '181239.685000', '181239.688000', '181239.690000', '181239.693000', '181239.695000', '181239.698000', '181239.701000', '181239.703000', '181239.706000', '181239.708000', '181239.711000', '181239.714000', '181239.716000', '181239.719000', '181239.721000', '181239.724000', '181239.735000', '181239.737000', '181239.740000', '181239.742000', '181239.745000', '181239.748000', '181239.750000', '181239.753000', '181259.632000', '181259.635000', '181259.638000', '181259.640000', '181259.643000', '181259.645000', '181259.648000', '181259.651000', '181259.653000', '181259.656000', '181259.658000', '181259.661000', '181259.663000', '181259.666000', '181259.669000', '181259.671000', '181259.674000', '181259.677000', '181259.679000', '181259.682000', '181259.684000', '181259.687000', '181259.690000', '181259.692000', '181259.695000', '181259.697000', '181259.700000', '181259.702000', '181259.705000', '181259.708000', '181259.710000', '181259.713000', '181259.715000', '181259.718000', '181259.720000', '181259.723000', '181259.725000', '181259.728000', '181259.731000', '181259.733000', '181259.736000', '181259.738000', '181259.741000', '181259.743000', '181319.634000', '181319.636000', '181319.639000', '181319.642000', '181319.644000', '181319.647000', '181319.649000', '181319.652000', '181319.654000', '181319.657000', '181319.660000', '181319.662000', '181319.665000', '181319.668000', '181319.670000', '181319.673000', '181319.675000', '181319.678000', '181319.680000', '181319.683000', '181319.686000', '181319.688000', '181319.691000', '181319.694000', '181319.696000', '181319.699000', '181319.701000', '181319.704000', '181319.706000', '181319.709000', '181319.712000', '181319.714000', '181319.717000', '181319.719000', '181319.722000', '181319.724000', '181319.727000', '181319.730000', '181319.732000', '181319.742000', '181319.745000', '181319.748000', '181319.750000', '181339.634000', '181339.636000', '181339.639000', '181339.642000', '181339.644000', '181339.647000', '181339.649000', '181339.652000', '181339.655000', '181339.658000', '181339.660000', '181339.663000', '181339.665000', '181339.668000', '181339.671000', '181339.673000', '181339.676000', '181339.678000', '181339.681000', '181339.684000', '181339.686000', '181339.689000', '181339.691000', '181339.694000', '181339.697000', '181339.700000', '181339.703000', '181339.706000', '181339.709000', '181339.712000', '181339.714000', '181339.717000', '181339.719000', '181339.722000', '181339.724000', '181339.727000', '181339.729000', '181339.732000', '181339.735000', '181339.737000', '181339.740000', '181339.742000', '181339.745000', '181359.633000', '181359.636000', '181359.639000', '181359.641000', '181359.644000', '181359.647000', '181359.649000', '181359.652000', '181359.654000', '181359.657000', '181359.660000', '181359.662000', '181359.665000', '181359.667000', '181359.670000', '181359.673000', '181359.675000', '181359.678000', '181359.680000', '181359.683000', '181359.685000', '181359.688000', '181359.691000', '181359.693000', '181359.696000', '181359.698000', '181359.701000', '181359.704000', '181359.706000', '181359.709000', '181359.711000', '181359.714000', '181359.717000', '181359.719000', '181359.722000', '181359.724000', '181359.727000', '181359.730000', '181359.732000', '181359.735000', '181359.737000', '181359.740000', '181359.742000', '181359.745000', '181419.634000', '181419.636000', '181419.639000', '181419.642000', '181419.644000', '181419.647000', '181419.649000', '181419.652000', '181419.655000', '181419.657000', '181419.660000', '181419.662000', '181419.665000', '181419.668000', '181419.671000', '181419.674000', '181419.677000', '181419.680000', '181419.682000', '181419.685000', '181419.688000', '181419.690000', '181419.693000', '181419.696000', '181419.698000', '181419.701000', '181419.703000', '181419.706000', '181419.708000', '181419.711000', '181419.714000', '181419.716000', '181419.719000', '181419.721000', '181419.724000', '181419.727000', '181419.729000', '181419.732000', '181419.734000', '181419.737000', '181419.739000', '181419.742000', '181419.744000', '181439.633000', '181439.636000', '181439.639000', '181439.641000', '181439.644000', '181439.647000', '181439.649000', '181439.652000', '181439.654000', '181439.657000', '181439.660000', '181439.662000', '181439.665000', '181439.667000', '181439.670000', '181439.672000', '181439.675000', '181439.678000', '181439.680000', '181439.683000', '181439.685000', '181439.688000', '181439.691000', '181439.693000', '181439.696000', '181439.698000', '181439.701000', '181439.704000', '181439.706000', '181439.709000', '181439.711000', '181439.714000', '181439.716000', '181439.719000', '181439.722000', '181439.724000', '181439.727000', '181439.729000', '181439.732000', '181439.735000', '181439.737000', '181439.740000', '181439.742000', '181439.745000', '181459.633000', '181459.636000', '181459.638000', '181459.641000', '181459.643000', '181459.646000', '181459.650000', '181459.653000', '181459.656000', '181459.658000', '181459.661000', '181459.663000', '181459.666000', '181459.668000', '181459.671000', '181459.673000', '181459.676000', '181459.678000', '181459.681000', '181459.694000', '181459.698000', '181459.701000', '181459.704000', '181459.706000', '181459.709000', '181459.711000', '181459.714000', '181459.717000', '181459.719000', '181459.722000', '181459.724000', '181459.727000', '181459.729000', '181459.732000', '181459.734000', '181459.737000', '181459.740000', '181459.742000', '181459.745000', '181459.747000', '181459.750000', '181459.753000', '181459.755000', '181519.632000', '181519.635000', '181519.638000', '181519.641000', '181519.643000', '181519.646000', '181519.648000', '181519.651000', '181519.654000', '181519.656000', '181519.659000', '181519.662000', '181519.664000', '181519.667000', '181519.669000', '181519.672000', '181519.674000', '181519.677000', '181519.679000', '181519.682000', '181519.685000', '181519.687000', '181519.690000', '181519.693000', '181519.695000', '181519.698000', '181519.700000', '181519.703000', '181519.705000', '181519.708000', '181519.710000', '181519.713000', '181519.716000', '181519.718000', '181519.721000', '181519.723000', '181519.726000', '181519.729000', '181519.731000', '181519.734000', '181519.736000', '181519.739000', '181519.741000', '181519.744000', '181539.634000', '181539.637000', '181539.639000', '181539.642000', '181539.645000', '181539.647000', '181539.650000', '181539.653000', '181539.655000', '181539.658000', '181539.660000', '181539.663000', '181539.666000', '181539.668000', '181539.671000', '181539.673000', '181539.676000', '181539.679000', '181539.681000', '181539.684000', '181539.687000', '181539.689000', '181539.692000', '181539.694000', '181539.697000', '181539.700000', '181539.702000', '181539.705000', '181539.708000', '181539.710000', '181539.713000', '181539.715000', '181539.718000', '181539.720000', '181539.723000', '181539.726000', '181539.728000', '181539.731000', '181539.733000', '181539.736000', '181539.738000', '181539.741000', '181539.743000', '181556.702000', '181556.705000', '181556.708000', '181556.710000', '181556.713000', '181556.716000', '181556.718000', '181556.721000', '181556.723000', '181556.726000', '181556.728000', '181556.731000', '181556.734000', '181556.736000', '181556.739000', '181556.741000', '181556.744000', '181556.746000', '181556.749000', '181556.752000', '181556.754000', '181556.757000', '181556.759000', '181556.762000', '181556.765000', '181556.767000', '181556.770000', '181556.773000', '181556.775000', '181556.778000', '181556.780000', '181556.783000', '181556.786000', '181556.788000', '181556.791000', '181556.793000', '181556.796000', '181556.799000'], 'InstanceCreationTime': ['180939.664000', '180939.667000', '180939.669000', '180939.672000', '180939.675000', '180939.677000', '180939.680000', '180939.683000', '180939.685000', '180939.688000', '180939.690000', '180939.693000', '180939.695000', '180939.698000', '180939.701000', '180939.703000', '180939.706000', '180939.708000', '180939.711000', '180939.713000', '180939.716000', '180939.719000', '180939.721000', '180939.724000', '180939.730000', '180939.733000', '180939.735000', '180939.738000', '180939.740000', '180939.743000', '180939.746000', '180939.748000', '180939.751000', '180939.753000', '180939.756000', '180939.759000', '180939.761000', '180939.764000', '180939.766000', '180939.769000', '180939.771000', '180939.774000', '180939.776000', '180939.779000', '180939.782000', '180939.784000', '180939.787000', '180939.789000', '180939.792000', '180939.794000', '180939.797000', '180939.799000', '180959.634000', '180959.636000', '180959.639000', '180959.642000', '180959.644000', '180959.647000', '180959.650000', '180959.652000', '180959.655000', '180959.657000', '180959.660000', '180959.663000', '180959.665000', '180959.668000', '180959.670000', '180959.673000', '180959.675000', '180959.678000', '180959.680000', '180959.683000', '180959.686000', '180959.688000', '180959.691000', '180959.704000', '180959.707000', '180959.709000', '180959.712000', '180959.714000', '180959.717000', '180959.719000', '180959.722000', '180959.724000', '180959.727000', '180959.730000', '180959.732000', '180959.735000', '180959.737000', '180959.740000', '180959.743000', '180959.745000', '180959.748000', '180959.750000', '180959.753000', '181019.632000', '181019.635000', '181019.638000', '181019.641000', '181019.643000', '181019.646000', '181019.656000', '181019.659000', '181019.661000', '181019.664000', '181019.666000', '181019.669000', '181019.672000', '181019.674000', '181019.677000', '181019.679000', '181019.682000', '181019.684000', '181019.687000', '181019.690000', '181019.692000', '181019.695000', '181019.697000', '181019.700000', '181019.702000', '181019.705000', '181019.707000', '181019.710000', '181019.713000', '181019.715000', '181019.718000', '181019.753000', '181019.756000', '181019.758000', '181019.761000', '181019.764000', '181019.766000', '181019.769000', '181019.771000', '181019.774000', '181019.776000', '181019.779000', '181019.781000', '181019.784000', '181039.633000', '181039.636000', '181039.638000', '181039.641000', '181039.643000', '181039.646000', '181039.649000', '181039.658000', '181039.660000', '181039.663000', '181039.666000', '181039.668000', '181039.671000', '181039.673000', '181039.676000', '181039.678000', '181039.681000', '181039.684000', '181039.686000', '181039.689000', '181039.691000', '181039.694000', '181039.697000', '181039.699000', '181039.702000', '181039.704000', '181039.707000', '181039.709000', '181039.712000', '181039.715000', '181039.717000', '181039.720000', '181039.722000', '181039.725000', '181039.728000', '181039.730000', '181039.733000', '181039.735000', '181039.738000', '181039.740000', '181039.743000', '181039.746000', '181039.748000', '181059.633000', '181059.636000', '181059.639000', '181059.642000', '181059.644000', '181059.647000', '181059.649000', '181059.652000', '181059.655000', '181059.657000', '181059.660000', '181059.662000', '181059.665000', '181059.667000', '181059.670000', '181059.673000', '181059.675000', '181059.678000', '181059.680000', '181059.683000', '181059.685000', '181059.688000', '181059.691000', '181059.693000', '181059.696000', '181059.698000', '181059.706000', '181059.708000', '181059.711000', '181059.713000', '181059.716000', '181059.719000', '181059.721000', '181059.724000', '181059.726000', '181059.729000', '181059.732000', '181059.734000', '181059.737000', '181059.739000', '181059.742000', '181059.744000', '181059.747000', '181059.750000', '181119.633000', '181119.636000', '181119.639000', '181119.642000', '181119.644000', '181119.647000', '181119.649000', '181119.652000', '181119.654000', '181119.657000', '181119.660000', '181119.662000', '181119.665000', '181119.667000', '181119.670000', '181119.673000', '181119.675000', '181119.678000', '181119.680000', '181119.683000', '181119.685000', '181119.688000', '181119.691000', '181119.697000', '181119.700000', '181119.703000', '181119.705000', '181119.708000', '181119.710000', '181119.713000', '181119.715000', '181119.718000', '181119.721000', '181119.723000', '181119.726000', '181119.728000', '181119.731000', '181119.733000', '181119.736000', '181119.739000', '181119.741000', '181119.744000', '181119.746000', '181139.633000', '181139.636000', '181139.639000', '181139.641000', '181139.644000', '181139.647000', '181139.649000', '181139.652000', '181139.654000', '181139.657000', '181139.659000', '181139.662000', '181139.664000', '181139.667000', '181139.670000', '181139.672000', '181139.675000', '181139.678000', '181139.680000', '181139.683000', '181139.685000', '181139.688000', '181139.690000', '181139.693000', '181139.695000', '181139.698000', '181139.701000', '181139.703000', '181139.706000', '181139.708000', '181139.711000', '181139.714000', '181139.716000', '181139.719000', '181139.722000', '181139.724000', '181139.727000', '181139.729000', '181139.732000', '181139.735000', '181139.737000', '181139.740000', '181139.742000', '181139.745000', '181159.633000', '181159.636000', '181159.639000', '181159.641000', '181159.644000', '181159.647000', '181159.649000', '181159.652000', '181159.654000', '181159.657000', '181159.660000', '181159.662000', '181159.665000', '181159.667000', '181159.670000', '181159.673000', '181159.675000', '181159.678000', '181159.680000', '181159.683000', '181159.685000', '181159.688000', '181159.691000', '181159.693000', '181159.696000', '181159.698000', '181159.712000', '181159.715000', '181159.718000', '181159.720000', '181159.723000', '181159.725000', '181159.728000', '181159.731000', '181159.733000', '181159.736000', '181159.738000', '181159.741000', '181159.743000', '181159.746000', '181159.749000', '181159.751000', '181159.754000', '181219.633000', '181219.636000', '181219.639000', '181219.641000', '181219.644000', '181219.647000', '181219.649000', '181219.652000', '181219.654000', '181219.657000', '181219.659000', '181219.662000', '181219.665000', '181219.667000', '181219.670000', '181219.673000', '181219.675000', '181219.678000', '181219.681000', '181219.683000', '181219.686000', '181219.688000', '181219.691000', '181219.693000', '181219.696000', '181219.699000', '181219.701000', '181219.704000', '181219.707000', '181219.709000', '181219.712000', '181219.714000', '181219.717000', '181219.719000', '181219.722000', '181219.725000', '181219.727000', '181219.730000', '181219.732000', '181219.735000', '181219.737000', '181219.740000', '181219.743000', '181239.632000', '181239.635000', '181239.638000', '181239.640000', '181239.643000', '181239.646000', '181239.648000', '181239.651000', '181239.654000', '181239.656000', '181239.659000', '181239.661000', '181239.664000', '181239.667000', '181239.669000', '181239.672000', '181239.675000', '181239.677000', '181239.680000', '181239.682000', '181239.685000', '181239.688000', '181239.690000', '181239.693000', '181239.695000', '181239.698000', '181239.701000', '181239.703000', '181239.706000', '181239.708000', '181239.711000', '181239.714000', '181239.716000', '181239.719000', '181239.721000', '181239.724000', '181239.735000', '181239.737000', '181239.740000', '181239.742000', '181239.745000', '181239.748000', '181239.750000', '181239.753000', '181259.632000', '181259.635000', '181259.638000', '181259.640000', '181259.643000', '181259.645000', '181259.648000', '181259.651000', '181259.653000', '181259.656000', '181259.658000', '181259.661000', '181259.663000', '181259.666000', '181259.669000', '181259.671000', '181259.674000', '181259.677000', '181259.679000', '181259.682000', '181259.684000', '181259.687000', '181259.690000', '181259.692000', '181259.695000', '181259.697000', '181259.700000', '181259.702000', '181259.705000', '181259.708000', '181259.710000', '181259.713000', '181259.715000', '181259.718000', '181259.720000', '181259.723000', '181259.725000', '181259.728000', '181259.731000', '181259.733000', '181259.736000', '181259.738000', '181259.741000', '181259.743000', '181319.634000', '181319.636000', '181319.639000', '181319.642000', '181319.644000', '181319.647000', '181319.649000', '181319.652000', '181319.654000', '181319.657000', '181319.660000', '181319.662000', '181319.665000', '181319.668000', '181319.670000', '181319.673000', '181319.675000', '181319.678000', '181319.680000', '181319.683000', '181319.686000', '181319.688000', '181319.691000', '181319.694000', '181319.696000', '181319.699000', '181319.701000', '181319.704000', '181319.706000', '181319.709000', '181319.712000', '181319.714000', '181319.717000', '181319.719000', '181319.722000', '181319.724000', '181319.727000', '181319.730000', '181319.732000', '181319.742000', '181319.745000', '181319.748000', '181319.750000', '181339.634000', '181339.636000', '181339.639000', '181339.642000', '181339.644000', '181339.647000', '181339.649000', '181339.652000', '181339.655000', '181339.658000', '181339.660000', '181339.663000', '181339.665000', '181339.668000', '181339.671000', '181339.673000', '181339.676000', '181339.678000', '181339.681000', '181339.684000', '181339.686000', '181339.689000', '181339.691000', '181339.694000', '181339.697000', '181339.700000', '181339.703000', '181339.706000', '181339.709000', '181339.712000', '181339.714000', '181339.717000', '181339.719000', '181339.722000', '181339.724000', '181339.727000', '181339.729000', '181339.732000', '181339.735000', '181339.737000', '181339.740000', '181339.742000', '181339.745000', '181359.633000', '181359.636000', '181359.639000', '181359.641000', '181359.644000', '181359.647000', '181359.649000', '181359.652000', '181359.654000', '181359.657000', '181359.660000', '181359.662000', '181359.665000', '181359.667000', '181359.670000', '181359.673000', '181359.675000', '181359.678000', '181359.680000', '181359.683000', '181359.685000', '181359.688000', '181359.691000', '181359.693000', '181359.696000', '181359.698000', '181359.701000', '181359.704000', '181359.706000', '181359.709000', '181359.711000', '181359.714000', '181359.717000', '181359.719000', '181359.722000', '181359.724000', '181359.727000', '181359.730000', '181359.732000', '181359.735000', '181359.737000', '181359.740000', '181359.742000', '181359.745000', '181419.634000', '181419.636000', '181419.639000', '181419.642000', '181419.644000', '181419.647000', '181419.649000', '181419.652000', '181419.655000', '181419.657000', '181419.660000', '181419.662000', '181419.665000', '181419.668000', '181419.671000', '181419.674000', '181419.677000', '181419.680000', '181419.682000', '181419.685000', '181419.688000', '181419.690000', '181419.693000', '181419.696000', '181419.698000', '181419.701000', '181419.703000', '181419.706000', '181419.708000', '181419.711000', '181419.714000', '181419.716000', '181419.719000', '181419.721000', '181419.724000', '181419.727000', '181419.729000', '181419.732000', '181419.734000', '181419.737000', '181419.739000', '181419.742000', '181419.744000', '181439.633000', '181439.636000', '181439.639000', '181439.641000', '181439.644000', '181439.647000', '181439.649000', '181439.652000', '181439.654000', '181439.657000', '181439.660000', '181439.662000', '181439.665000', '181439.667000', '181439.670000', '181439.672000', '181439.675000', '181439.678000', '181439.680000', '181439.683000', '181439.685000', '181439.688000', '181439.691000', '181439.693000', '181439.696000', '181439.698000', '181439.701000', '181439.704000', '181439.706000', '181439.709000', '181439.711000', '181439.714000', '181439.716000', '181439.719000', '181439.722000', '181439.724000', '181439.727000', '181439.729000', '181439.732000', '181439.735000', '181439.737000', '181439.740000', '181439.742000', '181439.745000', '181459.633000', '181459.636000', '181459.638000', '181459.641000', '181459.643000', '181459.646000', '181459.650000', '181459.653000', '181459.656000', '181459.658000', '181459.661000', '181459.663000', '181459.666000', '181459.668000', '181459.671000', '181459.673000', '181459.676000', '181459.678000', '181459.681000', '181459.694000', '181459.698000', '181459.701000', '181459.704000', '181459.706000', '181459.709000', '181459.711000', '181459.714000', '181459.717000', '181459.719000', '181459.722000', '181459.724000', '181459.727000', '181459.729000', '181459.732000', '181459.734000', '181459.737000', '181459.740000', '181459.742000', '181459.745000', '181459.747000', '181459.750000', '181459.753000', '181459.755000', '181519.632000', '181519.635000', '181519.638000', '181519.641000', '181519.643000', '181519.646000', '181519.648000', '181519.651000', '181519.654000', '181519.656000', '181519.659000', '181519.662000', '181519.664000', '181519.667000', '181519.669000', '181519.672000', '181519.674000', '181519.677000', '181519.679000', '181519.682000', '181519.685000', '181519.687000', '181519.690000', '181519.693000', '181519.695000', '181519.698000', '181519.700000', '181519.703000', '181519.705000', '181519.708000', '181519.710000', '181519.713000', '181519.716000', '181519.718000', '181519.721000', '181519.723000', '181519.726000', '181519.729000', '181519.731000', '181519.734000', '181519.736000', '181519.739000', '181519.741000', '181519.744000', '181539.634000', '181539.637000', '181539.639000', '181539.642000', '181539.645000', '181539.647000', '181539.650000', '181539.653000', '181539.655000', '181539.658000', '181539.660000', '181539.663000', '181539.666000', '181539.668000', '181539.671000', '181539.673000', '181539.676000', '181539.679000', '181539.681000', '181539.684000', '181539.687000', '181539.689000', '181539.692000', '181539.694000', '181539.697000', '181539.700000', '181539.702000', '181539.705000', '181539.708000', '181539.710000', '181539.713000', '181539.715000', '181539.718000', '181539.720000', '181539.723000', '181539.726000', '181539.728000', '181539.731000', '181539.733000', '181539.736000', '181539.738000', '181539.741000', '181539.743000', '181556.702000', '181556.705000', '181556.708000', '181556.710000', '181556.713000', '181556.716000', '181556.718000', '181556.721000', '181556.723000', '181556.726000', '181556.728000', '181556.731000', '181556.734000', '181556.736000', '181556.739000', '181556.741000', '181556.744000', '181556.746000', '181556.749000', '181556.752000', '181556.754000', '181556.757000', '181556.759000', '181556.762000', '181556.765000', '181556.767000', '181556.770000', '181556.773000', '181556.775000', '181556.778000', '181556.780000', '181556.783000', '181556.786000', '181556.788000', '181556.791000', '181556.793000', '181556.796000', '181556.799000'], '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': [9021, 12776, 8891, 12303, 8723, 11212, 8243, 10479, 8083, 10226, 8000, 10819, 8987, 11042, 7825, 10556, 8572, 11614, 9817, 10578, 10103, 11740, 9657, 10717, 10021, 7780, 11139, 9119, 10177, 8423, 10390, 8035, 10865, 7864, 9996, 7679, 10332, 7920, 9811, 8040, 11553, 7931, 10407, 8079, 11665, 8660, 11267, 8632, 11717, 8488, 11251, 8294, 11380, 8270, 11383, 9072, 11300, 7990, 10104, 10234, 8123, 8102, 9747, 7322, 9429, 7683, 9983, 8047, 11292, 7715, 9211, 8427, 11675, 8540, 12950, 9352, 13382, 8599, 9631, 17039, 7828, 14870, 9730, 9590, 8173, 7939, 10381, 8090, 8985, 7281, 7945, 10817, 8101, 10695, 8473, 8369, 7962, 8061, 10531, 8030, 10095, 7912, 9675, 9713, 8850, 12333, 9271, 12854, 8074, 9068, 13580, 8774, 12421, 8307, 9813, 15993, 8435, 12837, 8504, 9332, 7417, 8213, 11086, 8011, 9837, 7750, 8758, 7668, 9742, 7839, 10869, 8678, 11533, 8009, 12731, 9795, 13097, 9234, 14271, 17210, 13688, 15109, 8794, 9366, 11134, 8481, 11135, 8304, 9912, 8016, 10096, 7768, 8223, 7334, 7982, 10044, 8260, 10051, 8002, 8597, 13729, 7930, 11459, 8169, 8525, 12973, 8186, 10153, 9492, 8619, 10785, 8221, 9701, 7494, 8129, 10345, 7973, 9924, 8002, 9728, 13133, 8297, 12022, 8644, 9377, 13958, 7958, 8916, 11823, 8140, 10851, 7577, 8304, 10708, 8036, 9952, 8051, 9844, 7643, 9484, 11591, 9181, 12996, 8074, 11270, 8807, 11329, 7998, 10081, 12348, 9778, 12554, 9140, 16034, 8576, 13464, 10092, 13074, 7743, 10040, 9461, 13097, 8183, 10434, 8265, 11391, 7770, 10699, 7386, 10115, 14953, 8284, 13487, 7709, 11084, 7833, 9331, 7820, 8415, 7770, 8053, 9017, 8344, 7539, 9763, 7931, 10395, 8149, 11458, 11006, 10675, 15773, 8772, 13332, 13461, 9678, 15143, 8067, 10889, 8187, 8649, 12877, 8067, 10793, 7573, 8582, 11068, 7933, 10193, 7782, 8405, 10640, 7952, 10458, 7890, 8393, 10853, 7982, 10859, 8509, 8280, 11580, 7899, 10402, 7874, 8761, 12964, 8845, 11904, 7619, 8473, 11488, 8486, 10239, 7845, 8116, 11118, 8037, 10056, 10659, 8201, 10619, 7984, 9947, 9012, 8498, 10904, 8528, 8819, 12017, 8106, 12000, 8018, 8886, 12162, 7981, 11770, 8006, 8767, 11712, 8513, 11244, 8374, 10530, 13176, 8577, 12766, 8465, 10094, 14574, 8818, 13021, 8334, 9282, 11655, 8221, 11357, 8602, 9504, 7309, 8360, 10675, 8221, 9925, 8187, 10133, 8195, 11781, 8687, 9363, 8034, 10246, 8028, 13271, 13310, 11535, 15592, 8294, 14652, 8387, 10404, 13105, 7998, 10305, 7376, 10874, 9223, 11524, 8324, 10996, 8729, 8408, 9520, 10640, 9987, 12324, 8742, 11663, 7833, 9625, 15218, 8215, 12262, 7537, 8152, 7946, 11144, 10451, 8368, 10111, 9067, 10205, 8707, 10245, 9470, 7722, 9935, 8063, 11194, 10767, 9456, 14334, 7800, 8540, 8206, 12569, 8914, 11574, 8804, 10955, 8163, 12000, 7759, 9611, 15743, 8643, 12791, 7925, 10575, 8624, 8411, 11887, 7862, 11019, 7820, 9447, 7840, 9233, 7702, 8495, 10204, 8179, 11219, 8129, 11622, 8356, 12151, 9371, 10154, 7768, 9522, 14821, 9216, 13262, 8486, 12597, 8257, 9357, 11369, 8678, 11858, 7481, 8554, 8696, 13173, 8643, 10926, 9243, 10929, 9727, 13339, 8991, 13002, 8119, 10117, 8242, 12316, 9416, 12467, 7525, 9793, 9701, 8236, 11941, 7996, 11538, 7708, 11414, 7751, 9180, 7278, 7946, 10583, 7845, 10841, 8602, 11164, 7975, 9771, 12996, 8125, 12242, 7441, 10311, 7629, 8831, 12600, 8118, 11698, 7618, 9877, 10215, 8421, 11496, 7707, 10073, 7423, 8652, 7922, 8426, 11295, 7771, 11446, 8217, 10192, 7510, 9375, 13311, 8681, 11932, 8821, 11798, 7607, 9492, 15069, 8479, 14476, 7521, 10891, 7677, 9756, 7631, 9047, 8279, 9503, 7570, 11831, 9296, 12395, 7697, 8088, 8227, 10021, 12286, 10374, 10311, 11403, 11319, 11152, 14197, 8378, 13819, 7997, 11759, 7928, 9256, 7637, 7822, 10276, 8283, 10056, 7363, 7288, 7633, 9031, 7776, 12001, 8330, 8448, 9400, 8598, 12044, 8555, 11026, 8544, 11304, 7708, 14257, 10073, 10589, 11112, 9136, 11511, 8906, 13251, 9173, 14305, 8049, 9224, 9885, 8399, 11042, 8472, 10458, 7711, 10635, 8671, 10202, 7460, 8582, 10612, 8370, 10656, 8479, 11105, 7563, 8784, 11826, 8052, 11383, 7582, 9045, 7964, 9311, 8101, 9440, 7975, 10165, 10574, 9419, 13817, 8962, 11847, 7697, 8116, 10328, 7969, 10994, 8153, 9951, 7754, 8510, 8169, 8213, 10671, 7866, 10652, 7783, 9124, 7973, 9345, 9205, 9352, 11816, 8518, 11080, 8357, 10008, 9778, 8836, 11082, 7715, 10483, 7955, 9791, 11621, 8514, 11765, 8018, 10516, 10809, 8722, 11342, 7872, 10999, 8589, 8406, 10908, 7812, 10761, 7986, 8756, 10747, 7977, 10348, 7908, 10606, 8617, 8852, 11348, 7679, 11518, 8638, 8923, 13881, 7937, 11507, 7605, 9634, 8310, 10579, 9903, 8663, 8095, 10511, 8725, 10614, 7665, 11306, 9689, 10079, 13693, 9955, 12499, 10378, 10734, 8464, 9711, 11121, 9587, 9580, 12199, 7822, 12003, 8409, 9072, 7791, 8587, 10627, 8044, 10959, 8345, 9715, 7697, 9136, 8129, 8291, 8180, 8248, 10995, 8789, 9648, 8876, 9327, 8613, 12690, 13511, 9453, 13236, 8228, 13284, 9596, 8859, 7683, 11890, 7970, 9961, 8237, 9139, 8503, 10707, 8257, 10978, 9707, 12431, 10026, 11748, 8626, 13887, 8863, 13863, 12974, 10982, 15349, 9063, 10891, 8851, 10698, 8593, 9795, 8183, 9997, 8558, 10229, 8339, 9645, 7694, 10187, 8088, 9306, 8901, 9399, 13834, 8157, 12202, 9212, 9399, 9660, 8997, 12490, 8141, 10578, 7940, 10350, 7737, 8951, 9824, 8448, 10030, 8248, 10151, 8311, 11330, 9831, 9255, 11241, 7838, 10374, 8259, 10904, 10661, 9460, 13088, 8029, 9666, 8247, 10010, 8135, 8123, 8559, 9087, 10502, 9952, 8431, 11090, 8044, 12301, 9122, 9097, 8587, 11914, 8446, 10342, 8205, 13060, 9083, 13411, 8693, 10250, 14636, 8645, 12314, 9032, 10849, 7959, 9220, 10481, 8477, 10065, 7757, 9217, 7896, 11313, 8188, 9053, 7679, 10165, 8242, 9323, 11155, 8866, 10153, 8121, 10912, 12997, 9255, 12152, 8568, 9298, 8016, 10471, 8934], 'WindowCenter': [4368.0, 4381.0, 4327.0, 4352.0, 4312.0, 4329.0, 4312.0, 4329.0, 4300.0, 4318.0, 4298.0, 4317.0, 4306.0, 4326.0, 4288.0, 4316.0, 4309.0, 4326.0, 4319.0, 4317.0, 4318.0, 4325.0, 4307.0, 4315.0, 4317.0, 4286.0, 4327.0, 4306.0, 4317.0, 4296.0, 4316.0, 4296.0, 4327.0, 4285.0, 4316.0, 4288.0, 4317.0, 4298.0, 4318.0, 4297.0, 4326.0, 4287.0, 4316.0, 4298.0, 4328.0, 4308.0, 4337.0, 4310.0, 4337.0, 4308.0, 4327.0, 4299.0, 4328.0, 4298.0, 4328.0, 4296.0, 4318.0, 4285.0, 4317.0, 4305.0, 4286.0, 4298.0, 4314.0, 4276.0, 4306.0, 4287.0, 4316.0, 4298.0, 4327.0, 4288.0, 4319.0, 4298.0, 4329.0, 4308.0, 4350.0, 4320.0, 4350.0, 4298.0, 4307.0, 4343.0, 4274.0, 4333.0, 4293.0, 4294.0, 4271.0, 4273.0, 4303.0, 4284.0, 4293.0, 4263.0, 4284.0, 4313.0, 4283.0, 4314.0, 4284.0, 4285.0, 4284.0, 4298.0, 4327.0, 4299.0, 4330.0, 4299.0, 4321.0, 4320.0, 4332.0, 4350.0, 4320.0, 4338.0, 4286.0, 4308.0, 4335.0, 4307.0, 4337.0, 4297.0, 4318.0, 4356.0, 4297.0, 4325.0, 4285.0, 4295.0, 4274.0, 4286.0, 4314.0, 4286.0, 4318.0, 4287.0, 4307.0, 4298.0, 4317.0, 4299.0, 4328.0, 4309.0, 4328.0, 4297.0, 4337.0, 4315.0, 4338.0, 4309.0, 4349.0, 4347.0, 4324.0, 4333.0, 4284.0, 4294.0, 4302.0, 4283.0, 4301.0, 4282.0, 4291.0, 4272.0, 4302.0, 4271.0, 4283.0, 4274.0, 4285.0, 4305.0, 4297.0, 4308.0, 4285.0, 4307.0, 4335.0, 4286.0, 4325.0, 4285.0, 4295.0, 4324.0, 4295.0, 4305.0, 4303.0, 4295.0, 4316.0, 4284.0, 4305.0, 4274.0, 4298.0, 4317.0, 4299.0, 4317.0, 4298.0, 4319.0, 4349.0, 4322.0, 4346.0, 4299.0, 4308.0, 4335.0, 4285.0, 4294.0, 4314.0, 4286.0, 4315.0, 4273.0, 4296.0, 4315.0, 4297.0, 4317.0, 4297.0, 4316.0, 4287.0, 4319.0, 4327.0, 4308.0, 4337.0, 4286.0, 4327.0, 4307.0, 4327.0, 4286.0, 4318.0, 4337.0, 4317.0, 4335.0, 4307.0, 4346.0, 4297.0, 4336.0, 4307.0, 4336.0, 4273.0, 4314.0, 4303.0, 4334.0, 4285.0, 4327.0, 4297.0, 4326.0, 4286.0, 4328.0, 4274.0, 4305.0, 4334.0, 4284.0, 4321.0, 4273.0, 4313.0, 4274.0, 4295.0, 4273.0, 4283.0, 4272.0, 4284.0, 4294.0, 4295.0, 4288.0, 4319.0, 4298.0, 4330.0, 4311.0, 4342.0, 4331.0, 4332.0, 4360.0, 4299.0, 4335.0, 4338.0, 4306.0, 4333.0, 4273.0, 4303.0, 4272.0, 4284.0, 4324.0, 4273.0, 4313.0, 4271.0, 4293.0, 4314.0, 4274.0, 4304.0, 4273.0, 4285.0, 4315.0, 4285.0, 4316.0, 4285.0, 4285.0, 4314.0, 4285.0, 4326.0, 4297.0, 4299.0, 4328.0, 4297.0, 4317.0, 4286.0, 4297.0, 4336.0, 4307.0, 4327.0, 4274.0, 4295.0, 4327.0, 4309.0, 4316.0, 4285.0, 4286.0, 4315.0, 4285.0, 4315.0, 4316.0, 4296.0, 4314.0, 4285.0, 4316.0, 4306.0, 4297.0, 4317.0, 4297.0, 4296.0, 4322.0, 4286.0, 4327.0, 4286.0, 4307.0, 4323.0, 4297.0, 4336.0, 4298.0, 4309.0, 4327.0, 4297.0, 4326.0, 4295.0, 4329.0, 4336.0, 4297.0, 4337.0, 4297.0, 4317.0, 4335.0, 4296.0, 4325.0, 4284.0, 4295.0, 4313.0, 4286.0, 4314.0, 4294.0, 4305.0, 4274.0, 4296.0, 4314.0, 4287.0, 4305.0, 4296.0, 4327.0, 4298.0, 4337.0, 4308.0, 4318.0, 4299.0, 4318.0, 4300.0, 4350.0, 4338.0, 4328.0, 4347.0, 4283.0, 4347.0, 4286.0, 4316.0, 4323.0, 4273.0, 4303.0, 4277.0, 4325.0, 4306.0, 4325.0, 4311.0, 4340.0, 4308.0, 4297.0, 4319.0, 4328.0, 4318.0, 4338.0, 4308.0, 4335.0, 4294.0, 4318.0, 4346.0, 4297.0, 4324.0, 4274.0, 4297.0, 4285.0, 4329.0, 4329.0, 4298.0, 4315.0, 4308.0, 4316.0, 4308.0, 4328.0, 4332.0, 4301.0, 4331.0, 4311.0, 4343.0, 4331.0, 4321.0, 4349.0, 4289.0, 4298.0, 4298.0, 4339.0, 4308.0, 4328.0, 4308.0, 4328.0, 4300.0, 4341.0, 4289.0, 4320.0, 4358.0, 4298.0, 4325.0, 4286.0, 4318.0, 4297.0, 4296.0, 4326.0, 4286.0, 4316.0, 4284.0, 4306.0, 4287.0, 4307.0, 4287.0, 4308.0, 4330.0, 4310.0, 4339.0, 4300.0, 4340.0, 4310.0, 4350.0, 4319.0, 4331.0, 4287.0, 4319.0, 4360.0, 4319.0, 4339.0, 4298.0, 4338.0, 4297.0, 4316.0, 4338.0, 4309.0, 4326.0, 4276.0, 4306.0, 4308.0, 4336.0, 4307.0, 4328.0, 4320.0, 4329.0, 4321.0, 4351.0, 4311.0, 4349.0, 4288.0, 4306.0, 4297.0, 4326.0, 4307.0, 4327.0, 4275.0, 4319.0, 4306.0, 4297.0, 4326.0, 4297.0, 4327.0, 4298.0, 4323.0, 4286.0, 4296.0, 4263.0, 4283.0, 4304.0, 4285.0, 4315.0, 4295.0, 4316.0, 4286.0, 4317.0, 4335.0, 4285.0, 4324.0, 4274.0, 4315.0, 4285.0, 4307.0, 4325.0, 4286.0, 4325.0, 4286.0, 4318.0, 4315.0, 4287.0, 4315.0, 4285.0, 4327.0, 4287.0, 4307.0, 4297.0, 4299.0, 4328.0, 4288.0, 4328.0, 4299.0, 4331.0, 4289.0, 4320.0, 4348.0, 4297.0, 4327.0, 4307.0, 4335.0, 4297.0, 4319.0, 4346.0, 4297.0, 4336.0, 4285.0, 4316.0, 4288.0, 4319.0, 4288.0, 4308.0, 4298.0, 4321.0, 4301.0, 4351.0, 4307.0, 4340.0, 4287.0, 4289.0, 4297.0, 4319.0, 4328.0, 4318.0, 4319.0, 4340.0, 4329.0, 4328.0, 4334.0, 4286.0, 4336.0, 4285.0, 4326.0, 4287.0, 4306.0, 4274.0, 4287.0, 4304.0, 4285.0, 4304.0, 4274.0, 4273.0, 4286.0, 4308.0, 4288.0, 4341.0, 4309.0, 4310.0, 4320.0, 4323.0, 4351.0, 4311.0, 4330.0, 4322.0, 4341.0, 4301.0, 4363.0, 4321.0, 4331.0, 4328.0, 4310.0, 4329.0, 4309.0, 4339.0, 4308.0, 4337.0, 4285.0, 4296.0, 4308.0, 4297.0, 4315.0, 4296.0, 4316.0, 4287.0, 4316.0, 4297.0, 4317.0, 4275.0, 4308.0, 4328.0, 4298.0, 4318.0, 4297.0, 4316.0, 4273.0, 4285.0, 4314.0, 4286.0, 4313.0, 4275.0, 4295.0, 4288.0, 4307.0, 4288.0, 4307.0, 4298.0, 4319.0, 4329.0, 4308.0, 4337.0, 4296.0, 4315.0, 4273.0, 4286.0, 4303.0, 4283.0, 4303.0, 4274.0, 4306.0, 4274.0, 4296.0, 4283.0, 4295.0, 4315.0, 4287.0, 4317.0, 4286.0, 4307.0, 4286.0, 4308.0, 4308.0, 4308.0, 4327.0, 4297.0, 4317.0, 4298.0, 4318.0, 4305.0, 4296.0, 4315.0, 4285.0, 4316.0, 4298.0, 4317.0, 4325.0, 4298.0, 4326.0, 4284.0, 4317.0, 4314.0, 4295.0, 4314.0, 4284.0, 4316.0, 4294.0, 4285.0, 4314.0, 4284.0, 4317.0, 4284.0, 4294.0, 4314.0, 4286.0, 4317.0, 4286.0, 4316.0, 4295.0, 4307.0, 4327.0, 4288.0, 4334.0, 4308.0, 4307.0, 4349.0, 4297.0, 4322.0, 4274.0, 4305.0, 4283.0, 4317.0, 4306.0, 4297.0, 4287.0, 4318.0, 4299.0, 4328.0, 4287.0, 4328.0, 4305.0, 4308.0, 4338.0, 4319.0, 4327.0, 4317.0, 4316.0, 4299.0, 4307.0, 4330.0, 4307.0, 4308.0, 4326.0, 4276.0, 4326.0, 4273.0, 4295.0, 4262.0, 4283.0, 4303.0, 4285.0, 4304.0, 4284.0, 4293.0, 4260.0, 4295.0, 4283.0, 4297.0, 4309.0, 4352.0, 4372.0, 4328.0, 4309.0, 4274.0, 4296.0, 4288.0, 4328.0, 4327.0, 4283.0, 4317.0, 4299.0, 4326.0, 4291.0, 4280.0, 4258.0, 4323.0, 4307.0, 4300.0, 4280.0, 4292.0, 4294.0, 4314.0, 4298.0, 4329.0, 4330.0, 4351.0, 4331.0, 4339.0, 4298.0, 4349.0, 4295.0, 4335.0, 4327.0, 4316.0, 4346.0, 4296.0, 4315.0, 4306.0, 4313.0, 4294.0, 4304.0, 4284.0, 4304.0, 4296.0, 4317.0, 4297.0, 4330.0, 4298.0, 4319.0, 4299.0, 4309.0, 4308.0, 4309.0, 4350.0, 4299.0, 4340.0, 4308.0, 4307.0, 4305.0, 4308.0, 4325.0, 4286.0, 4305.0, 4285.0, 4306.0, 4273.0, 4295.0, 4305.0, 4296.0, 4304.0, 4283.0, 4314.0, 4284.0, 4327.0, 4317.0, 4306.0, 4315.0, 4287.0, 4316.0, 4296.0, 4315.0, 4314.0, 4306.0, 4323.0, 4284.0, 4304.0, 4284.0, 4305.0, 4282.0, 4284.0, 4295.0, 4307.0, 4317.0, 4316.0, 4296.0, 4326.0, 4286.0, 4339.0, 4307.0, 4310.0, 4308.0, 4338.0, 4297.0, 4317.0, 4296.0, 4349.0, 4307.0, 4339.0, 4295.0, 4318.0, 4335.0, 4294.0, 4314.0, 4283.0, 4302.0, 4271.0, 4293.0, 4302.0, 4283.0, 4292.0, 4272.0, 4294.0, 4273.0, 4315.0, 4284.0, 4296.0, 4287.0, 4328.0, 4296.0, 4331.0, 4327.0, 4297.0, 4316.0, 4285.0, 4328.0, 4335.0, 4307.0, 4328.0, 4296.0, 4307.0, 4284.0, 4318.0, 4320.0], 'WindowWidth': [9655.0, 9657.0, 9574.0, 9598.0, 9543.0, 9559.0, 9540.0, 9557.0, 9519.0, 9541.0, 9514.0, 9536.0, 9523.0, 9545.0, 9498.0, 9534.0, 9529.0, 9550.0, 9543.0, 9535.0, 9539.0, 9544.0, 9524.0, 9532.0, 9536.0, 9492.0, 9549.0, 9520.0, 9535.0, 9505.0, 9533.0, 9510.0, 9550.0, 9490.0, 9533.0, 9501.0, 9538.0, 9513.0, 9542.0, 9512.0, 9546.0, 9496.0, 9534.0, 9515.0, 9552.0, 9528.0, 9570.0, 9535.0, 9565.0, 9527.0, 9550.0, 9515.0, 9553.0, 9513.0, 9554.0, 9509.0, 9539.0, 9489.0, 9534.0, 9517.0, 9492.0, 9514.0, 9531.0, 9479.0, 9520.0, 9498.0, 9535.0, 9513.0, 9550.0, 9500.0, 9541.0, 9514.0, 9554.0, 9527.0, 9587.0, 9547.0, 9591.0, 9512.0, 9522.0, 9567.0, 9472.0, 9551.0, 9493.0, 9499.0, 9460.0, 9466.0, 9509.0, 9486.0, 9496.0, 9454.0, 9486.0, 9522.0, 9486.0, 9527.0, 9487.0, 9490.0, 9487.0, 9512.0, 9551.0, 9516.0, 9559.0, 9517.0, 9551.0, 9545.0, 9571.0, 9588.0, 9546.0, 9567.0, 9495.0, 9528.0, 9558.0, 9523.0, 9564.0, 9510.0, 9539.0, 9587.0, 9509.0, 9542.0, 9488.0, 9501.0, 9472.0, 9491.0, 9525.0, 9493.0, 9539.0, 9499.0, 9523.0, 9513.0, 9535.0, 9517.0, 9551.0, 9529.0, 9552.0, 9509.0, 9565.0, 9531.0, 9566.0, 9527.0, 9582.0, 9577.0, 9540.0, 9551.0, 9483.0, 9499.0, 9502.0, 9481.0, 9502.0, 9478.0, 9489.0, 9465.0, 9507.0, 9464.0, 9484.0, 9472.0, 9490.0, 9516.0, 9508.0, 9523.0, 9489.0, 9525.0, 9558.0, 9492.0, 9546.0, 9489.0, 9503.0, 9539.0, 9502.0, 9517.0, 9510.0, 9503.0, 9531.0, 9487.0, 9516.0, 9473.0, 9512.0, 9535.0, 9514.0, 9536.0, 9513.0, 9544.0, 9586.0, 9556.0, 9582.0, 9515.0, 9525.0, 9556.0, 9492.0, 9500.0, 9526.0, 9490.0, 9528.0, 9471.0, 9505.0, 9531.0, 9510.0, 9536.0, 9511.0, 9536.0, 9496.0, 9542.0, 9551.0, 9524.0, 9562.0, 9494.0, 9552.0, 9522.0, 9551.0, 9492.0, 9540.0, 9562.0, 9537.0, 9558.0, 9521.0, 9574.0, 9510.0, 9560.0, 9520.0, 9560.0, 9471.0, 9531.0, 9511.0, 9554.0, 9490.0, 9553.0, 9512.0, 9548.0, 9494.0, 9552.0, 9473.0, 9515.0, 9551.0, 9484.0, 9531.0, 9468.0, 9523.0, 9474.0, 9502.0, 9469.0, 9482.0, 9466.0, 9485.0, 9502.0, 9507.0, 9500.0, 9543.0, 9515.0, 9559.0, 9538.0, 9581.0, 9561.0, 9565.0, 9599.0, 9514.0, 9561.0, 9565.0, 9519.0, 9552.0, 9470.0, 9509.0, 9464.0, 9486.0, 9537.0, 9471.0, 9524.0, 9463.0, 9498.0, 9524.0, 9471.0, 9511.0, 9468.0, 9489.0, 9529.0, 9491.0, 9532.0, 9488.0, 9491.0, 9526.0, 9490.0, 9548.0, 9508.0, 9516.0, 9553.0, 9512.0, 9538.0, 9493.0, 9511.0, 9562.0, 9522.0, 9549.0, 9474.0, 9503.0, 9550.0, 9530.0, 9536.0, 9489.0, 9494.0, 9529.0, 9491.0, 9531.0, 9532.0, 9504.0, 9528.0, 9489.0, 9534.0, 9520.0, 9512.0, 9535.0, 9508.0, 9508.0, 9535.0, 9493.0, 9548.0, 9493.0, 9522.0, 9539.0, 9509.0, 9563.0, 9513.0, 9529.0, 9550.0, 9512.0, 9548.0, 9506.0, 9555.0, 9561.0, 9510.0, 9562.0, 9509.0, 9535.0, 9556.0, 9504.0, 9543.0, 9487.0, 9502.0, 9523.0, 9490.0, 9527.0, 9501.0, 9515.0, 9473.0, 9505.0, 9525.0, 9494.0, 9516.0, 9508.0, 9553.0, 9514.0, 9566.0, 9529.0, 9540.0, 9518.0, 9540.0, 9518.0, 9586.0, 9566.0, 9553.0, 9576.0, 9486.0, 9577.0, 9492.0, 9533.0, 9536.0, 9470.0, 9507.0, 9481.0, 9545.0, 9521.0, 9546.0, 9537.0, 9575.0, 9529.0, 9511.0, 9543.0, 9551.0, 9540.0, 9568.0, 9527.0, 9563.0, 9507.0, 9540.0, 9574.0, 9508.0, 9539.0, 9474.0, 9512.0, 9492.0, 9557.0, 9557.0, 9512.0, 9530.0, 9526.0, 9535.0, 9527.0, 9554.0, 9565.0, 9524.0, 9564.0, 9538.0, 9584.0, 9562.0, 9549.0, 9581.0, 9502.0, 9512.0, 9511.0, 9569.0, 9525.0, 9553.0, 9528.0, 9552.0, 9518.0, 9573.0, 9500.0, 9543.0, 9594.0, 9511.0, 9543.0, 9490.0, 9537.0, 9508.0, 9506.0, 9544.0, 9490.0, 9529.0, 9487.0, 9518.0, 9493.0, 9524.0, 9495.0, 9528.0, 9558.0, 9533.0, 9569.0, 9521.0, 9574.0, 9533.0, 9589.0, 9543.0, 9562.0, 9497.0, 9544.0, 9600.0, 9543.0, 9570.0, 9512.0, 9566.0, 9508.0, 9541.0, 9572.0, 9530.0, 9547.0, 9480.0, 9523.0, 9528.0, 9561.0, 9525.0, 9552.0, 9545.0, 9555.0, 9551.0, 9592.0, 9537.0, 9583.0, 9499.0, 9520.0, 9509.0, 9549.0, 9521.0, 9550.0, 9475.0, 9542.0, 9520.0, 9508.0, 9549.0, 9512.0, 9549.0, 9514.0, 9544.0, 9492.0, 9505.0, 9454.0, 9483.0, 9511.0, 9490.0, 9528.0, 9504.0, 9532.0, 9494.0, 9537.0, 9557.0, 9490.0, 9540.0, 9474.0, 9529.0, 9490.0, 9521.0, 9544.0, 9493.0, 9543.0, 9493.0, 9539.0, 9530.0, 9493.0, 9528.0, 9491.0, 9553.0, 9498.0, 9525.0, 9509.0, 9516.0, 9553.0, 9501.0, 9554.0, 9518.0, 9565.0, 9504.0, 9547.0, 9580.0, 9511.0, 9548.0, 9525.0, 9564.0, 9514.0, 9544.0, 9576.0, 9510.0, 9558.0, 9491.0, 9533.0, 9496.0, 9542.0, 9499.0, 9528.0, 9516.0, 9549.0, 9526.0, 9591.0, 9526.0, 9571.0, 9495.0, 9500.0, 9508.0, 9543.0, 9552.0, 9541.0, 9543.0, 9571.0, 9555.0, 9551.0, 9554.0, 9490.0, 9558.0, 9490.0, 9546.0, 9496.0, 9521.0, 9471.0, 9496.0, 9513.0, 9489.0, 9511.0, 9473.0, 9470.0, 9493.0, 9527.0, 9500.0, 9576.0, 9532.0, 9532.0, 9548.0, 9557.0, 9592.0, 9537.0, 9558.0, 9554.0, 9577.0, 9522.0, 9609.0, 9547.0, 9559.0, 9550.0, 9529.0, 9554.0, 9530.0, 9568.0, 9524.0, 9564.0, 9487.0, 9505.0, 9523.0, 9508.0, 9529.0, 9506.0, 9531.0, 9498.0, 9533.0, 9508.0, 9535.0, 9475.0, 9527.0, 9555.0, 9513.0, 9540.0, 9509.0, 9534.0, 9469.0, 9486.0, 9523.0, 9491.0, 9522.0, 9475.0, 9503.0, 9498.0, 9523.0, 9498.0, 9521.0, 9512.0, 9542.0, 9555.0, 9524.0, 9561.0, 9504.0, 9529.0, 9467.0, 9491.0, 9510.0, 9483.0, 9509.0, 9471.0, 9517.0, 9472.0, 9505.0, 9485.0, 9505.0, 9530.0, 9495.0, 9536.0, 9492.0, 9523.0, 9492.0, 9525.0, 9525.0, 9526.0, 9550.0, 9511.0, 9535.0, 9512.0, 9538.0, 9516.0, 9505.0, 9530.0, 9491.0, 9534.0, 9514.0, 9537.0, 9544.0, 9512.0, 9546.0, 9489.0, 9534.0, 9527.0, 9502.0, 9525.0, 9485.0, 9532.0, 9500.0, 9489.0, 9526.0, 9488.0, 9533.0, 9488.0, 9502.0, 9527.0, 9493.0, 9536.0, 9492.0, 9535.0, 9504.0, 9524.0, 9550.0, 9501.0, 9562.0, 9525.0, 9523.0, 9586.0, 9510.0, 9540.0, 9472.0, 9516.0, 9483.0, 9537.0, 9518.0, 9508.0, 9496.0, 9541.0, 9516.0, 9554.0, 9496.0, 9553.0, 9516.0, 9523.0, 9563.0, 9542.0, 9550.0, 9535.0, 9532.0, 9514.0, 9522.0, 9557.0, 9522.0, 9523.0, 9546.0, 9479.0, 9545.0, 9469.0, 9501.0, 9452.0, 9482.0, 9509.0, 9489.0, 9511.0, 9484.0, 9496.0, 9448.0, 9503.0, 9484.0, 9508.0, 9531.0, 9613.0, 9640.0, 9572.0, 9521.0, 9464.0, 9498.0, 9492.0, 9544.0, 9543.0, 9475.0, 9529.0, 9512.0, 9540.0, 9489.0, 9472.0, 9440.0, 9541.0, 9531.0, 9504.0, 9474.0, 9495.0, 9498.0, 9527.0, 9514.0, 9555.0, 9563.0, 9590.0, 9564.0, 9568.0, 9513.0, 9581.0, 9503.0, 9559.0, 9547.0, 9532.0, 9572.0, 9506.0, 9532.0, 9521.0, 9524.0, 9501.0, 9511.0, 9486.0, 9513.0, 9507.0, 9538.0, 9513.0, 9562.0, 9515.0, 9544.0, 9517.0, 9529.0, 9527.0, 9529.0, 9586.0, 9515.0, 9572.0, 9525.0, 9524.0, 9518.0, 9525.0, 9544.0, 9491.0, 9516.0, 9488.0, 9517.0, 9470.0, 9502.0, 9518.0, 9507.0, 9513.0, 9486.0, 9527.0, 9488.0, 9550.0, 9537.0, 9521.0, 9530.0, 9495.0, 9533.0, 9506.0, 9532.0, 9527.0, 9517.0, 9537.0, 9487.0, 9515.0, 9488.0, 9515.0, 9482.0, 9487.0, 9502.0, 9523.0, 9537.0, 9534.0, 9506.0, 9548.0, 9493.0, 9571.0, 9526.0, 9533.0, 9526.0, 9567.0, 9511.0, 9540.0, 9510.0, 9583.0, 9523.0, 9568.0, 9502.0, 9538.0, 9558.0, 9501.0, 9527.0, 9482.0, 9506.0, 9460.0, 9494.0, 9507.0, 9483.0, 9492.0, 9467.0, 9497.0, 9468.0, 9529.0, 9485.0, 9506.0, 9495.0, 9554.0, 9511.0, 9565.0, 9554.0, 9510.0, 9533.0, 9491.0, 9552.0, 9557.0, 9523.0, 9552.0, 9506.0, 9521.0, 9489.0, 9538.0, 9548.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.0020437629459148445</td></tr>
<tr><td colspan=3>aqi</td><td>0.024192780552359034</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.205061855460826</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.230198309331798</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0164902657258055</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>8366.8584</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12490768508608167</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.34867663981588</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.298745020332792</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2446493101197538</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.50051912220116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.151066628677463</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02002081461250782</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024531714618206024</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0993704130005595</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>26.5878</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5897</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.9696</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>308358.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.1834</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6332</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.154</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3600.513</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.1103</td></tr>
<tr><td colspan=3>tsnr</td><td>39.840910610277206</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>