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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-03/func/sub-0002_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f43dfbc928d7528fcb5efd5af1663d6e</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>10:33:25.497500</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_VE11C_LATEST_20160120</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.997105, -0.0299901, -0.0698788, 0.0372592, 0.993757, 0.10516]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0699966</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4118, -7783, -7263, 633, -97, -236, 34, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18ec9269-5615-4a59-a247-c28ac132da6d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675158739089966, 0.09996367990970612, -0.17897962033748627, 107.92984771728516], [0.08046118915081024, 2.66617751121521, 0.2901398539543152, -107.77104187011719], [-0.18747960031032562, -0.2821367681026459, 2.678392171859741, -39.465614318847656], [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': ['103325.497500', '103325.957500', '103326.417500', '103326.877500', '103327.337500', '103327.797500', '103328.257500', '103328.717500', '103329.177500', '103329.637500', '103330.097500', '103330.557500', '103331.017500', '103331.477500', '103331.937500', '103332.397500', '103332.857500', '103333.317500', '103333.777500', '103334.237500', '103334.697500', '103335.157500', '103335.617500', '103336.077500', '103336.537500', '103336.997500', '103337.457500', '103337.917500', '103338.377500', '103338.837500', '103339.297500', '103339.757500', '103340.217500', '103340.677500', '103341.137500', '103341.597500', '103342.057500', '103342.517500', '103342.977500', '103343.437500', '103343.897500', '103344.357500', '103344.817500', '103345.277500', '103345.737500', '103346.197500', '103346.657500', '103347.117500', '103347.577500', '103348.037500', '103348.497500', '103348.957500', '103349.417500', '103349.877500', '103350.337500', '103350.797500', '103351.257500', '103351.717500', '103352.177500', '103352.637500', '103353.097500', '103353.557500', '103354.017500', '103354.477500', '103354.937500', '103355.397500', '103355.857500', '103356.317500', '103356.777500', '103357.237500', '103357.697500', '103358.157500', '103358.617500', '103359.077500', '103359.537500', '103359.997500', '103400.457500', '103400.917500', '103401.377500', '103401.837500', '103402.297500', '103402.757500', '103403.217500', '103403.677500', '103404.137500', '103404.597500', '103405.057500', '103405.517500', '103405.977500', '103406.437500', '103406.897500', '103407.357500', '103407.817500', '103408.277500', '103408.737500', '103409.197500', '103409.657500', '103410.117500', '103410.577500', '103411.037500', '103411.497500', '103411.957500', '103412.417500', '103412.877500', '103413.337500', '103413.797500', '103414.257500', '103414.717500', '103415.177500', '103415.637500', '103416.097500', '103416.557500', '103417.017500', '103417.477500', '103417.937500', '103418.397500', '103418.857500', '103419.317500', '103419.777500', '103420.237500', '103420.697500', '103421.157500', '103421.617500', '103422.077500', '103422.537500', '103422.997500', '103423.457500', '103423.917500', '103424.377500', '103424.837500', '103425.297500', '103425.757500', '103426.217500', '103426.677500', '103427.137500', '103427.597500', '103428.057500', '103428.517500', '103428.977500', '103429.437500', '103429.897500', '103430.357500', '103430.817500', '103431.277500', '103431.737500', '103432.197500', '103432.657500', '103433.117500', '103433.577500', '103434.037500', '103434.497500', '103434.957500', '103435.417500', '103435.877500', '103436.337500', '103436.797500', '103437.257500', '103437.717500', '103438.177500', '103438.637500', '103439.097500', '103439.557500', '103440.017500', '103440.477500', '103440.937500', '103441.397500', '103441.857500', '103442.317500', '103442.777500', '103443.237500', '103443.697500', '103444.157500', '103444.617500', '103445.077500', '103445.537500', '103445.997500', '103446.457500', '103446.917500', '103447.377500', '103447.837500', '103448.297500', '103448.757500', '103449.217500', '103449.677500', '103450.137500', '103450.597500', '103451.057500', '103451.517500', '103451.977500', '103452.437500', '103452.897500', '103453.357500', '103453.817500', '103454.277500', '103454.737500', '103455.197500', '103455.657500', '103456.117500', '103456.577500', '103457.037500', '103457.497500', '103457.957500', '103458.417500', '103458.877500', '103459.337500', '103459.797500', '103500.257500', '103500.717500', '103501.177500', '103501.637500', '103502.097500', '103502.557500', '103503.017500', '103503.477500', '103503.937500', '103504.397500', '103504.857500', '103505.317500', '103505.777500', '103506.237500', '103506.697500', '103507.157500', '103507.617500', '103508.077500', '103508.537500', '103508.997500', '103509.457500', '103509.917500', '103510.377500', '103510.837500', '103511.297500', '103511.757500', '103512.217500', '103512.677500', '103513.137500', '103513.597500', '103514.057500', '103514.517500', '103514.977500', '103515.437500', '103515.897500', '103516.357500', '103516.817500', '103517.277500', '103517.737500', '103518.197500', '103518.657500', '103519.117500', '103519.577500', '103520.037500', '103520.497500', '103520.957500', '103521.417500', '103521.877500', '103522.337500', '103522.797500', '103523.257500', '103523.717500', '103524.177500', '103524.637500', '103525.097500', '103525.557500', '103526.017500', '103526.477500', '103526.937500', '103527.397500', '103527.857500', '103528.317500', '103528.777500', '103529.237500', '103529.697500', '103530.157500', '103530.617500', '103531.077500', '103531.537500', '103531.997500', '103532.457500', '103532.917500', '103533.377500', '103533.837500', '103534.297500', '103534.757500', '103535.217500', '103535.677500', '103536.137500', '103536.597500', '103537.057500', '103537.517500', '103537.977500', '103538.437500', '103538.897500', '103539.357500', '103539.817500', '103540.277500', '103540.737500', '103541.197500', '103541.657500', '103542.117500', '103542.577500', '103543.037500', '103543.497500', '103543.957500', '103544.417500', '103544.877500', '103545.337500', '103545.797500', '103546.257500', '103546.717500', '103547.177500', '103547.637500', '103548.097500', '103548.557500', '103549.017500', '103549.477500', '103549.937500', '103550.397500', '103550.857500', '103551.317500', '103551.777500', '103552.237500', '103552.697500', '103553.157500', '103553.617500', '103554.077500', '103554.537500', '103554.997500', '103555.457500', '103555.917500', '103556.377500', '103556.837500', '103557.297500', '103557.757500', '103558.217500', '103558.677500', '103559.137500', '103559.597500', '103600.057500', '103600.517500', '103600.977500', '103601.437500', '103601.897500', '103602.357500', '103602.817500', '103603.277500', '103603.737500', '103604.197500', '103604.657500', '103605.117500', '103605.577500', '103606.037500', '103606.497500', '103606.957500', '103607.417500', '103607.877500', '103608.337500', '103608.797500', '103609.257500', '103609.717500', '103610.177500', '103610.637500', '103611.097500', '103611.557500', '103612.017500', '103612.477500', '103612.937500', '103613.397500', '103613.857500', '103614.317500', '103614.777500', '103615.237500', '103615.697500', '103616.157500', '103616.617500', '103617.077500', '103617.537500', '103617.997500', '103618.457500', '103618.917500', '103619.377500', '103619.837500', '103620.297500', '103620.757500', '103621.217500', '103621.677500', '103622.137500', '103622.597500', '103623.057500', '103623.517500', '103623.977500', '103624.437500', '103624.897500', '103625.357500', '103625.817500', '103626.277500', '103626.737500', '103627.197500', '103627.657500', '103628.117500', '103628.577500', '103629.037500', '103629.497500', '103629.957500', '103630.417500', '103630.877500', '103631.337500', '103631.797500', '103632.257500', '103632.717500', '103633.177500', '103633.637500', '103634.097500', '103634.557500', '103635.017500', '103635.477500', '103635.937500', '103636.397500', '103636.857500', '103637.317500', '103637.777500', '103638.237500', '103638.697500', '103639.157500', '103639.617500', '103640.077500', '103640.537500', '103640.997500', '103641.457500', '103641.917500', '103642.377500', '103642.837500', '103643.297500', '103643.757500', '103644.217500', '103644.677500', '103645.137500', '103645.597500', '103646.057500', '103646.517500', '103646.977500', '103647.437500', '103647.897500', '103648.357500', '103648.817500', '103649.277500', '103649.737500', '103650.197500', '103650.657500', '103651.117500', '103651.577500', '103652.037500', '103652.497500', '103652.957500', '103653.417500', '103653.877500', '103654.337500', '103654.797500', '103655.257500', '103655.717500', '103656.177500', '103656.637500', '103657.097500', '103657.557500', '103658.017500', '103658.477500', '103658.937500', '103659.397500', '103659.857500', '103700.317500', '103700.777500', '103701.237500', '103701.697500', '103702.157500', '103702.617500', '103703.077500', '103703.537500', '103703.997500', '103704.457500', '103704.917500', '103705.377500', '103705.837500', '103706.297500', '103706.757500', '103707.217500', '103707.677500', '103708.137500', '103708.597500', '103709.057500', '103709.517500', '103709.977500', '103710.437500', '103710.897500', '103711.357500', '103711.817500', '103712.277500', '103712.737500', '103713.197500', '103713.657500', '103714.117500', '103714.577500', '103715.037500', '103715.497500', '103715.957500', '103716.417500', '103716.877500', '103717.337500', '103717.797500', '103718.257500', '103718.717500', '103719.177500', '103719.637500', '103720.097500', '103720.557500', '103721.017500', '103721.477500', '103721.937500', '103722.397500', '103722.857500', '103723.317500', '103723.777500', '103724.237500', '103724.697500', '103725.157500', '103725.617500', '103726.077500', '103726.537500', '103726.997500', '103727.457500', '103727.917500', '103728.377500', '103728.837500', '103729.297500', '103729.757500', '103730.217500', '103730.677500', '103731.137500', '103731.597500', '103732.057500', '103732.517500', '103732.977500', '103733.437500', '103733.897500', '103734.357500', '103734.817500', '103735.277500', '103735.737500', '103736.197500', '103736.657500', '103737.117500', '103737.577500', '103738.037500', '103738.497500', '103738.957500', '103739.417500', '103739.877500', '103740.337500', '103740.797500', '103741.257500', '103741.717500', '103742.177500', '103742.637500', '103743.097500', '103743.557500', '103744.017500', '103744.477500', '103744.937500', '103745.397500', '103745.857500', '103746.317500', '103746.777500', '103747.237500', '103747.697500', '103748.157500', '103748.617500', '103749.077500', '103749.537500', '103749.997500', '103750.457500', '103750.917500', '103751.377500', '103751.837500', '103752.297500', '103752.757500', '103753.217500', '103753.677500', '103754.137500', '103754.597500', '103755.057500', '103755.517500', '103755.977500', '103756.437500', '103756.897500', '103757.357500', '103757.817500', '103758.277500', '103758.737500', '103759.197500', '103759.657500', '103800.117500', '103800.577500', '103801.037500', '103801.497500', '103801.957500', '103802.417500', '103802.877500', '103803.337500', '103803.797500', '103804.257500', '103804.717500', '103805.177500', '103805.637500', '103806.097500', '103806.557500', '103807.017500', '103807.477500', '103807.937500', '103808.397500', '103808.857500', '103809.317500', '103809.777500', '103810.237500', '103810.697500', '103811.157500', '103811.617500', '103812.077500', '103812.537500', '103812.997500', '103813.457500', '103813.917500', '103814.377500', '103814.837500', '103815.297500', '103815.757500', '103816.217500', '103816.677500', '103817.137500', '103817.597500', '103818.057500', '103818.517500', '103818.977500', '103819.437500', '103819.897500', '103820.357500', '103820.817500', '103821.277500', '103821.737500', '103822.197500', '103822.657500', '103823.117500', '103823.577500', '103824.037500', '103824.497500', '103824.957500', '103825.417500', '103825.877500', '103826.337500', '103826.797500', '103827.257500', '103827.717500', '103828.177500', '103828.637500', '103829.097500', '103829.557500', '103830.017500', '103830.477500', '103830.937500', '103831.397500', '103831.857500', '103832.317500', '103832.777500', '103833.237500', '103833.697500', '103834.157500', '103834.617500', '103835.077500', '103835.537500', '103835.997500', '103836.457500', '103836.917500', '103837.377500', '103837.837500', '103838.297500', '103838.757500', '103839.217500', '103839.677500', '103840.137500', '103840.597500', '103841.057500', '103841.517500', '103841.977500', '103842.437500', '103842.897500', '103843.357500', '103843.817500', '103844.277500', '103844.737500', '103845.197500', '103845.657500', '103846.117500', '103846.577500', '103847.037500', '103847.497500', '103847.957500', '103848.417500', '103848.877500', '103849.337500', '103849.797500', '103850.257500', '103850.717500', '103851.177500', '103851.637500', '103852.097500', '103852.557500', '103853.017500', '103853.477500', '103853.937500', '103854.397500', '103854.857500', '103855.317500', '103855.777500', '103856.237500', '103856.697500', '103857.157500', '103857.617500', '103858.077500', '103858.537500', '103858.997500', '103859.457500', '103859.917500', '103900.377500', '103900.837500', '103901.297500', '103901.757500', '103902.217500', '103902.677500', '103903.137500', '103903.597500', '103904.057500', '103904.517500', '103904.977500', '103905.437500', '103905.897500', '103906.357500', '103906.817500', '103907.277500', '103907.737500', '103908.197500', '103908.657500', '103909.117500', '103909.577500', '103910.037500', '103910.497500', '103910.957500', '103911.417500', '103911.877500', '103912.337500', '103912.797500', '103913.257500', '103913.717500', '103914.177500', '103914.637500', '103915.097500', '103915.557500', '103916.017500', '103916.477500', '103916.937500', '103917.397500', '103917.857500', '103918.317500', '103918.777500', '103919.237500', '103919.697500', '103920.157500', '103920.617500', '103921.077500', '103921.537500', '103921.997500', '103922.457500', '103922.917500', '103923.377500', '103923.837500', '103924.297500', '103924.757500', '103925.217500', '103925.677500', '103926.137500', '103926.597500', '103927.057500', '103927.517500', '103927.977500', '103928.437500', '103928.897500', '103929.357500', '103929.817500', '103930.277500', '103930.737500', '103931.197500', '103931.657500', '103932.117500', '103932.577500', '103933.037500', '103933.497500', '103933.957500', '103934.417500', '103934.877500', '103935.337500', '103935.797500', '103936.257500', '103936.717500', '103937.177500', '103937.637500', '103938.097500', '103938.557500', '103939.017500', '103939.477500', '103939.937500', '103940.397500', '103940.857500', '103941.317500', '103941.777500', '103942.237500', '103942.697500', '103943.157500', '103943.617500', '103944.077500', '103944.537500', '103944.997500', '103945.457500', '103945.917500', '103946.377500', '103946.837500', '103947.297500', '103947.757500', '103948.217500', '103948.677500', '103949.137500', '103949.597500', '103950.057500', '103950.517500', '103950.977500', '103951.437500', '103951.897500', '103952.357500', '103952.817500', '103953.277500', '103953.737500', '103954.197500', '103954.657500', '103955.117500', '103955.577500', '103956.037500', '103956.497500', '103956.957500', '103957.417500', '103957.877500', '103958.337500', '103958.797500', '103959.257500', '103959.717500', '104000.177500', '104000.637500', '104001.097500', '104001.557500', '104002.017500', '104002.477500', '104002.937500', '104003.397500', '104003.857500', '104004.317500', '104004.777500', '104005.237500', '104005.697500', '104006.157500'], 'ContentTime': ['103347.140000', '103347.144000', '103347.147000', '103347.150000', '103347.153000', '103347.155000', '103347.161000', '103347.164000', '103347.167000', '103347.170000', '103347.173000', '103347.176000', '103347.179000', '103347.182000', '103347.185000', '103347.187000', '103347.190000', '103347.193000', '103347.196000', '103347.199000', '103347.202000', '103347.204000', '103347.207000', '103347.210000', '103347.213000', '103347.216000', '103347.219000', '103347.222000', '103347.224000', '103347.227000', '103347.230000', '103347.233000', '103347.236000', '103347.239000', '103347.242000', '103347.244000', '103347.247000', '103347.250000', '103347.253000', '103347.256000', '103347.258000', '103347.261000', '103347.264000', '103347.267000', '103407.098000', '103407.101000', '103407.104000', '103407.107000', '103407.109000', '103407.112000', '103407.115000', '103407.118000', '103407.121000', '103407.124000', '103407.126000', '103407.129000', '103407.132000', '103407.135000', '103407.138000', '103407.141000', '103407.144000', '103407.146000', '103407.149000', '103407.152000', '103407.155000', '103407.158000', '103407.160000', '103407.163000', '103407.166000', '103407.169000', '103407.172000', '103407.175000', '103407.178000', '103407.181000', '103407.183000', '103407.186000', '103407.189000', '103407.192000', '103407.195000', '103407.198000', '103407.200000', '103407.203000', '103407.206000', '103407.209000', '103407.212000', '103407.214000', '103407.217000', '103407.220000', '103427.099000', '103427.102000', '103427.105000', '103427.108000', '103427.111000', '103427.113000', '103427.116000', '103427.119000', '103427.122000', '103427.125000', '103427.128000', '103427.130000', '103427.133000', '103427.136000', '103427.139000', '103427.142000', '103427.145000', '103427.147000', '103427.150000', '103427.153000', '103427.156000', '103427.159000', '103427.162000', '103427.165000', '103427.178000', '103427.181000', '103427.184000', '103427.187000', '103427.190000', '103427.193000', '103427.197000', '103427.200000', '103427.203000', '103427.206000', '103427.209000', '103427.211000', '103427.214000', '103427.217000', '103427.220000', '103427.223000', '103427.226000', '103427.228000', '103427.231000', '103447.099000', '103447.102000', '103447.105000', '103447.108000', '103447.110000', '103447.113000', '103447.116000', '103447.119000', '103447.122000', '103447.125000', '103447.128000', '103447.131000', '103447.133000', '103447.136000', '103447.139000', '103447.142000', '103447.145000', '103447.148000', '103447.151000', '103447.153000', '103447.156000', '103447.159000', '103447.162000', '103447.165000', '103447.168000', '103447.171000', '103447.174000', '103447.176000', '103447.179000', '103447.182000', '103447.185000', '103447.188000', '103447.191000', '103447.194000', '103447.196000', '103447.199000', '103447.202000', '103447.205000', '103447.208000', '103447.211000', '103447.214000', '103447.217000', '103447.219000', '103447.222000', '103507.099000', '103507.102000', '103507.105000', '103507.108000', '103507.110000', '103507.113000', '103507.116000', '103507.119000', '103507.122000', '103507.125000', '103507.128000', '103507.131000', '103507.134000', '103507.136000', '103507.139000', '103507.142000', '103507.146000', '103507.149000', '103507.152000', '103507.155000', '103507.157000', '103507.160000', '103507.163000', '103507.166000', '103507.169000', '103507.172000', '103507.175000', '103507.178000', '103507.181000', '103507.184000', '103507.186000', '103507.189000', '103507.192000', '103507.195000', '103507.198000', '103507.201000', '103507.204000', '103507.207000', '103507.210000', '103507.213000', '103507.216000', '103507.219000', '103507.222000', '103527.099000', '103527.114000', '103527.116000', '103527.119000', '103527.122000', '103527.125000', '103527.128000', '103527.131000', '103527.134000', '103527.137000', '103527.139000', '103527.142000', '103527.145000', '103527.148000', '103527.151000', '103527.154000', '103527.156000', '103527.159000', '103527.162000', '103527.165000', '103527.168000', '103527.171000', '103527.174000', '103527.177000', '103527.179000', '103527.182000', '103527.185000', '103527.188000', '103527.191000', '103527.194000', '103527.197000', '103527.199000', '103527.202000', '103527.205000', '103527.208000', '103527.211000', '103527.214000', '103527.216000', '103527.219000', '103527.222000', '103527.225000', '103527.228000', '103527.231000', '103527.233000', '103547.099000', '103547.102000', '103547.105000', '103547.108000', '103547.110000', '103547.113000', '103547.116000', '103547.119000', '103547.122000', '103547.125000', '103547.128000', '103547.130000', '103547.133000', '103547.136000', '103547.139000', '103547.142000', '103547.145000', '103547.147000', '103547.150000', '103547.153000', '103547.156000', '103547.159000', '103547.162000', '103547.165000', '103547.168000', '103547.170000', '103547.173000', '103547.176000', '103547.179000', '103547.182000', '103547.185000', '103547.187000', '103547.190000', '103547.193000', '103547.196000', '103547.199000', '103547.202000', '103547.205000', '103547.208000', '103547.211000', '103547.213000', '103547.216000', '103547.219000', '103607.099000', '103607.102000', '103607.105000', '103607.108000', '103607.111000', '103607.113000', '103607.116000', '103607.119000', '103607.122000', '103607.125000', '103607.128000', '103607.131000', '103607.134000', '103607.137000', '103607.139000', '103607.142000', '103607.145000', '103607.148000', '103607.151000', '103607.154000', '103607.168000', '103607.171000', '103607.173000', '103607.176000', '103607.179000', '103607.182000', '103607.185000', '103607.188000', '103607.191000', '103607.193000', '103607.196000', '103607.199000', '103607.202000', '103607.205000', '103607.208000', '103607.211000', '103607.214000', '103607.217000', '103607.219000', '103607.222000', '103607.225000', '103607.228000', '103607.231000', '103607.234000', '103627.098000', '103627.101000', '103627.104000', '103627.107000', '103627.110000', '103627.113000', '103627.115000', '103627.118000', '103627.121000', '103627.124000', '103627.127000', '103627.130000', '103627.132000', '103627.135000', '103627.138000', '103627.141000', '103627.144000', '103627.147000', '103627.150000', '103627.152000', '103627.155000', '103627.158000', '103627.161000', '103627.164000', '103627.167000', '103627.170000', '103627.173000', '103627.176000', '103627.178000', '103627.181000', '103627.185000', '103627.188000', '103627.191000', '103627.194000', '103627.197000', '103627.200000', '103627.202000', '103627.205000', '103627.208000', '103627.211000', '103627.214000', '103627.217000', '103627.220000', '103647.099000', '103647.102000', '103647.105000', '103647.108000', '103647.111000', '103647.113000', '103647.116000', '103647.119000', '103647.122000', '103647.125000', '103647.128000', '103647.131000', '103647.133000', '103647.136000', '103647.139000', '103647.142000', '103647.145000', '103647.148000', '103647.151000', '103647.154000', '103647.156000', '103647.159000', '103647.162000', '103647.165000', '103647.168000', '103647.171000', '103647.174000', '103647.177000', '103647.179000', '103647.182000', '103647.185000', '103647.188000', '103647.191000', '103647.194000', '103647.197000', '103647.200000', '103647.202000', '103647.205000', '103647.208000', '103647.211000', '103647.214000', '103647.217000', '103647.220000', '103647.223000', '103707.099000', '103707.102000', '103707.105000', '103707.108000', '103707.111000', '103707.114000', '103707.116000', '103707.119000', '103707.122000', '103707.125000', '103707.128000', '103707.131000', '103707.134000', '103707.136000', '103707.139000', '103707.142000', '103707.145000', '103707.148000', '103707.151000', '103707.154000', '103707.157000', '103707.159000', '103707.162000', '103707.165000', '103707.168000', '103707.171000', '103707.174000', '103707.177000', '103707.180000', '103707.182000', '103707.185000', '103707.188000', '103707.191000', '103707.194000', '103707.197000', '103707.200000', '103707.202000', '103707.205000', '103707.208000', '103707.211000', '103707.214000', '103707.217000', '103707.220000', '103727.099000', '103727.102000', '103727.105000', '103727.108000', '103727.111000', '103727.113000', '103727.116000', '103727.119000', '103727.122000', '103727.125000', '103727.128000', '103727.131000', '103727.133000', '103727.136000', '103727.139000', '103727.142000', '103727.145000', '103727.148000', '103727.151000', '103727.154000', '103727.157000', '103727.165000', '103727.167000', '103727.170000', '103727.173000', '103727.176000', '103727.179000', '103727.182000', '103727.185000', '103727.187000', '103727.190000', '103727.193000', '103727.196000', '103727.199000', '103727.202000', '103727.205000', '103727.208000', '103727.211000', '103727.214000', '103727.217000', '103727.220000', '103727.223000', '103727.226000', '103727.229000', '103747.099000', '103747.113000', '103747.116000', '103747.119000', '103747.121000', '103747.124000', '103747.127000', '103747.130000', '103747.133000', '103747.136000', '103747.139000', '103747.142000', '103747.145000', '103747.148000', '103747.150000', '103747.153000', '103747.156000', '103747.159000', '103747.162000', '103747.165000', '103747.168000', '103747.171000', '103747.174000', '103747.176000', '103747.179000', '103747.182000', '103747.185000', '103747.188000', '103747.191000', '103747.194000', '103747.196000', '103747.199000', '103747.202000', '103747.205000', '103747.208000', '103747.211000', '103747.214000', '103747.217000', '103747.219000', '103747.223000', '103747.226000', '103747.229000', '103747.232000', '103807.099000', '103807.102000', '103807.105000', '103807.108000', '103807.111000', '103807.113000', '103807.116000', '103807.119000', '103807.122000', '103807.125000', '103807.128000', '103807.131000', '103807.134000', '103807.137000', '103807.139000', '103807.142000', '103807.145000', '103807.148000', '103807.151000', '103807.155000', '103807.158000', '103807.160000', '103807.163000', '103807.166000', '103807.169000', '103807.172000', '103807.175000', '103807.178000', '103807.181000', '103807.184000', '103807.187000', '103807.190000', '103807.193000', '103807.196000', '103807.199000', '103807.202000', '103807.204000', '103807.207000', '103807.210000', '103807.213000', '103807.216000', '103807.219000', '103807.222000', '103807.225000', '103827.099000', '103827.102000', '103827.105000', '103827.108000', '103827.111000', '103827.114000', '103827.117000', '103827.120000', '103827.123000', '103827.125000', '103827.128000', '103827.131000', '103827.134000', '103827.137000', '103827.140000', '103827.143000', '103827.146000', '103827.149000', '103827.151000', '103827.154000', '103827.157000', '103827.160000', '103827.163000', '103827.166000', '103827.169000', '103827.172000', '103827.174000', '103827.177000', '103827.180000', '103827.183000', '103827.186000', '103827.189000', '103827.192000', '103827.195000', '103827.198000', '103827.200000', '103827.203000', '103827.206000', '103827.209000', '103827.212000', '103827.215000', '103827.218000', '103827.221000', '103847.098000', '103847.101000', '103847.104000', '103847.107000', '103847.110000', '103847.113000', '103847.116000', '103847.119000', '103847.122000', '103847.124000', '103847.127000', '103847.130000', '103847.133000', '103847.136000', '103847.139000', '103847.142000', '103847.145000', '103847.148000', '103847.151000', '103847.154000', '103847.157000', '103847.160000', '103847.163000', '103847.166000', '103847.168000', '103847.171000', '103847.174000', '103847.177000', '103847.180000', '103847.183000', '103847.186000', '103847.189000', '103847.192000', '103847.195000', '103847.198000', '103847.201000', '103847.203000', '103847.206000', '103847.209000', '103847.212000', '103847.215000', '103847.218000', '103847.221000', '103907.099000', '103907.102000', '103907.105000', '103907.108000', '103907.111000', '103907.114000', '103907.116000', '103907.119000', '103907.122000', '103907.125000', '103907.128000', '103907.131000', '103907.134000', '103907.137000', '103907.139000', '103907.142000', '103907.145000', '103907.148000', '103907.151000', '103907.154000', '103907.157000', '103907.160000', '103907.163000', '103907.166000', '103907.168000', '103907.172000', '103907.174000', '103907.190000', '103907.193000', '103907.196000', '103907.199000', '103907.201000', '103907.204000', '103907.207000', '103907.210000', '103907.213000', '103907.216000', '103907.219000', '103907.222000', '103907.224000', '103907.227000', '103907.230000', '103907.233000', '103907.236000', '103927.099000', '103927.102000', '103927.105000', '103927.110000', '103927.113000', '103927.116000', '103927.119000', '103927.122000', '103927.125000', '103927.128000', '103927.131000', '103927.134000', '103927.136000', '103927.140000', '103927.142000', '103927.145000', '103927.148000', '103927.151000', '103927.154000', '103927.157000', '103927.160000', '103927.163000', '103927.166000', '103927.169000', '103927.171000', '103927.174000', '103927.177000', '103927.180000', '103927.183000', '103927.186000', '103927.189000', '103927.192000', '103927.195000', '103927.198000', '103927.201000', '103927.203000', '103927.206000', '103927.209000', '103927.212000', '103927.215000', '103927.218000', '103927.221000', '103927.224000', '103947.099000', '103947.102000', '103947.105000', '103947.108000', '103947.111000', '103947.114000', '103947.117000', '103947.120000', '103947.123000', '103947.126000', '103947.128000', '103947.131000', '103947.134000', '103947.137000', '103947.140000', '103947.143000', '103947.146000', '103947.149000', '103947.152000', '103947.155000', '103947.158000', '103947.160000', '103947.163000', '103947.166000', '103947.169000', '103947.172000', '103947.175000', '103947.178000', '103947.181000', '103947.184000', '103947.187000', '103947.189000', '103947.192000', '103947.195000', '103947.198000', '103947.201000', '103947.204000', '103947.207000', '103947.210000', '103947.213000', '103947.216000', '103947.219000', '103947.222000', '103947.224000', '104007.099000', '104007.102000', '104007.105000', '104007.108000', '104007.111000', '104007.114000', '104007.117000', '104007.120000', '104007.123000', '104007.126000', '104007.129000', '104007.132000', '104007.135000', '104007.138000', '104007.141000', '104007.144000', '104007.147000', '104007.150000', '104007.153000', '104007.155000', '104007.158000', '104007.161000', '104007.164000', '104007.167000', '104007.170000', '104007.173000', '104007.176000', '104007.179000', '104007.182000', '104007.184000', '104007.187000', '104007.190000', '104007.193000', '104007.196000', '104007.199000', '104007.202000', '104007.205000', '104007.208000', '104007.211000', '104007.213000', '104007.216000', '104007.219000', '104007.222000', '104007.637000', '104007.640000'], 'InstanceCreationTime': ['103347.140000', '103347.144000', '103347.147000', '103347.150000', '103347.153000', '103347.155000', '103347.161000', '103347.164000', '103347.167000', '103347.170000', '103347.173000', '103347.176000', '103347.179000', '103347.182000', '103347.185000', '103347.187000', '103347.190000', '103347.193000', '103347.196000', '103347.199000', '103347.202000', '103347.204000', '103347.207000', '103347.210000', '103347.213000', '103347.216000', '103347.219000', '103347.222000', '103347.224000', '103347.227000', '103347.230000', '103347.233000', '103347.236000', '103347.239000', '103347.242000', '103347.244000', '103347.247000', '103347.250000', '103347.253000', '103347.256000', '103347.258000', '103347.261000', '103347.264000', '103347.267000', '103407.098000', '103407.101000', '103407.104000', '103407.107000', '103407.109000', '103407.112000', '103407.115000', '103407.118000', '103407.121000', '103407.124000', '103407.126000', '103407.129000', '103407.132000', '103407.135000', '103407.138000', '103407.141000', '103407.144000', '103407.146000', '103407.149000', '103407.152000', '103407.155000', '103407.158000', '103407.160000', '103407.163000', '103407.166000', '103407.169000', '103407.172000', '103407.175000', '103407.178000', '103407.181000', '103407.183000', '103407.186000', '103407.189000', '103407.192000', '103407.195000', '103407.198000', '103407.200000', '103407.203000', '103407.206000', '103407.209000', '103407.212000', '103407.214000', '103407.217000', '103407.220000', '103427.099000', '103427.102000', '103427.105000', '103427.108000', '103427.111000', '103427.113000', '103427.116000', '103427.119000', '103427.122000', '103427.125000', '103427.128000', '103427.130000', '103427.133000', '103427.136000', '103427.139000', '103427.142000', '103427.145000', '103427.147000', '103427.150000', '103427.153000', '103427.156000', '103427.159000', '103427.162000', '103427.165000', '103427.178000', '103427.181000', '103427.184000', '103427.187000', '103427.190000', '103427.193000', '103427.197000', '103427.200000', '103427.203000', '103427.206000', '103427.209000', '103427.211000', '103427.214000', '103427.217000', '103427.220000', '103427.223000', '103427.226000', '103427.228000', '103427.231000', '103447.099000', '103447.102000', '103447.105000', '103447.108000', '103447.110000', '103447.113000', '103447.116000', '103447.119000', '103447.122000', '103447.125000', '103447.128000', '103447.131000', '103447.133000', '103447.136000', '103447.139000', '103447.142000', '103447.145000', '103447.148000', '103447.151000', '103447.153000', '103447.156000', '103447.159000', '103447.162000', '103447.165000', '103447.168000', '103447.171000', '103447.174000', '103447.176000', '103447.179000', '103447.182000', '103447.185000', '103447.188000', '103447.191000', '103447.194000', '103447.196000', '103447.199000', '103447.202000', '103447.205000', '103447.208000', '103447.211000', '103447.214000', '103447.217000', '103447.219000', '103447.222000', '103507.099000', '103507.102000', '103507.105000', '103507.108000', '103507.110000', '103507.113000', '103507.116000', '103507.119000', '103507.122000', '103507.125000', '103507.128000', '103507.131000', '103507.134000', '103507.136000', '103507.139000', '103507.142000', '103507.146000', '103507.149000', '103507.152000', '103507.155000', '103507.157000', '103507.160000', '103507.163000', '103507.166000', '103507.169000', '103507.172000', '103507.175000', '103507.178000', '103507.181000', '103507.184000', '103507.186000', '103507.189000', '103507.192000', '103507.195000', '103507.198000', '103507.201000', '103507.204000', '103507.207000', '103507.210000', '103507.213000', '103507.216000', '103507.219000', '103507.222000', '103527.099000', '103527.114000', '103527.116000', '103527.119000', '103527.122000', '103527.125000', '103527.128000', '103527.131000', '103527.134000', '103527.137000', '103527.139000', '103527.142000', '103527.145000', '103527.148000', '103527.151000', '103527.154000', '103527.156000', '103527.159000', '103527.162000', '103527.165000', '103527.168000', '103527.171000', '103527.174000', '103527.177000', '103527.179000', '103527.182000', '103527.185000', '103527.188000', '103527.191000', '103527.194000', '103527.197000', '103527.199000', '103527.202000', '103527.205000', '103527.208000', '103527.211000', '103527.214000', '103527.216000', '103527.219000', '103527.222000', '103527.225000', '103527.228000', '103527.231000', '103527.233000', '103547.099000', '103547.102000', '103547.105000', '103547.108000', '103547.110000', '103547.113000', '103547.116000', '103547.119000', '103547.122000', '103547.125000', '103547.128000', '103547.130000', '103547.133000', '103547.136000', '103547.139000', '103547.142000', '103547.145000', '103547.147000', '103547.150000', '103547.153000', '103547.156000', '103547.159000', '103547.162000', '103547.165000', '103547.168000', '103547.170000', '103547.173000', '103547.176000', '103547.179000', '103547.182000', '103547.185000', '103547.187000', '103547.190000', '103547.193000', '103547.196000', '103547.199000', '103547.202000', '103547.205000', '103547.208000', '103547.211000', '103547.213000', '103547.216000', '103547.219000', '103607.099000', '103607.102000', '103607.105000', '103607.108000', '103607.111000', '103607.113000', '103607.116000', '103607.119000', '103607.122000', '103607.125000', '103607.128000', '103607.131000', '103607.134000', '103607.137000', '103607.139000', '103607.142000', '103607.145000', '103607.148000', '103607.151000', '103607.154000', '103607.168000', '103607.171000', '103607.173000', '103607.176000', '103607.179000', '103607.182000', '103607.185000', '103607.188000', '103607.191000', '103607.193000', '103607.196000', '103607.199000', '103607.202000', '103607.205000', '103607.208000', '103607.211000', '103607.214000', '103607.217000', '103607.219000', '103607.222000', '103607.225000', '103607.228000', '103607.231000', '103607.234000', '103627.098000', '103627.101000', '103627.104000', '103627.107000', '103627.110000', '103627.113000', '103627.115000', '103627.118000', '103627.121000', '103627.124000', '103627.127000', '103627.130000', '103627.132000', '103627.135000', '103627.138000', '103627.141000', '103627.144000', '103627.147000', '103627.150000', '103627.152000', '103627.155000', '103627.158000', '103627.161000', '103627.164000', '103627.167000', '103627.170000', '103627.173000', '103627.176000', '103627.178000', '103627.181000', '103627.185000', '103627.188000', '103627.191000', '103627.194000', '103627.197000', '103627.200000', '103627.202000', '103627.205000', '103627.208000', '103627.211000', '103627.214000', '103627.217000', '103627.220000', '103647.099000', '103647.102000', '103647.105000', '103647.108000', '103647.111000', '103647.113000', '103647.116000', '103647.119000', '103647.122000', '103647.125000', '103647.128000', '103647.131000', '103647.133000', '103647.136000', '103647.139000', '103647.142000', '103647.145000', '103647.148000', '103647.151000', '103647.154000', '103647.156000', '103647.159000', '103647.162000', '103647.165000', '103647.168000', '103647.171000', '103647.174000', '103647.177000', '103647.179000', '103647.182000', '103647.185000', '103647.188000', '103647.191000', '103647.194000', '103647.197000', '103647.200000', '103647.202000', '103647.205000', '103647.208000', '103647.211000', '103647.214000', '103647.217000', '103647.220000', '103647.223000', '103707.099000', '103707.102000', '103707.105000', '103707.108000', '103707.111000', '103707.114000', '103707.116000', '103707.119000', '103707.122000', '103707.125000', '103707.128000', '103707.131000', '103707.134000', '103707.136000', '103707.139000', '103707.142000', '103707.145000', '103707.148000', '103707.151000', '103707.154000', '103707.157000', '103707.159000', '103707.162000', '103707.165000', '103707.168000', '103707.171000', '103707.174000', '103707.177000', '103707.180000', '103707.182000', '103707.185000', '103707.188000', '103707.191000', '103707.194000', '103707.197000', '103707.200000', '103707.202000', '103707.205000', '103707.208000', '103707.211000', '103707.214000', '103707.217000', '103707.220000', '103727.099000', '103727.102000', '103727.105000', '103727.108000', '103727.111000', '103727.113000', '103727.116000', '103727.119000', '103727.122000', '103727.125000', '103727.128000', '103727.131000', '103727.133000', '103727.136000', '103727.139000', '103727.142000', '103727.145000', '103727.148000', '103727.151000', '103727.154000', '103727.157000', '103727.165000', '103727.167000', '103727.170000', '103727.173000', '103727.176000', '103727.179000', '103727.182000', '103727.185000', '103727.187000', '103727.190000', '103727.193000', '103727.196000', '103727.199000', '103727.202000', '103727.205000', '103727.208000', '103727.211000', '103727.214000', '103727.217000', '103727.220000', '103727.223000', '103727.226000', '103727.229000', '103747.099000', '103747.113000', '103747.116000', '103747.119000', '103747.121000', '103747.124000', '103747.127000', '103747.130000', '103747.133000', '103747.136000', '103747.139000', '103747.142000', '103747.145000', '103747.148000', '103747.150000', '103747.153000', '103747.156000', '103747.159000', '103747.162000', '103747.165000', '103747.168000', '103747.171000', '103747.174000', '103747.176000', '103747.179000', '103747.182000', '103747.185000', '103747.188000', '103747.191000', '103747.194000', '103747.196000', '103747.199000', '103747.202000', '103747.205000', '103747.208000', '103747.211000', '103747.214000', '103747.217000', '103747.219000', '103747.223000', '103747.226000', '103747.229000', '103747.232000', '103807.099000', '103807.102000', '103807.105000', '103807.108000', '103807.111000', '103807.113000', '103807.116000', '103807.119000', '103807.122000', '103807.125000', '103807.128000', '103807.131000', '103807.134000', '103807.137000', '103807.139000', '103807.142000', '103807.145000', '103807.148000', '103807.151000', '103807.155000', '103807.158000', '103807.160000', '103807.163000', '103807.166000', '103807.169000', '103807.172000', '103807.175000', '103807.178000', '103807.181000', '103807.184000', '103807.187000', '103807.190000', '103807.193000', '103807.196000', '103807.199000', '103807.202000', '103807.204000', '103807.207000', '103807.210000', '103807.213000', '103807.216000', '103807.219000', '103807.222000', '103807.225000', '103827.099000', '103827.102000', '103827.105000', '103827.108000', '103827.111000', '103827.114000', '103827.117000', '103827.120000', '103827.123000', '103827.125000', '103827.128000', '103827.131000', '103827.134000', '103827.137000', '103827.140000', '103827.143000', '103827.146000', '103827.149000', '103827.151000', '103827.154000', '103827.157000', '103827.160000', '103827.163000', '103827.166000', '103827.169000', '103827.172000', '103827.174000', '103827.177000', '103827.180000', '103827.183000', '103827.186000', '103827.189000', '103827.192000', '103827.195000', '103827.198000', '103827.200000', '103827.203000', '103827.206000', '103827.209000', '103827.212000', '103827.215000', '103827.218000', '103827.221000', '103847.098000', '103847.101000', '103847.104000', '103847.107000', '103847.110000', '103847.113000', '103847.116000', '103847.119000', '103847.122000', '103847.124000', '103847.127000', '103847.130000', '103847.133000', '103847.136000', '103847.139000', '103847.142000', '103847.145000', '103847.148000', '103847.151000', '103847.154000', '103847.157000', '103847.160000', '103847.163000', '103847.166000', '103847.168000', '103847.171000', '103847.174000', '103847.177000', '103847.180000', '103847.183000', '103847.186000', '103847.189000', '103847.192000', '103847.195000', '103847.198000', '103847.201000', '103847.203000', '103847.206000', '103847.209000', '103847.212000', '103847.215000', '103847.218000', '103847.221000', '103907.099000', '103907.102000', '103907.105000', '103907.108000', '103907.111000', '103907.114000', '103907.116000', '103907.119000', '103907.122000', '103907.125000', '103907.128000', '103907.131000', '103907.134000', '103907.137000', '103907.139000', '103907.142000', '103907.145000', '103907.148000', '103907.151000', '103907.154000', '103907.157000', '103907.160000', '103907.163000', '103907.166000', '103907.168000', '103907.172000', '103907.174000', '103907.190000', '103907.193000', '103907.196000', '103907.199000', '103907.201000', '103907.204000', '103907.207000', '103907.210000', '103907.213000', '103907.216000', '103907.219000', '103907.222000', '103907.224000', '103907.227000', '103907.230000', '103907.233000', '103907.236000', '103927.099000', '103927.102000', '103927.105000', '103927.110000', '103927.113000', '103927.116000', '103927.119000', '103927.122000', '103927.125000', '103927.128000', '103927.131000', '103927.134000', '103927.136000', '103927.140000', '103927.142000', '103927.145000', '103927.148000', '103927.151000', '103927.154000', '103927.157000', '103927.160000', '103927.163000', '103927.166000', '103927.169000', '103927.171000', '103927.174000', '103927.177000', '103927.180000', '103927.183000', '103927.186000', '103927.189000', '103927.192000', '103927.195000', '103927.198000', '103927.201000', '103927.203000', '103927.206000', '103927.209000', '103927.212000', '103927.215000', '103927.218000', '103927.221000', '103927.224000', '103947.099000', '103947.102000', '103947.105000', '103947.108000', '103947.111000', '103947.114000', '103947.117000', '103947.120000', '103947.123000', '103947.126000', '103947.128000', '103947.131000', '103947.134000', '103947.137000', '103947.140000', '103947.143000', '103947.146000', '103947.149000', '103947.152000', '103947.155000', '103947.158000', '103947.160000', '103947.163000', '103947.166000', '103947.169000', '103947.172000', '103947.175000', '103947.178000', '103947.181000', '103947.184000', '103947.187000', '103947.189000', '103947.192000', '103947.195000', '103947.198000', '103947.201000', '103947.204000', '103947.207000', '103947.210000', '103947.213000', '103947.216000', '103947.219000', '103947.222000', '103947.224000', '104007.099000', '104007.102000', '104007.105000', '104007.108000', '104007.111000', '104007.114000', '104007.117000', '104007.120000', '104007.123000', '104007.126000', '104007.129000', '104007.132000', '104007.135000', '104007.138000', '104007.141000', '104007.144000', '104007.147000', '104007.150000', '104007.153000', '104007.155000', '104007.158000', '104007.161000', '104007.164000', '104007.167000', '104007.170000', '104007.173000', '104007.176000', '104007.179000', '104007.182000', '104007.184000', '104007.187000', '104007.190000', '104007.193000', '104007.196000', '104007.199000', '104007.202000', '104007.205000', '104007.208000', '104007.211000', '104007.213000', '104007.216000', '104007.219000', '104007.222000', '104007.637000', '104007.640000'], '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': [10410, 10199, 7856, 9812, 12878, 9196, 10532, 13869, 9777, 10224, 10096, 8779, 11122, 8637, 9868, 9293, 8579, 11029, 8250, 10159, 11900, 8709, 10461, 8174, 9297, 10815, 8308, 10996, 8041, 10037, 12576, 9227, 11098, 9010, 9442, 11719, 9423, 10463, 7762, 9730, 12314, 8775, 10717, 9815, 8889, 11218, 8329, 9750, 11001, 8644, 10985, 7933, 9960, 12171, 8764, 10849, 8000, 9539, 9469, 8927, 7807, 9209, 7325, 10188, 9515, 10006, 12237, 10650, 11731, 11214, 11973, 11199, 18199, 13575, 14107, 14207, 14245, 12933, 11951, 13224, 9903, 15679, 11146, 13329, 15442, 12522, 12581, 9309, 9120, 9290, 11073, 9735, 11521, 10077, 13208, 9742, 12220, 9690, 12216, 9974, 11009, 14675, 9675, 11372, 8377, 9712, 12087, 8978, 10612, 7901, 9949, 10119, 8977, 10746, 8486, 10220, 7962, 9850, 10768, 8944, 10859, 9085, 10163, 8301, 10452, 9110, 10712, 9020, 10629, 9379, 10890, 8485, 11156, 11862, 9749, 12375, 10101, 10907, 8604, 10050, 9447, 10171, 13955, 9860, 10731, 9081, 9738, 10066, 9098, 11203, 8767, 10391, 8133, 9635, 9630, 9078, 9420, 8947, 11856, 9202, 10849, 9616, 9671, 12095, 9421, 10934, 8416, 9638, 8823, 9041, 11841, 8640, 10548, 12810, 9536, 11584, 8520, 9727, 8915, 8926, 9388, 8560, 11377, 8322, 10232, 12623, 9301, 10560, 8491, 9238, 8258, 9467, 12946, 9320, 11042, 10499, 9233, 11848, 8661, 9754, 7556, 9288, 10421, 8450, 11732, 8931, 9920, 10494, 8589, 12152, 9047, 10654, 8011, 9872, 15279, 10382, 10981, 13573, 9430, 11601, 8935, 10133, 8729, 8909, 11960, 8791, 10471, 13940, 9163, 11129, 8314, 9580, 7882, 9036, 11237, 8449, 10636, 8291, 9545, 11802, 8688, 10481, 8129, 9278, 7628, 8899, 7371, 9323, 12253, 8926, 10376, 12993, 9633, 10568, 9240, 9445, 9832, 8650, 11460, 8630, 9848, 13109, 9488, 10321, 9264, 9343, 11436, 8779, 10003, 8333, 8659, 8949, 11741, 14763, 9871, 10781, 10543, 9463, 13316, 9824, 10517, 8298, 8802, 11460, 8491, 9512, 13561, 9046, 9846, 8143, 8588, 10106, 8071, 9702, 8300, 8872, 10801, 8019, 9449, 8168, 8599, 10875, 7896, 10135, 8226, 9064, 11256, 8282, 10319, 8977, 10421, 8657, 10683, 9478, 10218, 15441, 11376, 11591, 14583, 11205, 13753, 9649, 9939, 15867, 10411, 10160, 13087, 8987, 10471, 8410, 8779, 10997, 8654, 8860, 7916, 8664, 10701, 8145, 9296, 11196, 8609, 9547, 8513, 8626, 10387, 8532, 9891, 8304, 8987, 10955, 8598, 9505, 8200, 8889, 10978, 8527, 9887, 8286, 9456, 7540, 9278, 12205, 8988, 10038, 13011, 9211, 10128, 9656, 8888, 11095, 8850, 9779, 9013, 8836, 11032, 8353, 9784, 11763, 8767, 10055, 8964, 8966, 9908, 8296, 10775, 8894, 9181, 11659, 8515, 9673, 11744, 8869, 10005, 7770, 8984, 11420, 8043, 10157, 9033, 9286, 11913, 8307, 9727, 9313, 8702, 10028, 8150, 10708, 8400, 11238, 14214, 9815, 10816, 12383, 9389, 11628, 11091, 11847, 7876, 9439, 15268, 10569, 10442, 14895, 10232, 10330, 9252, 8867, 10614, 8771, 9764, 7631, 8905, 12104, 8850, 9704, 13684, 9484, 9609, 13471, 9504, 9964, 8698, 8714, 10470, 8114, 9152, 12429, 9073, 9926, 8964, 8871, 10292, 7945, 9075, 9759, 8065, 10334, 7349, 9100, 11001, 8392, 10215, 9451, 8340, 10913, 8050, 9444, 7582, 9103, 11432, 8404, 10677, 7992, 9693, 10280, 9444, 11388, 9299, 12281, 9104, 10389, 16180, 11397, 10398, 15512, 10400, 11656, 9521, 9110, 13198, 8450, 10386, 10996, 9353, 11409, 8453, 9507, 12443, 8963, 9835, 8048, 8811, 11379, 8253, 9800, 11661, 8463, 10118, 8318, 8786, 8794, 8250, 10927, 8715, 9354, 12010, 8679, 9551, 12643, 9047, 10669, 8626, 9631, 8094, 9891, 8396, 10216, 8534, 9417, 10307, 10349, 9997, 9925, 14862, 10369, 10919, 16840, 11188, 10978, 13728, 10323, 12796, 8893, 9095, 12277, 8500, 9664, 9235, 9107, 10907, 7959, 8935, 10661, 8726, 9174, 7017, 8812, 10709, 8441, 9894, 10115, 8837, 10624, 7837, 9222, 8431, 8757, 10952, 8162, 10018, 8227, 9533, 11119, 8761, 10321, 7792, 9385, 8108, 9041, 11036, 8552, 10421, 9871, 9326, 11233, 8789, 10840, 9000, 10405, 8685, 11232, 8769, 11303, 16230, 11392, 11572, 12436, 11187, 14381, 11526, 13592, 9252, 12153, 14199, 9836, 12475, 11299, 9863, 13650, 9799, 9438, 7931, 8744, 11561, 8387, 9672, 11954, 8896, 9756, 8339, 8822, 10714, 8222, 9857, 11216, 8697, 10436, 8216, 9463, 11625, 8790, 10113, 7624, 9316, 11306, 8714, 10074, 9590, 9028, 11246, 8585, 10096, 7774, 9382, 8491, 8735, 11539, 8437, 10239, 12428, 9038, 9925, 10005, 8937, 11161, 8357, 10457, 12931, 8933, 11288, 10690, 9500, 12099, 8784, 9547, 12828, 8683, 10498, 9510, 8959, 11207, 8046, 9256, 11417, 8457, 9988, 7312, 9436, 11599, 8613, 10590, 10866, 8267, 10872, 8119, 9320, 7486, 8794, 6860, 9737, 12981, 8839, 11186, 12926, 9416, 11382, 9641, 10824, 13770, 9699, 13422, 16243, 10634, 11660, 13302, 9916, 12425, 9151, 9231, 9374, 8484, 11169, 9619, 9207, 12238, 9517, 10101, 8108, 8835, 10807, 8214, 9064, 11883, 8467, 9688, 11925, 8730, 9469, 8806, 8528, 10295, 7469, 9210, 11280, 8413, 10135, 8989, 8677, 10805, 8219, 9339, 8524, 8657, 11105, 8301, 11005, 8527, 10001, 12011, 9163, 10554, 8425, 9224, 7907, 9080, 12068, 8942, 10394, 13061, 9203, 11176, 8417, 9706, 9946, 9775, 10450, 9910, 9229, 9903, 7611, 10097, 16179, 11078, 10916, 16218, 10397, 10968, 12280, 9711, 13598, 9019, 9944, 12745, 8951, 10393, 8661, 9366, 11558, 8854, 9772, 8063, 9095, 10693, 8298, 10024, 8984, 8842, 10949, 8222, 9718, 8102, 9185, 11199, 8791, 10600, 7971, 10001, 12031, 8935, 10899, 8886, 10138, 7701, 9889, 8899, 9865, 12491, 9312, 10387, 10097, 9583, 10925, 8907, 11461, 8488, 10295, 14581, 9528, 11612, 8533, 9619, 12708, 8900, 10027, 7849, 8720, 6908, 9010, 10968, 8540, 10132, 10065, 8895, 11248, 9027, 10164, 8396, 9569, 7603, 9351, 12255, 9146, 10678, 12444, 9002, 11517, 8266, 9613, 10900, 8914, 11402, 7906, 9940, 10844, 8848, 11173, 8621, 10358, 8187, 9637, 7606], 'WindowCenter': [4257.0, 4232.0, 4197.0, 4217.0, 4236.0, 4204.0, 4224.0, 4244.0, 4203.0, 4214.0, 4213.0, 4193.0, 4210.0, 4181.0, 4201.0, 4190.0, 4192.0, 4212.0, 4193.0, 4226.0, 4236.0, 4208.0, 4239.0, 4208.0, 4219.0, 4226.0, 4208.0, 4226.0, 4197.0, 4229.0, 4248.0, 4219.0, 4241.0, 4220.0, 4231.0, 4249.0, 4218.0, 4227.0, 4186.0, 4217.0, 4236.0, 4207.0, 4228.0, 4217.0, 4218.0, 4238.0, 4210.0, 4229.0, 4227.0, 4207.0, 4226.0, 4197.0, 4229.0, 4247.0, 4218.0, 4240.0, 4220.0, 4242.0, 4241.0, 4245.0, 4223.0, 4243.0, 4214.0, 4254.0, 4256.0, 4269.0, 4278.0, 4257.0, 4266.0, 4256.0, 4252.0, 4242.0, 4276.0, 4251.0, 4250.0, 4248.0, 4236.0, 4225.0, 4225.0, 4223.0, 4191.0, 4232.0, 4200.0, 4221.0, 4220.0, 4207.0, 4208.0, 4178.0, 4176.0, 4189.0, 4197.0, 4188.0, 4209.0, 4200.0, 4221.0, 4190.0, 4222.0, 4191.0, 4210.0, 4189.0, 4199.0, 4230.0, 4189.0, 4197.0, 4155.0, 4175.0, 4183.0, 4161.0, 4173.0, 4154.0, 4175.0, 4173.0, 4164.0, 4183.0, 4166.0, 4186.0, 4166.0, 4199.0, 4198.0, 4189.0, 4210.0, 4192.0, 4214.0, 4195.0, 4215.0, 4203.0, 4214.0, 4205.0, 4214.0, 4205.0, 4226.0, 4207.0, 4239.0, 4238.0, 4218.0, 4237.0, 4216.0, 4226.0, 4195.0, 4216.0, 4205.0, 4228.0, 4259.0, 4217.0, 4227.0, 4207.0, 4217.0, 4215.0, 4205.0, 4224.0, 4195.0, 4216.0, 4198.0, 4218.0, 4217.0, 4218.0, 4218.0, 4219.0, 4238.0, 4230.0, 4253.0, 4230.0, 4231.0, 4250.0, 4230.0, 4240.0, 4209.0, 4219.0, 4206.0, 4219.0, 4249.0, 4219.0, 4242.0, 4262.0, 4231.0, 4252.0, 4233.0, 4241.0, 4221.0, 4220.0, 4219.0, 4220.0, 4251.0, 4209.0, 4242.0, 4251.0, 4233.0, 4242.0, 4221.0, 4218.0, 4209.0, 4231.0, 4263.0, 4232.0, 4251.0, 4240.0, 4233.0, 4264.0, 4233.0, 4232.0, 4200.0, 4219.0, 4228.0, 4220.0, 4263.0, 4233.0, 4255.0, 4252.0, 4223.0, 4250.0, 4220.0, 4229.0, 4198.0, 4230.0, 4273.0, 4231.0, 4239.0, 4248.0, 4219.0, 4238.0, 4207.0, 4216.0, 4194.0, 4193.0, 4222.0, 4193.0, 4228.0, 4246.0, 4216.0, 4225.0, 4196.0, 4204.0, 4183.0, 4193.0, 4212.0, 4193.0, 4214.0, 4194.0, 4219.0, 4236.0, 4209.0, 4227.0, 4199.0, 4218.0, 4187.0, 4208.0, 4176.0, 4217.0, 4249.0, 4207.0, 4227.0, 4247.0, 4218.0, 4227.0, 4205.0, 4204.0, 4202.0, 4191.0, 4212.0, 4182.0, 4203.0, 4223.0, 4201.0, 4202.0, 4202.0, 4203.0, 4236.0, 4194.0, 4203.0, 4191.0, 4192.0, 4205.0, 4249.0, 4258.0, 4216.0, 4228.0, 4215.0, 4207.0, 4232.0, 4203.0, 4201.0, 4169.0, 4179.0, 4199.0, 4178.0, 4189.0, 4221.0, 4190.0, 4200.0, 4168.0, 4178.0, 4187.0, 4167.0, 4188.0, 4168.0, 4190.0, 4210.0, 4181.0, 4202.0, 4181.0, 4193.0, 4211.0, 4183.0, 4224.0, 4205.0, 4218.0, 4237.0, 4220.0, 4242.0, 4231.0, 4241.0, 4222.0, 4240.0, 4218.0, 4228.0, 4259.0, 4239.0, 4240.0, 4246.0, 4216.0, 4223.0, 4191.0, 4190.0, 4230.0, 4198.0, 4189.0, 4208.0, 4178.0, 4198.0, 4179.0, 4180.0, 4199.0, 4178.0, 4176.0, 4156.0, 4176.0, 4198.0, 4168.0, 4189.0, 4199.0, 4192.0, 4203.0, 4191.0, 4192.0, 4199.0, 4181.0, 4202.0, 4180.0, 4191.0, 4211.0, 4192.0, 4202.0, 4191.0, 4204.0, 4226.0, 4219.0, 4227.0, 4195.0, 4215.0, 4186.0, 4216.0, 4237.0, 4207.0, 4226.0, 4247.0, 4216.0, 4228.0, 4216.0, 4205.0, 4212.0, 4193.0, 4215.0, 4192.0, 4204.0, 4224.0, 4194.0, 4216.0, 4237.0, 4208.0, 4218.0, 4205.0, 4206.0, 4214.0, 4207.0, 4227.0, 4205.0, 4229.0, 4250.0, 4219.0, 4241.0, 4248.0, 4220.0, 4228.0, 4197.0, 4218.0, 4237.0, 4197.0, 4229.0, 4219.0, 4242.0, 4251.0, 4222.0, 4241.0, 4231.0, 4221.0, 4230.0, 4211.0, 4241.0, 4236.0, 4266.0, 4274.0, 4231.0, 4253.0, 4263.0, 4232.0, 4239.0, 4239.0, 4238.0, 4186.0, 4217.0, 4246.0, 4215.0, 4214.0, 4246.0, 4213.0, 4202.0, 4204.0, 4217.0, 4213.0, 4193.0, 4202.0, 4172.0, 4192.0, 4222.0, 4193.0, 4204.0, 4234.0, 4203.0, 4203.0, 4232.0, 4204.0, 4203.0, 4181.0, 4180.0, 4198.0, 4169.0, 4190.0, 4210.0, 4190.0, 4200.0, 4179.0, 4191.0, 4211.0, 4181.0, 4189.0, 4189.0, 4170.0, 4200.0, 4160.0, 4192.0, 4212.0, 4194.0, 4225.0, 4215.0, 4208.0, 4236.0, 4196.0, 4216.0, 4185.0, 4218.0, 4238.0, 4219.0, 4240.0, 4222.0, 4245.0, 4253.0, 4244.0, 4253.0, 4233.0, 4252.0, 4221.0, 4244.0, 4274.0, 4241.0, 4229.0, 4261.0, 4229.0, 4226.0, 4204.0, 4195.0, 4222.0, 4182.0, 4213.0, 4212.0, 4203.0, 4221.0, 4193.0, 4202.0, 4223.0, 4193.0, 4202.0, 4171.0, 4205.0, 4224.0, 4196.0, 4216.0, 4237.0, 4208.0, 4227.0, 4206.0, 4206.0, 4195.0, 4196.0, 4225.0, 4195.0, 4217.0, 4237.0, 4206.0, 4219.0, 4247.0, 4204.0, 4225.0, 4206.0, 4214.0, 4197.0, 4227.0, 4208.0, 4239.0, 4221.0, 4232.0, 4242.0, 4242.0, 4230.0, 4231.0, 4249.0, 4216.0, 4216.0, 4247.0, 4214.0, 4214.0, 4233.0, 4203.0, 4222.0, 4179.0, 4179.0, 4197.0, 4167.0, 4188.0, 4177.0, 4179.0, 4210.0, 4169.0, 4191.0, 4199.0, 4180.0, 4188.0, 4147.0, 4179.0, 4199.0, 4180.0, 4201.0, 4213.0, 4204.0, 4223.0, 4184.0, 4204.0, 4182.0, 4193.0, 4211.0, 4182.0, 4214.0, 4195.0, 4216.0, 4236.0, 4220.0, 4229.0, 4198.0, 4218.0, 4197.0, 4232.0, 4241.0, 4218.0, 4241.0, 4230.0, 4230.0, 4248.0, 4221.0, 4254.0, 4246.0, 4253.0, 4233.0, 4253.0, 4234.0, 4254.0, 4275.0, 4252.0, 4253.0, 4252.0, 4242.0, 4250.0, 4228.0, 4236.0, 4205.0, 4225.0, 4231.0, 4203.0, 4223.0, 4213.0, 4205.0, 4223.0, 4202.0, 4190.0, 4168.0, 4180.0, 4222.0, 4180.0, 4201.0, 4225.0, 4191.0, 4202.0, 4180.0, 4191.0, 4200.0, 4180.0, 4201.0, 4212.0, 4192.0, 4212.0, 4193.0, 4205.0, 4223.0, 4192.0, 4213.0, 4172.0, 4202.0, 4221.0, 4195.0, 4216.0, 4205.0, 4217.0, 4236.0, 4207.0, 4227.0, 4185.0, 4217.0, 4207.0, 4219.0, 4251.0, 4219.0, 4242.0, 4263.0, 4232.0, 4231.0, 4230.0, 4220.0, 4229.0, 4198.0, 4230.0, 4238.0, 4207.0, 4238.0, 4227.0, 4220.0, 4239.0, 4207.0, 4216.0, 4235.0, 4195.0, 4215.0, 4204.0, 4205.0, 4223.0, 4196.0, 4218.0, 4236.0, 4197.0, 4216.0, 4188.0, 4230.0, 4250.0, 4220.0, 4254.0, 4252.0, 4236.0, 4264.0, 4223.0, 4232.0, 4202.0, 4233.0, 4203.0, 4267.0, 4288.0, 4258.0, 4280.0, 4288.0, 4247.0, 4265.0, 4234.0, 4243.0, 4251.0, 4219.0, 4251.0, 4262.0, 4228.0, 4228.0, 4237.0, 4205.0, 4223.0, 4192.0, 4191.0, 4190.0, 4190.0, 4224.0, 4201.0, 4204.0, 4222.0, 4202.0, 4201.0, 4169.0, 4180.0, 4198.0, 4167.0, 4179.0, 4209.0, 4169.0, 4190.0, 4210.0, 4191.0, 4201.0, 4179.0, 4179.0, 4188.0, 4158.0, 4190.0, 4210.0, 4180.0, 4212.0, 4191.0, 4192.0, 4223.0, 4197.0, 4205.0, 4192.0, 4194.0, 4223.0, 4196.0, 4237.0, 4208.0, 4227.0, 4238.0, 4231.0, 4239.0, 4209.0, 4217.0, 4196.0, 4217.0, 4237.0, 4206.0, 4227.0, 4247.0, 4215.0, 4238.0, 4209.0, 4230.0, 4230.0, 4230.0, 4240.0, 4230.0, 4216.0, 4218.0, 4187.0, 4229.0, 4258.0, 4227.0, 4226.0, 4246.0, 4205.0, 4216.0, 4224.0, 4203.0, 4221.0, 4179.0, 4190.0, 4209.0, 4178.0, 4188.0, 4167.0, 4191.0, 4210.0, 4181.0, 4189.0, 4168.0, 4178.0, 4187.0, 4167.0, 4189.0, 4177.0, 4191.0, 4210.0, 4183.0, 4202.0, 4182.0, 4204.0, 4212.0, 4193.0, 4213.0, 4195.0, 4229.0, 4245.0, 4219.0, 4239.0, 4219.0, 4227.0, 4198.0, 4229.0, 4218.0, 4242.0, 4251.0, 4232.0, 4240.0, 4230.0, 4220.0, 4229.0, 4208.0, 4236.0, 4207.0, 4229.0, 4259.0, 4229.0, 4238.0, 4207.0, 4229.0, 4260.0, 4220.0, 4227.0, 4194.0, 4206.0, 4175.0, 4205.0, 4227.0, 4208.0, 4241.0, 4241.0, 4233.0, 4251.0, 4232.0, 4240.0, 4210.0, 4230.0, 4199.0, 4231.0, 4262.0, 4245.0, 4253.0, 4262.0, 4234.0, 4265.0, 4222.0, 4232.0, 4239.0, 4218.0, 4237.0, 4197.0, 4229.0, 4240.0, 4230.0, 4253.0, 4234.0, 4244.0, 4222.0, 4230.0, 4200.0], 'WindowWidth': [9416.0, 9368.0, 9312.0, 9336.0, 9360.0, 9314.0, 9342.0, 9369.0, 9310.0, 9327.0, 9323.0, 9297.0, 9313.0, 9275.0, 9301.0, 9285.0, 9292.0, 9319.0, 9297.0, 9347.0, 9360.0, 9327.0, 9369.0, 9327.0, 9343.0, 9348.0, 9325.0, 9347.0, 9309.0, 9354.0, 9381.0, 9343.0, 9374.0, 9345.0, 9362.0, 9383.0, 9341.0, 9349.0, 9292.0, 9333.0, 9359.0, 9321.0, 9351.0, 9336.0, 9340.0, 9366.0, 9332.0, 9355.0, 9350.0, 9324.0, 9347.0, 9310.0, 9356.0, 9379.0, 9342.0, 9372.0, 9352.0, 9381.0, 9380.0, 9389.0, 9358.0, 9385.0, 9347.0, 9403.0, 9409.0, 9432.0, 9440.0, 9409.0, 9420.0, 9404.0, 9393.0, 9377.0, 9434.0, 9388.0, 9386.0, 9380.0, 9361.0, 9343.0, 9341.0, 9333.0, 9289.0, 9349.0, 9297.0, 9330.0, 9327.0, 9304.0, 9305.0, 9264.0, 9260.0, 9284.0, 9290.0, 9280.0, 9308.0, 9300.0, 9329.0, 9285.0, 9332.0, 9289.0, 9313.0, 9283.0, 9294.0, 9341.0, 9281.0, 9290.0, 9228.0, 9255.0, 9261.0, 9229.0, 9247.0, 9225.0, 9255.0, 9249.0, 9240.0, 9262.0, 9244.0, 9272.0, 9247.0, 9295.0, 9292.0, 9284.0, 9311.0, 9292.0, 9326.0, 9303.0, 9327.0, 9311.0, 9325.0, 9316.0, 9324.0, 9316.0, 9343.0, 9323.0, 9368.0, 9364.0, 9337.0, 9360.0, 9330.0, 9346.0, 9302.0, 9331.0, 9314.0, 9351.0, 9394.0, 9334.0, 9349.0, 9322.0, 9335.0, 9328.0, 9314.0, 9337.0, 9302.0, 9330.0, 9311.0, 9338.0, 9336.0, 9339.0, 9338.0, 9342.0, 9366.0, 9358.0, 9394.0, 9360.0, 9363.0, 9386.0, 9359.0, 9369.0, 9327.0, 9340.0, 9320.0, 9341.0, 9382.0, 9343.0, 9379.0, 9406.0, 9362.0, 9393.0, 9369.0, 9377.0, 9347.0, 9344.0, 9341.0, 9344.0, 9387.0, 9332.0, 9377.0, 9388.0, 9368.0, 9377.0, 9349.0, 9341.0, 9328.0, 9362.0, 9410.0, 9366.0, 9387.0, 9370.0, 9369.0, 9412.0, 9369.0, 9362.0, 9317.0, 9343.0, 9352.0, 9346.0, 9408.0, 9369.0, 9403.0, 9396.0, 9356.0, 9386.0, 9345.0, 9355.0, 9312.0, 9360.0, 9424.0, 9362.0, 9370.0, 9380.0, 9344.0, 9367.0, 9321.0, 9331.0, 9298.0, 9294.0, 9331.0, 9297.0, 9351.0, 9371.0, 9334.0, 9344.0, 9304.0, 9312.0, 9283.0, 9296.0, 9319.0, 9295.0, 9325.0, 9300.0, 9340.0, 9359.0, 9328.0, 9349.0, 9315.0, 9338.0, 9297.0, 9324.0, 9278.0, 9336.0, 9382.0, 9323.0, 9348.0, 9378.0, 9340.0, 9347.0, 9316.0, 9313.0, 9306.0, 9291.0, 9320.0, 9277.0, 9309.0, 9337.0, 9303.0, 9306.0, 9307.0, 9310.0, 9361.0, 9300.0, 9308.0, 9292.0, 9294.0, 9318.0, 9382.0, 9395.0, 9333.0, 9351.0, 9331.0, 9319.0, 9348.0, 9306.0, 9300.0, 9252.0, 9266.0, 9294.0, 9265.0, 9281.0, 9330.0, 9287.0, 9297.0, 9252.0, 9266.0, 9274.0, 9249.0, 9277.0, 9251.0, 9284.0, 9311.0, 9277.0, 9304.0, 9277.0, 9295.0, 9317.0, 9285.0, 9341.0, 9317.0, 9343.0, 9366.0, 9346.0, 9379.0, 9365.0, 9378.0, 9353.0, 9373.0, 9339.0, 9352.0, 9399.0, 9367.0, 9369.0, 9375.0, 9330.0, 9336.0, 9288.0, 9284.0, 9340.0, 9292.0, 9281.0, 9306.0, 9264.0, 9292.0, 9269.0, 9272.0, 9295.0, 9266.0, 9261.0, 9233.0, 9261.0, 9292.0, 9252.0, 9282.0, 9295.0, 9292.0, 9308.0, 9289.0, 9291.0, 9297.0, 9274.0, 9303.0, 9271.0, 9290.0, 9316.0, 9294.0, 9306.0, 9291.0, 9312.0, 9346.0, 9344.0, 9351.0, 9305.0, 9330.0, 9292.0, 9333.0, 9362.0, 9323.0, 9347.0, 9377.0, 9335.0, 9351.0, 9332.0, 9315.0, 9320.0, 9296.0, 9325.0, 9293.0, 9311.0, 9340.0, 9299.0, 9331.0, 9362.0, 9326.0, 9336.0, 9316.0, 9318.0, 9326.0, 9322.0, 9349.0, 9318.0, 9356.0, 9388.0, 9342.0, 9377.0, 9384.0, 9346.0, 9354.0, 9311.0, 9338.0, 9361.0, 9309.0, 9354.0, 9342.0, 9381.0, 9389.0, 9355.0, 9378.0, 9364.0, 9351.0, 9360.0, 9336.0, 9374.0, 9381.0, 9419.0, 9426.0, 9362.0, 9394.0, 9412.0, 9366.0, 9371.0, 9370.0, 9365.0, 9290.0, 9335.0, 9379.0, 9329.0, 9327.0, 9375.0, 9322.0, 9306.0, 9315.0, 9337.0, 9325.0, 9298.0, 9307.0, 9266.0, 9294.0, 9333.0, 9294.0, 9312.0, 9353.0, 9308.0, 9309.0, 9350.0, 9312.0, 9309.0, 9274.0, 9270.0, 9292.0, 9255.0, 9285.0, 9312.0, 9285.0, 9299.0, 9269.0, 9289.0, 9317.0, 9278.0, 9286.0, 9283.0, 9259.0, 9299.0, 9247.0, 9293.0, 9319.0, 9298.0, 9343.0, 9329.0, 9326.0, 9361.0, 9309.0, 9334.0, 9291.0, 9339.0, 9367.0, 9345.0, 9375.0, 9356.0, 9390.0, 9397.0, 9385.0, 9395.0, 9368.0, 9391.0, 9348.0, 9382.0, 9431.0, 9375.0, 9357.0, 9405.0, 9353.0, 9346.0, 9311.0, 9298.0, 9330.0, 9276.0, 9320.0, 9320.0, 9307.0, 9332.0, 9297.0, 9307.0, 9334.0, 9294.0, 9305.0, 9263.0, 9313.0, 9341.0, 9307.0, 9333.0, 9365.0, 9328.0, 9350.0, 9321.0, 9320.0, 9302.0, 9305.0, 9344.0, 9303.0, 9335.0, 9361.0, 9318.0, 9341.0, 9380.0, 9316.0, 9343.0, 9322.0, 9330.0, 9312.0, 9349.0, 9328.0, 9370.0, 9349.0, 9365.0, 9378.0, 9378.0, 9358.0, 9359.0, 9383.0, 9332.0, 9330.0, 9380.0, 9325.0, 9326.0, 9350.0, 9307.0, 9330.0, 9268.0, 9267.0, 9288.0, 9248.0, 9276.0, 9262.0, 9268.0, 9312.0, 9258.0, 9291.0, 9297.0, 9271.0, 9278.0, 9223.0, 9267.0, 9295.0, 9273.0, 9304.0, 9323.0, 9312.0, 9338.0, 9288.0, 9311.0, 9280.0, 9294.0, 9315.0, 9280.0, 9325.0, 9303.0, 9334.0, 9361.0, 9346.0, 9354.0, 9315.0, 9339.0, 9310.0, 9365.0, 9375.0, 9341.0, 9373.0, 9359.0, 9361.0, 9382.0, 9351.0, 9399.0, 9393.0, 9395.0, 9371.0, 9396.0, 9373.0, 9398.0, 9433.0, 9393.0, 9395.0, 9394.0, 9378.0, 9387.0, 9352.0, 9358.0, 9313.0, 9340.0, 9345.0, 9306.0, 9338.0, 9320.0, 9312.0, 9337.0, 9306.0, 9285.0, 9253.0, 9271.0, 9333.0, 9273.0, 9301.0, 9339.0, 9291.0, 9304.0, 9273.0, 9288.0, 9297.0, 9273.0, 9303.0, 9316.0, 9291.0, 9319.0, 9297.0, 9313.0, 9336.0, 9293.0, 9321.0, 9265.0, 9307.0, 9331.0, 9300.0, 9330.0, 9314.0, 9336.0, 9359.0, 9322.0, 9347.0, 9292.0, 9335.0, 9321.0, 9343.0, 9389.0, 9346.0, 9380.0, 9408.0, 9366.0, 9362.0, 9357.0, 9343.0, 9352.0, 9311.0, 9355.0, 9366.0, 9322.0, 9363.0, 9348.0, 9342.0, 9367.0, 9322.0, 9331.0, 9355.0, 9299.0, 9326.0, 9310.0, 9313.0, 9335.0, 9305.0, 9338.0, 9360.0, 9309.0, 9333.0, 9298.0, 9358.0, 9386.0, 9347.0, 9401.0, 9394.0, 9381.0, 9414.0, 9356.0, 9367.0, 9326.0, 9370.0, 9333.0, 9427.0, 9455.0, 9413.0, 9448.0, 9456.0, 9396.0, 9417.0, 9372.0, 9381.0, 9388.0, 9341.0, 9388.0, 9408.0, 9350.0, 9352.0, 9363.0, 9315.0, 9336.0, 9289.0, 9287.0, 9283.0, 9288.0, 9339.0, 9302.0, 9313.0, 9335.0, 9306.0, 9303.0, 9256.0, 9270.0, 9292.0, 9250.0, 9268.0, 9308.0, 9254.0, 9283.0, 9314.0, 9290.0, 9303.0, 9270.0, 9270.0, 9278.0, 9239.0, 9285.0, 9312.0, 9275.0, 9320.0, 9290.0, 9295.0, 9339.0, 9309.0, 9316.0, 9295.0, 9299.0, 9335.0, 9307.0, 9364.0, 9323.0, 9351.0, 9365.0, 9362.0, 9370.0, 9329.0, 9334.0, 9306.0, 9337.0, 9362.0, 9320.0, 9349.0, 9375.0, 9333.0, 9365.0, 9332.0, 9360.0, 9358.0, 9359.0, 9372.0, 9359.0, 9334.0, 9337.0, 9295.0, 9353.0, 9397.0, 9349.0, 9345.0, 9375.0, 9314.0, 9331.0, 9339.0, 9308.0, 9329.0, 9269.0, 9284.0, 9307.0, 9266.0, 9278.0, 9249.0, 9287.0, 9312.0, 9274.0, 9283.0, 9251.0, 9266.0, 9273.0, 9250.0, 9283.0, 9264.0, 9289.0, 9313.0, 9282.0, 9307.0, 9279.0, 9311.0, 9318.0, 9295.0, 9322.0, 9304.0, 9355.0, 9373.0, 9345.0, 9368.0, 9343.0, 9350.0, 9312.0, 9357.0, 9341.0, 9380.0, 9389.0, 9366.0, 9373.0, 9358.0, 9345.0, 9354.0, 9324.0, 9360.0, 9323.0, 9357.0, 9398.0, 9357.0, 9368.0, 9322.0, 9358.0, 9403.0, 9347.0, 9350.0, 9302.0, 9319.0, 9275.0, 9318.0, 9348.0, 9326.0, 9375.0, 9375.0, 9368.0, 9390.0, 9367.0, 9373.0, 9334.0, 9358.0, 9316.0, 9362.0, 9406.0, 9390.0, 9398.0, 9405.0, 9374.0, 9415.0, 9354.0, 9365.0, 9369.0, 9338.0, 9361.0, 9308.0, 9355.0, 9371.0, 9361.0, 9397.0, 9374.0, 9385.0, 9354.0, 9360.0, 9320.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.0011575573394495416</td></tr>
<tr><td colspan=3>aqi</td><td>0.019277591972477068</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.611629190459254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.183460760964409</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0220151015729042</td></tr>
<tr><td colspan=3>efc</td><td>0.4379</td></tr>
<tr><td colspan=3>fber</td><td>7957.7402</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10174933015235066</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.536697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4708531309428055</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3726624888858634</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.774641388392849</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2652555155497036</td></tr>
<tr><td colspan=3>gcor</td><td>0.0339938</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00928642600774765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03236271068453789</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.679327440212378</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>31.8168</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.953</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.3635</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308911.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>592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.2694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9495</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.9854</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.5898</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.1754</td></tr>
<tr><td colspan=3>tsnr</td><td>40.91140049579553</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>