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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:08:0.667500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.100313</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9920508-a391-4fe4-8120-1b107e9fc2dd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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': ['100800.667500', '100801.127500', '100801.587500', '100802.047500', '100802.507500', '100802.967500', '100803.427500', '100803.887500', '100804.347500', '100804.807500', '100805.267500', '100805.727500', '100806.187500', '100806.647500', '100807.107500', '100807.567500', '100808.027500', '100808.487500', '100808.947500', '100809.407500', '100809.867500', '100810.327500', '100810.787500', '100811.247500', '100811.707500', '100812.167500', '100812.627500', '100813.087500', '100813.547500', '100814.007500', '100814.467500', '100814.927500', '100815.387500', '100815.847500', '100816.307500', '100816.767500', '100817.227500', '100817.687500', '100818.147500', '100818.607500', '100819.067500', '100819.527500', '100819.987500', '100820.447500', '100820.907500', '100821.367500', '100821.827500', '100822.287500', '100822.747500', '100823.207500', '100823.667500', '100824.127500', '100824.587500', '100825.047500', '100825.507500', '100825.967500', '100826.427500', '100826.887500', '100827.347500', '100827.807500', '100828.267500', '100828.727500', '100829.187500', '100829.647500', '100830.107500', '100830.567500', '100831.027500', '100831.487500', '100831.947500', '100832.407500', '100832.867500', '100833.327500', '100833.787500', '100834.247500', '100834.707500', '100835.167500', '100835.627500', '100836.087500', '100836.547500', '100837.007500', '100837.467500', '100837.927500', '100838.387500', '100838.847500', '100839.307500', '100839.767500', '100840.227500', '100840.687500', '100841.147500', '100841.607500', '100842.067500', '100842.527500', '100842.987500', '100843.447500', '100843.907500', '100844.367500', '100844.827500', '100845.287500', '100845.747500', '100846.207500', '100846.667500', '100847.127500', '100847.587500', '100848.047500', '100848.507500', '100848.967500', '100849.427500', '100849.887500', '100850.347500', '100850.807500', '100851.267500', '100851.727500', '100852.187500', '100852.647500', '100853.107500', '100853.567500', '100854.027500', '100854.487500', '100854.947500', '100855.407500', '100855.867500', '100856.327500', '100856.787500', '100857.247500', '100857.707500', '100858.167500', '100858.627500', '100859.087500', '100859.547500', '100900.007500', '100900.467500', '100900.927500', '100901.387500', '100901.847500', '100902.307500', '100902.767500', '100903.227500', '100903.687500', '100904.147500', '100904.607500', '100905.067500', '100905.527500', '100905.987500', '100906.447500', '100906.907500', '100907.367500', '100907.827500', '100908.287500', '100908.747500', '100909.207500', '100909.667500', '100910.127500', '100910.587500', '100911.047500', '100911.507500', '100911.967500', '100912.427500', '100912.887500', '100913.347500', '100913.807500', '100914.267500', '100914.727500', '100915.187500', '100915.647500', '100916.107500', '100916.567500', '100917.027500', '100917.487500', '100917.947500', '100918.407500', '100918.867500', '100919.327500', '100919.787500', '100920.247500', '100920.707500', '100921.167500', '100921.627500', '100922.087500', '100922.547500', '100923.007500', '100923.467500', '100923.927500', '100924.387500', '100924.847500', '100925.307500', '100925.767500', '100926.227500', '100926.687500', '100927.147500', '100927.607500', '100928.067500', '100928.527500', '100928.987500', '100929.447500', '100929.907500', '100930.367500', '100930.827500', '100931.287500', '100931.747500', '100932.207500', '100932.667500', '100933.127500', '100933.587500', '100934.047500', '100934.507500', '100934.967500', '100935.427500', '100935.887500', '100936.347500', '100936.807500', '100937.267500', '100937.727500', '100938.187500', '100938.647500', '100939.107500', '100939.567500', '100940.027500', '100940.487500', '100940.947500', '100941.407500', '100941.867500', '100942.327500', '100942.787500', '100943.247500', '100943.707500', '100944.167500', '100944.627500', '100945.087500', '100945.547500', '100946.007500', '100946.467500', '100946.927500', '100947.387500', '100947.847500', '100948.307500', '100948.767500', '100949.227500', '100949.687500', '100950.147500', '100950.607500', '100951.067500', '100951.527500', '100951.987500', '100952.447500', '100952.907500', '100953.367500', '100953.827500', '100954.287500', '100954.747500', '100955.207500', '100955.667500', '100956.127500', '100956.587500', '100957.047500', '100957.507500', '100957.967500', '100958.427500', '100958.887500', '100959.347500', '100959.807500', '101000.267500', '101000.727500', '101001.187500', '101001.647500', '101002.107500', '101002.567500', '101003.027500', '101003.487500', '101003.947500', '101004.407500', '101004.867500', '101005.327500', '101005.787500', '101006.247500', '101006.707500', '101007.167500', '101007.627500', '101008.087500', '101008.547500', '101009.007500', '101009.467500', '101009.927500', '101010.387500', '101010.847500', '101011.307500', '101011.767500', '101012.227500', '101012.687500', '101013.147500', '101013.607500', '101014.067500', '101014.527500', '101014.987500', '101015.447500', '101015.907500', '101016.367500', '101016.827500', '101017.287500', '101017.747500', '101018.207500', '101018.667500', '101019.127500', '101019.587500', '101020.047500', '101020.507500', '101020.967500', '101021.427500', '101021.887500', '101022.347500', '101022.807500', '101023.267500', '101023.727500', '101024.187500', '101024.647500', '101025.107500', '101025.567500', '101026.027500', '101026.487500', '101026.947500', '101027.407500', '101027.867500', '101028.327500', '101028.787500', '101029.247500', '101029.707500', '101030.167500', '101030.627500', '101031.087500', '101031.547500', '101032.007500', '101032.467500', '101032.927500', '101033.387500', '101033.847500', '101034.307500', '101034.767500', '101035.227500', '101035.687500', '101036.147500', '101036.607500', '101037.067500', '101037.527500', '101037.987500', '101038.447500', '101038.907500', '101039.367500', '101039.827500', '101040.287500', '101040.747500', '101041.207500', '101041.667500', '101042.127500', '101042.587500', '101043.047500', '101043.507500', '101043.967500', '101044.427500', '101044.887500', '101045.347500', '101045.807500', '101046.267500', '101046.727500', '101047.187500', '101047.647500', '101048.107500', '101048.567500', '101049.027500', '101049.487500', '101049.947500', '101050.407500', '101050.867500', '101051.327500', '101051.787500', '101052.247500', '101052.707500', '101053.167500', '101053.627500', '101054.087500', '101054.547500', '101055.007500', '101055.467500', '101055.927500', '101056.387500', '101056.847500', '101057.307500', '101057.767500', '101058.227500', '101058.687500', '101059.147500', '101059.607500', '101100.067500', '101100.527500', '101100.987500', '101101.447500', '101101.907500', '101102.367500', '101102.827500', '101103.287500', '101103.747500', '101104.207500', '101104.667500', '101105.127500', '101105.587500', '101106.047500', '101106.507500', '101106.967500', '101107.427500', '101107.887500', '101108.347500', '101108.807500', '101109.267500', '101109.727500', '101110.187500', '101110.647500', '101111.107500', '101111.567500', '101112.027500', '101112.487500', '101112.947500', '101113.407500', '101113.867500', '101114.327500', '101114.787500', '101115.247500', '101115.707500', '101116.167500', '101116.627500', '101117.087500', '101117.547500', '101118.007500', '101118.467500', '101118.927500', '101119.387500', '101119.847500', '101120.307500', '101120.767500', '101121.227500', '101121.687500', '101122.147500', '101122.607500', '101123.067500', '101123.527500', '101123.987500', '101124.447500', '101124.907500', '101125.367500', '101125.827500', '101126.287500', '101126.747500', '101127.207500', '101127.667500', '101128.127500', '101128.587500', '101129.047500', '101129.507500', '101129.967500', '101130.427500', '101130.887500', '101131.347500', '101131.807500', '101132.267500', '101132.727500', '101133.187500', '101133.647500', '101134.107500', '101134.567500', '101135.027500', '101135.487500', '101135.947500', '101136.407500', '101136.867500', '101137.327500', '101137.787500', '101138.247500', '101138.707500', '101139.167500', '101139.627500', '101140.087500', '101140.547500', '101141.007500', '101141.467500', '101141.927500', '101142.387500', '101142.847500', '101143.307500', '101143.767500', '101144.227500', '101144.687500', '101145.147500', '101145.607500', '101146.067500', '101146.527500', '101146.987500', '101147.447500', '101147.907500', '101148.367500', '101148.827500', '101149.287500', '101149.747500', '101150.207500', '101150.667500', '101151.127500', '101151.587500', '101152.047500', '101152.507500', '101152.967500', '101153.427500', '101153.887500', '101154.347500', '101154.807500', '101155.267500', '101155.727500', '101156.187500', '101156.647500', '101157.107500', '101157.567500', '101158.027500', '101158.487500', '101158.947500', '101159.407500', '101159.867500', '101200.327500', '101200.787500', '101201.247500', '101201.707500', '101202.167500', '101202.627500', '101203.087500', '101203.547500', '101204.007500', '101204.467500', '101204.927500', '101205.387500', '101205.847500', '101206.307500', '101206.767500', '101207.227500', '101207.687500', '101208.147500', '101208.607500', '101209.067500', '101209.527500', '101209.987500', '101210.447500', '101210.907500', '101211.367500', '101211.827500', '101212.287500', '101212.747500', '101213.207500', '101213.667500', '101214.127500', '101214.587500', '101215.047500', '101215.507500', '101215.967500', '101216.427500', '101216.887500', '101217.347500', '101217.807500', '101218.267500', '101218.727500', '101219.187500', '101219.647500', '101220.107500', '101220.567500', '101221.027500', '101221.487500', '101221.947500', '101222.407500', '101222.867500', '101223.327500', '101223.787500', '101224.247500', '101224.707500', '101225.167500', '101225.627500', '101226.087500', '101226.547500', '101227.007500', '101227.467500', '101227.927500', '101228.387500', '101228.847500', '101229.307500', '101229.767500', '101230.227500', '101230.687500', '101231.147500', '101231.607500', '101232.067500', '101232.527500', '101232.987500', '101233.447500', '101233.907500', '101234.367500', '101234.827500', '101235.287500', '101235.747500', '101236.207500', '101236.667500', '101237.127500', '101237.587500', '101238.047500', '101238.507500', '101238.967500', '101239.427500', '101239.887500', '101240.347500', '101240.807500', '101241.267500', '101241.727500', '101242.187500', '101242.647500', '101243.107500', '101243.567500', '101244.027500', '101244.487500', '101244.947500', '101245.407500', '101245.867500', '101246.327500', '101246.787500', '101247.247500', '101247.707500', '101248.167500', '101248.627500', '101249.087500', '101249.547500', '101250.007500', '101250.467500', '101250.927500', '101251.387500', '101251.847500', '101252.307500', '101252.767500', '101253.227500', '101253.687500', '101254.147500', '101254.607500', '101255.067500', '101255.527500', '101255.987500', '101256.447500', '101256.907500', '101257.367500', '101257.827500', '101258.287500', '101258.747500', '101259.207500', '101259.667500', '101300.127500', '101300.587500', '101301.047500', '101301.507500', '101301.967500', '101302.427500', '101302.887500', '101303.347500', '101303.807500', '101304.267500', '101304.727500', '101305.187500', '101305.647500', '101306.107500', '101306.567500', '101307.027500', '101307.487500', '101307.947500', '101308.407500', '101308.867500', '101309.327500', '101309.787500', '101310.247500', '101310.707500', '101311.167500', '101311.627500', '101312.087500', '101312.547500', '101313.007500', '101313.467500', '101313.927500', '101314.387500', '101314.847500', '101315.307500', '101315.767500', '101316.227500', '101316.687500', '101317.147500', '101317.607500', '101318.067500', '101318.527500', '101318.987500', '101319.447500', '101319.907500', '101320.367500', '101320.827500', '101321.287500', '101321.747500', '101322.207500', '101322.667500', '101323.127500', '101323.587500', '101324.047500', '101324.507500', '101324.967500', '101325.427500', '101325.887500', '101326.347500', '101326.807500', '101327.267500', '101327.727500', '101328.187500', '101328.647500', '101329.107500', '101329.567500', '101330.027500', '101330.487500', '101330.947500', '101331.407500', '101331.867500', '101332.327500', '101332.787500', '101333.247500', '101333.707500', '101334.167500', '101334.627500', '101335.087500', '101335.547500', '101336.007500', '101336.467500', '101336.927500', '101337.387500', '101337.847500', '101338.307500', '101338.767500', '101339.227500', '101339.687500', '101340.147500', '101340.607500', '101341.067500', '101341.527500', '101341.987500', '101342.447500', '101342.907500', '101343.367500', '101343.827500', '101344.287500', '101344.747500', '101345.207500', '101345.667500', '101346.127500', '101346.587500', '101347.047500', '101347.507500', '101347.967500', '101348.427500', '101348.887500', '101349.347500', '101349.807500', '101350.267500', '101350.727500', '101351.187500', '101351.647500', '101352.107500', '101352.567500', '101353.027500', '101353.487500', '101353.947500', '101354.407500', '101354.867500', '101355.327500', '101355.787500', '101356.247500', '101356.707500', '101357.167500', '101357.627500', '101358.087500', '101358.547500', '101359.007500', '101359.467500', '101359.927500', '101400.387500', '101400.847500', '101401.307500', '101401.767500', '101402.227500', '101402.687500', '101403.147500', '101403.607500', '101404.067500', '101404.527500', '101404.987500', '101405.447500', '101405.907500', '101406.367500', '101406.827500', '101407.287500', '101407.747500', '101408.207500', '101408.667500', '101409.127500', '101409.587500', '101410.047500', '101410.507500', '101410.967500', '101411.427500', '101411.887500', '101412.347500', '101412.807500', '101413.267500', '101413.727500', '101414.187500', '101414.647500', '101415.107500', '101415.567500', '101416.027500', '101416.487500', '101416.947500', '101417.407500', '101417.867500', '101418.327500', '101418.787500', '101419.247500', '101419.707500', '101420.167500', '101420.627500', '101421.087500', '101421.547500', '101422.007500', '101422.467500', '101422.927500', '101423.387500', '101423.847500', '101424.307500', '101424.767500', '101425.227500', '101425.687500', '101426.147500', '101426.607500', '101427.067500', '101427.527500', '101427.987500', '101428.447500', '101428.907500', '101429.367500', '101429.827500', '101430.287500', '101430.747500', '101431.207500', '101431.667500', '101432.127500', '101432.587500', '101433.047500', '101433.507500', '101433.967500', '101434.427500', '101434.887500', '101435.347500', '101435.807500', '101436.267500', '101436.727500', '101437.187500', '101437.647500', '101438.107500', '101438.567500', '101439.027500', '101439.487500', '101439.947500', '101440.407500', '101440.867500', '101441.327500'], 'ContentTime': ['100817.943000', '100817.947000', '100817.950000', '100817.953000', '100817.956000', '100817.959000', '100817.962000', '100817.965000', '100817.968000', '100817.971000', '100817.973000', '100817.976000', '100817.979000', '100817.983000', '100817.995000', '100818.000000', '100818.003000', '100818.006000', '100818.009000', '100818.012000', '100818.015000', '100818.018000', '100818.021000', '100818.024000', '100818.027000', '100818.030000', '100818.033000', '100818.036000', '100818.039000', '100818.042000', '100818.045000', '100818.047000', '100818.050000', '100818.054000', '100818.056000', '100818.062000', '100837.909000', '100837.912000', '100837.915000', '100837.917000', '100837.920000', '100837.923000', '100837.926000', '100837.929000', '100837.931000', '100837.934000', '100837.937000', '100837.940000', '100837.942000', '100837.945000', '100837.948000', '100837.951000', '100837.953000', '100837.956000', '100837.965000', '100837.968000', '100837.970000', '100837.973000', '100837.978000', '100837.983000', '100837.985000', '100837.988000', '100837.991000', '100837.994000', '100837.996000', '100838.000000', '100838.003000', '100838.006000', '100838.009000', '100838.011000', '100838.014000', '100838.017000', '100838.020000', '100838.022000', '100838.025000', '100838.028000', '100838.031000', '100838.034000', '100838.036000', '100857.909000', '100857.912000', '100857.914000', '100857.917000', '100857.920000', '100857.923000', '100857.926000', '100857.929000', '100857.931000', '100857.934000', '100857.937000', '100857.940000', '100857.943000', '100857.945000', '100857.948000', '100857.951000', '100857.954000', '100857.956000', '100857.959000', '100857.962000', '100857.965000', '100857.968000', '100857.970000', '100857.973000', '100857.976000', '100857.979000', '100857.981000', '100857.984000', '100857.987000', '100857.990000', '100857.993000', '100857.995000', '100857.998000', '100858.002000', '100858.005000', '100858.008000', '100858.010000', '100858.013000', '100858.016000', '100858.019000', '100858.022000', '100858.024000', '100858.027000', '100858.030000', '100917.909000', '100917.912000', '100917.914000', '100917.917000', '100917.920000', '100917.923000', '100917.926000', '100917.929000', '100917.931000', '100917.935000', '100917.939000', '100917.941000', '100917.944000', '100917.947000', '100917.950000', '100917.952000', '100917.955000', '100917.958000', '100917.961000', '100917.964000', '100917.966000', '100917.969000', '100917.972000', '100917.975000', '100917.978000', '100917.980000', '100917.983000', '100917.986000', '100917.989000', '100917.992000', '100917.995000', '100917.997000', '100918.000000', '100918.005000', '100918.008000', '100918.011000', '100918.014000', '100918.016000', '100918.019000', '100918.022000', '100918.025000', '100918.028000', '100918.030000', '100937.909000', '100937.912000', '100937.915000', '100937.918000', '100937.920000', '100937.923000', '100937.926000', '100937.929000', '100937.932000', '100937.934000', '100937.937000', '100937.940000', '100937.943000', '100937.945000', '100937.948000', '100937.951000', '100937.955000', '100937.958000', '100937.961000', '100937.964000', '100937.967000', '100937.969000', '100937.972000', '100937.975000', '100937.978000', '100937.980000', '100937.983000', '100937.986000', '100937.989000', '100937.992000', '100937.994000', '100937.997000', '100938.001000', '100938.004000', '100938.007000', '100938.010000', '100938.012000', '100938.015000', '100938.018000', '100938.021000', '100938.024000', '100938.026000', '100938.029000', '100938.032000', '100957.909000', '100957.912000', '100957.915000', '100957.917000', '100957.920000', '100957.923000', '100957.926000', '100957.929000', '100957.931000', '100957.934000', '100957.937000', '100957.940000', '100957.943000', '100957.945000', '100957.948000', '100957.951000', '100957.954000', '100957.957000', '100957.959000', '100957.962000', '100957.965000', '100957.968000', '100957.971000', '100957.974000', '100957.976000', '100957.979000', '100957.982000', '100957.985000', '100957.988000', '100957.990000', '100957.993000', '100957.996000', '100958.000000', '100958.003000', '100958.006000', '100958.008000', '100958.011000', '100958.014000', '100958.017000', '100958.020000', '100958.024000', '100958.029000', '100958.032000', '101017.909000', '101017.912000', '101017.915000', '101017.917000', '101017.920000', '101017.923000', '101017.926000', '101017.929000', '101017.931000', '101017.934000', '101017.937000', '101017.940000', '101017.943000', '101017.945000', '101017.948000', '101017.951000', '101017.954000', '101017.957000', '101017.960000', '101017.962000', '101017.965000', '101017.968000', '101017.971000', '101017.974000', '101017.976000', '101017.979000', '101017.982000', '101017.985000', '101017.988000', '101017.991000', '101017.993000', '101017.996000', '101018.000000', '101018.003000', '101018.006000', '101018.008000', '101018.011000', '101018.014000', '101018.017000', '101018.020000', '101018.022000', '101018.025000', '101018.028000', '101018.031000', '101037.909000', '101037.912000', '101037.915000', '101037.918000', '101037.920000', '101037.923000', '101037.926000', '101037.929000', '101037.932000', '101037.934000', '101037.937000', '101037.940000', '101037.943000', '101037.946000', '101037.948000', '101037.951000', '101037.954000', '101037.957000', '101037.960000', '101037.963000', '101037.965000', '101037.968000', '101037.972000', '101037.976000', '101037.978000', '101037.981000', '101037.984000', '101037.987000', '101037.990000', '101037.993000', '101037.996000', '101037.998000', '101038.002000', '101038.005000', '101038.008000', '101038.011000', '101038.013000', '101038.016000', '101038.019000', '101038.022000', '101038.025000', '101038.028000', '101038.031000', '101057.909000', '101057.912000', '101057.915000', '101057.918000', '101057.920000', '101057.923000', '101057.926000', '101057.929000', '101057.932000', '101057.934000', '101057.938000', '101057.941000', '101057.944000', '101057.947000', '101057.950000', '101057.952000', '101057.955000', '101057.958000', '101057.961000', '101057.964000', '101057.966000', '101057.969000', '101057.972000', '101057.975000', '101057.978000', '101057.980000', '101057.983000', '101057.986000', '101057.989000', '101057.992000', '101057.995000', '101057.997000', '101058.001000', '101058.004000', '101058.007000', '101058.010000', '101058.012000', '101058.015000', '101058.018000', '101058.021000', '101058.024000', '101058.026000', '101058.029000', '101058.032000', '101117.909000', '101117.912000', '101117.915000', '101117.917000', '101117.920000', '101117.923000', '101117.926000', '101117.929000', '101117.931000', '101117.934000', '101117.937000', '101117.940000', '101117.943000', '101117.946000', '101117.948000', '101117.951000', '101117.954000', '101117.957000', '101117.960000', '101117.962000', '101117.965000', '101117.968000', '101117.971000', '101117.973000', '101117.976000', '101117.979000', '101117.992000', '101117.994000', '101117.997000', '101118.001000', '101118.004000', '101118.007000', '101118.009000', '101118.012000', '101118.015000', '101118.018000', '101118.021000', '101118.023000', '101118.026000', '101118.029000', '101118.032000', '101118.035000', '101118.038000', '101137.909000', '101137.912000', '101137.915000', '101137.917000', '101137.920000', '101137.923000', '101137.926000', '101137.929000', '101137.931000', '101137.934000', '101137.937000', '101137.940000', '101137.943000', '101137.946000', '101137.948000', '101137.951000', '101137.954000', '101137.957000', '101137.960000', '101137.962000', '101137.965000', '101137.968000', '101137.971000', '101137.974000', '101137.976000', '101137.979000', '101137.982000', '101137.985000', '101137.988000', '101137.991000', '101137.993000', '101137.996000', '101138.000000', '101138.003000', '101138.006000', '101138.008000', '101138.011000', '101138.014000', '101138.017000', '101138.020000', '101138.022000', '101138.025000', '101138.028000', '101138.031000', '101157.909000', '101157.912000', '101157.915000', '101157.918000', '101157.920000', '101157.923000', '101157.926000', '101157.929000', '101157.932000', '101157.934000', '101157.937000', '101157.940000', '101157.943000', '101157.946000', '101157.949000', '101157.951000', '101157.954000', '101157.957000', '101157.960000', '101157.963000', '101157.965000', '101157.968000', '101157.971000', '101157.974000', '101157.977000', '101157.980000', '101157.982000', '101157.985000', '101157.988000', '101157.991000', '101157.994000', '101157.996000', '101158.000000', '101158.003000', '101158.006000', '101158.009000', '101158.013000', '101158.016000', '101158.019000', '101158.022000', '101158.025000', '101158.028000', '101158.031000', '101217.909000', '101217.912000', '101217.915000', '101217.918000', '101217.920000', '101217.923000', '101217.926000', '101217.929000', '101217.932000', '101217.935000', '101217.938000', '101217.941000', '101217.943000', '101217.946000', '101217.949000', '101217.952000', '101217.955000', '101217.957000', '101217.960000', '101217.963000', '101217.966000', '101217.969000', '101217.971000', '101217.974000', '101217.977000', '101217.980000', '101217.983000', '101217.986000', '101217.989000', '101217.991000', '101217.994000', '101217.997000', '101218.001000', '101218.004000', '101218.007000', '101218.009000', '101218.012000', '101218.015000', '101218.018000', '101218.021000', '101218.023000', '101218.026000', '101218.029000', '101237.909000', '101237.912000', '101237.915000', '101237.918000', '101237.920000', '101237.923000', '101237.926000', '101237.929000', '101237.932000', '101237.934000', '101237.937000', '101237.940000', '101237.943000', '101237.946000', '101237.949000', '101237.951000', '101237.954000', '101237.957000', '101237.960000', '101237.963000', '101237.966000', '101237.968000', '101237.971000', '101237.974000', '101237.977000', '101237.980000', '101237.983000', '101237.985000', '101237.988000', '101237.991000', '101237.994000', '101237.997000', '101238.001000', '101238.003000', '101238.006000', '101238.009000', '101238.012000', '101238.015000', '101238.018000', '101238.020000', '101238.023000', '101238.026000', '101238.029000', '101238.032000', '101257.909000', '101257.912000', '101257.915000', '101257.918000', '101257.920000', '101257.923000', '101257.926000', '101257.929000', '101257.942000', '101257.945000', '101257.948000', '101257.951000', '101257.954000', '101257.956000', '101257.959000', '101257.962000', '101257.965000', '101257.968000', '101257.971000', '101257.973000', '101257.976000', '101257.979000', '101257.982000', '101257.985000', '101257.988000', '101257.990000', '101257.993000', '101257.996000', '101258.000000', '101258.003000', '101258.005000', '101258.008000', '101258.011000', '101258.014000', '101258.017000', '101258.020000', '101258.022000', '101258.025000', '101258.028000', '101258.031000', '101258.034000', '101258.036000', '101258.039000', '101258.042000', '101317.909000', '101317.912000', '101317.915000', '101317.918000', '101317.921000', '101317.923000', '101317.926000', '101317.929000', '101317.932000', '101317.935000', '101317.937000', '101317.940000', '101317.943000', '101317.946000', '101317.949000', '101317.951000', '101317.954000', '101317.957000', '101317.960000', '101317.963000', '101317.965000', '101317.968000', '101317.971000', '101317.974000', '101317.977000', '101317.980000', '101317.982000', '101317.985000', '101317.988000', '101317.991000', '101317.994000', '101317.997000', '101318.000000', '101318.003000', '101318.006000', '101318.009000', '101318.012000', '101318.015000', '101318.017000', '101318.020000', '101318.023000', '101318.026000', '101318.029000', '101337.909000', '101337.912000', '101337.915000', '101337.917000', '101337.920000', '101337.923000', '101337.926000', '101337.929000', '101337.932000', '101337.934000', '101337.937000', '101337.940000', '101337.943000', '101337.946000', '101337.949000', '101337.951000', '101337.954000', '101337.957000', '101337.960000', '101337.962000', '101337.965000', '101337.968000', '101337.971000', '101337.974000', '101337.977000', '101337.980000', '101337.982000', '101337.985000', '101337.988000', '101337.991000', '101337.994000', '101337.996000', '101338.000000', '101338.003000', '101338.006000', '101338.009000', '101338.011000', '101338.016000', '101338.019000', '101338.022000', '101338.025000', '101338.028000', '101338.030000', '101338.033000', '101357.909000', '101357.912000', '101357.915000', '101357.918000', '101357.920000', '101357.923000', '101357.926000', '101357.929000', '101357.932000', '101357.934000', '101357.937000', '101357.940000', '101357.943000', '101357.946000', '101357.948000', '101357.951000', '101357.954000', '101357.957000', '101357.959000', '101357.962000', '101357.965000', '101357.968000', '101357.971000', '101357.974000', '101357.976000', '101357.979000', '101357.982000', '101357.985000', '101357.987000', '101357.990000', '101357.993000', '101357.996000', '101358.000000', '101358.003000', '101358.006000', '101358.008000', '101358.011000', '101358.014000', '101358.017000', '101358.020000', '101358.022000', '101358.025000', '101358.028000', '101417.909000', '101417.912000', '101417.915000', '101417.918000', '101417.920000', '101417.923000', '101417.926000', '101417.929000', '101417.932000', '101417.935000', '101417.937000', '101417.940000', '101417.943000', '101417.946000', '101417.949000', '101417.951000', '101417.954000', '101417.957000', '101417.960000', '101417.974000', '101417.977000', '101417.979000', '101417.982000', '101417.985000', '101417.988000', '101417.991000', '101417.994000', '101417.996000', '101418.000000', '101418.003000', '101418.006000', '101418.009000', '101418.011000', '101418.014000', '101418.017000', '101418.020000', '101418.023000', '101418.026000', '101418.028000', '101418.031000', '101418.034000', '101418.037000', '101418.040000', '101437.909000', '101437.912000', '101437.915000', '101437.918000', '101437.921000', '101437.923000', '101437.926000', '101437.929000', '101437.932000', '101437.935000', '101437.937000', '101437.940000', '101437.943000', '101437.946000', '101437.949000', '101437.951000', '101437.954000', '101437.957000', '101437.960000', '101437.963000', '101437.966000', '101437.968000', '101437.971000', '101437.974000', '101437.977000', '101437.980000', '101437.983000', '101437.985000', '101437.988000', '101437.991000', '101437.994000', '101437.997000', '101438.000000', '101438.003000', '101438.006000', '101438.009000', '101438.012000', '101438.015000', '101438.017000', '101438.020000', '101438.023000', '101438.026000', '101438.029000', '101438.031000', '101442.348000', '101442.352000', '101442.355000', '101442.358000', '101442.361000', '101442.364000', '101442.368000', '101442.371000', '101442.374000', '101442.377000'], 'InstanceCreationTime': ['100817.943000', '100817.947000', '100817.950000', '100817.953000', '100817.956000', '100817.959000', '100817.962000', '100817.965000', '100817.968000', '100817.971000', '100817.973000', '100817.976000', '100817.979000', '100817.983000', '100817.995000', '100818.000000', '100818.003000', '100818.006000', '100818.009000', '100818.012000', '100818.015000', '100818.018000', '100818.021000', '100818.024000', '100818.027000', '100818.030000', '100818.033000', '100818.036000', '100818.039000', '100818.042000', '100818.045000', '100818.047000', '100818.050000', '100818.054000', '100818.056000', '100818.062000', '100837.909000', '100837.912000', '100837.915000', '100837.917000', '100837.920000', '100837.923000', '100837.926000', '100837.929000', '100837.931000', '100837.934000', '100837.937000', '100837.940000', '100837.942000', '100837.945000', '100837.948000', '100837.951000', '100837.953000', '100837.956000', '100837.965000', '100837.968000', '100837.970000', '100837.973000', '100837.978000', '100837.983000', '100837.985000', '100837.988000', '100837.991000', '100837.994000', '100837.996000', '100838.000000', '100838.003000', '100838.006000', '100838.009000', '100838.011000', '100838.014000', '100838.017000', '100838.020000', '100838.022000', '100838.025000', '100838.028000', '100838.031000', '100838.034000', '100838.036000', '100857.909000', '100857.912000', '100857.914000', '100857.917000', '100857.920000', '100857.923000', '100857.926000', '100857.929000', '100857.931000', '100857.934000', '100857.937000', '100857.940000', '100857.943000', '100857.945000', '100857.948000', '100857.951000', '100857.954000', '100857.956000', '100857.959000', '100857.962000', '100857.965000', '100857.968000', '100857.970000', '100857.973000', '100857.976000', '100857.979000', '100857.981000', '100857.984000', '100857.987000', '100857.990000', '100857.993000', '100857.995000', '100857.998000', '100858.002000', '100858.005000', '100858.008000', '100858.010000', '100858.013000', '100858.016000', '100858.019000', '100858.022000', '100858.024000', '100858.027000', '100858.030000', '100917.909000', '100917.912000', '100917.914000', '100917.917000', '100917.920000', '100917.923000', '100917.926000', '100917.929000', '100917.931000', '100917.935000', '100917.939000', '100917.941000', '100917.944000', '100917.947000', '100917.950000', '100917.952000', '100917.955000', '100917.958000', '100917.961000', '100917.964000', '100917.966000', '100917.969000', '100917.972000', '100917.975000', '100917.978000', '100917.980000', '100917.983000', '100917.986000', '100917.989000', '100917.992000', '100917.995000', '100917.997000', '100918.000000', '100918.005000', '100918.008000', '100918.011000', '100918.014000', '100918.016000', '100918.019000', '100918.022000', '100918.025000', '100918.028000', '100918.030000', '100937.909000', '100937.912000', '100937.915000', '100937.918000', '100937.920000', '100937.923000', '100937.926000', '100937.929000', '100937.932000', '100937.934000', '100937.937000', '100937.940000', '100937.943000', '100937.945000', '100937.948000', '100937.951000', '100937.955000', '100937.958000', '100937.961000', '100937.964000', '100937.967000', '100937.969000', '100937.972000', '100937.975000', '100937.978000', '100937.980000', '100937.983000', '100937.986000', '100937.989000', '100937.992000', '100937.994000', '100937.997000', '100938.001000', '100938.004000', '100938.007000', '100938.010000', '100938.012000', '100938.015000', '100938.018000', '100938.021000', '100938.024000', '100938.026000', '100938.029000', '100938.032000', '100957.909000', '100957.912000', '100957.915000', '100957.917000', '100957.920000', '100957.923000', '100957.926000', '100957.929000', '100957.931000', '100957.934000', '100957.937000', '100957.940000', '100957.943000', '100957.945000', '100957.948000', '100957.951000', '100957.954000', '100957.957000', '100957.959000', '100957.962000', '100957.965000', '100957.968000', '100957.971000', '100957.974000', '100957.976000', '100957.979000', '100957.982000', '100957.985000', '100957.988000', '100957.990000', '100957.993000', '100957.996000', '100958.000000', '100958.003000', '100958.006000', '100958.008000', '100958.011000', '100958.014000', '100958.017000', '100958.020000', '100958.024000', '100958.029000', '100958.032000', '101017.909000', '101017.912000', '101017.915000', '101017.917000', '101017.920000', '101017.923000', '101017.926000', '101017.929000', '101017.931000', '101017.934000', '101017.937000', '101017.940000', '101017.943000', '101017.945000', '101017.948000', '101017.951000', '101017.954000', '101017.957000', '101017.960000', '101017.962000', '101017.965000', '101017.968000', '101017.971000', '101017.974000', '101017.976000', '101017.979000', '101017.982000', '101017.985000', '101017.988000', '101017.991000', '101017.993000', '101017.996000', '101018.000000', '101018.003000', '101018.006000', '101018.008000', '101018.011000', '101018.014000', '101018.017000', '101018.020000', '101018.022000', '101018.025000', '101018.028000', '101018.031000', '101037.909000', '101037.912000', '101037.915000', '101037.918000', '101037.920000', '101037.923000', '101037.926000', '101037.929000', '101037.932000', '101037.934000', '101037.937000', '101037.940000', '101037.943000', '101037.946000', '101037.948000', '101037.951000', '101037.954000', '101037.957000', '101037.960000', '101037.963000', '101037.965000', '101037.968000', '101037.972000', '101037.976000', '101037.978000', '101037.981000', '101037.984000', '101037.987000', '101037.990000', '101037.993000', '101037.996000', '101037.998000', '101038.002000', '101038.005000', '101038.008000', '101038.011000', '101038.013000', '101038.016000', '101038.019000', '101038.022000', '101038.025000', '101038.028000', '101038.031000', '101057.909000', '101057.912000', '101057.915000', '101057.918000', '101057.920000', '101057.923000', '101057.926000', '101057.929000', '101057.932000', '101057.934000', '101057.938000', '101057.941000', '101057.944000', '101057.947000', '101057.950000', '101057.952000', '101057.955000', '101057.958000', '101057.961000', '101057.964000', '101057.966000', '101057.969000', '101057.972000', '101057.975000', '101057.978000', '101057.980000', '101057.983000', '101057.986000', '101057.989000', '101057.992000', '101057.995000', '101057.997000', '101058.001000', '101058.004000', '101058.007000', '101058.010000', '101058.012000', '101058.015000', '101058.018000', '101058.021000', '101058.024000', '101058.026000', '101058.029000', '101058.032000', '101117.909000', '101117.912000', '101117.915000', '101117.917000', '101117.920000', '101117.923000', '101117.926000', '101117.929000', '101117.931000', '101117.934000', '101117.937000', '101117.940000', '101117.943000', '101117.946000', '101117.948000', '101117.951000', '101117.954000', '101117.957000', '101117.960000', '101117.962000', '101117.965000', '101117.968000', '101117.971000', '101117.973000', '101117.976000', '101117.979000', '101117.992000', '101117.994000', '101117.997000', '101118.001000', '101118.004000', '101118.007000', '101118.009000', '101118.012000', '101118.015000', '101118.018000', '101118.021000', '101118.023000', '101118.026000', '101118.029000', '101118.032000', '101118.035000', '101118.038000', '101137.909000', '101137.912000', '101137.915000', '101137.917000', '101137.920000', '101137.923000', '101137.926000', '101137.929000', '101137.931000', '101137.934000', '101137.937000', '101137.940000', '101137.943000', '101137.946000', '101137.948000', '101137.951000', '101137.954000', '101137.957000', '101137.960000', '101137.962000', '101137.965000', '101137.968000', '101137.971000', '101137.974000', '101137.976000', '101137.979000', '101137.982000', '101137.985000', '101137.988000', '101137.991000', '101137.993000', '101137.996000', '101138.000000', '101138.003000', '101138.006000', '101138.008000', '101138.011000', '101138.014000', '101138.017000', '101138.020000', '101138.022000', '101138.025000', '101138.028000', '101138.031000', '101157.909000', '101157.912000', '101157.915000', '101157.918000', '101157.920000', '101157.923000', '101157.926000', '101157.929000', '101157.932000', '101157.934000', '101157.937000', '101157.940000', '101157.943000', '101157.946000', '101157.949000', '101157.951000', '101157.954000', '101157.957000', '101157.960000', '101157.963000', '101157.965000', '101157.968000', '101157.971000', '101157.974000', '101157.977000', '101157.980000', '101157.982000', '101157.985000', '101157.988000', '101157.991000', '101157.994000', '101157.996000', '101158.000000', '101158.003000', '101158.006000', '101158.009000', '101158.013000', '101158.016000', '101158.019000', '101158.022000', '101158.025000', '101158.028000', '101158.031000', '101217.909000', '101217.912000', '101217.915000', '101217.918000', '101217.920000', '101217.923000', '101217.926000', '101217.929000', '101217.932000', '101217.935000', '101217.938000', '101217.941000', '101217.943000', '101217.946000', '101217.949000', '101217.952000', '101217.955000', '101217.957000', '101217.960000', '101217.963000', '101217.966000', '101217.969000', '101217.971000', '101217.974000', '101217.977000', '101217.980000', '101217.983000', '101217.986000', '101217.989000', '101217.991000', '101217.994000', '101217.997000', '101218.001000', '101218.004000', '101218.007000', '101218.009000', '101218.012000', '101218.015000', '101218.018000', '101218.021000', '101218.023000', '101218.026000', '101218.029000', '101237.909000', '101237.912000', '101237.915000', '101237.918000', '101237.920000', '101237.923000', '101237.926000', '101237.929000', '101237.932000', '101237.934000', '101237.937000', '101237.940000', '101237.943000', '101237.946000', '101237.949000', '101237.951000', '101237.954000', '101237.957000', '101237.960000', '101237.963000', '101237.966000', '101237.968000', '101237.971000', '101237.974000', '101237.977000', '101237.980000', '101237.983000', '101237.985000', '101237.988000', '101237.991000', '101237.994000', '101237.997000', '101238.001000', '101238.003000', '101238.006000', '101238.009000', '101238.012000', '101238.015000', '101238.018000', '101238.020000', '101238.023000', '101238.026000', '101238.029000', '101238.032000', '101257.909000', '101257.912000', '101257.915000', '101257.918000', '101257.920000', '101257.923000', '101257.926000', '101257.929000', '101257.942000', '101257.945000', '101257.948000', '101257.951000', '101257.954000', '101257.956000', '101257.959000', '101257.962000', '101257.965000', '101257.968000', '101257.971000', '101257.973000', '101257.976000', '101257.979000', '101257.982000', '101257.985000', '101257.988000', '101257.990000', '101257.993000', '101257.996000', '101258.000000', '101258.003000', '101258.005000', '101258.008000', '101258.011000', '101258.014000', '101258.017000', '101258.020000', '101258.022000', '101258.025000', '101258.028000', '101258.031000', '101258.034000', '101258.036000', '101258.039000', '101258.042000', '101317.909000', '101317.912000', '101317.915000', '101317.918000', '101317.921000', '101317.923000', '101317.926000', '101317.929000', '101317.932000', '101317.935000', '101317.937000', '101317.940000', '101317.943000', '101317.946000', '101317.949000', '101317.951000', '101317.954000', '101317.957000', '101317.960000', '101317.963000', '101317.965000', '101317.968000', '101317.971000', '101317.974000', '101317.977000', '101317.980000', '101317.982000', '101317.985000', '101317.988000', '101317.991000', '101317.994000', '101317.997000', '101318.000000', '101318.003000', '101318.006000', '101318.009000', '101318.012000', '101318.015000', '101318.017000', '101318.020000', '101318.023000', '101318.026000', '101318.029000', '101337.909000', '101337.912000', '101337.915000', '101337.917000', '101337.920000', '101337.923000', '101337.926000', '101337.929000', '101337.932000', '101337.934000', '101337.937000', '101337.940000', '101337.943000', '101337.946000', '101337.949000', '101337.951000', '101337.954000', '101337.957000', '101337.960000', '101337.962000', '101337.965000', '101337.968000', '101337.971000', '101337.974000', '101337.977000', '101337.980000', '101337.982000', '101337.985000', '101337.988000', '101337.991000', '101337.994000', '101337.996000', '101338.000000', '101338.003000', '101338.006000', '101338.009000', '101338.011000', '101338.016000', '101338.019000', '101338.022000', '101338.025000', '101338.028000', '101338.030000', '101338.033000', '101357.909000', '101357.912000', '101357.915000', '101357.918000', '101357.920000', '101357.923000', '101357.926000', '101357.929000', '101357.932000', '101357.934000', '101357.937000', '101357.940000', '101357.943000', '101357.946000', '101357.948000', '101357.951000', '101357.954000', '101357.957000', '101357.959000', '101357.962000', '101357.965000', '101357.968000', '101357.971000', '101357.974000', '101357.976000', '101357.979000', '101357.982000', '101357.985000', '101357.987000', '101357.990000', '101357.993000', '101357.996000', '101358.000000', '101358.003000', '101358.006000', '101358.008000', '101358.011000', '101358.014000', '101358.017000', '101358.020000', '101358.022000', '101358.025000', '101358.028000', '101417.909000', '101417.912000', '101417.915000', '101417.918000', '101417.920000', '101417.923000', '101417.926000', '101417.929000', '101417.932000', '101417.935000', '101417.937000', '101417.940000', '101417.943000', '101417.946000', '101417.949000', '101417.951000', '101417.954000', '101417.957000', '101417.960000', '101417.974000', '101417.977000', '101417.979000', '101417.982000', '101417.985000', '101417.988000', '101417.991000', '101417.994000', '101417.996000', '101418.000000', '101418.003000', '101418.006000', '101418.009000', '101418.011000', '101418.014000', '101418.017000', '101418.020000', '101418.023000', '101418.026000', '101418.028000', '101418.031000', '101418.034000', '101418.037000', '101418.040000', '101437.909000', '101437.912000', '101437.915000', '101437.918000', '101437.921000', '101437.923000', '101437.926000', '101437.929000', '101437.932000', '101437.935000', '101437.937000', '101437.940000', '101437.943000', '101437.946000', '101437.949000', '101437.951000', '101437.954000', '101437.957000', '101437.960000', '101437.963000', '101437.966000', '101437.968000', '101437.971000', '101437.974000', '101437.977000', '101437.980000', '101437.983000', '101437.985000', '101437.988000', '101437.991000', '101437.994000', '101437.997000', '101438.000000', '101438.003000', '101438.006000', '101438.009000', '101438.012000', '101438.015000', '101438.017000', '101438.020000', '101438.023000', '101438.026000', '101438.029000', '101438.031000', '101442.348000', '101442.352000', '101442.355000', '101442.358000', '101442.361000', '101442.364000', '101442.368000', '101442.371000', '101442.374000', '101442.377000'], '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': [9738, 7781, 11436, 7971, 11287, 8873, 7717, 9455, 8206, 10440, 7627, 7969, 7384, 7354, 7719, 8174, 7884, 10486, 8509, 11008, 8944, 9581, 8858, 7774, 8642, 7400, 8790, 7520, 9016, 7718, 9594, 8065, 10005, 7997, 7652, 7536, 7697, 7366, 7091, 7483, 7856, 7785, 7483, 9531, 7679, 11214, 8052, 7456, 8257, 7989, 10708, 7976, 10947, 8105, 11212, 8823, 8168, 8569, 7534, 9692, 8074, 11256, 9421, 7589, 8505, 7599, 7361, 7359, 7936, 9951, 8027, 10549, 7994, 10824, 8527, 8378, 8723, 7492, 9525, 7702, 9933, 8209, 11223, 8900, 7603, 7853, 8028, 7221, 7284, 7877, 8964, 8197, 7193, 9996, 7594, 10716, 8498, 11112, 7992, 9683, 8043, 7334, 9244, 7574, 9906, 7747, 10339, 7938, 7266, 7177, 7799, 9674, 8026, 7408, 8442, 7918, 9806, 8337, 7653, 9487, 7810, 10524, 7844, 10741, 7886, 10530, 8189, 10537, 8152, 7311, 8326, 7461, 9865, 7980, 7092, 7310, 7674, 7597, 7987, 7332, 8126, 7199, 8334, 7196, 9303, 7594, 10331, 7600, 10935, 8182, 10397, 9800, 7654, 9553, 8076, 7168, 7364, 7748, 7467, 8172, 7422, 9163, 7572, 10386, 8387, 7369, 9522, 7471, 10477, 8708, 11640, 7792, 7053, 7610, 7637, 9544, 8106, 7118, 8352, 7648, 10622, 8151, 7442, 10044, 8015, 7422, 9195, 7872, 9171, 8523, 7366, 10275, 7780, 10765, 8936, 7544, 10876, 8053, 7685, 7278, 7905, 9785, 8017, 7416, 9067, 7793, 10747, 7774, 9794, 8409, 7511, 9772, 8025, 7419, 7239, 7994, 10103, 7864, 7486, 7710, 7919, 7225, 7819, 7183, 8321, 7372, 9934, 7393, 9463, 7531, 9439, 7955, 10179, 9188, 7532, 10045, 7258, 7297, 7695, 7414, 7550, 7511, 7510, 8738, 7456, 9651, 7679, 10181, 8383, 10958, 8092, 11217, 8380, 11972, 9137, 8920, 9583, 7430, 9924, 7591, 7533, 9471, 8213, 7355, 9733, 7922, 8379, 8605, 7630, 9792, 7905, 7011, 7646, 7611, 8377, 9269, 7603, 6952, 7362, 7579, 7084, 7621, 7157, 10445, 8069, 7429, 8425, 8635, 7196, 11087, 10672, 7965, 11568, 9406, 7452, 10394, 7731, 7415, 8784, 7704, 10669, 7668, 7159, 9376, 7915, 7127, 8123, 7645, 6884, 7003, 7541, 8828, 7844, 6978, 9246, 7285, 10737, 8998, 9327, 10546, 7630, 11432, 7813, 6918, 9097, 7605, 10444, 7772, 8722, 8248, 7405, 10215, 7937, 7164, 9258, 7237, 7155, 7519, 7300, 10222, 7367, 10790, 7868, 11979, 9246, 7209, 9857, 7422, 10539, 7780, 7800, 9289, 7204, 10323, 7485, 9244, 8847, 7070, 10078, 7496, 7765, 9278, 7419, 9766, 7217, 6879, 9565, 7402, 7189, 8284, 6923, 10117, 7338, 8970, 8379, 7001, 10498, 8061, 9490, 8194, 7364, 10625, 8340, 6977, 9938, 7539, 10327, 7632, 7671, 8481, 7029, 9594, 7488, 10597, 7757, 7924, 8212, 7045, 8855, 7534, 7780, 7511, 10737, 7407, 9825, 7685, 10394, 7970, 7980, 8108, 7464, 8304, 7769, 7424, 7156, 7483, 8860, 7589, 9749, 7762, 8974, 9486, 7697, 10504, 7887, 7311, 8917, 7733, 10305, 8620, 7779, 8869, 7371, 10476, 7704, 7467, 7909, 7731, 10361, 8672, 7549, 10683, 7807, 7394, 7698, 7271, 7650, 7963, 7093, 8773, 7320, 10397, 7876, 7156, 8075, 7292, 10360, 7510, 7799, 7838, 7285, 8153, 7201, 8976, 7393, 9145, 7575, 7445, 8434, 7449, 9875, 7590, 7631, 8320, 7326, 8299, 7314, 7339, 8794, 7322, 8304, 7132, 7619, 8260, 7222, 7688, 8056, 7397, 8619, 7335, 10021, 8488, 7583, 9420, 7121, 10907, 8816, 11499, 7874, 10976, 7903, 10038, 7843, 7464, 8027, 8049, 7658, 7626, 7260, 7569, 7347, 7385, 7826, 7377, 7528, 9116, 7560, 10519, 7695, 9818, 7626, 10160, 7155, 11167, 7212, 11282, 7482, 10636, 7970, 8605, 7668, 7383, 7807, 7228, 8606, 7307, 7629, 7660, 6989, 8726, 7000, 10027, 8376, 8859, 8210, 7467, 8640, 7249, 9200, 7391, 9807, 8350, 7486, 8737, 7411, 7601, 7343, 7261, 7827, 7144, 7760, 8185, 7381, 10116, 7378, 11302, 9338, 9104, 9862, 7192, 11497, 8417, 7465, 9349, 7389, 11410, 8702, 8554, 9252, 7371, 10239, 7726, 7267, 8706, 7330, 9589, 7437, 8651, 8425, 7558, 9652, 7547, 7871, 7683, 7549, 7706, 7110, 7257, 8397, 7323, 9825, 8059, 8335, 8965, 7213, 11055, 8275, 7453, 9316, 7497, 7634, 9121, 7550, 9610, 8075, 7880, 10458, 7419, 7441, 9674, 7732, 7470, 9906, 8684, 7180, 9937, 7503, 8484, 8419, 7403, 10812, 7536, 7445, 9694, 8067, 7359, 9702, 8094, 7533, 8661, 7474, 10190, 7831, 9144, 8524, 7509, 9561, 7920, 7679, 8312, 7316, 9232, 7644, 10702, 8203, 7279, 8727, 7692, 9134, 7970, 7373, 9407, 7865, 7813, 8191, 7303, 9093, 7298, 8924, 7238, 9345, 7669, 9478, 7892, 9335, 8005, 7336, 7764, 7468, 9077, 7723, 7482, 8077, 7233, 9037, 7631, 9559, 7908, 10143, 7999, 7450, 8093, 7478, 9477, 7863, 7450, 7724, 7593, 9230, 7924, 9749, 7867, 7268, 8274, 7585, 9517, 7811, 7427, 8771, 7853, 9121, 8711, 7641, 7900, 7822, 7547, 7734, 7805, 7379, 8822, 7502, 9183, 7610, 10683, 7649, 11589, 7672, 11230, 8783, 8985, 8430, 7296, 8829, 7754, 9452, 7765, 7789, 7381, 7229, 8150, 7822, 7685, 8133, 7486, 8419, 7521, 7693, 9371, 7420, 9906, 7521, 9746, 8013, 11245, 7906, 7484, 7835, 7624, 9577, 7691, 9898, 7951, 7594, 8277, 7238, 9295, 7796, 10086, 7681, 7766, 8494, 8135, 8093, 8619, 7512, 10578, 7668, 11811, 8844, 9739, 10086, 7586, 9666, 7513, 10403, 7880, 7433, 8173, 7397, 9205, 7741, 7522, 8434, 7749, 8116, 9894, 8576, 7905, 8399, 7917, 7681, 8025, 7364, 8623, 8315, 7414, 9398, 7217, 11438, 8423, 11571, 9490, 9475, 9204, 7601, 9199, 7140, 8789, 7358, 9161, 7448, 9029, 7670, 7715, 7758, 7211, 7391, 7491, 8026, 7537, 8619, 7577, 7736, 7803, 7489, 9050, 7313, 9678, 7315, 10091, 7360, 10369, 7716, 8277, 7825, 7535, 7716, 7402, 8164, 7541, 8164, 7970, 7828, 8878, 7448, 10345, 8317, 8151, 8953, 7637, 10353, 8038, 8354, 8832, 7830, 9204, 7767, 10647, 7740, 8061, 8194, 7426], 'WindowCenter': [4110.0, 4063.0, 4090.0, 4033.0, 4060.0, 4026.0, 4015.0, 4034.0, 4014.0, 4045.0, 4003.0, 4016.0, 4013.0, 4015.0, 4027.0, 4041.0, 4031.0, 4065.0, 4039.0, 4048.0, 4037.0, 4035.0, 4025.0, 4005.0, 4013.0, 3990.0, 4013.0, 4000.0, 4010.0, 4007.0, 4021.0, 4011.0, 4040.0, 4018.0, 4002.0, 4018.0, 4013.0, 4016.0, 4014.0, 4023.0, 4034.0, 4031.0, 4029.0, 4062.0, 4030.0, 4073.0, 4036.0, 4024.0, 4025.0, 4027.0, 4046.0, 4027.0, 4052.0, 4015.0, 4044.0, 4025.0, 4018.0, 4031.0, 4013.0, 4035.0, 4014.0, 4043.0, 4022.0, 4010.0, 4028.0, 4013.0, 4021.0, 4014.0, 4026.0, 4052.0, 4027.0, 4047.0, 4016.0, 4045.0, 4032.0, 4012.0, 4023.0, 4001.0, 4022.0, 4001.0, 4035.0, 4014.0, 4045.0, 4023.0, 4012.0, 4011.0, 4020.0, 4015.0, 4015.0, 4028.0, 4038.0, 4039.0, 4025.0, 4049.0, 4028.0, 4060.0, 4035.0, 4045.0, 4015.0, 4021.0, 4014.0, 4008.0, 4023.0, 4002.0, 4034.0, 4005.0, 4031.0, 4013.0, 4002.0, 4001.0, 4012.0, 4038.0, 4014.0, 4016.0, 4025.0, 4027.0, 4053.0, 4026.0, 4016.0, 4035.0, 4022.0, 4044.0, 4020.0, 4043.0, 4014.0, 4039.0, 4013.0, 4039.0, 4015.0, 4005.0, 4025.0, 4002.0, 4039.0, 4014.0, 4005.0, 4022.0, 4035.0, 4027.0, 4041.0, 4029.0, 4040.0, 4021.0, 4040.0, 4026.0, 4049.0, 4027.0, 4048.0, 4016.0, 4046.0, 4027.0, 4047.0, 4046.0, 4021.0, 4036.0, 4026.0, 4011.0, 4016.0, 4028.0, 4019.0, 4040.0, 4027.0, 4049.0, 4037.0, 4060.0, 4042.0, 4036.0, 4049.0, 4020.0, 4063.0, 4040.0, 4065.0, 4022.0, 4005.0, 4017.0, 4015.0, 4035.0, 4025.0, 4005.0, 4025.0, 4015.0, 4046.0, 4027.0, 4016.0, 4059.0, 4036.0, 4017.0, 4036.0, 4026.0, 4036.0, 4027.0, 4015.0, 4046.0, 4022.0, 4045.0, 4037.0, 4015.0, 4048.0, 4019.0, 4014.0, 4002.0, 4020.0, 4033.0, 4028.0, 4013.0, 4043.0, 4022.0, 4046.0, 4016.0, 4035.0, 4024.0, 4009.0, 4035.0, 4013.0, 4004.0, 4009.0, 4033.0, 4046.0, 4026.0, 4018.0, 4026.0, 4038.0, 4019.0, 4027.0, 4017.0, 4038.0, 4017.0, 4056.0, 4019.0, 4038.0, 4015.0, 4043.0, 4028.0, 4047.0, 4037.0, 4028.0, 4058.0, 4035.0, 4030.0, 4039.0, 4041.0, 4040.0, 4042.0, 4045.0, 4065.0, 4042.0, 4064.0, 4043.0, 4064.0, 4048.0, 4063.0, 4029.0, 4057.0, 4028.0, 4055.0, 4035.0, 4031.0, 4036.0, 4003.0, 4034.0, 4020.0, 4013.0, 4033.0, 4025.0, 4014.0, 4035.0, 4015.0, 4025.0, 4025.0, 4023.0, 4035.0, 4014.0, 4003.0, 4016.0, 4029.0, 4028.0, 4037.0, 4027.0, 4025.0, 4027.0, 4029.0, 4018.0, 4036.0, 4032.0, 4074.0, 4043.0, 4043.0, 4060.0, 4060.0, 4032.0, 4072.0, 4062.0, 4031.0, 4060.0, 4039.0, 4016.0, 4047.0, 4023.0, 4015.0, 4025.0, 4016.0, 4052.0, 4017.0, 4017.0, 4043.0, 4035.0, 4017.0, 4027.0, 4029.0, 4018.0, 4029.0, 4043.0, 4051.0, 4042.0, 4035.0, 4062.0, 4031.0, 4072.0, 4052.0, 4053.0, 4068.0, 4027.0, 4059.0, 4016.0, 4006.0, 4038.0, 4024.0, 4048.0, 4030.0, 4027.0, 4027.0, 4024.0, 4061.0, 4046.0, 4018.0, 4049.0, 4029.0, 4019.0, 4031.0, 4031.0, 4063.0, 4032.0, 4061.0, 4043.0, 4072.0, 4052.0, 4019.0, 4052.0, 4028.0, 4047.0, 4027.0, 4027.0, 4040.0, 4018.0, 4050.0, 4017.0, 4039.0, 4037.0, 4007.0, 4048.0, 4016.0, 4029.0, 4039.0, 4018.0, 4047.0, 4017.0, 4014.0, 4048.0, 4020.0, 4019.0, 4039.0, 4019.0, 4059.0, 4029.0, 4041.0, 4039.0, 4019.0, 4062.0, 4040.0, 4049.0, 4028.0, 4019.0, 4059.0, 4027.0, 4017.0, 4055.0, 4028.0, 4055.0, 4035.0, 4035.0, 4040.0, 4017.0, 4048.0, 4016.0, 4047.0, 4016.0, 4027.0, 4026.0, 4019.0, 4036.0, 4036.0, 4028.0, 4037.0, 4065.0, 4030.0, 4054.0, 4032.0, 4059.0, 4030.0, 4030.0, 4035.0, 4036.0, 4041.0, 4035.0, 4029.0, 4031.0, 4038.0, 4053.0, 4042.0, 4069.0, 4046.0, 4064.0, 4062.0, 4032.0, 4064.0, 4041.0, 4031.0, 4053.0, 4030.0, 4062.0, 4050.0, 4030.0, 4056.0, 4029.0, 4060.0, 4029.0, 4031.0, 4028.0, 4029.0, 4058.0, 4038.0, 4030.0, 4059.0, 4036.0, 4029.0, 4028.0, 4030.0, 4039.0, 4043.0, 4019.0, 4051.0, 4030.0, 4063.0, 4040.0, 4019.0, 4040.0, 4029.0, 4060.0, 4020.0, 4028.0, 4029.0, 4024.0, 4039.0, 4029.0, 4051.0, 4030.0, 4050.0, 4030.0, 4030.0, 4039.0, 4030.0, 4060.0, 4029.0, 4029.0, 4039.0, 4030.0, 4040.0, 4031.0, 4031.0, 4052.0, 4031.0, 4041.0, 4038.0, 4049.0, 4042.0, 4043.0, 4043.0, 4052.0, 4044.0, 4056.0, 4053.0, 4082.0, 4066.0, 4056.0, 4073.0, 4044.0, 4074.0, 4054.0, 4073.0, 4042.0, 4059.0, 4036.0, 4059.0, 4030.0, 4030.0, 4039.0, 4046.0, 4039.0, 4041.0, 4046.0, 4058.0, 4057.0, 4057.0, 4056.0, 4045.0, 4062.0, 4065.0, 4044.0, 4077.0, 4033.0, 4062.0, 4030.0, 4062.0, 4022.0, 4071.0, 4018.0, 4058.0, 4017.0, 4045.0, 4027.0, 4040.0, 4027.0, 4019.0, 4030.0, 4035.0, 4038.0, 4029.0, 4044.0, 4040.0, 4031.0, 4051.0, 4032.0, 4065.0, 4053.0, 4053.0, 4045.0, 4030.0, 4042.0, 4031.0, 4056.0, 4029.0, 4062.0, 4049.0, 4033.0, 4040.0, 4030.0, 4041.0, 4040.0, 4043.0, 4054.0, 4047.0, 4054.0, 4068.0, 4057.0, 4087.0, 4060.0, 4086.0, 4064.0, 4052.0, 4062.0, 4030.0, 4071.0, 4040.0, 4029.0, 4050.0, 4029.0, 4071.0, 4039.0, 4041.0, 4049.0, 4017.0, 4047.0, 4028.0, 4016.0, 4038.0, 4017.0, 4048.0, 4025.0, 4036.0, 4051.0, 4041.0, 4063.0, 4031.0, 4041.0, 4039.0, 4040.0, 4042.0, 4033.0, 4043.0, 4053.0, 4049.0, 4080.0, 4056.0, 4067.0, 4068.0, 4043.0, 4075.0, 4041.0, 4030.0, 4052.0, 4032.0, 4042.0, 4063.0, 4043.0, 4063.0, 4043.0, 4045.0, 4078.0, 4045.0, 4031.0, 4062.0, 4042.0, 4041.0, 4063.0, 4061.0, 4032.0, 4063.0, 4032.0, 4052.0, 4041.0, 4038.0, 4068.0, 4032.0, 4031.0, 4063.0, 4042.0, 4044.0, 4066.0, 4044.0, 4049.0, 4053.0, 4033.0, 4063.0, 4044.0, 4053.0, 4059.0, 4040.0, 4070.0, 4044.0, 4042.0, 4054.0, 4032.0, 4063.0, 4043.0, 4073.0, 4054.0, 4033.0, 4053.0, 4044.0, 4079.0, 4068.0, 4046.0, 4064.0, 4044.0, 4044.0, 4055.0, 4034.0, 4056.0, 4033.0, 4061.0, 4032.0, 4053.0, 4031.0, 4051.0, 4044.0, 4049.0, 4040.0, 4031.0, 4041.0, 4042.0, 4064.0, 4056.0, 4045.0, 4055.0, 4048.0, 4064.0, 4056.0, 4066.0, 4056.0, 4076.0, 4056.0, 4037.0, 4046.0, 4045.0, 4065.0, 4044.0, 4043.0, 4042.0, 4043.0, 4065.0, 4062.0, 4065.0, 4055.0, 4051.0, 4054.0, 4052.0, 4064.0, 4046.0, 4045.0, 4055.0, 4055.0, 4080.0, 4067.0, 4046.0, 4056.0, 4055.0, 4059.0, 4054.0, 4056.0, 4045.0, 4067.0, 4045.0, 4067.0, 4051.0, 4082.0, 4045.0, 4074.0, 4043.0, 4078.0, 4041.0, 4038.0, 4039.0, 4019.0, 4037.0, 4030.0, 4050.0, 4030.0, 4028.0, 4031.0, 4031.0, 4042.0, 4056.0, 4056.0, 4061.0, 4045.0, 4061.0, 4055.0, 4045.0, 4067.0, 4033.0, 4063.0, 4052.0, 4071.0, 4043.0, 4072.0, 4043.0, 4030.0, 4030.0, 4032.0, 4060.0, 4042.0, 4061.0, 4043.0, 4031.0, 4042.0, 4040.0, 4078.0, 4065.0, 4075.0, 4044.0, 4042.0, 4056.0, 4053.0, 4054.0, 4073.0, 4057.0, 4087.0, 4056.0, 4084.0, 4065.0, 4076.0, 4063.0, 4030.0, 4048.0, 4028.0, 4059.0, 4029.0, 4029.0, 4040.0, 4029.0, 4052.0, 4041.0, 4051.0, 4066.0, 4056.0, 4056.0, 4075.0, 4066.0, 4055.0, 4065.0, 4056.0, 4046.0, 4055.0, 4045.0, 4065.0, 4055.0, 4053.0, 4068.0, 4045.0, 4085.0, 4054.0, 4073.0, 4060.0, 4038.0, 4039.0, 4017.0, 4039.0, 4005.0, 4025.0, 4004.0, 4035.0, 4015.0, 4025.0, 4017.0, 4027.0, 4028.0, 4031.0, 4031.0, 4045.0, 4070.0, 4057.0, 4056.0, 4051.0, 4046.0, 4043.0, 4042.0, 4059.0, 4041.0, 4065.0, 4033.0, 4063.0, 4034.0, 4076.0, 4045.0, 4042.0, 4032.0, 4040.0, 4043.0, 4032.0, 4054.0, 4056.0, 4055.0, 4056.0, 4056.0, 4067.0, 4058.0, 4109.0, 4071.0, 4064.0, 4074.0, 4044.0, 4064.0, 4055.0, 4055.0, 4054.0, 4046.0, 4068.0, 4047.0, 4080.0, 4044.0, 4043.0, 4053.0, 4043.0], 'WindowWidth': [9161.0, 9079.0, 9102.0, 9014.0, 9043.0, 8992.0, 8973.0, 8997.0, 8969.0, 9010.0, 8953.0, 8973.0, 8969.0, 8973.0, 8993.0, 9014.0, 9003.0, 9048.0, 9010.0, 9020.0, 9004.0, 8996.0, 8983.0, 8954.0, 8963.0, 8929.0, 8962.0, 8942.0, 8956.0, 8957.0, 8972.0, 8962.0, 9009.0, 8975.0, 8948.0, 8974.0, 8967.0, 8973.0, 8970.0, 8991.0, 9006.0, 9003.0, 8999.0, 9047.0, 9002.0, 9061.0, 9013.0, 8992.0, 8985.0, 8990.0, 9015.0, 8989.0, 9026.0, 8972.0, 9009.0, 8984.0, 8975.0, 8997.0, 8965.0, 8995.0, 8966.0, 9005.0, 8975.0, 8964.0, 8987.0, 8966.0, 8982.0, 8970.0, 8989.0, 9026.0, 8991.0, 9016.0, 8973.0, 9011.0, 8999.0, 8964.0, 8979.0, 8946.0, 8975.0, 8946.0, 8994.0, 8967.0, 9010.0, 8980.0, 8964.0, 8960.0, 8981.0, 8971.0, 8973.0, 8995.0, 9008.0, 9012.0, 8995.0, 9024.0, 8993.0, 9040.0, 9007.0, 9012.0, 8971.0, 8973.0, 8966.0, 8960.0, 8977.0, 8949.0, 8994.0, 8956.0, 8988.0, 8966.0, 8949.0, 8948.0, 8964.0, 9002.0, 8970.0, 8973.0, 8986.0, 8990.0, 9029.0, 8988.0, 8974.0, 8998.0, 8984.0, 9008.0, 8981.0, 9005.0, 8968.0, 9003.0, 8965.0, 9002.0, 8968.0, 8955.0, 8986.0, 8952.0, 9005.0, 8969.0, 8959.0, 8988.0, 9009.0, 8994.0, 9018.0, 8999.0, 9017.0, 8990.0, 9014.0, 8998.0, 9025.0, 8993.0, 9020.0, 8977.0, 9016.0, 8992.0, 9018.0, 9016.0, 8985.0, 9001.0, 8989.0, 8970.0, 8975.0, 8994.0, 8984.0, 9012.0, 8993.0, 9025.0, 9016.0, 9040.0, 9019.0, 9011.0, 9025.0, 8985.0, 9046.0, 9013.0, 9048.0, 8988.0, 8960.0, 8976.0, 8974.0, 8998.0, 8987.0, 8961.0, 8986.0, 8974.0, 9015.0, 8991.0, 8976.0, 9038.0, 9013.0, 8980.0, 9001.0, 8989.0, 8999.0, 8991.0, 8971.0, 9014.0, 8987.0, 9012.0, 9003.0, 8971.0, 9020.0, 8980.0, 8970.0, 8950.0, 8981.0, 8993.0, 8992.0, 8968.0, 9014.0, 8985.0, 9014.0, 8974.0, 8999.0, 8982.0, 8964.0, 8996.0, 8966.0, 8956.0, 8966.0, 9003.0, 9015.0, 8989.0, 8981.0, 8992.0, 9010.0, 8983.0, 8995.0, 8980.0, 9009.0, 8981.0, 9040.0, 8983.0, 9007.0, 8974.0, 9016.0, 8993.0, 9018.0, 9005.0, 8996.0, 9036.0, 9010.0, 9003.0, 9015.0, 9022.0, 9019.0, 9023.0, 9028.0, 9057.0, 9023.0, 9055.0, 9023.0, 9054.0, 9032.0, 9048.0, 8998.0, 9033.0, 8993.0, 9027.0, 8999.0, 8996.0, 9001.0, 8954.0, 8995.0, 8980.0, 8967.0, 8994.0, 8985.0, 8968.0, 8998.0, 8973.0, 8986.0, 8985.0, 8987.0, 8997.0, 8969.0, 8954.0, 8974.0, 8997.0, 8994.0, 9006.0, 8991.0, 8994.0, 8994.0, 8999.0, 8982.0, 9012.0, 9006.0, 9065.0, 9022.0, 9023.0, 9051.0, 9050.0, 9009.0, 9060.0, 9048.0, 9003.0, 9039.0, 9010.0, 8974.0, 9016.0, 8988.0, 8971.0, 8985.0, 8975.0, 9027.0, 8977.0, 8978.0, 9017.0, 9008.0, 8978.0, 8993.0, 8998.0, 8983.0, 9001.0, 9023.0, 9032.0, 9023.0, 9013.0, 9047.0, 9006.0, 9060.0, 9034.0, 9035.0, 9057.0, 8993.0, 9035.0, 8976.0, 8961.0, 9006.0, 8994.0, 9020.0, 8999.0, 8991.0, 8991.0, 8994.0, 9042.0, 9025.0, 8983.0, 9023.0, 8998.0, 8985.0, 9004.0, 9006.0, 9049.0, 9006.0, 9044.0, 9021.0, 9062.0, 9034.0, 8985.0, 9031.0, 8997.0, 9018.0, 8993.0, 8991.0, 9011.0, 8980.0, 9024.0, 8979.0, 9007.0, 9004.0, 8964.0, 9020.0, 8976.0, 8996.0, 9009.0, 8982.0, 9019.0, 8978.0, 8981.0, 9022.0, 8987.0, 8983.0, 9011.0, 8985.0, 9038.0, 8999.0, 9015.0, 9013.0, 8987.0, 9046.0, 9014.0, 9024.0, 8994.0, 8984.0, 9035.0, 8994.0, 8980.0, 9035.0, 8996.0, 9035.0, 9009.0, 9009.0, 9013.0, 8977.0, 9020.0, 8976.0, 9017.0, 8977.0, 8990.0, 8990.0, 8982.0, 9002.0, 9011.0, 8994.0, 9015.0, 9051.0, 9003.0, 9035.0, 9004.0, 9038.0, 9001.0, 8999.0, 9009.0, 9013.0, 9015.0, 9012.0, 9000.0, 9006.0, 9020.0, 9036.0, 9022.0, 9061.0, 9030.0, 9054.0, 9048.0, 9006.0, 9052.0, 9019.0, 9002.0, 9035.0, 9003.0, 9047.0, 9028.0, 9002.0, 9040.0, 8997.0, 9040.0, 8999.0, 9003.0, 8995.0, 8997.0, 9036.0, 9010.0, 9001.0, 9040.0, 9013.0, 8999.0, 8997.0, 9002.0, 9014.0, 9023.0, 8986.0, 9030.0, 9002.0, 9048.0, 9017.0, 8986.0, 9014.0, 8997.0, 9040.0, 8988.0, 8994.0, 8998.0, 8995.0, 9011.0, 9000.0, 9029.0, 9003.0, 9028.0, 9002.0, 9001.0, 9014.0, 9003.0, 9042.0, 9000.0, 9000.0, 9012.0, 9004.0, 9015.0, 9005.0, 9005.0, 9034.0, 9006.0, 9019.0, 9020.0, 9035.0, 9020.0, 9024.0, 9024.0, 9038.0, 9026.0, 9046.0, 9047.0, 9085.0, 9062.0, 9048.0, 9075.0, 9030.0, 9068.0, 9041.0, 9063.0, 9019.0, 9039.0, 9013.0, 9039.0, 9001.0, 8999.0, 9012.0, 9028.0, 9014.0, 9020.0, 9033.0, 9052.0, 9051.0, 9050.0, 9049.0, 9033.0, 9059.0, 9058.0, 9026.0, 9073.0, 9009.0, 9048.0, 9002.0, 9045.0, 8992.0, 9057.0, 8984.0, 9036.0, 8979.0, 9013.0, 8993.0, 9013.0, 8993.0, 8983.0, 8997.0, 9011.0, 9009.0, 9001.0, 9024.0, 9017.0, 9006.0, 9032.0, 9010.0, 9055.0, 9039.0, 9036.0, 9029.0, 9003.0, 9020.0, 9002.0, 9039.0, 9001.0, 9047.0, 9034.0, 9008.0, 9015.0, 9002.0, 9021.0, 9017.0, 9026.0, 9043.0, 9036.0, 9044.0, 9067.0, 9051.0, 9091.0, 9057.0, 9089.0, 9056.0, 9034.0, 9049.0, 9003.0, 9058.0, 9016.0, 8999.0, 9027.0, 8999.0, 9056.0, 9012.0, 9018.0, 9024.0, 8980.0, 9020.0, 8994.0, 8976.0, 9007.0, 8979.0, 9021.0, 8996.0, 9004.0, 9034.0, 9019.0, 9049.0, 9002.0, 9016.0, 9012.0, 9016.0, 9021.0, 9011.0, 9024.0, 9039.0, 9039.0, 9081.0, 9047.0, 9064.0, 9064.0, 9026.0, 9069.0, 9018.0, 9002.0, 9034.0, 9009.0, 9022.0, 9052.0, 9023.0, 9053.0, 9026.0, 9029.0, 9077.0, 9033.0, 9006.0, 9048.0, 9021.0, 9021.0, 9051.0, 9055.0, 9009.0, 9051.0, 9009.0, 9033.0, 9017.0, 9019.0, 9057.0, 9004.0, 9003.0, 9051.0, 9023.0, 9026.0, 9058.0, 9028.0, 9036.0, 9038.0, 9011.0, 9051.0, 9025.0, 9037.0, 9049.0, 9023.0, 9064.0, 9026.0, 9020.0, 9039.0, 9007.0, 9049.0, 9024.0, 9063.0, 9039.0, 9011.0, 9038.0, 9028.0, 9085.0, 9067.0, 9032.0, 9055.0, 9027.0, 9025.0, 9042.0, 9012.0, 9045.0, 9010.0, 9053.0, 9005.0, 9035.0, 9002.0, 9029.0, 9021.0, 9025.0, 9016.0, 9003.0, 9018.0, 9024.0, 9054.0, 9048.0, 9032.0, 9046.0, 9040.0, 9057.0, 9046.0, 9058.0, 9046.0, 9075.0, 9046.0, 9018.0, 9029.0, 9030.0, 9055.0, 9028.0, 9024.0, 9023.0, 9025.0, 9057.0, 9059.0, 9056.0, 9043.0, 9041.0, 9041.0, 9044.0, 9054.0, 9033.0, 9029.0, 9044.0, 9043.0, 9082.0, 9062.0, 9031.0, 9046.0, 9045.0, 9053.0, 9043.0, 9048.0, 9033.0, 9064.0, 9032.0, 9063.0, 9043.0, 9084.0, 9029.0, 9067.0, 9022.0, 9071.0, 9016.0, 9009.0, 9010.0, 8983.0, 9007.0, 8999.0, 9026.0, 9000.0, 8997.0, 9004.0, 9005.0, 9022.0, 9050.0, 9047.0, 9057.0, 9030.0, 9054.0, 9045.0, 9029.0, 9061.0, 9011.0, 9052.0, 9044.0, 9068.0, 9023.0, 9062.0, 9022.0, 9002.0, 9001.0, 9005.0, 9043.0, 9021.0, 9045.0, 9023.0, 9005.0, 9020.0, 9024.0, 9081.0, 9069.0, 9072.0, 9026.0, 9024.0, 9045.0, 9041.0, 9044.0, 9075.0, 9052.0, 9092.0, 9048.0, 9082.0, 9060.0, 9073.0, 9051.0, 9004.0, 9024.0, 8996.0, 9036.0, 8999.0, 8999.0, 9015.0, 9000.0, 9032.0, 9018.0, 9042.0, 9061.0, 9047.0, 9045.0, 9070.0, 9061.0, 9046.0, 9059.0, 9049.0, 9032.0, 9044.0, 9031.0, 9058.0, 9047.0, 9048.0, 9065.0, 9031.0, 9084.0, 9041.0, 9062.0, 9049.0, 9008.0, 9010.0, 8976.0, 9007.0, 8958.0, 8984.0, 8956.0, 8997.0, 8973.0, 8984.0, 8978.0, 8992.0, 8997.0, 9004.0, 9005.0, 9034.0, 9074.0, 9050.0, 9045.0, 9042.0, 9030.0, 9024.0, 9022.0, 9051.0, 9027.0, 9055.0, 9011.0, 9050.0, 9013.0, 9072.0, 9032.0, 9021.0, 9007.0, 9016.0, 9022.0, 9010.0, 9040.0, 9046.0, 9045.0, 9049.0, 9048.0, 9064.0, 9053.0, 9135.0, 9076.0, 9066.0, 9075.0, 9028.0, 9054.0, 9045.0, 9041.0, 9041.0, 9029.0, 9062.0, 9035.0, 9081.0, 9027.0, 9024.0, 9037.0, 9023.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.0003453908045977012</td></tr>
<tr><td colspan=3>aqi</td><td>0.021675665747126434</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.38237307239353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.171811062255466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9731998815995402</td></tr>
<tr><td colspan=3>efc</td><td>0.4738</td></tr>
<tr><td colspan=3>fber</td><td>5248.1733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06478313576275614</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3273022184474623</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.23728421938626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5244780307208443</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2201444052352834</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164091</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011054287664592266</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02552630379796028</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.960718458424198</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>24.7613</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.2927</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8974</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301572.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.08</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3466</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.3786</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3280.5576</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.5235</td></tr>
<tr><td colspan=3>tsnr</td><td>37.64246426708996</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>