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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:07:49.792500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0957692</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7909, -7263, 502, -140, -385, 251, 143]</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>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96f464e4-2b24-45c0-8d79-3ee1ef75dba4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['170749.792500', '170750.252500', '170750.712500', '170751.172500', '170751.632500', '170752.092500', '170752.552500', '170753.012500', '170753.472500', '170753.932500', '170754.392500', '170754.852500', '170755.312500', '170755.772500', '170756.232500', '170756.692500', '170757.152500', '170757.612500', '170758.072500', '170758.532500', '170758.992500', '170759.452500', '170759.912500', '170800.372500', '170800.832500', '170801.292500', '170801.752500', '170802.212500', '170802.672500', '170803.132500', '170803.592500', '170804.052500', '170804.512500', '170804.972500', '170805.432500', '170805.892500', '170806.352500', '170806.812500', '170807.272500', '170807.732500', '170808.192500', '170808.652500', '170809.112500', '170809.572500', '170810.032500', '170810.492500', '170810.952500', '170811.412500', '170811.872500', '170812.332500', '170812.792500', '170813.252500', '170813.712500', '170814.172500', '170814.632500', '170815.092500', '170815.552500', '170816.012500', '170816.472500', '170816.932500', '170817.392500', '170817.852500', '170818.312500', '170818.772500', '170819.232500', '170819.692500', '170820.152500', '170820.612500', '170821.072500', '170821.532500', '170821.992500', '170822.452500', '170822.912500', '170823.372500', '170823.832500', '170824.292500', '170824.752500', '170825.212500', '170825.672500', '170826.132500', '170826.592500', '170827.052500', '170827.512500', '170827.972500', '170828.432500', '170828.892500', '170829.352500', '170829.812500', '170830.272500', '170830.732500', '170831.192500', '170831.652500', '170832.112500', '170832.572500', '170833.032500', '170833.492500', '170833.952500', '170834.412500', '170834.872500', '170835.332500', '170835.792500', '170836.252500', '170836.712500', '170837.172500', '170837.632500', '170838.092500', '170838.552500', '170839.012500', '170839.472500', '170839.932500', '170840.392500', '170840.852500', '170841.312500', '170841.772500', '170842.232500', '170842.692500', '170843.152500', '170843.612500', '170844.072500', '170844.532500', '170844.992500', '170845.452500', '170845.912500', '170846.372500', '170846.832500', '170847.292500', '170847.752500', '170848.212500', '170848.672500', '170849.132500', '170849.592500', '170850.052500', '170850.512500', '170850.972500', '170851.432500', '170851.892500', '170852.352500', '170852.812500', '170853.272500', '170853.732500', '170854.192500', '170854.652500', '170855.112500', '170855.572500', '170856.032500', '170856.492500', '170856.952500', '170857.412500', '170857.872500', '170858.332500', '170858.792500', '170859.252500', '170859.712500', '170900.172500', '170900.632500', '170901.092500', '170901.552500', '170902.012500', '170902.472500', '170902.932500', '170903.392500', '170903.852500', '170904.312500', '170904.772500', '170905.232500', '170905.692500', '170906.152500', '170906.612500', '170907.072500', '170907.532500', '170907.992500', '170908.452500', '170908.912500', '170909.372500', '170909.832500', '170910.292500', '170910.752500', '170911.212500', '170911.672500', '170912.132500', '170912.592500', '170913.052500', '170913.512500', '170913.972500', '170914.432500', '170914.892500', '170915.352500', '170915.812500', '170916.272500', '170916.732500', '170917.192500', '170917.652500', '170918.112500', '170918.572500', '170919.032500', '170919.492500', '170919.952500', '170920.412500', '170920.872500', '170921.332500', '170921.792500', '170922.252500', '170922.712500', '170923.172500', '170923.632500', '170924.092500', '170924.552500', '170925.012500', '170925.472500', '170925.932500', '170926.392500', '170926.852500', '170927.312500', '170927.772500', '170928.232500', '170928.692500', '170929.152500', '170929.612500', '170930.072500', '170930.532500', '170930.992500', '170931.452500', '170931.912500', '170932.372500', '170932.832500', '170933.292500', '170933.752500', '170934.212500', '170934.672500', '170935.132500', '170935.592500', '170936.052500', '170936.512500', '170936.972500', '170937.432500', '170937.892500', '170938.352500', '170938.812500', '170939.272500', '170939.732500', '170940.192500', '170940.652500', '170941.112500', '170941.572500', '170942.032500', '170942.492500', '170942.952500', '170943.412500', '170943.872500', '170944.332500', '170944.792500', '170945.252500', '170945.712500', '170946.172500', '170946.632500', '170947.092500', '170947.552500', '170948.012500', '170948.472500', '170948.932500', '170949.392500', '170949.852500', '170950.312500', '170950.772500', '170951.232500', '170951.692500', '170952.152500', '170952.612500', '170953.072500', '170953.532500', '170953.992500', '170954.452500', '170954.912500', '170955.372500', '170955.832500', '170956.292500', '170956.752500', '170957.212500', '170957.672500', '170958.132500', '170958.592500', '170959.052500', '170959.512500', '170959.972500', '171000.432500', '171000.892500', '171001.352500', '171001.812500', '171002.272500', '171002.732500', '171003.192500', '171003.652500', '171004.112500', '171004.572500', '171005.032500', '171005.492500', '171005.952500', '171006.412500', '171006.872500', '171007.332500', '171007.792500', '171008.252500', '171008.712500', '171009.172500', '171009.632500', '171010.092500', '171010.552500', '171011.012500', '171011.472500', '171011.932500', '171012.392500', '171012.852500', '171013.312500', '171013.772500', '171014.232500', '171014.692500', '171015.152500', '171015.612500', '171016.072500', '171016.532500', '171016.992500', '171017.452500', '171017.912500', '171018.372500', '171018.832500', '171019.292500', '171019.752500', '171020.212500', '171020.672500', '171021.132500', '171021.592500', '171022.052500', '171022.512500', '171022.972500', '171023.432500', '171023.892500', '171024.352500', '171024.812500', '171025.272500', '171025.732500', '171026.192500', '171026.652500', '171027.112500', '171027.572500', '171028.032500', '171028.492500', '171028.952500', '171029.412500', '171029.872500', '171030.332500', '171030.792500', '171031.252500', '171031.712500', '171032.172500', '171032.632500', '171033.092500', '171033.552500', '171034.012500', '171034.472500', '171034.932500', '171035.392500', '171035.852500', '171036.312500', '171036.772500', '171037.232500', '171037.692500', '171038.152500', '171038.612500', '171039.072500', '171039.532500', '171039.992500', '171040.452500', '171040.912500', '171041.372500', '171041.832500', '171042.292500', '171042.752500', '171043.212500', '171043.672500', '171044.132500', '171044.592500', '171045.052500', '171045.512500', '171045.972500', '171046.432500', '171046.892500', '171047.352500', '171047.812500', '171048.272500', '171048.732500', '171049.192500', '171049.652500', '171050.112500', '171050.572500', '171051.032500', '171051.492500', '171051.952500', '171052.412500', '171052.872500', '171053.332500', '171053.792500', '171054.252500', '171054.712500', '171055.172500', '171055.632500', '171056.092500', '171056.552500', '171057.012500', '171057.472500', '171057.932500', '171058.392500', '171058.852500', '171059.312500', '171059.772500', '171100.232500', '171100.692500', '171101.152500', '171101.612500', '171102.072500', '171102.532500', '171102.992500', '171103.452500', '171103.912500', '171104.372500', '171104.832500', '171105.292500', '171105.752500', '171106.212500', '171106.672500', '171107.132500', '171107.592500', '171108.052500', '171108.512500', '171108.972500', '171109.432500', '171109.892500', '171110.352500', '171110.812500', '171111.272500', '171111.732500', '171112.192500', '171112.652500', '171113.112500', '171113.572500', '171114.032500', '171114.492500', '171114.952500', '171115.412500', '171115.872500', '171116.332500', '171116.792500', '171117.252500', '171117.712500', '171118.172500', '171118.632500', '171119.092500', '171119.552500', '171120.012500', '171120.472500', '171120.932500', '171121.392500', '171121.852500', '171122.312500', '171122.772500', '171123.232500', '171123.692500', '171124.152500', '171124.612500', '171125.072500', '171125.532500', '171125.992500', '171126.452500', '171126.912500', '171127.372500', '171127.832500', '171128.292500', '171128.752500', '171129.212500', '171129.672500', '171130.132500', '171130.592500', '171131.052500', '171131.512500', '171131.972500', '171132.432500', '171132.892500', '171133.352500', '171133.812500', '171134.272500', '171134.732500', '171135.192500', '171135.652500', '171136.112500', '171136.572500', '171137.032500', '171137.492500', '171137.952500', '171138.412500', '171138.872500', '171139.332500', '171139.792500', '171140.252500', '171140.712500', '171141.172500', '171141.632500', '171142.092500', '171142.552500', '171143.012500', '171143.472500', '171143.932500', '171144.392500', '171144.852500', '171145.312500', '171145.772500', '171146.232500', '171146.692500', '171147.152500', '171147.612500', '171148.072500', '171148.532500', '171148.992500', '171149.452500', '171149.912500', '171150.372500', '171150.832500', '171151.292500', '171151.752500', '171152.212500', '171152.672500', '171153.132500', '171153.592500', '171154.052500', '171154.512500', '171154.972500', '171155.432500', '171155.892500', '171156.352500', '171156.812500', '171157.272500', '171157.732500', '171158.192500', '171158.652500', '171159.112500', '171159.572500', '171200.032500', '171200.492500', '171200.952500', '171201.412500', '171201.872500', '171202.332500', '171202.792500', '171203.252500', '171203.712500', '171204.172500', '171204.632500', '171205.092500', '171205.552500', '171206.012500', '171206.472500', '171206.932500', '171207.392500', '171207.852500', '171208.312500', '171208.772500', '171209.232500', '171209.692500', '171210.152500', '171210.612500', '171211.072500', '171211.532500', '171211.992500', '171212.452500', '171212.912500', '171213.372500', '171213.832500', '171214.292500', '171214.752500', '171215.212500', '171215.672500', '171216.132500', '171216.592500', '171217.052500', '171217.512500', '171217.972500', '171218.432500', '171218.892500', '171219.352500', '171219.812500', '171220.272500', '171220.732500', '171221.192500', '171221.652500', '171222.112500', '171222.572500', '171223.032500', '171223.492500', '171223.952500', '171224.412500', '171224.872500', '171225.332500', '171225.792500', '171226.252500', '171226.712500', '171227.172500', '171227.632500', '171228.092500', '171228.552500', '171229.012500', '171229.472500', '171229.932500', '171230.392500', '171230.852500', '171231.312500', '171231.772500', '171232.232500', '171232.692500', '171233.152500', '171233.612500', '171234.072500', '171234.532500', '171234.992500', '171235.452500', '171235.912500', '171236.372500', '171236.832500', '171237.292500', '171237.752500', '171238.212500', '171238.672500', '171239.132500', '171239.592500', '171240.052500', '171240.512500', '171240.972500', '171241.432500', '171241.892500', '171242.352500', '171242.812500', '171243.272500', '171243.732500', '171244.192500', '171244.652500', '171245.112500', '171245.572500', '171246.032500', '171246.492500', '171246.952500', '171247.412500', '171247.872500', '171248.332500', '171248.792500', '171249.252500', '171249.712500', '171250.172500', '171250.632500', '171251.092500', '171251.552500', '171252.012500', '171252.472500', '171252.932500', '171253.392500', '171253.852500', '171254.312500', '171254.772500', '171255.232500', '171255.692500', '171256.152500', '171256.612500', '171257.072500', '171257.532500', '171257.992500', '171258.452500', '171258.912500', '171259.372500', '171259.832500', '171300.292500', '171300.752500', '171301.212500', '171301.672500', '171302.132500', '171302.592500', '171303.052500', '171303.512500', '171303.972500', '171304.432500', '171304.892500', '171305.352500', '171305.812500', '171306.272500', '171306.732500', '171307.192500', '171307.652500', '171308.112500', '171308.572500', '171309.032500', '171309.492500', '171309.952500', '171310.412500', '171310.872500', '171311.332500', '171311.792500', '171312.252500', '171312.712500', '171313.172500', '171313.632500', '171314.092500', '171314.552500', '171315.012500', '171315.472500', '171315.932500', '171316.392500', '171316.852500', '171317.312500', '171317.772500', '171318.232500', '171318.692500', '171319.152500', '171319.612500', '171320.072500', '171320.532500', '171320.992500', '171321.452500', '171321.912500', '171322.372500', '171322.832500', '171323.292500', '171323.752500', '171324.212500', '171324.672500', '171325.132500', '171325.592500', '171326.052500', '171326.512500', '171326.972500', '171327.432500', '171327.892500', '171328.352500', '171328.812500', '171329.272500', '171329.732500', '171330.192500', '171330.652500', '171331.112500', '171331.572500', '171332.032500', '171332.492500', '171332.952500', '171333.412500', '171333.872500', '171334.332500', '171334.792500', '171335.252500', '171335.712500', '171336.172500', '171336.632500', '171337.092500', '171337.552500', '171338.012500', '171338.472500', '171338.932500', '171339.392500', '171339.852500', '171340.312500', '171340.772500', '171341.232500', '171341.692500', '171342.152500', '171342.612500', '171343.072500', '171343.532500', '171343.992500', '171344.452500', '171344.912500', '171345.372500', '171345.832500', '171346.292500', '171346.752500', '171347.212500', '171347.672500', '171348.132500', '171348.592500', '171349.052500', '171349.512500', '171349.972500', '171350.432500', '171350.892500', '171351.352500', '171351.812500', '171352.272500', '171352.732500', '171353.192500', '171353.652500', '171354.112500', '171354.572500', '171355.032500', '171355.492500', '171355.952500', '171356.412500', '171356.872500', '171357.332500', '171357.792500', '171358.252500', '171358.712500', '171359.172500', '171359.632500', '171400.092500', '171400.552500', '171401.012500', '171401.472500', '171401.932500', '171402.392500', '171402.852500', '171403.312500', '171403.772500', '171404.232500', '171404.692500', '171405.152500', '171405.612500', '171406.072500', '171406.532500', '171406.992500', '171407.452500', '171407.912500', '171408.372500', '171408.832500', '171409.292500', '171409.752500', '171410.212500', '171410.672500', '171411.132500', '171411.592500', '171412.052500', '171412.512500', '171412.972500', '171413.432500', '171413.892500', '171414.352500', '171414.812500', '171415.272500', '171415.732500', '171416.192500', '171416.652500', '171417.112500', '171417.572500', '171418.032500', '171418.492500', '171418.952500', '171419.412500', '171419.872500', '171420.332500', '171420.792500', '171421.252500', '171421.712500', '171422.172500', '171422.632500', '171423.092500', '171423.552500', '171424.012500', '171424.472500', '171424.932500', '171425.392500', '171425.852500', '171426.312500', '171426.772500', '171427.232500', '171427.692500', '171428.152500', '171428.612500', '171429.072500', '171429.532500', '171429.992500', '171430.452500'], 'ContentTime': ['170807.938000', '170807.941000', '170807.944000', '170807.948000', '170807.951000', '170807.953000', '170807.956000', '170807.959000', '170807.961000', '170807.964000', '170807.967000', '170807.969000', '170807.972000', '170807.974000', '170807.977000', '170807.980000', '170807.982000', '170807.991000', '170807.994000', '170807.996000', '170808.001000', '170808.004000', '170808.006000', '170808.009000', '170808.011000', '170808.014000', '170808.017000', '170808.020000', '170808.022000', '170808.031000', '170808.033000', '170808.036000', '170808.039000', '170808.041000', '170808.044000', '170808.046000', '170808.049000', '170827.903000', '170827.906000', '170827.909000', '170827.911000', '170827.914000', '170827.917000', '170827.919000', '170827.922000', '170827.924000', '170827.927000', '170827.929000', '170827.932000', '170827.935000', '170827.937000', '170827.940000', '170827.942000', '170827.945000', '170827.947000', '170827.950000', '170827.953000', '170827.955000', '170827.958000', '170827.960000', '170827.963000', '170827.965000', '170827.968000', '170827.971000', '170827.973000', '170827.976000', '170827.978000', '170827.981000', '170827.983000', '170827.986000', '170827.989000', '170827.991000', '170827.994000', '170827.996000', '170827.999000', '170828.001000', '170828.004000', '170828.007000', '170828.009000', '170828.012000', '170828.014000', '170847.904000', '170847.907000', '170847.909000', '170847.912000', '170847.914000', '170847.917000', '170847.920000', '170847.922000', '170847.925000', '170847.927000', '170847.930000', '170847.932000', '170847.935000', '170847.938000', '170847.940000', '170847.943000', '170847.945000', '170847.948000', '170847.950000', '170847.953000', '170847.955000', '170847.958000', '170847.960000', '170847.963000', '170847.966000', '170847.968000', '170847.971000', '170847.973000', '170847.976000', '170847.979000', '170847.981000', '170847.984000', '170847.986000', '170847.989000', '170847.992000', '170847.994000', '170847.997000', '170848.000000', '170848.003000', '170848.005000', '170848.008000', '170848.011000', '170848.013000', '170907.903000', '170907.906000', '170907.909000', '170907.912000', '170907.914000', '170907.917000', '170907.920000', '170907.922000', '170907.925000', '170907.927000', '170907.930000', '170907.932000', '170907.935000', '170907.938000', '170907.940000', '170907.943000', '170907.946000', '170907.949000', '170907.952000', '170907.954000', '170907.957000', '170907.959000', '170907.962000', '170907.965000', '170907.967000', '170907.970000', '170907.972000', '170907.975000', '170907.978000', '170907.980000', '170907.983000', '170907.985000', '170907.988000', '170907.991000', '170907.993000', '170907.996000', '170907.998000', '170908.002000', '170908.004000', '170908.007000', '170908.010000', '170908.012000', '170908.015000', '170908.017000', '170927.903000', '170927.906000', '170927.909000', '170927.912000', '170927.914000', '170927.917000', '170927.919000', '170927.922000', '170927.925000', '170927.927000', '170927.930000', '170927.932000', '170927.935000', '170927.938000', '170927.940000', '170927.943000', '170927.946000', '170927.949000', '170927.952000', '170927.955000', '170927.957000', '170927.960000', '170927.963000', '170927.965000', '170927.968000', '170927.970000', '170927.973000', '170927.975000', '170927.978000', '170927.981000', '170927.983000', '170927.987000', '170927.990000', '170927.992000', '170927.995000', '170927.997000', '170928.001000', '170928.003000', '170928.006000', '170928.009000', '170928.011000', '170928.014000', '170928.016000', '170947.916000', '170947.919000', '170947.922000', '170947.924000', '170947.927000', '170947.930000', '170947.932000', '170947.935000', '170947.938000', '170947.940000', '170947.943000', '170947.945000', '170947.948000', '170947.950000', '170947.954000', '170947.956000', '170947.959000', '170947.962000', '170947.964000', '170947.967000', '170947.970000', '170947.972000', '170947.975000', '170947.977000', '170947.980000', '170947.983000', '170947.985000', '170947.988000', '170947.991000', '170947.993000', '170947.996000', '170948.009000', '170948.011000', '170948.014000', '170948.016000', '170948.019000', '170948.022000', '170948.024000', '170948.027000', '170948.029000', '170948.032000', '170948.035000', '170948.037000', '170948.046000', '171007.903000', '171007.906000', '171007.909000', '171007.911000', '171007.914000', '171007.917000', '171007.919000', '171007.922000', '171007.925000', '171007.927000', '171007.930000', '171007.932000', '171007.935000', '171007.938000', '171007.940000', '171007.943000', '171007.946000', '171007.948000', '171007.951000', '171007.953000', '171007.956000', '171007.959000', '171007.961000', '171007.964000', '171007.967000', '171007.970000', '171007.972000', '171007.975000', '171007.978000', '171007.981000', '171007.983000', '171007.986000', '171007.988000', '171007.991000', '171007.993000', '171007.996000', '171008.000000', '171008.002000', '171008.005000', '171008.007000', '171008.010000', '171008.012000', '171008.015000', '171027.904000', '171027.907000', '171027.909000', '171027.912000', '171027.914000', '171027.917000', '171027.920000', '171027.922000', '171027.925000', '171027.927000', '171027.930000', '171027.933000', '171027.935000', '171027.938000', '171027.940000', '171027.943000', '171027.946000', '171027.948000', '171027.951000', '171027.953000', '171027.956000', '171027.958000', '171027.961000', '171027.964000', '171027.966000', '171027.969000', '171027.971000', '171027.974000', '171027.977000', '171027.979000', '171027.982000', '171027.985000', '171027.987000', '171027.990000', '171027.993000', '171027.995000', '171027.998000', '171028.001000', '171028.004000', '171028.006000', '171028.009000', '171028.012000', '171028.014000', '171028.017000', '171047.903000', '171047.906000', '171047.909000', '171047.911000', '171047.914000', '171047.917000', '171047.919000', '171047.922000', '171047.924000', '171047.927000', '171047.930000', '171047.932000', '171047.935000', '171047.938000', '171047.940000', '171047.943000', '171047.945000', '171047.948000', '171047.951000', '171047.953000', '171047.956000', '171047.958000', '171047.961000', '171047.964000', '171047.966000', '171047.969000', '171047.972000', '171047.975000', '171047.978000', '171047.980000', '171047.983000', '171047.985000', '171047.988000', '171047.991000', '171047.993000', '171047.996000', '171047.998000', '171048.001000', '171048.004000', '171048.006000', '171048.009000', '171048.011000', '171048.014000', '171107.904000', '171107.906000', '171107.909000', '171107.931000', '171107.934000', '171107.936000', '171107.939000', '171107.941000', '171107.944000', '171107.947000', '171107.949000', '171107.952000', '171107.955000', '171107.957000', '171107.960000', '171107.962000', '171107.965000', '171107.967000', '171107.970000', '171107.973000', '171107.975000', '171107.978000', '171107.980000', '171107.983000', '171107.986000', '171107.988000', '171107.991000', '171107.994000', '171107.997000', '171108.001000', '171108.003000', '171108.006000', '171108.009000', '171108.011000', '171108.014000', '171108.016000', '171108.019000', '171108.022000', '171108.024000', '171108.027000', '171108.040000', '171108.042000', '171108.045000', '171108.048000', '171127.903000', '171127.906000', '171127.909000', '171127.912000', '171127.914000', '171127.917000', '171127.919000', '171127.922000', '171127.925000', '171127.927000', '171127.930000', '171127.933000', '171127.935000', '171127.938000', '171127.941000', '171127.943000', '171127.946000', '171127.948000', '171127.951000', '171127.953000', '171127.956000', '171127.959000', '171127.961000', '171127.964000', '171127.967000', '171127.969000', '171127.972000', '171127.974000', '171127.977000', '171127.980000', '171127.982000', '171127.985000', '171127.987000', '171127.990000', '171127.993000', '171127.995000', '171127.998000', '171128.002000', '171128.005000', '171128.008000', '171128.015000', '171128.018000', '171128.020000', '171147.904000', '171147.907000', '171147.909000', '171147.912000', '171147.915000', '171147.917000', '171147.920000', '171147.922000', '171147.925000', '171147.928000', '171147.930000', '171147.933000', '171147.936000', '171147.938000', '171147.941000', '171147.944000', '171147.946000', '171147.949000', '171147.951000', '171147.954000', '171147.956000', '171147.959000', '171147.962000', '171147.964000', '171147.967000', '171147.970000', '171147.972000', '171147.975000', '171147.978000', '171147.980000', '171147.983000', '171147.985000', '171147.988000', '171147.990000', '171147.993000', '171147.996000', '171147.998000', '171148.001000', '171148.004000', '171148.006000', '171148.009000', '171148.011000', '171148.014000', '171148.017000', '171207.904000', '171207.907000', '171207.909000', '171207.912000', '171207.914000', '171207.917000', '171207.920000', '171207.922000', '171207.925000', '171207.927000', '171207.930000', '171207.933000', '171207.935000', '171207.938000', '171207.941000', '171207.943000', '171207.946000', '171207.948000', '171207.951000', '171207.954000', '171207.956000', '171207.959000', '171207.962000', '171207.964000', '171207.967000', '171207.970000', '171207.972000', '171207.975000', '171207.977000', '171207.980000', '171207.983000', '171207.985000', '171207.988000', '171207.990000', '171207.993000', '171207.996000', '171208.000000', '171208.002000', '171208.005000', '171208.008000', '171208.010000', '171208.013000', '171208.016000', '171227.903000', '171227.906000', '171227.909000', '171227.912000', '171227.914000', '171227.917000', '171227.919000', '171227.922000', '171227.925000', '171227.927000', '171227.930000', '171227.932000', '171227.935000', '171227.938000', '171227.940000', '171227.943000', '171227.945000', '171227.948000', '171227.951000', '171227.953000', '171227.956000', '171227.958000', '171227.961000', '171227.964000', '171227.966000', '171227.969000', '171227.971000', '171227.974000', '171227.977000', '171227.979000', '171227.982000', '171227.985000', '171227.987000', '171227.990000', '171227.993000', '171227.995000', '171227.998000', '171228.001000', '171228.004000', '171228.007000', '171228.009000', '171228.012000', '171228.014000', '171228.017000', '171247.903000', '171247.906000', '171247.909000', '171247.912000', '171247.914000', '171247.917000', '171247.937000', '171247.940000', '171247.943000', '171247.945000', '171247.948000', '171247.950000', '171247.953000', '171247.956000', '171247.958000', '171247.961000', '171247.963000', '171247.966000', '171247.969000', '171247.971000', '171247.974000', '171247.976000', '171247.979000', '171247.982000', '171247.984000', '171247.987000', '171247.989000', '171247.992000', '171247.995000', '171247.997000', '171248.001000', '171248.003000', '171248.006000', '171248.009000', '171248.011000', '171248.014000', '171248.022000', '171248.025000', '171248.027000', '171248.030000', '171248.032000', '171248.035000', '171248.038000', '171307.904000', '171307.907000', '171307.909000', '171307.912000', '171307.914000', '171307.917000', '171307.920000', '171307.922000', '171307.925000', '171307.928000', '171307.930000', '171307.933000', '171307.936000', '171307.938000', '171307.941000', '171307.944000', '171307.946000', '171307.949000', '171307.951000', '171307.954000', '171307.957000', '171307.959000', '171307.962000', '171307.965000', '171307.967000', '171307.970000', '171307.972000', '171307.975000', '171307.978000', '171307.980000', '171307.983000', '171307.986000', '171307.988000', '171307.991000', '171307.993000', '171307.996000', '171307.999000', '171308.001000', '171308.004000', '171308.007000', '171308.009000', '171308.012000', '171308.014000', '171308.017000', '171327.904000', '171327.906000', '171327.909000', '171327.912000', '171327.914000', '171327.917000', '171327.920000', '171327.922000', '171327.925000', '171327.927000', '171327.930000', '171327.933000', '171327.935000', '171327.938000', '171327.941000', '171327.943000', '171327.946000', '171327.948000', '171327.951000', '171327.954000', '171327.956000', '171327.959000', '171327.962000', '171327.964000', '171327.967000', '171327.969000', '171327.972000', '171327.975000', '171327.977000', '171327.980000', '171327.982000', '171327.985000', '171327.988000', '171327.990000', '171327.993000', '171327.996000', '171327.998000', '171328.002000', '171328.005000', '171328.007000', '171328.010000', '171328.012000', '171328.015000', '171347.904000', '171347.906000', '171347.909000', '171347.912000', '171347.914000', '171347.917000', '171347.920000', '171347.922000', '171347.925000', '171347.927000', '171347.930000', '171347.933000', '171347.935000', '171347.938000', '171347.941000', '171347.943000', '171347.946000', '171347.948000', '171347.951000', '171347.954000', '171347.956000', '171347.959000', '171347.962000', '171347.964000', '171347.967000', '171347.970000', '171347.972000', '171347.975000', '171347.977000', '171347.980000', '171347.983000', '171347.985000', '171347.989000', '171347.992000', '171347.995000', '171347.997000', '171348.000000', '171348.003000', '171348.005000', '171348.008000', '171348.010000', '171348.013000', '171348.016000', '171348.018000', '171407.903000', '171407.906000', '171407.909000', '171407.912000', '171407.914000', '171407.917000', '171407.920000', '171407.922000', '171407.925000', '171407.927000', '171407.930000', '171407.933000', '171407.935000', '171407.938000', '171407.940000', '171407.943000', '171407.946000', '171407.948000', '171407.951000', '171407.954000', '171407.956000', '171407.959000', '171407.962000', '171407.964000', '171407.967000', '171407.969000', '171407.972000', '171407.974000', '171407.977000', '171407.980000', '171407.982000', '171407.995000', '171407.998000', '171408.002000', '171408.004000', '171408.007000', '171408.010000', '171408.012000', '171408.015000', '171408.017000', '171408.020000', '171408.023000', '171408.025000', '171427.904000', '171427.907000', '171427.910000', '171427.913000', '171427.916000', '171427.918000', '171427.921000', '171427.923000', '171427.926000', '171427.929000', '171427.931000', '171427.934000', '171427.936000', '171427.939000', '171427.942000', '171427.944000', '171427.947000', '171427.950000', '171427.952000', '171427.955000', '171427.957000', '171427.960000', '171427.963000', '171427.965000', '171427.968000', '171427.971000', '171427.973000', '171427.976000', '171427.979000', '171427.981000', '171427.984000', '171427.986000', '171427.989000', '171427.992000', '171427.994000', '171427.997000', '171428.000000', '171428.003000', '171428.006000', '171428.008000', '171428.011000', '171428.014000', '171428.016000', '171431.529000', '171431.532000', '171431.535000', '171431.537000', '171431.540000', '171431.543000', '171431.546000', '171431.549000', '171431.552000'], 'InstanceCreationTime': ['170807.938000', '170807.941000', '170807.944000', '170807.948000', '170807.951000', '170807.953000', '170807.956000', '170807.959000', '170807.961000', '170807.964000', '170807.967000', '170807.969000', '170807.972000', '170807.974000', '170807.977000', '170807.980000', '170807.982000', '170807.991000', '170807.994000', '170807.996000', '170808.001000', '170808.004000', '170808.006000', '170808.009000', '170808.011000', '170808.014000', '170808.017000', '170808.020000', '170808.022000', '170808.031000', '170808.033000', '170808.036000', '170808.039000', '170808.041000', '170808.044000', '170808.046000', '170808.049000', '170827.903000', '170827.906000', '170827.909000', '170827.911000', '170827.914000', '170827.917000', '170827.919000', '170827.922000', '170827.924000', '170827.927000', '170827.929000', '170827.932000', '170827.935000', '170827.937000', '170827.940000', '170827.942000', '170827.945000', '170827.947000', '170827.950000', '170827.953000', '170827.955000', '170827.958000', '170827.960000', '170827.963000', '170827.965000', '170827.968000', '170827.971000', '170827.973000', '170827.976000', '170827.978000', '170827.981000', '170827.983000', '170827.986000', '170827.989000', '170827.991000', '170827.994000', '170827.996000', '170827.999000', '170828.001000', '170828.004000', '170828.007000', '170828.009000', '170828.012000', '170828.014000', '170847.904000', '170847.907000', '170847.909000', '170847.912000', '170847.914000', '170847.917000', '170847.920000', '170847.922000', '170847.925000', '170847.927000', '170847.930000', '170847.932000', '170847.935000', '170847.938000', '170847.940000', '170847.943000', '170847.945000', '170847.948000', '170847.950000', '170847.953000', '170847.955000', '170847.958000', '170847.960000', '170847.963000', '170847.966000', '170847.968000', '170847.971000', '170847.973000', '170847.976000', '170847.979000', '170847.981000', '170847.984000', '170847.986000', '170847.989000', '170847.992000', '170847.994000', '170847.997000', '170848.000000', '170848.003000', '170848.005000', '170848.008000', '170848.011000', '170848.013000', '170907.903000', '170907.906000', '170907.909000', '170907.912000', '170907.914000', '170907.917000', '170907.920000', '170907.922000', '170907.925000', '170907.927000', '170907.930000', '170907.932000', '170907.935000', '170907.938000', '170907.940000', '170907.943000', '170907.946000', '170907.949000', '170907.952000', '170907.954000', '170907.957000', '170907.959000', '170907.962000', '170907.965000', '170907.967000', '170907.970000', '170907.972000', '170907.975000', '170907.978000', '170907.980000', '170907.983000', '170907.985000', '170907.988000', '170907.991000', '170907.993000', '170907.996000', '170907.998000', '170908.002000', '170908.004000', '170908.007000', '170908.010000', '170908.012000', '170908.015000', '170908.017000', '170927.903000', '170927.906000', '170927.909000', '170927.912000', '170927.914000', '170927.917000', '170927.919000', '170927.922000', '170927.925000', '170927.927000', '170927.930000', '170927.932000', '170927.935000', '170927.938000', '170927.940000', '170927.943000', '170927.946000', '170927.949000', '170927.952000', '170927.955000', '170927.957000', '170927.960000', '170927.963000', '170927.965000', '170927.968000', '170927.970000', '170927.973000', '170927.975000', '170927.978000', '170927.981000', '170927.983000', '170927.987000', '170927.990000', '170927.992000', '170927.995000', '170927.997000', '170928.001000', '170928.003000', '170928.006000', '170928.009000', '170928.011000', '170928.014000', '170928.016000', '170947.916000', '170947.919000', '170947.922000', '170947.924000', '170947.927000', '170947.930000', '170947.932000', '170947.935000', '170947.938000', '170947.940000', '170947.943000', '170947.945000', '170947.948000', '170947.950000', '170947.954000', '170947.956000', '170947.959000', '170947.962000', '170947.964000', '170947.967000', '170947.970000', '170947.972000', '170947.975000', '170947.977000', '170947.980000', '170947.983000', '170947.985000', '170947.988000', '170947.991000', '170947.993000', '170947.996000', '170948.009000', '170948.011000', '170948.014000', '170948.016000', '170948.019000', '170948.022000', '170948.024000', '170948.027000', '170948.029000', '170948.032000', '170948.035000', '170948.037000', '170948.046000', '171007.903000', '171007.906000', '171007.909000', '171007.911000', '171007.914000', '171007.917000', '171007.919000', '171007.922000', '171007.925000', '171007.927000', '171007.930000', '171007.932000', '171007.935000', '171007.938000', '171007.940000', '171007.943000', '171007.946000', '171007.948000', '171007.951000', '171007.953000', '171007.956000', '171007.959000', '171007.961000', '171007.964000', '171007.967000', '171007.970000', '171007.972000', '171007.975000', '171007.978000', '171007.981000', '171007.983000', '171007.986000', '171007.988000', '171007.991000', '171007.993000', '171007.996000', '171008.000000', '171008.002000', '171008.005000', '171008.007000', '171008.010000', '171008.012000', '171008.015000', '171027.904000', '171027.907000', '171027.909000', '171027.912000', '171027.914000', '171027.917000', '171027.920000', '171027.922000', '171027.925000', '171027.927000', '171027.930000', '171027.933000', '171027.935000', '171027.938000', '171027.940000', '171027.943000', '171027.946000', '171027.948000', '171027.951000', '171027.953000', '171027.956000', '171027.958000', '171027.961000', '171027.964000', '171027.966000', '171027.969000', '171027.971000', '171027.974000', '171027.977000', '171027.979000', '171027.982000', '171027.985000', '171027.987000', '171027.990000', '171027.993000', '171027.995000', '171027.998000', '171028.001000', '171028.004000', '171028.006000', '171028.009000', '171028.012000', '171028.014000', '171028.017000', '171047.903000', '171047.906000', '171047.909000', '171047.911000', '171047.914000', '171047.917000', '171047.919000', '171047.922000', '171047.924000', '171047.927000', '171047.930000', '171047.932000', '171047.935000', '171047.938000', '171047.940000', '171047.943000', '171047.945000', '171047.948000', '171047.951000', '171047.953000', '171047.956000', '171047.958000', '171047.961000', '171047.964000', '171047.966000', '171047.969000', '171047.972000', '171047.975000', '171047.978000', '171047.980000', '171047.983000', '171047.985000', '171047.988000', '171047.991000', '171047.993000', '171047.996000', '171047.998000', '171048.001000', '171048.004000', '171048.006000', '171048.009000', '171048.011000', '171048.014000', '171107.904000', '171107.906000', '171107.909000', '171107.931000', '171107.934000', '171107.936000', '171107.939000', '171107.941000', '171107.944000', '171107.947000', '171107.949000', '171107.952000', '171107.955000', '171107.957000', '171107.960000', '171107.962000', '171107.965000', '171107.967000', '171107.970000', '171107.973000', '171107.975000', '171107.978000', '171107.980000', '171107.983000', '171107.986000', '171107.988000', '171107.991000', '171107.994000', '171107.997000', '171108.001000', '171108.003000', '171108.006000', '171108.009000', '171108.011000', '171108.014000', '171108.016000', '171108.019000', '171108.022000', '171108.024000', '171108.027000', '171108.040000', '171108.042000', '171108.045000', '171108.048000', '171127.903000', '171127.906000', '171127.909000', '171127.912000', '171127.914000', '171127.917000', '171127.919000', '171127.922000', '171127.925000', '171127.927000', '171127.930000', '171127.933000', '171127.935000', '171127.938000', '171127.941000', '171127.943000', '171127.946000', '171127.948000', '171127.951000', '171127.953000', '171127.956000', '171127.959000', '171127.961000', '171127.964000', '171127.967000', '171127.969000', '171127.972000', '171127.974000', '171127.977000', '171127.980000', '171127.982000', '171127.985000', '171127.987000', '171127.990000', '171127.993000', '171127.995000', '171127.998000', '171128.002000', '171128.005000', '171128.008000', '171128.015000', '171128.018000', '171128.020000', '171147.904000', '171147.907000', '171147.909000', '171147.912000', '171147.915000', '171147.917000', '171147.920000', '171147.922000', '171147.925000', '171147.928000', '171147.930000', '171147.933000', '171147.936000', '171147.938000', '171147.941000', '171147.944000', '171147.946000', '171147.949000', '171147.951000', '171147.954000', '171147.956000', '171147.959000', '171147.962000', '171147.964000', '171147.967000', '171147.970000', '171147.972000', '171147.975000', '171147.978000', '171147.980000', '171147.983000', '171147.985000', '171147.988000', '171147.990000', '171147.993000', '171147.996000', '171147.998000', '171148.001000', '171148.004000', '171148.006000', '171148.009000', '171148.011000', '171148.014000', '171148.017000', '171207.904000', '171207.907000', '171207.909000', '171207.912000', '171207.914000', '171207.917000', '171207.920000', '171207.922000', '171207.925000', '171207.927000', '171207.930000', '171207.933000', '171207.935000', '171207.938000', '171207.941000', '171207.943000', '171207.946000', '171207.948000', '171207.951000', '171207.954000', '171207.956000', '171207.959000', '171207.962000', '171207.964000', '171207.967000', '171207.970000', '171207.972000', '171207.975000', '171207.977000', '171207.980000', '171207.983000', '171207.985000', '171207.988000', '171207.990000', '171207.993000', '171207.996000', '171208.000000', '171208.002000', '171208.005000', '171208.008000', '171208.010000', '171208.013000', '171208.016000', '171227.903000', '171227.906000', '171227.909000', '171227.912000', '171227.914000', '171227.917000', '171227.919000', '171227.922000', '171227.925000', '171227.927000', '171227.930000', '171227.932000', '171227.935000', '171227.938000', '171227.940000', '171227.943000', '171227.945000', '171227.948000', '171227.951000', '171227.953000', '171227.956000', '171227.958000', '171227.961000', '171227.964000', '171227.966000', '171227.969000', '171227.971000', '171227.974000', '171227.977000', '171227.979000', '171227.982000', '171227.985000', '171227.987000', '171227.990000', '171227.993000', '171227.995000', '171227.998000', '171228.001000', '171228.004000', '171228.007000', '171228.009000', '171228.012000', '171228.014000', '171228.017000', '171247.903000', '171247.906000', '171247.909000', '171247.912000', '171247.914000', '171247.917000', '171247.937000', '171247.940000', '171247.943000', '171247.945000', '171247.948000', '171247.950000', '171247.953000', '171247.956000', '171247.958000', '171247.961000', '171247.963000', '171247.966000', '171247.969000', '171247.971000', '171247.974000', '171247.976000', '171247.979000', '171247.982000', '171247.984000', '171247.987000', '171247.989000', '171247.992000', '171247.995000', '171247.997000', '171248.001000', '171248.003000', '171248.006000', '171248.009000', '171248.011000', '171248.014000', '171248.022000', '171248.025000', '171248.027000', '171248.030000', '171248.032000', '171248.035000', '171248.038000', '171307.904000', '171307.907000', '171307.909000', '171307.912000', '171307.914000', '171307.917000', '171307.920000', '171307.922000', '171307.925000', '171307.928000', '171307.930000', '171307.933000', '171307.936000', '171307.938000', '171307.941000', '171307.944000', '171307.946000', '171307.949000', '171307.951000', '171307.954000', '171307.957000', '171307.959000', '171307.962000', '171307.965000', '171307.967000', '171307.970000', '171307.972000', '171307.975000', '171307.978000', '171307.980000', '171307.983000', '171307.986000', '171307.988000', '171307.991000', '171307.993000', '171307.996000', '171307.999000', '171308.001000', '171308.004000', '171308.007000', '171308.009000', '171308.012000', '171308.014000', '171308.017000', '171327.904000', '171327.906000', '171327.909000', '171327.912000', '171327.914000', '171327.917000', '171327.920000', '171327.922000', '171327.925000', '171327.927000', '171327.930000', '171327.933000', '171327.935000', '171327.938000', '171327.941000', '171327.943000', '171327.946000', '171327.948000', '171327.951000', '171327.954000', '171327.956000', '171327.959000', '171327.962000', '171327.964000', '171327.967000', '171327.969000', '171327.972000', '171327.975000', '171327.977000', '171327.980000', '171327.982000', '171327.985000', '171327.988000', '171327.990000', '171327.993000', '171327.996000', '171327.998000', '171328.002000', '171328.005000', '171328.007000', '171328.010000', '171328.012000', '171328.015000', '171347.904000', '171347.906000', '171347.909000', '171347.912000', '171347.914000', '171347.917000', '171347.920000', '171347.922000', '171347.925000', '171347.927000', '171347.930000', '171347.933000', '171347.935000', '171347.938000', '171347.941000', '171347.943000', '171347.946000', '171347.948000', '171347.951000', '171347.954000', '171347.956000', '171347.959000', '171347.962000', '171347.964000', '171347.967000', '171347.970000', '171347.972000', '171347.975000', '171347.977000', '171347.980000', '171347.983000', '171347.985000', '171347.989000', '171347.992000', '171347.995000', '171347.997000', '171348.000000', '171348.003000', '171348.005000', '171348.008000', '171348.010000', '171348.013000', '171348.016000', '171348.018000', '171407.903000', '171407.906000', '171407.909000', '171407.912000', '171407.914000', '171407.917000', '171407.920000', '171407.922000', '171407.925000', '171407.927000', '171407.930000', '171407.933000', '171407.935000', '171407.938000', '171407.940000', '171407.943000', '171407.946000', '171407.948000', '171407.951000', '171407.954000', '171407.956000', '171407.959000', '171407.962000', '171407.964000', '171407.967000', '171407.969000', '171407.972000', '171407.974000', '171407.977000', '171407.980000', '171407.982000', '171407.995000', '171407.998000', '171408.002000', '171408.004000', '171408.007000', '171408.010000', '171408.012000', '171408.015000', '171408.017000', '171408.020000', '171408.023000', '171408.025000', '171427.904000', '171427.907000', '171427.910000', '171427.913000', '171427.916000', '171427.918000', '171427.921000', '171427.923000', '171427.926000', '171427.929000', '171427.931000', '171427.934000', '171427.936000', '171427.939000', '171427.942000', '171427.944000', '171427.947000', '171427.950000', '171427.952000', '171427.955000', '171427.957000', '171427.960000', '171427.963000', '171427.965000', '171427.968000', '171427.971000', '171427.973000', '171427.976000', '171427.979000', '171427.981000', '171427.984000', '171427.986000', '171427.989000', '171427.992000', '171427.994000', '171427.997000', '171428.000000', '171428.003000', '171428.006000', '171428.008000', '171428.011000', '171428.014000', '171428.016000', '171431.529000', '171431.532000', '171431.535000', '171431.537000', '171431.540000', '171431.543000', '171431.546000', '171431.549000', '171431.552000'], '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': [9566, 9175, 10561, 8856, 12617, 13753, 9932, 8563, 9282, 9054, 11383, 9424, 16333, 11529, 8486, 9379, 8996, 13339, 15082, 10996, 11397, 9338, 8667, 8931, 8584, 12320, 14890, 11246, 12643, 9590, 11342, 8530, 10328, 15489, 9212, 11936, 8658, 11567, 9499, 10304, 8378, 9766, 8345, 9664, 8263, 9014, 15683, 9014, 13068, 8549, 12361, 9143, 12528, 9352, 12157, 8669, 9891, 8595, 10194, 9065, 9530, 14524, 9619, 12308, 8904, 10100, 13785, 9042, 12293, 9368, 10837, 9686, 8685, 13502, 9196, 12113, 10143, 9226, 8693, 9066, 9366, 9854, 10096, 9784, 8433, 11396, 15732, 11332, 9369, 8922, 9016, 14612, 8670, 11913, 9513, 9833, 8864, 8698, 13992, 10422, 10743, 10463, 8577, 13579, 10036, 10818, 11606, 8730, 12252, 10238, 11078, 8873, 9536, 14484, 10320, 10686, 8992, 9191, 14654, 9993, 10723, 9116, 8778, 13963, 10149, 11055, 8881, 9550, 14586, 10275, 10503, 9540, 9241, 14099, 10286, 10624, 9469, 8912, 13380, 9736, 10825, 9943, 9020, 13800, 9867, 11058, 10915, 8793, 12972, 8820, 11302, 10718, 9684, 12473, 8937, 11567, 9663, 10687, 9427, 8923, 12759, 8944, 11631, 9675, 11347, 10408, 8607, 14041, 10597, 11440, 11154, 8703, 13629, 9952, 9934, 9615, 8655, 13839, 10039, 10348, 9058, 9707, 14973, 9247, 12307, 9901, 10885, 9481, 8798, 14945, 10668, 11277, 12698, 8718, 13060, 10274, 10521, 15253, 8758, 10594, 9662, 8551, 12722, 9441, 10018, 14643, 9660, 11418, 9553, 9970, 14216, 10413, 10232, 10615, 8848, 13099, 8975, 10379, 11086, 8725, 12118, 9048, 10743, 9114, 9463, 8735, 9441, 9121, 10797, 8847, 12986, 9728, 15030, 13487, 9877, 14026, 10857, 10806, 9178, 8886, 13751, 9618, 10155, 8571, 10261, 12363, 8724, 13454, 10127, 11239, 8797, 9171, 14407, 10405, 10034, 8935, 9349, 14366, 10421, 10146, 9002, 9457, 14548, 9180, 11677, 9627, 9362, 13580, 9314, 10623, 10174, 8745, 13131, 9158, 10079, 11635, 8817, 11992, 9566, 10062, 14508, 8798, 11480, 9574, 8989, 13281, 9274, 10205, 10802, 8665, 13276, 9264, 11128, 10730, 8758, 13440, 9188, 10873, 11534, 8726, 12348, 9067, 10282, 12075, 8767, 12002, 8969, 10182, 10558, 8904, 11028, 8553, 8669, 9986, 14549, 10453, 9297, 9103, 9693, 14760, 10291, 9957, 10320, 8794, 12804, 9001, 10594, 10513, 8760, 12866, 8939, 10598, 10156, 9003, 12938, 9271, 11065, 8794, 9067, 13524, 9575, 10760, 9392, 10028, 11885, 8776, 12692, 8790, 11356, 11167, 9131, 12263, 8789, 11500, 9850, 9184, 13973, 9831, 10981, 9461, 8687, 13307, 9695, 9601, 12588, 9005, 12059, 9597, 9758, 12699, 8869, 12557, 8831, 10026, 10483, 8951, 9296, 8706, 13810, 10035, 9780, 10581, 8577, 12045, 9132, 9544, 10151, 8848, 14097, 8776, 12056, 9866, 9918, 9098, 9338, 14930, 10110, 10887, 9136, 9924, 13766, 8543, 12548, 9980, 10508, 8725, 9543, 14683, 10203, 10945, 9489, 10450, 10791, 9196, 12693, 9371, 11261, 9133, 9610, 14497, 9872, 11043, 9022, 9193, 14255, 9824, 10895, 8490, 10614, 10924, 9048, 11883, 8803, 12796, 9844, 10802, 8825, 8996, 14625, 9471, 10873, 9785, 9197, 12114, 8707, 12169, 10113, 10343, 9844, 8671, 13632, 9780, 10610, 8902, 10205, 11249, 9572, 8736, 9008, 9279, 9976, 8715, 12364, 8779, 13945, 9395, 14042, 8786, 11511, 11549, 8902, 8967, 8899, 14102, 10403, 10096, 8292, 9401, 10990, 8676, 13044, 9728, 10696, 8840, 9766, 11164, 8713, 11797, 9068, 10495, 9457, 8964, 14081, 9689, 11302, 8729, 10006, 9531, 8854, 8589, 8652, 14312, 9784, 11050, 9169, 10625, 9018, 8870, 14498, 10030, 10163, 8739, 9915, 8243, 8749, 12568, 8868, 10318, 8842, 11091, 9112, 9066, 9092, 8918, 13590, 8798, 12078, 9154, 11411, 8779, 10340, 8775, 9970, 8363, 9583, 12107, 8845, 13562, 9448, 11595, 8705, 9959, 14316, 8640, 12185, 9073, 10473, 8940, 8803, 9850, 8811, 13162, 9697, 11012, 11807, 8775, 13399, 9356, 10571, 9369, 9013, 9162, 8462, 13297, 9309, 10404, 9019, 8690, 14232, 8553, 11575, 9371, 9948, 8424, 9200, 12692, 9037, 10208, 8627, 10704, 11981, 8520, 10848, 8620, 10448, 8867, 9744, 8646, 10886, 8421, 8961, 8607, 8454, 10493, 15136, 10883, 10478, 8708, 9186, 8321, 9625, 8391, 10201, 14920, 10371, 10685, 8655, 11866, 10022, 9812, 8811, 11164, 12160, 9020, 13495, 10109, 10726, 8479, 9054, 13283, 9556, 10613, 8811, 10219, 8650, 10553, 8633, 10448, 9317, 9314, 14175, 9644, 11795, 9178, 10018, 12127, 8948, 11372, 9364, 10414, 8320, 10008, 8356, 9106, 8334, 9330, 13692, 9418, 11801, 8803, 10620, 8983, 8436, 13435, 8926, 10857, 8565, 11551, 8929, 10367, 11175, 8937, 14143, 8897, 10575, 8836, 9631, 8725, 9971, 8797, 10447, 11441, 8842, 14129, 9142, 10677, 9440, 9567, 10598, 8487, 12802, 9487, 9849, 8372, 9575, 13660, 9250, 11383, 8947, 9986, 8493, 8678, 12551, 8814, 10843, 9031, 10555, 8766, 9477, 8827, 8707, 10939, 8871, 13006, 8972, 10120, 13443, 8881, 13425, 8891, 10214, 8485, 9451, 8193, 9068, 14697, 9110, 10566, 8944, 9558, 8936, 8493, 14351, 9260, 10328, 8794, 10407, 15566, 10577, 11139, 9332, 9021, 14482, 8681, 10561, 8561, 9582, 8876, 8525, 12764, 8659, 9874, 8754, 10752, 8395, 9693, 15097, 11010, 11103, 8737, 9899, 14617, 9032, 10672, 8545, 10487, 8522, 9990, 8857, 9049, 9661, 8893, 13195, 9656, 10255, 8462, 9337, 14962, 8999, 10730, 8680, 9907, 9273, 8576, 13159, 9267, 10391, 8598, 10641, 8427, 8718, 13123, 9177, 12065, 9064, 10570, 8484, 9373, 8333, 8939, 8379, 8934, 8445, 9607, 8055, 9247, 14654, 10550, 11648, 8898, 10419, 8087, 8908, 10030, 8924, 8328, 9166, 8374, 9934, 8415, 10691, 8798, 12246, 9240, 12589, 9117, 8513, 8992, 9356, 9419, 15736, 11006, 11450, 9169, 10128, 8331, 9159, 8284, 8481, 13169, 8702, 10248, 8669, 9224, 8276, 8536, 13111, 8692, 10795, 8949, 9592, 15150, 8523, 11038, 9298, 9361, 10074, 8372, 12479, 9091, 9740, 8733, 8836, 11046, 8598, 12686, 10020, 8899, 9671, 8235, 13234, 9186, 10349, 8589, 10384, 8011, 8941, 12028, 9004, 9079, 8634, 13783], 'WindowCenter': [4603.0, 4577.0, 4572.0, 4550.0, 4579.0, 4577.0, 4544.0, 4523.0, 4534.0, 4537.0, 4568.0, 4536.0, 4584.0, 4540.0, 4509.0, 4530.0, 4531.0, 4563.0, 4561.0, 4531.0, 4538.0, 4519.0, 4521.0, 4522.0, 4522.0, 4551.0, 4560.0, 4529.0, 4536.0, 4508.0, 4515.0, 4494.0, 4515.0, 4544.0, 4504.0, 4523.0, 4493.0, 4525.0, 4529.0, 4515.0, 4497.0, 4517.0, 4496.0, 4517.0, 4507.0, 4524.0, 4571.0, 4521.0, 4548.0, 4520.0, 4550.0, 4532.0, 4577.0, 4561.0, 4563.0, 4523.0, 4541.0, 4520.0, 4541.0, 4519.0, 4531.0, 4561.0, 4531.0, 4550.0, 4520.0, 4541.0, 4560.0, 4521.0, 4550.0, 4531.0, 4543.0, 4531.0, 4522.0, 4560.0, 4533.0, 4552.0, 4543.0, 4543.0, 4533.0, 4535.0, 4545.0, 4546.0, 4555.0, 4558.0, 4537.0, 4567.0, 4598.0, 4554.0, 4533.0, 4522.0, 4532.0, 4561.0, 4521.0, 4551.0, 4533.0, 4531.0, 4520.0, 4522.0, 4561.0, 4541.0, 4542.0, 4529.0, 4521.0, 4561.0, 4542.0, 4567.0, 4551.0, 4521.0, 4550.0, 4542.0, 4552.0, 4531.0, 4542.0, 4571.0, 4542.0, 4541.0, 4520.0, 4532.0, 4559.0, 4530.0, 4539.0, 4518.0, 4520.0, 4558.0, 4529.0, 4538.0, 4518.0, 4528.0, 4558.0, 4529.0, 4528.0, 4518.0, 4519.0, 4558.0, 4527.0, 4528.0, 4516.0, 4518.0, 4546.0, 4517.0, 4536.0, 4518.0, 4519.0, 4545.0, 4528.0, 4539.0, 4527.0, 4509.0, 4550.0, 4519.0, 4539.0, 4528.0, 4531.0, 4550.0, 4520.0, 4549.0, 4529.0, 4541.0, 4531.0, 4531.0, 4558.0, 4520.0, 4549.0, 4531.0, 4552.0, 4542.0, 4522.0, 4560.0, 4541.0, 4550.0, 4540.0, 4521.0, 4558.0, 4528.0, 4529.0, 4518.0, 4519.0, 4558.0, 4529.0, 4541.0, 4520.0, 4541.0, 4572.0, 4545.0, 4560.0, 4541.0, 4551.0, 4530.0, 4522.0, 4570.0, 4541.0, 4551.0, 4549.0, 4520.0, 4549.0, 4529.0, 4528.0, 4557.0, 4507.0, 4528.0, 4519.0, 4517.0, 4548.0, 4531.0, 4539.0, 4569.0, 4530.0, 4551.0, 4529.0, 4530.0, 4559.0, 4541.0, 4529.0, 4527.0, 4517.0, 4547.0, 4520.0, 4529.0, 4538.0, 4519.0, 4549.0, 4520.0, 4550.0, 4531.0, 4541.0, 4531.0, 4544.0, 4545.0, 4554.0, 4537.0, 4576.0, 4558.0, 4588.0, 4564.0, 4533.0, 4561.0, 4529.0, 4529.0, 4508.0, 4508.0, 4548.0, 4518.0, 4528.0, 4519.0, 4539.0, 4550.0, 4521.0, 4559.0, 4541.0, 4550.0, 4520.0, 4531.0, 4560.0, 4541.0, 4532.0, 4521.0, 4533.0, 4573.0, 4543.0, 4541.0, 4521.0, 4542.0, 4572.0, 4531.0, 4551.0, 4532.0, 4532.0, 4561.0, 4532.0, 4541.0, 4529.0, 4519.0, 4560.0, 4530.0, 4530.0, 4539.0, 4520.0, 4547.0, 4530.0, 4531.0, 4558.0, 4520.0, 4550.0, 4529.0, 4521.0, 4559.0, 4532.0, 4541.0, 4539.0, 4521.0, 4560.0, 4532.0, 4551.0, 4539.0, 4522.0, 4560.0, 4532.0, 4552.0, 4550.0, 4522.0, 4560.0, 4532.0, 4542.0, 4551.0, 4533.0, 4561.0, 4533.0, 4542.0, 4541.0, 4536.0, 4555.0, 4534.0, 4545.0, 4568.0, 4589.0, 4556.0, 4544.0, 4533.0, 4544.0, 4573.0, 4532.0, 4531.0, 4528.0, 4510.0, 4549.0, 4520.0, 4540.0, 4527.0, 4508.0, 4548.0, 4520.0, 4540.0, 4530.0, 4520.0, 4549.0, 4530.0, 4548.0, 4521.0, 4533.0, 4571.0, 4541.0, 4550.0, 4531.0, 4543.0, 4562.0, 4534.0, 4561.0, 4536.0, 4553.0, 4551.0, 4532.0, 4551.0, 4522.0, 4551.0, 4531.0, 4522.0, 4559.0, 4530.0, 4540.0, 4530.0, 4520.0, 4559.0, 4526.0, 4530.0, 4548.0, 4520.0, 4549.0, 4530.0, 4530.0, 4548.0, 4520.0, 4548.0, 4519.0, 4530.0, 4528.0, 4520.0, 4518.0, 4521.0, 4572.0, 4530.0, 4531.0, 4540.0, 4523.0, 4549.0, 4532.0, 4529.0, 4541.0, 4533.0, 4573.0, 4525.0, 4563.0, 4542.0, 4544.0, 4532.0, 4544.0, 4573.0, 4542.0, 4541.0, 4531.0, 4541.0, 4562.0, 4522.0, 4551.0, 4532.0, 4540.0, 4521.0, 4541.0, 4570.0, 4540.0, 4541.0, 4530.0, 4539.0, 4540.0, 4520.0, 4550.0, 4521.0, 4538.0, 4518.0, 4529.0, 4557.0, 4530.0, 4538.0, 4509.0, 4518.0, 4557.0, 4529.0, 4539.0, 4509.0, 4539.0, 4539.0, 4520.0, 4548.0, 4519.0, 4548.0, 4529.0, 4539.0, 4520.0, 4519.0, 4558.0, 4529.0, 4539.0, 4529.0, 4520.0, 4548.0, 4520.0, 4549.0, 4540.0, 4554.0, 4528.0, 4522.0, 4558.0, 4530.0, 4539.0, 4530.0, 4543.0, 4541.0, 4534.0, 4523.0, 4534.0, 4533.0, 4545.0, 4547.0, 4590.0, 4547.0, 4574.0, 4534.0, 4572.0, 4522.0, 4552.0, 4540.0, 4523.0, 4519.0, 4521.0, 4561.0, 4539.0, 4527.0, 4508.0, 4518.0, 4527.0, 4507.0, 4547.0, 4518.0, 4529.0, 4519.0, 4530.0, 4538.0, 4520.0, 4547.0, 4520.0, 4540.0, 4530.0, 4518.0, 4560.0, 4530.0, 4540.0, 4519.0, 4531.0, 4530.0, 4521.0, 4520.0, 4534.0, 4571.0, 4544.0, 4550.0, 4531.0, 4543.0, 4522.0, 4533.0, 4561.0, 4531.0, 4540.0, 4521.0, 4530.0, 4522.0, 4532.0, 4559.0, 4532.0, 4542.0, 4534.0, 4553.0, 4532.0, 4532.0, 4531.0, 4533.0, 4561.0, 4535.0, 4562.0, 4532.0, 4550.0, 4522.0, 4542.0, 4523.0, 4542.0, 4521.0, 4543.0, 4563.0, 4532.0, 4563.0, 4531.0, 4539.0, 4509.0, 4529.0, 4559.0, 4509.0, 4549.0, 4521.0, 4539.0, 4519.0, 4520.0, 4529.0, 4521.0, 4559.0, 4531.0, 4541.0, 4550.0, 4510.0, 4549.0, 4519.0, 4527.0, 4516.0, 4519.0, 4518.0, 4511.0, 4558.0, 4520.0, 4539.0, 4521.0, 4520.0, 4558.0, 4521.0, 4550.0, 4530.0, 4540.0, 4521.0, 4544.0, 4561.0, 4535.0, 4542.0, 4533.0, 4555.0, 4566.0, 4536.0, 4551.0, 4522.0, 4540.0, 4533.0, 4545.0, 4535.0, 4553.0, 4536.0, 4543.0, 4547.0, 4537.0, 4567.0, 4600.0, 4558.0, 4543.0, 4522.0, 4533.0, 4525.0, 4532.0, 4521.0, 4541.0, 4570.0, 4540.0, 4530.0, 4522.0, 4552.0, 4531.0, 4530.0, 4531.0, 4552.0, 4549.0, 4521.0, 4548.0, 4527.0, 4527.0, 4497.0, 4516.0, 4547.0, 4517.0, 4526.0, 4518.0, 4525.0, 4516.0, 4540.0, 4520.0, 4540.0, 4518.0, 4529.0, 4559.0, 4530.0, 4550.0, 4519.0, 4531.0, 4547.0, 4518.0, 4539.0, 4528.0, 4537.0, 4521.0, 4544.0, 4521.0, 4520.0, 4519.0, 4531.0, 4560.0, 4531.0, 4551.0, 4521.0, 4542.0, 4520.0, 4510.0, 4559.0, 4522.0, 4540.0, 4524.0, 4553.0, 4523.0, 4541.0, 4541.0, 4520.0, 4558.0, 4533.0, 4539.0, 4521.0, 4530.0, 4524.0, 4541.0, 4534.0, 4553.0, 4552.0, 4534.0, 4562.0, 4534.0, 4545.0, 4530.0, 4530.0, 4531.0, 4519.0, 4551.0, 4532.0, 4531.0, 4510.0, 4531.0, 4561.0, 4532.0, 4550.0, 4521.0, 4531.0, 4509.0, 4520.0, 4548.0, 4522.0, 4540.0, 4521.0, 4539.0, 4521.0, 4531.0, 4522.0, 4522.0, 4543.0, 4532.0, 4561.0, 4533.0, 4542.0, 4560.0, 4521.0, 4560.0, 4521.0, 4531.0, 4512.0, 4531.0, 4511.0, 4533.0, 4573.0, 4523.0, 4541.0, 4521.0, 4545.0, 4533.0, 4524.0, 4574.0, 4532.0, 4543.0, 4523.0, 4544.0, 4573.0, 4539.0, 4540.0, 4519.0, 4511.0, 4547.0, 4509.0, 4527.0, 4509.0, 4518.0, 4521.0, 4522.0, 4551.0, 4523.0, 4540.0, 4521.0, 4550.0, 4522.0, 4545.0, 4574.0, 4541.0, 4541.0, 4512.0, 4532.0, 4560.0, 4518.0, 4528.0, 4510.0, 4528.0, 4523.0, 4530.0, 4518.0, 4520.0, 4530.0, 4520.0, 4560.0, 4530.0, 4530.0, 4510.0, 4520.0, 4560.0, 4520.0, 4540.0, 4508.0, 4528.0, 4518.0, 4521.0, 4561.0, 4521.0, 4530.0, 4521.0, 4541.0, 4511.0, 4521.0, 4562.0, 4533.0, 4552.0, 4521.0, 4539.0, 4510.0, 4531.0, 4522.0, 4523.0, 4510.0, 4534.0, 4539.0, 4545.0, 4525.0, 4547.0, 4585.0, 4556.0, 4578.0, 4536.0, 4543.0, 4500.0, 4519.0, 4516.0, 4509.0, 4506.0, 4532.0, 4511.0, 4531.0, 4521.0, 4539.0, 4523.0, 4561.0, 4533.0, 4563.0, 4533.0, 4523.0, 4521.0, 4532.0, 4534.0, 4570.0, 4542.0, 4539.0, 4517.0, 4529.0, 4497.0, 4518.0, 4508.0, 4519.0, 4558.0, 4521.0, 4541.0, 4520.0, 4531.0, 4520.0, 4521.0, 4561.0, 4523.0, 4551.0, 4530.0, 4541.0, 4570.0, 4523.0, 4544.0, 4531.0, 4531.0, 4528.0, 4510.0, 4551.0, 4522.0, 4531.0, 4520.0, 4522.0, 4549.0, 4521.0, 4561.0, 4531.0, 4531.0, 4530.0, 4520.0, 4562.0, 4533.0, 4554.0, 4522.0, 4543.0, 4514.0, 4545.0, 4575.0, 4534.0, 4531.0, 4523.0, 4561.0], 'WindowWidth': [10104.0, 10054.0, 10038.0, 10004.0, 10041.0, 10035.0, 9984.0, 9950.0, 9968.0, 9978.0, 10021.0, 9973.0, 10041.0, 9970.0, 9926.0, 9959.0, 9961.0, 10007.0, 9999.0, 9956.0, 9962.0, 9939.0, 9944.0, 9946.0, 9948.0, 9986.0, 9997.0, 9951.0, 9955.0, 9918.0, 9924.0, 9893.0, 9923.0, 9964.0, 9910.0, 9933.0, 9896.0, 9938.0, 9952.0, 9927.0, 9906.0, 9931.0, 9903.0, 9934.0, 9921.0, 9953.0, 10015.0, 9945.0, 9978.0, 9943.0, 9982.0, 9964.0, 10032.0, 10020.0, 10005.0, 9951.0, 9973.0, 9944.0, 9970.0, 9940.0, 9959.0, 10001.0, 9959.0, 9983.0, 9944.0, 9973.0, 9998.0, 9947.0, 9984.0, 9961.0, 9977.0, 9958.0, 9948.0, 9998.0, 9963.0, 9989.0, 9977.0, 9982.0, 9968.0, 9971.0, 9984.0, 9987.0, 9999.0, 10008.0, 9982.0, 10022.0, 10069.0, 9998.0, 9964.0, 9947.0, 9962.0, 10000.0, 9946.0, 9986.0, 9962.0, 9959.0, 9943.0, 9949.0, 10000.0, 9972.0, 9973.0, 9952.0, 9944.0, 9997.0, 9975.0, 10018.0, 9986.0, 9947.0, 9984.0, 9978.0, 9990.0, 9961.0, 9977.0, 10016.0, 9976.0, 9973.0, 9943.0, 9962.0, 9996.0, 9957.0, 9967.0, 9937.0, 9942.0, 9991.0, 9955.0, 9965.0, 9937.0, 9951.0, 9992.0, 9953.0, 9951.0, 9936.0, 9940.0, 9991.0, 9949.0, 9950.0, 9932.0, 9935.0, 9971.0, 9933.0, 9958.0, 9935.0, 9939.0, 9972.0, 9949.0, 9966.0, 9947.0, 9926.0, 9983.0, 9942.0, 9968.0, 9950.0, 9958.0, 9982.0, 9945.0, 9982.0, 9953.0, 9975.0, 9963.0, 9959.0, 9993.0, 9945.0, 9982.0, 9961.0, 9990.0, 9975.0, 9949.0, 9999.0, 9972.0, 9984.0, 9968.0, 9944.0, 9991.0, 9951.0, 9954.0, 9937.0, 9942.0, 9993.0, 9955.0, 9972.0, 9944.0, 9976.0, 10017.0, 9987.0, 10001.0, 9974.0, 9986.0, 9957.0, 9950.0, 10012.0, 9973.0, 9986.0, 9982.0, 9942.0, 9981.0, 9952.0, 9951.0, 9992.0, 9922.0, 9950.0, 9937.0, 9937.0, 9977.0, 9960.0, 9970.0, 10009.0, 9957.0, 9986.0, 9954.0, 9958.0, 9995.0, 9970.0, 9953.0, 9948.0, 9935.0, 9976.0, 9941.0, 9953.0, 9964.0, 9940.0, 9981.0, 9945.0, 9986.0, 9963.0, 9975.0, 9965.0, 9982.0, 9984.0, 9995.0, 9977.0, 10029.0, 10008.0, 10052.0, 10010.0, 9964.0, 9998.0, 9952.0, 9951.0, 9920.0, 9922.0, 9974.0, 9937.0, 9949.0, 9942.0, 9969.0, 9982.0, 9945.0, 9993.0, 9973.0, 9983.0, 9945.0, 9962.0, 9999.0, 9973.0, 9961.0, 9948.0, 9968.0, 10021.0, 9978.0, 9973.0, 9947.0, 9977.0, 10016.0, 9961.0, 9988.0, 9960.0, 9962.0, 10000.0, 9960.0, 9973.0, 9954.0, 9941.0, 9996.0, 9957.0, 9958.0, 9967.0, 9943.0, 9976.0, 9958.0, 9960.0, 9993.0, 9944.0, 9982.0, 9953.0, 9945.0, 9994.0, 9962.0, 9972.0, 9968.0, 9946.0, 9997.0, 9961.0, 9987.0, 9968.0, 9947.0, 9997.0, 9962.0, 9989.0, 9984.0, 9948.0, 9999.0, 9962.0, 9977.0, 9986.0, 9968.0, 10002.0, 9965.0, 9979.0, 9976.0, 9973.0, 9996.0, 9970.0, 9991.0, 10026.0, 10054.0, 10003.0, 9983.0, 9966.0, 9983.0, 10022.0, 9961.0, 9958.0, 9951.0, 9928.0, 9979.0, 9942.0, 9971.0, 9949.0, 9925.0, 9978.0, 9942.0, 9971.0, 9954.0, 9942.0, 9981.0, 9958.0, 9981.0, 9948.0, 9965.0, 10016.0, 9976.0, 9985.0, 9962.0, 9981.0, 10004.0, 9969.0, 10003.0, 9973.0, 9996.0, 9989.0, 9964.0, 9985.0, 9950.0, 9987.0, 9959.0, 9948.0, 9996.0, 9957.0, 9969.0, 9954.0, 9944.0, 9994.0, 9948.0, 9958.0, 9979.0, 9943.0, 9981.0, 9954.0, 9956.0, 9979.0, 9942.0, 9979.0, 9938.0, 9955.0, 9950.0, 9942.0, 9938.0, 9948.0, 10017.0, 9957.0, 9959.0, 9970.0, 9952.0, 9982.0, 9960.0, 9955.0, 9973.0, 9965.0, 10021.0, 9957.0, 10007.0, 9976.0, 9983.0, 9964.0, 9984.0, 10020.0, 9976.0, 9974.0, 9960.0, 9975.0, 10005.0, 9948.0, 9986.0, 9961.0, 9970.0, 9947.0, 9975.0, 10013.0, 9971.0, 9971.0, 9958.0, 9968.0, 9969.0, 9942.0, 9981.0, 9944.0, 9965.0, 9936.0, 9954.0, 9991.0, 9954.0, 9963.0, 9924.0, 9939.0, 9990.0, 9953.0, 9966.0, 9926.0, 9966.0, 9967.0, 9942.0, 9977.0, 9942.0, 9979.0, 9955.0, 9967.0, 9941.0, 9940.0, 9994.0, 9955.0, 9968.0, 9952.0, 9942.0, 9979.0, 9943.0, 9980.0, 9970.0, 9996.0, 9952.0, 9947.0, 9992.0, 9956.0, 9967.0, 9959.0, 9974.0, 9969.0, 9967.0, 9954.0, 9968.0, 9967.0, 9985.0, 9997.0, 10057.0, 9993.0, 10025.0, 9970.0, 10021.0, 9950.0, 9990.0, 9969.0, 9947.0, 9939.0, 9944.0, 9999.0, 9967.0, 9948.0, 9923.0, 9937.0, 9946.0, 9921.0, 9975.0, 9937.0, 9950.0, 9941.0, 9956.0, 9965.0, 9942.0, 9975.0, 9945.0, 9971.0, 9955.0, 9940.0, 9997.0, 9956.0, 9970.0, 9941.0, 9958.0, 9955.0, 9946.0, 9943.0, 9967.0, 10016.0, 9980.0, 9985.0, 9959.0, 9977.0, 9948.0, 9964.0, 10002.0, 9959.0, 9970.0, 9945.0, 9958.0, 9950.0, 9965.0, 9997.0, 9963.0, 9975.0, 9968.0, 9994.0, 9966.0, 9964.0, 9960.0, 9968.0, 10001.0, 9972.0, 10004.0, 9964.0, 9985.0, 9950.0, 9977.0, 9951.0, 9975.0, 9948.0, 9980.0, 10006.0, 9964.0, 10005.0, 9961.0, 9967.0, 9925.0, 9954.0, 9995.0, 9927.0, 9981.0, 9944.0, 9967.0, 9938.0, 9943.0, 9954.0, 9946.0, 9996.0, 9959.0, 9972.0, 9981.0, 9929.0, 9979.0, 9940.0, 9949.0, 9931.0, 9939.0, 9936.0, 9931.0, 9992.0, 9943.0, 9966.0, 9943.0, 9943.0, 9994.0, 9946.0, 9985.0, 9958.0, 9972.0, 9949.0, 9985.0, 10002.0, 9970.0, 9975.0, 9968.0, 10001.0, 10014.0, 9975.0, 9986.0, 9951.0, 9971.0, 9966.0, 9985.0, 9974.0, 9992.0, 9976.0, 9982.0, 9994.0, 9979.0, 10020.0, 10073.0, 10006.0, 9977.0, 9948.0, 9964.0, 9955.0, 9961.0, 9946.0, 9972.0, 10016.0, 9970.0, 9954.0, 9947.0, 9988.0, 9960.0, 9955.0, 9961.0, 9989.0, 9981.0, 9943.0, 9978.0, 9949.0, 9946.0, 9908.0, 9933.0, 9975.0, 9934.0, 9943.0, 9936.0, 9944.0, 9932.0, 9968.0, 9943.0, 9971.0, 9938.0, 9955.0, 9996.0, 9958.0, 9982.0, 9940.0, 9958.0, 9975.0, 9938.0, 9967.0, 9953.0, 9963.0, 9949.0, 9984.0, 9945.0, 9942.0, 9942.0, 9960.0, 9998.0, 9959.0, 9985.0, 9943.0, 9973.0, 9940.0, 9929.0, 9993.0, 9946.0, 9970.0, 9954.0, 9991.0, 9950.0, 9973.0, 9970.0, 9943.0, 9993.0, 9966.0, 9967.0, 9944.0, 9955.0, 9954.0, 9974.0, 9969.0, 9994.0, 9989.0, 9966.0, 10004.0, 9965.0, 9981.0, 9955.0, 9957.0, 9956.0, 9941.0, 9983.0, 9958.0, 9958.0, 9928.0, 9960.0, 9999.0, 9961.0, 9982.0, 9943.0, 9956.0, 9926.0, 9944.0, 9978.0, 9948.0, 9968.0, 9946.0, 9968.0, 9946.0, 9960.0, 9947.0, 9949.0, 9977.0, 9964.0, 10002.0, 9963.0, 9974.0, 9998.0, 9945.0, 9996.0, 9944.0, 9957.0, 9932.0, 9957.0, 9932.0, 9966.0, 10018.0, 9950.0, 9973.0, 9945.0, 9985.0, 9965.0, 9955.0, 10020.0, 9963.0, 9977.0, 9951.0, 9979.0, 10020.0, 9968.0, 9968.0, 9938.0, 9928.0, 9974.0, 9925.0, 9949.0, 9924.0, 9936.0, 9941.0, 9947.0, 9984.0, 9950.0, 9971.0, 9946.0, 9984.0, 9949.0, 9983.0, 10021.0, 9975.0, 9972.0, 9932.0, 9960.0, 9996.0, 9936.0, 9948.0, 9927.0, 9949.0, 9948.0, 9956.0, 9937.0, 9942.0, 9955.0, 9943.0, 9997.0, 9955.0, 9954.0, 9927.0, 9941.0, 9996.0, 9941.0, 9968.0, 9922.0, 9951.0, 9935.0, 9944.0, 9996.0, 9944.0, 9954.0, 9944.0, 9971.0, 9932.0, 9947.0, 10001.0, 9963.0, 9985.0, 9945.0, 9967.0, 9927.0, 9959.0, 9948.0, 9950.0, 9928.0, 9966.0, 9980.0, 9982.0, 9958.0, 9992.0, 10040.0, 10002.0, 10036.0, 9976.0, 9977.0, 9914.0, 9937.0, 9931.0, 9923.0, 9919.0, 9961.0, 9930.0, 9958.0, 9947.0, 9970.0, 9952.0, 10001.0, 9966.0, 10007.0, 9965.0, 9947.0, 9946.0, 9961.0, 9966.0, 10013.0, 9972.0, 9965.0, 9935.0, 9951.0, 9908.0, 9937.0, 9922.0, 9941.0, 9992.0, 9945.0, 9971.0, 9943.0, 9960.0, 9943.0, 9949.0, 10000.0, 9953.0, 9987.0, 9958.0, 9976.0, 10013.0, 9951.0, 9979.0, 9960.0, 9959.0, 9951.0, 9930.0, 9984.0, 9948.0, 9957.0, 9942.0, 9947.0, 9981.0, 9947.0, 10001.0, 9959.0, 9961.0, 9957.0, 9946.0, 10003.0, 9966.0, 9996.0, 9950.0, 9978.0, 9941.0, 9988.0, 10029.0, 9971.0, 9961.0, 9953.0, 10003.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.005357944890929966</td></tr>
<tr><td colspan=3>aqi</td><td>0.023092853731343285</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.22026530735632</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2676316968620682</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0750204942758617</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>5834.7266</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09151890845108497</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.822043628013777</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4681178448773844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4272595784932585</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.680460663365565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29663329277333</td></tr>
<tr><td colspan=3>gcor</td><td>0.00739474</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01009265799075365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018190374597907066</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.803048896601132</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>45.3113</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3887</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.6386</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297242.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.2638</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2517</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.057</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.9866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.0642</td></tr>
<tr><td colspan=3>tsnr</td><td>40.40152346575633</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>