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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-04/func/sub-0107_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6bd48d2459e8a7e9cf9250d0050573d7</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>17:12:54.465000</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102242</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4cda96f8-af52-4725-9920-20522d530e10||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['171254.465000', '171254.925000', '171255.385000', '171255.845000', '171256.305000', '171256.765000', '171257.225000', '171257.685000', '171258.145000', '171258.605000', '171259.065000', '171259.525000', '171259.985000', '171300.445000', '171300.905000', '171301.365000', '171301.825000', '171302.285000', '171302.745000', '171303.205000', '171303.665000', '171304.125000', '171304.585000', '171305.045000', '171305.505000', '171305.965000', '171306.425000', '171306.885000', '171307.345000', '171307.805000', '171308.265000', '171308.725000', '171309.185000', '171309.645000', '171310.105000', '171310.565000', '171311.025000', '171311.485000', '171311.945000', '171312.405000', '171312.865000', '171313.325000', '171313.785000', '171314.245000', '171314.705000', '171315.165000', '171315.625000', '171316.085000', '171316.545000', '171317.005000', '171317.465000', '171317.925000', '171318.385000', '171318.845000', '171319.305000', '171319.765000', '171320.225000', '171320.685000', '171321.145000', '171321.605000', '171322.065000', '171322.525000', '171322.985000', '171323.445000', '171323.905000', '171324.365000', '171324.825000', '171325.285000', '171325.745000', '171326.205000', '171326.665000', '171327.125000', '171327.585000', '171328.045000', '171328.505000', '171328.965000', '171329.425000', '171329.885000', '171330.345000', '171330.805000', '171331.265000', '171331.725000', '171332.185000', '171332.645000', '171333.105000', '171333.565000', '171334.025000', '171334.485000', '171334.945000', '171335.405000', '171335.865000', '171336.325000', '171336.785000', '171337.245000', '171337.705000', '171338.165000', '171338.625000', '171339.085000', '171339.545000', '171340.005000', '171340.465000', '171340.925000', '171341.385000', '171341.845000', '171342.305000', '171342.765000', '171343.225000', '171343.685000', '171344.145000', '171344.605000', '171345.065000', '171345.525000', '171345.985000', '171346.445000', '171346.905000', '171347.365000', '171347.825000', '171348.285000', '171348.745000', '171349.205000', '171349.665000', '171350.125000', '171350.585000', '171351.045000', '171351.505000', '171351.965000', '171352.425000', '171352.885000', '171353.345000', '171353.805000', '171354.265000', '171354.725000', '171355.185000', '171355.645000', '171356.105000', '171356.565000', '171357.025000', '171357.485000', '171357.945000', '171358.405000', '171358.865000', '171359.325000', '171359.785000', '171400.245000', '171400.705000', '171401.165000', '171401.625000', '171402.085000', '171402.545000', '171403.005000', '171403.465000', '171403.925000', '171404.385000', '171404.845000', '171405.305000', '171405.765000', '171406.225000', '171406.685000', '171407.145000', '171407.605000', '171408.065000', '171408.525000', '171408.985000', '171409.445000', '171409.905000', '171410.365000', '171410.825000', '171411.285000', '171411.745000', '171412.205000', '171412.665000', '171413.125000', '171413.585000', '171414.045000', '171414.505000', '171414.965000', '171415.425000', '171415.885000', '171416.345000', '171416.805000', '171417.265000', '171417.725000', '171418.185000', '171418.645000', '171419.105000', '171419.565000', '171420.025000', '171420.485000', '171420.945000', '171421.405000', '171421.865000', '171422.325000', '171422.785000', '171423.245000', '171423.705000', '171424.165000', '171424.625000', '171425.085000', '171425.545000', '171426.005000', '171426.465000', '171426.925000', '171427.385000', '171427.845000', '171428.305000', '171428.765000', '171429.225000', '171429.685000', '171430.145000', '171430.605000', '171431.065000', '171431.525000', '171431.985000', '171432.445000', '171432.905000', '171433.365000', '171433.825000', '171434.285000', '171434.745000', '171435.205000', '171435.665000', '171436.125000', '171436.585000', '171437.045000', '171437.505000', '171437.965000', '171438.425000', '171438.885000', '171439.345000', '171439.805000', '171440.265000', '171440.725000', '171441.185000', '171441.645000', '171442.105000', '171442.565000', '171443.025000', '171443.485000', '171443.945000', '171444.405000', '171444.865000', '171445.325000', '171445.785000', '171446.245000', '171446.705000', '171447.165000', '171447.625000', '171448.085000', '171448.545000', '171449.005000', '171449.465000', '171449.925000', '171450.385000', '171450.845000', '171451.305000', '171451.765000', '171452.225000', '171452.685000', '171453.145000', '171453.605000', '171454.065000', '171454.525000', '171454.985000', '171455.445000', '171455.905000', '171456.365000', '171456.825000', '171457.285000', '171457.745000', '171458.205000', '171458.665000', '171459.125000', '171459.585000', '171500.045000', '171500.505000', '171500.965000', '171501.425000', '171501.885000', '171502.345000', '171502.805000', '171503.265000', '171503.725000', '171504.185000', '171504.645000', '171505.105000', '171505.565000', '171506.025000', '171506.485000', '171506.945000', '171507.405000', '171507.865000', '171508.325000', '171508.785000', '171509.245000', '171509.705000', '171510.165000', '171510.625000', '171511.085000', '171511.545000', '171512.005000', '171512.465000', '171512.925000', '171513.385000', '171513.845000', '171514.305000', '171514.765000', '171515.225000', '171515.685000', '171516.145000', '171516.605000', '171517.065000', '171517.525000', '171517.985000', '171518.445000', '171518.905000', '171519.365000', '171519.825000', '171520.285000', '171520.745000', '171521.205000', '171521.665000', '171522.125000', '171522.585000', '171523.045000', '171523.505000', '171523.965000', '171524.425000', '171524.885000', '171525.345000', '171525.805000', '171526.265000', '171526.725000', '171527.185000', '171527.645000', '171528.105000', '171528.565000', '171529.025000', '171529.485000', '171529.945000', '171530.405000', '171530.865000', '171531.325000', '171531.785000', '171532.245000', '171532.705000', '171533.165000', '171533.625000', '171534.085000', '171534.545000', '171535.005000', '171535.465000', '171535.925000', '171536.385000', '171536.845000', '171537.305000', '171537.765000', '171538.225000', '171538.685000', '171539.145000', '171539.605000', '171540.065000', '171540.525000', '171540.985000', '171541.445000', '171541.905000', '171542.365000', '171542.825000', '171543.285000', '171543.745000', '171544.205000', '171544.665000', '171545.125000', '171545.585000', '171546.045000', '171546.505000', '171546.965000', '171547.425000', '171547.885000', '171548.345000', '171548.805000', '171549.265000', '171549.725000', '171550.185000', '171550.645000', '171551.105000', '171551.565000', '171552.025000', '171552.485000', '171552.945000', '171553.405000', '171553.865000', '171554.325000', '171554.785000', '171555.245000', '171555.705000', '171556.165000', '171556.625000', '171557.085000', '171557.545000', '171558.005000', '171558.465000', '171558.925000', '171559.385000', '171559.845000', '171600.305000', '171600.765000', '171601.225000', '171601.685000', '171602.145000', '171602.605000', '171603.065000', '171603.525000', '171603.985000', '171604.445000', '171604.905000', '171605.365000', '171605.825000', '171606.285000', '171606.745000', '171607.205000', '171607.665000', '171608.125000', '171608.585000', '171609.045000', '171609.505000', '171609.965000', '171610.425000', '171610.885000', '171611.345000', '171611.805000', '171612.265000', '171612.725000', '171613.185000', '171613.645000', '171614.105000', '171614.565000', '171615.025000', '171615.485000', '171615.945000', '171616.405000', '171616.865000', '171617.325000', '171617.785000', '171618.245000', '171618.705000', '171619.165000', '171619.625000', '171620.085000', '171620.545000', '171621.005000', '171621.465000', '171621.925000', '171622.385000', '171622.845000', '171623.305000', '171623.765000', '171624.225000', '171624.685000', '171625.145000', '171625.605000', '171626.065000', '171626.525000', '171626.985000', '171627.445000', '171627.905000', '171628.365000', '171628.825000', '171629.285000', '171629.745000', '171630.205000', '171630.665000', '171631.125000', '171631.585000', '171632.045000', '171632.505000', '171632.965000', '171633.425000', '171633.885000', '171634.345000', '171634.805000', '171635.265000', '171635.725000', '171636.185000', '171636.645000', '171637.105000', '171637.565000', '171638.025000', '171638.485000', '171638.945000', '171639.405000', '171639.865000', '171640.325000', '171640.785000', '171641.245000', '171641.705000', '171642.165000', '171642.625000', '171643.085000', '171643.545000', '171644.005000', '171644.465000', '171644.925000', '171645.385000', '171645.845000', '171646.305000', '171646.765000', '171647.225000', '171647.685000', '171648.145000', '171648.605000', '171649.065000', '171649.525000', '171649.985000', '171650.445000', '171650.905000', '171651.365000', '171651.825000', '171652.285000', '171652.745000', '171653.205000', '171653.665000', '171654.125000', '171654.585000', '171655.045000', '171655.505000', '171655.965000', '171656.425000', '171656.885000', '171657.345000', '171657.805000', '171658.265000', '171658.725000', '171659.185000', '171659.645000', '171700.105000', '171700.565000', '171701.025000', '171701.485000', '171701.945000', '171702.405000', '171702.865000', '171703.325000', '171703.785000', '171704.245000', '171704.705000', '171705.165000', '171705.625000', '171706.085000', '171706.545000', '171707.005000', '171707.465000', '171707.925000', '171708.385000', '171708.845000', '171709.305000', '171709.765000', '171710.225000', '171710.685000', '171711.145000', '171711.605000', '171712.065000', '171712.525000', '171712.985000', '171713.445000', '171713.905000', '171714.365000', '171714.825000', '171715.285000', '171715.745000', '171716.205000', '171716.665000', '171717.125000', '171717.585000', '171718.045000', '171718.505000', '171718.965000', '171719.425000', '171719.885000', '171720.345000', '171720.805000', '171721.265000', '171721.725000', '171722.185000', '171722.645000', '171723.105000', '171723.565000', '171724.025000', '171724.485000', '171724.945000', '171725.405000', '171725.865000', '171726.325000', '171726.785000', '171727.245000', '171727.705000', '171728.165000', '171728.625000', '171729.085000', '171729.545000', '171730.005000', '171730.465000', '171730.925000', '171731.385000', '171731.845000', '171732.305000', '171732.765000', '171733.225000', '171733.685000', '171734.145000', '171734.605000', '171735.065000', '171735.525000', '171735.985000', '171736.445000', '171736.905000', '171737.365000', '171737.825000', '171738.285000', '171738.745000', '171739.205000', '171739.665000', '171740.125000', '171740.585000', '171741.045000', '171741.505000', '171741.965000', '171742.425000', '171742.885000', '171743.345000', '171743.805000', '171744.265000', '171744.725000', '171745.185000', '171745.645000', '171746.105000', '171746.565000', '171747.025000', '171747.485000', '171747.945000', '171748.405000', '171748.865000', '171749.325000', '171749.785000', '171750.245000', '171750.705000', '171751.165000', '171751.625000', '171752.085000', '171752.545000', '171753.005000', '171753.465000', '171753.925000', '171754.385000', '171754.845000', '171755.305000', '171755.765000', '171756.225000', '171756.685000', '171757.145000', '171757.605000', '171758.065000', '171758.525000', '171758.985000', '171759.445000', '171759.905000', '171800.365000', '171800.825000', '171801.285000', '171801.745000', '171802.205000', '171802.665000', '171803.125000', '171803.585000', '171804.045000', '171804.505000', '171804.965000', '171805.425000', '171805.885000', '171806.345000', '171806.805000', '171807.265000', '171807.725000', '171808.185000', '171808.645000', '171809.105000', '171809.565000', '171810.025000', '171810.485000', '171810.945000', '171811.405000', '171811.865000', '171812.325000', '171812.785000', '171813.245000', '171813.705000', '171814.165000', '171814.625000', '171815.085000', '171815.545000', '171816.005000', '171816.465000', '171816.925000', '171817.385000', '171817.845000', '171818.305000', '171818.765000', '171819.225000', '171819.685000', '171820.145000', '171820.605000', '171821.065000', '171821.525000', '171821.985000', '171822.445000', '171822.905000', '171823.365000', '171823.825000', '171824.285000', '171824.745000', '171825.205000', '171825.665000', '171826.125000', '171826.585000', '171827.045000', '171827.505000', '171827.965000', '171828.425000', '171828.885000', '171829.345000', '171829.805000', '171830.265000', '171830.725000', '171831.185000', '171831.645000', '171832.105000', '171832.565000', '171833.025000', '171833.485000', '171833.945000', '171834.405000', '171834.865000', '171835.325000', '171835.785000', '171836.245000', '171836.705000', '171837.165000', '171837.625000', '171838.085000', '171838.545000', '171839.005000', '171839.465000', '171839.925000', '171840.385000', '171840.845000', '171841.305000', '171841.765000', '171842.225000', '171842.685000', '171843.145000', '171843.605000', '171844.065000', '171844.525000', '171844.985000', '171845.445000', '171845.905000', '171846.365000', '171846.825000', '171847.285000', '171847.745000', '171848.205000', '171848.665000', '171849.125000', '171849.585000', '171850.045000', '171850.505000', '171850.965000', '171851.425000', '171851.885000', '171852.345000', '171852.805000', '171853.265000', '171853.725000', '171854.185000', '171854.645000', '171855.105000', '171855.565000', '171856.025000', '171856.485000', '171856.945000', '171857.405000', '171857.865000', '171858.325000', '171858.785000', '171859.245000', '171859.705000', '171900.165000', '171900.625000', '171901.085000', '171901.545000', '171902.005000', '171902.465000', '171902.925000', '171903.385000', '171903.845000', '171904.305000', '171904.765000', '171905.225000', '171905.685000', '171906.145000', '171906.605000', '171907.065000', '171907.525000', '171907.985000', '171908.445000', '171908.905000', '171909.365000', '171909.825000', '171910.285000', '171910.745000', '171911.205000', '171911.665000', '171912.125000', '171912.585000', '171913.045000', '171913.505000', '171913.965000', '171914.425000', '171914.885000', '171915.345000', '171915.805000', '171916.265000', '171916.725000', '171917.185000', '171917.645000', '171918.105000', '171918.565000', '171919.025000', '171919.485000', '171919.945000', '171920.405000', '171920.865000', '171921.325000', '171921.785000', '171922.245000', '171922.705000', '171923.165000', '171923.625000', '171924.085000', '171924.545000', '171925.005000', '171925.465000', '171925.925000', '171926.385000', '171926.845000', '171927.305000', '171927.765000', '171928.225000', '171928.685000', '171929.145000', '171929.605000', '171930.065000', '171930.525000', '171930.985000', '171931.445000', '171931.905000', '171932.365000', '171932.825000', '171933.285000', '171933.745000', '171934.205000', '171934.665000', '171935.125000'], 'ContentTime': ['171318.728000', '171318.744000', '171318.747000', '171318.749000', '171318.752000', '171318.754000', '171318.757000', '171318.760000', '171318.762000', '171318.765000', '171318.767000', '171318.770000', '171318.772000', '171318.775000', '171318.778000', '171318.780000', '171318.783000', '171318.785000', '171318.788000', '171318.790000', '171318.793000', '171318.795000', '171318.798000', '171318.801000', '171318.803000', '171318.806000', '171318.808000', '171318.811000', '171318.814000', '171318.816000', '171318.819000', '171318.831000', '171318.834000', '171318.836000', '171318.839000', '171318.842000', '171318.844000', '171318.847000', '171318.849000', '171318.852000', '171318.854000', '171318.857000', '171318.859000', '171318.862000', '171318.865000', '171318.867000', '171318.870000', '171318.872000', '171318.875000', '171318.877000', '171338.703000', '171338.705000', '171338.708000', '171338.711000', '171338.713000', '171338.716000', '171338.718000', '171338.721000', '171338.723000', '171338.726000', '171338.728000', '171338.731000', '171338.734000', '171338.736000', '171338.739000', '171338.741000', '171338.744000', '171338.746000', '171338.749000', '171338.780000', '171338.783000', '171338.785000', '171338.788000', '171338.791000', '171338.793000', '171338.796000', '171338.798000', '171338.801000', '171338.804000', '171338.806000', '171338.809000', '171338.812000', '171338.814000', '171338.817000', '171338.819000', '171338.822000', '171338.824000', '171338.827000', '171338.829000', '171338.832000', '171338.835000', '171338.841000', '171338.844000', '171338.847000', '171358.702000', '171358.707000', '171358.709000', '171358.712000', '171358.715000', '171358.717000', '171358.720000', '171358.722000', '171358.725000', '171358.728000', '171358.730000', '171358.733000', '171358.735000', '171358.738000', '171358.740000', '171358.743000', '171358.745000', '171358.748000', '171358.751000', '171358.753000', '171358.756000', '171358.758000', '171358.761000', '171358.764000', '171358.766000', '171358.769000', '171358.771000', '171358.774000', '171358.776000', '171358.779000', '171358.781000', '171358.784000', '171358.787000', '171358.789000', '171358.792000', '171358.794000', '171358.797000', '171358.799000', '171358.802000', '171358.812000', '171358.814000', '171358.817000', '171358.819000', '171358.822000', '171418.703000', '171418.705000', '171418.708000', '171418.711000', '171418.713000', '171418.716000', '171418.718000', '171418.721000', '171418.723000', '171418.726000', '171418.728000', '171418.731000', '171418.734000', '171418.736000', '171418.743000', '171418.745000', '171418.748000', '171418.750000', '171418.753000', '171418.755000', '171418.758000', '171418.761000', '171418.763000', '171418.766000', '171418.768000', '171418.771000', '171418.773000', '171418.776000', '171418.778000', '171418.781000', '171418.783000', '171418.786000', '171418.789000', '171418.791000', '171418.794000', '171418.796000', '171418.799000', '171418.801000', '171418.804000', '171418.807000', '171418.809000', '171418.812000', '171418.814000', '171438.702000', '171438.705000', '171438.708000', '171438.710000', '171438.713000', '171438.715000', '171438.718000', '171438.720000', '171438.723000', '171438.726000', '171438.728000', '171438.731000', '171438.734000', '171438.737000', '171438.740000', '171438.743000', '171438.745000', '171438.748000', '171438.750000', '171438.753000', '171438.755000', '171438.758000', '171438.761000', '171438.763000', '171438.766000', '171438.768000', '171438.771000', '171438.773000', '171438.776000', '171438.779000', '171438.781000', '171438.784000', '171438.786000', '171438.789000', '171438.791000', '171438.794000', '171438.796000', '171438.799000', '171438.802000', '171438.804000', '171438.807000', '171438.809000', '171438.812000', '171458.703000', '171458.705000', '171458.708000', '171458.711000', '171458.713000', '171458.716000', '171458.718000', '171458.721000', '171458.724000', '171458.726000', '171458.729000', '171458.731000', '171458.734000', '171458.736000', '171458.739000', '171458.741000', '171458.744000', '171458.747000', '171458.749000', '171458.752000', '171458.754000', '171458.757000', '171458.760000', '171458.762000', '171458.765000', '171458.767000', '171458.770000', '171458.772000', '171458.775000', '171458.777000', '171458.780000', '171458.783000', '171458.785000', '171458.788000', '171458.790000', '171458.793000', '171458.795000', '171458.798000', '171458.800000', '171458.803000', '171458.805000', '171458.808000', '171458.811000', '171458.813000', '171518.703000', '171518.706000', '171518.708000', '171518.711000', '171518.713000', '171518.716000', '171518.718000', '171518.721000', '171518.723000', '171518.726000', '171518.729000', '171518.731000', '171518.734000', '171518.736000', '171518.772000', '171518.775000', '171518.777000', '171518.780000', '171518.783000', '171518.785000', '171518.788000', '171518.790000', '171518.793000', '171518.795000', '171518.798000', '171518.801000', '171518.803000', '171518.806000', '171518.809000', '171518.812000', '171518.814000', '171518.817000', '171518.819000', '171518.822000', '171518.824000', '171518.827000', '171518.830000', '171518.832000', '171518.835000', '171518.837000', '171518.840000', '171518.843000', '171518.845000', '171538.702000', '171538.705000', '171538.708000', '171538.710000', '171538.713000', '171538.716000', '171538.718000', '171538.721000', '171538.723000', '171538.726000', '171538.728000', '171538.731000', '171538.734000', '171538.736000', '171538.739000', '171538.742000', '171538.744000', '171538.747000', '171538.749000', '171538.752000', '171538.754000', '171538.757000', '171538.759000', '171538.768000', '171538.771000', '171538.774000', '171538.776000', '171538.779000', '171538.781000', '171538.784000', '171538.787000', '171538.789000', '171538.792000', '171538.794000', '171538.797000', '171538.799000', '171538.802000', '171538.804000', '171538.807000', '171538.810000', '171538.812000', '171538.815000', '171538.817000', '171538.820000', '171558.703000', '171558.705000', '171558.708000', '171558.711000', '171558.714000', '171558.717000', '171558.720000', '171558.723000', '171558.725000', '171558.728000', '171558.730000', '171558.733000', '171558.735000', '171558.738000', '171558.741000', '171558.743000', '171558.746000', '171558.748000', '171558.751000', '171558.754000', '171558.756000', '171558.759000', '171558.761000', '171558.764000', '171558.766000', '171558.769000', '171558.771000', '171558.774000', '171558.777000', '171558.779000', '171558.782000', '171558.784000', '171558.787000', '171558.790000', '171558.792000', '171558.795000', '171558.797000', '171558.800000', '171558.803000', '171558.805000', '171558.808000', '171558.810000', '171558.813000', '171618.702000', '171618.705000', '171618.708000', '171618.710000', '171618.713000', '171618.716000', '171618.718000', '171618.721000', '171618.723000', '171618.726000', '171618.728000', '171618.731000', '171618.733000', '171618.736000', '171618.739000', '171618.741000', '171618.744000', '171618.746000', '171618.749000', '171618.751000', '171618.758000', '171618.760000', '171618.763000', '171618.765000', '171618.768000', '171618.771000', '171618.773000', '171618.776000', '171618.778000', '171618.781000', '171618.783000', '171618.786000', '171618.789000', '171618.791000', '171618.794000', '171618.796000', '171618.799000', '171618.802000', '171618.804000', '171618.807000', '171618.809000', '171618.812000', '171618.814000', '171618.817000', '171638.703000', '171638.706000', '171638.708000', '171638.711000', '171638.714000', '171638.716000', '171638.719000', '171638.721000', '171638.724000', '171638.726000', '171638.729000', '171638.732000', '171638.734000', '171638.737000', '171638.739000', '171638.742000', '171638.745000', '171638.747000', '171638.750000', '171638.752000', '171638.755000', '171638.757000', '171638.760000', '171638.763000', '171638.765000', '171638.768000', '171638.771000', '171638.774000', '171638.777000', '171638.780000', '171638.783000', '171638.787000', '171638.790000', '171638.792000', '171638.795000', '171638.798000', '171638.800000', '171638.803000', '171638.806000', '171638.820000', '171638.823000', '171638.825000', '171638.828000', '171658.702000', '171658.705000', '171658.708000', '171658.710000', '171658.713000', '171658.716000', '171658.718000', '171658.721000', '171658.723000', '171658.726000', '171658.729000', '171658.731000', '171658.734000', '171658.737000', '171658.739000', '171658.742000', '171658.744000', '171658.747000', '171658.750000', '171658.752000', '171658.755000', '171658.757000', '171658.760000', '171658.763000', '171658.765000', '171658.768000', '171658.770000', '171658.773000', '171658.776000', '171658.778000', '171658.781000', '171658.783000', '171658.786000', '171658.788000', '171658.791000', '171658.793000', '171658.796000', '171658.798000', '171658.801000', '171658.804000', '171658.806000', '171658.809000', '171658.811000', '171658.814000', '171718.703000', '171718.705000', '171718.708000', '171718.711000', '171718.713000', '171718.716000', '171718.718000', '171718.721000', '171718.724000', '171718.727000', '171718.730000', '171718.732000', '171718.735000', '171718.738000', '171718.740000', '171718.743000', '171718.745000', '171718.748000', '171718.751000', '171718.753000', '171718.756000', '171718.758000', '171718.761000', '171718.764000', '171718.766000', '171718.769000', '171718.771000', '171718.774000', '171718.777000', '171718.779000', '171718.782000', '171718.784000', '171718.787000', '171718.790000', '171718.792000', '171718.795000', '171718.797000', '171718.800000', '171718.803000', '171718.805000', '171718.808000', '171718.810000', '171718.813000', '171738.702000', '171738.705000', '171738.708000', '171738.711000', '171738.713000', '171738.716000', '171738.718000', '171738.721000', '171738.723000', '171738.726000', '171738.729000', '171738.731000', '171738.734000', '171738.737000', '171738.739000', '171738.742000', '171738.744000', '171738.747000', '171738.750000', '171738.752000', '171738.755000', '171738.757000', '171738.760000', '171738.763000', '171738.765000', '171738.768000', '171738.770000', '171738.773000', '171738.776000', '171738.778000', '171738.781000', '171738.783000', '171738.786000', '171738.789000', '171738.791000', '171738.794000', '171738.796000', '171738.799000', '171738.802000', '171738.804000', '171738.807000', '171738.809000', '171738.812000', '171738.815000', '171758.702000', '171758.705000', '171758.708000', '171758.710000', '171758.713000', '171758.716000', '171758.718000', '171758.721000', '171758.723000', '171758.726000', '171758.728000', '171758.731000', '171758.734000', '171758.736000', '171758.739000', '171758.741000', '171758.744000', '171758.746000', '171758.749000', '171758.752000', '171758.754000', '171758.757000', '171758.759000', '171758.762000', '171758.764000', '171758.767000', '171758.770000', '171758.772000', '171758.775000', '171758.777000', '171758.780000', '171758.782000', '171758.785000', '171758.788000', '171758.790000', '171758.793000', '171758.797000', '171758.799000', '171758.802000', '171758.805000', '171758.807000', '171758.810000', '171758.812000', '171818.703000', '171818.705000', '171818.708000', '171818.711000', '171818.713000', '171818.716000', '171818.718000', '171818.733000', '171818.735000', '171818.738000', '171818.741000', '171818.743000', '171818.746000', '171818.748000', '171818.751000', '171818.753000', '171818.756000', '171818.759000', '171818.761000', '171818.764000', '171818.766000', '171818.769000', '171818.772000', '171818.774000', '171818.777000', '171818.779000', '171818.782000', '171818.784000', '171818.787000', '171818.790000', '171818.792000', '171818.795000', '171818.797000', '171818.800000', '171818.803000', '171818.805000', '171818.808000', '171818.811000', '171818.813000', '171818.816000', '171818.818000', '171818.821000', '171818.823000', '171818.826000', '171838.703000', '171838.706000', '171838.708000', '171838.711000', '171838.713000', '171838.716000', '171838.719000', '171838.721000', '171838.724000', '171838.726000', '171838.729000', '171838.732000', '171838.734000', '171838.737000', '171838.739000', '171838.742000', '171838.744000', '171838.747000', '171838.750000', '171838.752000', '171838.755000', '171838.758000', '171838.760000', '171838.763000', '171838.765000', '171838.768000', '171838.770000', '171838.773000', '171838.775000', '171838.778000', '171838.781000', '171838.783000', '171838.786000', '171838.788000', '171838.791000', '171838.794000', '171838.796000', '171838.799000', '171838.801000', '171838.804000', '171838.806000', '171838.809000', '171838.811000', '171858.703000', '171858.708000', '171858.710000', '171858.713000', '171858.716000', '171858.719000', '171858.721000', '171858.724000', '171858.726000', '171858.729000', '171858.731000', '171858.734000', '171858.737000', '171858.739000', '171858.742000', '171858.744000', '171858.747000', '171858.749000', '171858.752000', '171858.755000', '171858.757000', '171858.760000', '171858.762000', '171858.765000', '171858.767000', '171858.770000', '171858.773000', '171858.775000', '171858.778000', '171858.780000', '171858.783000', '171858.785000', '171858.788000', '171858.790000', '171858.793000', '171858.796000', '171858.798000', '171858.801000', '171858.803000', '171858.806000', '171858.809000', '171858.811000', '171858.814000', '171918.703000', '171918.705000', '171918.708000', '171918.711000', '171918.713000', '171918.716000', '171918.719000', '171918.721000', '171918.724000', '171918.726000', '171918.729000', '171918.732000', '171918.734000', '171918.737000', '171918.740000', '171918.742000', '171918.745000', '171918.747000', '171918.750000', '171918.753000', '171918.755000', '171918.758000', '171918.761000', '171918.763000', '171918.766000', '171918.768000', '171918.771000', '171918.774000', '171918.776000', '171918.779000', '171918.781000', '171918.784000', '171918.786000', '171918.789000', '171918.792000', '171918.794000', '171918.797000', '171918.799000', '171918.802000', '171918.805000', '171918.807000', '171918.810000', '171918.813000', '171918.815000', '171936.288000', '171936.291000', '171936.294000', '171936.296000', '171936.299000', '171936.302000', '171936.304000', '171936.307000', '171936.310000', '171936.312000', '171936.315000', '171936.318000', '171936.320000', '171936.323000', '171936.326000', '171936.329000', '171936.331000', '171936.334000', '171936.355000', '171936.358000', '171936.361000', '171936.364000', '171936.366000', '171936.369000', '171936.371000', '171936.374000', '171936.377000', '171936.379000', '171936.382000', '171936.385000', '171936.387000', '171936.390000', '171936.393000', '171936.395000', '171936.398000', '171936.401000', '171936.404000', '171936.407000', '171936.410000'], 'InstanceCreationTime': ['171318.728000', '171318.744000', '171318.747000', '171318.749000', '171318.752000', '171318.754000', '171318.757000', '171318.760000', '171318.762000', '171318.765000', '171318.767000', '171318.770000', '171318.772000', '171318.775000', '171318.778000', '171318.780000', '171318.783000', '171318.785000', '171318.788000', '171318.790000', '171318.793000', '171318.795000', '171318.798000', '171318.801000', '171318.803000', '171318.806000', '171318.808000', '171318.811000', '171318.814000', '171318.816000', '171318.819000', '171318.831000', '171318.834000', '171318.836000', '171318.839000', '171318.842000', '171318.844000', '171318.847000', '171318.849000', '171318.852000', '171318.854000', '171318.857000', '171318.859000', '171318.862000', '171318.865000', '171318.867000', '171318.870000', '171318.872000', '171318.875000', '171318.877000', '171338.703000', '171338.705000', '171338.708000', '171338.711000', '171338.713000', '171338.716000', '171338.718000', '171338.721000', '171338.723000', '171338.726000', '171338.728000', '171338.731000', '171338.734000', '171338.736000', '171338.739000', '171338.741000', '171338.744000', '171338.746000', '171338.749000', '171338.780000', '171338.783000', '171338.785000', '171338.788000', '171338.791000', '171338.793000', '171338.796000', '171338.798000', '171338.801000', '171338.804000', '171338.806000', '171338.809000', '171338.812000', '171338.814000', '171338.817000', '171338.819000', '171338.822000', '171338.824000', '171338.827000', '171338.829000', '171338.832000', '171338.835000', '171338.841000', '171338.844000', '171338.847000', '171358.702000', '171358.707000', '171358.709000', '171358.712000', '171358.715000', '171358.717000', '171358.720000', '171358.722000', '171358.725000', '171358.728000', '171358.730000', '171358.733000', '171358.735000', '171358.738000', '171358.740000', '171358.743000', '171358.745000', '171358.748000', '171358.751000', '171358.753000', '171358.756000', '171358.758000', '171358.761000', '171358.764000', '171358.766000', '171358.769000', '171358.771000', '171358.774000', '171358.776000', '171358.779000', '171358.781000', '171358.784000', '171358.787000', '171358.789000', '171358.792000', '171358.794000', '171358.797000', '171358.799000', '171358.802000', '171358.812000', '171358.814000', '171358.817000', '171358.819000', '171358.822000', '171418.703000', '171418.705000', '171418.708000', '171418.711000', '171418.713000', '171418.716000', '171418.718000', '171418.721000', '171418.723000', '171418.726000', '171418.728000', '171418.731000', '171418.734000', '171418.736000', '171418.743000', '171418.745000', '171418.748000', '171418.750000', '171418.753000', '171418.755000', '171418.758000', '171418.761000', '171418.763000', '171418.766000', '171418.768000', '171418.771000', '171418.773000', '171418.776000', '171418.778000', '171418.781000', '171418.783000', '171418.786000', '171418.789000', '171418.791000', '171418.794000', '171418.796000', '171418.799000', '171418.801000', '171418.804000', '171418.807000', '171418.809000', '171418.812000', '171418.814000', '171438.702000', '171438.705000', '171438.708000', '171438.710000', '171438.713000', '171438.715000', '171438.718000', '171438.720000', '171438.723000', '171438.726000', '171438.728000', '171438.731000', '171438.734000', '171438.737000', '171438.740000', '171438.743000', '171438.745000', '171438.748000', '171438.750000', '171438.753000', '171438.755000', '171438.758000', '171438.761000', '171438.763000', '171438.766000', '171438.768000', '171438.771000', '171438.773000', '171438.776000', '171438.779000', '171438.781000', '171438.784000', '171438.786000', '171438.789000', '171438.791000', '171438.794000', '171438.796000', '171438.799000', '171438.802000', '171438.804000', '171438.807000', '171438.809000', '171438.812000', '171458.703000', '171458.705000', '171458.708000', '171458.711000', '171458.713000', '171458.716000', '171458.718000', '171458.721000', '171458.724000', '171458.726000', '171458.729000', '171458.731000', '171458.734000', '171458.736000', '171458.739000', '171458.741000', '171458.744000', '171458.747000', '171458.749000', '171458.752000', '171458.754000', '171458.757000', '171458.760000', '171458.762000', '171458.765000', '171458.767000', '171458.770000', '171458.772000', '171458.775000', '171458.777000', '171458.780000', '171458.783000', '171458.785000', '171458.788000', '171458.790000', '171458.793000', '171458.795000', '171458.798000', '171458.800000', '171458.803000', '171458.805000', '171458.808000', '171458.811000', '171458.813000', '171518.703000', '171518.706000', '171518.708000', '171518.711000', '171518.713000', '171518.716000', '171518.718000', '171518.721000', '171518.723000', '171518.726000', '171518.729000', '171518.731000', '171518.734000', '171518.736000', '171518.772000', '171518.775000', '171518.777000', '171518.780000', '171518.783000', '171518.785000', '171518.788000', '171518.790000', '171518.793000', '171518.795000', '171518.798000', '171518.801000', '171518.803000', '171518.806000', '171518.809000', '171518.812000', '171518.814000', '171518.817000', '171518.819000', '171518.822000', '171518.824000', '171518.827000', '171518.830000', '171518.832000', '171518.835000', '171518.837000', '171518.840000', '171518.843000', '171518.845000', '171538.702000', '171538.705000', '171538.708000', '171538.710000', '171538.713000', '171538.716000', '171538.718000', '171538.721000', '171538.723000', '171538.726000', '171538.728000', '171538.731000', '171538.734000', '171538.736000', '171538.739000', '171538.742000', '171538.744000', '171538.747000', '171538.749000', '171538.752000', '171538.754000', '171538.757000', '171538.759000', '171538.768000', '171538.771000', '171538.774000', '171538.776000', '171538.779000', '171538.781000', '171538.784000', '171538.787000', '171538.789000', '171538.792000', '171538.794000', '171538.797000', '171538.799000', '171538.802000', '171538.804000', '171538.807000', '171538.810000', '171538.812000', '171538.815000', '171538.817000', '171538.820000', '171558.703000', '171558.705000', '171558.708000', '171558.711000', '171558.714000', '171558.717000', '171558.720000', '171558.723000', '171558.725000', '171558.728000', '171558.730000', '171558.733000', '171558.735000', '171558.738000', '171558.741000', '171558.743000', '171558.746000', '171558.748000', '171558.751000', '171558.754000', '171558.756000', '171558.759000', '171558.761000', '171558.764000', '171558.766000', '171558.769000', '171558.771000', '171558.774000', '171558.777000', '171558.779000', '171558.782000', '171558.784000', '171558.787000', '171558.790000', '171558.792000', '171558.795000', '171558.797000', '171558.800000', '171558.803000', '171558.805000', '171558.808000', '171558.810000', '171558.813000', '171618.702000', '171618.705000', '171618.708000', '171618.710000', '171618.713000', '171618.716000', '171618.718000', '171618.721000', '171618.723000', '171618.726000', '171618.728000', '171618.731000', '171618.733000', '171618.736000', '171618.739000', '171618.741000', '171618.744000', '171618.746000', '171618.749000', '171618.751000', '171618.758000', '171618.760000', '171618.763000', '171618.765000', '171618.768000', '171618.771000', '171618.773000', '171618.776000', '171618.778000', '171618.781000', '171618.783000', '171618.786000', '171618.789000', '171618.791000', '171618.794000', '171618.796000', '171618.799000', '171618.802000', '171618.804000', '171618.807000', '171618.809000', '171618.812000', '171618.814000', '171618.817000', '171638.703000', '171638.706000', '171638.708000', '171638.711000', '171638.714000', '171638.716000', '171638.719000', '171638.721000', '171638.724000', '171638.726000', '171638.729000', '171638.732000', '171638.734000', '171638.737000', '171638.739000', '171638.742000', '171638.745000', '171638.747000', '171638.750000', '171638.752000', '171638.755000', '171638.757000', '171638.760000', '171638.763000', '171638.765000', '171638.768000', '171638.771000', '171638.774000', '171638.777000', '171638.780000', '171638.783000', '171638.787000', '171638.790000', '171638.792000', '171638.795000', '171638.798000', '171638.800000', '171638.803000', '171638.806000', '171638.820000', '171638.823000', '171638.825000', '171638.828000', '171658.702000', '171658.705000', '171658.708000', '171658.710000', '171658.713000', '171658.716000', '171658.718000', '171658.721000', '171658.723000', '171658.726000', '171658.729000', '171658.731000', '171658.734000', '171658.737000', '171658.739000', '171658.742000', '171658.744000', '171658.747000', '171658.750000', '171658.752000', '171658.755000', '171658.757000', '171658.760000', '171658.763000', '171658.765000', '171658.768000', '171658.770000', '171658.773000', '171658.776000', '171658.778000', '171658.781000', '171658.783000', '171658.786000', '171658.788000', '171658.791000', '171658.793000', '171658.796000', '171658.798000', '171658.801000', '171658.804000', '171658.806000', '171658.809000', '171658.811000', '171658.814000', '171718.703000', '171718.705000', '171718.708000', '171718.711000', '171718.713000', '171718.716000', '171718.718000', '171718.721000', '171718.724000', '171718.727000', '171718.730000', '171718.732000', '171718.735000', '171718.738000', '171718.740000', '171718.743000', '171718.745000', '171718.748000', '171718.751000', '171718.753000', '171718.756000', '171718.758000', '171718.761000', '171718.764000', '171718.766000', '171718.769000', '171718.771000', '171718.774000', '171718.777000', '171718.779000', '171718.782000', '171718.784000', '171718.787000', '171718.790000', '171718.792000', '171718.795000', '171718.797000', '171718.800000', '171718.803000', '171718.805000', '171718.808000', '171718.810000', '171718.813000', '171738.702000', '171738.705000', '171738.708000', '171738.711000', '171738.713000', '171738.716000', '171738.718000', '171738.721000', '171738.723000', '171738.726000', '171738.729000', '171738.731000', '171738.734000', '171738.737000', '171738.739000', '171738.742000', '171738.744000', '171738.747000', '171738.750000', '171738.752000', '171738.755000', '171738.757000', '171738.760000', '171738.763000', '171738.765000', '171738.768000', '171738.770000', '171738.773000', '171738.776000', '171738.778000', '171738.781000', '171738.783000', '171738.786000', '171738.789000', '171738.791000', '171738.794000', '171738.796000', '171738.799000', '171738.802000', '171738.804000', '171738.807000', '171738.809000', '171738.812000', '171738.815000', '171758.702000', '171758.705000', '171758.708000', '171758.710000', '171758.713000', '171758.716000', '171758.718000', '171758.721000', '171758.723000', '171758.726000', '171758.728000', '171758.731000', '171758.734000', '171758.736000', '171758.739000', '171758.741000', '171758.744000', '171758.746000', '171758.749000', '171758.752000', '171758.754000', '171758.757000', '171758.759000', '171758.762000', '171758.764000', '171758.767000', '171758.770000', '171758.772000', '171758.775000', '171758.777000', '171758.780000', '171758.782000', '171758.785000', '171758.788000', '171758.790000', '171758.793000', '171758.797000', '171758.799000', '171758.802000', '171758.805000', '171758.807000', '171758.810000', '171758.812000', '171818.703000', '171818.705000', '171818.708000', '171818.711000', '171818.713000', '171818.716000', '171818.718000', '171818.733000', '171818.735000', '171818.738000', '171818.741000', '171818.743000', '171818.746000', '171818.748000', '171818.751000', '171818.753000', '171818.756000', '171818.759000', '171818.761000', '171818.764000', '171818.766000', '171818.769000', '171818.772000', '171818.774000', '171818.777000', '171818.779000', '171818.782000', '171818.784000', '171818.787000', '171818.790000', '171818.792000', '171818.795000', '171818.797000', '171818.800000', '171818.803000', '171818.805000', '171818.808000', '171818.811000', '171818.813000', '171818.816000', '171818.818000', '171818.821000', '171818.823000', '171818.826000', '171838.703000', '171838.706000', '171838.708000', '171838.711000', '171838.713000', '171838.716000', '171838.719000', '171838.721000', '171838.724000', '171838.726000', '171838.729000', '171838.732000', '171838.734000', '171838.737000', '171838.739000', '171838.742000', '171838.744000', '171838.747000', '171838.750000', '171838.752000', '171838.755000', '171838.758000', '171838.760000', '171838.763000', '171838.765000', '171838.768000', '171838.770000', '171838.773000', '171838.775000', '171838.778000', '171838.781000', '171838.783000', '171838.786000', '171838.788000', '171838.791000', '171838.794000', '171838.796000', '171838.799000', '171838.801000', '171838.804000', '171838.806000', '171838.809000', '171838.811000', '171858.703000', '171858.708000', '171858.710000', '171858.713000', '171858.716000', '171858.719000', '171858.721000', '171858.724000', '171858.726000', '171858.729000', '171858.731000', '171858.734000', '171858.737000', '171858.739000', '171858.742000', '171858.744000', '171858.747000', '171858.749000', '171858.752000', '171858.755000', '171858.757000', '171858.760000', '171858.762000', '171858.765000', '171858.767000', '171858.770000', '171858.773000', '171858.775000', '171858.778000', '171858.780000', '171858.783000', '171858.785000', '171858.788000', '171858.790000', '171858.793000', '171858.796000', '171858.798000', '171858.801000', '171858.803000', '171858.806000', '171858.809000', '171858.811000', '171858.814000', '171918.703000', '171918.705000', '171918.708000', '171918.711000', '171918.713000', '171918.716000', '171918.719000', '171918.721000', '171918.724000', '171918.726000', '171918.729000', '171918.732000', '171918.734000', '171918.737000', '171918.740000', '171918.742000', '171918.745000', '171918.747000', '171918.750000', '171918.753000', '171918.755000', '171918.758000', '171918.761000', '171918.763000', '171918.766000', '171918.768000', '171918.771000', '171918.774000', '171918.776000', '171918.779000', '171918.781000', '171918.784000', '171918.786000', '171918.789000', '171918.792000', '171918.794000', '171918.797000', '171918.799000', '171918.802000', '171918.805000', '171918.807000', '171918.810000', '171918.813000', '171918.815000', '171936.288000', '171936.291000', '171936.294000', '171936.296000', '171936.299000', '171936.302000', '171936.304000', '171936.307000', '171936.310000', '171936.312000', '171936.315000', '171936.318000', '171936.320000', '171936.323000', '171936.326000', '171936.329000', '171936.331000', '171936.334000', '171936.355000', '171936.358000', '171936.361000', '171936.364000', '171936.366000', '171936.369000', '171936.371000', '171936.374000', '171936.377000', '171936.379000', '171936.382000', '171936.385000', '171936.387000', '171936.390000', '171936.393000', '171936.395000', '171936.398000', '171936.401000', '171936.404000', '171936.407000', '171936.410000'], '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': [11140, 10135, 16917, 10216, 16697, 10677, 14282, 9796, 13395, 8990, 13646, 8789, 13633, 8586, 12704, 8485, 12162, 16569, 11154, 17457, 9738, 15790, 10146, 14677, 9353, 14483, 9636, 11655, 10537, 9668, 17895, 10685, 14345, 9451, 13040, 8834, 12491, 10008, 13590, 8059, 12062, 7718, 10969, 16692, 10794, 16772, 9823, 14103, 9463, 12839, 10045, 13680, 8908, 10155, 12576, 9575, 17891, 11084, 15283, 9607, 12769, 11170, 11756, 18416, 10906, 15346, 9537, 13173, 10012, 13246, 8813, 9788, 14696, 9412, 16461, 10469, 14517, 9166, 12201, 9727, 12701, 8268, 12212, 11618, 9844, 18178, 11092, 16428, 10646, 13897, 9494, 12640, 10527, 10643, 19372, 11708, 15700, 9456, 12410, 8405, 12022, 16387, 10003, 17368, 9622, 12056, 8021, 11125, 11586, 9967, 17327, 9655, 13443, 8921, 12887, 9233, 12925, 10153, 13144, 15823, 9799, 9160, 9836, 12208, 10383, 16350, 10527, 16130, 9401, 15285, 9353, 16109, 10416, 13859, 10271, 12388, 9376, 10021, 18621, 10445, 14912, 9201, 12199, 7935, 10710, 11477, 9991, 16907, 9160, 14791, 9220, 12685, 9060, 12779, 8012, 12059, 11529, 10204, 18289, 10931, 14751, 10108, 12882, 11381, 9517, 18553, 9095, 14189, 9216, 12827, 9199, 10869, 17322, 9597, 17218, 11055, 14448, 8762, 12206, 8999, 11811, 8824, 11600, 11111, 10004, 16564, 9542, 15767, 9685, 14617, 9281, 12761, 14861, 9701, 18174, 10033, 13671, 9858, 11661, 14740, 9837, 16295, 8985, 13803, 9310, 12824, 8734, 15154, 8993, 12611, 8531, 12498, 8866, 12899, 8993, 14211, 10131, 13644, 10935, 12051, 17234, 10015, 19203, 11385, 16520, 9309, 14500, 9348, 11111, 14188, 10124, 18571, 9132, 13666, 9030, 12073, 8378, 11470, 8264, 9527, 11905, 9764, 17288, 10464, 13953, 9021, 11826, 8227, 11165, 15615, 9961, 18259, 9359, 13849, 9087, 13598, 9050, 13804, 8186, 11387, 11527, 9486, 18281, 11265, 14726, 9405, 12790, 8490, 12246, 9755, 13274, 8556, 12992, 8019, 12064, 8291, 11416, 17145, 10083, 17178, 9344, 14204, 9161, 12810, 13765, 11220, 20907, 10331, 16461, 9674, 12537, 12073, 11027, 17023, 9501, 15570, 8997, 13753, 9035, 11894, 9850, 11233, 8051, 10401, 15291, 10019, 17672, 9785, 15252, 9604, 14432, 9347, 13109, 10061, 11951, 8328, 12069, 9347, 11860, 9396, 9629, 12222, 9809, 17926, 10378, 17579, 9564, 15050, 8822, 15082, 9319, 14758, 9235, 13649, 9111, 15015, 8735, 12861, 12794, 12109, 18272, 9996, 16851, 9512, 14462, 9139, 12723, 10142, 11687, 8384, 10462, 9540, 11048, 15652, 9717, 16432, 9341, 14692, 9475, 12398, 8692, 11479, 9356, 10931, 8127, 11957, 8211, 10281, 11276, 9665, 18097, 10569, 16042, 10151, 12225, 9637, 11344, 8735, 11518, 8284, 10660, 11261, 9609, 19525, 11071, 15797, 9904, 14432, 8977, 14054, 8943, 13799, 9160, 12542, 8957, 11633, 12696, 11725, 15591, 9241, 15920, 9597, 11570, 10655, 13447, 14996, 10581, 13222, 8393, 12678, 9637, 14013, 9830, 14006, 10300, 15314, 10075, 13868, 9728, 13385, 9346, 13549, 10085, 15709, 9810, 14450, 10073, 12759, 9735, 11102, 16130, 10542, 19457, 11183, 15817, 9780, 13869, 9397, 12857, 9355, 13018, 9131, 12501, 9967, 11360, 9952, 12831, 8450, 12089, 8095, 11885, 9092, 11664, 14385, 13394, 16526, 11808, 8295, 9728, 9950, 11127, 9965, 14122, 9652, 13680, 9765, 14408, 9881, 14553, 9895, 14218, 14838, 14438, 20078, 12774, 22632, 11478, 18319, 10111, 15180, 10227, 11227, 20411, 9613, 14674, 9438, 12146, 10395, 10869, 8583, 10195, 10426, 9742, 15076, 9839, 13140, 9461, 12160, 9053, 11441, 9035, 11426, 8479, 12116, 8957, 11604, 8061, 10907, 9061, 12502, 8541, 11968, 11524, 10913, 20393, 10497, 16918, 10583, 15760, 9746, 13548, 10064, 15224, 9737, 12236, 9318, 11584, 9900, 10713, 20190, 10609, 16483, 10263, 14216, 8946, 13443, 8934, 11952, 10307, 9920, 20731, 10082, 14672, 9644, 12160, 8596, 10743, 14474, 9659, 14832, 9030, 12341, 9180, 12010, 9373, 10928, 9970, 11651, 10025, 13839, 9146, 12838, 9089, 13448, 10402, 14197, 10093, 14226, 9916, 13835, 10104, 15094, 9376, 17330, 10913, 13064, 9598, 16800, 9617, 18773, 10170, 19925, 10270, 15541, 9788, 16035, 9612, 14692, 13160, 13885, 19117, 10202, 17965, 9875, 14055, 10236, 11281, 8254, 10605, 16837, 9761, 12900, 9165, 11579, 9555, 11575, 9733, 11561, 8341, 10404, 8866, 11340, 10061, 10827, 9982, 10206, 14077, 9980, 17869, 10427, 18054, 9279, 17168, 9435, 15134, 10126, 14252, 9047, 13071, 9313, 15412, 10040, 13814, 11100, 12142, 9070, 11902, 9354, 12313, 11591, 10861, 13895, 10053, 18607, 10338, 17448, 9526, 19080, 9445, 15194, 9550, 18032, 9112, 13728, 9325, 13557, 9232, 14528, 9914, 14286, 9615, 13091, 10225, 12999, 10116, 10406, 19710, 9974, 14538, 9331, 12322, 9183, 12475, 9768, 12658, 10350, 12328, 8499, 12162, 8752, 13563, 8690, 12649, 8186, 12202, 8400, 13363, 8320, 12013, 8446, 11526, 12498, 11616, 19719, 10199, 20992, 9965, 15876, 9945, 14023, 9151, 12309, 9721, 12135, 10508, 13403, 9729, 12434, 9143, 13060, 9108, 13646, 9204, 13482, 9435, 14324, 9701, 13206, 11591, 11224, 19923, 9668, 16634, 10458, 14288, 9096, 11688, 9860, 11990, 10345, 12689, 9882, 11378, 9698, 11359, 10253, 14254, 11637, 15278, 10391, 14704, 9568, 10350, 9835, 9585, 9970, 13382, 10593, 18347, 10862, 18981, 10863, 20104, 11591, 19970, 11103, 17315, 11610, 16624, 10870, 15373, 12382, 10316, 20686, 10190, 16581, 9618, 12143, 10696, 10852, 8426, 10792, 8056, 10807, 7877, 10132, 9123, 9946, 11596, 10462, 13929, 10185, 12968, 9868, 13581, 10010, 14168, 9714, 14133, 9562, 13746, 9051, 12788, 9498, 13780, 9401, 13696, 9146, 12585, 9101, 13061, 8988, 13598, 8587, 12700, 8952, 12244, 9986, 13402, 8914, 13088, 8488, 13224, 9610, 13334, 9446, 11861, 8638, 12603, 8441, 15403, 8977, 14112, 9098, 15541, 10851, 14170, 15826, 14464, 20531, 9941, 17515, 9768, 15377, 9955, 11932, 9298, 9765, 9558, 9765, 16315, 9981, 15321, 9729, 13523, 9132, 12514, 9949, 12387, 10786, 13385, 8897, 12489, 8639, 10307, 19138, 9758, 15009, 9332, 12964, 9215, 11620, 9556, 12928, 9066, 13004, 8873, 12990, 9299, 15475, 11751, 16397], 'WindowCenter': [4367.0, 4350.0, 4386.0, 4337.0, 4377.0, 4341.0, 4364.0, 4325.0, 4352.0, 4315.0, 4367.0, 4315.0, 4356.0, 4314.0, 4355.0, 4313.0, 4345.0, 4374.0, 4335.0, 4374.0, 4328.0, 4368.0, 4322.0, 4368.0, 4312.0, 4370.0, 4311.0, 4333.0, 4321.0, 4323.0, 4373.0, 4335.0, 4353.0, 4328.0, 4352.0, 4314.0, 4357.0, 4339.0, 4369.0, 4302.0, 4354.0, 4292.0, 4345.0, 4376.0, 4345.0, 4374.0, 4323.0, 4353.0, 4326.0, 4355.0, 4336.0, 4355.0, 4312.0, 4322.0, 4342.0, 4323.0, 4385.0, 4351.0, 4365.0, 4327.0, 4355.0, 4337.0, 4344.0, 4374.0, 4331.0, 4351.0, 4310.0, 4340.0, 4320.0, 4341.0, 4298.0, 4310.0, 4351.0, 4312.0, 4362.0, 4338.0, 4352.0, 4311.0, 4340.0, 4323.0, 4355.0, 4318.0, 4344.0, 4343.0, 4322.0, 4383.0, 4342.0, 4379.0, 4334.0, 4353.0, 4311.0, 4347.0, 4320.0, 4322.0, 4384.0, 4346.0, 4368.0, 4308.0, 4328.0, 4300.0, 4332.0, 4360.0, 4308.0, 4359.0, 4322.0, 4330.0, 4288.0, 4329.0, 4328.0, 4322.0, 4371.0, 4321.0, 4351.0, 4311.0, 4344.0, 4315.0, 4346.0, 4321.0, 4353.0, 4374.0, 4333.0, 4310.0, 4320.0, 4342.0, 4335.0, 4364.0, 4340.0, 4363.0, 4312.0, 4364.0, 4312.0, 4362.0, 4321.0, 4354.0, 4321.0, 4346.0, 4313.0, 4320.0, 4373.0, 4322.0, 4351.0, 4309.0, 4330.0, 4287.0, 4320.0, 4327.0, 4309.0, 4361.0, 4310.0, 4350.0, 4315.0, 4343.0, 4313.0, 4355.0, 4306.0, 4346.0, 4332.0, 4325.0, 4373.0, 4331.0, 4354.0, 4321.0, 4344.0, 4335.0, 4314.0, 4375.0, 4310.0, 4351.0, 4310.0, 4342.0, 4310.0, 4337.0, 4371.0, 4312.0, 4362.0, 4330.0, 4355.0, 4299.0, 4334.0, 4297.0, 4331.0, 4312.0, 4343.0, 4336.0, 4322.0, 4372.0, 4323.0, 4369.0, 4324.0, 4364.0, 4314.0, 4354.0, 4350.0, 4310.0, 4372.0, 4310.0, 4341.0, 4308.0, 4332.0, 4337.0, 4308.0, 4347.0, 4297.0, 4338.0, 4310.0, 4345.0, 4309.0, 4361.0, 4322.0, 4342.0, 4313.0, 4352.0, 4324.0, 4355.0, 4325.0, 4368.0, 4335.0, 4366.0, 4337.0, 4343.0, 4371.0, 4322.0, 4373.0, 4333.0, 4363.0, 4300.0, 4352.0, 4307.0, 4329.0, 4340.0, 4319.0, 4369.0, 4298.0, 4338.0, 4309.0, 4331.0, 4304.0, 4334.0, 4298.0, 4319.0, 4341.0, 4322.0, 4377.0, 4334.0, 4351.0, 4311.0, 4342.0, 4313.0, 4344.0, 4364.0, 4323.0, 4383.0, 4328.0, 4352.0, 4317.0, 4354.0, 4323.0, 4365.0, 4303.0, 4333.0, 4342.0, 4325.0, 4374.0, 4335.0, 4352.0, 4310.0, 4341.0, 4313.0, 4348.0, 4329.0, 4355.0, 4313.0, 4357.0, 4301.0, 4345.0, 4302.0, 4344.0, 4383.0, 4336.0, 4389.0, 4325.0, 4364.0, 4321.0, 4357.0, 4353.0, 4334.0, 4382.0, 4321.0, 4349.0, 4307.0, 4329.0, 4327.0, 4318.0, 4360.0, 4296.0, 4347.0, 4297.0, 4338.0, 4309.0, 4335.0, 4319.0, 4328.0, 4294.0, 4332.0, 4360.0, 4322.0, 4372.0, 4319.0, 4355.0, 4310.0, 4350.0, 4311.0, 4341.0, 4309.0, 4330.0, 4305.0, 4341.0, 4315.0, 4340.0, 4310.0, 4323.0, 4344.0, 4323.0, 4383.0, 4332.0, 4373.0, 4323.0, 4360.0, 4312.0, 4362.0, 4322.0, 4364.0, 4324.0, 4351.0, 4310.0, 4364.0, 4312.0, 4344.0, 4346.0, 4341.0, 4372.0, 4308.0, 4349.0, 4310.0, 4350.0, 4298.0, 4329.0, 4318.0, 4332.0, 4287.0, 4334.0, 4309.0, 4332.0, 4361.0, 4321.0, 4360.0, 4311.0, 4364.0, 4323.0, 4343.0, 4312.0, 4331.0, 4315.0, 4335.0, 4302.0, 4355.0, 4312.0, 4333.0, 4343.0, 4337.0, 4398.0, 4346.0, 4379.0, 4335.0, 4345.0, 4325.0, 4346.0, 4316.0, 4346.0, 4315.0, 4345.0, 4344.0, 4336.0, 4399.0, 4346.0, 4376.0, 4336.0, 4364.0, 4324.0, 4363.0, 4315.0, 4370.0, 4329.0, 4350.0, 4315.0, 4334.0, 4353.0, 4346.0, 4375.0, 4326.0, 4379.0, 4336.0, 4346.0, 4334.0, 4369.0, 4366.0, 4335.0, 4354.0, 4300.0, 4345.0, 4310.0, 4350.0, 4320.0, 4352.0, 4321.0, 4363.0, 4322.0, 4357.0, 4310.0, 4339.0, 4297.0, 4338.0, 4308.0, 4351.0, 4308.0, 4344.0, 4296.0, 4328.0, 4295.0, 4316.0, 4350.0, 4307.0, 4368.0, 4319.0, 4347.0, 4307.0, 4335.0, 4297.0, 4327.0, 4308.0, 4338.0, 4307.0, 4334.0, 4308.0, 4330.0, 4320.0, 4353.0, 4301.0, 4349.0, 4301.0, 4346.0, 4325.0, 4346.0, 4365.0, 4344.0, 4380.0, 4331.0, 4302.0, 4320.0, 4318.0, 4330.0, 4330.0, 4364.0, 4334.0, 4376.0, 4347.0, 4379.0, 4346.0, 4379.0, 4334.0, 4367.0, 4363.0, 4354.0, 4382.0, 4332.0, 4382.0, 4319.0, 4354.0, 4294.0, 4335.0, 4292.0, 4304.0, 4353.0, 4294.0, 4349.0, 4297.0, 4315.0, 4305.0, 4310.0, 4285.0, 4307.0, 4303.0, 4308.0, 4348.0, 4308.0, 4337.0, 4310.0, 4328.0, 4298.0, 4329.0, 4313.0, 4359.0, 4329.0, 4374.0, 4325.0, 4345.0, 4304.0, 4353.0, 4328.0, 4359.0, 4327.0, 4358.0, 4345.0, 4347.0, 4399.0, 4336.0, 4378.0, 4336.0, 4367.0, 4322.0, 4354.0, 4323.0, 4365.0, 4328.0, 4344.0, 4311.0, 4344.0, 4320.0, 4333.0, 4395.0, 4335.0, 4376.0, 4322.0, 4352.0, 4311.0, 4352.0, 4314.0, 4342.0, 4319.0, 4321.0, 4385.0, 4321.0, 4351.0, 4322.0, 4331.0, 4299.0, 4320.0, 4348.0, 4308.0, 4350.0, 4312.0, 4342.0, 4324.0, 4342.0, 4324.0, 4332.0, 4323.0, 4356.0, 4337.0, 4366.0, 4326.0, 4364.0, 4327.0, 4380.0, 4349.0, 4380.0, 4349.0, 4368.0, 4336.0, 4384.0, 4367.0, 4391.0, 4337.0, 4392.0, 4346.0, 4368.0, 4339.0, 4386.0, 4336.0, 4396.0, 4335.0, 4402.0, 4335.0, 4364.0, 4325.0, 4364.0, 4311.0, 4351.0, 4340.0, 4340.0, 4369.0, 4307.0, 4366.0, 4294.0, 4325.0, 4294.0, 4305.0, 4283.0, 4309.0, 4345.0, 4306.0, 4325.0, 4296.0, 4328.0, 4309.0, 4330.0, 4311.0, 4331.0, 4300.0, 4332.0, 4312.0, 4345.0, 4323.0, 4333.0, 4324.0, 4338.0, 4363.0, 4336.0, 4385.0, 4335.0, 4383.0, 4325.0, 4375.0, 4326.0, 4368.0, 4341.0, 4365.0, 4315.0, 4353.0, 4322.0, 4364.0, 4328.0, 4366.0, 4332.0, 4342.0, 4311.0, 4343.0, 4324.0, 4342.0, 4332.0, 4333.0, 4351.0, 4320.0, 4372.0, 4322.0, 4372.0, 4322.0, 4382.0, 4322.0, 4362.0, 4323.0, 4385.0, 4313.0, 4354.0, 4327.0, 4353.0, 4326.0, 4364.0, 4323.0, 4364.0, 4321.0, 4342.0, 4319.0, 4340.0, 4307.0, 4319.0, 4382.0, 4320.0, 4349.0, 4309.0, 4339.0, 4311.0, 4340.0, 4320.0, 4342.0, 4322.0, 4341.0, 4311.0, 4354.0, 4312.0, 4365.0, 4311.0, 4346.0, 4300.0, 4355.0, 4312.0, 4365.0, 4303.0, 4345.0, 4300.0, 4345.0, 4352.0, 4345.0, 4395.0, 4333.0, 4395.0, 4322.0, 4374.0, 4327.0, 4353.0, 4311.0, 4344.0, 4321.0, 4342.0, 4332.0, 4365.0, 4322.0, 4353.0, 4324.0, 4367.0, 4326.0, 4370.0, 4327.0, 4366.0, 4325.0, 4376.0, 4336.0, 4366.0, 4343.0, 4346.0, 4393.0, 4321.0, 4373.0, 4332.0, 4354.0, 4311.0, 4336.0, 4320.0, 4342.0, 4321.0, 4343.0, 4322.0, 4332.0, 4320.0, 4346.0, 4336.0, 4365.0, 4333.0, 4364.0, 4329.0, 4363.0, 4322.0, 4320.0, 4322.0, 4321.0, 4337.0, 4364.0, 4347.0, 4386.0, 4347.0, 4398.0, 4345.0, 4395.0, 4335.0, 4382.0, 4321.0, 4364.0, 4320.0, 4348.0, 4305.0, 4338.0, 4318.0, 4294.0, 4351.0, 4279.0, 4320.0, 4270.0, 4300.0, 4292.0, 4289.0, 4270.0, 4304.0, 4270.0, 4303.0, 4272.0, 4305.0, 4293.0, 4305.0, 4326.0, 4319.0, 4348.0, 4321.0, 4339.0, 4322.0, 4349.0, 4323.0, 4364.0, 4324.0, 4365.0, 4325.0, 4354.0, 4313.0, 4356.0, 4336.0, 4365.0, 4339.0, 4365.0, 4327.0, 4355.0, 4328.0, 4367.0, 4328.0, 4365.0, 4325.0, 4357.0, 4339.0, 4369.0, 4348.0, 4384.0, 4326.0, 4368.0, 4327.0, 4368.0, 4338.0, 4370.0, 4337.0, 4358.0, 4325.0, 4367.0, 4327.0, 4389.0, 4327.0, 4379.0, 4325.0, 4377.0, 4346.0, 4370.0, 4375.0, 4367.0, 4393.0, 4321.0, 4373.0, 4310.0, 4363.0, 4319.0, 4330.0, 4310.0, 4319.0, 4308.0, 4321.0, 4373.0, 4321.0, 4368.0, 4322.0, 4350.0, 4311.0, 4342.0, 4332.0, 4342.0, 4331.0, 4352.0, 4310.0, 4341.0, 4315.0, 4332.0, 4381.0, 4320.0, 4361.0, 4309.0, 4350.0, 4321.0, 4342.0, 4333.0, 4353.0, 4323.0, 4353.0, 4323.0, 4364.0, 4325.0, 4376.0, 4363.0, 4377.0], 'WindowWidth': [9627.0, 9598.0, 9643.0, 9574.0, 9633.0, 9581.0, 9610.0, 9553.0, 9588.0, 9541.0, 9613.0, 9542.0, 9598.0, 9538.0, 9594.0, 9535.0, 9580.0, 9621.0, 9567.0, 9624.0, 9556.0, 9615.0, 9545.0, 9615.0, 9535.0, 9622.0, 9529.0, 9560.0, 9540.0, 9548.0, 9624.0, 9569.0, 9591.0, 9559.0, 9588.0, 9539.0, 9602.0, 9577.0, 9621.0, 9522.0, 9592.0, 9508.0, 9581.0, 9627.0, 9581.0, 9626.0, 9548.0, 9592.0, 9558.0, 9597.0, 9570.0, 9598.0, 9533.0, 9547.0, 9573.0, 9550.0, 9640.0, 9594.0, 9612.0, 9556.0, 9595.0, 9571.0, 9579.0, 9627.0, 9556.0, 9589.0, 9526.0, 9569.0, 9541.0, 9572.0, 9507.0, 9524.0, 9585.0, 9531.0, 9603.0, 9571.0, 9588.0, 9530.0, 9570.0, 9551.0, 9598.0, 9545.0, 9579.0, 9576.0, 9547.0, 9639.0, 9575.0, 9635.0, 9565.0, 9591.0, 9529.0, 9583.0, 9541.0, 9546.0, 9642.0, 9582.0, 9615.0, 9522.0, 9550.0, 9514.0, 9558.0, 9592.0, 9522.0, 9600.0, 9549.0, 9554.0, 9495.0, 9552.0, 9549.0, 9544.0, 9617.0, 9544.0, 9584.0, 9531.0, 9579.0, 9538.0, 9581.0, 9543.0, 9590.0, 9620.0, 9565.0, 9527.0, 9543.0, 9573.0, 9568.0, 9608.0, 9575.0, 9605.0, 9534.0, 9610.0, 9532.0, 9604.0, 9544.0, 9592.0, 9541.0, 9579.0, 9531.0, 9539.0, 9625.0, 9545.0, 9587.0, 9524.0, 9556.0, 9493.0, 9538.0, 9546.0, 9523.0, 9599.0, 9528.0, 9583.0, 9538.0, 9575.0, 9537.0, 9594.0, 9528.0, 9583.0, 9559.0, 9553.0, 9624.0, 9557.0, 9595.0, 9545.0, 9579.0, 9563.0, 9534.0, 9627.0, 9528.0, 9587.0, 9529.0, 9575.0, 9527.0, 9568.0, 9613.0, 9531.0, 9604.0, 9555.0, 9593.0, 9512.0, 9561.0, 9506.0, 9557.0, 9532.0, 9576.0, 9567.0, 9545.0, 9617.0, 9548.0, 9618.0, 9553.0, 9609.0, 9537.0, 9594.0, 9582.0, 9526.0, 9620.0, 9526.0, 9573.0, 9521.0, 9557.0, 9558.0, 9520.0, 9577.0, 9506.0, 9562.0, 9527.0, 9579.0, 9529.0, 9601.0, 9550.0, 9575.0, 9540.0, 9592.0, 9555.0, 9599.0, 9558.0, 9623.0, 9569.0, 9616.0, 9571.0, 9578.0, 9614.0, 9546.0, 9630.0, 9564.0, 9608.0, 9513.0, 9586.0, 9520.0, 9551.0, 9564.0, 9537.0, 9612.0, 9508.0, 9564.0, 9526.0, 9557.0, 9523.0, 9563.0, 9511.0, 9540.0, 9571.0, 9549.0, 9627.0, 9568.0, 9588.0, 9533.0, 9575.0, 9538.0, 9581.0, 9606.0, 9550.0, 9639.0, 9558.0, 9590.0, 9546.0, 9594.0, 9552.0, 9611.0, 9523.0, 9562.0, 9573.0, 9553.0, 9626.0, 9568.0, 9591.0, 9529.0, 9572.0, 9535.0, 9590.0, 9565.0, 9597.0, 9538.0, 9599.0, 9521.0, 9581.0, 9521.0, 9581.0, 9637.0, 9572.0, 9653.0, 9556.0, 9611.0, 9547.0, 9603.0, 9589.0, 9566.0, 9641.0, 9540.0, 9582.0, 9518.0, 9554.0, 9544.0, 9534.0, 9592.0, 9501.0, 9574.0, 9504.0, 9563.0, 9526.0, 9563.0, 9537.0, 9550.0, 9508.0, 9560.0, 9598.0, 9547.0, 9618.0, 9539.0, 9593.0, 9529.0, 9584.0, 9530.0, 9571.0, 9524.0, 9554.0, 9522.0, 9573.0, 9536.0, 9570.0, 9527.0, 9548.0, 9579.0, 9549.0, 9637.0, 9562.0, 9623.0, 9550.0, 9598.0, 9533.0, 9605.0, 9549.0, 9607.0, 9553.0, 9588.0, 9530.0, 9607.0, 9534.0, 9579.0, 9579.0, 9571.0, 9616.0, 9521.0, 9583.0, 9525.0, 9582.0, 9507.0, 9553.0, 9534.0, 9556.0, 9493.0, 9562.0, 9525.0, 9560.0, 9600.0, 9544.0, 9600.0, 9531.0, 9608.0, 9548.0, 9577.0, 9533.0, 9558.0, 9540.0, 9568.0, 9524.0, 9598.0, 9538.0, 9565.0, 9577.0, 9576.0, 9668.0, 9588.0, 9639.0, 9570.0, 9583.0, 9557.0, 9587.0, 9545.0, 9586.0, 9543.0, 9583.0, 9581.0, 9574.0, 9670.0, 9586.0, 9632.0, 9573.0, 9611.0, 9554.0, 9606.0, 9542.0, 9621.0, 9561.0, 9592.0, 9541.0, 9566.0, 9590.0, 9585.0, 9622.0, 9555.0, 9631.0, 9573.0, 9582.0, 9568.0, 9622.0, 9618.0, 9571.0, 9594.0, 9516.0, 9577.0, 9527.0, 9582.0, 9542.0, 9590.0, 9544.0, 9608.0, 9547.0, 9600.0, 9528.0, 9565.0, 9506.0, 9563.0, 9519.0, 9585.0, 9519.0, 9581.0, 9501.0, 9547.0, 9498.0, 9527.0, 9576.0, 9517.0, 9608.0, 9534.0, 9576.0, 9516.0, 9555.0, 9504.0, 9546.0, 9521.0, 9560.0, 9520.0, 9559.0, 9523.0, 9554.0, 9542.0, 9591.0, 9518.0, 9587.0, 9520.0, 9585.0, 9557.0, 9588.0, 9607.0, 9579.0, 9630.0, 9556.0, 9518.0, 9544.0, 9537.0, 9559.0, 9560.0, 9611.0, 9569.0, 9631.0, 9593.0, 9640.0, 9590.0, 9638.0, 9566.0, 9619.0, 9603.0, 9595.0, 9632.0, 9560.0, 9642.0, 9533.0, 9593.0, 9495.0, 9555.0, 9487.0, 9506.0, 9575.0, 9493.0, 9580.0, 9505.0, 9526.0, 9510.0, 9520.0, 9485.0, 9516.0, 9507.0, 9520.0, 9580.0, 9522.0, 9561.0, 9528.0, 9550.0, 9510.0, 9553.0, 9537.0, 9609.0, 9567.0, 9633.0, 9557.0, 9583.0, 9526.0, 9602.0, 9567.0, 9608.0, 9562.0, 9604.0, 9584.0, 9590.0, 9668.0, 9573.0, 9641.0, 9571.0, 9616.0, 9548.0, 9593.0, 9548.0, 9610.0, 9558.0, 9580.0, 9531.0, 9579.0, 9542.0, 9564.0, 9661.0, 9567.0, 9630.0, 9547.0, 9588.0, 9531.0, 9588.0, 9538.0, 9575.0, 9539.0, 9542.0, 9638.0, 9541.0, 9587.0, 9547.0, 9558.0, 9511.0, 9539.0, 9574.0, 9520.0, 9584.0, 9533.0, 9573.0, 9554.0, 9574.0, 9554.0, 9561.0, 9551.0, 9600.0, 9575.0, 9617.0, 9561.0, 9611.0, 9564.0, 9639.0, 9596.0, 9643.0, 9595.0, 9623.0, 9573.0, 9650.0, 9629.0, 9663.0, 9577.0, 9664.0, 9586.0, 9622.0, 9581.0, 9641.0, 9573.0, 9659.0, 9572.0, 9673.0, 9570.0, 9615.0, 9553.0, 9611.0, 9528.0, 9591.0, 9566.0, 9571.0, 9606.0, 9516.0, 9613.0, 9494.0, 9538.0, 9491.0, 9510.0, 9480.0, 9518.0, 9568.0, 9514.0, 9540.0, 9504.0, 9548.0, 9526.0, 9554.0, 9528.0, 9557.0, 9515.0, 9559.0, 9535.0, 9581.0, 9551.0, 9564.0, 9551.0, 9574.0, 9606.0, 9571.0, 9642.0, 9571.0, 9636.0, 9558.0, 9626.0, 9559.0, 9621.0, 9583.0, 9614.0, 9543.0, 9593.0, 9550.0, 9612.0, 9560.0, 9617.0, 9561.0, 9575.0, 9531.0, 9578.0, 9553.0, 9577.0, 9561.0, 9562.0, 9585.0, 9541.0, 9619.0, 9548.0, 9619.0, 9548.0, 9633.0, 9546.0, 9604.0, 9552.0, 9639.0, 9537.0, 9596.0, 9562.0, 9593.0, 9557.0, 9610.0, 9551.0, 9608.0, 9543.0, 9576.0, 9537.0, 9568.0, 9520.0, 9538.0, 9632.0, 9541.0, 9581.0, 9527.0, 9568.0, 9529.0, 9568.0, 9543.0, 9575.0, 9546.0, 9571.0, 9531.0, 9595.0, 9537.0, 9611.0, 9531.0, 9582.0, 9516.0, 9597.0, 9536.0, 9611.0, 9523.0, 9580.0, 9517.0, 9585.0, 9591.0, 9585.0, 9654.0, 9563.0, 9659.0, 9550.0, 9625.0, 9557.0, 9594.0, 9532.0, 9577.0, 9547.0, 9574.0, 9561.0, 9611.0, 9550.0, 9592.0, 9553.0, 9616.0, 9561.0, 9622.0, 9562.0, 9616.0, 9558.0, 9632.0, 9575.0, 9616.0, 9578.0, 9585.0, 9647.0, 9546.0, 9623.0, 9561.0, 9595.0, 9532.0, 9566.0, 9542.0, 9575.0, 9544.0, 9577.0, 9546.0, 9559.0, 9544.0, 9587.0, 9575.0, 9613.0, 9564.0, 9612.0, 9562.0, 9606.0, 9549.0, 9544.0, 9549.0, 9546.0, 9575.0, 9609.0, 9590.0, 9644.0, 9590.0, 9660.0, 9586.0, 9656.0, 9567.0, 9644.0, 9543.0, 9611.0, 9537.0, 9582.0, 9509.0, 9563.0, 9525.0, 9491.0, 9574.0, 9466.0, 9527.0, 9452.0, 9494.0, 9482.0, 9480.0, 9455.0, 9505.0, 9457.0, 9504.0, 9462.0, 9509.0, 9492.0, 9512.0, 9544.0, 9538.0, 9578.0, 9544.0, 9567.0, 9545.0, 9581.0, 9548.0, 9609.0, 9555.0, 9610.0, 9556.0, 9595.0, 9539.0, 9603.0, 9574.0, 9613.0, 9583.0, 9613.0, 9561.0, 9599.0, 9565.0, 9616.0, 9564.0, 9613.0, 9557.0, 9602.0, 9585.0, 9623.0, 9592.0, 9648.0, 9561.0, 9618.0, 9562.0, 9622.0, 9577.0, 9625.0, 9576.0, 9604.0, 9557.0, 9619.0, 9566.0, 9653.0, 9564.0, 9639.0, 9559.0, 9633.0, 9588.0, 9628.0, 9625.0, 9617.0, 9650.0, 9546.0, 9627.0, 9528.0, 9605.0, 9539.0, 9555.0, 9526.0, 9538.0, 9522.0, 9542.0, 9621.0, 9545.0, 9615.0, 9549.0, 9585.0, 9531.0, 9574.0, 9564.0, 9576.0, 9559.0, 9589.0, 9528.0, 9570.0, 9541.0, 9564.0, 9631.0, 9544.0, 9603.0, 9529.0, 9586.0, 9549.0, 9578.0, 9566.0, 9593.0, 9554.0, 9592.0, 9554.0, 9609.0, 9560.0, 9632.0, 9620.0, 9636.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.0008233065442020665</td></tr>
<tr><td colspan=3>aqi</td><td>0.021413773593570606</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.56373063896548</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2558150844252884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978831178850575</td></tr>
<tr><td colspan=3>efc</td><td>0.5016</td></tr>
<tr><td colspan=3>fber</td><td>4296.394</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11102488676599148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.921928817451206</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5697133757269266</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.486325667994104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.847118204846685</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375696254339991</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150817</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011638983152806759</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027134349569678307</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.8662409420529245</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>21.5812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4978</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.5697</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297302.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1221.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.0555</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3994</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.4645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3484.9024</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.9267</td></tr>
<tr><td colspan=3>tsnr</td><td>40.203691525384784</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>