<?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-0116_ses-01_task-social_acq-mb8_run-03_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-0116_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-03_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-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-03_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>5fe9b77a97be4f3d107f52f962090745</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:56.077500</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.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</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-03_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.101586</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b3d1a5f-17f8-45fa-8cad-f7818f779aa1||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.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [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': ['180956.077500', '180956.537500', '180956.997500', '180957.457500', '180957.917500', '180958.377500', '180958.837500', '180959.297500', '180959.757500', '181000.217500', '181000.677500', '181001.137500', '181001.597500', '181002.057500', '181002.517500', '181002.977500', '181003.437500', '181003.897500', '181004.357500', '181004.817500', '181005.277500', '181005.737500', '181006.197500', '181006.657500', '181007.117500', '181007.577500', '181008.037500', '181008.497500', '181008.957500', '181009.417500', '181009.877500', '181010.337500', '181010.797500', '181011.257500', '181011.717500', '181012.177500', '181012.637500', '181013.097500', '181013.557500', '181014.017500', '181014.477500', '181014.937500', '181015.397500', '181015.857500', '181016.317500', '181016.777500', '181017.237500', '181017.697500', '181018.157500', '181018.617500', '181019.077500', '181019.537500', '181019.997500', '181020.457500', '181020.917500', '181021.377500', '181021.837500', '181022.297500', '181022.757500', '181023.217500', '181023.677500', '181024.137500', '181024.597500', '181025.057500', '181025.517500', '181025.977500', '181026.437500', '181026.897500', '181027.357500', '181027.817500', '181028.277500', '181028.737500', '181029.197500', '181029.657500', '181030.117500', '181030.577500', '181031.037500', '181031.497500', '181031.957500', '181032.417500', '181032.877500', '181033.337500', '181033.797500', '181034.257500', '181034.717500', '181035.177500', '181035.637500', '181036.097500', '181036.557500', '181037.017500', '181037.477500', '181037.937500', '181038.397500', '181038.857500', '181039.317500', '181039.777500', '181040.237500', '181040.697500', '181041.157500', '181041.617500', '181042.077500', '181042.537500', '181042.997500', '181043.457500', '181043.917500', '181044.377500', '181044.837500', '181045.297500', '181045.757500', '181046.217500', '181046.677500', '181047.137500', '181047.597500', '181048.057500', '181048.517500', '181048.977500', '181049.437500', '181049.897500', '181050.357500', '181050.817500', '181051.277500', '181051.737500', '181052.197500', '181052.657500', '181053.117500', '181053.577500', '181054.037500', '181054.497500', '181054.957500', '181055.417500', '181055.877500', '181056.337500', '181056.797500', '181057.257500', '181057.717500', '181058.177500', '181058.637500', '181059.097500', '181059.557500', '181100.017500', '181100.477500', '181100.937500', '181101.397500', '181101.857500', '181102.317500', '181102.777500', '181103.237500', '181103.697500', '181104.157500', '181104.617500', '181105.077500', '181105.537500', '181105.997500', '181106.457500', '181106.917500', '181107.377500', '181107.837500', '181108.297500', '181108.757500', '181109.217500', '181109.677500', '181110.137500', '181110.597500', '181111.057500', '181111.517500', '181111.977500', '181112.437500', '181112.897500', '181113.357500', '181113.817500', '181114.277500', '181114.737500', '181115.197500', '181115.657500', '181116.117500', '181116.577500', '181117.037500', '181117.497500', '181117.957500', '181118.417500', '181118.877500', '181119.337500', '181119.797500', '181120.257500', '181120.717500', '181121.177500', '181121.637500', '181122.097500', '181122.557500', '181123.017500', '181123.477500', '181123.937500', '181124.397500', '181124.857500', '181125.317500', '181125.777500', '181126.237500', '181126.697500', '181127.157500', '181127.617500', '181128.077500', '181128.537500', '181128.997500', '181129.457500', '181129.917500', '181130.377500', '181130.837500', '181131.297500', '181131.757500', '181132.217500', '181132.677500', '181133.137500', '181133.597500', '181134.057500', '181134.517500', '181134.977500', '181135.437500', '181135.897500', '181136.357500', '181136.817500', '181137.277500', '181137.737500', '181138.197500', '181138.657500', '181139.117500', '181139.577500', '181140.037500', '181140.497500', '181140.957500', '181141.417500', '181141.877500', '181142.337500', '181142.797500', '181143.257500', '181143.717500', '181144.177500', '181144.637500', '181145.097500', '181145.557500', '181146.017500', '181146.477500', '181146.937500', '181147.397500', '181147.857500', '181148.317500', '181148.777500', '181149.237500', '181149.697500', '181150.157500', '181150.617500', '181151.077500', '181151.537500', '181151.997500', '181152.457500', '181152.917500', '181153.377500', '181153.837500', '181154.297500', '181154.757500', '181155.217500', '181155.677500', '181156.137500', '181156.597500', '181157.057500', '181157.517500', '181157.977500', '181158.437500', '181158.897500', '181159.357500', '181159.817500', '181200.277500', '181200.737500', '181201.197500', '181201.657500', '181202.117500', '181202.577500', '181203.037500', '181203.497500', '181203.957500', '181204.417500', '181204.877500', '181205.337500', '181205.797500', '181206.257500', '181206.717500', '181207.177500', '181207.637500', '181208.097500', '181208.557500', '181209.017500', '181209.477500', '181209.937500', '181210.397500', '181210.857500', '181211.317500', '181211.777500', '181212.237500', '181212.697500', '181213.157500', '181213.617500', '181214.077500', '181214.537500', '181214.997500', '181215.457500', '181215.917500', '181216.377500', '181216.837500', '181217.297500', '181217.757500', '181218.217500', '181218.677500', '181219.137500', '181219.597500', '181220.057500', '181220.517500', '181220.977500', '181221.437500', '181221.897500', '181222.357500', '181222.817500', '181223.277500', '181223.737500', '181224.197500', '181224.657500', '181225.117500', '181225.577500', '181226.037500', '181226.497500', '181226.957500', '181227.417500', '181227.877500', '181228.337500', '181228.797500', '181229.257500', '181229.717500', '181230.177500', '181230.637500', '181231.097500', '181231.557500', '181232.017500', '181232.477500', '181232.937500', '181233.397500', '181233.857500', '181234.317500', '181234.777500', '181235.237500', '181235.697500', '181236.157500', '181236.617500', '181237.077500', '181237.537500', '181237.997500', '181238.457500', '181238.917500', '181239.377500', '181239.837500', '181240.297500', '181240.757500', '181241.217500', '181241.677500', '181242.137500', '181242.597500', '181243.057500', '181243.517500', '181243.977500', '181244.437500', '181244.897500', '181245.357500', '181245.817500', '181246.277500', '181246.737500', '181247.197500', '181247.657500', '181248.117500', '181248.577500', '181249.037500', '181249.497500', '181249.957500', '181250.417500', '181250.877500', '181251.337500', '181251.797500', '181252.257500', '181252.717500', '181253.177500', '181253.637500', '181254.097500', '181254.557500', '181255.017500', '181255.477500', '181255.937500', '181256.397500', '181256.857500', '181257.317500', '181257.777500', '181258.237500', '181258.697500', '181259.157500', '181259.617500', '181300.077500', '181300.537500', '181300.997500', '181301.457500', '181301.917500', '181302.377500', '181302.837500', '181303.297500', '181303.757500', '181304.217500', '181304.677500', '181305.137500', '181305.597500', '181306.057500', '181306.517500', '181306.977500', '181307.437500', '181307.897500', '181308.357500', '181308.817500', '181309.277500', '181309.737500', '181310.197500', '181310.657500', '181311.117500', '181311.577500', '181312.037500', '181312.497500', '181312.957500', '181313.417500', '181313.877500', '181314.337500', '181314.797500', '181315.257500', '181315.717500', '181316.177500', '181316.637500', '181317.097500', '181317.557500', '181318.017500', '181318.477500', '181318.937500', '181319.397500', '181319.857500', '181320.317500', '181320.777500', '181321.237500', '181321.697500', '181322.157500', '181322.617500', '181323.077500', '181323.537500', '181323.997500', '181324.457500', '181324.917500', '181325.377500', '181325.837500', '181326.297500', '181326.757500', '181327.217500', '181327.677500', '181328.137500', '181328.597500', '181329.057500', '181329.517500', '181329.977500', '181330.437500', '181330.897500', '181331.357500', '181331.817500', '181332.277500', '181332.737500', '181333.197500', '181333.657500', '181334.117500', '181334.577500', '181335.037500', '181335.497500', '181335.957500', '181336.417500', '181336.877500', '181337.337500', '181337.797500', '181338.257500', '181338.717500', '181339.177500', '181339.637500', '181340.097500', '181340.557500', '181341.017500', '181341.477500', '181341.937500', '181342.397500', '181342.857500', '181343.317500', '181343.777500', '181344.237500', '181344.697500', '181345.157500', '181345.617500', '181346.077500', '181346.537500', '181346.997500', '181347.457500', '181347.917500', '181348.377500', '181348.837500', '181349.297500', '181349.757500', '181350.217500', '181350.677500', '181351.137500', '181351.597500', '181352.057500', '181352.517500', '181352.977500', '181353.437500', '181353.897500', '181354.357500', '181354.817500', '181355.277500', '181355.737500', '181356.197500', '181356.657500', '181357.117500', '181357.577500', '181358.037500', '181358.497500', '181358.957500', '181359.417500', '181359.877500', '181400.337500', '181400.797500', '181401.257500', '181401.717500', '181402.177500', '181402.637500', '181403.097500', '181403.557500', '181404.017500', '181404.477500', '181404.937500', '181405.397500', '181405.857500', '181406.317500', '181406.777500', '181407.237500', '181407.697500', '181408.157500', '181408.617500', '181409.077500', '181409.537500', '181409.997500', '181410.457500', '181410.917500', '181411.377500', '181411.837500', '181412.297500', '181412.757500', '181413.217500', '181413.677500', '181414.137500', '181414.597500', '181415.057500', '181415.517500', '181415.977500', '181416.437500', '181416.897500', '181417.357500', '181417.817500', '181418.277500', '181418.737500', '181419.197500', '181419.657500', '181420.117500', '181420.577500', '181421.037500', '181421.497500', '181421.957500', '181422.417500', '181422.877500', '181423.337500', '181423.797500', '181424.257500', '181424.717500', '181425.177500', '181425.637500', '181426.097500', '181426.557500', '181427.017500', '181427.477500', '181427.937500', '181428.397500', '181428.857500', '181429.317500', '181429.777500', '181430.237500', '181430.697500', '181431.157500', '181431.617500', '181432.077500', '181432.537500', '181432.997500', '181433.457500', '181433.917500', '181434.377500', '181434.837500', '181435.297500', '181435.757500', '181436.217500', '181436.677500', '181437.137500', '181437.597500', '181438.057500', '181438.517500', '181438.977500', '181439.437500', '181439.897500', '181440.357500', '181440.817500', '181441.277500', '181441.737500', '181442.197500', '181442.657500', '181443.117500', '181443.577500', '181444.037500', '181444.497500', '181444.957500', '181445.417500', '181445.877500', '181446.337500', '181446.797500', '181447.257500', '181447.717500', '181448.177500', '181448.637500', '181449.097500', '181449.557500', '181450.017500', '181450.477500', '181450.937500', '181451.397500', '181451.857500', '181452.317500', '181452.777500', '181453.237500', '181453.697500', '181454.157500', '181454.617500', '181455.077500', '181455.537500', '181455.997500', '181456.457500', '181456.917500', '181457.377500', '181457.837500', '181458.297500', '181458.757500', '181459.217500', '181459.677500', '181500.137500', '181500.597500', '181501.057500', '181501.517500', '181501.977500', '181502.437500', '181502.897500', '181503.357500', '181503.817500', '181504.277500', '181504.737500', '181505.197500', '181505.657500', '181506.117500', '181506.577500', '181507.037500', '181507.497500', '181507.957500', '181508.417500', '181508.877500', '181509.337500', '181509.797500', '181510.257500', '181510.717500', '181511.177500', '181511.637500', '181512.097500', '181512.557500', '181513.017500', '181513.477500', '181513.937500', '181514.397500', '181514.857500', '181515.317500', '181515.777500', '181516.237500', '181516.697500', '181517.157500', '181517.617500', '181518.077500', '181518.537500', '181518.997500', '181519.457500', '181519.917500', '181520.377500', '181520.837500', '181521.297500', '181521.757500', '181522.217500', '181522.677500', '181523.137500', '181523.597500', '181524.057500', '181524.517500', '181524.977500', '181525.437500', '181525.897500', '181526.357500', '181526.817500', '181527.277500', '181527.737500', '181528.197500', '181528.657500', '181529.117500', '181529.577500', '181530.037500', '181530.497500', '181530.957500', '181531.417500', '181531.877500', '181532.337500', '181532.797500', '181533.257500', '181533.717500', '181534.177500', '181534.637500', '181535.097500', '181535.557500', '181536.017500', '181536.477500', '181536.937500', '181537.397500', '181537.857500', '181538.317500', '181538.777500', '181539.237500', '181539.697500', '181540.157500', '181540.617500', '181541.077500', '181541.537500', '181541.997500', '181542.457500', '181542.917500', '181543.377500', '181543.837500', '181544.297500', '181544.757500', '181545.217500', '181545.677500', '181546.137500', '181546.597500', '181547.057500', '181547.517500', '181547.977500', '181548.437500', '181548.897500', '181549.357500', '181549.817500', '181550.277500', '181550.737500', '181551.197500', '181551.657500', '181552.117500', '181552.577500', '181553.037500', '181553.497500', '181553.957500', '181554.417500', '181554.877500', '181555.337500', '181555.797500', '181556.257500', '181556.717500', '181557.177500', '181557.637500', '181558.097500', '181558.557500', '181559.017500', '181559.477500', '181559.937500', '181600.397500', '181600.857500', '181601.317500', '181601.777500', '181602.237500', '181602.697500', '181603.157500', '181603.617500', '181604.077500', '181604.537500', '181604.997500', '181605.457500', '181605.917500', '181606.377500', '181606.837500', '181607.297500', '181607.757500', '181608.217500', '181608.677500', '181609.137500', '181609.597500', '181610.057500', '181610.517500', '181610.977500', '181611.437500', '181611.897500', '181612.357500', '181612.817500', '181613.277500', '181613.737500', '181614.197500', '181614.657500', '181615.117500', '181615.577500', '181616.037500', '181616.497500', '181616.957500', '181617.417500', '181617.877500', '181618.337500', '181618.797500', '181619.257500', '181619.717500', '181620.177500', '181620.637500', '181621.097500', '181621.557500', '181622.017500', '181622.477500', '181622.937500', '181623.397500', '181623.857500', '181624.317500', '181624.777500', '181625.237500', '181625.697500', '181626.157500', '181626.617500', '181627.077500', '181627.537500', '181627.997500', '181628.457500', '181628.917500', '181629.377500', '181629.837500', '181630.297500', '181630.757500', '181631.217500', '181631.677500', '181632.137500', '181632.597500', '181633.057500', '181633.517500', '181633.977500', '181634.437500', '181634.897500', '181635.357500', '181635.817500', '181636.277500', '181636.737500'], 'ContentTime': ['181022.757000', '181022.760000', '181022.763000', '181022.766000', '181022.768000', '181022.771000', '181022.773000', '181022.776000', '181022.779000', '181022.781000', '181022.784000', '181022.787000', '181022.789000', '181022.792000', '181022.794000', '181022.797000', '181022.800000', '181022.802000', '181022.805000', '181022.807000', '181022.810000', '181022.812000', '181022.815000', '181022.818000', '181022.834000', '181022.836000', '181022.839000', '181022.841000', '181022.844000', '181022.847000', '181022.849000', '181022.852000', '181022.863000', '181022.866000', '181022.868000', '181022.871000', '181022.873000', '181022.876000', '181022.878000', '181022.881000', '181022.883000', '181022.886000', '181022.888000', '181022.891000', '181022.894000', '181022.896000', '181022.899000', '181022.901000', '181022.904000', '181022.906000', '181022.909000', '181022.911000', '181022.914000', '181022.916000', '181022.919000', '181022.922000', '181042.699000', '181042.701000', '181042.704000', '181042.706000', '181042.709000', '181042.712000', '181042.714000', '181042.717000', '181042.719000', '181042.722000', '181042.725000', '181042.727000', '181042.730000', '181042.732000', '181042.735000', '181042.738000', '181042.740000', '181042.743000', '181042.745000', '181042.748000', '181042.751000', '181042.753000', '181042.756000', '181042.758000', '181042.761000', '181042.763000', '181042.766000', '181042.768000', '181042.771000', '181042.774000', '181042.776000', '181042.779000', '181042.781000', '181042.784000', '181042.786000', '181042.789000', '181042.791000', '181042.794000', '181042.797000', '181042.799000', '181042.802000', '181042.804000', '181042.807000', '181042.810000', '181102.698000', '181102.701000', '181102.704000', '181102.706000', '181102.709000', '181102.711000', '181102.714000', '181102.717000', '181102.719000', '181102.722000', '181102.725000', '181102.727000', '181102.730000', '181102.732000', '181102.735000', '181102.737000', '181102.740000', '181102.743000', '181102.745000', '181102.748000', '181102.750000', '181102.753000', '181102.755000', '181102.758000', '181102.760000', '181102.763000', '181102.766000', '181102.768000', '181102.771000', '181102.774000', '181102.777000', '181102.779000', '181102.782000', '181102.785000', '181102.787000', '181102.790000', '181102.792000', '181102.795000', '181102.797000', '181102.800000', '181102.803000', '181102.805000', '181102.808000', '181122.698000', '181122.701000', '181122.704000', '181122.706000', '181122.709000', '181122.711000', '181122.714000', '181122.724000', '181122.726000', '181122.729000', '181122.731000', '181122.734000', '181122.736000', '181122.739000', '181122.742000', '181122.744000', '181122.747000', '181122.749000', '181122.752000', '181122.755000', '181122.757000', '181122.760000', '181122.763000', '181122.765000', '181122.768000', '181122.770000', '181122.773000', '181122.775000', '181122.778000', '181122.781000', '181122.783000', '181122.786000', '181122.788000', '181122.791000', '181122.793000', '181122.796000', '181122.799000', '181122.801000', '181122.804000', '181122.806000', '181122.809000', '181122.812000', '181122.814000', '181122.817000', '181142.700000', '181142.702000', '181142.705000', '181142.708000', '181142.710000', '181142.713000', '181142.716000', '181142.718000', '181142.721000', '181142.723000', '181142.726000', '181142.728000', '181142.731000', '181142.734000', '181142.736000', '181142.739000', '181142.741000', '181142.744000', '181142.747000', '181142.749000', '181142.752000', '181142.754000', '181142.757000', '181142.760000', '181142.776000', '181142.779000', '181142.781000', '181142.784000', '181142.787000', '181142.789000', '181142.792000', '181142.794000', '181142.797000', '181142.799000', '181142.802000', '181142.805000', '181142.807000', '181142.810000', '181142.812000', '181142.815000', '181142.818000', '181142.820000', '181142.823000', '181202.699000', '181202.702000', '181202.705000', '181202.707000', '181202.710000', '181202.713000', '181202.715000', '181202.718000', '181202.720000', '181202.723000', '181202.725000', '181202.728000', '181202.731000', '181202.733000', '181202.736000', '181202.738000', '181202.741000', '181202.743000', '181202.746000', '181202.749000', '181202.751000', '181202.754000', '181202.756000', '181202.759000', '181202.762000', '181202.764000', '181202.767000', '181202.769000', '181202.772000', '181202.775000', '181202.777000', '181202.780000', '181202.782000', '181202.785000', '181202.787000', '181202.790000', '181202.793000', '181202.795000', '181202.798000', '181202.800000', '181202.803000', '181202.805000', '181202.808000', '181202.811000', '181222.698000', '181222.701000', '181222.704000', '181222.706000', '181222.709000', '181222.711000', '181222.714000', '181222.717000', '181222.719000', '181222.722000', '181222.724000', '181222.727000', '181222.729000', '181222.732000', '181222.735000', '181222.737000', '181222.740000', '181222.742000', '181222.745000', '181222.747000', '181222.750000', '181222.753000', '181222.755000', '181222.758000', '181222.760000', '181222.763000', '181222.766000', '181222.768000', '181222.771000', '181222.773000', '181222.776000', '181222.778000', '181222.781000', '181222.784000', '181222.786000', '181222.789000', '181222.791000', '181222.794000', '181222.797000', '181222.799000', '181222.802000', '181222.804000', '181222.807000', '181242.698000', '181242.701000', '181242.704000', '181242.706000', '181242.709000', '181242.717000', '181242.719000', '181242.722000', '181242.724000', '181242.727000', '181242.729000', '181242.732000', '181242.735000', '181242.737000', '181242.740000', '181242.742000', '181242.745000', '181242.748000', '181242.750000', '181242.753000', '181242.755000', '181242.758000', '181242.761000', '181242.763000', '181242.766000', '181242.768000', '181242.771000', '181242.773000', '181242.776000', '181242.779000', '181242.781000', '181242.784000', '181242.786000', '181242.789000', '181242.792000', '181242.794000', '181242.797000', '181242.800000', '181242.802000', '181242.805000', '181242.807000', '181242.810000', '181242.812000', '181242.815000', '181302.699000', '181302.701000', '181302.704000', '181302.707000', '181302.709000', '181302.712000', '181302.714000', '181302.717000', '181302.720000', '181302.722000', '181302.725000', '181302.727000', '181302.730000', '181302.732000', '181302.735000', '181302.737000', '181302.740000', '181302.743000', '181302.745000', '181302.748000', '181302.750000', '181302.753000', '181302.756000', '181302.758000', '181302.761000', '181302.763000', '181302.766000', '181302.769000', '181302.771000', '181302.774000', '181302.776000', '181302.779000', '181302.782000', '181302.784000', '181302.787000', '181302.790000', '181302.792000', '181302.795000', '181302.797000', '181302.800000', '181302.802000', '181302.805000', '181302.808000', '181322.698000', '181322.701000', '181322.704000', '181322.706000', '181322.709000', '181322.711000', '181322.714000', '181322.717000', '181322.719000', '181322.722000', '181322.725000', '181322.727000', '181322.730000', '181322.732000', '181322.735000', '181322.737000', '181322.740000', '181322.743000', '181322.745000', '181322.748000', '181322.750000', '181322.764000', '181322.767000', '181322.770000', '181322.772000', '181322.775000', '181322.777000', '181322.780000', '181322.783000', '181322.785000', '181322.788000', '181322.791000', '181322.793000', '181322.796000', '181322.799000', '181322.801000', '181322.804000', '181322.806000', '181322.809000', '181322.812000', '181322.814000', '181322.817000', '181322.819000', '181322.822000', '181342.699000', '181342.701000', '181342.704000', '181342.707000', '181342.709000', '181342.712000', '181342.715000', '181342.718000', '181342.720000', '181342.723000', '181342.725000', '181342.728000', '181342.730000', '181342.733000', '181342.736000', '181342.738000', '181342.741000', '181342.743000', '181342.746000', '181342.749000', '181342.751000', '181342.754000', '181342.756000', '181342.759000', '181342.762000', '181342.764000', '181342.767000', '181342.769000', '181342.772000', '181342.775000', '181342.777000', '181342.780000', '181342.782000', '181342.785000', '181342.788000', '181342.790000', '181342.793000', '181342.795000', '181342.798000', '181342.801000', '181342.803000', '181342.806000', '181342.808000', '181402.700000', '181402.703000', '181402.705000', '181402.708000', '181402.711000', '181402.713000', '181402.716000', '181402.719000', '181402.721000', '181402.724000', '181402.726000', '181402.729000', '181402.732000', '181402.734000', '181402.737000', '181402.740000', '181402.742000', '181402.745000', '181402.748000', '181402.750000', '181402.753000', '181402.755000', '181402.758000', '181402.761000', '181402.763000', '181402.766000', '181402.768000', '181402.771000', '181402.774000', '181402.776000', '181402.779000', '181402.781000', '181402.784000', '181402.787000', '181402.789000', '181402.792000', '181402.794000', '181402.797000', '181402.800000', '181402.802000', '181402.805000', '181402.807000', '181402.810000', '181422.699000', '181422.702000', '181422.705000', '181422.707000', '181422.710000', '181422.712000', '181422.715000', '181422.718000', '181422.720000', '181422.723000', '181422.725000', '181422.728000', '181422.731000', '181422.733000', '181422.736000', '181422.738000', '181422.741000', '181422.743000', '181422.746000', '181422.749000', '181422.751000', '181422.754000', '181422.756000', '181422.759000', '181422.762000', '181422.764000', '181422.767000', '181422.769000', '181422.772000', '181422.775000', '181422.777000', '181422.780000', '181422.783000', '181422.785000', '181422.788000', '181422.790000', '181422.793000', '181422.796000', '181422.798000', '181422.801000', '181422.804000', '181422.806000', '181422.809000', '181422.811000', '181442.699000', '181442.701000', '181442.704000', '181442.707000', '181442.709000', '181442.712000', '181442.715000', '181442.717000', '181442.720000', '181442.722000', '181442.725000', '181442.728000', '181442.730000', '181442.733000', '181442.735000', '181442.738000', '181442.740000', '181442.743000', '181442.746000', '181442.748000', '181442.751000', '181442.754000', '181442.756000', '181442.759000', '181442.761000', '181442.764000', '181442.766000', '181442.769000', '181442.772000', '181442.774000', '181442.777000', '181442.799000', '181442.802000', '181442.804000', '181442.807000', '181442.809000', '181442.812000', '181442.814000', '181442.817000', '181442.820000', '181442.822000', '181442.825000', '181442.827000', '181442.830000', '181502.699000', '181502.701000', '181502.704000', '181502.707000', '181502.709000', '181502.712000', '181502.714000', '181502.717000', '181502.720000', '181502.722000', '181502.725000', '181502.727000', '181502.730000', '181502.732000', '181502.735000', '181502.738000', '181502.740000', '181502.743000', '181502.746000', '181502.748000', '181502.751000', '181502.753000', '181502.756000', '181502.758000', '181502.761000', '181502.764000', '181502.766000', '181502.769000', '181502.771000', '181502.774000', '181502.777000', '181502.779000', '181502.782000', '181502.785000', '181502.787000', '181502.790000', '181502.792000', '181502.795000', '181502.798000', '181502.800000', '181502.803000', '181502.805000', '181502.808000', '181522.699000', '181522.702000', '181522.704000', '181522.707000', '181522.710000', '181522.712000', '181522.715000', '181522.718000', '181522.720000', '181522.723000', '181522.725000', '181522.728000', '181522.730000', '181522.733000', '181522.736000', '181522.738000', '181522.741000', '181522.743000', '181522.746000', '181522.749000', '181522.751000', '181522.754000', '181522.756000', '181522.759000', '181522.762000', '181522.764000', '181522.767000', '181522.769000', '181522.772000', '181522.774000', '181522.777000', '181522.780000', '181522.782000', '181522.785000', '181522.787000', '181522.790000', '181522.793000', '181522.795000', '181522.804000', '181522.806000', '181522.809000', '181522.812000', '181522.814000', '181542.698000', '181542.701000', '181542.704000', '181542.707000', '181542.709000', '181542.712000', '181542.714000', '181542.717000', '181542.720000', '181542.722000', '181542.725000', '181542.727000', '181542.730000', '181542.732000', '181542.735000', '181542.738000', '181542.740000', '181542.743000', '181542.746000', '181542.748000', '181542.751000', '181542.753000', '181542.756000', '181542.758000', '181542.761000', '181542.764000', '181542.766000', '181542.769000', '181542.771000', '181542.774000', '181542.777000', '181542.779000', '181542.782000', '181542.784000', '181542.787000', '181542.789000', '181542.792000', '181542.795000', '181542.797000', '181542.800000', '181542.802000', '181542.805000', '181542.808000', '181542.810000', '181602.699000', '181602.702000', '181602.704000', '181602.707000', '181602.709000', '181602.712000', '181602.715000', '181602.717000', '181602.720000', '181602.722000', '181602.725000', '181602.727000', '181602.730000', '181602.733000', '181602.737000', '181602.739000', '181602.742000', '181602.745000', '181602.747000', '181602.750000', '181602.752000', '181602.755000', '181602.758000', '181602.760000', '181602.763000', '181602.765000', '181602.768000', '181602.770000', '181602.773000', '181602.776000', '181602.778000', '181602.781000', '181602.784000', '181602.786000', '181602.789000', '181602.791000', '181602.794000', '181602.797000', '181602.799000', '181602.802000', '181602.804000', '181602.807000', '181602.810000', '181602.812000', '181622.700000', '181622.702000', '181622.705000', '181622.708000', '181622.710000', '181622.713000', '181622.715000', '181622.718000', '181622.721000', '181622.723000', '181622.726000', '181622.728000', '181622.731000', '181622.734000', '181622.736000', '181622.739000', '181622.741000', '181622.744000', '181622.746000', '181622.749000', '181622.752000', '181622.754000', '181622.757000', '181622.759000', '181622.762000', '181622.764000', '181622.767000', '181622.770000', '181622.772000', '181622.775000', '181622.777000', '181622.780000', '181622.782000', '181622.785000', '181622.788000', '181622.790000', '181622.793000', '181622.795000', '181622.798000', '181622.801000', '181622.803000', '181622.806000', '181622.808000', '181637.589000', '181637.592000', '181637.594000', '181637.597000', '181637.600000', '181637.603000', '181637.606000', '181637.609000', '181637.611000', '181637.614000', '181637.617000', '181637.620000', '181637.623000', '181637.626000', '181637.629000', '181637.632000', '181637.634000', '181637.637000', '181637.640000', '181637.643000', '181637.646000', '181637.648000', '181637.651000', '181637.654000', '181637.656000', '181637.659000', '181637.662000', '181637.665000', '181637.668000', '181637.670000', '181637.673000', '181637.676000', '181637.678000'], 'InstanceCreationTime': ['181022.757000', '181022.760000', '181022.763000', '181022.766000', '181022.768000', '181022.771000', '181022.773000', '181022.776000', '181022.779000', '181022.781000', '181022.784000', '181022.787000', '181022.789000', '181022.792000', '181022.794000', '181022.797000', '181022.800000', '181022.802000', '181022.805000', '181022.807000', '181022.810000', '181022.812000', '181022.815000', '181022.818000', '181022.834000', '181022.836000', '181022.839000', '181022.841000', '181022.844000', '181022.847000', '181022.849000', '181022.852000', '181022.863000', '181022.866000', '181022.868000', '181022.871000', '181022.873000', '181022.876000', '181022.878000', '181022.881000', '181022.883000', '181022.886000', '181022.888000', '181022.891000', '181022.894000', '181022.896000', '181022.899000', '181022.901000', '181022.904000', '181022.906000', '181022.909000', '181022.911000', '181022.914000', '181022.916000', '181022.919000', '181022.922000', '181042.699000', '181042.701000', '181042.704000', '181042.706000', '181042.709000', '181042.712000', '181042.714000', '181042.717000', '181042.719000', '181042.722000', '181042.725000', '181042.727000', '181042.730000', '181042.732000', '181042.735000', '181042.738000', '181042.740000', '181042.743000', '181042.745000', '181042.748000', '181042.751000', '181042.753000', '181042.756000', '181042.758000', '181042.761000', '181042.763000', '181042.766000', '181042.768000', '181042.771000', '181042.774000', '181042.776000', '181042.779000', '181042.781000', '181042.784000', '181042.786000', '181042.789000', '181042.791000', '181042.794000', '181042.797000', '181042.799000', '181042.802000', '181042.804000', '181042.807000', '181042.810000', '181102.698000', '181102.701000', '181102.704000', '181102.706000', '181102.709000', '181102.711000', '181102.714000', '181102.717000', '181102.719000', '181102.722000', '181102.725000', '181102.727000', '181102.730000', '181102.732000', '181102.735000', '181102.737000', '181102.740000', '181102.743000', '181102.745000', '181102.748000', '181102.750000', '181102.753000', '181102.755000', '181102.758000', '181102.760000', '181102.763000', '181102.766000', '181102.768000', '181102.771000', '181102.774000', '181102.777000', '181102.779000', '181102.782000', '181102.785000', '181102.787000', '181102.790000', '181102.792000', '181102.795000', '181102.797000', '181102.800000', '181102.803000', '181102.805000', '181102.808000', '181122.698000', '181122.701000', '181122.704000', '181122.706000', '181122.709000', '181122.711000', '181122.714000', '181122.724000', '181122.726000', '181122.729000', '181122.731000', '181122.734000', '181122.736000', '181122.739000', '181122.742000', '181122.744000', '181122.747000', '181122.749000', '181122.752000', '181122.755000', '181122.757000', '181122.760000', '181122.763000', '181122.765000', '181122.768000', '181122.770000', '181122.773000', '181122.775000', '181122.778000', '181122.781000', '181122.783000', '181122.786000', '181122.788000', '181122.791000', '181122.793000', '181122.796000', '181122.799000', '181122.801000', '181122.804000', '181122.806000', '181122.809000', '181122.812000', '181122.814000', '181122.817000', '181142.700000', '181142.702000', '181142.705000', '181142.708000', '181142.710000', '181142.713000', '181142.716000', '181142.718000', '181142.721000', '181142.723000', '181142.726000', '181142.728000', '181142.731000', '181142.734000', '181142.736000', '181142.739000', '181142.741000', '181142.744000', '181142.747000', '181142.749000', '181142.752000', '181142.754000', '181142.757000', '181142.760000', '181142.776000', '181142.779000', '181142.781000', '181142.784000', '181142.787000', '181142.789000', '181142.792000', '181142.794000', '181142.797000', '181142.799000', '181142.802000', '181142.805000', '181142.807000', '181142.810000', '181142.812000', '181142.815000', '181142.818000', '181142.820000', '181142.823000', '181202.699000', '181202.702000', '181202.705000', '181202.707000', '181202.710000', '181202.713000', '181202.715000', '181202.718000', '181202.720000', '181202.723000', '181202.725000', '181202.728000', '181202.731000', '181202.733000', '181202.736000', '181202.738000', '181202.741000', '181202.743000', '181202.746000', '181202.749000', '181202.751000', '181202.754000', '181202.756000', '181202.759000', '181202.762000', '181202.764000', '181202.767000', '181202.769000', '181202.772000', '181202.775000', '181202.777000', '181202.780000', '181202.782000', '181202.785000', '181202.787000', '181202.790000', '181202.793000', '181202.795000', '181202.798000', '181202.800000', '181202.803000', '181202.805000', '181202.808000', '181202.811000', '181222.698000', '181222.701000', '181222.704000', '181222.706000', '181222.709000', '181222.711000', '181222.714000', '181222.717000', '181222.719000', '181222.722000', '181222.724000', '181222.727000', '181222.729000', '181222.732000', '181222.735000', '181222.737000', '181222.740000', '181222.742000', '181222.745000', '181222.747000', '181222.750000', '181222.753000', '181222.755000', '181222.758000', '181222.760000', '181222.763000', '181222.766000', '181222.768000', '181222.771000', '181222.773000', '181222.776000', '181222.778000', '181222.781000', '181222.784000', '181222.786000', '181222.789000', '181222.791000', '181222.794000', '181222.797000', '181222.799000', '181222.802000', '181222.804000', '181222.807000', '181242.698000', '181242.701000', '181242.704000', '181242.706000', '181242.709000', '181242.717000', '181242.719000', '181242.722000', '181242.724000', '181242.727000', '181242.729000', '181242.732000', '181242.735000', '181242.737000', '181242.740000', '181242.742000', '181242.745000', '181242.748000', '181242.750000', '181242.753000', '181242.755000', '181242.758000', '181242.761000', '181242.763000', '181242.766000', '181242.768000', '181242.771000', '181242.773000', '181242.776000', '181242.779000', '181242.781000', '181242.784000', '181242.786000', '181242.789000', '181242.792000', '181242.794000', '181242.797000', '181242.800000', '181242.802000', '181242.805000', '181242.807000', '181242.810000', '181242.812000', '181242.815000', '181302.699000', '181302.701000', '181302.704000', '181302.707000', '181302.709000', '181302.712000', '181302.714000', '181302.717000', '181302.720000', '181302.722000', '181302.725000', '181302.727000', '181302.730000', '181302.732000', '181302.735000', '181302.737000', '181302.740000', '181302.743000', '181302.745000', '181302.748000', '181302.750000', '181302.753000', '181302.756000', '181302.758000', '181302.761000', '181302.763000', '181302.766000', '181302.769000', '181302.771000', '181302.774000', '181302.776000', '181302.779000', '181302.782000', '181302.784000', '181302.787000', '181302.790000', '181302.792000', '181302.795000', '181302.797000', '181302.800000', '181302.802000', '181302.805000', '181302.808000', '181322.698000', '181322.701000', '181322.704000', '181322.706000', '181322.709000', '181322.711000', '181322.714000', '181322.717000', '181322.719000', '181322.722000', '181322.725000', '181322.727000', '181322.730000', '181322.732000', '181322.735000', '181322.737000', '181322.740000', '181322.743000', '181322.745000', '181322.748000', '181322.750000', '181322.764000', '181322.767000', '181322.770000', '181322.772000', '181322.775000', '181322.777000', '181322.780000', '181322.783000', '181322.785000', '181322.788000', '181322.791000', '181322.793000', '181322.796000', '181322.799000', '181322.801000', '181322.804000', '181322.806000', '181322.809000', '181322.812000', '181322.814000', '181322.817000', '181322.819000', '181322.822000', '181342.699000', '181342.701000', '181342.704000', '181342.707000', '181342.709000', '181342.712000', '181342.715000', '181342.718000', '181342.720000', '181342.723000', '181342.725000', '181342.728000', '181342.730000', '181342.733000', '181342.736000', '181342.738000', '181342.741000', '181342.743000', '181342.746000', '181342.749000', '181342.751000', '181342.754000', '181342.756000', '181342.759000', '181342.762000', '181342.764000', '181342.767000', '181342.769000', '181342.772000', '181342.775000', '181342.777000', '181342.780000', '181342.782000', '181342.785000', '181342.788000', '181342.790000', '181342.793000', '181342.795000', '181342.798000', '181342.801000', '181342.803000', '181342.806000', '181342.808000', '181402.700000', '181402.703000', '181402.705000', '181402.708000', '181402.711000', '181402.713000', '181402.716000', '181402.719000', '181402.721000', '181402.724000', '181402.726000', '181402.729000', '181402.732000', '181402.734000', '181402.737000', '181402.740000', '181402.742000', '181402.745000', '181402.748000', '181402.750000', '181402.753000', '181402.755000', '181402.758000', '181402.761000', '181402.763000', '181402.766000', '181402.768000', '181402.771000', '181402.774000', '181402.776000', '181402.779000', '181402.781000', '181402.784000', '181402.787000', '181402.789000', '181402.792000', '181402.794000', '181402.797000', '181402.800000', '181402.802000', '181402.805000', '181402.807000', '181402.810000', '181422.699000', '181422.702000', '181422.705000', '181422.707000', '181422.710000', '181422.712000', '181422.715000', '181422.718000', '181422.720000', '181422.723000', '181422.725000', '181422.728000', '181422.731000', '181422.733000', '181422.736000', '181422.738000', '181422.741000', '181422.743000', '181422.746000', '181422.749000', '181422.751000', '181422.754000', '181422.756000', '181422.759000', '181422.762000', '181422.764000', '181422.767000', '181422.769000', '181422.772000', '181422.775000', '181422.777000', '181422.780000', '181422.783000', '181422.785000', '181422.788000', '181422.790000', '181422.793000', '181422.796000', '181422.798000', '181422.801000', '181422.804000', '181422.806000', '181422.809000', '181422.811000', '181442.699000', '181442.701000', '181442.704000', '181442.707000', '181442.709000', '181442.712000', '181442.715000', '181442.717000', '181442.720000', '181442.722000', '181442.725000', '181442.728000', '181442.730000', '181442.733000', '181442.735000', '181442.738000', '181442.740000', '181442.743000', '181442.746000', '181442.748000', '181442.751000', '181442.754000', '181442.756000', '181442.759000', '181442.761000', '181442.764000', '181442.766000', '181442.769000', '181442.772000', '181442.774000', '181442.777000', '181442.799000', '181442.802000', '181442.804000', '181442.807000', '181442.809000', '181442.812000', '181442.814000', '181442.817000', '181442.820000', '181442.822000', '181442.825000', '181442.827000', '181442.830000', '181502.699000', '181502.701000', '181502.704000', '181502.707000', '181502.709000', '181502.712000', '181502.714000', '181502.717000', '181502.720000', '181502.722000', '181502.725000', '181502.727000', '181502.730000', '181502.732000', '181502.735000', '181502.738000', '181502.740000', '181502.743000', '181502.746000', '181502.748000', '181502.751000', '181502.753000', '181502.756000', '181502.758000', '181502.761000', '181502.764000', '181502.766000', '181502.769000', '181502.771000', '181502.774000', '181502.777000', '181502.779000', '181502.782000', '181502.785000', '181502.787000', '181502.790000', '181502.792000', '181502.795000', '181502.798000', '181502.800000', '181502.803000', '181502.805000', '181502.808000', '181522.699000', '181522.702000', '181522.704000', '181522.707000', '181522.710000', '181522.712000', '181522.715000', '181522.718000', '181522.720000', '181522.723000', '181522.725000', '181522.728000', '181522.730000', '181522.733000', '181522.736000', '181522.738000', '181522.741000', '181522.743000', '181522.746000', '181522.749000', '181522.751000', '181522.754000', '181522.756000', '181522.759000', '181522.762000', '181522.764000', '181522.767000', '181522.769000', '181522.772000', '181522.774000', '181522.777000', '181522.780000', '181522.782000', '181522.785000', '181522.787000', '181522.790000', '181522.793000', '181522.795000', '181522.804000', '181522.806000', '181522.809000', '181522.812000', '181522.814000', '181542.698000', '181542.701000', '181542.704000', '181542.707000', '181542.709000', '181542.712000', '181542.714000', '181542.717000', '181542.720000', '181542.722000', '181542.725000', '181542.727000', '181542.730000', '181542.732000', '181542.735000', '181542.738000', '181542.740000', '181542.743000', '181542.746000', '181542.748000', '181542.751000', '181542.753000', '181542.756000', '181542.758000', '181542.761000', '181542.764000', '181542.766000', '181542.769000', '181542.771000', '181542.774000', '181542.777000', '181542.779000', '181542.782000', '181542.784000', '181542.787000', '181542.789000', '181542.792000', '181542.795000', '181542.797000', '181542.800000', '181542.802000', '181542.805000', '181542.808000', '181542.810000', '181602.699000', '181602.702000', '181602.704000', '181602.707000', '181602.709000', '181602.712000', '181602.715000', '181602.717000', '181602.720000', '181602.722000', '181602.725000', '181602.727000', '181602.730000', '181602.733000', '181602.737000', '181602.739000', '181602.742000', '181602.745000', '181602.747000', '181602.750000', '181602.752000', '181602.755000', '181602.758000', '181602.760000', '181602.763000', '181602.765000', '181602.768000', '181602.770000', '181602.773000', '181602.776000', '181602.778000', '181602.781000', '181602.784000', '181602.786000', '181602.789000', '181602.791000', '181602.794000', '181602.797000', '181602.799000', '181602.802000', '181602.804000', '181602.807000', '181602.810000', '181602.812000', '181622.700000', '181622.702000', '181622.705000', '181622.708000', '181622.710000', '181622.713000', '181622.715000', '181622.718000', '181622.721000', '181622.723000', '181622.726000', '181622.728000', '181622.731000', '181622.734000', '181622.736000', '181622.739000', '181622.741000', '181622.744000', '181622.746000', '181622.749000', '181622.752000', '181622.754000', '181622.757000', '181622.759000', '181622.762000', '181622.764000', '181622.767000', '181622.770000', '181622.772000', '181622.775000', '181622.777000', '181622.780000', '181622.782000', '181622.785000', '181622.788000', '181622.790000', '181622.793000', '181622.795000', '181622.798000', '181622.801000', '181622.803000', '181622.806000', '181622.808000', '181637.589000', '181637.592000', '181637.594000', '181637.597000', '181637.600000', '181637.603000', '181637.606000', '181637.609000', '181637.611000', '181637.614000', '181637.617000', '181637.620000', '181637.623000', '181637.626000', '181637.629000', '181637.632000', '181637.634000', '181637.637000', '181637.640000', '181637.643000', '181637.646000', '181637.648000', '181637.651000', '181637.654000', '181637.656000', '181637.659000', '181637.662000', '181637.665000', '181637.668000', '181637.670000', '181637.673000', '181637.676000', '181637.678000'], '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': [8969, 12020, 8567, 8321, 8736, 7834, 13123, 8364, 9366, 7251, 7546, 8138, 7587, 9192, 15282, 10908, 9223, 9080, 8032, 12536, 7241, 7910, 7578, 8167, 7657, 7671, 10878, 7579, 8776, 7490, 9572, 7494, 9470, 10445, 8476, 8397, 7886, 11189, 7371, 8106, 11390, 7628, 10448, 7695, 8454, 10322, 8019, 7646, 7898, 12309, 7458, 8812, 12443, 8013, 11998, 7416, 9376, 8749, 7634, 10878, 7470, 9298, 7160, 7667, 13430, 7566, 9831, 7305, 8659, 11562, 7575, 11144, 8212, 8620, 7566, 7632, 11240, 7426, 9873, 7629, 8153, 7972, 9050, 8047, 8836, 10299, 12617, 7650, 12107, 9209, 8146, 7506, 7702, 12975, 8182, 8304, 8601, 8252, 7361, 7560, 12481, 7920, 8087, 9315, 8041, 11409, 6970, 8987, 8506, 8005, 7934, 7863, 13035, 7678, 8453, 11743, 8251, 10908, 7404, 10632, 8903, 8115, 14505, 7863, 11367, 7310, 8518, 9345, 7968, 8113, 7727, 11886, 7601, 8963, 10360, 8433, 11283, 7442, 10195, 7816, 8382, 7995, 8436, 7389, 7996, 14034, 8941, 9172, 9240, 8060, 14473, 7687, 8517, 9502, 8212, 11597, 7186, 8847, 7575, 7533, 11859, 7751, 9333, 7189, 7680, 12732, 8285, 8367, 7689, 8086, 13488, 7366, 9632, 8663, 8259, 10816, 7458, 10078, 7598, 8386, 11682, 8246, 9904, 7116, 10304, 7488, 9440, 7655, 8395, 7860, 7255, 9777, 8553, 9203, 15383, 10295, 9699, 7459, 7532, 13164, 7453, 8873, 7998, 9442, 7678, 8122, 7999, 10316, 10986, 8350, 11814, 7449, 9706, 9012, 7987, 11593, 7700, 9824, 7203, 7888, 13327, 7752, 7492, 7430, 7855, 9502, 7715, 11756, 10303, 7771, 11461, 7618, 7745, 11111, 7351, 10560, 8030, 7676, 12670, 7444, 11254, 8010, 8030, 14337, 7794, 12463, 7893, 8184, 10241, 7663, 11214, 7892, 9520, 8210, 7893, 9695, 7982, 8191, 8002, 7703, 8374, 7852, 8700, 15256, 8295, 11638, 8813, 8902, 7803, 8389, 7479, 7922, 7507, 7453, 8809, 14284, 9560, 10132, 7534, 8408, 11225, 8032, 7734, 7934, 8200, 8034, 12490, 8596, 8074, 7739, 8613, 7643, 9230, 12660, 8384, 12166, 7686, 9796, 8069, 8156, 14478, 7938, 10690, 7534, 9307, 8364, 8287, 14806, 7935, 10701, 7724, 8662, 11602, 8139, 9484, 7908, 8912, 7656, 8212, 11506, 8168, 12872, 7594, 10338, 8593, 8415, 8111, 8392, 14076, 8237, 8596, 11553, 8424, 10574, 7561, 10452, 8104, 8361, 8207, 8324, 12462, 7448, 9243, 9354, 8653, 13575, 7659, 9623, 7991, 8388, 9181, 8167, 7982, 7891, 13473, 7932, 9125, 8166, 8539, 11389, 8014, 11469, 7845, 9155, 7969, 8591, 7865, 8364, 14146, 8068, 10383, 7405, 9257, 7576, 7444, 8460, 8022, 9954, 7787, 13413, 13692, 8485, 12820, 8893, 8502, 7354, 8035, 10450, 8076, 9957, 7519, 9811, 7659, 8820, 7748, 8330, 7659, 8999, 12250, 8252, 11709, 8598, 8484, 7660, 8446, 11969, 8252, 10881, 8611, 8628, 7535, 8511, 7847, 11189, 8564, 8292, 7636, 8293, 7573, 11847, 7448, 9834, 13478, 8540, 10092, 7479, 9126, 9828, 8333, 13515, 7907, 8871, 7241, 8367, 10241, 8440, 11172, 7856, 9947, 7390, 8614, 12238, 8414, 10659, 8122, 9216, 7444, 8778, 7836, 8881, 12415, 8366, 11131, 7712, 9366, 8721, 8776, 8407, 8146, 11270, 7455, 9277, 7971, 8532, 12703, 7661, 9696, 7886, 8762, 8390, 8371, 12248, 8142, 8819, 7815, 8634, 7717, 8200, 11757, 8130, 8217, 7984, 7491, 8399, 14133, 9078, 9181, 7378, 8733, 7741, 9926, 7950, 10488, 7675, 10747, 7892, 9006, 8064, 8927, 7721, 13605, 9306, 8465, 7653, 8003, 10472, 7501, 10582, 8401, 8509, 7226, 8714, 7151, 8890, 13404, 9397, 9305, 7449, 8663, 12311, 7816, 10250, 7767, 8710, 7234, 7861, 11656, 7729, 8392, 7240, 9033, 7389, 8505, 14612, 8142, 10538, 7670, 10532, 8249, 8536, 14007, 8259, 10429, 7655, 7123, 7794, 11121, 8775, 8492, 13887, 8405, 9598, 7879, 8082, 7886, 7595, 8306, 12302, 7921, 10295, 9125, 8283, 12018, 7503, 10011, 7760, 9412, 11132, 8034, 14738, 8716, 11153, 8155, 8201, 9659, 8169, 11556, 7935, 9440, 8225, 8736, 7556, 8331, 13158, 8295, 11727, 8161, 9147, 8931, 8710, 8650, 8353, 7808, 8407, 7719, 8720, 7820, 8651, 13015, 8355, 11542, 8562, 8451, 7369, 8436, 10935, 8188, 10069, 8352, 8704, 7427, 8212, 10919, 8004, 10057, 8004, 9035, 7544, 8662, 7257, 7754, 8097, 8037, 8648, 9660, 8714, 11408, 8094, 14588, 9042, 8697, 7993, 8138, 12503, 7752, 8255, 7990, 8212, 10840, 7534, 10442, 8216, 8108, 7525, 8949, 7541, 9758, 12230, 8341, 11769, 7785, 10410, 8239, 8127, 14214, 7977, 8375, 7501, 7652, 8130, 11487, 8459, 8593, 7355, 8074, 13761, 8099, 10780, 8392, 7917, 7462, 8216, 10425, 8184, 7813, 8291, 8205, 9493, 7585, 10247, 11860, 8357, 11462, 8235, 8481, 8242, 7959, 7750, 8474, 7850, 8425, 9375, 8338, 12999, 7970, 7815, 7901, 8124, 9562, 7809, 10553, 11763, 7977, 11706, 8059, 8340, 7508, 8191, 10496, 7652, 8063, 7033, 7774, 11835, 7607, 9711, 7991, 8184, 7192, 7949, 12415, 7564, 9784, 7997, 8342, 7353, 8111, 11820, 7588, 9573, 8140, 8448, 10954, 8358, 10040, 7983, 11208, 7926, 9184, 12531, 7997, 12923, 7809, 8871, 9707, 8321, 11049, 7642, 9544, 7978, 8349, 8089, 8213, 7864, 8818, 14855, 7798, 11355, 8433, 8340, 7206, 8145, 12491, 7920, 9822, 8167, 8329, 7466, 7900, 11091, 7791, 8560, 7756, 8524, 8294, 7864, 10884, 7965, 8228, 7587, 8144, 11861, 7375, 8625, 7864, 8364, 6893, 8088, 7214, 8606, 13703, 8379, 10979, 7682, 9681, 8674, 8463, 11916, 8240, 8671, 7615, 7171, 8132, 7440, 8354, 7360, 8420, 13578, 9418, 12378, 8157, 10455, 8066, 9607, 7630, 9852, 9007, 8135, 11479, 7571, 9435, 7466, 8017, 7959, 7026, 8027, 7263, 10349, 13807, 9108, 7857, 7723, 10056, 7605, 9187, 7560, 8382, 11781, 7462, 9343, 7550, 8515, 7849, 8280, 7972, 9154, 7660, 7064, 7533, 8249, 9544, 14520, 8759, 9766, 10664, 8885, 10761, 8862, 8839, 9264, 8526, 13859, 8722, 8474, 8129, 8798, 11457, 8010, 9402, 8571, 9200, 8541], 'WindowCenter': [4216.0, 4220.0, 4176.0, 4163.0, 4160.0, 4151.0, 4202.0, 4158.0, 4169.0, 4149.0, 4159.0, 4159.0, 4149.0, 4169.0, 4199.0, 4166.0, 4154.0, 4143.0, 4132.0, 4161.0, 4121.0, 4133.0, 4131.0, 4144.0, 4120.0, 4134.0, 4163.0, 4145.0, 4153.0, 4135.0, 4165.0, 4145.0, 4167.0, 4177.0, 4156.0, 4144.0, 4145.0, 4163.0, 4134.0, 4146.0, 4175.0, 4147.0, 4165.0, 4146.0, 4157.0, 4165.0, 4145.0, 4145.0, 4158.0, 4187.0, 4146.0, 4169.0, 4187.0, 4146.0, 4175.0, 4135.0, 4156.0, 4155.0, 4160.0, 4177.0, 4136.0, 4155.0, 4134.0, 4145.0, 4186.0, 4145.0, 4165.0, 4136.0, 4156.0, 4176.0, 4146.0, 4175.0, 4145.0, 4144.0, 4133.0, 4147.0, 4175.0, 4135.0, 4165.0, 4148.0, 4159.0, 4159.0, 4169.0, 4171.0, 4169.0, 4180.0, 4189.0, 4146.0, 4188.0, 4155.0, 4132.0, 4122.0, 4144.0, 4184.0, 4145.0, 4145.0, 4154.0, 4143.0, 4132.0, 4134.0, 4173.0, 4143.0, 4144.0, 4153.0, 4143.0, 4173.0, 4134.0, 4154.0, 4155.0, 4145.0, 4144.0, 4145.0, 4185.0, 4145.0, 4157.0, 4174.0, 4144.0, 4163.0, 4134.0, 4164.0, 4143.0, 4144.0, 4183.0, 4132.0, 4162.0, 4132.0, 4154.0, 4164.0, 4143.0, 4143.0, 4144.0, 4174.0, 4144.0, 4155.0, 4164.0, 4144.0, 4173.0, 4134.0, 4164.0, 4146.0, 4145.0, 4145.0, 4144.0, 4134.0, 4146.0, 4186.0, 4155.0, 4156.0, 4154.0, 4144.0, 4184.0, 4133.0, 4143.0, 4153.0, 4143.0, 4173.0, 4123.0, 4167.0, 4133.0, 4146.0, 4175.0, 4145.0, 4165.0, 4133.0, 4145.0, 4186.0, 4157.0, 4145.0, 4144.0, 4145.0, 4185.0, 4134.0, 4165.0, 4155.0, 4145.0, 4164.0, 4135.0, 4166.0, 4145.0, 4156.0, 4177.0, 4156.0, 4167.0, 4137.0, 4178.0, 4149.0, 4179.0, 4159.0, 4171.0, 4159.0, 4149.0, 4180.0, 4172.0, 4182.0, 4211.0, 4179.0, 4166.0, 4134.0, 4134.0, 4186.0, 4146.0, 4154.0, 4144.0, 4163.0, 4144.0, 4145.0, 4158.0, 4180.0, 4178.0, 4158.0, 4176.0, 4136.0, 4166.0, 4157.0, 4159.0, 4176.0, 4147.0, 4165.0, 4134.0, 4158.0, 4199.0, 4159.0, 4136.0, 4147.0, 4157.0, 4165.0, 4146.0, 4188.0, 4165.0, 4135.0, 4175.0, 4135.0, 4146.0, 4176.0, 4147.0, 4176.0, 4143.0, 4133.0, 4184.0, 4121.0, 4161.0, 4130.0, 4132.0, 4172.0, 4129.0, 4161.0, 4129.0, 4130.0, 4148.0, 4117.0, 4146.0, 4117.0, 4137.0, 4128.0, 4131.0, 4139.0, 4128.0, 4128.0, 4131.0, 4132.0, 4143.0, 4142.0, 4155.0, 4194.0, 4144.0, 4175.0, 4154.0, 4154.0, 4136.0, 4145.0, 4136.0, 4157.0, 4146.0, 4148.0, 4181.0, 4199.0, 4166.0, 4164.0, 4134.0, 4145.0, 4175.0, 4145.0, 4134.0, 4146.0, 4155.0, 4158.0, 4200.0, 4158.0, 4145.0, 4146.0, 4155.0, 4147.0, 4169.0, 4189.0, 4157.0, 4187.0, 4147.0, 4166.0, 4147.0, 4147.0, 4198.0, 4145.0, 4164.0, 4145.0, 4155.0, 4145.0, 4156.0, 4196.0, 4145.0, 4164.0, 4146.0, 4170.0, 4188.0, 4157.0, 4165.0, 4144.0, 4166.0, 4146.0, 4157.0, 4188.0, 4159.0, 4198.0, 4146.0, 4177.0, 4168.0, 4157.0, 4145.0, 4144.0, 4198.0, 4146.0, 4157.0, 4175.0, 4144.0, 4163.0, 4134.0, 4177.0, 4146.0, 4156.0, 4155.0, 4156.0, 4185.0, 4135.0, 4167.0, 4166.0, 4157.0, 4199.0, 4145.0, 4167.0, 4156.0, 4158.0, 4168.0, 4156.0, 4145.0, 4158.0, 4197.0, 4146.0, 4167.0, 4156.0, 4157.0, 4188.0, 4147.0, 4188.0, 4146.0, 4165.0, 4146.0, 4156.0, 4147.0, 4183.0, 4210.0, 4157.0, 4176.0, 4146.0, 4168.0, 4160.0, 4148.0, 4171.0, 4172.0, 4193.0, 4173.0, 4214.0, 4200.0, 4158.0, 4188.0, 4154.0, 4129.0, 4133.0, 4143.0, 4164.0, 4144.0, 4163.0, 4135.0, 4164.0, 4144.0, 4155.0, 4146.0, 4145.0, 4145.0, 4166.0, 4175.0, 4156.0, 4187.0, 4156.0, 4155.0, 4133.0, 4155.0, 4174.0, 4155.0, 4176.0, 4156.0, 4155.0, 4144.0, 4156.0, 4157.0, 4189.0, 4145.0, 4156.0, 4161.0, 4169.0, 4161.0, 4189.0, 4162.0, 4180.0, 4197.0, 4157.0, 4167.0, 4136.0, 4156.0, 4165.0, 4157.0, 4187.0, 4145.0, 4154.0, 4134.0, 4144.0, 4165.0, 4156.0, 4174.0, 4145.0, 4164.0, 4134.0, 4155.0, 4174.0, 4156.0, 4165.0, 4145.0, 4153.0, 4134.0, 4154.0, 4145.0, 4168.0, 4188.0, 4145.0, 4175.0, 4144.0, 4154.0, 4156.0, 4157.0, 4144.0, 4144.0, 4174.0, 4146.0, 4168.0, 4146.0, 4168.0, 4186.0, 4146.0, 4167.0, 4157.0, 4157.0, 4155.0, 4157.0, 4187.0, 4157.0, 4168.0, 4145.0, 4156.0, 4146.0, 4157.0, 4187.0, 4157.0, 4158.0, 4158.0, 4147.0, 4169.0, 4200.0, 4169.0, 4167.0, 4135.0, 4157.0, 4146.0, 4179.0, 4160.0, 4180.0, 4162.0, 4177.0, 4159.0, 4167.0, 4157.0, 4155.0, 4148.0, 4198.0, 4167.0, 4145.0, 4133.0, 4145.0, 4164.0, 4135.0, 4176.0, 4145.0, 4155.0, 4135.0, 4157.0, 4136.0, 4169.0, 4199.0, 4168.0, 4166.0, 4136.0, 4157.0, 4185.0, 4146.0, 4165.0, 4146.0, 4156.0, 4145.0, 4157.0, 4188.0, 4159.0, 4157.0, 4147.0, 4167.0, 4147.0, 4170.0, 4210.0, 4157.0, 4177.0, 4147.0, 4177.0, 4144.0, 4156.0, 4186.0, 4144.0, 4164.0, 4145.0, 4134.0, 4146.0, 4177.0, 4155.0, 4156.0, 4186.0, 4156.0, 4165.0, 4144.0, 4144.0, 4145.0, 4144.0, 4155.0, 4172.0, 4131.0, 4175.0, 4154.0, 4146.0, 4175.0, 4134.0, 4163.0, 4145.0, 4154.0, 4162.0, 4132.0, 4171.0, 4141.0, 4161.0, 4130.0, 4142.0, 4140.0, 4131.0, 4160.0, 4128.0, 4137.0, 4129.0, 4128.0, 4117.0, 4141.0, 4172.0, 4131.0, 4160.0, 4130.0, 4140.0, 4152.0, 4128.0, 4140.0, 4142.0, 4131.0, 4130.0, 4144.0, 4154.0, 4145.0, 4156.0, 4173.0, 4155.0, 4175.0, 4142.0, 4142.0, 4122.0, 4144.0, 4164.0, 4155.0, 4164.0, 4144.0, 4144.0, 4134.0, 4155.0, 4162.0, 4156.0, 4165.0, 4146.0, 4154.0, 4148.0, 4157.0, 4149.0, 4159.0, 4171.0, 4172.0, 4182.0, 4182.0, 4171.0, 4190.0, 4159.0, 4211.0, 4158.0, 4157.0, 4145.0, 4146.0, 4175.0, 4146.0, 4157.0, 4143.0, 4145.0, 4174.0, 4145.0, 4176.0, 4157.0, 4144.0, 4148.0, 4167.0, 4160.0, 4182.0, 4200.0, 4158.0, 4176.0, 4146.0, 4166.0, 4145.0, 4146.0, 4185.0, 4145.0, 4143.0, 4134.0, 4146.0, 4159.0, 4190.0, 4157.0, 4155.0, 4133.0, 4145.0, 4184.0, 4145.0, 4164.0, 4142.0, 4143.0, 4133.0, 4158.0, 4166.0, 4145.0, 4144.0, 4157.0, 4157.0, 4152.0, 4158.0, 4179.0, 4188.0, 4157.0, 4175.0, 4143.0, 4142.0, 4143.0, 4143.0, 4146.0, 4155.0, 4156.0, 4158.0, 4168.0, 4159.0, 4201.0, 4146.0, 4148.0, 4159.0, 4159.0, 4167.0, 4159.0, 4190.0, 4188.0, 4146.0, 4176.0, 4144.0, 4144.0, 4121.0, 4143.0, 4163.0, 4146.0, 4142.0, 4135.0, 4146.0, 4185.0, 4147.0, 4166.0, 4145.0, 4157.0, 4136.0, 4146.0, 4188.0, 4148.0, 4165.0, 4146.0, 4146.0, 4121.0, 4159.0, 4187.0, 4147.0, 4167.0, 4157.0, 4158.0, 4190.0, 4158.0, 4178.0, 4158.0, 4176.0, 4145.0, 4169.0, 4188.0, 4146.0, 4176.0, 4134.0, 4155.0, 4165.0, 4156.0, 4175.0, 4144.0, 4153.0, 4145.0, 4157.0, 4156.0, 4156.0, 4158.0, 4168.0, 4197.0, 4146.0, 4178.0, 4145.0, 4145.0, 4133.0, 4145.0, 4174.0, 4145.0, 4165.0, 4144.0, 4143.0, 4121.0, 4131.0, 4162.0, 4131.0, 4154.0, 4132.0, 4142.0, 4142.0, 4144.0, 4162.0, 4143.0, 4144.0, 4133.0, 4145.0, 4173.0, 4146.0, 4157.0, 4146.0, 4156.0, 4135.0, 4144.0, 4145.0, 4158.0, 4199.0, 4157.0, 4175.0, 4145.0, 4165.0, 4142.0, 4156.0, 4174.0, 4143.0, 4141.0, 4145.0, 4135.0, 4156.0, 4147.0, 4169.0, 4148.0, 4171.0, 4198.0, 4155.0, 4187.0, 4147.0, 4177.0, 4147.0, 4167.0, 4146.0, 4166.0, 4154.0, 4145.0, 4175.0, 4133.0, 4154.0, 4135.0, 4159.0, 4158.0, 4149.0, 4158.0, 4161.0, 4193.0, 4212.0, 4170.0, 4146.0, 4147.0, 4165.0, 4145.0, 4156.0, 4148.0, 4158.0, 4187.0, 4147.0, 4169.0, 4147.0, 4169.0, 4159.0, 4169.0, 4169.0, 4179.0, 4157.0, 4147.0, 4146.0, 4158.0, 4181.0, 4198.0, 4157.0, 4167.0, 4165.0, 4155.0, 4164.0, 4154.0, 4143.0, 4141.0, 4142.0, 4158.0, 4140.0, 4131.0, 4130.0, 4128.0, 4158.0, 4131.0, 4140.0, 4140.0, 4139.0, 4139.0], 'WindowWidth': [9359.0, 9351.0, 9281.0, 9258.0, 9250.0, 9236.0, 9308.0, 9245.0, 9260.0, 9235.0, 9248.0, 9249.0, 9235.0, 9263.0, 9308.0, 9251.0, 9230.0, 9213.0, 9197.0, 9235.0, 9183.0, 9201.0, 9196.0, 9218.0, 9178.0, 9205.0, 9241.0, 9221.0, 9230.0, 9211.0, 9248.0, 9225.0, 9256.0, 9269.0, 9237.0, 9217.0, 9221.0, 9241.0, 9206.0, 9224.0, 9261.0, 9228.0, 9248.0, 9223.0, 9242.0, 9249.0, 9222.0, 9224.0, 9244.0, 9283.0, 9226.0, 9260.0, 9283.0, 9223.0, 9262.0, 9209.0, 9238.0, 9236.0, 9253.0, 9268.0, 9211.0, 9235.0, 9207.0, 9224.0, 9280.0, 9223.0, 9248.0, 9211.0, 9240.0, 9265.0, 9227.0, 9262.0, 9222.0, 9220.0, 9203.0, 9230.0, 9263.0, 9209.0, 9251.0, 9231.0, 9246.0, 9248.0, 9262.0, 9268.0, 9263.0, 9279.0, 9288.0, 9225.0, 9285.0, 9236.0, 9200.0, 9187.0, 9219.0, 9275.0, 9222.0, 9223.0, 9233.0, 9216.0, 9201.0, 9205.0, 9257.0, 9217.0, 9221.0, 9228.0, 9215.0, 9255.0, 9206.0, 9234.0, 9237.0, 9223.0, 9219.0, 9223.0, 9275.0, 9222.0, 9240.0, 9260.0, 9217.0, 9241.0, 9205.0, 9246.0, 9216.0, 9220.0, 9270.0, 9200.0, 9238.0, 9201.0, 9234.0, 9246.0, 9216.0, 9215.0, 9221.0, 9261.0, 9220.0, 9236.0, 9245.0, 9219.0, 9255.0, 9205.0, 9246.0, 9228.0, 9221.0, 9221.0, 9220.0, 9205.0, 9225.0, 9280.0, 9237.0, 9237.0, 9231.0, 9218.0, 9273.0, 9201.0, 9215.0, 9228.0, 9216.0, 9254.0, 9191.0, 9255.0, 9204.0, 9224.0, 9262.0, 9222.0, 9248.0, 9204.0, 9224.0, 9280.0, 9240.0, 9223.0, 9219.0, 9222.0, 9276.0, 9208.0, 9248.0, 9234.0, 9222.0, 9245.0, 9209.0, 9252.0, 9223.0, 9238.0, 9265.0, 9238.0, 9252.0, 9216.0, 9273.0, 9237.0, 9276.0, 9251.0, 9266.0, 9247.0, 9236.0, 9279.0, 9269.0, 9283.0, 9328.0, 9273.0, 9251.0, 9205.0, 9207.0, 9279.0, 9227.0, 9234.0, 9219.0, 9244.0, 9222.0, 9223.0, 9246.0, 9280.0, 9271.0, 9244.0, 9264.0, 9212.0, 9252.0, 9242.0, 9247.0, 9265.0, 9230.0, 9247.0, 9206.0, 9247.0, 9306.0, 9250.0, 9211.0, 9229.0, 9241.0, 9249.0, 9228.0, 9285.0, 9247.0, 9207.0, 9261.0, 9208.0, 9223.0, 9264.0, 9228.0, 9266.0, 9215.0, 9202.0, 9273.0, 9183.0, 9235.0, 9194.0, 9198.0, 9255.0, 9192.0, 9236.0, 9190.0, 9192.0, 9213.0, 9170.0, 9207.0, 9171.0, 9198.0, 9185.0, 9195.0, 9201.0, 9188.0, 9187.0, 9195.0, 9201.0, 9216.0, 9213.0, 9235.0, 9286.0, 9217.0, 9259.0, 9229.0, 9229.0, 9209.0, 9218.0, 9212.0, 9243.0, 9228.0, 9235.0, 9283.0, 9303.0, 9253.0, 9246.0, 9205.0, 9220.0, 9262.0, 9220.0, 9204.0, 9224.0, 9237.0, 9246.0, 9306.0, 9247.0, 9223.0, 9226.0, 9236.0, 9229.0, 9262.0, 9287.0, 9243.0, 9280.0, 9228.0, 9254.0, 9227.0, 9229.0, 9299.0, 9223.0, 9247.0, 9222.0, 9236.0, 9222.0, 9239.0, 9295.0, 9223.0, 9247.0, 9227.0, 9263.0, 9286.0, 9243.0, 9249.0, 9219.0, 9252.0, 9228.0, 9242.0, 9284.0, 9247.0, 9297.0, 9225.0, 9271.0, 9259.0, 9240.0, 9222.0, 9221.0, 9298.0, 9224.0, 9242.0, 9262.0, 9220.0, 9244.0, 9207.0, 9269.0, 9226.0, 9238.0, 9234.0, 9240.0, 9278.0, 9210.0, 9256.0, 9252.0, 9241.0, 9301.0, 9224.0, 9254.0, 9241.0, 9247.0, 9256.0, 9238.0, 9223.0, 9245.0, 9296.0, 9227.0, 9254.0, 9240.0, 9242.0, 9283.0, 9227.0, 9285.0, 9226.0, 9249.0, 9227.0, 9238.0, 9229.0, 9290.0, 9319.0, 9243.0, 9268.0, 9228.0, 9257.0, 9251.0, 9235.0, 9268.0, 9273.0, 9302.0, 9274.0, 9333.0, 9306.0, 9244.0, 9285.0, 9233.0, 9188.0, 9203.0, 9216.0, 9246.0, 9219.0, 9243.0, 9208.0, 9245.0, 9220.0, 9235.0, 9227.0, 9222.0, 9224.0, 9254.0, 9262.0, 9240.0, 9283.0, 9238.0, 9236.0, 9203.0, 9237.0, 9260.0, 9237.0, 9266.0, 9240.0, 9233.0, 9221.0, 9239.0, 9243.0, 9286.0, 9220.0, 9241.0, 9258.0, 9263.0, 9255.0, 9291.0, 9260.0, 9278.0, 9298.0, 9241.0, 9252.0, 9211.0, 9238.0, 9247.0, 9243.0, 9282.0, 9224.0, 9230.0, 9207.0, 9221.0, 9247.0, 9240.0, 9260.0, 9223.0, 9246.0, 9206.0, 9236.0, 9260.0, 9239.0, 9249.0, 9223.0, 9231.0, 9207.0, 9232.0, 9225.0, 9260.0, 9284.0, 9223.0, 9263.0, 9221.0, 9232.0, 9240.0, 9244.0, 9219.0, 9221.0, 9261.0, 9225.0, 9259.0, 9226.0, 9257.0, 9278.0, 9225.0, 9255.0, 9241.0, 9243.0, 9236.0, 9241.0, 9280.0, 9244.0, 9259.0, 9224.0, 9237.0, 9226.0, 9242.0, 9284.0, 9244.0, 9246.0, 9247.0, 9231.0, 9264.0, 9309.0, 9262.0, 9253.0, 9211.0, 9240.0, 9227.0, 9275.0, 9251.0, 9277.0, 9256.0, 9269.0, 9249.0, 9256.0, 9242.0, 9237.0, 9233.0, 9303.0, 9256.0, 9222.0, 9205.0, 9222.0, 9247.0, 9210.0, 9265.0, 9223.0, 9235.0, 9211.0, 9239.0, 9213.0, 9262.0, 9304.0, 9257.0, 9251.0, 9212.0, 9241.0, 9277.0, 9226.0, 9249.0, 9226.0, 9239.0, 9224.0, 9243.0, 9288.0, 9250.0, 9242.0, 9230.0, 9256.0, 9231.0, 9267.0, 9322.0, 9244.0, 9270.0, 9230.0, 9270.0, 9221.0, 9238.0, 9282.0, 9218.0, 9245.0, 9221.0, 9207.0, 9228.0, 9270.0, 9235.0, 9240.0, 9278.0, 9241.0, 9252.0, 9221.0, 9222.0, 9220.0, 9220.0, 9237.0, 9254.0, 9199.0, 9264.0, 9232.0, 9224.0, 9263.0, 9208.0, 9245.0, 9222.0, 9234.0, 9240.0, 9199.0, 9252.0, 9211.0, 9233.0, 9193.0, 9212.0, 9205.0, 9196.0, 9232.0, 9187.0, 9197.0, 9190.0, 9187.0, 9170.0, 9211.0, 9253.0, 9195.0, 9232.0, 9193.0, 9207.0, 9227.0, 9188.0, 9208.0, 9213.0, 9199.0, 9194.0, 9221.0, 9234.0, 9222.0, 9241.0, 9257.0, 9237.0, 9263.0, 9216.0, 9214.0, 9186.0, 9218.0, 9244.0, 9237.0, 9248.0, 9221.0, 9218.0, 9207.0, 9236.0, 9241.0, 9242.0, 9249.0, 9226.0, 9231.0, 9231.0, 9241.0, 9236.0, 9250.0, 9269.0, 9274.0, 9286.0, 9284.0, 9269.0, 9290.0, 9248.0, 9325.0, 9244.0, 9240.0, 9221.0, 9225.0, 9261.0, 9228.0, 9241.0, 9218.0, 9222.0, 9258.0, 9223.0, 9266.0, 9241.0, 9219.0, 9232.0, 9258.0, 9252.0, 9285.0, 9307.0, 9245.0, 9265.0, 9226.0, 9252.0, 9222.0, 9227.0, 9277.0, 9221.0, 9215.0, 9207.0, 9225.0, 9249.0, 9292.0, 9242.0, 9237.0, 9204.0, 9222.0, 9275.0, 9222.0, 9246.0, 9212.0, 9215.0, 9204.0, 9245.0, 9251.0, 9222.0, 9222.0, 9243.0, 9244.0, 9227.0, 9250.0, 9278.0, 9287.0, 9244.0, 9263.0, 9217.0, 9214.0, 9217.0, 9218.0, 9225.0, 9237.0, 9239.0, 9245.0, 9257.0, 9249.0, 9307.0, 9226.0, 9231.0, 9249.0, 9249.0, 9256.0, 9251.0, 9291.0, 9286.0, 9224.0, 9264.0, 9220.0, 9219.0, 9183.0, 9216.0, 9242.0, 9227.0, 9214.0, 9210.0, 9226.0, 9276.0, 9229.0, 9254.0, 9223.0, 9241.0, 9213.0, 9226.0, 9286.0, 9232.0, 9248.0, 9227.0, 9223.0, 9184.0, 9249.0, 9283.0, 9228.0, 9255.0, 9240.0, 9246.0, 9291.0, 9246.0, 9272.0, 9246.0, 9266.0, 9223.0, 9263.0, 9285.0, 9225.0, 9264.0, 9205.0, 9234.0, 9249.0, 9239.0, 9259.0, 9220.0, 9231.0, 9222.0, 9243.0, 9241.0, 9240.0, 9245.0, 9260.0, 9299.0, 9227.0, 9272.0, 9223.0, 9222.0, 9203.0, 9221.0, 9262.0, 9221.0, 9248.0, 9219.0, 9216.0, 9185.0, 9195.0, 9239.0, 9195.0, 9233.0, 9198.0, 9212.0, 9214.0, 9221.0, 9239.0, 9216.0, 9218.0, 9203.0, 9222.0, 9255.0, 9227.0, 9242.0, 9226.0, 9239.0, 9210.0, 9220.0, 9225.0, 9244.0, 9301.0, 9242.0, 9263.0, 9222.0, 9248.0, 9213.0, 9238.0, 9260.0, 9216.0, 9211.0, 9223.0, 9211.0, 9240.0, 9229.0, 9264.0, 9231.0, 9268.0, 9304.0, 9234.0, 9281.0, 9227.0, 9267.0, 9228.0, 9253.0, 9226.0, 9252.0, 9231.0, 9223.0, 9263.0, 9203.0, 9232.0, 9209.0, 9246.0, 9245.0, 9236.0, 9248.0, 9258.0, 9303.0, 9329.0, 9265.0, 9224.0, 9229.0, 9250.0, 9223.0, 9239.0, 9230.0, 9244.0, 9283.0, 9229.0, 9263.0, 9232.0, 9263.0, 9251.0, 9264.0, 9266.0, 9278.0, 9244.0, 9232.0, 9227.0, 9246.0, 9282.0, 9303.0, 9242.0, 9255.0, 9250.0, 9235.0, 9245.0, 9231.0, 9215.0, 9210.0, 9214.0, 9228.0, 9206.0, 9196.0, 9191.0, 9189.0, 9228.0, 9198.0, 9205.0, 9207.0, 9202.0, 9204.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.0005567241379310344</td></tr>
<tr><td colspan=3>aqi</td><td>0.02451470126436782</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.857018935051805</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1933421636939006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9717384075028783</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>6259.6997</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11281002272640553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531613713335126</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4745549410020127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.744834389103503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375451809899863</td></tr>
<tr><td colspan=3>gcor</td><td>0.0095112</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007499585393816233</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016910769045352936</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.753772159490395</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>40.3659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8469</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.5702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296063.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>652.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.7962</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1552</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.2536</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.3365</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.5864</td></tr>
<tr><td colspan=3>tsnr</td><td>38.7878122064285</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>