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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-04/func/sub-0019_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>870bb5ab9744c9cb9e5feb66448b925e</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>16:04:53.082500</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.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0834549</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.359</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>742bb17d-2c42-44ee-878f-98cbe682256f||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.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['160453.082500', '160453.542500', '160454.002500', '160454.462500', '160454.922500', '160455.382500', '160455.842500', '160456.302500', '160456.762500', '160457.222500', '160457.682500', '160458.142500', '160458.602500', '160459.062500', '160459.522500', '160459.982500', '160500.442500', '160500.902500', '160501.362500', '160501.822500', '160502.282500', '160502.742500', '160503.202500', '160503.662500', '160504.122500', '160504.582500', '160505.042500', '160505.502500', '160505.962500', '160506.422500', '160506.882500', '160507.342500', '160507.802500', '160508.262500', '160508.722500', '160509.182500', '160509.642500', '160510.102500', '160510.562500', '160511.022500', '160511.482500', '160511.942500', '160512.402500', '160512.862500', '160513.322500', '160513.782500', '160514.242500', '160514.702500', '160515.162500', '160515.622500', '160516.082500', '160516.542500', '160517.002500', '160517.462500', '160517.922500', '160518.382500', '160518.842500', '160519.302500', '160519.762500', '160520.222500', '160520.682500', '160521.142500', '160521.602500', '160522.062500', '160522.522500', '160522.982500', '160523.442500', '160523.902500', '160524.362500', '160524.822500', '160525.282500', '160525.742500', '160526.202500', '160526.662500', '160527.122500', '160527.582500', '160528.042500', '160528.502500', '160528.962500', '160529.422500', '160529.882500', '160530.342500', '160530.802500', '160531.262500', '160531.722500', '160532.182500', '160532.642500', '160533.102500', '160533.562500', '160534.022500', '160534.482500', '160534.942500', '160535.402500', '160535.862500', '160536.322500', '160536.782500', '160537.242500', '160537.702500', '160538.162500', '160538.622500', '160539.082500', '160539.542500', '160540.002500', '160540.462500', '160540.922500', '160541.382500', '160541.842500', '160542.302500', '160542.762500', '160543.222500', '160543.682500', '160544.142500', '160544.602500', '160545.062500', '160545.522500', '160545.982500', '160546.442500', '160546.902500', '160547.362500', '160547.822500', '160548.282500', '160548.742500', '160549.202500', '160549.662500', '160550.122500', '160550.582500', '160551.042500', '160551.502500', '160551.962500', '160552.422500', '160552.882500', '160553.342500', '160553.802500', '160554.262500', '160554.722500', '160555.182500', '160555.642500', '160556.102500', '160556.562500', '160557.022500', '160557.482500', '160557.942500', '160558.402500', '160558.862500', '160559.322500', '160559.782500', '160600.242500', '160600.702500', '160601.162500', '160601.622500', '160602.082500', '160602.542500', '160603.002500', '160603.462500', '160603.922500', '160604.382500', '160604.842500', '160605.302500', '160605.762500', '160606.222500', '160606.682500', '160607.142500', '160607.602500', '160608.062500', '160608.522500', '160608.982500', '160609.442500', '160609.902500', '160610.362500', '160610.822500', '160611.282500', '160611.742500', '160612.202500', '160612.662500', '160613.122500', '160613.582500', '160614.042500', '160614.502500', '160614.962500', '160615.422500', '160615.882500', '160616.342500', '160616.802500', '160617.262500', '160617.722500', '160618.182500', '160618.642500', '160619.102500', '160619.562500', '160620.022500', '160620.482500', '160620.942500', '160621.402500', '160621.862500', '160622.322500', '160622.782500', '160623.242500', '160623.702500', '160624.162500', '160624.622500', '160625.082500', '160625.542500', '160626.002500', '160626.462500', '160626.922500', '160627.382500', '160627.842500', '160628.302500', '160628.762500', '160629.222500', '160629.682500', '160630.142500', '160630.602500', '160631.062500', '160631.522500', '160631.982500', '160632.442500', '160632.902500', '160633.362500', '160633.822500', '160634.282500', '160634.742500', '160635.202500', '160635.662500', '160636.122500', '160636.582500', '160637.042500', '160637.502500', '160637.962500', '160638.422500', '160638.882500', '160639.342500', '160639.802500', '160640.262500', '160640.722500', '160641.182500', '160641.642500', '160642.102500', '160642.562500', '160643.022500', '160643.482500', '160643.942500', '160644.402500', '160644.862500', '160645.322500', '160645.782500', '160646.242500', '160646.702500', '160647.162500', '160647.622500', '160648.082500', '160648.542500', '160649.002500', '160649.462500', '160649.922500', '160650.382500', '160650.842500', '160651.302500', '160651.762500', '160652.222500', '160652.682500', '160653.142500', '160653.602500', '160654.062500', '160654.522500', '160654.982500', '160655.442500', '160655.902500', '160656.362500', '160656.822500', '160657.282500', '160657.742500', '160658.202500', '160658.662500', '160659.122500', '160659.582500', '160700.042500', '160700.502500', '160700.962500', '160701.422500', '160701.882500', '160702.342500', '160702.802500', '160703.262500', '160703.722500', '160704.182500', '160704.642500', '160705.102500', '160705.562500', '160706.022500', '160706.482500', '160706.942500', '160707.402500', '160707.862500', '160708.322500', '160708.782500', '160709.242500', '160709.702500', '160710.162500', '160710.622500', '160711.082500', '160711.542500', '160712.002500', '160712.462500', '160712.922500', '160713.382500', '160713.842500', '160714.302500', '160714.762500', '160715.222500', '160715.682500', '160716.142500', '160716.602500', '160717.062500', '160717.522500', '160717.982500', '160718.442500', '160718.902500', '160719.362500', '160719.822500', '160720.282500', '160720.742500', '160721.202500', '160721.662500', '160722.122500', '160722.582500', '160723.042500', '160723.502500', '160723.962500', '160724.422500', '160724.882500', '160725.342500', '160725.802500', '160726.262500', '160726.722500', '160727.182500', '160727.642500', '160728.102500', '160728.562500', '160729.022500', '160729.482500', '160729.942500', '160730.402500', '160730.862500', '160731.322500', '160731.782500', '160732.242500', '160732.702500', '160733.162500', '160733.622500', '160734.082500', '160734.542500', '160735.002500', '160735.462500', '160735.922500', '160736.382500', '160736.842500', '160737.302500', '160737.762500', '160738.222500', '160738.682500', '160739.142500', '160739.602500', '160740.062500', '160740.522500', '160740.982500', '160741.442500', '160741.902500', '160742.362500', '160742.822500', '160743.282500', '160743.742500', '160744.202500', '160744.662500', '160745.122500', '160745.582500', '160746.042500', '160746.502500', '160746.962500', '160747.422500', '160747.882500', '160748.342500', '160748.802500', '160749.262500', '160749.722500', '160750.182500', '160750.642500', '160751.102500', '160751.562500', '160752.022500', '160752.482500', '160752.942500', '160753.402500', '160753.862500', '160754.322500', '160754.782500', '160755.242500', '160755.702500', '160756.162500', '160756.622500', '160757.082500', '160757.542500', '160758.002500', '160758.462500', '160758.922500', '160759.382500', '160759.842500', '160800.302500', '160800.762500', '160801.222500', '160801.682500', '160802.142500', '160802.602500', '160803.062500', '160803.522500', '160803.982500', '160804.442500', '160804.902500', '160805.362500', '160805.822500', '160806.282500', '160806.742500', '160807.202500', '160807.662500', '160808.122500', '160808.582500', '160809.042500', '160809.502500', '160809.962500', '160810.422500', '160810.882500', '160811.342500', '160811.802500', '160812.262500', '160812.722500', '160813.182500', '160813.642500', '160814.102500', '160814.562500', '160815.022500', '160815.482500', '160815.942500', '160816.402500', '160816.862500', '160817.322500', '160817.782500', '160818.242500', '160818.702500', '160819.162500', '160819.622500', '160820.082500', '160820.542500', '160821.002500', '160821.462500', '160821.922500', '160822.382500', '160822.842500', '160823.302500', '160823.762500', '160824.222500', '160824.682500', '160825.142500', '160825.602500', '160826.062500', '160826.522500', '160826.982500', '160827.442500', '160827.902500', '160828.362500', '160828.822500', '160829.282500', '160829.742500', '160830.202500', '160830.662500', '160831.122500', '160831.582500', '160832.042500', '160832.502500', '160832.962500', '160833.422500', '160833.882500', '160834.342500', '160834.802500', '160835.262500', '160835.722500', '160836.182500', '160836.642500', '160837.102500', '160837.562500', '160838.022500', '160838.482500', '160838.942500', '160839.402500', '160839.862500', '160840.322500', '160840.782500', '160841.242500', '160841.702500', '160842.162500', '160842.622500', '160843.082500', '160843.542500', '160844.002500', '160844.462500', '160844.922500', '160845.382500', '160845.842500', '160846.302500', '160846.762500', '160847.222500', '160847.682500', '160848.142500', '160848.602500', '160849.062500', '160849.522500', '160849.982500', '160850.442500', '160850.902500', '160851.362500', '160851.822500', '160852.282500', '160852.742500', '160853.202500', '160853.662500', '160854.122500', '160854.582500', '160855.042500', '160855.502500', '160855.962500', '160856.422500', '160856.882500', '160857.342500', '160857.802500', '160858.262500', '160858.722500', '160859.182500', '160859.642500', '160900.102500', '160900.562500', '160901.022500', '160901.482500', '160901.942500', '160902.402500', '160902.862500', '160903.322500', '160903.782500', '160904.242500', '160904.702500', '160905.162500', '160905.622500', '160906.082500', '160906.542500', '160907.002500', '160907.462500', '160907.922500', '160908.382500', '160908.842500', '160909.302500', '160909.762500', '160910.222500', '160910.682500', '160911.142500', '160911.602500', '160912.062500', '160912.522500', '160912.982500', '160913.442500', '160913.902500', '160914.362500', '160914.822500', '160915.282500', '160915.742500', '160916.202500', '160916.662500', '160917.122500', '160917.582500', '160918.042500', '160918.502500', '160918.962500', '160919.422500', '160919.882500', '160920.342500', '160920.802500', '160921.262500', '160921.722500', '160922.182500', '160922.642500', '160923.102500', '160923.562500', '160924.022500', '160924.482500', '160924.942500', '160925.402500', '160925.862500', '160926.322500', '160926.782500', '160927.242500', '160927.702500', '160928.162500', '160928.622500', '160929.082500', '160929.542500', '160930.002500', '160930.462500', '160930.922500', '160931.382500', '160931.842500', '160932.302500', '160932.762500', '160933.222500', '160933.682500', '160934.142500', '160934.602500', '160935.062500', '160935.522500', '160935.982500', '160936.442500', '160936.902500', '160937.362500', '160937.822500', '160938.282500', '160938.742500', '160939.202500', '160939.662500', '160940.122500', '160940.582500', '160941.042500', '160941.502500', '160941.962500', '160942.422500', '160942.882500', '160943.342500', '160943.802500', '160944.262500', '160944.722500', '160945.182500', '160945.642500', '160946.102500', '160946.562500', '160947.022500', '160947.482500', '160947.942500', '160948.402500', '160948.862500', '160949.322500', '160949.782500', '160950.242500', '160950.702500', '160951.162500', '160951.622500', '160952.082500', '160952.542500', '160953.002500', '160953.462500', '160953.922500', '160954.382500', '160954.842500', '160955.302500', '160955.762500', '160956.222500', '160956.682500', '160957.142500', '160957.602500', '160958.062500', '160958.522500', '160958.982500', '160959.442500', '160959.902500', '161000.362500', '161000.822500', '161001.282500', '161001.742500', '161002.202500', '161002.662500', '161003.122500', '161003.582500', '161004.042500', '161004.502500', '161004.962500', '161005.422500', '161005.882500', '161006.342500', '161006.802500', '161007.262500', '161007.722500', '161008.182500', '161008.642500', '161009.102500', '161009.562500', '161010.022500', '161010.482500', '161010.942500', '161011.402500', '161011.862500', '161012.322500', '161012.782500', '161013.242500', '161013.702500', '161014.162500', '161014.622500', '161015.082500', '161015.542500', '161016.002500', '161016.462500', '161016.922500', '161017.382500', '161017.842500', '161018.302500', '161018.762500', '161019.222500', '161019.682500', '161020.142500', '161020.602500', '161021.062500', '161021.522500', '161021.982500', '161022.442500', '161022.902500', '161023.362500', '161023.822500', '161024.282500', '161024.742500', '161025.202500', '161025.662500', '161026.122500', '161026.582500', '161027.042500', '161027.502500', '161027.962500', '161028.422500', '161028.882500', '161029.342500', '161029.802500', '161030.262500', '161030.722500', '161031.182500', '161031.642500', '161032.102500', '161032.562500', '161033.022500', '161033.482500', '161033.942500', '161034.402500', '161034.862500', '161035.322500', '161035.782500', '161036.242500', '161036.702500', '161037.162500', '161037.622500', '161038.082500', '161038.542500', '161039.002500', '161039.462500', '161039.922500', '161040.382500', '161040.842500', '161041.302500', '161041.762500', '161042.222500', '161042.682500', '161043.142500', '161043.602500', '161044.062500', '161044.522500', '161044.982500', '161045.442500', '161045.902500', '161046.362500', '161046.822500', '161047.282500', '161047.742500', '161048.202500', '161048.662500', '161049.122500', '161049.582500', '161050.042500', '161050.502500', '161050.962500', '161051.422500', '161051.882500', '161052.342500', '161052.802500', '161053.262500', '161053.722500', '161054.182500', '161054.642500', '161055.102500', '161055.562500', '161056.022500', '161056.482500', '161056.942500', '161057.402500', '161057.862500', '161058.322500', '161058.782500', '161059.242500', '161059.702500', '161100.162500', '161100.622500', '161101.082500', '161101.542500', '161102.002500', '161102.462500', '161102.922500', '161103.382500', '161103.842500', '161104.302500', '161104.762500', '161105.222500', '161105.682500', '161106.142500', '161106.602500', '161107.062500', '161107.522500', '161107.982500', '161108.442500', '161108.902500', '161109.362500', '161109.822500', '161110.282500', '161110.742500', '161111.202500', '161111.662500', '161112.122500', '161112.582500', '161113.042500', '161113.502500', '161113.962500', '161114.422500', '161114.882500', '161115.342500', '161115.802500', '161116.262500', '161116.722500', '161117.182500', '161117.642500', '161118.102500', '161118.562500', '161119.022500', '161119.482500', '161119.942500', '161120.402500', '161120.862500', '161121.322500', '161121.782500', '161122.242500', '161122.702500', '161123.162500', '161123.622500', '161124.082500', '161124.542500', '161125.002500', '161125.462500', '161125.922500', '161126.382500', '161126.842500', '161127.302500', '161127.762500', '161128.222500', '161128.682500', '161129.142500', '161129.602500', '161130.062500', '161130.522500', '161130.982500', '161131.442500', '161131.902500', '161132.362500', '161132.822500', '161133.282500', '161133.742500'], 'ContentTime': ['160503.876000', '160503.880000', '160503.883000', '160503.886000', '160503.889000', '160503.892000', '160503.896000', '160503.899000', '160503.902000', '160503.905000', '160503.908000', '160503.911000', '160503.922000', '160503.925000', '160503.928000', '160503.942000', '160503.944000', '160503.947000', '160503.950000', '160503.953000', '160503.956000', '160523.842000', '160523.846000', '160523.848000', '160523.851000', '160523.854000', '160523.857000', '160523.860000', '160523.863000', '160523.866000', '160523.869000', '160523.871000', '160523.880000', '160523.883000', '160523.886000', '160523.889000', '160523.892000', '160523.895000', '160523.898000', '160523.901000', '160523.904000', '160523.974000', '160523.977000', '160523.979000', '160523.983000', '160523.985000', '160523.988000', '160523.991000', '160523.994000', '160523.997000', '160524.001000', '160524.004000', '160524.007000', '160524.009000', '160524.012000', '160524.015000', '160524.018000', '160524.021000', '160524.024000', '160524.026000', '160524.029000', '160524.032000', '160524.035000', '160524.038000', '160543.842000', '160543.845000', '160543.848000', '160543.852000', '160543.855000', '160543.858000', '160543.861000', '160543.864000', '160543.867000', '160543.870000', '160543.881000', '160543.884000', '160543.887000', '160543.890000', '160543.893000', '160543.896000', '160543.899000', '160543.901000', '160543.904000', '160543.907000', '160543.910000', '160543.913000', '160543.916000', '160543.919000', '160543.922000', '160543.924000', '160543.927000', '160543.930000', '160543.933000', '160543.936000', '160543.939000', '160543.942000', '160543.944000', '160543.947000', '160543.950000', '160543.953000', '160543.956000', '160543.959000', '160543.962000', '160543.965000', '160543.967000', '160543.970000', '160543.973000', '160543.976000', '160603.842000', '160603.845000', '160603.848000', '160603.851000', '160603.854000', '160603.857000', '160603.860000', '160603.862000', '160603.865000', '160603.868000', '160603.878000', '160603.880000', '160603.883000', '160603.886000', '160603.889000', '160603.892000', '160603.895000', '160603.898000', '160603.901000', '160603.903000', '160603.906000', '160603.909000', '160603.912000', '160603.915000', '160603.918000', '160603.921000', '160603.924000', '160603.926000', '160603.930000', '160603.932000', '160603.935000', '160603.938000', '160603.941000', '160603.944000', '160603.947000', '160603.950000', '160603.953000', '160603.956000', '160603.959000', '160603.963000', '160603.967000', '160603.970000', '160603.973000', '160623.843000', '160623.853000', '160623.856000', '160623.859000', '160623.862000', '160623.865000', '160623.868000', '160623.870000', '160623.873000', '160623.876000', '160623.879000', '160623.882000', '160623.885000', '160623.888000', '160623.891000', '160623.893000', '160623.896000', '160623.899000', '160623.902000', '160623.905000', '160623.908000', '160623.911000', '160623.914000', '160623.917000', '160623.920000', '160623.923000', '160623.925000', '160623.928000', '160623.931000', '160623.934000', '160623.937000', '160623.940000', '160623.943000', '160623.946000', '160623.949000', '160623.951000', '160623.954000', '160623.957000', '160623.960000', '160623.963000', '160623.966000', '160623.969000', '160623.972000', '160623.974000', '160643.842000', '160643.845000', '160643.848000', '160643.851000', '160643.854000', '160643.857000', '160643.860000', '160643.863000', '160643.865000', '160643.868000', '160643.871000', '160643.874000', '160643.877000', '160643.880000', '160643.882000', '160643.885000', '160643.888000', '160643.891000', '160643.894000', '160643.897000', '160643.900000', '160643.903000', '160643.906000', '160643.909000', '160643.911000', '160643.914000', '160643.917000', '160643.920000', '160643.923000', '160643.928000', '160643.931000', '160643.934000', '160643.937000', '160643.939000', '160643.942000', '160643.945000', '160643.948000', '160643.951000', '160643.954000', '160643.957000', '160643.960000', '160643.963000', '160643.965000', '160703.842000', '160703.845000', '160703.848000', '160703.851000', '160703.858000', '160703.861000', '160703.864000', '160703.867000', '160703.870000', '160703.873000', '160703.875000', '160703.878000', '160703.881000', '160703.884000', '160703.887000', '160703.890000', '160703.905000', '160703.908000', '160703.911000', '160703.914000', '160703.927000', '160703.930000', '160703.932000', '160703.935000', '160703.938000', '160703.941000', '160703.944000', '160703.947000', '160703.950000', '160703.953000', '160703.956000', '160703.958000', '160703.961000', '160703.964000', '160703.967000', '160703.970000', '160703.973000', '160703.976000', '160703.979000', '160703.982000', '160703.985000', '160703.987000', '160703.990000', '160703.993000', '160723.842000', '160723.845000', '160723.848000', '160723.851000', '160723.854000', '160723.857000', '160723.860000', '160723.863000', '160723.865000', '160723.868000', '160723.871000', '160723.874000', '160723.877000', '160723.880000', '160723.883000', '160723.886000', '160723.889000', '160723.891000', '160723.894000', '160723.897000', '160723.900000', '160723.903000', '160723.906000', '160723.909000', '160723.912000', '160723.915000', '160723.918000', '160723.920000', '160723.923000', '160723.926000', '160723.929000', '160723.932000', '160723.935000', '160723.938000', '160723.941000', '160723.943000', '160723.946000', '160723.949000', '160723.952000', '160723.955000', '160723.958000', '160723.961000', '160723.964000', '160743.842000', '160743.845000', '160743.848000', '160743.851000', '160743.854000', '160743.857000', '160743.859000', '160743.862000', '160743.865000', '160743.868000', '160743.871000', '160743.874000', '160743.877000', '160743.879000', '160743.882000', '160743.885000', '160743.888000', '160743.891000', '160743.894000', '160743.897000', '160743.900000', '160743.903000', '160743.906000', '160743.909000', '160743.911000', '160743.914000', '160743.917000', '160743.920000', '160743.923000', '160743.926000', '160743.929000', '160743.932000', '160743.935000', '160743.937000', '160743.940000', '160743.943000', '160743.946000', '160743.949000', '160743.952000', '160743.955000', '160743.958000', '160743.961000', '160743.963000', '160743.966000', '160803.842000', '160803.845000', '160803.848000', '160803.851000', '160803.854000', '160803.857000', '160803.860000', '160803.863000', '160803.866000', '160803.869000', '160803.872000', '160803.874000', '160803.877000', '160803.880000', '160803.883000', '160803.886000', '160803.889000', '160803.892000', '160803.895000', '160803.902000', '160803.905000', '160803.908000', '160803.911000', '160803.914000', '160803.916000', '160803.920000', '160803.922000', '160803.925000', '160803.928000', '160803.931000', '160803.934000', '160803.937000', '160803.940000', '160803.943000', '160803.946000', '160803.949000', '160803.951000', '160803.954000', '160803.957000', '160803.960000', '160803.965000', '160803.968000', '160803.971000', '160823.842000', '160823.845000', '160823.848000', '160823.851000', '160823.854000', '160823.861000', '160823.864000', '160823.867000', '160823.870000', '160823.873000', '160823.876000', '160823.879000', '160823.882000', '160823.885000', '160823.888000', '160823.891000', '160823.893000', '160823.896000', '160823.899000', '160823.902000', '160823.905000', '160823.908000', '160823.911000', '160823.914000', '160823.917000', '160823.920000', '160823.923000', '160823.925000', '160823.928000', '160823.931000', '160823.937000', '160823.940000', '160823.943000', '160823.945000', '160823.949000', '160823.951000', '160823.954000', '160823.957000', '160823.960000', '160823.963000', '160823.966000', '160823.981000', '160823.988000', '160823.991000', '160843.843000', '160843.846000', '160843.849000', '160843.852000', '160843.855000', '160843.858000', '160843.860000', '160843.863000', '160843.866000', '160843.869000', '160843.872000', '160843.875000', '160843.878000', '160843.881000', '160843.884000', '160843.887000', '160843.890000', '160843.892000', '160843.895000', '160843.898000', '160843.901000', '160843.904000', '160843.907000', '160843.910000', '160843.913000', '160843.916000', '160843.918000', '160843.921000', '160843.924000', '160843.927000', '160843.930000', '160843.933000', '160843.936000', '160843.939000', '160843.942000', '160843.945000', '160843.948000', '160843.951000', '160843.953000', '160843.956000', '160843.959000', '160843.962000', '160843.965000', '160903.842000', '160903.845000', '160903.848000', '160903.851000', '160903.854000', '160903.857000', '160903.860000', '160903.862000', '160903.865000', '160903.868000', '160903.871000', '160903.874000', '160903.877000', '160903.880000', '160903.883000', '160903.886000', '160903.888000', '160903.892000', '160903.894000', '160903.897000', '160903.900000', '160903.903000', '160903.906000', '160903.909000', '160903.912000', '160903.915000', '160903.918000', '160903.920000', '160903.923000', '160903.926000', '160903.929000', '160903.932000', '160903.935000', '160903.938000', '160903.941000', '160903.944000', '160903.947000', '160903.950000', '160903.953000', '160903.955000', '160903.958000', '160903.961000', '160903.964000', '160903.967000', '160923.842000', '160923.845000', '160923.848000', '160923.851000', '160923.854000', '160923.857000', '160923.860000', '160923.863000', '160923.866000', '160923.869000', '160923.871000', '160923.874000', '160923.877000', '160923.880000', '160923.883000', '160923.886000', '160923.889000', '160923.892000', '160923.895000', '160923.898000', '160923.900000', '160923.903000', '160923.906000', '160923.909000', '160923.912000', '160923.915000', '160923.918000', '160923.921000', '160923.924000', '160923.931000', '160923.934000', '160923.937000', '160923.940000', '160923.943000', '160923.946000', '160923.949000', '160923.952000', '160923.954000', '160923.957000', '160923.960000', '160923.963000', '160923.966000', '160923.969000', '160943.842000', '160943.845000', '160943.848000', '160943.852000', '160943.855000', '160943.858000', '160943.861000', '160943.864000', '160943.867000', '160943.870000', '160943.873000', '160943.876000', '160943.879000', '160943.882000', '160943.884000', '160943.887000', '160943.890000', '160943.893000', '160943.896000', '160943.899000', '160943.902000', '160943.905000', '160943.908000', '160943.911000', '160943.914000', '160943.917000', '160943.919000', '160943.922000', '160943.925000', '160943.928000', '160943.931000', '160943.934000', '160943.937000', '160943.940000', '160943.943000', '160943.945000', '160943.948000', '160943.951000', '160943.954000', '160943.957000', '160943.960000', '160943.963000', '160943.966000', '161003.842000', '161003.845000', '161003.848000', '161003.851000', '161003.854000', '161003.857000', '161003.860000', '161003.863000', '161003.866000', '161003.868000', '161003.871000', '161003.874000', '161003.877000', '161003.880000', '161003.883000', '161003.886000', '161003.889000', '161003.898000', '161003.901000', '161003.904000', '161003.907000', '161003.910000', '161003.913000', '161003.932000', '161003.935000', '161003.938000', '161003.941000', '161003.944000', '161003.946000', '161003.949000', '161003.952000', '161003.955000', '161003.958000', '161003.961000', '161003.964000', '161003.967000', '161003.970000', '161003.973000', '161003.976000', '161003.979000', '161003.981000', '161003.984000', '161003.987000', '161003.990000', '161023.842000', '161023.845000', '161023.848000', '161023.851000', '161023.854000', '161023.857000', '161023.860000', '161023.863000', '161023.866000', '161023.869000', '161023.872000', '161023.875000', '161023.878000', '161023.880000', '161023.883000', '161023.886000', '161023.889000', '161023.892000', '161023.895000', '161023.898000', '161023.901000', '161023.904000', '161023.907000', '161023.915000', '161023.918000', '161023.921000', '161023.923000', '161023.926000', '161023.929000', '161023.932000', '161023.935000', '161023.938000', '161023.941000', '161023.944000', '161023.947000', '161023.950000', '161023.953000', '161023.955000', '161023.958000', '161023.961000', '161023.964000', '161023.967000', '161023.970000', '161043.842000', '161043.845000', '161043.848000', '161043.851000', '161043.854000', '161043.857000', '161043.860000', '161043.863000', '161043.866000', '161043.868000', '161043.871000', '161043.874000', '161043.877000', '161043.880000', '161043.883000', '161043.886000', '161043.889000', '161043.892000', '161043.895000', '161043.897000', '161043.900000', '161043.903000', '161043.906000', '161043.909000', '161043.912000', '161043.915000', '161043.918000', '161043.921000', '161043.924000', '161043.928000', '161043.931000', '161043.934000', '161043.937000', '161043.940000', '161043.943000', '161043.946000', '161043.949000', '161043.951000', '161043.954000', '161043.957000', '161043.960000', '161043.963000', '161043.970000', '161043.973000', '161103.843000', '161103.846000', '161103.849000', '161103.852000', '161103.855000', '161103.858000', '161103.861000', '161103.864000', '161103.867000', '161103.870000', '161103.872000', '161103.875000', '161103.878000', '161103.881000', '161103.884000', '161103.887000', '161103.890000', '161103.893000', '161103.917000', '161103.920000', '161103.923000', '161103.925000', '161103.928000', '161103.931000', '161103.934000', '161103.937000', '161103.940000', '161103.943000', '161103.946000', '161103.949000', '161103.952000', '161103.954000', '161103.957000', '161103.960000', '161103.963000', '161103.966000', '161103.969000', '161103.972000', '161103.975000', '161103.978000', '161103.980000', '161103.983000', '161103.986000', '161123.842000', '161123.850000', '161123.853000', '161123.856000', '161123.858000', '161123.862000', '161123.864000', '161123.867000', '161123.870000', '161123.873000', '161123.876000', '161123.879000', '161123.882000', '161123.885000', '161123.888000', '161123.890000', '161123.893000', '161123.896000', '161123.899000', '161123.902000', '161123.905000', '161123.908000', '161123.911000', '161123.914000', '161123.917000', '161123.920000', '161123.923000', '161123.925000', '161123.928000', '161123.931000', '161123.934000', '161123.937000', '161123.940000', '161123.943000', '161123.954000', '161123.957000', '161123.960000', '161123.963000', '161123.965000', '161123.968000', '161123.971000', '161123.974000', '161123.977000', '161123.980000', '161135.224000', '161135.227000', '161135.231000', '161135.244000', '161135.248000', '161135.251000', '161135.254000', '161135.257000', '161135.261000', '161135.264000', '161135.267000', '161135.270000', '161135.272000', '161135.275000', '161135.278000', '161135.281000', '161135.284000', '161135.288000', '161135.291000', '161135.294000', '161135.297000', '161135.300000', '161135.303000', '161135.307000', '161135.309000'], 'InstanceCreationTime': ['160503.876000', '160503.880000', '160503.883000', '160503.886000', '160503.889000', '160503.892000', '160503.896000', '160503.899000', '160503.902000', '160503.905000', '160503.908000', '160503.911000', '160503.922000', '160503.925000', '160503.928000', '160503.942000', '160503.944000', '160503.947000', '160503.950000', '160503.953000', '160503.956000', '160523.842000', '160523.846000', '160523.848000', '160523.851000', '160523.854000', '160523.857000', '160523.860000', '160523.863000', '160523.866000', '160523.869000', '160523.871000', '160523.880000', '160523.883000', '160523.886000', '160523.889000', '160523.892000', '160523.895000', '160523.898000', '160523.901000', '160523.904000', '160523.974000', '160523.977000', '160523.979000', '160523.983000', '160523.985000', '160523.988000', '160523.991000', '160523.994000', '160523.997000', '160524.001000', '160524.004000', '160524.007000', '160524.009000', '160524.012000', '160524.015000', '160524.018000', '160524.021000', '160524.024000', '160524.026000', '160524.029000', '160524.032000', '160524.035000', '160524.038000', '160543.842000', '160543.845000', '160543.848000', '160543.852000', '160543.855000', '160543.858000', '160543.861000', '160543.864000', '160543.867000', '160543.870000', '160543.881000', '160543.884000', '160543.887000', '160543.890000', '160543.893000', '160543.896000', '160543.899000', '160543.901000', '160543.904000', '160543.907000', '160543.910000', '160543.913000', '160543.916000', '160543.919000', '160543.922000', '160543.924000', '160543.927000', '160543.930000', '160543.933000', '160543.936000', '160543.939000', '160543.942000', '160543.944000', '160543.947000', '160543.950000', '160543.953000', '160543.956000', '160543.959000', '160543.962000', '160543.965000', '160543.967000', '160543.970000', '160543.973000', '160543.976000', '160603.842000', '160603.845000', '160603.848000', '160603.851000', '160603.854000', '160603.857000', '160603.860000', '160603.862000', '160603.865000', '160603.868000', '160603.878000', '160603.880000', '160603.883000', '160603.886000', '160603.889000', '160603.892000', '160603.895000', '160603.898000', '160603.901000', '160603.903000', '160603.906000', '160603.909000', '160603.912000', '160603.915000', '160603.918000', '160603.921000', '160603.924000', '160603.926000', '160603.930000', '160603.932000', '160603.935000', '160603.938000', '160603.941000', '160603.944000', '160603.947000', '160603.950000', '160603.953000', '160603.956000', '160603.959000', '160603.963000', '160603.967000', '160603.970000', '160603.973000', '160623.843000', '160623.853000', '160623.856000', '160623.859000', '160623.862000', '160623.865000', '160623.868000', '160623.870000', '160623.873000', '160623.876000', '160623.879000', '160623.882000', '160623.885000', '160623.888000', '160623.891000', '160623.893000', '160623.896000', '160623.899000', '160623.902000', '160623.905000', '160623.908000', '160623.911000', '160623.914000', '160623.917000', '160623.920000', '160623.923000', '160623.925000', '160623.928000', '160623.931000', '160623.934000', '160623.937000', '160623.940000', '160623.943000', '160623.946000', '160623.949000', '160623.951000', '160623.954000', '160623.957000', '160623.960000', '160623.963000', '160623.966000', '160623.969000', '160623.972000', '160623.974000', '160643.842000', '160643.845000', '160643.848000', '160643.851000', '160643.854000', '160643.857000', '160643.860000', '160643.863000', '160643.865000', '160643.868000', '160643.871000', '160643.874000', '160643.877000', '160643.880000', '160643.882000', '160643.885000', '160643.888000', '160643.891000', '160643.894000', '160643.897000', '160643.900000', '160643.903000', '160643.906000', '160643.909000', '160643.911000', '160643.914000', '160643.917000', '160643.920000', '160643.923000', '160643.928000', '160643.931000', '160643.934000', '160643.937000', '160643.939000', '160643.942000', '160643.945000', '160643.948000', '160643.951000', '160643.954000', '160643.957000', '160643.960000', '160643.963000', '160643.965000', '160703.842000', '160703.845000', '160703.848000', '160703.851000', '160703.858000', '160703.861000', '160703.864000', '160703.867000', '160703.870000', '160703.873000', '160703.875000', '160703.878000', '160703.881000', '160703.884000', '160703.887000', '160703.890000', '160703.905000', '160703.908000', '160703.911000', '160703.914000', '160703.927000', '160703.930000', '160703.932000', '160703.935000', '160703.938000', '160703.941000', '160703.944000', '160703.947000', '160703.950000', '160703.953000', '160703.956000', '160703.958000', '160703.961000', '160703.964000', '160703.967000', '160703.970000', '160703.973000', '160703.976000', '160703.979000', '160703.982000', '160703.985000', '160703.987000', '160703.990000', '160703.993000', '160723.842000', '160723.845000', '160723.848000', '160723.851000', '160723.854000', '160723.857000', '160723.860000', '160723.863000', '160723.865000', '160723.868000', '160723.871000', '160723.874000', '160723.877000', '160723.880000', '160723.883000', '160723.886000', '160723.889000', '160723.891000', '160723.894000', '160723.897000', '160723.900000', '160723.903000', '160723.906000', '160723.909000', '160723.912000', '160723.915000', '160723.918000', '160723.920000', '160723.923000', '160723.926000', '160723.929000', '160723.932000', '160723.935000', '160723.938000', '160723.941000', '160723.943000', '160723.946000', '160723.949000', '160723.952000', '160723.955000', '160723.958000', '160723.961000', '160723.964000', '160743.842000', '160743.845000', '160743.848000', '160743.851000', '160743.854000', '160743.857000', '160743.859000', '160743.862000', '160743.865000', '160743.868000', '160743.871000', '160743.874000', '160743.877000', '160743.879000', '160743.882000', '160743.885000', '160743.888000', '160743.891000', '160743.894000', '160743.897000', '160743.900000', '160743.903000', '160743.906000', '160743.909000', '160743.911000', '160743.914000', '160743.917000', '160743.920000', '160743.923000', '160743.926000', '160743.929000', '160743.932000', '160743.935000', '160743.937000', '160743.940000', '160743.943000', '160743.946000', '160743.949000', '160743.952000', '160743.955000', '160743.958000', '160743.961000', '160743.963000', '160743.966000', '160803.842000', '160803.845000', '160803.848000', '160803.851000', '160803.854000', '160803.857000', '160803.860000', '160803.863000', '160803.866000', '160803.869000', '160803.872000', '160803.874000', '160803.877000', '160803.880000', '160803.883000', '160803.886000', '160803.889000', '160803.892000', '160803.895000', '160803.902000', '160803.905000', '160803.908000', '160803.911000', '160803.914000', '160803.916000', '160803.920000', '160803.922000', '160803.925000', '160803.928000', '160803.931000', '160803.934000', '160803.937000', '160803.940000', '160803.943000', '160803.946000', '160803.949000', '160803.951000', '160803.954000', '160803.957000', '160803.960000', '160803.965000', '160803.968000', '160803.971000', '160823.842000', '160823.845000', '160823.848000', '160823.851000', '160823.854000', '160823.861000', '160823.864000', '160823.867000', '160823.870000', '160823.873000', '160823.876000', '160823.879000', '160823.882000', '160823.885000', '160823.888000', '160823.891000', '160823.893000', '160823.896000', '160823.899000', '160823.902000', '160823.905000', '160823.908000', '160823.911000', '160823.914000', '160823.917000', '160823.920000', '160823.923000', '160823.925000', '160823.928000', '160823.931000', '160823.937000', '160823.940000', '160823.943000', '160823.945000', '160823.949000', '160823.951000', '160823.954000', '160823.957000', '160823.960000', '160823.963000', '160823.966000', '160823.981000', '160823.988000', '160823.991000', '160843.843000', '160843.846000', '160843.849000', '160843.852000', '160843.855000', '160843.858000', '160843.860000', '160843.863000', '160843.866000', '160843.869000', '160843.872000', '160843.875000', '160843.878000', '160843.881000', '160843.884000', '160843.887000', '160843.890000', '160843.892000', '160843.895000', '160843.898000', '160843.901000', '160843.904000', '160843.907000', '160843.910000', '160843.913000', '160843.916000', '160843.918000', '160843.921000', '160843.924000', '160843.927000', '160843.930000', '160843.933000', '160843.936000', '160843.939000', '160843.942000', '160843.945000', '160843.948000', '160843.951000', '160843.953000', '160843.956000', '160843.959000', '160843.962000', '160843.965000', '160903.842000', '160903.845000', '160903.848000', '160903.851000', '160903.854000', '160903.857000', '160903.860000', '160903.862000', '160903.865000', '160903.868000', '160903.871000', '160903.874000', '160903.877000', '160903.880000', '160903.883000', '160903.886000', '160903.888000', '160903.892000', '160903.894000', '160903.897000', '160903.900000', '160903.903000', '160903.906000', '160903.909000', '160903.912000', '160903.915000', '160903.918000', '160903.920000', '160903.923000', '160903.926000', '160903.929000', '160903.932000', '160903.935000', '160903.938000', '160903.941000', '160903.944000', '160903.947000', '160903.950000', '160903.953000', '160903.955000', '160903.958000', '160903.961000', '160903.964000', '160903.967000', '160923.842000', '160923.845000', '160923.848000', '160923.851000', '160923.854000', '160923.857000', '160923.860000', '160923.863000', '160923.866000', '160923.869000', '160923.871000', '160923.874000', '160923.877000', '160923.880000', '160923.883000', '160923.886000', '160923.889000', '160923.892000', '160923.895000', '160923.898000', '160923.900000', '160923.903000', '160923.906000', '160923.909000', '160923.912000', '160923.915000', '160923.918000', '160923.921000', '160923.924000', '160923.931000', '160923.934000', '160923.937000', '160923.940000', '160923.943000', '160923.946000', '160923.949000', '160923.952000', '160923.954000', '160923.957000', '160923.960000', '160923.963000', '160923.966000', '160923.969000', '160943.842000', '160943.845000', '160943.848000', '160943.852000', '160943.855000', '160943.858000', '160943.861000', '160943.864000', '160943.867000', '160943.870000', '160943.873000', '160943.876000', '160943.879000', '160943.882000', '160943.884000', '160943.887000', '160943.890000', '160943.893000', '160943.896000', '160943.899000', '160943.902000', '160943.905000', '160943.908000', '160943.911000', '160943.914000', '160943.917000', '160943.919000', '160943.922000', '160943.925000', '160943.928000', '160943.931000', '160943.934000', '160943.937000', '160943.940000', '160943.943000', '160943.945000', '160943.948000', '160943.951000', '160943.954000', '160943.957000', '160943.960000', '160943.963000', '160943.966000', '161003.842000', '161003.845000', '161003.848000', '161003.851000', '161003.854000', '161003.857000', '161003.860000', '161003.863000', '161003.866000', '161003.868000', '161003.871000', '161003.874000', '161003.877000', '161003.880000', '161003.883000', '161003.886000', '161003.889000', '161003.898000', '161003.901000', '161003.904000', '161003.907000', '161003.910000', '161003.913000', '161003.932000', '161003.935000', '161003.938000', '161003.941000', '161003.944000', '161003.946000', '161003.949000', '161003.952000', '161003.955000', '161003.958000', '161003.961000', '161003.964000', '161003.967000', '161003.970000', '161003.973000', '161003.976000', '161003.979000', '161003.981000', '161003.984000', '161003.987000', '161003.990000', '161023.842000', '161023.845000', '161023.848000', '161023.851000', '161023.854000', '161023.857000', '161023.860000', '161023.863000', '161023.866000', '161023.869000', '161023.872000', '161023.875000', '161023.878000', '161023.880000', '161023.883000', '161023.886000', '161023.889000', '161023.892000', '161023.895000', '161023.898000', '161023.901000', '161023.904000', '161023.907000', '161023.915000', '161023.918000', '161023.921000', '161023.923000', '161023.926000', '161023.929000', '161023.932000', '161023.935000', '161023.938000', '161023.941000', '161023.944000', '161023.947000', '161023.950000', '161023.953000', '161023.955000', '161023.958000', '161023.961000', '161023.964000', '161023.967000', '161023.970000', '161043.842000', '161043.845000', '161043.848000', '161043.851000', '161043.854000', '161043.857000', '161043.860000', '161043.863000', '161043.866000', '161043.868000', '161043.871000', '161043.874000', '161043.877000', '161043.880000', '161043.883000', '161043.886000', '161043.889000', '161043.892000', '161043.895000', '161043.897000', '161043.900000', '161043.903000', '161043.906000', '161043.909000', '161043.912000', '161043.915000', '161043.918000', '161043.921000', '161043.924000', '161043.928000', '161043.931000', '161043.934000', '161043.937000', '161043.940000', '161043.943000', '161043.946000', '161043.949000', '161043.951000', '161043.954000', '161043.957000', '161043.960000', '161043.963000', '161043.970000', '161043.973000', '161103.843000', '161103.846000', '161103.849000', '161103.852000', '161103.855000', '161103.858000', '161103.861000', '161103.864000', '161103.867000', '161103.870000', '161103.872000', '161103.875000', '161103.878000', '161103.881000', '161103.884000', '161103.887000', '161103.890000', '161103.893000', '161103.917000', '161103.920000', '161103.923000', '161103.925000', '161103.928000', '161103.931000', '161103.934000', '161103.937000', '161103.940000', '161103.943000', '161103.946000', '161103.949000', '161103.952000', '161103.954000', '161103.957000', '161103.960000', '161103.963000', '161103.966000', '161103.969000', '161103.972000', '161103.975000', '161103.978000', '161103.980000', '161103.983000', '161103.986000', '161123.842000', '161123.850000', '161123.853000', '161123.856000', '161123.858000', '161123.862000', '161123.864000', '161123.867000', '161123.870000', '161123.873000', '161123.876000', '161123.879000', '161123.882000', '161123.885000', '161123.888000', '161123.890000', '161123.893000', '161123.896000', '161123.899000', '161123.902000', '161123.905000', '161123.908000', '161123.911000', '161123.914000', '161123.917000', '161123.920000', '161123.923000', '161123.925000', '161123.928000', '161123.931000', '161123.934000', '161123.937000', '161123.940000', '161123.943000', '161123.954000', '161123.957000', '161123.960000', '161123.963000', '161123.965000', '161123.968000', '161123.971000', '161123.974000', '161123.977000', '161123.980000', '161135.224000', '161135.227000', '161135.231000', '161135.244000', '161135.248000', '161135.251000', '161135.254000', '161135.257000', '161135.261000', '161135.264000', '161135.267000', '161135.270000', '161135.272000', '161135.275000', '161135.278000', '161135.281000', '161135.284000', '161135.288000', '161135.291000', '161135.294000', '161135.297000', '161135.300000', '161135.303000', '161135.307000', '161135.309000'], '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': [9083, 12946, 10317, 8129, 14748, 8524, 15319, 8121, 13147, 8786, 8308, 8810, 7981, 11759, 8077, 14983, 8418, 13610, 8625, 8382, 8594, 8397, 12404, 8141, 11634, 8243, 12068, 9530, 8076, 9995, 8016, 9979, 8396, 8119, 10323, 8350, 14964, 8529, 13995, 8751, 14486, 9552, 14125, 11036, 8323, 10799, 8114, 9567, 8166, 11124, 7869, 13953, 9348, 15224, 9502, 8225, 8154, 7886, 9300, 8015, 12247, 8135, 14004, 8271, 10259, 8397, 7820, 9256, 8030, 13887, 8165, 11764, 7787, 12167, 8460, 14395, 9618, 12261, 8879, 7667, 7829, 7970, 11049, 7646, 14627, 9288, 7580, 8830, 8674, 12027, 8512, 14105, 9591, 8046, 9352, 8684, 10747, 8531, 13164, 8442, 14901, 8741, 10385, 8390, 7867, 9181, 8290, 12395, 8035, 12462, 8331, 13535, 9022, 8692, 8412, 7622, 10968, 8095, 14483, 9128, 15256, 8374, 10611, 8620, 9502, 8891, 8296, 10826, 8530, 10712, 8475, 11549, 8211, 13678, 9927, 11849, 8653, 8008, 8625, 8276, 10928, 8322, 14208, 8426, 13937, 8531, 13665, 9205, 13151, 9927, 9128, 14794, 8549, 11792, 8570, 11237, 8158, 12539, 8483, 10411, 8660, 8047, 8937, 8685, 11346, 8324, 13630, 9404, 14875, 8827, 7999, 8405, 7903, 11295, 8462, 15187, 8082, 11597, 8265, 8775, 8403, 8862, 9752, 8311, 11407, 7644, 11832, 8267, 15187, 11909, 10028, 9141, 7993, 11512, 8228, 11187, 8793, 13521, 8795, 12869, 8292, 12583, 8448, 14853, 9168, 15560, 10342, 13547, 10953, 8070, 9550, 8187, 10619, 8150, 11654, 8130, 13924, 8858, 14843, 8429, 9515, 8445, 7697, 9127, 8660, 13642, 8240, 12073, 8485, 9217, 8793, 7873, 8871, 8386, 12362, 8808, 12311, 8739, 13379, 8576, 13228, 8413, 14549, 8547, 10752, 8524, 7927, 8131, 8563, 11186, 8686, 11561, 8873, 12715, 8917, 11394, 9298, 8093, 11053, 8366, 10432, 8780, 11436, 8985, 12605, 8676, 14213, 8477, 11266, 8913, 8222, 9045, 8598, 11580, 8818, 11924, 8800, 11864, 9113, 13217, 9173, 8919, 8940, 8454, 10023, 9038, 11369, 9265, 13065, 8915, 15141, 8976, 13109, 9089, 8341, 8967, 8036, 9934, 9206, 12929, 8752, 12120, 9261, 12292, 9114, 9113, 9345, 8796, 11999, 9305, 12000, 8769, 12741, 9162, 10990, 9186, 8495, 8991, 9214, 11646, 9374, 13654, 8959, 12309, 9380, 8101, 9285, 8631, 12115, 9339, 14730, 9105, 12609, 9421, 12325, 9519, 8825, 9373, 8759, 10522, 9284, 11288, 9320, 13023, 9169, 15218, 9248, 8271, 9392, 8983, 12029, 9204, 14578, 9206, 10865, 9502, 8024, 9354, 9341, 13674, 8982, 13121, 9406, 14300, 9353, 10454, 10421, 8954, 11338, 9206, 12386, 9178, 14169, 9586, 8218, 8975, 9324, 11338, 9294, 13080, 9011, 13057, 9100, 8153, 9247, 8631, 12427, 9066, 14898, 9038, 12814, 9341, 8242, 9308, 9113, 13006, 9239, 12666, 9131, 12412, 9089, 13320, 9294, 10983, 8917, 8785, 9013, 9558, 12013, 9177, 13292, 9105, 8153, 9443, 8900, 11884, 9480, 14485, 9118, 14534, 9612, 9557, 9384, 8522, 12179, 9413, 14775, 9270, 11916, 9170, 13145, 9378, 9508, 9407, 8707, 9524, 9268, 12479, 9480, 14875, 9211, 10375, 9267, 8251, 10127, 9266, 14191, 9157, 14309, 9224, 13309, 9178, 11606, 10220, 8882, 14344, 9275, 11618, 9188, 12506, 8950, 12892, 9188, 8277, 9160, 9093, 11354, 9398, 13174, 9253, 14630, 8998, 8173, 9171, 8973, 10317, 9464, 13158, 9013, 13239, 9208, 9731, 9441, 8564, 10167, 9146, 13646, 9146, 12615, 9298, 13251, 9357, 8538, 11416, 9169, 11878, 9249, 12871, 9260, 14621, 10360, 8360, 10087, 9312, 12108, 9289, 13518, 9498, 12896, 9585, 8757, 10067, 9364, 13392, 9280, 15022, 9041, 10238, 9159, 8976, 11803, 9405, 14266, 9112, 8467, 9419, 8953, 12574, 9252, 15370, 9254, 8238, 9239, 8730, 11351, 9287, 14293, 9078, 13720, 9560, 8045, 10158, 8604, 12691, 9301, 14893, 9275, 8665, 9740, 8889, 11042, 9710, 13610, 9532, 8136, 9505, 9284, 12460, 9767, 14886, 9554, 12390, 9534, 8745, 10201, 9527, 13571, 9222, 15791, 9522, 8253, 9546, 9074, 13429, 9473, 14408, 9132, 11973, 9610, 10123, 9902, 8792, 12074, 9518, 12475, 9660, 13852, 9317, 11721, 9495, 8799, 10972, 9717, 13979, 9388, 14484, 9441, 10560, 9692, 9155, 12827, 9337, 12867, 9259, 13401, 10040, 8561, 10244, 9522, 12554, 9298, 13956, 10308, 8316, 9684, 9158, 11509, 9591, 14090, 9346, 14126, 9468, 8301, 9244, 9150, 12037, 9385, 14803, 9847, 13993, 9617, 8534, 9398, 9027, 12583, 9200, 14732, 9268, 12651, 9600, 9564, 9556, 8929, 13302, 9461, 12353, 9523, 9328, 9691, 8979, 11957, 9583, 12970, 9614, 14207, 9854, 15036, 10887, 8658, 9368, 9289, 12185, 9256, 14486, 9120, 12652, 9419, 8643, 9300, 9073, 13641, 9284, 12220, 9240, 8884, 9245, 8954, 13290, 9154, 13779, 9149, 14100, 9851, 11438, 9976, 9188, 14731, 9227, 12699, 9187, 12916, 10029, 8998, 11783, 9334, 12631, 9390, 13406, 9519, 9896, 10489, 9171, 11557, 9430, 13391, 9027, 13437, 9874, 9064, 10656, 9248, 12342, 9242, 9156, 9923, 9278, 12517, 9269, 12178, 9286, 8986, 13573, 9178, 13664, 9231, 14159, 10460, 8809, 13184, 9138, 13888, 9336, 9497, 9442, 8779, 12810, 9315, 14311, 9106, 12891, 8927, 11027, 10162, 8773, 13366, 8927, 12638, 9165, 11518, 9015, 8659, 10653, 9317, 12971, 8995, 11236, 9162, 8781, 11613, 8993, 13518, 9303, 12893, 9321, 12044, 10301, 8724, 12561, 9315, 12620, 9434, 13096, 9083, 10026, 9762, 9206, 11675, 9317, 12400, 9138, 11415, 9039, 8948, 10284, 9463, 12767, 9369, 14104, 10154, 8836, 9596, 8962, 12220, 9270, 13893, 9288, 13851, 9376, 8957, 9866, 9252, 13064, 9092, 8629, 9124, 9042, 12431, 9371, 14108, 10386, 8650, 9496, 9177, 11822, 9254, 13719, 9242, 13864, 9614, 8732, 9832, 9411, 12913, 8859, 14015, 10348, 8958, 9524, 9278, 12421, 9330, 13875, 10235, 8655, 9779, 9380, 12476, 9471, 14080, 10508, 10302, 10164, 9016, 11512, 9291, 13490, 9426, 9350, 9986, 9323, 11866, 9482, 13693, 9311, 13203, 9746, 9074, 10887, 9383, 13412, 8986, 14508, 10732, 8636, 9946, 9509, 11795, 9119, 13692, 9763, 12605, 9679], 'WindowCenter': [4322.0, 4333.0, 4300.0, 4257.0, 4316.0, 4264.0, 4314.0, 4252.0, 4301.0, 4263.0, 4249.0, 4260.0, 4238.0, 4281.0, 4240.0, 4300.0, 4251.0, 4299.0, 4248.0, 4237.0, 4248.0, 4238.0, 4290.0, 4239.0, 4279.0, 4252.0, 4302.0, 4272.0, 4252.0, 4281.0, 4251.0, 4272.0, 4261.0, 4251.0, 4282.0, 4252.0, 4314.0, 4264.0, 4303.0, 4252.0, 4299.0, 4260.0, 4287.0, 4268.0, 4238.0, 4268.0, 4237.0, 4256.0, 4238.0, 4267.0, 4238.0, 4288.0, 4260.0, 4298.0, 4260.0, 4237.0, 4239.0, 4238.0, 4258.0, 4238.0, 4288.0, 4250.0, 4299.0, 4251.0, 4270.0, 4250.0, 4238.0, 4258.0, 4238.0, 4301.0, 4250.0, 4281.0, 4239.0, 4279.0, 4250.0, 4299.0, 4260.0, 4279.0, 4261.0, 4241.0, 4251.0, 4251.0, 4290.0, 4252.0, 4300.0, 4272.0, 4241.0, 4260.0, 4261.0, 4290.0, 4261.0, 4300.0, 4273.0, 4240.0, 4260.0, 4260.0, 4280.0, 4260.0, 4300.0, 4251.0, 4299.0, 4261.0, 4269.0, 4249.0, 4239.0, 4260.0, 4249.0, 4291.0, 4252.0, 4290.0, 4263.0, 4301.0, 4276.0, 4278.0, 4265.0, 4241.0, 4292.0, 4252.0, 4313.0, 4284.0, 4325.0, 4264.0, 4282.0, 4262.0, 4270.0, 4261.0, 4250.0, 4280.0, 4261.0, 4283.0, 4263.0, 4291.0, 4263.0, 4301.0, 4283.0, 4292.0, 4263.0, 4251.0, 4261.0, 4250.0, 4281.0, 4261.0, 4313.0, 4263.0, 4303.0, 4263.0, 4302.0, 4272.0, 4290.0, 4272.0, 4261.0, 4302.0, 4250.0, 4291.0, 4250.0, 4279.0, 4250.0, 4288.0, 4262.0, 4280.0, 4261.0, 4251.0, 4272.0, 4261.0, 4281.0, 4261.0, 4302.0, 4271.0, 4311.0, 4263.0, 4240.0, 4250.0, 4238.0, 4282.0, 4250.0, 4301.0, 4250.0, 4290.0, 4252.0, 4261.0, 4262.0, 4260.0, 4273.0, 4264.0, 4333.0, 4268.0, 4292.0, 4263.0, 4312.0, 4292.0, 4271.0, 4271.0, 4254.0, 4304.0, 4264.0, 4293.0, 4262.0, 4301.0, 4262.0, 4292.0, 4251.0, 4291.0, 4253.0, 4299.0, 4260.0, 4298.0, 4259.0, 4277.0, 4256.0, 4225.0, 4245.0, 4225.0, 4255.0, 4225.0, 4263.0, 4225.0, 4274.0, 4236.0, 4285.0, 4236.0, 4245.0, 4238.0, 4214.0, 4246.0, 4236.0, 4287.0, 4237.0, 4277.0, 4260.0, 4258.0, 4249.0, 4238.0, 4260.0, 4249.0, 4290.0, 4259.0, 4279.0, 4250.0, 4287.0, 4248.0, 4288.0, 4249.0, 4288.0, 4249.0, 4278.0, 4249.0, 4237.0, 4250.0, 4260.0, 4291.0, 4263.0, 4291.0, 4274.0, 4302.0, 4272.0, 4292.0, 4274.0, 4252.0, 4294.0, 4252.0, 4282.0, 4250.0, 4281.0, 4261.0, 4290.0, 4261.0, 4301.0, 4262.0, 4282.0, 4272.0, 4251.0, 4272.0, 4263.0, 4305.0, 4273.0, 4303.0, 4275.0, 4293.0, 4274.0, 4304.0, 4275.0, 4273.0, 4272.0, 4262.0, 4283.0, 4274.0, 4292.0, 4274.0, 4303.0, 4274.0, 4313.0, 4275.0, 4302.0, 4275.0, 4261.0, 4272.0, 4252.0, 4283.0, 4272.0, 4304.0, 4275.0, 4302.0, 4274.0, 4303.0, 4274.0, 4275.0, 4284.0, 4273.0, 4304.0, 4274.0, 4302.0, 4274.0, 4302.0, 4287.0, 4295.0, 4284.0, 4275.0, 4285.0, 4286.0, 4304.0, 4285.0, 4314.0, 4286.0, 4304.0, 4285.0, 4264.0, 4275.0, 4263.0, 4303.0, 4274.0, 4313.0, 4275.0, 4303.0, 4273.0, 4303.0, 4273.0, 4272.0, 4272.0, 4262.0, 4294.0, 4273.0, 4292.0, 4274.0, 4304.0, 4283.0, 4322.0, 4274.0, 4263.0, 4272.0, 4262.0, 4291.0, 4271.0, 4313.0, 4273.0, 4283.0, 4274.0, 4253.0, 4284.0, 4273.0, 4314.0, 4275.0, 4314.0, 4274.0, 4312.0, 4271.0, 4282.0, 4294.0, 4262.0, 4293.0, 4272.0, 4289.0, 4261.0, 4300.0, 4272.0, 4250.0, 4262.0, 4272.0, 4291.0, 4272.0, 4303.0, 4273.0, 4303.0, 4274.0, 4253.0, 4274.0, 4260.0, 4302.0, 4262.0, 4312.0, 4272.0, 4303.0, 4271.0, 4250.0, 4271.0, 4260.0, 4302.0, 4263.0, 4301.0, 4272.0, 4290.0, 4262.0, 4300.0, 4272.0, 4279.0, 4262.0, 4260.0, 4260.0, 4272.0, 4291.0, 4282.0, 4312.0, 4274.0, 4253.0, 4283.0, 4272.0, 4304.0, 4287.0, 4314.0, 4274.0, 4312.0, 4284.0, 4272.0, 4272.0, 4261.0, 4305.0, 4272.0, 4313.0, 4273.0, 4291.0, 4271.0, 4291.0, 4271.0, 4271.0, 4272.0, 4261.0, 4272.0, 4271.0, 4302.0, 4285.0, 4313.0, 4274.0, 4282.0, 4272.0, 4249.0, 4281.0, 4273.0, 4302.0, 4273.0, 4301.0, 4271.0, 4290.0, 4261.0, 4279.0, 4271.0, 4259.0, 4301.0, 4261.0, 4278.0, 4259.0, 4278.0, 4261.0, 4288.0, 4261.0, 4250.0, 4260.0, 4261.0, 4280.0, 4260.0, 4291.0, 4271.0, 4301.0, 4261.0, 4249.0, 4270.0, 4260.0, 4281.0, 4271.0, 4301.0, 4273.0, 4301.0, 4272.0, 4272.0, 4273.0, 4261.0, 4281.0, 4272.0, 4302.0, 4271.0, 4302.0, 4273.0, 4301.0, 4272.0, 4263.0, 4304.0, 4272.0, 4292.0, 4272.0, 4301.0, 4273.0, 4313.0, 4283.0, 4252.0, 4282.0, 4272.0, 4291.0, 4262.0, 4300.0, 4271.0, 4292.0, 4271.0, 4262.0, 4271.0, 4260.0, 4302.0, 4263.0, 4300.0, 4261.0, 4271.0, 4259.0, 4260.0, 4290.0, 4271.0, 4300.0, 4262.0, 4250.0, 4272.0, 4260.0, 4302.0, 4273.0, 4311.0, 4286.0, 4264.0, 4287.0, 4276.0, 4297.0, 4262.0, 4278.0, 4239.0, 4278.0, 4261.0, 4242.0, 4283.0, 4272.0, 4313.0, 4285.0, 4323.0, 4272.0, 4249.0, 4257.0, 4247.0, 4280.0, 4271.0, 4312.0, 4286.0, 4266.0, 4296.0, 4285.0, 4302.0, 4284.0, 4312.0, 4273.0, 4292.0, 4272.0, 4261.0, 4281.0, 4272.0, 4302.0, 4274.0, 4313.0, 4272.0, 4262.0, 4272.0, 4260.0, 4302.0, 4272.0, 4312.0, 4272.0, 4304.0, 4284.0, 4282.0, 4283.0, 4261.0, 4304.0, 4284.0, 4303.0, 4273.0, 4303.0, 4274.0, 4292.0, 4285.0, 4263.0, 4295.0, 4285.0, 4314.0, 4286.0, 4301.0, 4271.0, 4279.0, 4272.0, 4270.0, 4302.0, 4274.0, 4303.0, 4272.0, 4303.0, 4284.0, 4261.0, 4283.0, 4285.0, 4302.0, 4273.0, 4312.0, 4285.0, 4262.0, 4282.0, 4274.0, 4293.0, 4272.0, 4302.0, 4273.0, 4301.0, 4272.0, 4252.0, 4273.0, 4262.0, 4291.0, 4272.0, 4311.0, 4271.0, 4301.0, 4271.0, 4250.0, 4259.0, 4250.0, 4291.0, 4260.0, 4300.0, 4261.0, 4290.0, 4270.0, 4260.0, 4271.0, 4259.0, 4303.0, 4271.0, 4290.0, 4272.0, 4270.0, 4273.0, 4273.0, 4305.0, 4285.0, 4314.0, 4283.0, 4314.0, 4284.0, 4312.0, 4285.0, 4261.0, 4270.0, 4260.0, 4292.0, 4261.0, 4302.0, 4261.0, 4302.0, 4271.0, 4261.0, 4272.0, 4261.0, 4314.0, 4273.0, 4303.0, 4273.0, 4261.0, 4271.0, 4262.0, 4302.0, 4274.0, 4313.0, 4275.0, 4302.0, 4272.0, 4290.0, 4273.0, 4261.0, 4313.0, 4260.0, 4290.0, 4260.0, 4289.0, 4270.0, 4258.0, 4290.0, 4261.0, 4291.0, 4262.0, 4291.0, 4273.0, 4270.0, 4270.0, 4259.0, 4280.0, 4260.0, 4288.0, 4260.0, 4290.0, 4270.0, 4261.0, 4280.0, 4260.0, 4289.0, 4270.0, 4259.0, 4271.0, 4271.0, 4304.0, 4274.0, 4292.0, 4273.0, 4273.0, 4303.0, 4272.0, 4303.0, 4272.0, 4301.0, 4282.0, 4259.0, 4300.0, 4262.0, 4301.0, 4272.0, 4260.0, 4259.0, 4249.0, 4290.0, 4260.0, 4300.0, 4259.0, 4290.0, 4260.0, 4268.0, 4271.0, 4249.0, 4289.0, 4259.0, 4288.0, 4258.0, 4280.0, 4260.0, 4250.0, 4280.0, 4261.0, 4302.0, 4274.0, 4281.0, 4272.0, 4261.0, 4293.0, 4262.0, 4302.0, 4273.0, 4302.0, 4272.0, 4291.0, 4283.0, 4251.0, 4292.0, 4261.0, 4291.0, 4272.0, 4289.0, 4261.0, 4271.0, 4273.0, 4261.0, 4291.0, 4271.0, 4290.0, 4272.0, 4292.0, 4273.0, 4273.0, 4294.0, 4283.0, 4303.0, 4273.0, 4314.0, 4285.0, 4263.0, 4272.0, 4263.0, 4290.0, 4261.0, 4301.0, 4272.0, 4301.0, 4261.0, 4260.0, 4271.0, 4271.0, 4302.0, 4272.0, 4262.0, 4273.0, 4274.0, 4302.0, 4274.0, 4312.0, 4284.0, 4262.0, 4272.0, 4272.0, 4293.0, 4272.0, 4303.0, 4273.0, 4300.0, 4271.0, 4260.0, 4270.0, 4260.0, 4301.0, 4273.0, 4301.0, 4282.0, 4261.0, 4270.0, 4271.0, 4290.0, 4261.0, 4300.0, 4283.0, 4261.0, 4273.0, 4272.0, 4291.0, 4272.0, 4301.0, 4281.0, 4271.0, 4272.0, 4260.0, 4281.0, 4260.0, 4289.0, 4273.0, 4261.0, 4272.0, 4261.0, 4290.0, 4270.0, 4300.0, 4273.0, 4301.0, 4271.0, 4260.0, 4280.0, 4259.0, 4289.0, 4261.0, 4300.0, 4281.0, 4249.0, 4270.0, 4271.0, 4290.0, 4260.0, 4300.0, 4271.0, 4290.0, 4260.0], 'WindowWidth': [9563.0, 9557.0, 9506.0, 9439.0, 9519.0, 9441.0, 9511.0, 9425.0, 9487.0, 9435.0, 9411.0, 9428.0, 9395.0, 9456.0, 9401.0, 9482.0, 9417.0, 9479.0, 9411.0, 9391.0, 9407.0, 9393.0, 9466.0, 9399.0, 9448.0, 9420.0, 9492.0, 9451.0, 9420.0, 9457.0, 9420.0, 9448.0, 9434.0, 9419.0, 9462.0, 9420.0, 9508.0, 9440.0, 9490.0, 9420.0, 9477.0, 9427.0, 9459.0, 9435.0, 9392.0, 9434.0, 9391.0, 9416.0, 9396.0, 9431.0, 9397.0, 9459.0, 9427.0, 9475.0, 9425.0, 9393.0, 9398.0, 9395.0, 9420.0, 9394.0, 9461.0, 9415.0, 9477.0, 9418.0, 9439.0, 9414.0, 9395.0, 9424.0, 9396.0, 9484.0, 9416.0, 9457.0, 9401.0, 9452.0, 9415.0, 9478.0, 9427.0, 9450.0, 9429.0, 9404.0, 9421.0, 9420.0, 9469.0, 9425.0, 9482.0, 9447.0, 9403.0, 9428.0, 9431.0, 9467.0, 9433.0, 9482.0, 9451.0, 9401.0, 9429.0, 9429.0, 9454.0, 9429.0, 9481.0, 9419.0, 9479.0, 9430.0, 9439.0, 9414.0, 9397.0, 9428.0, 9412.0, 9471.0, 9420.0, 9469.0, 9437.0, 9485.0, 9460.0, 9465.0, 9446.0, 9404.0, 9476.0, 9421.0, 9504.0, 9469.0, 9525.0, 9441.0, 9459.0, 9434.0, 9440.0, 9431.0, 9415.0, 9457.0, 9431.0, 9463.0, 9438.0, 9471.0, 9438.0, 9486.0, 9465.0, 9475.0, 9436.0, 9417.0, 9432.0, 9416.0, 9457.0, 9433.0, 9503.0, 9437.0, 9490.0, 9438.0, 9487.0, 9447.0, 9466.0, 9448.0, 9429.0, 9487.0, 9415.0, 9470.0, 9416.0, 9451.0, 9415.0, 9461.0, 9433.0, 9455.0, 9432.0, 9420.0, 9447.0, 9432.0, 9457.0, 9433.0, 9486.0, 9447.0, 9499.0, 9437.0, 9402.0, 9415.0, 9395.0, 9459.0, 9414.0, 9485.0, 9416.0, 9468.0, 9420.0, 9430.0, 9434.0, 9428.0, 9451.0, 9442.0, 9552.0, 9454.0, 9476.0, 9437.0, 9502.0, 9474.0, 9444.0, 9446.0, 9427.0, 9495.0, 9443.0, 9476.0, 9435.0, 9484.0, 9434.0, 9471.0, 9417.0, 9469.0, 9423.0, 9478.0, 9428.0, 9473.0, 9422.0, 9441.0, 9414.0, 9368.0, 9396.0, 9369.0, 9409.0, 9370.0, 9417.0, 9371.0, 9434.0, 9387.0, 9450.0, 9387.0, 9397.0, 9392.0, 9354.0, 9400.0, 9385.0, 9458.0, 9393.0, 9445.0, 9427.0, 9421.0, 9413.0, 9394.0, 9428.0, 9410.0, 9467.0, 9425.0, 9451.0, 9415.0, 9459.0, 9409.0, 9460.0, 9411.0, 9461.0, 9411.0, 9449.0, 9412.0, 9393.0, 9415.0, 9429.0, 9471.0, 9438.0, 9472.0, 9453.0, 9488.0, 9449.0, 9474.0, 9454.0, 9421.0, 9480.0, 9420.0, 9461.0, 9416.0, 9458.0, 9430.0, 9469.0, 9432.0, 9484.0, 9434.0, 9460.0, 9448.0, 9418.0, 9448.0, 9436.0, 9495.0, 9453.0, 9492.0, 9458.0, 9478.0, 9456.0, 9492.0, 9458.0, 9452.0, 9451.0, 9435.0, 9466.0, 9454.0, 9477.0, 9454.0, 9493.0, 9456.0, 9506.0, 9456.0, 9490.0, 9456.0, 9433.0, 9449.0, 9421.0, 9466.0, 9450.0, 9494.0, 9458.0, 9492.0, 9457.0, 9492.0, 9457.0, 9457.0, 9470.0, 9453.0, 9495.0, 9456.0, 9490.0, 9454.0, 9489.0, 9476.0, 9482.0, 9469.0, 9459.0, 9471.0, 9473.0, 9496.0, 9474.0, 9509.0, 9475.0, 9496.0, 9473.0, 9441.0, 9457.0, 9437.0, 9494.0, 9454.0, 9507.0, 9455.0, 9492.0, 9452.0, 9490.0, 9452.0, 9448.0, 9450.0, 9436.0, 9480.0, 9452.0, 9476.0, 9456.0, 9495.0, 9468.0, 9518.0, 9454.0, 9438.0, 9449.0, 9434.0, 9474.0, 9448.0, 9504.0, 9452.0, 9464.0, 9454.0, 9425.0, 9468.0, 9454.0, 9510.0, 9459.0, 9509.0, 9455.0, 9503.0, 9450.0, 9463.0, 9480.0, 9434.0, 9478.0, 9449.0, 9466.0, 9432.0, 9482.0, 9448.0, 9414.0, 9433.0, 9447.0, 9470.0, 9447.0, 9490.0, 9451.0, 9490.0, 9453.0, 9425.0, 9454.0, 9430.0, 9488.0, 9436.0, 9502.0, 9449.0, 9491.0, 9446.0, 9415.0, 9446.0, 9429.0, 9488.0, 9435.0, 9485.0, 9448.0, 9469.0, 9433.0, 9481.0, 9449.0, 9453.0, 9435.0, 9431.0, 9431.0, 9449.0, 9473.0, 9465.0, 9503.0, 9455.0, 9424.0, 9466.0, 9449.0, 9495.0, 9476.0, 9510.0, 9457.0, 9504.0, 9469.0, 9450.0, 9449.0, 9434.0, 9497.0, 9448.0, 9505.0, 9452.0, 9472.0, 9445.0, 9472.0, 9446.0, 9444.0, 9448.0, 9431.0, 9449.0, 9445.0, 9489.0, 9473.0, 9506.0, 9453.0, 9462.0, 9447.0, 9413.0, 9458.0, 9450.0, 9490.0, 9450.0, 9485.0, 9445.0, 9467.0, 9431.0, 9453.0, 9444.0, 9425.0, 9484.0, 9429.0, 9448.0, 9426.0, 9447.0, 9429.0, 9463.0, 9431.0, 9413.0, 9428.0, 9431.0, 9454.0, 9427.0, 9469.0, 9446.0, 9485.0, 9431.0, 9413.0, 9442.0, 9427.0, 9457.0, 9444.0, 9486.0, 9451.0, 9486.0, 9450.0, 9448.0, 9450.0, 9431.0, 9460.0, 9446.0, 9490.0, 9447.0, 9488.0, 9452.0, 9486.0, 9450.0, 9437.0, 9496.0, 9449.0, 9476.0, 9449.0, 9486.0, 9451.0, 9503.0, 9467.0, 9420.0, 9462.0, 9449.0, 9471.0, 9434.0, 9483.0, 9447.0, 9472.0, 9446.0, 9432.0, 9443.0, 9428.0, 9486.0, 9436.0, 9484.0, 9431.0, 9443.0, 9425.0, 9426.0, 9468.0, 9445.0, 9482.0, 9433.0, 9415.0, 9446.0, 9429.0, 9487.0, 9451.0, 9501.0, 9473.0, 9441.0, 9479.0, 9459.0, 9486.0, 9431.0, 9443.0, 9390.0, 9442.0, 9426.0, 9402.0, 9465.0, 9451.0, 9505.0, 9471.0, 9520.0, 9447.0, 9411.0, 9418.0, 9405.0, 9455.0, 9447.0, 9503.0, 9475.0, 9448.0, 9489.0, 9473.0, 9491.0, 9468.0, 9501.0, 9451.0, 9474.0, 9446.0, 9432.0, 9458.0, 9448.0, 9489.0, 9455.0, 9505.0, 9449.0, 9436.0, 9446.0, 9428.0, 9489.0, 9448.0, 9502.0, 9450.0, 9496.0, 9471.0, 9461.0, 9463.0, 9433.0, 9492.0, 9465.0, 9490.0, 9450.0, 9492.0, 9457.0, 9474.0, 9473.0, 9438.0, 9486.0, 9470.0, 9508.0, 9472.0, 9483.0, 9445.0, 9454.0, 9448.0, 9444.0, 9490.0, 9454.0, 9489.0, 9448.0, 9491.0, 9468.0, 9433.0, 9466.0, 9471.0, 9490.0, 9451.0, 9503.0, 9470.0, 9435.0, 9463.0, 9453.0, 9475.0, 9448.0, 9488.0, 9450.0, 9486.0, 9448.0, 9420.0, 9450.0, 9432.0, 9471.0, 9447.0, 9500.0, 9446.0, 9486.0, 9445.0, 9414.0, 9426.0, 9412.0, 9470.0, 9428.0, 9483.0, 9430.0, 9468.0, 9443.0, 9426.0, 9444.0, 9427.0, 9490.0, 9444.0, 9470.0, 9447.0, 9443.0, 9451.0, 9451.0, 9497.0, 9470.0, 9507.0, 9465.0, 9507.0, 9469.0, 9503.0, 9468.0, 9433.0, 9443.0, 9428.0, 9472.0, 9431.0, 9486.0, 9431.0, 9487.0, 9446.0, 9431.0, 9449.0, 9433.0, 9509.0, 9453.0, 9491.0, 9453.0, 9431.0, 9447.0, 9434.0, 9491.0, 9453.0, 9505.0, 9455.0, 9486.0, 9447.0, 9468.0, 9450.0, 9429.0, 9504.0, 9429.0, 9467.0, 9427.0, 9465.0, 9442.0, 9423.0, 9468.0, 9430.0, 9471.0, 9434.0, 9469.0, 9448.0, 9442.0, 9441.0, 9425.0, 9453.0, 9426.0, 9462.0, 9429.0, 9468.0, 9442.0, 9428.0, 9453.0, 9429.0, 9463.0, 9443.0, 9426.0, 9444.0, 9444.0, 9492.0, 9454.0, 9475.0, 9453.0, 9451.0, 9493.0, 9449.0, 9490.0, 9448.0, 9483.0, 9460.0, 9425.0, 9483.0, 9433.0, 9486.0, 9448.0, 9426.0, 9425.0, 9412.0, 9467.0, 9428.0, 9482.0, 9426.0, 9467.0, 9429.0, 9435.0, 9442.0, 9410.0, 9466.0, 9425.0, 9462.0, 9424.0, 9454.0, 9427.0, 9413.0, 9455.0, 9431.0, 9488.0, 9453.0, 9457.0, 9447.0, 9431.0, 9478.0, 9435.0, 9489.0, 9451.0, 9487.0, 9449.0, 9470.0, 9463.0, 9417.0, 9474.0, 9433.0, 9472.0, 9448.0, 9465.0, 9433.0, 9444.0, 9449.0, 9431.0, 9472.0, 9446.0, 9469.0, 9450.0, 9475.0, 9451.0, 9450.0, 9481.0, 9467.0, 9491.0, 9452.0, 9509.0, 9471.0, 9436.0, 9449.0, 9436.0, 9469.0, 9430.0, 9483.0, 9448.0, 9485.0, 9431.0, 9429.0, 9443.0, 9446.0, 9488.0, 9449.0, 9435.0, 9450.0, 9453.0, 9489.0, 9452.0, 9503.0, 9467.0, 9434.0, 9449.0, 9450.0, 9475.0, 9448.0, 9488.0, 9451.0, 9482.0, 9444.0, 9429.0, 9442.0, 9429.0, 9483.0, 9452.0, 9485.0, 9460.0, 9430.0, 9443.0, 9446.0, 9467.0, 9432.0, 9483.0, 9464.0, 9431.0, 9449.0, 9448.0, 9472.0, 9448.0, 9484.0, 9458.0, 9444.0, 9447.0, 9429.0, 9456.0, 9428.0, 9466.0, 9449.0, 9431.0, 9446.0, 9431.0, 9469.0, 9443.0, 9479.0, 9450.0, 9484.0, 9444.0, 9429.0, 9454.0, 9426.0, 9465.0, 9431.0, 9482.0, 9456.0, 9410.0, 9441.0, 9443.0, 9468.0, 9428.0, 9481.0, 9445.0, 9468.0, 9426.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.0005106666666666666</td></tr>
<tr><td colspan=3>aqi</td><td>0.019254261494252873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.5773381671576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2073453223935562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984717409781362</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>5320.8779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07697389106971973</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.528735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.305799576885864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.243050310157877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5022299403421893</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.172118480157526</td></tr>
<tr><td colspan=3>gcor</td><td>0.00926391</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018548259511590004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017212171107530594</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031216707988476</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>35.4801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4988</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8704</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308901.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.7895</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7062</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.7552</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3561.5254</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.9698</td></tr>
<tr><td colspan=3>tsnr</td><td>43.96110684121959</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>