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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-04/func/sub-0107_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f7b029684a16b03a43d483144a9fa6fc</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:20:44.580000</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9acde7ad-991e-4416-87b9-0d7e586e722b||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': ['172044.580000', '172045.040000', '172045.500000', '172045.960000', '172046.420000', '172046.880000', '172047.340000', '172047.800000', '172048.260000', '172048.720000', '172049.180000', '172049.640000', '172050.100000', '172050.560000', '172051.020000', '172051.480000', '172051.940000', '172052.400000', '172052.860000', '172053.320000', '172053.780000', '172054.240000', '172054.700000', '172055.160000', '172055.620000', '172056.080000', '172056.540000', '172057.000000', '172057.460000', '172057.920000', '172058.380000', '172058.840000', '172059.300000', '172059.760000', '172100.220000', '172100.680000', '172101.140000', '172101.600000', '172102.060000', '172102.520000', '172102.980000', '172103.440000', '172103.900000', '172104.360000', '172104.820000', '172105.280000', '172105.740000', '172106.200000', '172106.660000', '172107.120000', '172107.580000', '172108.040000', '172108.500000', '172108.960000', '172109.420000', '172109.880000', '172110.340000', '172110.800000', '172111.260000', '172111.720000', '172112.180000', '172112.640000', '172113.100000', '172113.560000', '172114.020000', '172114.480000', '172114.940000', '172115.400000', '172115.860000', '172116.320000', '172116.780000', '172117.240000', '172117.700000', '172118.160000', '172118.620000', '172119.080000', '172119.540000', '172120.000000', '172120.460000', '172120.920000', '172121.380000', '172121.840000', '172122.300000', '172122.760000', '172123.220000', '172123.680000', '172124.140000', '172124.600000', '172125.060000', '172125.520000', '172125.980000', '172126.440000', '172126.900000', '172127.360000', '172127.820000', '172128.280000', '172128.740000', '172129.200000', '172129.660000', '172130.120000', '172130.580000', '172131.040000', '172131.500000', '172131.960000', '172132.420000', '172132.880000', '172133.340000', '172133.800000', '172134.260000', '172134.720000', '172135.180000', '172135.640000', '172136.100000', '172136.560000', '172137.020000', '172137.480000', '172137.940000', '172138.400000', '172138.860000', '172139.320000', '172139.780000', '172140.240000', '172140.700000', '172141.160000', '172141.620000', '172142.080000', '172142.540000', '172143.000000', '172143.460000', '172143.920000', '172144.380000', '172144.840000', '172145.300000', '172145.760000', '172146.220000', '172146.680000', '172147.140000', '172147.600000', '172148.060000', '172148.520000', '172148.980000', '172149.440000', '172149.900000', '172150.360000', '172150.820000', '172151.280000', '172151.740000', '172152.200000', '172152.660000', '172153.120000', '172153.580000', '172154.040000', '172154.500000', '172154.960000', '172155.420000', '172155.880000', '172156.340000', '172156.800000', '172157.260000', '172157.720000', '172158.180000', '172158.640000', '172159.100000', '172159.560000', '172200.020000', '172200.480000', '172200.940000', '172201.400000', '172201.860000', '172202.320000', '172202.780000', '172203.240000', '172203.700000', '172204.160000', '172204.620000', '172205.080000', '172205.540000', '172206.000000', '172206.460000', '172206.920000', '172207.380000', '172207.840000', '172208.300000', '172208.760000', '172209.220000', '172209.680000', '172210.140000', '172210.600000', '172211.060000', '172211.520000', '172211.980000', '172212.440000', '172212.900000', '172213.360000', '172213.820000', '172214.280000', '172214.740000', '172215.200000', '172215.660000', '172216.120000', '172216.580000', '172217.040000', '172217.500000', '172217.960000', '172218.420000', '172218.880000', '172219.340000', '172219.800000', '172220.260000', '172220.720000', '172221.180000', '172221.640000', '172222.100000', '172222.560000', '172223.020000', '172223.480000', '172223.940000', '172224.400000', '172224.860000', '172225.320000', '172225.780000', '172226.240000', '172226.700000', '172227.160000', '172227.620000', '172228.080000', '172228.540000', '172229.000000', '172229.460000', '172229.920000', '172230.380000', '172230.840000', '172231.300000', '172231.760000', '172232.220000', '172232.680000', '172233.140000', '172233.600000', '172234.060000', '172234.520000', '172234.980000', '172235.440000', '172235.900000', '172236.360000', '172236.820000', '172237.280000', '172237.740000', '172238.200000', '172238.660000', '172239.120000', '172239.580000', '172240.040000', '172240.500000', '172240.960000', '172241.420000', '172241.880000', '172242.340000', '172242.800000', '172243.260000', '172243.720000', '172244.180000', '172244.640000', '172245.100000', '172245.560000', '172246.020000', '172246.480000', '172246.940000', '172247.400000', '172247.860000', '172248.320000', '172248.780000', '172249.240000', '172249.700000', '172250.160000', '172250.620000', '172251.080000', '172251.540000', '172252.000000', '172252.460000', '172252.920000', '172253.380000', '172253.840000', '172254.300000', '172254.760000', '172255.220000', '172255.680000', '172256.140000', '172256.600000', '172257.060000', '172257.520000', '172257.980000', '172258.440000', '172258.900000', '172259.360000', '172259.820000', '172300.280000', '172300.740000', '172301.200000', '172301.660000', '172302.120000', '172302.580000', '172303.040000', '172303.500000', '172303.960000', '172304.420000', '172304.880000', '172305.340000', '172305.800000', '172306.260000', '172306.720000', '172307.180000', '172307.640000', '172308.100000', '172308.560000', '172309.020000', '172309.480000', '172309.940000', '172310.400000', '172310.860000', '172311.320000', '172311.780000', '172312.240000', '172312.700000', '172313.160000', '172313.620000', '172314.080000', '172314.540000', '172315.000000', '172315.460000', '172315.920000', '172316.380000', '172316.840000', '172317.300000', '172317.760000', '172318.220000', '172318.680000', '172319.140000', '172319.600000', '172320.060000', '172320.520000', '172320.980000', '172321.440000', '172321.900000', '172322.360000', '172322.820000', '172323.280000', '172323.740000', '172324.200000', '172324.660000', '172325.120000', '172325.580000', '172326.040000', '172326.500000', '172326.960000', '172327.420000', '172327.880000', '172328.340000', '172328.800000', '172329.260000', '172329.720000', '172330.180000', '172330.640000', '172331.100000', '172331.560000', '172332.020000', '172332.480000', '172332.940000', '172333.400000', '172333.860000', '172334.320000', '172334.780000', '172335.240000', '172335.700000', '172336.160000', '172336.620000', '172337.080000', '172337.540000', '172338.000000', '172338.460000', '172338.920000', '172339.380000', '172339.840000', '172340.300000', '172340.760000', '172341.220000', '172341.680000', '172342.140000', '172342.600000', '172343.060000', '172343.520000', '172343.980000', '172344.440000', '172344.900000', '172345.360000', '172345.820000', '172346.280000', '172346.740000', '172347.200000', '172347.660000', '172348.120000', '172348.580000', '172349.040000', '172349.500000', '172349.960000', '172350.420000', '172350.880000', '172351.340000', '172351.800000', '172352.260000', '172352.720000', '172353.180000', '172353.640000', '172354.100000', '172354.560000', '172355.020000', '172355.480000', '172355.940000', '172356.400000', '172356.860000', '172357.320000', '172357.780000', '172358.240000', '172358.700000', '172359.160000', '172359.620000', '172400.080000', '172400.540000', '172401.000000', '172401.460000', '172401.920000', '172402.380000', '172402.840000', '172403.300000', '172403.760000', '172404.220000', '172404.680000', '172405.140000', '172405.600000', '172406.060000', '172406.520000', '172406.980000', '172407.440000', '172407.900000', '172408.360000', '172408.820000', '172409.280000', '172409.740000', '172410.200000', '172410.660000', '172411.120000', '172411.580000', '172412.040000', '172412.500000', '172412.960000', '172413.420000', '172413.880000', '172414.340000', '172414.800000', '172415.260000', '172415.720000', '172416.180000', '172416.640000', '172417.100000', '172417.560000', '172418.020000', '172418.480000', '172418.940000', '172419.400000', '172419.860000', '172420.320000', '172420.780000', '172421.240000', '172421.700000', '172422.160000', '172422.620000', '172423.080000', '172423.540000', '172424.000000', '172424.460000', '172424.920000', '172425.380000', '172425.840000', '172426.300000', '172426.760000', '172427.220000', '172427.680000', '172428.140000', '172428.600000', '172429.060000', '172429.520000', '172429.980000', '172430.440000', '172430.900000', '172431.360000', '172431.820000', '172432.280000', '172432.740000', '172433.200000', '172433.660000', '172434.120000', '172434.580000', '172435.040000', '172435.500000', '172435.960000', '172436.420000', '172436.880000', '172437.340000', '172437.800000', '172438.260000', '172438.720000', '172439.180000', '172439.640000', '172440.100000', '172440.560000', '172441.020000', '172441.480000', '172441.940000', '172442.400000', '172442.860000', '172443.320000', '172443.780000', '172444.240000', '172444.700000', '172445.160000', '172445.620000', '172446.080000', '172446.540000', '172447.000000', '172447.460000', '172447.920000', '172448.380000', '172448.840000', '172449.300000', '172449.760000', '172450.220000', '172450.680000', '172451.140000', '172451.600000', '172452.060000', '172452.520000', '172452.980000', '172453.440000', '172453.900000', '172454.360000', '172454.820000', '172455.280000', '172455.740000', '172456.200000', '172456.660000', '172457.120000', '172457.580000', '172458.040000', '172458.500000', '172458.960000', '172459.420000', '172459.880000', '172500.340000', '172500.800000', '172501.260000', '172501.720000', '172502.180000', '172502.640000', '172503.100000', '172503.560000', '172504.020000', '172504.480000', '172504.940000', '172505.400000', '172505.860000', '172506.320000', '172506.780000', '172507.240000', '172507.700000', '172508.160000', '172508.620000', '172509.080000', '172509.540000', '172510.000000', '172510.460000', '172510.920000', '172511.380000', '172511.840000', '172512.300000', '172512.760000', '172513.220000', '172513.680000', '172514.140000', '172514.600000', '172515.060000', '172515.520000', '172515.980000', '172516.440000', '172516.900000', '172517.360000', '172517.820000', '172518.280000', '172518.740000', '172519.200000', '172519.660000', '172520.120000', '172520.580000', '172521.040000', '172521.500000', '172521.960000', '172522.420000', '172522.880000', '172523.340000', '172523.800000', '172524.260000', '172524.720000', '172525.180000', '172525.640000', '172526.100000', '172526.560000', '172527.020000', '172527.480000', '172527.940000', '172528.400000', '172528.860000', '172529.320000', '172529.780000', '172530.240000', '172530.700000', '172531.160000', '172531.620000', '172532.080000', '172532.540000', '172533.000000', '172533.460000', '172533.920000', '172534.380000', '172534.840000', '172535.300000', '172535.760000', '172536.220000', '172536.680000', '172537.140000', '172537.600000', '172538.060000', '172538.520000', '172538.980000', '172539.440000', '172539.900000', '172540.360000', '172540.820000', '172541.280000', '172541.740000', '172542.200000', '172542.660000', '172543.120000', '172543.580000', '172544.040000', '172544.500000', '172544.960000', '172545.420000', '172545.880000', '172546.340000', '172546.800000', '172547.260000', '172547.720000', '172548.180000', '172548.640000', '172549.100000', '172549.560000', '172550.020000', '172550.480000', '172550.940000', '172551.400000', '172551.860000', '172552.320000', '172552.780000', '172553.240000', '172553.700000', '172554.160000', '172554.620000', '172555.080000', '172555.540000', '172556.000000', '172556.460000', '172556.920000', '172557.380000', '172557.840000', '172558.300000', '172558.760000', '172559.220000', '172559.680000', '172600.140000', '172600.600000', '172601.060000', '172601.520000', '172601.980000', '172602.440000', '172602.900000', '172603.360000', '172603.820000', '172604.280000', '172604.740000', '172605.200000', '172605.660000', '172606.120000', '172606.580000', '172607.040000', '172607.500000', '172607.960000', '172608.420000', '172608.880000', '172609.340000', '172609.800000', '172610.260000', '172610.720000', '172611.180000', '172611.640000', '172612.100000', '172612.560000', '172613.020000', '172613.480000', '172613.940000', '172614.400000', '172614.860000', '172615.320000', '172615.780000', '172616.240000', '172616.700000', '172617.160000', '172617.620000', '172618.080000', '172618.540000', '172619.000000', '172619.460000', '172619.920000', '172620.380000', '172620.840000', '172621.300000', '172621.760000', '172622.220000', '172622.680000', '172623.140000', '172623.600000', '172624.060000', '172624.520000', '172624.980000', '172625.440000', '172625.900000', '172626.360000', '172626.820000', '172627.280000', '172627.740000', '172628.200000', '172628.660000', '172629.120000', '172629.580000', '172630.040000', '172630.500000', '172630.960000', '172631.420000', '172631.880000', '172632.340000', '172632.800000', '172633.260000', '172633.720000', '172634.180000', '172634.640000', '172635.100000', '172635.560000', '172636.020000', '172636.480000', '172636.940000', '172637.400000', '172637.860000', '172638.320000', '172638.780000', '172639.240000', '172639.700000', '172640.160000', '172640.620000', '172641.080000', '172641.540000', '172642.000000', '172642.460000', '172642.920000', '172643.380000', '172643.840000', '172644.300000', '172644.760000', '172645.220000', '172645.680000', '172646.140000', '172646.600000', '172647.060000', '172647.520000', '172647.980000', '172648.440000', '172648.900000', '172649.360000', '172649.820000', '172650.280000', '172650.740000', '172651.200000', '172651.660000', '172652.120000', '172652.580000', '172653.040000', '172653.500000', '172653.960000', '172654.420000', '172654.880000', '172655.340000', '172655.800000', '172656.260000', '172656.720000', '172657.180000', '172657.640000', '172658.100000', '172658.560000', '172659.020000', '172659.480000', '172659.940000', '172700.400000', '172700.860000', '172701.320000', '172701.780000', '172702.240000', '172702.700000', '172703.160000', '172703.620000', '172704.080000', '172704.540000', '172705.000000', '172705.460000', '172705.920000', '172706.380000', '172706.840000', '172707.300000', '172707.760000', '172708.220000', '172708.680000', '172709.140000', '172709.600000', '172710.060000', '172710.520000', '172710.980000', '172711.440000', '172711.900000', '172712.360000', '172712.820000', '172713.280000', '172713.740000', '172714.200000', '172714.660000', '172715.120000', '172715.580000', '172716.040000', '172716.500000', '172716.960000', '172717.420000', '172717.880000', '172718.340000', '172718.800000', '172719.260000', '172719.720000', '172720.180000', '172720.640000', '172721.100000', '172721.560000', '172722.020000', '172722.480000', '172722.940000', '172723.400000', '172723.860000', '172724.320000', '172724.780000', '172725.240000'], 'ContentTime': ['172058.831000', '172058.841000', '172058.843000', '172058.846000', '172058.848000', '172058.851000', '172058.854000', '172058.856000', '172058.859000', '172058.862000', '172058.865000', '172058.877000', '172058.880000', '172058.883000', '172058.885000', '172058.888000', '172058.890000', '172058.893000', '172058.895000', '172058.898000', '172058.900000', '172058.906000', '172058.909000', '172058.911000', '172058.914000', '172058.916000', '172058.919000', '172118.800000', '172118.803000', '172118.806000', '172118.808000', '172118.811000', '172118.813000', '172118.816000', '172118.818000', '172118.821000', '172118.823000', '172118.826000', '172118.828000', '172118.831000', '172118.833000', '172118.836000', '172118.839000', '172118.841000', '172118.844000', '172118.846000', '172118.849000', '172118.851000', '172118.854000', '172118.856000', '172118.859000', '172118.861000', '172118.864000', '172118.866000', '172118.869000', '172118.872000', '172118.888000', '172118.890000', '172118.893000', '172118.895000', '172118.898000', '172118.901000', '172118.903000', '172118.906000', '172118.908000', '172118.911000', '172118.913000', '172118.916000', '172118.918000', '172118.921000', '172118.923000', '172138.801000', '172138.804000', '172138.807000', '172138.809000', '172138.812000', '172138.814000', '172138.817000', '172138.819000', '172138.822000', '172138.825000', '172138.827000', '172138.830000', '172138.832000', '172138.835000', '172138.837000', '172138.840000', '172138.842000', '172138.845000', '172138.848000', '172138.850000', '172138.853000', '172138.855000', '172138.888000', '172138.891000', '172138.893000', '172138.896000', '172138.898000', '172138.922000', '172138.925000', '172138.928000', '172138.931000', '172138.933000', '172138.936000', '172138.939000', '172138.941000', '172138.944000', '172138.946000', '172138.949000', '172138.951000', '172138.954000', '172138.956000', '172138.959000', '172138.961000', '172158.801000', '172158.804000', '172158.807000', '172158.810000', '172158.812000', '172158.815000', '172158.817000', '172158.820000', '172158.823000', '172158.825000', '172158.828000', '172158.830000', '172158.833000', '172158.835000', '172158.838000', '172158.841000', '172158.843000', '172158.846000', '172158.848000', '172158.851000', '172158.853000', '172158.856000', '172158.858000', '172158.861000', '172158.863000', '172158.866000', '172158.869000', '172158.871000', '172158.874000', '172158.876000', '172158.879000', '172158.881000', '172158.884000', '172158.886000', '172158.889000', '172158.892000', '172158.894000', '172158.897000', '172158.899000', '172158.902000', '172158.904000', '172158.907000', '172158.910000', '172158.912000', '172218.801000', '172218.804000', '172218.807000', '172218.810000', '172218.812000', '172218.815000', '172218.817000', '172218.820000', '172218.822000', '172218.825000', '172218.827000', '172218.830000', '172218.833000', '172218.835000', '172218.838000', '172218.840000', '172218.843000', '172218.846000', '172218.848000', '172218.851000', '172218.853000', '172218.856000', '172218.859000', '172218.861000', '172218.864000', '172218.866000', '172218.869000', '172218.872000', '172218.875000', '172218.877000', '172218.880000', '172218.883000', '172218.885000', '172218.888000', '172218.890000', '172218.893000', '172218.895000', '172218.898000', '172218.901000', '172218.903000', '172218.906000', '172218.909000', '172218.912000', '172238.801000', '172238.804000', '172238.807000', '172238.809000', '172238.812000', '172238.815000', '172238.817000', '172238.820000', '172238.823000', '172238.825000', '172238.828000', '172238.830000', '172238.833000', '172238.836000', '172238.838000', '172238.841000', '172238.843000', '172238.846000', '172238.849000', '172238.851000', '172238.854000', '172238.856000', '172238.859000', '172238.861000', '172238.864000', '172238.867000', '172238.869000', '172238.872000', '172238.875000', '172238.877000', '172238.880000', '172238.883000', '172238.885000', '172238.888000', '172238.890000', '172238.893000', '172238.896000', '172238.898000', '172238.901000', '172238.904000', '172238.906000', '172238.909000', '172238.911000', '172238.914000', '172258.801000', '172258.804000', '172258.807000', '172258.810000', '172258.813000', '172258.815000', '172258.818000', '172258.821000', '172258.823000', '172258.826000', '172258.828000', '172258.831000', '172258.834000', '172258.836000', '172258.839000', '172258.841000', '172258.844000', '172258.846000', '172258.849000', '172258.851000', '172258.854000', '172258.857000', '172258.859000', '172258.862000', '172258.864000', '172258.867000', '172258.870000', '172258.872000', '172258.875000', '172258.877000', '172258.880000', '172258.882000', '172258.885000', '172258.888000', '172258.890000', '172258.893000', '172258.895000', '172258.898000', '172258.901000', '172258.903000', '172258.906000', '172258.909000', '172258.912000', '172318.801000', '172318.804000', '172318.807000', '172318.809000', '172318.812000', '172318.815000', '172318.817000', '172318.820000', '172318.822000', '172318.825000', '172318.828000', '172318.830000', '172318.833000', '172318.835000', '172318.838000', '172318.840000', '172318.843000', '172318.846000', '172318.848000', '172318.851000', '172318.853000', '172318.856000', '172318.858000', '172318.876000', '172318.879000', '172318.881000', '172318.884000', '172318.887000', '172318.889000', '172318.892000', '172318.894000', '172318.897000', '172318.900000', '172318.902000', '172318.905000', '172318.907000', '172318.910000', '172318.912000', '172318.915000', '172318.917000', '172318.920000', '172318.923000', '172318.925000', '172318.928000', '172338.800000', '172338.803000', '172338.806000', '172338.808000', '172338.811000', '172338.814000', '172338.816000', '172338.819000', '172338.821000', '172338.824000', '172338.827000', '172338.829000', '172338.832000', '172338.834000', '172338.837000', '172338.840000', '172338.842000', '172338.845000', '172338.847000', '172338.850000', '172338.852000', '172338.855000', '172338.858000', '172338.860000', '172338.863000', '172338.865000', '172338.868000', '172338.871000', '172338.873000', '172338.876000', '172338.878000', '172338.881000', '172338.884000', '172338.886000', '172338.889000', '172338.891000', '172338.894000', '172338.897000', '172338.899000', '172338.902000', '172338.904000', '172338.907000', '172338.909000', '172358.801000', '172358.804000', '172358.807000', '172358.810000', '172358.812000', '172358.815000', '172358.817000', '172358.820000', '172358.823000', '172358.825000', '172358.828000', '172358.830000', '172358.833000', '172358.836000', '172358.839000', '172358.841000', '172358.844000', '172358.846000', '172358.849000', '172358.852000', '172358.854000', '172358.857000', '172358.859000', '172358.862000', '172358.864000', '172358.867000', '172358.870000', '172358.872000', '172358.875000', '172358.877000', '172358.880000', '172358.882000', '172358.885000', '172358.887000', '172358.890000', '172358.893000', '172358.895000', '172358.898000', '172358.901000', '172358.903000', '172358.906000', '172358.908000', '172358.911000', '172358.913000', '172418.802000', '172418.804000', '172418.807000', '172418.810000', '172418.812000', '172418.815000', '172418.817000', '172418.820000', '172418.822000', '172418.825000', '172418.828000', '172418.830000', '172418.833000', '172418.835000', '172418.838000', '172418.840000', '172418.843000', '172418.845000', '172418.848000', '172418.851000', '172418.853000', '172418.856000', '172418.858000', '172418.861000', '172418.863000', '172418.866000', '172418.868000', '172418.871000', '172418.874000', '172418.876000', '172418.879000', '172418.881000', '172418.884000', '172418.886000', '172418.889000', '172418.892000', '172418.894000', '172418.897000', '172418.899000', '172418.902000', '172418.904000', '172418.907000', '172418.910000', '172438.802000', '172438.805000', '172438.808000', '172438.810000', '172438.813000', '172438.816000', '172438.818000', '172438.821000', '172438.824000', '172438.826000', '172438.829000', '172438.831000', '172438.834000', '172438.836000', '172438.839000', '172438.842000', '172438.844000', '172438.847000', '172438.849000', '172438.852000', '172438.855000', '172438.857000', '172438.860000', '172438.862000', '172438.865000', '172438.868000', '172438.870000', '172438.873000', '172438.875000', '172438.878000', '172438.881000', '172438.884000', '172438.886000', '172438.889000', '172438.891000', '172438.894000', '172438.897000', '172438.899000', '172438.902000', '172438.904000', '172438.907000', '172438.909000', '172438.912000', '172458.801000', '172458.804000', '172458.807000', '172458.810000', '172458.812000', '172458.826000', '172458.828000', '172458.831000', '172458.833000', '172458.836000', '172458.839000', '172458.841000', '172458.844000', '172458.846000', '172458.849000', '172458.852000', '172458.854000', '172458.857000', '172458.860000', '172458.863000', '172458.865000', '172458.868000', '172458.870000', '172458.873000', '172458.876000', '172458.878000', '172458.881000', '172458.883000', '172458.886000', '172458.888000', '172458.891000', '172458.894000', '172458.896000', '172458.899000', '172458.901000', '172458.904000', '172458.906000', '172458.909000', '172458.912000', '172458.914000', '172458.917000', '172458.919000', '172458.922000', '172458.925000', '172518.801000', '172518.804000', '172518.807000', '172518.809000', '172518.812000', '172518.815000', '172518.817000', '172518.820000', '172518.822000', '172518.825000', '172518.827000', '172518.830000', '172518.833000', '172518.835000', '172518.838000', '172518.840000', '172518.843000', '172518.846000', '172518.848000', '172518.851000', '172518.854000', '172518.856000', '172518.859000', '172518.861000', '172518.864000', '172518.867000', '172518.869000', '172518.872000', '172518.874000', '172518.877000', '172518.879000', '172518.882000', '172518.885000', '172518.887000', '172518.890000', '172518.892000', '172518.895000', '172518.898000', '172518.900000', '172518.903000', '172518.905000', '172518.908000', '172518.911000', '172518.913000', '172538.802000', '172538.805000', '172538.807000', '172538.810000', '172538.812000', '172538.815000', '172538.818000', '172538.820000', '172538.823000', '172538.826000', '172538.828000', '172538.831000', '172538.833000', '172538.836000', '172538.838000', '172538.841000', '172538.844000', '172538.846000', '172538.849000', '172538.851000', '172538.854000', '172538.856000', '172538.859000', '172538.862000', '172538.864000', '172538.867000', '172538.869000', '172538.872000', '172538.875000', '172538.877000', '172538.880000', '172538.883000', '172538.885000', '172538.888000', '172538.890000', '172538.893000', '172538.896000', '172538.898000', '172538.901000', '172538.905000', '172538.908000', '172538.910000', '172538.914000', '172558.800000', '172558.803000', '172558.806000', '172558.809000', '172558.811000', '172558.814000', '172558.817000', '172558.819000', '172558.822000', '172558.824000', '172558.827000', '172558.830000', '172558.832000', '172558.835000', '172558.837000', '172558.840000', '172558.843000', '172558.846000', '172558.849000', '172558.852000', '172558.854000', '172558.857000', '172558.859000', '172558.862000', '172558.865000', '172558.868000', '172558.870000', '172558.873000', '172558.875000', '172558.878000', '172558.881000', '172558.884000', '172558.886000', '172558.889000', '172558.891000', '172558.894000', '172558.897000', '172558.899000', '172558.902000', '172558.904000', '172558.907000', '172558.909000', '172558.912000', '172618.802000', '172618.804000', '172618.807000', '172618.809000', '172618.812000', '172618.815000', '172618.817000', '172618.820000', '172618.822000', '172618.825000', '172618.828000', '172618.830000', '172618.833000', '172618.835000', '172618.838000', '172618.849000', '172618.852000', '172618.855000', '172618.857000', '172618.860000', '172618.862000', '172618.865000', '172618.868000', '172618.870000', '172618.873000', '172618.875000', '172618.878000', '172618.880000', '172618.883000', '172618.886000', '172618.888000', '172618.891000', '172618.893000', '172618.896000', '172618.898000', '172618.901000', '172618.904000', '172618.906000', '172618.909000', '172618.911000', '172618.914000', '172618.917000', '172618.919000', '172618.922000', '172638.801000', '172638.804000', '172638.807000', '172638.810000', '172638.812000', '172638.815000', '172638.817000', '172638.822000', '172638.824000', '172638.827000', '172638.830000', '172638.832000', '172638.835000', '172638.837000', '172638.840000', '172638.842000', '172638.845000', '172638.848000', '172638.850000', '172638.853000', '172638.855000', '172638.858000', '172638.861000', '172638.863000', '172638.866000', '172638.868000', '172638.871000', '172638.873000', '172638.876000', '172638.879000', '172638.881000', '172638.884000', '172638.886000', '172638.889000', '172638.891000', '172638.894000', '172638.896000', '172638.899000', '172638.902000', '172638.904000', '172638.907000', '172638.909000', '172638.912000', '172638.915000', '172658.802000', '172658.805000', '172658.807000', '172658.810000', '172658.812000', '172658.815000', '172658.818000', '172658.820000', '172658.823000', '172658.826000', '172658.828000', '172658.831000', '172658.833000', '172658.837000', '172658.839000', '172658.842000', '172658.844000', '172658.847000', '172658.850000', '172658.852000', '172658.855000', '172658.857000', '172658.860000', '172658.863000', '172658.865000', '172658.868000', '172658.870000', '172658.873000', '172658.876000', '172658.878000', '172658.881000', '172658.884000', '172658.886000', '172658.889000', '172658.891000', '172658.894000', '172658.896000', '172658.899000', '172658.902000', '172658.905000', '172658.908000', '172658.910000', '172658.913000', '172718.802000', '172718.804000', '172718.807000', '172718.810000', '172718.812000', '172718.815000', '172718.817000', '172718.820000', '172718.823000', '172718.826000', '172718.829000', '172718.832000', '172718.835000', '172718.837000', '172718.840000', '172718.843000', '172718.845000', '172718.848000', '172718.850000', '172718.853000', '172718.856000', '172718.858000', '172718.861000', '172718.863000', '172718.866000', '172718.869000', '172718.871000', '172718.874000', '172718.876000', '172718.879000', '172718.882000', '172718.884000', '172718.887000', '172718.890000', '172718.899000', '172718.902000', '172718.905000', '172718.907000', '172718.910000', '172718.913000', '172718.915000', '172718.918000', '172718.921000', '172727.064000', '172727.067000', '172727.069000', '172727.072000', '172727.075000', '172727.078000', '172727.081000', '172727.083000', '172727.086000', '172727.089000', '172727.091000', '172727.095000', '172727.098000', '172727.101000', '172727.104000', '172727.107000', '172727.109000', '172727.112000', '172727.115000'], 'InstanceCreationTime': ['172058.831000', '172058.841000', '172058.843000', '172058.846000', '172058.848000', '172058.851000', '172058.854000', '172058.856000', '172058.859000', '172058.862000', '172058.865000', '172058.877000', '172058.880000', '172058.883000', '172058.885000', '172058.888000', '172058.890000', '172058.893000', '172058.895000', '172058.898000', '172058.900000', '172058.906000', '172058.909000', '172058.911000', '172058.914000', '172058.916000', '172058.919000', '172118.800000', '172118.803000', '172118.806000', '172118.808000', '172118.811000', '172118.813000', '172118.816000', '172118.818000', '172118.821000', '172118.823000', '172118.826000', '172118.828000', '172118.831000', '172118.833000', '172118.836000', '172118.839000', '172118.841000', '172118.844000', '172118.846000', '172118.849000', '172118.851000', '172118.854000', '172118.856000', '172118.859000', '172118.861000', '172118.864000', '172118.866000', '172118.869000', '172118.872000', '172118.888000', '172118.890000', '172118.893000', '172118.895000', '172118.898000', '172118.901000', '172118.903000', '172118.906000', '172118.908000', '172118.911000', '172118.913000', '172118.916000', '172118.918000', '172118.921000', '172118.923000', '172138.801000', '172138.804000', '172138.807000', '172138.809000', '172138.812000', '172138.814000', '172138.817000', '172138.819000', '172138.822000', '172138.825000', '172138.827000', '172138.830000', '172138.832000', '172138.835000', '172138.837000', '172138.840000', '172138.842000', '172138.845000', '172138.848000', '172138.850000', '172138.853000', '172138.855000', '172138.888000', '172138.891000', '172138.893000', '172138.896000', '172138.898000', '172138.922000', '172138.925000', '172138.928000', '172138.931000', '172138.933000', '172138.936000', '172138.939000', '172138.941000', '172138.944000', '172138.946000', '172138.949000', '172138.951000', '172138.954000', '172138.956000', '172138.959000', '172138.961000', '172158.801000', '172158.804000', '172158.807000', '172158.810000', '172158.812000', '172158.815000', '172158.817000', '172158.820000', '172158.823000', '172158.825000', '172158.828000', '172158.830000', '172158.833000', '172158.835000', '172158.838000', '172158.841000', '172158.843000', '172158.846000', '172158.848000', '172158.851000', '172158.853000', '172158.856000', '172158.858000', '172158.861000', '172158.863000', '172158.866000', '172158.869000', '172158.871000', '172158.874000', '172158.876000', '172158.879000', '172158.881000', '172158.884000', '172158.886000', '172158.889000', '172158.892000', '172158.894000', '172158.897000', '172158.899000', '172158.902000', '172158.904000', '172158.907000', '172158.910000', '172158.912000', '172218.801000', '172218.804000', '172218.807000', '172218.810000', '172218.812000', '172218.815000', '172218.817000', '172218.820000', '172218.822000', '172218.825000', '172218.827000', '172218.830000', '172218.833000', '172218.835000', '172218.838000', '172218.840000', '172218.843000', '172218.846000', '172218.848000', '172218.851000', '172218.853000', '172218.856000', '172218.859000', '172218.861000', '172218.864000', '172218.866000', '172218.869000', '172218.872000', '172218.875000', '172218.877000', '172218.880000', '172218.883000', '172218.885000', '172218.888000', '172218.890000', '172218.893000', '172218.895000', '172218.898000', '172218.901000', '172218.903000', '172218.906000', '172218.909000', '172218.912000', '172238.801000', '172238.804000', '172238.807000', '172238.809000', '172238.812000', '172238.815000', '172238.817000', '172238.820000', '172238.823000', '172238.825000', '172238.828000', '172238.830000', '172238.833000', '172238.836000', '172238.838000', '172238.841000', '172238.843000', '172238.846000', '172238.849000', '172238.851000', '172238.854000', '172238.856000', '172238.859000', '172238.861000', '172238.864000', '172238.867000', '172238.869000', '172238.872000', '172238.875000', '172238.877000', '172238.880000', '172238.883000', '172238.885000', '172238.888000', '172238.890000', '172238.893000', '172238.896000', '172238.898000', '172238.901000', '172238.904000', '172238.906000', '172238.909000', '172238.911000', '172238.914000', '172258.801000', '172258.804000', '172258.807000', '172258.810000', '172258.813000', '172258.815000', '172258.818000', '172258.821000', '172258.823000', '172258.826000', '172258.828000', '172258.831000', '172258.834000', '172258.836000', '172258.839000', '172258.841000', '172258.844000', '172258.846000', '172258.849000', '172258.851000', '172258.854000', '172258.857000', '172258.859000', '172258.862000', '172258.864000', '172258.867000', '172258.870000', '172258.872000', '172258.875000', '172258.877000', '172258.880000', '172258.882000', '172258.885000', '172258.888000', '172258.890000', '172258.893000', '172258.895000', '172258.898000', '172258.901000', '172258.903000', '172258.906000', '172258.909000', '172258.912000', '172318.801000', '172318.804000', '172318.807000', '172318.809000', '172318.812000', '172318.815000', '172318.817000', '172318.820000', '172318.822000', '172318.825000', '172318.828000', '172318.830000', '172318.833000', '172318.835000', '172318.838000', '172318.840000', '172318.843000', '172318.846000', '172318.848000', '172318.851000', '172318.853000', '172318.856000', '172318.858000', '172318.876000', '172318.879000', '172318.881000', '172318.884000', '172318.887000', '172318.889000', '172318.892000', '172318.894000', '172318.897000', '172318.900000', '172318.902000', '172318.905000', '172318.907000', '172318.910000', '172318.912000', '172318.915000', '172318.917000', '172318.920000', '172318.923000', '172318.925000', '172318.928000', '172338.800000', '172338.803000', '172338.806000', '172338.808000', '172338.811000', '172338.814000', '172338.816000', '172338.819000', '172338.821000', '172338.824000', '172338.827000', '172338.829000', '172338.832000', '172338.834000', '172338.837000', '172338.840000', '172338.842000', '172338.845000', '172338.847000', '172338.850000', '172338.852000', '172338.855000', '172338.858000', '172338.860000', '172338.863000', '172338.865000', '172338.868000', '172338.871000', '172338.873000', '172338.876000', '172338.878000', '172338.881000', '172338.884000', '172338.886000', '172338.889000', '172338.891000', '172338.894000', '172338.897000', '172338.899000', '172338.902000', '172338.904000', '172338.907000', '172338.909000', '172358.801000', '172358.804000', '172358.807000', '172358.810000', '172358.812000', '172358.815000', '172358.817000', '172358.820000', '172358.823000', '172358.825000', '172358.828000', '172358.830000', '172358.833000', '172358.836000', '172358.839000', '172358.841000', '172358.844000', '172358.846000', '172358.849000', '172358.852000', '172358.854000', '172358.857000', '172358.859000', '172358.862000', '172358.864000', '172358.867000', '172358.870000', '172358.872000', '172358.875000', '172358.877000', '172358.880000', '172358.882000', '172358.885000', '172358.887000', '172358.890000', '172358.893000', '172358.895000', '172358.898000', '172358.901000', '172358.903000', '172358.906000', '172358.908000', '172358.911000', '172358.913000', '172418.802000', '172418.804000', '172418.807000', '172418.810000', '172418.812000', '172418.815000', '172418.817000', '172418.820000', '172418.822000', '172418.825000', '172418.828000', '172418.830000', '172418.833000', '172418.835000', '172418.838000', '172418.840000', '172418.843000', '172418.845000', '172418.848000', '172418.851000', '172418.853000', '172418.856000', '172418.858000', '172418.861000', '172418.863000', '172418.866000', '172418.868000', '172418.871000', '172418.874000', '172418.876000', '172418.879000', '172418.881000', '172418.884000', '172418.886000', '172418.889000', '172418.892000', '172418.894000', '172418.897000', '172418.899000', '172418.902000', '172418.904000', '172418.907000', '172418.910000', '172438.802000', '172438.805000', '172438.808000', '172438.810000', '172438.813000', '172438.816000', '172438.818000', '172438.821000', '172438.824000', '172438.826000', '172438.829000', '172438.831000', '172438.834000', '172438.836000', '172438.839000', '172438.842000', '172438.844000', '172438.847000', '172438.849000', '172438.852000', '172438.855000', '172438.857000', '172438.860000', '172438.862000', '172438.865000', '172438.868000', '172438.870000', '172438.873000', '172438.875000', '172438.878000', '172438.881000', '172438.884000', '172438.886000', '172438.889000', '172438.891000', '172438.894000', '172438.897000', '172438.899000', '172438.902000', '172438.904000', '172438.907000', '172438.909000', '172438.912000', '172458.801000', '172458.804000', '172458.807000', '172458.810000', '172458.812000', '172458.826000', '172458.828000', '172458.831000', '172458.833000', '172458.836000', '172458.839000', '172458.841000', '172458.844000', '172458.846000', '172458.849000', '172458.852000', '172458.854000', '172458.857000', '172458.860000', '172458.863000', '172458.865000', '172458.868000', '172458.870000', '172458.873000', '172458.876000', '172458.878000', '172458.881000', '172458.883000', '172458.886000', '172458.888000', '172458.891000', '172458.894000', '172458.896000', '172458.899000', '172458.901000', '172458.904000', '172458.906000', '172458.909000', '172458.912000', '172458.914000', '172458.917000', '172458.919000', '172458.922000', '172458.925000', '172518.801000', '172518.804000', '172518.807000', '172518.809000', '172518.812000', '172518.815000', '172518.817000', '172518.820000', '172518.822000', '172518.825000', '172518.827000', '172518.830000', '172518.833000', '172518.835000', '172518.838000', '172518.840000', '172518.843000', '172518.846000', '172518.848000', '172518.851000', '172518.854000', '172518.856000', '172518.859000', '172518.861000', '172518.864000', '172518.867000', '172518.869000', '172518.872000', '172518.874000', '172518.877000', '172518.879000', '172518.882000', '172518.885000', '172518.887000', '172518.890000', '172518.892000', '172518.895000', '172518.898000', '172518.900000', '172518.903000', '172518.905000', '172518.908000', '172518.911000', '172518.913000', '172538.802000', '172538.805000', '172538.807000', '172538.810000', '172538.812000', '172538.815000', '172538.818000', '172538.820000', '172538.823000', '172538.826000', '172538.828000', '172538.831000', '172538.833000', '172538.836000', '172538.838000', '172538.841000', '172538.844000', '172538.846000', '172538.849000', '172538.851000', '172538.854000', '172538.856000', '172538.859000', '172538.862000', '172538.864000', '172538.867000', '172538.869000', '172538.872000', '172538.875000', '172538.877000', '172538.880000', '172538.883000', '172538.885000', '172538.888000', '172538.890000', '172538.893000', '172538.896000', '172538.898000', '172538.901000', '172538.905000', '172538.908000', '172538.910000', '172538.914000', '172558.800000', '172558.803000', '172558.806000', '172558.809000', '172558.811000', '172558.814000', '172558.817000', '172558.819000', '172558.822000', '172558.824000', '172558.827000', '172558.830000', '172558.832000', '172558.835000', '172558.837000', '172558.840000', '172558.843000', '172558.846000', '172558.849000', '172558.852000', '172558.854000', '172558.857000', '172558.859000', '172558.862000', '172558.865000', '172558.868000', '172558.870000', '172558.873000', '172558.875000', '172558.878000', '172558.881000', '172558.884000', '172558.886000', '172558.889000', '172558.891000', '172558.894000', '172558.897000', '172558.899000', '172558.902000', '172558.904000', '172558.907000', '172558.909000', '172558.912000', '172618.802000', '172618.804000', '172618.807000', '172618.809000', '172618.812000', '172618.815000', '172618.817000', '172618.820000', '172618.822000', '172618.825000', '172618.828000', '172618.830000', '172618.833000', '172618.835000', '172618.838000', '172618.849000', '172618.852000', '172618.855000', '172618.857000', '172618.860000', '172618.862000', '172618.865000', '172618.868000', '172618.870000', '172618.873000', '172618.875000', '172618.878000', '172618.880000', '172618.883000', '172618.886000', '172618.888000', '172618.891000', '172618.893000', '172618.896000', '172618.898000', '172618.901000', '172618.904000', '172618.906000', '172618.909000', '172618.911000', '172618.914000', '172618.917000', '172618.919000', '172618.922000', '172638.801000', '172638.804000', '172638.807000', '172638.810000', '172638.812000', '172638.815000', '172638.817000', '172638.822000', '172638.824000', '172638.827000', '172638.830000', '172638.832000', '172638.835000', '172638.837000', '172638.840000', '172638.842000', '172638.845000', '172638.848000', '172638.850000', '172638.853000', '172638.855000', '172638.858000', '172638.861000', '172638.863000', '172638.866000', '172638.868000', '172638.871000', '172638.873000', '172638.876000', '172638.879000', '172638.881000', '172638.884000', '172638.886000', '172638.889000', '172638.891000', '172638.894000', '172638.896000', '172638.899000', '172638.902000', '172638.904000', '172638.907000', '172638.909000', '172638.912000', '172638.915000', '172658.802000', '172658.805000', '172658.807000', '172658.810000', '172658.812000', '172658.815000', '172658.818000', '172658.820000', '172658.823000', '172658.826000', '172658.828000', '172658.831000', '172658.833000', '172658.837000', '172658.839000', '172658.842000', '172658.844000', '172658.847000', '172658.850000', '172658.852000', '172658.855000', '172658.857000', '172658.860000', '172658.863000', '172658.865000', '172658.868000', '172658.870000', '172658.873000', '172658.876000', '172658.878000', '172658.881000', '172658.884000', '172658.886000', '172658.889000', '172658.891000', '172658.894000', '172658.896000', '172658.899000', '172658.902000', '172658.905000', '172658.908000', '172658.910000', '172658.913000', '172718.802000', '172718.804000', '172718.807000', '172718.810000', '172718.812000', '172718.815000', '172718.817000', '172718.820000', '172718.823000', '172718.826000', '172718.829000', '172718.832000', '172718.835000', '172718.837000', '172718.840000', '172718.843000', '172718.845000', '172718.848000', '172718.850000', '172718.853000', '172718.856000', '172718.858000', '172718.861000', '172718.863000', '172718.866000', '172718.869000', '172718.871000', '172718.874000', '172718.876000', '172718.879000', '172718.882000', '172718.884000', '172718.887000', '172718.890000', '172718.899000', '172718.902000', '172718.905000', '172718.907000', '172718.910000', '172718.913000', '172718.915000', '172718.918000', '172718.921000', '172727.064000', '172727.067000', '172727.069000', '172727.072000', '172727.075000', '172727.078000', '172727.081000', '172727.083000', '172727.086000', '172727.089000', '172727.091000', '172727.095000', '172727.098000', '172727.101000', '172727.104000', '172727.107000', '172727.109000', '172727.112000', '172727.115000'], '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': [18716, 11289, 19239, 10953, 18838, 10555, 19600, 10966, 16727, 11455, 15142, 10338, 12707, 10301, 13658, 9698, 12138, 9874, 10054, 19329, 11212, 16775, 11270, 14105, 10265, 12992, 8934, 13207, 9328, 11141, 13133, 9643, 16039, 10425, 15555, 9730, 16281, 9247, 15297, 9935, 19043, 9819, 16467, 9328, 16810, 9661, 19290, 10552, 19038, 10094, 20317, 10009, 16121, 11301, 14878, 10243, 17556, 10558, 15189, 9492, 12851, 9570, 13526, 10103, 15758, 10458, 15683, 9434, 16684, 9868, 10832, 9935, 11299, 10039, 13029, 10662, 20100, 11641, 20341, 11005, 17005, 11567, 15502, 10236, 14181, 12704, 11605, 20727, 9861, 16966, 10537, 12747, 9668, 11903, 9252, 9771, 17816, 10086, 13966, 10649, 11892, 9596, 11071, 8021, 10153, 9851, 11108, 14713, 9959, 19469, 10944, 15774, 11502, 15694, 10356, 14601, 9949, 13167, 17705, 11044, 22228, 10907, 16989, 9777, 11687, 12536, 10296, 18410, 11662, 15233, 10403, 11679, 9069, 10595, 8500, 11187, 10151, 10771, 9589, 11372, 8796, 13942, 8893, 13164, 10062, 14619, 10257, 14804, 10209, 13755, 10144, 14747, 9881, 11404, 9440, 16379, 10552, 14001, 9609, 12962, 9660, 12676, 9598, 11501, 11158, 11062, 19318, 10183, 15401, 10131, 13231, 12357, 11666, 22197, 11431, 16217, 10267, 11559, 9309, 10620, 8662, 10148, 11295, 9922, 16555, 9646, 14555, 10470, 14171, 9396, 15523, 10395, 13263, 9705, 13289, 9442, 13979, 10001, 14442, 9609, 13682, 11019, 11574, 21590, 11641, 17413, 10832, 16676, 9605, 13042, 9517, 11156, 9214, 13097, 9561, 18108, 9941, 9821, 9350, 9642, 11618, 9156, 14728, 10278, 20516, 9913, 13501, 11113, 9646, 14746, 11994, 16847, 12387, 13898, 11035, 12301, 11076, 10886, 17592, 11049, 13994, 9478, 11578, 10114, 15742, 10333, 14138, 9975, 14751, 10185, 13693, 9918, 13191, 9630, 12522, 10267, 13257, 9712, 13488, 10000, 10977, 9744, 11833, 9724, 15423, 11847, 15094, 9574, 11483, 9464, 14993, 9822, 11783, 11325, 9642, 15153, 9656, 14915, 11081, 13618, 21438, 10834, 18499, 10709, 15239, 14613, 10968, 21906, 9697, 14804, 9462, 11581, 9264, 10028, 15244, 10083, 16787, 9821, 13078, 9686, 12196, 9236, 11552, 9616, 13116, 10061, 14778, 10295, 14325, 10312, 14850, 10935, 15549, 10394, 13324, 9603, 13338, 9414, 16123, 10853, 15421, 11821, 12510, 9672, 11601, 8563, 14135, 9665, 15031, 10938, 15415, 10051, 15185, 10283, 14620, 9686, 11522, 11248, 10136, 15924, 10034, 15931, 10422, 15165, 10717, 14700, 10113, 14890, 9713, 15553, 9409, 13872, 9717, 11490, 8695, 11883, 11786, 12531, 13139, 10076, 12279, 9847, 14892, 9931, 12882, 10060, 9222, 9951, 8695, 13478, 9948, 16170, 9055, 14667, 9199, 15914, 10826, 16500, 10502, 17855, 11195, 13166, 10715, 14379, 9210, 15145, 9530, 18696, 11114, 20501, 11444, 20760, 10536, 16815, 11094, 17360, 11219, 17072, 10216, 17717, 10508, 14655, 9452, 11765, 9451, 12871, 9554, 14467, 9450, 13141, 9549, 14015, 9511, 14525, 10496, 16192, 11435, 15517, 10013, 14090, 9865, 15322, 11055, 17901, 12416, 21028, 9846, 17077, 9898, 11452, 10137, 8495, 11677, 8511, 14802, 9118, 15449, 9666, 16661, 9796, 14029, 8641, 13220, 10562, 11245, 21741, 11019, 17118, 10998, 12290, 9609, 10763, 8664, 10039, 8650, 11981, 8685, 9990, 8204, 10561, 9061, 13637, 8616, 13289, 9225, 13677, 9489, 15586, 10372, 16060, 12675, 17309, 14155, 18926, 9468, 14234, 10621, 18124, 11989, 15676, 16147, 11872, 13731, 9375, 15400, 9856, 13835, 9395, 16535, 10543, 17278, 9882, 16277, 9791, 13997, 9596, 14346, 9539, 15476, 9785, 16946, 10023, 15723, 10085, 15148, 10431, 14140, 9630, 13005, 8904, 10655, 18315, 9786, 17466, 9305, 12127, 8939, 12049, 9050, 13221, 9123, 14300, 9647, 11887, 8168, 11873, 8348, 13893, 9697, 15958, 11211, 13171, 8530, 13435, 8737, 16004, 9990, 15910, 10737, 17099, 9838, 14225, 8849, 13876, 9699, 13616, 10507, 13374, 18927, 12286, 13352, 9024, 14219, 8983, 17846, 10231, 15057, 11363, 14340, 9781, 13215, 9502, 12656, 8104, 14284, 9214, 11089, 13720, 9680, 17461, 11779, 14939, 11133, 14014, 9319, 12992, 8423, 13128, 14789, 12051, 19692, 10554, 16477, 10899, 14690, 9396, 14691, 10683, 11612, 8856, 10277, 13829, 11943, 11751, 17320, 12016, 12095, 8524, 12500, 8393, 15604, 9474, 16572, 12050, 15894, 12192, 13129, 18351, 10868, 21265, 11756, 18012, 11639, 16076, 10294, 13324, 8980, 11431, 8853, 11967, 8269, 14535, 9121, 13586, 10129, 10402, 18620, 10688, 15287, 11214, 17078, 11907, 15117, 9457, 11530, 7841, 11257, 7797, 12193, 8452, 12617, 14680, 12323, 18350, 12679, 15398, 9917, 13397, 19687, 9491, 17787, 12544, 14696, 9188, 12046, 10421, 9338, 19050, 10749, 15246, 9543, 14934, 9073, 11130, 9412, 11140, 8589, 12576, 9406, 14857, 9426, 12769, 9319, 13197, 8115, 14775, 9180, 13894, 8102, 11156, 8898, 14953, 11496, 16356, 9802, 11576, 9202, 8093, 16475, 11126, 16699, 12461, 19606, 12512, 19442, 14511, 13046, 13731, 12514, 13364, 13608, 13757, 20100, 13192, 21878, 10048, 17714, 10212, 15549, 10124, 12779, 8688, 13137, 9816, 9711, 16621, 9192, 15652, 10420, 14698, 10143, 14137, 9783, 13759, 9867, 14146, 9801, 14404, 9003, 13681, 10123, 14508, 10168, 15412, 10703, 15475, 11226, 15431, 9751, 16882, 13475, 15156, 12356, 11720, 10486, 10115, 18983, 10136, 16457, 11110, 15804, 10140, 13277, 9884, 12733, 9037, 14916, 9608, 15258, 10030, 14795, 9834, 13269, 9962, 14979, 10065, 16389, 11471, 19968, 9766, 13766, 9305, 11929, 9945, 17276, 12028, 20754, 11138, 16910, 10624, 13231, 8768, 13441, 12216, 10916, 21016, 9894, 14245, 9917, 12281, 8689, 12332, 9129, 9240, 14323, 9115, 17323, 11337, 14988, 9675, 13192, 10124, 13997, 10346, 14978, 9717, 14430, 9098, 15947, 10633, 15760, 12098, 13429, 10312, 11528, 14163, 12223, 15116, 10327, 13997, 9605, 16116, 10311, 17696, 11074, 19430, 11163, 16418, 10707, 16860, 9697, 10972, 12533, 9408, 14059, 9108, 15968, 9263, 15111, 9950, 13596, 10039, 14517, 10123, 14710, 10078, 15021, 10327, 15016, 9101, 12930, 9604, 10586, 18035, 9968, 16946, 11150, 14377, 9993, 12142, 8418, 11921, 9228, 12731, 9595, 10054, 8908, 10068, 9937, 12779, 10505, 12292], 'WindowCenter': [4439.0, 4377.0, 4413.0, 4349.0, 4389.0, 4333.0, 4399.0, 4345.0, 4380.0, 4351.0, 4367.0, 4326.0, 4353.0, 4337.0, 4355.0, 4326.0, 4349.0, 4325.0, 4340.0, 4393.0, 4331.0, 4381.0, 4347.0, 4356.0, 4323.0, 4354.0, 4322.0, 4360.0, 4321.0, 4331.0, 4356.0, 4338.0, 4377.0, 4349.0, 4374.0, 4333.0, 4377.0, 4342.0, 4395.0, 4353.0, 4415.0, 4352.0, 4389.0, 4340.0, 4403.0, 4342.0, 4407.0, 4359.0, 4408.0, 4352.0, 4409.0, 4354.0, 4392.0, 4364.0, 4382.0, 4340.0, 4408.0, 4352.0, 4375.0, 4327.0, 4353.0, 4336.0, 4377.0, 4344.0, 4373.0, 4330.0, 4371.0, 4312.0, 4356.0, 4323.0, 4327.0, 4335.0, 4339.0, 4347.0, 4361.0, 4347.0, 4403.0, 4367.0, 4410.0, 4361.0, 4392.0, 4345.0, 4373.0, 4333.0, 4364.0, 4356.0, 4347.0, 4395.0, 4326.0, 4387.0, 4329.0, 4345.0, 4322.0, 4340.0, 4311.0, 4325.0, 4387.0, 4325.0, 4353.0, 4338.0, 4340.0, 4319.0, 4347.0, 4318.0, 4342.0, 4340.0, 4356.0, 4374.0, 4343.0, 4412.0, 4357.0, 4386.0, 4357.0, 4374.0, 4334.0, 4370.0, 4327.0, 4360.0, 4390.0, 4337.0, 4400.0, 4330.0, 4370.0, 4318.0, 4331.0, 4343.0, 4319.0, 4379.0, 4334.0, 4358.0, 4322.0, 4334.0, 4301.0, 4317.0, 4312.0, 4343.0, 4335.0, 4331.0, 4325.0, 4345.0, 4311.0, 4364.0, 4328.0, 4351.0, 4335.0, 4382.0, 4333.0, 4368.0, 4318.0, 4356.0, 4319.0, 4356.0, 4322.0, 4341.0, 4332.0, 4374.0, 4319.0, 4352.0, 4308.0, 4335.0, 4305.0, 4346.0, 4324.0, 4354.0, 4348.0, 4342.0, 4397.0, 4340.0, 4361.0, 4332.0, 4351.0, 4343.0, 4343.0, 4411.0, 4343.0, 4367.0, 4322.0, 4330.0, 4312.0, 4330.0, 4309.0, 4326.0, 4330.0, 4331.0, 4376.0, 4337.0, 4375.0, 4344.0, 4365.0, 4322.0, 4376.0, 4334.0, 4368.0, 4333.0, 4369.0, 4336.0, 4378.0, 4342.0, 4383.0, 4336.0, 4367.0, 4331.0, 4348.0, 4411.0, 4352.0, 4377.0, 4335.0, 4365.0, 4312.0, 4339.0, 4309.0, 4328.0, 4327.0, 4354.0, 4334.0, 4400.0, 4364.0, 4347.0, 4334.0, 4334.0, 4326.0, 4307.0, 4345.0, 4330.0, 4389.0, 4332.0, 4362.0, 4355.0, 4328.0, 4364.0, 4347.0, 4379.0, 4326.0, 4338.0, 4307.0, 4321.0, 4303.0, 4308.0, 4359.0, 4328.0, 4348.0, 4314.0, 4331.0, 4317.0, 4344.0, 4314.0, 4347.0, 4319.0, 4348.0, 4319.0, 4354.0, 4319.0, 4343.0, 4308.0, 4341.0, 4337.0, 4352.0, 4321.0, 4351.0, 4325.0, 4317.0, 4308.0, 4344.0, 4326.0, 4379.0, 4362.0, 4381.0, 4328.0, 4343.0, 4337.0, 4359.0, 4337.0, 4346.0, 4350.0, 4339.0, 4377.0, 4333.0, 4381.0, 4336.0, 4357.0, 4378.0, 4319.0, 4376.0, 4307.0, 4351.0, 4347.0, 4322.0, 4377.0, 4292.0, 4333.0, 4290.0, 4313.0, 4281.0, 4308.0, 4332.0, 4307.0, 4345.0, 4305.0, 4329.0, 4307.0, 4325.0, 4308.0, 4327.0, 4322.0, 4366.0, 4348.0, 4381.0, 4338.0, 4371.0, 4334.0, 4366.0, 4346.0, 4375.0, 4321.0, 4351.0, 4326.0, 4356.0, 4317.0, 4373.0, 4337.0, 4366.0, 4331.0, 4342.0, 4309.0, 4335.0, 4297.0, 4358.0, 4335.0, 4377.0, 4332.0, 4363.0, 4322.0, 4375.0, 4337.0, 4352.0, 4322.0, 4333.0, 4331.0, 4332.0, 4376.0, 4321.0, 4368.0, 4319.0, 4350.0, 4306.0, 4340.0, 4305.0, 4347.0, 4314.0, 4349.0, 4310.0, 4345.0, 4296.0, 4316.0, 4288.0, 4326.0, 4326.0, 4339.0, 4344.0, 4307.0, 4326.0, 4323.0, 4360.0, 4324.0, 4344.0, 4321.0, 4315.0, 4320.0, 4311.0, 4363.0, 4335.0, 4399.0, 4327.0, 4382.0, 4325.0, 4401.0, 4347.0, 4389.0, 4334.0, 4391.0, 4349.0, 4366.0, 4346.0, 4362.0, 4325.0, 4363.0, 4336.0, 4385.0, 4349.0, 4393.0, 4345.0, 4396.0, 4333.0, 4363.0, 4331.0, 4358.0, 4317.0, 4379.0, 4320.0, 4376.0, 4307.0, 4335.0, 4293.0, 4315.0, 4307.0, 4332.0, 4307.0, 4349.0, 4308.0, 4341.0, 4307.0, 4340.0, 4310.0, 4363.0, 4332.0, 4361.0, 4348.0, 4349.0, 4307.0, 4336.0, 4305.0, 4347.0, 4322.0, 4360.0, 4329.0, 4396.0, 4311.0, 4354.0, 4305.0, 4313.0, 4304.0, 4297.0, 4316.0, 4297.0, 4348.0, 4298.0, 4363.0, 4312.0, 4362.0, 4305.0, 4340.0, 4283.0, 4333.0, 4304.0, 4319.0, 4378.0, 4317.0, 4348.0, 4310.0, 4314.0, 4296.0, 4302.0, 4282.0, 4313.0, 4302.0, 4340.0, 4309.0, 4321.0, 4300.0, 4347.0, 4331.0, 4367.0, 4315.0, 4366.0, 4324.0, 4372.0, 4335.0, 4387.0, 4348.0, 4389.0, 4374.0, 4389.0, 4388.0, 4414.0, 4340.0, 4367.0, 4349.0, 4385.0, 4344.0, 4376.0, 4379.0, 4345.0, 4354.0, 4316.0, 4366.0, 4326.0, 4353.0, 4298.0, 4366.0, 4320.0, 4361.0, 4310.0, 4349.0, 4312.0, 4336.0, 4309.0, 4348.0, 4307.0, 4342.0, 4306.0, 4345.0, 4312.0, 4345.0, 4310.0, 4336.0, 4317.0, 4340.0, 4300.0, 4331.0, 4308.0, 4307.0, 4360.0, 4296.0, 4355.0, 4296.0, 4313.0, 4294.0, 4324.0, 4296.0, 4338.0, 4310.0, 4361.0, 4322.0, 4341.0, 4316.0, 4341.0, 4305.0, 4353.0, 4319.0, 4375.0, 4345.0, 4354.0, 4312.0, 4359.0, 4314.0, 4378.0, 4324.0, 4377.0, 4335.0, 4382.0, 4325.0, 4353.0, 4310.0, 4347.0, 4309.0, 4340.0, 4325.0, 4341.0, 4373.0, 4337.0, 4340.0, 4298.0, 4341.0, 4301.0, 4360.0, 4306.0, 4348.0, 4328.0, 4348.0, 4312.0, 4337.0, 4307.0, 4339.0, 4288.0, 4363.0, 4309.0, 4331.0, 4349.0, 4325.0, 4377.0, 4350.0, 4367.0, 4347.0, 4355.0, 4310.0, 4352.0, 4301.0, 4354.0, 4367.0, 4343.0, 4383.0, 4331.0, 4376.0, 4324.0, 4355.0, 4313.0, 4351.0, 4321.0, 4330.0, 4299.0, 4322.0, 4366.0, 4356.0, 4358.0, 4390.0, 4347.0, 4346.0, 4324.0, 4357.0, 4316.0, 4378.0, 4323.0, 4388.0, 4347.0, 4375.0, 4343.0, 4341.0, 4363.0, 4317.0, 4368.0, 4317.0, 4364.0, 4330.0, 4366.0, 4320.0, 4342.0, 4300.0, 4314.0, 4295.0, 4327.0, 4299.0, 4356.0, 4311.0, 4351.0, 4319.0, 4319.0, 4369.0, 4320.0, 4350.0, 4331.0, 4376.0, 4331.0, 4351.0, 4309.0, 4332.0, 4287.0, 4328.0, 4293.0, 4342.0, 4318.0, 4356.0, 4364.0, 4356.0, 4387.0, 4356.0, 4365.0, 4326.0, 4357.0, 4374.0, 4314.0, 4366.0, 4330.0, 4355.0, 4310.0, 4331.0, 4323.0, 4302.0, 4368.0, 4318.0, 4349.0, 4326.0, 4353.0, 4315.0, 4320.0, 4313.0, 4344.0, 4325.0, 4356.0, 4325.0, 4364.0, 4325.0, 4340.0, 4310.0, 4343.0, 4290.0, 4352.0, 4319.0, 4366.0, 4304.0, 4345.0, 4327.0, 4377.0, 4371.0, 4396.0, 4350.0, 4371.0, 4345.0, 4319.0, 4404.0, 4365.0, 4403.0, 4370.0, 4402.0, 4374.0, 4398.0, 4371.0, 4361.0, 4357.0, 4346.0, 4358.0, 4340.0, 4342.0, 4381.0, 4347.0, 4381.0, 4310.0, 4358.0, 4306.0, 4347.0, 4305.0, 4326.0, 4290.0, 4333.0, 4313.0, 4296.0, 4344.0, 4296.0, 4353.0, 4324.0, 4348.0, 4323.0, 4342.0, 4323.0, 4356.0, 4329.0, 4353.0, 4327.0, 4369.0, 4315.0, 4357.0, 4327.0, 4362.0, 4335.0, 4367.0, 4346.0, 4365.0, 4344.0, 4365.0, 4327.0, 4379.0, 4353.0, 4355.0, 4329.0, 4329.0, 4312.0, 4308.0, 4367.0, 4326.0, 4367.0, 4320.0, 4349.0, 4313.0, 4328.0, 4312.0, 4329.0, 4300.0, 4366.0, 4328.0, 4378.0, 4325.0, 4365.0, 4323.0, 4341.0, 4322.0, 4352.0, 4325.0, 4379.0, 4333.0, 4386.0, 4309.0, 4342.0, 4302.0, 4321.0, 4308.0, 4370.0, 4345.0, 4382.0, 4325.0, 4366.0, 4319.0, 4333.0, 4289.0, 4338.0, 4320.0, 4319.0, 4374.0, 4309.0, 4342.0, 4310.0, 4336.0, 4302.0, 4341.0, 4302.0, 4313.0, 4352.0, 4317.0, 4379.0, 4335.0, 4367.0, 4323.0, 4343.0, 4321.0, 4368.0, 4338.0, 4369.0, 4323.0, 4369.0, 4312.0, 4375.0, 4337.0, 4376.0, 4346.0, 4358.0, 4326.0, 4348.0, 4357.0, 4341.0, 4349.0, 4321.0, 4351.0, 4321.0, 4364.0, 4321.0, 4390.0, 4345.0, 4398.0, 4347.0, 4363.0, 4332.0, 4384.0, 4321.0, 4330.0, 4342.0, 4309.0, 4364.0, 4313.0, 4375.0, 4323.0, 4363.0, 4319.0, 4343.0, 4319.0, 4349.0, 4319.0, 4351.0, 4321.0, 4367.0, 4322.0, 4364.0, 4299.0, 4339.0, 4301.0, 4311.0, 4361.0, 4307.0, 4359.0, 4319.0, 4343.0, 4308.0, 4332.0, 4285.0, 4341.0, 4308.0, 4340.0, 4308.0, 4323.0, 4308.0, 4332.0, 4336.0, 4365.0, 4348.0, 4354.0], 'WindowWidth': [9742.0, 9645.0, 9689.0, 9593.0, 9648.0, 9565.0, 9668.0, 9585.0, 9640.0, 9596.0, 9616.0, 9555.0, 9595.0, 9574.0, 9598.0, 9555.0, 9588.0, 9551.0, 9580.0, 9652.0, 9560.0, 9640.0, 9585.0, 9597.0, 9549.0, 9598.0, 9551.0, 9606.0, 9546.0, 9559.0, 9596.0, 9575.0, 9630.0, 9592.0, 9623.0, 9567.0, 9631.0, 9588.0, 9667.0, 9608.0, 9695.0, 9602.0, 9650.0, 9584.0, 9672.0, 9589.0, 9676.0, 9611.0, 9676.0, 9602.0, 9681.0, 9606.0, 9661.0, 9617.0, 9646.0, 9581.0, 9689.0, 9598.0, 9630.0, 9560.0, 9597.0, 9577.0, 9637.0, 9588.0, 9627.0, 9561.0, 9623.0, 9535.0, 9591.0, 9552.0, 9554.0, 9573.0, 9574.0, 9591.0, 9609.0, 9593.0, 9670.0, 9623.0, 9684.0, 9612.0, 9660.0, 9583.0, 9628.0, 9568.0, 9614.0, 9598.0, 9584.0, 9651.0, 9553.0, 9649.0, 9555.0, 9581.0, 9547.0, 9573.0, 9530.0, 9550.0, 9646.0, 9556.0, 9593.0, 9574.0, 9571.0, 9542.0, 9587.0, 9556.0, 9582.0, 9585.0, 9606.0, 9626.0, 9590.0, 9689.0, 9606.0, 9649.0, 9608.0, 9631.0, 9569.0, 9624.0, 9559.0, 9610.0, 9647.0, 9573.0, 9671.0, 9559.0, 9615.0, 9537.0, 9559.0, 9573.0, 9541.0, 9630.0, 9564.0, 9596.0, 9544.0, 9563.0, 9513.0, 9538.0, 9534.0, 9578.0, 9568.0, 9560.0, 9554.0, 9580.0, 9535.0, 9611.0, 9562.0, 9589.0, 9573.0, 9639.0, 9564.0, 9615.0, 9540.0, 9597.0, 9539.0, 9597.0, 9552.0, 9579.0, 9568.0, 9631.0, 9541.0, 9586.0, 9524.0, 9557.0, 9516.0, 9581.0, 9550.0, 9597.0, 9591.0, 9578.0, 9655.0, 9578.0, 9604.0, 9560.0, 9588.0, 9572.0, 9578.0, 9686.0, 9575.0, 9615.0, 9547.0, 9554.0, 9530.0, 9557.0, 9530.0, 9555.0, 9558.0, 9561.0, 9626.0, 9574.0, 9628.0, 9583.0, 9615.0, 9552.0, 9632.0, 9570.0, 9619.0, 9570.0, 9621.0, 9577.0, 9637.0, 9588.0, 9646.0, 9572.0, 9617.0, 9560.0, 9585.0, 9688.0, 9595.0, 9635.0, 9568.0, 9609.0, 9532.0, 9565.0, 9525.0, 9551.0, 9559.0, 9595.0, 9571.0, 9667.0, 9625.0, 9594.0, 9574.0, 9570.0, 9549.0, 9520.0, 9574.0, 9558.0, 9641.0, 9567.0, 9605.0, 9601.0, 9563.0, 9612.0, 9585.0, 9637.0, 9544.0, 9564.0, 9515.0, 9539.0, 9505.0, 9516.0, 9590.0, 9550.0, 9577.0, 9535.0, 9557.0, 9536.0, 9569.0, 9527.0, 9577.0, 9542.0, 9583.0, 9541.0, 9592.0, 9539.0, 9573.0, 9523.0, 9574.0, 9574.0, 9591.0, 9546.0, 9587.0, 9551.0, 9536.0, 9524.0, 9580.0, 9556.0, 9635.0, 9614.0, 9641.0, 9562.0, 9576.0, 9574.0, 9598.0, 9573.0, 9584.0, 9594.0, 9580.0, 9631.0, 9567.0, 9639.0, 9570.0, 9599.0, 9625.0, 9538.0, 9631.0, 9519.0, 9588.0, 9573.0, 9541.0, 9618.0, 9492.0, 9548.0, 9485.0, 9520.0, 9473.0, 9517.0, 9547.0, 9519.0, 9569.0, 9514.0, 9549.0, 9520.0, 9545.0, 9524.0, 9550.0, 9550.0, 9614.0, 9596.0, 9639.0, 9580.0, 9623.0, 9569.0, 9616.0, 9586.0, 9626.0, 9546.0, 9587.0, 9555.0, 9597.0, 9543.0, 9621.0, 9575.0, 9616.0, 9556.0, 9573.0, 9524.0, 9564.0, 9508.0, 9601.0, 9572.0, 9634.0, 9560.0, 9610.0, 9547.0, 9626.0, 9571.0, 9586.0, 9546.0, 9558.0, 9559.0, 9564.0, 9628.0, 9545.0, 9616.0, 9537.0, 9581.0, 9517.0, 9565.0, 9514.0, 9573.0, 9537.0, 9582.0, 9526.0, 9576.0, 9502.0, 9528.0, 9490.0, 9542.0, 9545.0, 9565.0, 9574.0, 9520.0, 9544.0, 9545.0, 9599.0, 9549.0, 9575.0, 9544.0, 9539.0, 9545.0, 9532.0, 9607.0, 9571.0, 9666.0, 9563.0, 9640.0, 9558.0, 9673.0, 9592.0, 9656.0, 9566.0, 9660.0, 9591.0, 9618.0, 9588.0, 9606.0, 9556.0, 9604.0, 9572.0, 9638.0, 9589.0, 9653.0, 9582.0, 9656.0, 9561.0, 9608.0, 9556.0, 9595.0, 9532.0, 9633.0, 9542.0, 9626.0, 9518.0, 9552.0, 9492.0, 9527.0, 9521.0, 9555.0, 9521.0, 9581.0, 9522.0, 9566.0, 9519.0, 9565.0, 9526.0, 9604.0, 9562.0, 9599.0, 9587.0, 9580.0, 9519.0, 9555.0, 9514.0, 9576.0, 9543.0, 9601.0, 9551.0, 9654.0, 9527.0, 9580.0, 9512.0, 9520.0, 9509.0, 9504.0, 9530.0, 9506.0, 9578.0, 9508.0, 9606.0, 9532.0, 9603.0, 9513.0, 9565.0, 9480.0, 9555.0, 9507.0, 9534.0, 9626.0, 9532.0, 9575.0, 9522.0, 9522.0, 9498.0, 9503.0, 9478.0, 9531.0, 9517.0, 9569.0, 9528.0, 9545.0, 9515.0, 9590.0, 9571.0, 9613.0, 9542.0, 9614.0, 9558.0, 9626.0, 9573.0, 9642.0, 9594.0, 9653.0, 9631.0, 9655.0, 9658.0, 9689.0, 9579.0, 9611.0, 9593.0, 9638.0, 9582.0, 9625.0, 9639.0, 9580.0, 9594.0, 9539.0, 9613.0, 9555.0, 9588.0, 9508.0, 9609.0, 9541.0, 9603.0, 9526.0, 9580.0, 9529.0, 9557.0, 9522.0, 9577.0, 9518.0, 9567.0, 9515.0, 9568.0, 9525.0, 9567.0, 9522.0, 9557.0, 9533.0, 9565.0, 9508.0, 9552.0, 9523.0, 9517.0, 9590.0, 9497.0, 9582.0, 9501.0, 9522.0, 9497.0, 9538.0, 9503.0, 9563.0, 9530.0, 9598.0, 9548.0, 9572.0, 9542.0, 9572.0, 9525.0, 9590.0, 9541.0, 9625.0, 9583.0, 9596.0, 9535.0, 9602.0, 9539.0, 9629.0, 9552.0, 9631.0, 9569.0, 9641.0, 9552.0, 9590.0, 9526.0, 9582.0, 9522.0, 9567.0, 9548.0, 9568.0, 9614.0, 9566.0, 9563.0, 9506.0, 9568.0, 9513.0, 9595.0, 9516.0, 9577.0, 9549.0, 9577.0, 9530.0, 9560.0, 9519.0, 9563.0, 9497.0, 9602.0, 9525.0, 9556.0, 9580.0, 9551.0, 9626.0, 9592.0, 9614.0, 9583.0, 9593.0, 9528.0, 9585.0, 9517.0, 9592.0, 9610.0, 9575.0, 9633.0, 9558.0, 9628.0, 9548.0, 9592.0, 9532.0, 9587.0, 9542.0, 9555.0, 9510.0, 9547.0, 9614.0, 9600.0, 9604.0, 9648.0, 9583.0, 9583.0, 9554.0, 9598.0, 9542.0, 9629.0, 9550.0, 9646.0, 9584.0, 9625.0, 9572.0, 9570.0, 9598.0, 9530.0, 9611.0, 9530.0, 9607.0, 9552.0, 9608.0, 9540.0, 9569.0, 9508.0, 9522.0, 9501.0, 9545.0, 9513.0, 9595.0, 9529.0, 9584.0, 9537.0, 9539.0, 9608.0, 9537.0, 9582.0, 9555.0, 9625.0, 9558.0, 9585.0, 9522.0, 9555.0, 9492.0, 9549.0, 9507.0, 9574.0, 9547.0, 9600.0, 9608.0, 9598.0, 9649.0, 9596.0, 9613.0, 9553.0, 9595.0, 9614.0, 9533.0, 9613.0, 9554.0, 9592.0, 9525.0, 9555.0, 9543.0, 9514.0, 9604.0, 9533.0, 9581.0, 9556.0, 9583.0, 9537.0, 9536.0, 9537.0, 9580.0, 9559.0, 9597.0, 9557.0, 9608.0, 9553.0, 9569.0, 9527.0, 9573.0, 9499.0, 9587.0, 9547.0, 9610.0, 9525.0, 9582.0, 9564.0, 9629.0, 9629.0, 9665.0, 9597.0, 9631.0, 9597.0, 9556.0, 9677.0, 9624.0, 9679.0, 9626.0, 9669.0, 9634.0, 9660.0, 9630.0, 9608.0, 9602.0, 9580.0, 9601.0, 9567.0, 9574.0, 9626.0, 9581.0, 9624.0, 9522.0, 9595.0, 9512.0, 9571.0, 9509.0, 9542.0, 9494.0, 9555.0, 9528.0, 9501.0, 9563.0, 9499.0, 9587.0, 9547.0, 9575.0, 9544.0, 9570.0, 9548.0, 9597.0, 9561.0, 9589.0, 9559.0, 9614.0, 9541.0, 9597.0, 9557.0, 9603.0, 9569.0, 9614.0, 9586.0, 9610.0, 9579.0, 9610.0, 9557.0, 9635.0, 9586.0, 9598.0, 9549.0, 9550.0, 9525.0, 9519.0, 9601.0, 9551.0, 9615.0, 9538.0, 9579.0, 9529.0, 9544.0, 9527.0, 9548.0, 9512.0, 9610.0, 9559.0, 9632.0, 9554.0, 9607.0, 9549.0, 9571.0, 9544.0, 9585.0, 9552.0, 9632.0, 9561.0, 9634.0, 9522.0, 9568.0, 9514.0, 9538.0, 9521.0, 9611.0, 9576.0, 9632.0, 9548.0, 9607.0, 9535.0, 9558.0, 9493.0, 9560.0, 9535.0, 9533.0, 9617.0, 9521.0, 9567.0, 9523.0, 9563.0, 9515.0, 9567.0, 9513.0, 9531.0, 9588.0, 9541.0, 9632.0, 9566.0, 9611.0, 9547.0, 9574.0, 9544.0, 9613.0, 9574.0, 9616.0, 9551.0, 9615.0, 9532.0, 9623.0, 9569.0, 9627.0, 9578.0, 9598.0, 9551.0, 9583.0, 9594.0, 9569.0, 9577.0, 9539.0, 9581.0, 9543.0, 9604.0, 9543.0, 9649.0, 9581.0, 9657.0, 9585.0, 9600.0, 9560.0, 9637.0, 9548.0, 9558.0, 9575.0, 9528.0, 9605.0, 9538.0, 9625.0, 9551.0, 9604.0, 9538.0, 9572.0, 9537.0, 9578.0, 9539.0, 9583.0, 9546.0, 9612.0, 9544.0, 9607.0, 9511.0, 9563.0, 9509.0, 9525.0, 9594.0, 9516.0, 9595.0, 9536.0, 9572.0, 9518.0, 9553.0, 9487.0, 9570.0, 9524.0, 9567.0, 9521.0, 9544.0, 9522.0, 9563.0, 9574.0, 9611.0, 9589.0, 9594.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.0016655223880597014</td></tr>
<tr><td colspan=3>aqi</td><td>0.025975525947187144</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.11636387187356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2709732042873558</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0250045744367806</td></tr>
<tr><td colspan=3>efc</td><td>0.5019</td></tr>
<tr><td colspan=3>fber</td><td>4186.0298</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13872509610040645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.729047072330655</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6115570032860496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533580030503836</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9013910217345384</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3996999576197737</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145925</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011319623328745365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027624264359474182</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.8791177598035116</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>20.7909</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.6511</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.1658</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297587.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>1220.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.4661</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4167</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.8356</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3487.3467</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.2412</td></tr>
<tr><td colspan=3>tsnr</td><td>36.792469618376344</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>