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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-04_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-04_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-0073/ses-03/func/sub-0073_ses-03_task-social_acq-mb8_run-04_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>527477a21a4bd8a30b08da18fb400b2c</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:12:55.072500</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.998995, 0.00472661, 0.0445807, -0.0137751, 0.978682, 0.204918]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0937563</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7789, -7230, 645, -57, -254, 69, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>784e864e-3b2d-47dd-8a77-401bcd4620e5||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.680229425430298, -0.03695761039853096, 0.11518687009811401, 112.1882095336914], [-0.012681144289672375, 2.625732660293579, 0.5543814301490784, -108.82860565185547], [0.1196068674325943, -0.5497810244560242, 2.639960765838623, -32.2681884765625], [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': ['191255.072500', '191255.532500', '191255.992500', '191256.452500', '191256.912500', '191257.372500', '191257.832500', '191258.292500', '191258.752500', '191259.212500', '191259.672500', '191300.132500', '191300.592500', '191301.052500', '191301.512500', '191301.972500', '191302.432500', '191302.892500', '191303.352500', '191303.812500', '191304.272500', '191304.732500', '191305.192500', '191305.652500', '191306.112500', '191306.572500', '191307.032500', '191307.492500', '191307.952500', '191308.412500', '191308.872500', '191309.332500', '191309.792500', '191310.252500', '191310.712500', '191311.172500', '191311.632500', '191312.092500', '191312.552500', '191313.012500', '191313.472500', '191313.932500', '191314.392500', '191314.852500', '191315.312500', '191315.772500', '191316.232500', '191316.692500', '191317.152500', '191317.612500', '191318.072500', '191318.532500', '191318.992500', '191319.452500', '191319.912500', '191320.372500', '191320.832500', '191321.292500', '191321.752500', '191322.212500', '191322.672500', '191323.132500', '191323.592500', '191324.052500', '191324.512500', '191324.972500', '191325.432500', '191325.892500', '191326.352500', '191326.812500', '191327.272500', '191327.732500', '191328.192500', '191328.652500', '191329.112500', '191329.572500', '191330.032500', '191330.492500', '191330.952500', '191331.412500', '191331.872500', '191332.332500', '191332.792500', '191333.252500', '191333.712500', '191334.172500', '191334.632500', '191335.092500', '191335.552500', '191336.012500', '191336.472500', '191336.932500', '191337.392500', '191337.852500', '191338.312500', '191338.772500', '191339.232500', '191339.692500', '191340.152500', '191340.612500', '191341.072500', '191341.532500', '191341.992500', '191342.452500', '191342.912500', '191343.372500', '191343.832500', '191344.292500', '191344.752500', '191345.212500', '191345.672500', '191346.132500', '191346.592500', '191347.052500', '191347.512500', '191347.972500', '191348.432500', '191348.892500', '191349.352500', '191349.812500', '191350.272500', '191350.732500', '191351.192500', '191351.652500', '191352.112500', '191352.572500', '191353.032500', '191353.492500', '191353.952500', '191354.412500', '191354.872500', '191355.332500', '191355.792500', '191356.252500', '191356.712500', '191357.172500', '191357.632500', '191358.092500', '191358.552500', '191359.012500', '191359.472500', '191359.932500', '191400.392500', '191400.852500', '191401.312500', '191401.772500', '191402.232500', '191402.692500', '191403.152500', '191403.612500', '191404.072500', '191404.532500', '191404.992500', '191405.452500', '191405.912500', '191406.372500', '191406.832500', '191407.292500', '191407.752500', '191408.212500', '191408.672500', '191409.132500', '191409.592500', '191410.052500', '191410.512500', '191410.972500', '191411.432500', '191411.892500', '191412.352500', '191412.812500', '191413.272500', '191413.732500', '191414.192500', '191414.652500', '191415.112500', '191415.572500', '191416.032500', '191416.492500', '191416.952500', '191417.412500', '191417.872500', '191418.332500', '191418.792500', '191419.252500', '191419.712500', '191420.172500', '191420.632500', '191421.092500', '191421.552500', '191422.012500', '191422.472500', '191422.932500', '191423.392500', '191423.852500', '191424.312500', '191424.772500', '191425.232500', '191425.692500', '191426.152500', '191426.612500', '191427.072500', '191427.532500', '191427.992500', '191428.452500', '191428.912500', '191429.372500', '191429.832500', '191430.292500', '191430.752500', '191431.212500', '191431.672500', '191432.132500', '191432.592500', '191433.052500', '191433.512500', '191433.972500', '191434.432500', '191434.892500', '191435.352500', '191435.812500', '191436.272500', '191436.732500', '191437.192500', '191437.652500', '191438.112500', '191438.572500', '191439.032500', '191439.492500', '191439.952500', '191440.412500', '191440.872500', '191441.332500', '191441.792500', '191442.252500', '191442.712500', '191443.172500', '191443.632500', '191444.092500', '191444.552500', '191445.012500', '191445.472500', '191445.932500', '191446.392500', '191446.852500', '191447.312500', '191447.772500', '191448.232500', '191448.692500', '191449.152500', '191449.612500', '191450.072500', '191450.532500', '191450.992500', '191451.452500', '191451.912500', '191452.372500', '191452.832500', '191453.292500', '191453.752500', '191454.212500', '191454.672500', '191455.132500', '191455.592500', '191456.052500', '191456.512500', '191456.972500', '191457.432500', '191457.892500', '191458.352500', '191458.812500', '191459.272500', '191459.732500', '191500.192500', '191500.652500', '191501.112500', '191501.572500', '191502.032500', '191502.492500', '191502.952500', '191503.412500', '191503.872500', '191504.332500', '191504.792500', '191505.252500', '191505.712500', '191506.172500', '191506.632500', '191507.092500', '191507.552500', '191508.012500', '191508.472500', '191508.932500', '191509.392500', '191509.852500', '191510.312500', '191510.772500', '191511.232500', '191511.692500', '191512.152500', '191512.612500', '191513.072500', '191513.532500', '191513.992500', '191514.452500', '191514.912500', '191515.372500', '191515.832500', '191516.292500', '191516.752500', '191517.212500', '191517.672500', '191518.132500', '191518.592500', '191519.052500', '191519.512500', '191519.972500', '191520.432500', '191520.892500', '191521.352500', '191521.812500', '191522.272500', '191522.732500', '191523.192500', '191523.652500', '191524.112500', '191524.572500', '191525.032500', '191525.492500', '191525.952500', '191526.412500', '191526.872500', '191527.332500', '191527.792500', '191528.252500', '191528.712500', '191529.172500', '191529.632500', '191530.092500', '191530.552500', '191531.012500', '191531.472500', '191531.932500', '191532.392500', '191532.852500', '191533.312500', '191533.772500', '191534.232500', '191534.692500', '191535.152500', '191535.612500', '191536.072500', '191536.532500', '191536.992500', '191537.452500', '191537.912500', '191538.372500', '191538.832500', '191539.292500', '191539.752500', '191540.212500', '191540.672500', '191541.132500', '191541.592500', '191542.052500', '191542.512500', '191542.972500', '191543.432500', '191543.892500', '191544.352500', '191544.812500', '191545.272500', '191545.732500', '191546.192500', '191546.652500', '191547.112500', '191547.572500', '191548.032500', '191548.492500', '191548.952500', '191549.412500', '191549.872500', '191550.332500', '191550.792500', '191551.252500', '191551.712500', '191552.172500', '191552.632500', '191553.092500', '191553.552500', '191554.012500', '191554.472500', '191554.932500', '191555.392500', '191555.852500', '191556.312500', '191556.772500', '191557.232500', '191557.692500', '191558.152500', '191558.612500', '191559.072500', '191559.532500', '191559.992500', '191600.452500', '191600.912500', '191601.372500', '191601.832500', '191602.292500', '191602.752500', '191603.212500', '191603.672500', '191604.132500', '191604.592500', '191605.052500', '191605.512500', '191605.972500', '191606.432500', '191606.892500', '191607.352500', '191607.812500', '191608.272500', '191608.732500', '191609.192500', '191609.652500', '191610.112500', '191610.572500', '191611.032500', '191611.492500', '191611.952500', '191612.412500', '191612.872500', '191613.332500', '191613.792500', '191614.252500', '191614.712500', '191615.172500', '191615.632500', '191616.092500', '191616.552500', '191617.012500', '191617.472500', '191617.932500', '191618.392500', '191618.852500', '191619.312500', '191619.772500', '191620.232500', '191620.692500', '191621.152500', '191621.612500', '191622.072500', '191622.532500', '191622.992500', '191623.452500', '191623.912500', '191624.372500', '191624.832500', '191625.292500', '191625.752500', '191626.212500', '191626.672500', '191627.132500', '191627.592500', '191628.052500', '191628.512500', '191628.972500', '191629.432500', '191629.892500', '191630.352500', '191630.812500', '191631.272500', '191631.732500', '191632.192500', '191632.652500', '191633.112500', '191633.572500', '191634.032500', '191634.492500', '191634.952500', '191635.412500', '191635.872500', '191636.332500', '191636.792500', '191637.252500', '191637.712500', '191638.172500', '191638.632500', '191639.092500', '191639.552500', '191640.012500', '191640.472500', '191640.932500', '191641.392500', '191641.852500', '191642.312500', '191642.772500', '191643.232500', '191643.692500', '191644.152500', '191644.612500', '191645.072500', '191645.532500', '191645.992500', '191646.452500', '191646.912500', '191647.372500', '191647.832500', '191648.292500', '191648.752500', '191649.212500', '191649.672500', '191650.132500', '191650.592500', '191651.052500', '191651.512500', '191651.972500', '191652.432500', '191652.892500', '191653.352500', '191653.812500', '191654.272500', '191654.732500', '191655.192500', '191655.652500', '191656.112500', '191656.572500', '191657.032500', '191657.492500', '191657.952500', '191658.412500', '191658.872500', '191659.332500', '191659.792500', '191700.252500', '191700.712500', '191701.172500', '191701.632500', '191702.092500', '191702.552500', '191703.012500', '191703.472500', '191703.932500', '191704.392500', '191704.852500', '191705.312500', '191705.772500', '191706.232500', '191706.692500', '191707.152500', '191707.612500', '191708.072500', '191708.532500', '191708.992500', '191709.452500', '191709.912500', '191710.372500', '191710.832500', '191711.292500', '191711.752500', '191712.212500', '191712.672500', '191713.132500', '191713.592500', '191714.052500', '191714.512500', '191714.972500', '191715.432500', '191715.892500', '191716.352500', '191716.812500', '191717.272500', '191717.732500', '191718.192500', '191718.652500', '191719.112500', '191719.572500', '191720.032500', '191720.492500', '191720.952500', '191721.412500', '191721.872500', '191722.332500', '191722.792500', '191723.252500', '191723.712500', '191724.172500', '191724.632500', '191725.092500', '191725.552500', '191726.012500', '191726.472500', '191726.932500', '191727.392500', '191727.852500', '191728.312500', '191728.772500', '191729.232500', '191729.692500', '191730.152500', '191730.612500', '191731.072500', '191731.532500', '191731.992500', '191732.452500', '191732.912500', '191733.372500', '191733.832500', '191734.292500', '191734.752500', '191735.212500', '191735.672500', '191736.132500', '191736.592500', '191737.052500', '191737.512500', '191737.972500', '191738.432500', '191738.892500', '191739.352500', '191739.812500', '191740.272500', '191740.732500', '191741.192500', '191741.652500', '191742.112500', '191742.572500', '191743.032500', '191743.492500', '191743.952500', '191744.412500', '191744.872500', '191745.332500', '191745.792500', '191746.252500', '191746.712500', '191747.172500', '191747.632500', '191748.092500', '191748.552500', '191749.012500', '191749.472500', '191749.932500', '191750.392500', '191750.852500', '191751.312500', '191751.772500', '191752.232500', '191752.692500', '191753.152500', '191753.612500', '191754.072500', '191754.532500', '191754.992500', '191755.452500', '191755.912500', '191756.372500', '191756.832500', '191757.292500', '191757.752500', '191758.212500', '191758.672500', '191759.132500', '191759.592500', '191800.052500', '191800.512500', '191800.972500', '191801.432500', '191801.892500', '191802.352500', '191802.812500', '191803.272500', '191803.732500', '191804.192500', '191804.652500', '191805.112500', '191805.572500', '191806.032500', '191806.492500', '191806.952500', '191807.412500', '191807.872500', '191808.332500', '191808.792500', '191809.252500', '191809.712500', '191810.172500', '191810.632500', '191811.092500', '191811.552500', '191812.012500', '191812.472500', '191812.932500', '191813.392500', '191813.852500', '191814.312500', '191814.772500', '191815.232500', '191815.692500', '191816.152500', '191816.612500', '191817.072500', '191817.532500', '191817.992500', '191818.452500', '191818.912500', '191819.372500', '191819.832500', '191820.292500', '191820.752500', '191821.212500', '191821.672500', '191822.132500', '191822.592500', '191823.052500', '191823.512500', '191823.972500', '191824.432500', '191824.892500', '191825.352500', '191825.812500', '191826.272500', '191826.732500', '191827.192500', '191827.652500', '191828.112500', '191828.572500', '191829.032500', '191829.492500', '191829.952500', '191830.412500', '191830.872500', '191831.332500', '191831.792500', '191832.252500', '191832.712500', '191833.172500', '191833.632500', '191834.092500', '191834.552500', '191835.012500', '191835.472500', '191835.932500', '191836.392500', '191836.852500', '191837.312500', '191837.772500', '191838.232500', '191838.692500', '191839.152500', '191839.612500', '191840.072500', '191840.532500', '191840.992500', '191841.452500', '191841.912500', '191842.372500', '191842.832500', '191843.292500', '191843.752500', '191844.212500', '191844.672500', '191845.132500', '191845.592500', '191846.052500', '191846.512500', '191846.972500', '191847.432500', '191847.892500', '191848.352500', '191848.812500', '191849.272500', '191849.732500', '191850.192500', '191850.652500', '191851.112500', '191851.572500', '191852.032500', '191852.492500', '191852.952500', '191853.412500', '191853.872500', '191854.332500', '191854.792500', '191855.252500', '191855.712500', '191856.172500', '191856.632500', '191857.092500', '191857.552500', '191858.012500', '191858.472500', '191858.932500', '191859.392500', '191859.852500', '191900.312500', '191900.772500', '191901.232500', '191901.692500', '191902.152500', '191902.612500', '191903.072500', '191903.532500', '191903.992500', '191904.452500', '191904.912500', '191905.372500', '191905.832500', '191906.292500', '191906.752500', '191907.212500', '191907.672500', '191908.132500', '191908.592500', '191909.052500', '191909.512500', '191909.972500', '191910.432500', '191910.892500', '191911.352500', '191911.812500', '191912.272500', '191912.732500', '191913.192500', '191913.652500', '191914.112500', '191914.572500', '191915.032500', '191915.492500', '191915.952500', '191916.412500', '191916.872500', '191917.332500', '191917.792500', '191918.252500', '191918.712500', '191919.172500', '191919.632500', '191920.092500', '191920.552500', '191921.012500', '191921.472500', '191921.932500', '191922.392500', '191922.852500', '191923.312500', '191923.772500', '191924.232500', '191924.692500', '191925.152500', '191925.612500', '191926.072500', '191926.532500', '191926.992500', '191927.452500', '191927.912500', '191928.372500', '191928.832500', '191929.292500', '191929.752500', '191930.212500', '191930.672500', '191931.132500', '191931.592500', '191932.052500', '191932.512500', '191932.972500', '191933.432500', '191933.892500', '191934.352500', '191934.812500', '191935.272500', '191935.732500'], 'ContentTime': ['191317.808000', '191317.811000', '191317.814000', '191317.817000', '191317.819000', '191317.822000', '191317.825000', '191317.827000', '191317.830000', '191317.832000', '191317.835000', '191317.838000', '191317.840000', '191317.843000', '191317.846000', '191317.848000', '191317.851000', '191317.853000', '191317.856000', '191317.859000', '191317.861000', '191317.864000', '191317.866000', '191317.869000', '191317.872000', '191317.874000', '191317.877000', '191317.880000', '191317.882000', '191317.885000', '191317.888000', '191317.890000', '191317.893000', '191317.895000', '191317.898000', '191317.908000', '191317.911000', '191317.914000', '191317.917000', '191317.919000', '191317.922000', '191317.925000', '191317.928000', '191317.930000', '191317.933000', '191317.936000', '191317.939000', '191337.744000', '191337.747000', '191337.750000', '191337.753000', '191337.755000', '191337.758000', '191337.761000', '191337.763000', '191337.766000', '191337.769000', '191337.772000', '191337.774000', '191337.777000', '191337.779000', '191337.782000', '191337.785000', '191337.787000', '191337.790000', '191337.792000', '191337.795000', '191337.798000', '191337.800000', '191337.803000', '191337.806000', '191337.809000', '191337.811000', '191337.820000', '191337.822000', '191337.825000', '191337.828000', '191337.830000', '191337.833000', '191337.836000', '191337.838000', '191337.841000', '191337.843000', '191337.846000', '191337.849000', '191337.851000', '191337.854000', '191337.856000', '191337.859000', '191337.862000', '191337.864000', '191357.744000', '191357.746000', '191357.749000', '191357.752000', '191357.755000', '191357.757000', '191357.760000', '191357.773000', '191357.775000', '191357.778000', '191357.786000', '191357.788000', '191357.791000', '191357.794000', '191357.796000', '191357.799000', '191357.802000', '191357.805000', '191357.807000', '191357.810000', '191357.813000', '191357.815000', '191357.818000', '191357.820000', '191357.823000', '191357.833000', '191357.835000', '191357.838000', '191357.847000', '191357.850000', '191357.853000', '191357.855000', '191357.858000', '191357.861000', '191357.863000', '191357.866000', '191357.869000', '191357.871000', '191357.874000', '191357.876000', '191357.879000', '191357.882000', '191357.884000', '191417.743000', '191417.746000', '191417.749000', '191417.752000', '191417.754000', '191417.757000', '191417.760000', '191417.762000', '191417.765000', '191417.767000', '191417.770000', '191417.773000', '191417.775000', '191417.778000', '191417.783000', '191417.786000', '191417.788000', '191417.791000', '191417.794000', '191417.796000', '191417.799000', '191417.802000', '191417.804000', '191417.807000', '191417.810000', '191417.812000', '191417.815000', '191417.818000', '191417.820000', '191417.823000', '191417.825000', '191417.828000', '191417.831000', '191417.833000', '191417.836000', '191417.839000', '191417.841000', '191417.844000', '191417.847000', '191417.849000', '191417.852000', '191417.855000', '191417.857000', '191417.860000', '191437.744000', '191437.747000', '191437.750000', '191437.753000', '191437.755000', '191437.758000', '191437.761000', '191437.763000', '191437.766000', '191437.769000', '191437.771000', '191437.774000', '191437.777000', '191437.779000', '191437.782000', '191437.784000', '191437.787000', '191437.790000', '191437.792000', '191437.795000', '191437.798000', '191437.800000', '191437.803000', '191437.806000', '191437.808000', '191437.811000', '191437.813000', '191437.816000', '191437.819000', '191437.821000', '191437.824000', '191437.832000', '191437.834000', '191437.837000', '191437.840000', '191437.843000', '191437.845000', '191437.848000', '191437.850000', '191437.853000', '191437.856000', '191437.858000', '191437.861000', '191457.745000', '191457.747000', '191457.750000', '191457.753000', '191457.755000', '191457.758000', '191457.761000', '191457.763000', '191457.766000', '191457.769000', '191457.771000', '191457.774000', '191457.777000', '191457.779000', '191457.782000', '191457.784000', '191457.787000', '191457.789000', '191457.792000', '191457.803000', '191457.812000', '191457.814000', '191457.817000', '191457.820000', '191457.823000', '191457.825000', '191457.828000', '191457.831000', '191457.833000', '191457.836000', '191457.839000', '191457.841000', '191457.844000', '191457.847000', '191457.849000', '191457.852000', '191457.855000', '191457.857000', '191457.860000', '191457.864000', '191457.866000', '191457.869000', '191457.872000', '191457.874000', '191517.744000', '191517.747000', '191517.750000', '191517.753000', '191517.755000', '191517.758000', '191517.761000', '191517.763000', '191517.766000', '191517.769000', '191517.771000', '191517.774000', '191517.776000', '191517.779000', '191517.782000', '191517.784000', '191517.787000', '191517.790000', '191517.792000', '191517.795000', '191517.797000', '191517.800000', '191517.803000', '191517.806000', '191517.808000', '191517.811000', '191517.814000', '191517.816000', '191517.819000', '191517.821000', '191517.824000', '191517.827000', '191517.829000', '191517.832000', '191517.835000', '191517.837000', '191517.840000', '191517.843000', '191517.845000', '191517.848000', '191517.850000', '191517.853000', '191517.856000', '191537.745000', '191537.747000', '191537.750000', '191537.776000', '191537.780000', '191537.782000', '191537.785000', '191537.788000', '191537.791000', '191537.798000', '191537.801000', '191537.804000', '191537.806000', '191537.809000', '191537.812000', '191537.814000', '191537.817000', '191537.820000', '191537.822000', '191537.825000', '191537.828000', '191537.830000', '191537.833000', '191537.836000', '191537.838000', '191537.841000', '191537.844000', '191537.846000', '191537.849000', '191537.852000', '191537.854000', '191537.857000', '191537.860000', '191537.862000', '191537.865000', '191537.868000', '191537.870000', '191537.873000', '191537.876000', '191537.878000', '191537.881000', '191537.884000', '191537.886000', '191537.889000', '191557.745000', '191557.748000', '191557.750000', '191557.753000', '191557.756000', '191557.758000', '191557.761000', '191557.764000', '191557.766000', '191557.769000', '191557.771000', '191557.774000', '191557.777000', '191557.779000', '191557.782000', '191557.785000', '191557.787000', '191557.790000', '191557.793000', '191557.795000', '191557.798000', '191557.801000', '191557.803000', '191557.806000', '191557.809000', '191557.811000', '191557.814000', '191557.817000', '191557.819000', '191557.822000', '191557.825000', '191557.827000', '191557.830000', '191557.833000', '191557.835000', '191557.838000', '191557.841000', '191557.843000', '191557.846000', '191557.849000', '191557.851000', '191557.854000', '191557.857000', '191617.744000', '191617.747000', '191617.750000', '191617.752000', '191617.756000', '191617.758000', '191617.761000', '191617.764000', '191617.766000', '191617.769000', '191617.771000', '191617.774000', '191617.777000', '191617.779000', '191617.782000', '191617.785000', '191617.787000', '191617.790000', '191617.793000', '191617.795000', '191617.798000', '191617.801000', '191617.803000', '191617.806000', '191617.809000', '191617.811000', '191617.814000', '191617.816000', '191617.819000', '191617.822000', '191617.825000', '191617.827000', '191617.830000', '191617.833000', '191617.835000', '191617.838000', '191617.840000', '191617.843000', '191617.846000', '191617.848000', '191617.851000', '191617.854000', '191617.856000', '191637.745000', '191637.747000', '191637.750000', '191637.753000', '191637.755000', '191637.758000', '191637.761000', '191637.763000', '191637.766000', '191637.768000', '191637.771000', '191637.773000', '191637.776000', '191637.779000', '191637.781000', '191637.784000', '191637.786000', '191637.789000', '191637.792000', '191637.794000', '191637.797000', '191637.800000', '191637.802000', '191637.805000', '191637.808000', '191637.810000', '191637.813000', '191637.815000', '191637.818000', '191637.821000', '191637.823000', '191637.826000', '191637.829000', '191637.831000', '191637.834000', '191637.837000', '191637.839000', '191637.842000', '191637.844000', '191637.847000', '191637.850000', '191637.852000', '191637.855000', '191637.858000', '191657.745000', '191657.748000', '191657.750000', '191657.753000', '191657.755000', '191657.758000', '191657.761000', '191657.763000', '191657.766000', '191657.769000', '191657.771000', '191657.774000', '191657.776000', '191657.779000', '191657.782000', '191657.784000', '191657.787000', '191657.790000', '191657.792000', '191657.795000', '191657.798000', '191657.801000', '191657.803000', '191657.806000', '191657.808000', '191657.811000', '191657.814000', '191657.817000', '191657.832000', '191657.835000', '191657.837000', '191657.840000', '191657.843000', '191657.845000', '191657.848000', '191657.853000', '191657.855000', '191657.858000', '191657.860000', '191657.863000', '191657.866000', '191657.868000', '191657.871000', '191717.744000', '191717.747000', '191717.750000', '191717.753000', '191717.756000', '191717.758000', '191717.761000', '191717.764000', '191717.766000', '191717.769000', '191717.772000', '191717.774000', '191717.777000', '191717.780000', '191717.782000', '191717.785000', '191717.788000', '191717.790000', '191717.793000', '191717.796000', '191717.798000', '191717.801000', '191717.804000', '191717.806000', '191717.809000', '191717.811000', '191717.814000', '191717.817000', '191717.819000', '191717.822000', '191717.825000', '191717.827000', '191717.830000', '191717.832000', '191717.835000', '191717.838000', '191717.840000', '191717.843000', '191717.846000', '191717.848000', '191717.851000', '191717.854000', '191717.857000', '191717.859000', '191737.744000', '191737.747000', '191737.750000', '191737.753000', '191737.755000', '191737.758000', '191737.761000', '191737.763000', '191737.766000', '191737.769000', '191737.771000', '191737.774000', '191737.777000', '191737.779000', '191737.782000', '191737.784000', '191737.787000', '191737.790000', '191737.793000', '191737.796000', '191737.799000', '191737.802000', '191737.805000', '191737.807000', '191737.810000', '191737.812000', '191737.816000', '191737.818000', '191737.821000', '191737.823000', '191737.826000', '191737.829000', '191737.831000', '191737.834000', '191737.837000', '191737.839000', '191737.842000', '191737.845000', '191737.847000', '191737.850000', '191737.853000', '191737.855000', '191737.858000', '191757.744000', '191757.747000', '191757.750000', '191757.753000', '191757.755000', '191757.758000', '191757.761000', '191757.763000', '191757.766000', '191757.769000', '191757.771000', '191757.774000', '191757.777000', '191757.780000', '191757.782000', '191757.785000', '191757.788000', '191757.790000', '191757.793000', '191757.796000', '191757.798000', '191757.801000', '191757.804000', '191757.806000', '191757.809000', '191757.812000', '191757.814000', '191757.817000', '191757.820000', '191757.822000', '191757.825000', '191757.828000', '191757.830000', '191757.833000', '191757.835000', '191757.838000', '191757.841000', '191757.843000', '191757.846000', '191757.849000', '191757.851000', '191757.854000', '191757.857000', '191757.859000', '191817.745000', '191817.747000', '191817.750000', '191817.753000', '191817.756000', '191817.758000', '191817.761000', '191817.763000', '191817.766000', '191817.769000', '191817.771000', '191817.774000', '191817.777000', '191817.779000', '191817.782000', '191817.785000', '191817.787000', '191817.790000', '191817.792000', '191817.795000', '191817.798000', '191817.801000', '191817.803000', '191817.806000', '191817.809000', '191817.811000', '191817.814000', '191817.817000', '191817.819000', '191817.822000', '191817.825000', '191817.827000', '191817.847000', '191817.850000', '191817.853000', '191817.855000', '191817.859000', '191817.862000', '191817.865000', '191817.867000', '191817.870000', '191817.873000', '191817.876000', '191837.743000', '191837.746000', '191837.749000', '191837.752000', '191837.755000', '191837.758000', '191837.760000', '191837.763000', '191837.766000', '191837.768000', '191837.771000', '191837.774000', '191837.776000', '191837.779000', '191837.782000', '191837.784000', '191837.787000', '191837.790000', '191837.792000', '191837.795000', '191837.797000', '191837.800000', '191837.803000', '191837.805000', '191837.808000', '191837.811000', '191837.813000', '191837.816000', '191837.819000', '191837.821000', '191837.824000', '191837.827000', '191837.829000', '191837.832000', '191837.835000', '191837.837000', '191837.840000', '191837.843000', '191837.845000', '191837.848000', '191837.851000', '191837.853000', '191837.856000', '191837.859000', '191857.745000', '191857.747000', '191857.750000', '191857.753000', '191857.756000', '191857.758000', '191857.761000', '191857.764000', '191857.766000', '191857.769000', '191857.772000', '191857.774000', '191857.777000', '191857.779000', '191857.782000', '191857.785000', '191857.787000', '191857.790000', '191857.793000', '191857.795000', '191857.798000', '191857.802000', '191857.805000', '191857.808000', '191857.810000', '191857.813000', '191857.816000', '191857.818000', '191857.821000', '191857.824000', '191857.826000', '191857.829000', '191857.832000', '191857.834000', '191857.837000', '191857.840000', '191857.843000', '191857.846000', '191857.849000', '191857.852000', '191857.855000', '191857.857000', '191857.860000', '191917.744000', '191917.747000', '191917.750000', '191917.753000', '191917.756000', '191917.759000', '191917.761000', '191917.764000', '191917.767000', '191917.769000', '191917.772000', '191917.775000', '191917.777000', '191917.780000', '191917.782000', '191917.785000', '191917.788000', '191917.790000', '191917.793000', '191917.796000', '191917.798000', '191917.801000', '191917.804000', '191917.806000', '191917.809000', '191917.812000', '191917.814000', '191917.817000', '191917.820000', '191917.822000', '191917.825000', '191917.828000', '191917.830000', '191917.833000', '191917.835000', '191917.838000', '191917.841000', '191917.843000', '191917.846000', '191917.849000', '191917.851000', '191917.854000', '191917.856000', '191917.859000', '191936.950000', '191936.953000', '191936.956000', '191936.959000', '191936.962000', '191936.965000', '191936.968000', '191936.971000', '191936.973000', '191936.976000', '191936.979000', '191936.991000', '191936.993000', '191936.997000', '191936.999000', '191937.003000', '191937.006000', '191937.009000', '191937.012000', '191937.020000', '191937.023000', '191937.027000', '191937.030000', '191937.033000', '191937.035000', '191937.038000', '191937.041000', '191937.044000', '191937.047000', '191937.049000', '191937.053000', '191937.055000', '191937.059000', '191937.061000', '191937.064000', '191937.067000', '191937.070000', '191937.073000', '191937.075000', '191937.083000', '191937.087000', '191937.090000'], 'InstanceCreationTime': ['191317.808000', '191317.811000', '191317.814000', '191317.817000', '191317.819000', '191317.822000', '191317.825000', '191317.827000', '191317.830000', '191317.832000', '191317.835000', '191317.838000', '191317.840000', '191317.843000', '191317.846000', '191317.848000', '191317.851000', '191317.853000', '191317.856000', '191317.859000', '191317.861000', '191317.864000', '191317.866000', '191317.869000', '191317.872000', '191317.874000', '191317.877000', '191317.880000', '191317.882000', '191317.885000', '191317.888000', '191317.890000', '191317.893000', '191317.895000', '191317.898000', '191317.908000', '191317.911000', '191317.914000', '191317.917000', '191317.919000', '191317.922000', '191317.925000', '191317.928000', '191317.930000', '191317.933000', '191317.936000', '191317.939000', '191337.744000', '191337.747000', '191337.750000', '191337.753000', '191337.755000', '191337.758000', '191337.761000', '191337.763000', '191337.766000', '191337.769000', '191337.772000', '191337.774000', '191337.777000', '191337.779000', '191337.782000', '191337.785000', '191337.787000', '191337.790000', '191337.792000', '191337.795000', '191337.798000', '191337.800000', '191337.803000', '191337.806000', '191337.809000', '191337.811000', '191337.820000', '191337.822000', '191337.825000', '191337.828000', '191337.830000', '191337.833000', '191337.836000', '191337.838000', '191337.841000', '191337.843000', '191337.846000', '191337.849000', '191337.851000', '191337.854000', '191337.856000', '191337.859000', '191337.862000', '191337.864000', '191357.744000', '191357.746000', '191357.749000', '191357.752000', '191357.755000', '191357.757000', '191357.760000', '191357.773000', '191357.775000', '191357.778000', '191357.786000', '191357.788000', '191357.791000', '191357.794000', '191357.796000', '191357.799000', '191357.802000', '191357.805000', '191357.807000', '191357.810000', '191357.813000', '191357.815000', '191357.818000', '191357.820000', '191357.823000', '191357.833000', '191357.835000', '191357.838000', '191357.847000', '191357.850000', '191357.853000', '191357.855000', '191357.858000', '191357.861000', '191357.863000', '191357.866000', '191357.869000', '191357.871000', '191357.874000', '191357.876000', '191357.879000', '191357.882000', '191357.884000', '191417.743000', '191417.746000', '191417.749000', '191417.752000', '191417.754000', '191417.757000', '191417.760000', '191417.762000', '191417.765000', '191417.767000', '191417.770000', '191417.773000', '191417.775000', '191417.778000', '191417.783000', '191417.786000', '191417.788000', '191417.791000', '191417.794000', '191417.796000', '191417.799000', '191417.802000', '191417.804000', '191417.807000', '191417.810000', '191417.812000', '191417.815000', '191417.818000', '191417.820000', '191417.823000', '191417.825000', '191417.828000', '191417.831000', '191417.833000', '191417.836000', '191417.839000', '191417.841000', '191417.844000', '191417.847000', '191417.849000', '191417.852000', '191417.855000', '191417.857000', '191417.860000', '191437.744000', '191437.747000', '191437.750000', '191437.753000', '191437.755000', '191437.758000', '191437.761000', '191437.763000', '191437.766000', '191437.769000', '191437.771000', '191437.774000', '191437.777000', '191437.779000', '191437.782000', '191437.784000', '191437.787000', '191437.790000', '191437.792000', '191437.795000', '191437.798000', '191437.800000', '191437.803000', '191437.806000', '191437.808000', '191437.811000', '191437.813000', '191437.816000', '191437.819000', '191437.821000', '191437.824000', '191437.832000', '191437.834000', '191437.837000', '191437.840000', '191437.843000', '191437.845000', '191437.848000', '191437.850000', '191437.853000', '191437.856000', '191437.858000', '191437.861000', '191457.745000', '191457.747000', '191457.750000', '191457.753000', '191457.755000', '191457.758000', '191457.761000', '191457.763000', '191457.766000', '191457.769000', '191457.771000', '191457.774000', '191457.777000', '191457.779000', '191457.782000', '191457.784000', '191457.787000', '191457.789000', '191457.792000', '191457.803000', '191457.812000', '191457.814000', '191457.817000', '191457.820000', '191457.823000', '191457.825000', '191457.828000', '191457.831000', '191457.833000', '191457.836000', '191457.839000', '191457.841000', '191457.844000', '191457.847000', '191457.849000', '191457.852000', '191457.855000', '191457.857000', '191457.860000', '191457.864000', '191457.866000', '191457.869000', '191457.872000', '191457.874000', '191517.744000', '191517.747000', '191517.750000', '191517.753000', '191517.755000', '191517.758000', '191517.761000', '191517.763000', '191517.766000', '191517.769000', '191517.771000', '191517.774000', '191517.776000', '191517.779000', '191517.782000', '191517.784000', '191517.787000', '191517.790000', '191517.792000', '191517.795000', '191517.797000', '191517.800000', '191517.803000', '191517.806000', '191517.808000', '191517.811000', '191517.814000', '191517.816000', '191517.819000', '191517.821000', '191517.824000', '191517.827000', '191517.829000', '191517.832000', '191517.835000', '191517.837000', '191517.840000', '191517.843000', '191517.845000', '191517.848000', '191517.850000', '191517.853000', '191517.856000', '191537.745000', '191537.747000', '191537.750000', '191537.776000', '191537.780000', '191537.782000', '191537.785000', '191537.788000', '191537.791000', '191537.798000', '191537.801000', '191537.804000', '191537.806000', '191537.809000', '191537.812000', '191537.814000', '191537.817000', '191537.820000', '191537.822000', '191537.825000', '191537.828000', '191537.830000', '191537.833000', '191537.836000', '191537.838000', '191537.841000', '191537.844000', '191537.846000', '191537.849000', '191537.852000', '191537.854000', '191537.857000', '191537.860000', '191537.862000', '191537.865000', '191537.868000', '191537.870000', '191537.873000', '191537.876000', '191537.878000', '191537.881000', '191537.884000', '191537.886000', '191537.889000', '191557.745000', '191557.748000', '191557.750000', '191557.753000', '191557.756000', '191557.758000', '191557.761000', '191557.764000', '191557.766000', '191557.769000', '191557.771000', '191557.774000', '191557.777000', '191557.779000', '191557.782000', '191557.785000', '191557.787000', '191557.790000', '191557.793000', '191557.795000', '191557.798000', '191557.801000', '191557.803000', '191557.806000', '191557.809000', '191557.811000', '191557.814000', '191557.817000', '191557.819000', '191557.822000', '191557.825000', '191557.827000', '191557.830000', '191557.833000', '191557.835000', '191557.838000', '191557.841000', '191557.843000', '191557.846000', '191557.849000', '191557.851000', '191557.854000', '191557.857000', '191617.744000', '191617.747000', '191617.750000', '191617.752000', '191617.756000', '191617.758000', '191617.761000', '191617.764000', '191617.766000', '191617.769000', '191617.771000', '191617.774000', '191617.777000', '191617.779000', '191617.782000', '191617.785000', '191617.787000', '191617.790000', '191617.793000', '191617.795000', '191617.798000', '191617.801000', '191617.803000', '191617.806000', '191617.809000', '191617.811000', '191617.814000', '191617.816000', '191617.819000', '191617.822000', '191617.825000', '191617.827000', '191617.830000', '191617.833000', '191617.835000', '191617.838000', '191617.840000', '191617.843000', '191617.846000', '191617.848000', '191617.851000', '191617.854000', '191617.856000', '191637.745000', '191637.747000', '191637.750000', '191637.753000', '191637.755000', '191637.758000', '191637.761000', '191637.763000', '191637.766000', '191637.768000', '191637.771000', '191637.773000', '191637.776000', '191637.779000', '191637.781000', '191637.784000', '191637.786000', '191637.789000', '191637.792000', '191637.794000', '191637.797000', '191637.800000', '191637.802000', '191637.805000', '191637.808000', '191637.810000', '191637.813000', '191637.815000', '191637.818000', '191637.821000', '191637.823000', '191637.826000', '191637.829000', '191637.831000', '191637.834000', '191637.837000', '191637.839000', '191637.842000', '191637.844000', '191637.847000', '191637.850000', '191637.852000', '191637.855000', '191637.858000', '191657.745000', '191657.748000', '191657.750000', '191657.753000', '191657.755000', '191657.758000', '191657.761000', '191657.763000', '191657.766000', '191657.769000', '191657.771000', '191657.774000', '191657.776000', '191657.779000', '191657.782000', '191657.784000', '191657.787000', '191657.790000', '191657.792000', '191657.795000', '191657.798000', '191657.801000', '191657.803000', '191657.806000', '191657.808000', '191657.811000', '191657.814000', '191657.817000', '191657.832000', '191657.835000', '191657.837000', '191657.840000', '191657.843000', '191657.845000', '191657.848000', '191657.853000', '191657.855000', '191657.858000', '191657.860000', '191657.863000', '191657.866000', '191657.868000', '191657.871000', '191717.744000', '191717.747000', '191717.750000', '191717.753000', '191717.756000', '191717.758000', '191717.761000', '191717.764000', '191717.766000', '191717.769000', '191717.772000', '191717.774000', '191717.777000', '191717.780000', '191717.782000', '191717.785000', '191717.788000', '191717.790000', '191717.793000', '191717.796000', '191717.798000', '191717.801000', '191717.804000', '191717.806000', '191717.809000', '191717.811000', '191717.814000', '191717.817000', '191717.819000', '191717.822000', '191717.825000', '191717.827000', '191717.830000', '191717.832000', '191717.835000', '191717.838000', '191717.840000', '191717.843000', '191717.846000', '191717.848000', '191717.851000', '191717.854000', '191717.857000', '191717.859000', '191737.744000', '191737.747000', '191737.750000', '191737.753000', '191737.755000', '191737.758000', '191737.761000', '191737.763000', '191737.766000', '191737.769000', '191737.771000', '191737.774000', '191737.777000', '191737.779000', '191737.782000', '191737.784000', '191737.787000', '191737.790000', '191737.793000', '191737.796000', '191737.799000', '191737.802000', '191737.805000', '191737.807000', '191737.810000', '191737.812000', '191737.816000', '191737.818000', '191737.821000', '191737.823000', '191737.826000', '191737.829000', '191737.831000', '191737.834000', '191737.837000', '191737.839000', '191737.842000', '191737.845000', '191737.847000', '191737.850000', '191737.853000', '191737.855000', '191737.858000', '191757.744000', '191757.747000', '191757.750000', '191757.753000', '191757.755000', '191757.758000', '191757.761000', '191757.763000', '191757.766000', '191757.769000', '191757.771000', '191757.774000', '191757.777000', '191757.780000', '191757.782000', '191757.785000', '191757.788000', '191757.790000', '191757.793000', '191757.796000', '191757.798000', '191757.801000', '191757.804000', '191757.806000', '191757.809000', '191757.812000', '191757.814000', '191757.817000', '191757.820000', '191757.822000', '191757.825000', '191757.828000', '191757.830000', '191757.833000', '191757.835000', '191757.838000', '191757.841000', '191757.843000', '191757.846000', '191757.849000', '191757.851000', '191757.854000', '191757.857000', '191757.859000', '191817.745000', '191817.747000', '191817.750000', '191817.753000', '191817.756000', '191817.758000', '191817.761000', '191817.763000', '191817.766000', '191817.769000', '191817.771000', '191817.774000', '191817.777000', '191817.779000', '191817.782000', '191817.785000', '191817.787000', '191817.790000', '191817.792000', '191817.795000', '191817.798000', '191817.801000', '191817.803000', '191817.806000', '191817.809000', '191817.811000', '191817.814000', '191817.817000', '191817.819000', '191817.822000', '191817.825000', '191817.827000', '191817.847000', '191817.850000', '191817.853000', '191817.855000', '191817.859000', '191817.862000', '191817.865000', '191817.867000', '191817.870000', '191817.873000', '191817.876000', '191837.743000', '191837.746000', '191837.749000', '191837.752000', '191837.755000', '191837.758000', '191837.760000', '191837.763000', '191837.766000', '191837.768000', '191837.771000', '191837.774000', '191837.776000', '191837.779000', '191837.782000', '191837.784000', '191837.787000', '191837.790000', '191837.792000', '191837.795000', '191837.797000', '191837.800000', '191837.803000', '191837.805000', '191837.808000', '191837.811000', '191837.813000', '191837.816000', '191837.819000', '191837.821000', '191837.824000', '191837.827000', '191837.829000', '191837.832000', '191837.835000', '191837.837000', '191837.840000', '191837.843000', '191837.845000', '191837.848000', '191837.851000', '191837.853000', '191837.856000', '191837.859000', '191857.745000', '191857.747000', '191857.750000', '191857.753000', '191857.756000', '191857.758000', '191857.761000', '191857.764000', '191857.766000', '191857.769000', '191857.772000', '191857.774000', '191857.777000', '191857.779000', '191857.782000', '191857.785000', '191857.787000', '191857.790000', '191857.793000', '191857.795000', '191857.798000', '191857.802000', '191857.805000', '191857.808000', '191857.810000', '191857.813000', '191857.816000', '191857.818000', '191857.821000', '191857.824000', '191857.826000', '191857.829000', '191857.832000', '191857.834000', '191857.837000', '191857.840000', '191857.843000', '191857.846000', '191857.849000', '191857.852000', '191857.855000', '191857.857000', '191857.860000', '191917.744000', '191917.747000', '191917.750000', '191917.753000', '191917.756000', '191917.759000', '191917.761000', '191917.764000', '191917.767000', '191917.769000', '191917.772000', '191917.775000', '191917.777000', '191917.780000', '191917.782000', '191917.785000', '191917.788000', '191917.790000', '191917.793000', '191917.796000', '191917.798000', '191917.801000', '191917.804000', '191917.806000', '191917.809000', '191917.812000', '191917.814000', '191917.817000', '191917.820000', '191917.822000', '191917.825000', '191917.828000', '191917.830000', '191917.833000', '191917.835000', '191917.838000', '191917.841000', '191917.843000', '191917.846000', '191917.849000', '191917.851000', '191917.854000', '191917.856000', '191917.859000', '191936.950000', '191936.953000', '191936.956000', '191936.959000', '191936.962000', '191936.965000', '191936.968000', '191936.971000', '191936.973000', '191936.976000', '191936.979000', '191936.991000', '191936.993000', '191936.997000', '191936.999000', '191937.003000', '191937.006000', '191937.009000', '191937.012000', '191937.020000', '191937.023000', '191937.027000', '191937.030000', '191937.033000', '191937.035000', '191937.038000', '191937.041000', '191937.044000', '191937.047000', '191937.049000', '191937.053000', '191937.055000', '191937.059000', '191937.061000', '191937.064000', '191937.067000', '191937.070000', '191937.073000', '191937.075000', '191937.083000', '191937.087000', '191937.090000'], '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': [9171, 16617, 9685, 11054, 15636, 9695, 15846, 9415, 12893, 16400, 9870, 15972, 10131, 10090, 11199, 9054, 11713, 7864, 9588, 7747, 8127, 7510, 7663, 14188, 7131, 9535, 7360, 7909, 7072, 7884, 14111, 7624, 10188, 7516, 8997, 14533, 8706, 17300, 11632, 15146, 10236, 9666, 17122, 12381, 16294, 11623, 9903, 8518, 9480, 15306, 8325, 10265, 7579, 8851, 7194, 8158, 11043, 7637, 10095, 7645, 9436, 6962, 8275, 7766, 7882, 14735, 7465, 10375, 7365, 9117, 9388, 8031, 15659, 8146, 10760, 7313, 8680, 7083, 8235, 13961, 7597, 9737, 7114, 9101, 7342, 8119, 7899, 7344, 11887, 6964, 9714, 8096, 8602, 14370, 7640, 9812, 7370, 7820, 14304, 7233, 9502, 7173, 7794, 12922, 6971, 11421, 7384, 7943, 11124, 7190, 12171, 8107, 7746, 8869, 7658, 7751, 8165, 7613, 11461, 7841, 14455, 7247, 15600, 11317, 9555, 15531, 9687, 14779, 7445, 14854, 9925, 10637, 7947, 9516, 7174, 9149, 7721, 9420, 14472, 9322, 17254, 7709, 14999, 10944, 11388, 8967, 10359, 7790, 7961, 11701, 7645, 11614, 8626, 8470, 9644, 7379, 17530, 10481, 12359, 10634, 8619, 17578, 9330, 13265, 10431, 8194, 11510, 7299, 11036, 7425, 7574, 7910, 7240, 11569, 7321, 10135, 7621, 7503, 7721, 7348, 9783, 7435, 9634, 7658, 8697, 15189, 7658, 9050, 7593, 7564, 7847, 7642, 14109, 7471, 8972, 8775, 7706, 7395, 7567, 9911, 9175, 9154, 15506, 8675, 8869, 12961, 8172, 16552, 8824, 16511, 11917, 14544, 16552, 14555, 17801, 12060, 12037, 15397, 10366, 16131, 10213, 9960, 14524, 9961, 18467, 11965, 11545, 11487, 8387, 14161, 7846, 8272, 7625, 8349, 7327, 7297, 9277, 7408, 9059, 6961, 7513, 11233, 7244, 8740, 6998, 7690, 9686, 6945, 8910, 7532, 7967, 7231, 7384, 11276, 7145, 10543, 8395, 8414, 8104, 7326, 7632, 14365, 10333, 9559, 8677, 8430, 13953, 7775, 12734, 9526, 12594, 7639, 8934, 16340, 9945, 11737, 7472, 15008, 8722, 9915, 10829, 8282, 8558, 7626, 13763, 8032, 10598, 9386, 11233, 8147, 7746, 7631, 8135, 8363, 18240, 12201, 16520, 12292, 12367, 10748, 9405, 17401, 13173, 16154, 12785, 13281, 11718, 9733, 17209, 12408, 14978, 11658, 13164, 9192, 10720, 11780, 8500, 7613, 8218, 7644, 7416, 7495, 7471, 7353, 7900, 12324, 8226, 9848, 7060, 7762, 7277, 8025, 13501, 7569, 9970, 7126, 7684, 7217, 7427, 7291, 8230, 9568, 7191, 10229, 7344, 8080, 11169, 7329, 9530, 7370, 8354, 10949, 7345, 10162, 7682, 10304, 7552, 9044, 14970, 7910, 10347, 7662, 10497, 7953, 7464, 13372, 7826, 15049, 9209, 13264, 9089, 9132, 11554, 8102, 9513, 7763, 15800, 8043, 11777, 9569, 8876, 13653, 8417, 17622, 10942, 12055, 11610, 9312, 18495, 9207, 14615, 10928, 9802, 12549, 7386, 8947, 7859, 7310, 7492, 7842, 9983, 7415, 13366, 8321, 9041, 10309, 8053, 15226, 7254, 15030, 9507, 12058, 8432, 8562, 13051, 8498, 12594, 7617, 9421, 7486, 7458, 7685, 7605, 10209, 7759, 10839, 7718, 8372, 10039, 7715, 12431, 8323, 8733, 8494, 7401, 8238, 11460, 13668, 10472, 14656, 7733, 14233, 8238, 11619, 7910, 8883, 8126, 8990, 7939, 7493, 8027, 7376, 13279, 9173, 9885, 7263, 18382, 10224, 14405, 11306, 9818, 11382, 9335, 17477, 8560, 10982, 9010, 7926, 9351, 7855, 13570, 8136, 8739, 7898, 7443, 7233, 7893, 8049, 7600, 8404, 8465, 18139, 9689, 15017, 8809, 8761, 17705, 9192, 16156, 10120, 10072, 13972, 8351, 14468, 8773, 8484, 14139, 7604, 9055, 7962, 8895, 8090, 9785, 8411, 7827, 8535, 8066, 15905, 8033, 9504, 8617, 7973, 14145, 7261, 14552, 9408, 9975, 8596, 8153, 17684, 8684, 14611, 10264, 9097, 8033, 8284, 15782, 7207, 11127, 8002, 10621, 15882, 11610, 8431, 7281, 7665, 10920, 8443, 8374, 15930, 9669, 13567, 9180, 9282, 17354, 14451, 15494, 13937, 15951, 11599, 14808, 7526, 9989, 17777, 14896, 14577, 9983, 9368, 17135, 8280, 12255, 7200, 8502, 7462, 8410, 7211, 7727, 9494, 7338, 9113, 7030, 8074, 10195, 7404, 10644, 7540, 8507, 13105, 7127, 11803, 7475, 7633, 12206, 7310, 9844, 7028, 7353, 10544, 7429, 9839, 7509, 7130, 7487, 8103, 11850, 7321, 8819, 7548, 7165, 7913, 8028, 7535, 7472, 8257, 7308, 9578, 7452, 8728, 7695, 8651, 7385, 9196, 7626, 7703, 9197, 7225, 9286, 7152, 12417, 7400, 17295, 10124, 13448, 9689, 13243, 9513, 10359, 16185, 10648, 15963, 8121, 13224, 9600, 10260, 7738, 8096, 7067, 9476, 7737, 10158, 8409, 8028, 14847, 7144, 15272, 11596, 9767, 17862, 14430, 14687, 10238, 9798, 16919, 7710, 13669, 8198, 8965, 7446, 7750, 12359, 7025, 9875, 7854, 8453, 14042, 7432, 11572, 9339, 9202, 17400, 9769, 13890, 9061, 9914, 16995, 7623, 11163, 7061, 8678, 14130, 7130, 9844, 6916, 8484, 8306, 7029, 9852, 7150, 8179, 7293, 8294, 8421, 7085, 9581, 7123, 8363, 15124, 7237, 10423, 7023, 8873, 12597, 7679, 16390, 10415, 9357, 8902, 8576, 16092, 7374, 11821, 8172, 9927, 7724, 8325, 15856, 7412, 11657, 8817, 8441, 8260, 7724, 12266, 7337, 9277, 7133, 7750, 16281, 7103, 10203, 8964, 8270, 15478, 8184, 11182, 8259, 8562, 16168, 7390, 10088, 6986, 8295, 7891, 7133, 9858, 7699, 7831, 7158, 7513, 8164, 9022, 8488, 7632, 7846, 16440, 10059, 10121, 15772, 10700, 14235, 10224, 11863, 8615, 8846, 16784, 7876, 11152, 7196, 9000, 11943, 7826, 14437, 8451, 9559, 7585, 8108, 13898, 7122, 9175, 7724, 8013, 7664, 7107, 10092, 7115, 9326, 8660, 8479, 12900, 8035, 13110, 8240, 8959, 17462, 13162, 14693, 10122, 10836, 14496, 9968, 16795, 12833, 13508, 8821, 9415, 11110, 8503, 15897, 9639, 12088, 8178, 9400, 16983, 8781, 13535, 9364, 10127, 16353, 7300, 9985, 8003, 8941, 13094, 7594, 10849, 8529, 9075, 14212, 8119, 9867, 8183, 8469, 15504, 7083, 10397, 8270, 8988, 12298, 7671, 11282, 7133, 8558, 7067, 8526, 7113, 8509, 11748, 7210, 9896, 9306, 8775, 13908, 8012, 9247, 17356, 10856, 13537, 8824, 9381, 16854, 10084, 12047, 10521, 9139, 10479, 7498, 10795, 7645, 9211, 7653, 8744, 7245], 'WindowCenter': [4445.0, 4481.0, 4417.0, 4427.0, 4442.0, 4392.0, 4440.0, 4390.0, 4421.0, 4439.0, 4388.0, 4429.0, 4388.0, 4387.0, 4396.0, 4364.0, 4392.0, 4367.0, 4402.0, 4371.0, 4370.0, 4357.0, 4358.0, 4415.0, 4348.0, 4375.0, 4347.0, 4357.0, 4347.0, 4355.0, 4416.0, 4356.0, 4373.0, 4345.0, 4365.0, 4417.0, 4378.0, 4424.0, 4394.0, 4414.0, 4373.0, 4364.0, 4421.0, 4393.0, 4411.0, 4370.0, 4362.0, 4352.0, 4362.0, 4411.0, 4352.0, 4371.0, 4342.0, 4351.0, 4321.0, 4383.0, 4412.0, 4345.0, 4360.0, 4327.0, 4345.0, 4330.0, 4363.0, 4354.0, 4353.0, 4411.0, 4331.0, 4358.0, 4316.0, 4338.0, 4349.0, 4342.0, 4411.0, 4343.0, 4383.0, 4342.0, 4352.0, 4319.0, 4351.0, 4388.0, 4331.0, 4362.0, 4333.0, 4363.0, 4344.0, 4356.0, 4355.0, 4345.0, 4394.0, 4335.0, 4374.0, 4344.0, 4365.0, 4415.0, 4344.0, 4374.0, 4344.0, 4345.0, 4413.0, 4343.0, 4374.0, 4335.0, 4354.0, 4403.0, 4335.0, 4394.0, 4342.0, 4355.0, 4395.0, 4346.0, 4395.0, 4355.0, 4369.0, 4377.0, 4356.0, 4370.0, 4381.0, 4359.0, 4396.0, 4356.0, 4414.0, 4345.0, 4426.0, 4384.0, 4373.0, 4414.0, 4376.0, 4402.0, 4344.0, 4412.0, 4373.0, 4372.0, 4353.0, 4375.0, 4347.0, 4363.0, 4343.0, 4363.0, 4415.0, 4364.0, 4421.0, 4330.0, 4400.0, 4383.0, 4380.0, 4362.0, 4370.0, 4342.0, 4353.0, 4382.0, 4343.0, 4382.0, 4353.0, 4354.0, 4362.0, 4333.0, 4422.0, 4372.0, 4392.0, 4371.0, 4351.0, 4410.0, 4349.0, 4389.0, 4370.0, 4340.0, 4368.0, 4319.0, 4358.0, 4320.0, 4330.0, 4342.0, 4331.0, 4369.0, 4320.0, 4359.0, 4329.0, 4331.0, 4330.0, 4332.0, 4361.0, 4332.0, 4362.0, 4331.0, 4352.0, 4412.0, 4344.0, 4363.0, 4343.0, 4342.0, 4342.0, 4344.0, 4415.0, 4345.0, 4363.0, 4364.0, 4346.0, 4344.0, 4357.0, 4385.0, 4375.0, 4378.0, 4427.0, 4365.0, 4366.0, 4406.0, 4356.0, 4425.0, 4365.0, 4425.0, 4383.0, 4404.0, 4412.0, 4392.0, 4411.0, 4381.0, 4370.0, 4388.0, 4347.0, 4387.0, 4346.0, 4346.0, 4386.0, 4346.0, 4395.0, 4366.0, 4355.0, 4354.0, 4324.0, 4362.0, 4313.0, 4325.0, 4317.0, 4327.0, 4316.0, 4317.0, 4336.0, 4319.0, 4353.0, 4322.0, 4332.0, 4371.0, 4319.0, 4337.0, 4316.0, 4331.0, 4361.0, 4331.0, 4362.0, 4330.0, 4354.0, 4344.0, 4345.0, 4383.0, 4345.0, 4396.0, 4366.0, 4365.0, 4365.0, 4359.0, 4381.0, 4427.0, 4387.0, 4375.0, 4366.0, 4367.0, 4426.0, 4359.0, 4407.0, 4376.0, 4408.0, 4344.0, 4361.0, 4423.0, 4387.0, 4407.0, 4358.0, 4426.0, 4365.0, 4387.0, 4396.0, 4365.0, 4364.0, 4354.0, 4403.0, 4367.0, 4397.0, 4365.0, 4396.0, 4356.0, 4344.0, 4344.0, 4356.0, 4366.0, 4450.0, 4423.0, 4425.0, 4396.0, 4393.0, 4384.0, 4365.0, 4436.0, 4407.0, 4415.0, 4394.0, 4381.0, 4371.0, 4363.0, 4422.0, 4380.0, 4388.0, 4367.0, 4366.0, 4333.0, 4358.0, 4354.0, 4324.0, 4301.0, 4313.0, 4314.0, 4318.0, 4316.0, 4317.0, 4317.0, 4326.0, 4364.0, 4324.0, 4345.0, 4317.0, 4317.0, 4316.0, 4328.0, 4376.0, 4317.0, 4346.0, 4318.0, 4329.0, 4319.0, 4318.0, 4329.0, 4342.0, 4349.0, 4335.0, 4387.0, 4346.0, 4344.0, 4382.0, 4344.0, 4373.0, 4344.0, 4366.0, 4385.0, 4362.0, 4387.0, 4361.0, 4388.0, 4346.0, 4379.0, 4416.0, 4369.0, 4400.0, 4359.0, 4386.0, 4344.0, 4334.0, 4404.0, 4345.0, 4417.0, 4377.0, 4417.0, 4366.0, 4378.0, 4399.0, 4357.0, 4375.0, 4356.0, 4414.0, 4355.0, 4396.0, 4377.0, 4366.0, 4405.0, 4356.0, 4426.0, 4386.0, 4396.0, 4383.0, 4364.0, 4422.0, 4352.0, 4418.0, 4372.0, 4362.0, 4381.0, 4332.0, 4351.0, 4342.0, 4343.0, 4347.0, 4355.0, 4376.0, 4360.0, 4418.0, 4367.0, 4378.0, 4400.0, 4356.0, 4414.0, 4334.0, 4412.0, 4362.0, 4381.0, 4343.0, 4368.0, 4403.0, 4354.0, 4391.0, 4331.0, 4361.0, 4332.0, 4332.0, 4342.0, 4343.0, 4372.0, 4343.0, 4384.0, 4344.0, 4366.0, 4374.0, 4357.0, 4395.0, 4369.0, 4366.0, 4366.0, 4346.0, 4381.0, 4410.0, 4419.0, 4388.0, 4416.0, 4359.0, 4416.0, 4369.0, 4398.0, 4368.0, 4377.0, 4369.0, 4378.0, 4356.0, 4346.0, 4356.0, 4358.0, 4407.0, 4378.0, 4387.0, 4358.0, 4437.0, 4387.0, 4416.0, 4385.0, 4375.0, 4384.0, 4365.0, 4435.0, 4354.0, 4385.0, 4365.0, 4357.0, 4374.0, 4355.0, 4404.0, 4356.0, 4366.0, 4355.0, 4346.0, 4345.0, 4368.0, 4356.0, 4356.0, 4368.0, 4369.0, 4447.0, 4377.0, 4416.0, 4365.0, 4366.0, 4435.0, 4376.0, 4427.0, 4385.0, 4375.0, 4403.0, 4353.0, 4403.0, 4353.0, 4354.0, 4403.0, 4344.0, 4362.0, 4343.0, 4362.0, 4355.0, 4385.0, 4355.0, 4356.0, 4366.0, 4357.0, 4426.0, 4368.0, 4376.0, 4364.0, 4368.0, 4416.0, 4345.0, 4427.0, 4377.0, 4375.0, 4364.0, 4353.0, 4425.0, 4364.0, 4413.0, 4384.0, 4363.0, 4343.0, 4353.0, 4410.0, 4343.0, 4383.0, 4344.0, 4374.0, 4402.0, 4371.0, 4352.0, 4332.0, 4354.0, 4384.0, 4340.0, 4340.0, 4399.0, 4360.0, 4392.0, 4350.0, 4351.0, 4410.0, 4402.0, 4399.0, 4389.0, 4386.0, 4355.0, 4373.0, 4302.0, 4333.0, 4381.0, 4372.0, 4362.0, 4330.0, 4322.0, 4380.0, 4310.0, 4339.0, 4289.0, 4308.0, 4290.0, 4324.0, 4303.0, 4315.0, 4333.0, 4303.0, 4322.0, 4303.0, 4324.0, 4344.0, 4315.0, 4343.0, 4315.0, 4351.0, 4377.0, 4308.0, 4367.0, 4305.0, 4317.0, 4367.0, 4318.0, 4346.0, 4306.0, 4318.0, 4358.0, 4319.0, 4348.0, 4318.0, 4308.0, 4318.0, 4329.0, 4369.0, 4320.0, 4339.0, 4330.0, 4334.0, 4354.0, 4341.0, 4340.0, 4333.0, 4352.0, 4343.0, 4362.0, 4333.0, 4365.0, 4358.0, 4366.0, 4346.0, 4364.0, 4344.0, 4369.0, 4376.0, 4345.0, 4374.0, 4335.0, 4404.0, 4344.0, 4424.0, 4385.0, 4404.0, 4375.0, 4405.0, 4374.0, 4375.0, 4413.0, 4385.0, 4423.0, 4355.0, 4407.0, 4376.0, 4386.0, 4357.0, 4366.0, 4344.0, 4387.0, 4369.0, 4400.0, 4369.0, 4368.0, 4416.0, 4345.0, 4416.0, 4383.0, 4373.0, 4423.0, 4403.0, 4403.0, 4373.0, 4361.0, 4411.0, 4332.0, 4392.0, 4342.0, 4352.0, 4331.0, 4342.0, 4391.0, 4332.0, 4374.0, 4356.0, 4355.0, 4415.0, 4344.0, 4383.0, 4362.0, 4363.0, 4420.0, 4361.0, 4391.0, 4349.0, 4359.0, 4410.0, 4341.0, 4370.0, 4319.0, 4340.0, 4388.0, 4319.0, 4348.0, 4319.0, 4339.0, 4338.0, 4320.0, 4359.0, 4320.0, 4350.0, 4344.0, 4354.0, 4351.0, 4332.0, 4362.0, 4333.0, 4354.0, 4426.0, 4345.0, 4385.0, 4345.0, 4366.0, 4394.0, 4343.0, 4414.0, 4387.0, 4364.0, 4363.0, 4364.0, 4413.0, 4333.0, 4382.0, 4353.0, 4373.0, 4342.0, 4353.0, 4412.0, 4341.0, 4381.0, 4363.0, 4353.0, 4351.0, 4341.0, 4391.0, 4342.0, 4363.0, 4332.0, 4343.0, 4412.0, 4332.0, 4371.0, 4350.0, 4352.0, 4401.0, 4341.0, 4370.0, 4353.0, 4365.0, 4411.0, 4331.0, 4371.0, 4321.0, 4342.0, 4340.0, 4332.0, 4374.0, 4342.0, 4342.0, 4345.0, 4357.0, 4380.0, 4378.0, 4378.0, 4356.0, 4367.0, 4425.0, 4374.0, 4375.0, 4414.0, 4384.0, 4405.0, 4374.0, 4394.0, 4352.0, 4364.0, 4422.0, 4343.0, 4382.0, 4333.0, 4363.0, 4382.0, 4345.0, 4414.0, 4354.0, 4373.0, 4342.0, 4354.0, 4402.0, 4334.0, 4374.0, 4344.0, 4354.0, 4343.0, 4344.0, 4382.0, 4345.0, 4376.0, 4367.0, 4367.0, 4405.0, 4357.0, 4406.0, 4354.0, 4376.0, 4437.0, 4406.0, 4414.0, 4398.0, 4396.0, 4415.0, 4386.0, 4423.0, 4402.0, 4401.0, 4361.0, 4360.0, 4380.0, 4350.0, 4410.0, 4372.0, 4390.0, 4350.0, 4361.0, 4420.0, 4350.0, 4390.0, 4359.0, 4359.0, 4409.0, 4329.0, 4358.0, 4338.0, 4361.0, 4390.0, 4340.0, 4369.0, 4348.0, 4350.0, 4399.0, 4339.0, 4371.0, 4339.0, 4350.0, 4400.0, 4320.0, 4359.0, 4338.0, 4349.0, 4379.0, 4341.0, 4370.0, 4331.0, 4351.0, 4331.0, 4362.0, 4332.0, 4364.0, 4393.0, 4357.0, 4385.0, 4374.0, 4365.0, 4404.0, 4354.0, 4377.0, 4425.0, 4385.0, 4416.0, 4376.0, 4374.0, 4422.0, 4371.0, 4392.0, 4383.0, 4374.0, 4382.0, 4342.0, 4383.0, 4343.0, 4375.0, 4343.0, 4353.0, 4344.0], 'WindowWidth': [9801.0, 9840.0, 9745.0, 9754.0, 9767.0, 9695.0, 9758.0, 9690.0, 9734.0, 9754.0, 9684.0, 9742.0, 9683.0, 9680.0, 9690.0, 9645.0, 9679.0, 9655.0, 9711.0, 9669.0, 9665.0, 9641.0, 9643.0, 9716.0, 9630.0, 9661.0, 9627.0, 9641.0, 9627.0, 9637.0, 9717.0, 9637.0, 9655.0, 9619.0, 9648.0, 9721.0, 9669.0, 9729.0, 9685.0, 9713.0, 9654.0, 9643.0, 9719.0, 9679.0, 9706.0, 9644.0, 9636.0, 9625.0, 9638.0, 9703.0, 9625.0, 9648.0, 9609.0, 9621.0, 9580.0, 9689.0, 9725.0, 9621.0, 9631.0, 9582.0, 9601.0, 9592.0, 9645.0, 9632.0, 9631.0, 9706.0, 9594.0, 9627.0, 9566.0, 9596.0, 9614.0, 9610.0, 9702.0, 9613.0, 9666.0, 9612.0, 9624.0, 9577.0, 9621.0, 9667.0, 9594.0, 9637.0, 9603.0, 9641.0, 9616.0, 9637.0, 9635.0, 9623.0, 9684.0, 9607.0, 9657.0, 9616.0, 9645.0, 9712.0, 9618.0, 9657.0, 9618.0, 9621.0, 9708.0, 9616.0, 9657.0, 9607.0, 9632.0, 9695.0, 9607.0, 9685.0, 9613.0, 9636.0, 9686.0, 9623.0, 9688.0, 9635.0, 9663.0, 9671.0, 9640.0, 9668.0, 9681.0, 9646.0, 9692.0, 9637.0, 9711.0, 9623.0, 9732.0, 9670.0, 9655.0, 9711.0, 9663.0, 9693.0, 9616.0, 9705.0, 9655.0, 9651.0, 9626.0, 9661.0, 9630.0, 9644.0, 9616.0, 9642.0, 9715.0, 9646.0, 9718.0, 9592.0, 9687.0, 9669.0, 9659.0, 9637.0, 9647.0, 9613.0, 9629.0, 9665.0, 9614.0, 9666.0, 9628.0, 9630.0, 9638.0, 9601.0, 9719.0, 9651.0, 9677.0, 9647.0, 9620.0, 9699.0, 9613.0, 9670.0, 9643.0, 9604.0, 9637.0, 9574.0, 9623.0, 9575.0, 9591.0, 9609.0, 9594.0, 9641.0, 9576.0, 9628.0, 9588.0, 9593.0, 9592.0, 9598.0, 9635.0, 9598.0, 9639.0, 9594.0, 9623.0, 9705.0, 9617.0, 9640.0, 9613.0, 9611.0, 9610.0, 9616.0, 9718.0, 9625.0, 9644.0, 9646.0, 9622.0, 9621.0, 9643.0, 9675.0, 9660.0, 9671.0, 9736.0, 9648.0, 9650.0, 9703.0, 9635.0, 9728.0, 9646.0, 9726.0, 9664.0, 9694.0, 9704.0, 9674.0, 9700.0, 9658.0, 9643.0, 9664.0, 9606.0, 9661.0, 9601.0, 9601.0, 9656.0, 9603.0, 9669.0, 9630.0, 9615.0, 9610.0, 9570.0, 9619.0, 9555.0, 9573.0, 9563.0, 9579.0, 9565.0, 9568.0, 9590.0, 9573.0, 9625.0, 9583.0, 9597.0, 9645.0, 9573.0, 9594.0, 9566.0, 9593.0, 9636.0, 9595.0, 9638.0, 9593.0, 9630.0, 9617.0, 9621.0, 9667.0, 9623.0, 9697.0, 9656.0, 9651.0, 9653.0, 9652.0, 9684.0, 9738.0, 9679.0, 9662.0, 9652.0, 9653.0, 9734.0, 9645.0, 9706.0, 9664.0, 9710.0, 9617.0, 9638.0, 9724.0, 9682.0, 9709.0, 9645.0, 9733.0, 9650.0, 9680.0, 9692.0, 9649.0, 9645.0, 9634.0, 9697.0, 9655.0, 9697.0, 9645.0, 9692.0, 9638.0, 9618.0, 9620.0, 9637.0, 9652.0, 9773.0, 9739.0, 9728.0, 9688.0, 9680.0, 9669.0, 9649.0, 9749.0, 9707.0, 9714.0, 9680.0, 9658.0, 9646.0, 9639.0, 9720.0, 9657.0, 9665.0, 9635.0, 9631.0, 9582.0, 9625.0, 9611.0, 9571.0, 9537.0, 9555.0, 9561.0, 9572.0, 9566.0, 9569.0, 9568.0, 9578.0, 9625.0, 9574.0, 9602.0, 9570.0, 9569.0, 9565.0, 9583.0, 9645.0, 9567.0, 9605.0, 9572.0, 9585.0, 9572.0, 9571.0, 9588.0, 9608.0, 9612.0, 9608.0, 9681.0, 9623.0, 9616.0, 9661.0, 9617.0, 9654.0, 9618.0, 9650.0, 9673.0, 9654.0, 9679.0, 9652.0, 9679.0, 9621.0, 9672.0, 9715.0, 9660.0, 9706.0, 9647.0, 9678.0, 9616.0, 9604.0, 9696.0, 9619.0, 9719.0, 9665.0, 9722.0, 9651.0, 9669.0, 9699.0, 9640.0, 9660.0, 9636.0, 9712.0, 9635.0, 9689.0, 9662.0, 9648.0, 9699.0, 9634.0, 9731.0, 9674.0, 9688.0, 9664.0, 9639.0, 9717.0, 9620.0, 9724.0, 9651.0, 9636.0, 9659.0, 9596.0, 9620.0, 9613.0, 9616.0, 9627.0, 9635.0, 9661.0, 9650.0, 9724.0, 9651.0, 9668.0, 9703.0, 9638.0, 9711.0, 9603.0, 9703.0, 9637.0, 9661.0, 9611.0, 9657.0, 9696.0, 9630.0, 9674.0, 9595.0, 9633.0, 9596.0, 9597.0, 9609.0, 9614.0, 9649.0, 9615.0, 9669.0, 9618.0, 9649.0, 9657.0, 9638.0, 9685.0, 9662.0, 9650.0, 9651.0, 9623.0, 9679.0, 9718.0, 9725.0, 9680.0, 9718.0, 9646.0, 9716.0, 9661.0, 9696.0, 9656.0, 9670.0, 9662.0, 9670.0, 9640.0, 9626.0, 9636.0, 9643.0, 9707.0, 9671.0, 9681.0, 9645.0, 9750.0, 9680.0, 9720.0, 9674.0, 9661.0, 9670.0, 9647.0, 9743.0, 9631.0, 9673.0, 9647.0, 9640.0, 9658.0, 9634.0, 9699.0, 9638.0, 9649.0, 9634.0, 9623.0, 9624.0, 9660.0, 9638.0, 9637.0, 9657.0, 9660.0, 9763.0, 9667.0, 9718.0, 9648.0, 9650.0, 9742.0, 9665.0, 9736.0, 9673.0, 9659.0, 9694.0, 9626.0, 9692.0, 9627.0, 9629.0, 9695.0, 9615.0, 9636.0, 9615.0, 9638.0, 9635.0, 9674.0, 9634.0, 9638.0, 9650.0, 9641.0, 9733.0, 9657.0, 9664.0, 9645.0, 9658.0, 9721.0, 9622.0, 9737.0, 9669.0, 9661.0, 9645.0, 9628.0, 9730.0, 9645.0, 9712.0, 9672.0, 9643.0, 9612.0, 9626.0, 9701.0, 9615.0, 9670.0, 9617.0, 9656.0, 9690.0, 9643.0, 9625.0, 9598.0, 9633.0, 9670.0, 9607.0, 9606.0, 9683.0, 9632.0, 9678.0, 9619.0, 9620.0, 9701.0, 9691.0, 9686.0, 9667.0, 9658.0, 9612.0, 9634.0, 9539.0, 9582.0, 9644.0, 9630.0, 9617.0, 9571.0, 9564.0, 9639.0, 9545.0, 9580.0, 9513.0, 9537.0, 9519.0, 9571.0, 9540.0, 9560.0, 9579.0, 9544.0, 9567.0, 9544.0, 9573.0, 9597.0, 9560.0, 9596.0, 9560.0, 9623.0, 9647.0, 9556.0, 9635.0, 9548.0, 9567.0, 9633.0, 9572.0, 9605.0, 9551.0, 9569.0, 9623.0, 9574.0, 9609.0, 9570.0, 9557.0, 9569.0, 9586.0, 9639.0, 9575.0, 9599.0, 9588.0, 9605.0, 9631.0, 9608.0, 9606.0, 9600.0, 9625.0, 9616.0, 9638.0, 9602.0, 9650.0, 9646.0, 9651.0, 9624.0, 9645.0, 9619.0, 9662.0, 9666.0, 9620.0, 9658.0, 9606.0, 9699.0, 9619.0, 9727.0, 9672.0, 9699.0, 9660.0, 9704.0, 9656.0, 9659.0, 9709.0, 9671.0, 9724.0, 9635.0, 9708.0, 9666.0, 9678.0, 9640.0, 9651.0, 9621.0, 9683.0, 9663.0, 9704.0, 9661.0, 9658.0, 9719.0, 9622.0, 9719.0, 9668.0, 9656.0, 9724.0, 9693.0, 9694.0, 9653.0, 9634.0, 9701.0, 9595.0, 9674.0, 9608.0, 9621.0, 9593.0, 9610.0, 9673.0, 9597.0, 9656.0, 9640.0, 9636.0, 9715.0, 9617.0, 9667.0, 9639.0, 9640.0, 9716.0, 9633.0, 9676.0, 9614.0, 9628.0, 9700.0, 9608.0, 9644.0, 9575.0, 9603.0, 9665.0, 9572.0, 9610.0, 9573.0, 9601.0, 9598.0, 9579.0, 9627.0, 9578.0, 9619.0, 9618.0, 9632.0, 9623.0, 9600.0, 9639.0, 9599.0, 9631.0, 9730.0, 9622.0, 9673.0, 9621.0, 9649.0, 9682.0, 9613.0, 9711.0, 9678.0, 9644.0, 9639.0, 9647.0, 9710.0, 9598.0, 9662.0, 9627.0, 9653.0, 9611.0, 9628.0, 9708.0, 9610.0, 9664.0, 9641.0, 9627.0, 9622.0, 9609.0, 9676.0, 9612.0, 9639.0, 9598.0, 9614.0, 9707.0, 9598.0, 9648.0, 9619.0, 9623.0, 9690.0, 9608.0, 9645.0, 9626.0, 9648.0, 9706.0, 9593.0, 9646.0, 9579.0, 9609.0, 9605.0, 9600.0, 9657.0, 9612.0, 9613.0, 9622.0, 9646.0, 9678.0, 9671.0, 9669.0, 9638.0, 9655.0, 9731.0, 9657.0, 9660.0, 9711.0, 9670.0, 9700.0, 9657.0, 9684.0, 9624.0, 9642.0, 9720.0, 9612.0, 9664.0, 9601.0, 9641.0, 9664.0, 9620.0, 9710.0, 9630.0, 9653.0, 9611.0, 9630.0, 9692.0, 9604.0, 9658.0, 9619.0, 9632.0, 9616.0, 9620.0, 9668.0, 9622.0, 9663.0, 9654.0, 9653.0, 9703.0, 9641.0, 9703.0, 9631.0, 9664.0, 9750.0, 9702.0, 9712.0, 9699.0, 9694.0, 9718.0, 9680.0, 9726.0, 9694.0, 9692.0, 9637.0, 9635.0, 9660.0, 9620.0, 9702.0, 9653.0, 9674.0, 9619.0, 9635.0, 9717.0, 9619.0, 9673.0, 9629.0, 9630.0, 9697.0, 9589.0, 9628.0, 9601.0, 9634.0, 9673.0, 9608.0, 9644.0, 9615.0, 9619.0, 9683.0, 9605.0, 9650.0, 9603.0, 9619.0, 9686.0, 9579.0, 9628.0, 9599.0, 9616.0, 9657.0, 9607.0, 9644.0, 9595.0, 9621.0, 9598.0, 9641.0, 9600.0, 9646.0, 9684.0, 9645.0, 9677.0, 9660.0, 9648.0, 9699.0, 9631.0, 9667.0, 9730.0, 9673.0, 9721.0, 9665.0, 9659.0, 9722.0, 9649.0, 9679.0, 9670.0, 9660.0, 9665.0, 9611.0, 9671.0, 9615.0, 9662.0, 9612.0, 9628.0, 9617.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.0013953042479908154</td></tr>
<tr><td colspan=3>aqi</td><td>0.026290912743972446</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.00824382381611</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532453490574723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068667397011501</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>6186.8101</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10931602160101617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.988518943742823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.555019404168029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4986368495187645</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7749954792934974</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.391425883691825</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177679</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014110725373029709</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023543689399957657</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.659054639843382</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>27.2059</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3461</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.1759</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301957.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>868.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.9342</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8556</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.3732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3552.2849</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1032.7735</td></tr>
<tr><td colspan=3>tsnr</td><td>37.03437642403878</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>