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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-03_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_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-0013/ses-03/func/sub-0013_ses-03_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>aeaf64b62c731574875b0b6875e748d8</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:26:18.167500</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.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</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.0975402</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2738ffdb-1a51-4404-bf61-0f4f16cf17b3||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.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['102618.167500', '102618.627500', '102619.087500', '102619.547500', '102620.007500', '102620.467500', '102620.927500', '102621.387500', '102621.847500', '102622.307500', '102622.767500', '102623.227500', '102623.687500', '102624.147500', '102624.607500', '102625.067500', '102625.527500', '102625.987500', '102626.447500', '102626.907500', '102627.367500', '102627.827500', '102628.287500', '102628.747500', '102629.207500', '102629.667500', '102630.127500', '102630.587500', '102631.047500', '102631.507500', '102631.967500', '102632.427500', '102632.887500', '102633.347500', '102633.807500', '102634.267500', '102634.727500', '102635.187500', '102635.647500', '102636.107500', '102636.567500', '102637.027500', '102637.487500', '102637.947500', '102638.407500', '102638.867500', '102639.327500', '102639.787500', '102640.247500', '102640.707500', '102641.167500', '102641.627500', '102642.087500', '102642.547500', '102643.007500', '102643.467500', '102643.927500', '102644.387500', '102644.847500', '102645.307500', '102645.767500', '102646.227500', '102646.687500', '102647.147500', '102647.607500', '102648.067500', '102648.527500', '102648.987500', '102649.447500', '102649.907500', '102650.367500', '102650.827500', '102651.287500', '102651.747500', '102652.207500', '102652.667500', '102653.127500', '102653.587500', '102654.047500', '102654.507500', '102654.967500', '102655.427500', '102655.887500', '102656.347500', '102656.807500', '102657.267500', '102657.727500', '102658.187500', '102658.647500', '102659.107500', '102659.567500', '102700.027500', '102700.487500', '102700.947500', '102701.407500', '102701.867500', '102702.327500', '102702.787500', '102703.247500', '102703.707500', '102704.167500', '102704.627500', '102705.087500', '102705.547500', '102706.007500', '102706.467500', '102706.927500', '102707.387500', '102707.847500', '102708.307500', '102708.767500', '102709.227500', '102709.687500', '102710.147500', '102710.607500', '102711.067500', '102711.527500', '102711.987500', '102712.447500', '102712.907500', '102713.367500', '102713.827500', '102714.287500', '102714.747500', '102715.207500', '102715.667500', '102716.127500', '102716.587500', '102717.047500', '102717.507500', '102717.967500', '102718.427500', '102718.887500', '102719.347500', '102719.807500', '102720.267500', '102720.727500', '102721.187500', '102721.647500', '102722.107500', '102722.567500', '102723.027500', '102723.487500', '102723.947500', '102724.407500', '102724.867500', '102725.327500', '102725.787500', '102726.247500', '102726.707500', '102727.167500', '102727.627500', '102728.087500', '102728.547500', '102729.007500', '102729.467500', '102729.927500', '102730.387500', '102730.847500', '102731.307500', '102731.767500', '102732.227500', '102732.687500', '102733.147500', '102733.607500', '102734.067500', '102734.527500', '102734.987500', '102735.447500', '102735.907500', '102736.367500', '102736.827500', '102737.287500', '102737.747500', '102738.207500', '102738.667500', '102739.127500', '102739.587500', '102740.047500', '102740.507500', '102740.967500', '102741.427500', '102741.887500', '102742.347500', '102742.807500', '102743.267500', '102743.727500', '102744.187500', '102744.647500', '102745.107500', '102745.567500', '102746.027500', '102746.487500', '102746.947500', '102747.407500', '102747.867500', '102748.327500', '102748.787500', '102749.247500', '102749.707500', '102750.167500', '102750.627500', '102751.087500', '102751.547500', '102752.007500', '102752.467500', '102752.927500', '102753.387500', '102753.847500', '102754.307500', '102754.767500', '102755.227500', '102755.687500', '102756.147500', '102756.607500', '102757.067500', '102757.527500', '102757.987500', '102758.447500', '102758.907500', '102759.367500', '102759.827500', '102800.287500', '102800.747500', '102801.207500', '102801.667500', '102802.127500', '102802.587500', '102803.047500', '102803.507500', '102803.967500', '102804.427500', '102804.887500', '102805.347500', '102805.807500', '102806.267500', '102806.727500', '102807.187500', '102807.647500', '102808.107500', '102808.567500', '102809.027500', '102809.487500', '102809.947500', '102810.407500', '102810.867500', '102811.327500', '102811.787500', '102812.247500', '102812.707500', '102813.167500', '102813.627500', '102814.087500', '102814.547500', '102815.007500', '102815.467500', '102815.927500', '102816.387500', '102816.847500', '102817.307500', '102817.767500', '102818.227500', '102818.687500', '102819.147500', '102819.607500', '102820.067500', '102820.527500', '102820.987500', '102821.447500', '102821.907500', '102822.367500', '102822.827500', '102823.287500', '102823.747500', '102824.207500', '102824.667500', '102825.127500', '102825.587500', '102826.047500', '102826.507500', '102826.967500', '102827.427500', '102827.887500', '102828.347500', '102828.807500', '102829.267500', '102829.727500', '102830.187500', '102830.647500', '102831.107500', '102831.567500', '102832.027500', '102832.487500', '102832.947500', '102833.407500', '102833.867500', '102834.327500', '102834.787500', '102835.247500', '102835.707500', '102836.167500', '102836.627500', '102837.087500', '102837.547500', '102838.007500', '102838.467500', '102838.927500', '102839.387500', '102839.847500', '102840.307500', '102840.767500', '102841.227500', '102841.687500', '102842.147500', '102842.607500', '102843.067500', '102843.527500', '102843.987500', '102844.447500', '102844.907500', '102845.367500', '102845.827500', '102846.287500', '102846.747500', '102847.207500', '102847.667500', '102848.127500', '102848.587500', '102849.047500', '102849.507500', '102849.967500', '102850.427500', '102850.887500', '102851.347500', '102851.807500', '102852.267500', '102852.727500', '102853.187500', '102853.647500', '102854.107500', '102854.567500', '102855.027500', '102855.487500', '102855.947500', '102856.407500', '102856.867500', '102857.327500', '102857.787500', '102858.247500', '102858.707500', '102859.167500', '102859.627500', '102900.087500', '102900.547500', '102901.007500', '102901.467500', '102901.927500', '102902.387500', '102902.847500', '102903.307500', '102903.767500', '102904.227500', '102904.687500', '102905.147500', '102905.607500', '102906.067500', '102906.527500', '102906.987500', '102907.447500', '102907.907500', '102908.367500', '102908.827500', '102909.287500', '102909.747500', '102910.207500', '102910.667500', '102911.127500', '102911.587500', '102912.047500', '102912.507500', '102912.967500', '102913.427500', '102913.887500', '102914.347500', '102914.807500', '102915.267500', '102915.727500', '102916.187500', '102916.647500', '102917.107500', '102917.567500', '102918.027500', '102918.487500', '102918.947500', '102919.407500', '102919.867500', '102920.327500', '102920.787500', '102921.247500', '102921.707500', '102922.167500', '102922.627500', '102923.087500', '102923.547500', '102924.007500', '102924.467500', '102924.927500', '102925.387500', '102925.847500', '102926.307500', '102926.767500', '102927.227500', '102927.687500', '102928.147500', '102928.607500', '102929.067500', '102929.527500', '102929.987500', '102930.447500', '102930.907500', '102931.367500', '102931.827500', '102932.287500', '102932.747500', '102933.207500', '102933.667500', '102934.127500', '102934.587500', '102935.047500', '102935.507500', '102935.967500', '102936.427500', '102936.887500', '102937.347500', '102937.807500', '102938.267500', '102938.727500', '102939.187500', '102939.647500', '102940.107500', '102940.567500', '102941.027500', '102941.487500', '102941.947500', '102942.407500', '102942.867500', '102943.327500', '102943.787500', '102944.247500', '102944.707500', '102945.167500', '102945.627500', '102946.087500', '102946.547500', '102947.007500', '102947.467500', '102947.927500', '102948.387500', '102948.847500', '102949.307500', '102949.767500', '102950.227500', '102950.687500', '102951.147500', '102951.607500', '102952.067500', '102952.527500', '102952.987500', '102953.447500', '102953.907500', '102954.367500', '102954.827500', '102955.287500', '102955.747500', '102956.207500', '102956.667500', '102957.127500', '102957.587500', '102958.047500', '102958.507500', '102958.967500', '102959.427500', '102959.887500', '103000.347500', '103000.807500', '103001.267500', '103001.727500', '103002.187500', '103002.647500', '103003.107500', '103003.567500', '103004.027500', '103004.487500', '103004.947500', '103005.407500', '103005.867500', '103006.327500', '103006.787500', '103007.247500', '103007.707500', '103008.167500', '103008.627500', '103009.087500', '103009.547500', '103010.007500', '103010.467500', '103010.927500', '103011.387500', '103011.847500', '103012.307500', '103012.767500', '103013.227500', '103013.687500', '103014.147500', '103014.607500', '103015.067500', '103015.527500', '103015.987500', '103016.447500', '103016.907500', '103017.367500', '103017.827500', '103018.287500', '103018.747500', '103019.207500', '103019.667500', '103020.127500', '103020.587500', '103021.047500', '103021.507500', '103021.967500', '103022.427500', '103022.887500', '103023.347500', '103023.807500', '103024.267500', '103024.727500', '103025.187500', '103025.647500', '103026.107500', '103026.567500', '103027.027500', '103027.487500', '103027.947500', '103028.407500', '103028.867500', '103029.327500', '103029.787500', '103030.247500', '103030.707500', '103031.167500', '103031.627500', '103032.087500', '103032.547500', '103033.007500', '103033.467500', '103033.927500', '103034.387500', '103034.847500', '103035.307500', '103035.767500', '103036.227500', '103036.687500', '103037.147500', '103037.607500', '103038.067500', '103038.527500', '103038.987500', '103039.447500', '103039.907500', '103040.367500', '103040.827500', '103041.287500', '103041.747500', '103042.207500', '103042.667500', '103043.127500', '103043.587500', '103044.047500', '103044.507500', '103044.967500', '103045.427500', '103045.887500', '103046.347500', '103046.807500', '103047.267500', '103047.727500', '103048.187500', '103048.647500', '103049.107500', '103049.567500', '103050.027500', '103050.487500', '103050.947500', '103051.407500', '103051.867500', '103052.327500', '103052.787500', '103053.247500', '103053.707500', '103054.167500', '103054.627500', '103055.087500', '103055.547500', '103056.007500', '103056.467500', '103056.927500', '103057.387500', '103057.847500', '103058.307500', '103058.767500', '103059.227500', '103059.687500', '103100.147500', '103100.607500', '103101.067500', '103101.527500', '103101.987500', '103102.447500', '103102.907500', '103103.367500', '103103.827500', '103104.287500', '103104.747500', '103105.207500', '103105.667500', '103106.127500', '103106.587500', '103107.047500', '103107.507500', '103107.967500', '103108.427500', '103108.887500', '103109.347500', '103109.807500', '103110.267500', '103110.727500', '103111.187500', '103111.647500', '103112.107500', '103112.567500', '103113.027500', '103113.487500', '103113.947500', '103114.407500', '103114.867500', '103115.327500', '103115.787500', '103116.247500', '103116.707500', '103117.167500', '103117.627500', '103118.087500', '103118.547500', '103119.007500', '103119.467500', '103119.927500', '103120.387500', '103120.847500', '103121.307500', '103121.767500', '103122.227500', '103122.687500', '103123.147500', '103123.607500', '103124.067500', '103124.527500', '103124.987500', '103125.447500', '103125.907500', '103126.367500', '103126.827500', '103127.287500', '103127.747500', '103128.207500', '103128.667500', '103129.127500', '103129.587500', '103130.047500', '103130.507500', '103130.967500', '103131.427500', '103131.887500', '103132.347500', '103132.807500', '103133.267500', '103133.727500', '103134.187500', '103134.647500', '103135.107500', '103135.567500', '103136.027500', '103136.487500', '103136.947500', '103137.407500', '103137.867500', '103138.327500', '103138.787500', '103139.247500', '103139.707500', '103140.167500', '103140.627500', '103141.087500', '103141.547500', '103142.007500', '103142.467500', '103142.927500', '103143.387500', '103143.847500', '103144.307500', '103144.767500', '103145.227500', '103145.687500', '103146.147500', '103146.607500', '103147.067500', '103147.527500', '103147.987500', '103148.447500', '103148.907500', '103149.367500', '103149.827500', '103150.287500', '103150.747500', '103151.207500', '103151.667500', '103152.127500', '103152.587500', '103153.047500', '103153.507500', '103153.967500', '103154.427500', '103154.887500', '103155.347500', '103155.807500', '103156.267500', '103156.727500', '103157.187500', '103157.647500', '103158.107500', '103158.567500', '103159.027500', '103159.487500', '103159.947500', '103200.407500', '103200.867500', '103201.327500', '103201.787500', '103202.247500', '103202.707500', '103203.167500', '103203.627500', '103204.087500', '103204.547500', '103205.007500', '103205.467500', '103205.927500', '103206.387500', '103206.847500', '103207.307500', '103207.767500', '103208.227500', '103208.687500', '103209.147500', '103209.607500', '103210.067500', '103210.527500', '103210.987500', '103211.447500', '103211.907500', '103212.367500', '103212.827500', '103213.287500', '103213.747500', '103214.207500', '103214.667500', '103215.127500', '103215.587500', '103216.047500', '103216.507500', '103216.967500', '103217.427500', '103217.887500', '103218.347500', '103218.807500', '103219.267500', '103219.727500', '103220.187500', '103220.647500', '103221.107500', '103221.567500', '103222.027500', '103222.487500', '103222.947500', '103223.407500', '103223.867500', '103224.327500', '103224.787500', '103225.247500', '103225.707500', '103226.167500', '103226.627500', '103227.087500', '103227.547500', '103228.007500', '103228.467500', '103228.927500', '103229.387500', '103229.847500', '103230.307500', '103230.767500', '103231.227500', '103231.687500', '103232.147500', '103232.607500', '103233.067500', '103233.527500', '103233.987500', '103234.447500', '103234.907500', '103235.367500', '103235.827500', '103236.287500', '103236.747500', '103237.207500', '103237.667500', '103238.127500', '103238.587500', '103239.047500', '103239.507500', '103239.967500', '103240.427500', '103240.887500', '103241.347500', '103241.807500', '103242.267500', '103242.727500', '103243.187500', '103243.647500', '103244.107500', '103244.567500', '103245.027500', '103245.487500', '103245.947500', '103246.407500', '103246.867500', '103247.327500', '103247.787500', '103248.247500', '103248.707500', '103249.167500', '103249.627500', '103250.087500', '103250.547500', '103251.007500', '103251.467500', '103251.927500', '103252.387500', '103252.847500', '103253.307500', '103253.767500', '103254.227500', '103254.687500', '103255.147500', '103255.607500', '103256.067500', '103256.527500', '103256.987500', '103257.447500', '103257.907500', '103258.367500', '103258.827500'], 'ContentTime': ['102643.209000', '102643.213000', '102643.216000', '102643.218000', '102643.221000', '102643.224000', '102643.227000', '102643.230000', '102643.233000', '102643.236000', '102643.239000', '102643.241000', '102643.244000', '102643.247000', '102643.250000', '102643.253000', '102643.256000', '102643.258000', '102643.261000', '102643.264000', '102643.267000', '102643.270000', '102643.273000', '102643.275000', '102643.278000', '102643.287000', '102643.290000', '102643.293000', '102643.308000', '102643.311000', '102643.314000', '102643.317000', '102643.319000', '102643.327000', '102643.330000', '102643.333000', '102643.336000', '102643.339000', '102643.342000', '102643.344000', '102643.347000', '102643.350000', '102643.353000', '102643.356000', '102643.359000', '102643.362000', '102643.364000', '102643.367000', '102643.370000', '102643.373000', '102643.376000', '102643.379000', '102643.382000', '102703.182000', '102703.185000', '102703.188000', '102703.191000', '102703.193000', '102703.196000', '102703.199000', '102703.202000', '102703.204000', '102703.207000', '102703.210000', '102703.213000', '102703.216000', '102703.218000', '102703.221000', '102703.224000', '102703.227000', '102703.230000', '102703.233000', '102703.235000', '102703.238000', '102703.241000', '102703.244000', '102703.247000', '102703.249000', '102703.252000', '102703.255000', '102703.258000', '102703.261000', '102703.264000', '102703.267000', '102703.270000', '102703.273000', '102703.276000', '102703.279000', '102703.282000', '102703.285000', '102703.292000', '102703.295000', '102703.298000', '102703.301000', '102703.304000', '102703.306000', '102723.182000', '102723.185000', '102723.188000', '102723.191000', '102723.202000', '102723.205000', '102723.208000', '102723.211000', '102723.214000', '102723.217000', '102723.220000', '102723.222000', '102723.225000', '102723.228000', '102723.231000', '102723.234000', '102723.237000', '102723.240000', '102723.243000', '102723.246000', '102723.248000', '102723.251000', '102723.254000', '102723.257000', '102723.260000', '102723.263000', '102723.265000', '102723.268000', '102723.271000', '102723.274000', '102723.277000', '102723.280000', '102723.283000', '102723.285000', '102723.288000', '102723.291000', '102723.294000', '102723.297000', '102723.300000', '102723.302000', '102723.305000', '102723.308000', '102723.311000', '102723.314000', '102743.182000', '102743.185000', '102743.188000', '102743.191000', '102743.193000', '102743.196000', '102743.199000', '102743.202000', '102743.205000', '102743.208000', '102743.211000', '102743.213000', '102743.216000', '102743.219000', '102743.222000', '102743.238000', '102743.241000', '102743.244000', '102743.247000', '102743.249000', '102743.252000', '102743.255000', '102743.258000', '102743.261000', '102743.263000', '102743.266000', '102743.269000', '102743.272000', '102743.275000', '102743.278000', '102743.281000', '102743.283000', '102743.286000', '102743.289000', '102743.292000', '102743.295000', '102743.297000', '102743.300000', '102743.311000', '102743.314000', '102743.317000', '102743.320000', '102743.323000', '102803.182000', '102803.185000', '102803.188000', '102803.191000', '102803.193000', '102803.196000', '102803.199000', '102803.202000', '102803.205000', '102803.207000', '102803.210000', '102803.213000', '102803.216000', '102803.219000', '102803.222000', '102803.224000', '102803.227000', '102803.230000', '102803.233000', '102803.236000', '102803.239000', '102803.241000', '102803.244000', '102803.247000', '102803.250000', '102803.253000', '102803.262000', '102803.265000', '102803.267000', '102803.270000', '102803.273000', '102803.276000', '102803.279000', '102803.282000', '102803.285000', '102803.288000', '102803.290000', '102803.293000', '102803.296000', '102803.299000', '102803.302000', '102803.305000', '102803.307000', '102803.310000', '102823.181000', '102823.184000', '102823.187000', '102823.190000', '102823.192000', '102823.195000', '102823.198000', '102823.201000', '102823.204000', '102823.206000', '102823.209000', '102823.212000', '102823.215000', '102823.218000', '102823.221000', '102823.223000', '102823.226000', '102823.229000', '102823.232000', '102823.235000', '102823.238000', '102823.241000', '102823.243000', '102823.246000', '102823.249000', '102823.252000', '102823.255000', '102823.258000', '102823.261000', '102823.263000', '102823.266000', '102823.269000', '102823.272000', '102823.275000', '102823.277000', '102823.280000', '102823.283000', '102823.286000', '102823.289000', '102823.298000', '102823.301000', '102823.303000', '102823.306000', '102843.181000', '102843.184000', '102843.187000', '102843.190000', '102843.193000', '102843.196000', '102843.199000', '102843.201000', '102843.204000', '102843.207000', '102843.210000', '102843.213000', '102843.216000', '102843.219000', '102843.221000', '102843.224000', '102843.227000', '102843.230000', '102843.233000', '102843.235000', '102843.238000', '102843.241000', '102843.244000', '102843.247000', '102843.250000', '102843.253000', '102843.256000', '102843.258000', '102843.261000', '102843.264000', '102843.267000', '102843.270000', '102843.273000', '102843.275000', '102843.278000', '102843.281000', '102843.284000', '102843.287000', '102843.290000', '102843.292000', '102843.295000', '102843.298000', '102843.301000', '102903.181000', '102903.184000', '102903.187000', '102903.190000', '102903.192000', '102903.195000', '102903.198000', '102903.201000', '102903.204000', '102903.207000', '102903.209000', '102903.212000', '102903.215000', '102903.218000', '102903.221000', '102903.224000', '102903.226000', '102903.229000', '102903.232000', '102903.235000', '102903.238000', '102903.241000', '102903.243000', '102903.246000', '102903.249000', '102903.252000', '102903.255000', '102903.258000', '102903.261000', '102903.263000', '102903.266000', '102903.269000', '102903.272000', '102903.275000', '102903.278000', '102903.280000', '102903.283000', '102903.286000', '102903.289000', '102903.292000', '102903.295000', '102903.298000', '102903.301000', '102903.304000', '102923.182000', '102923.185000', '102923.188000', '102923.191000', '102923.194000', '102923.197000', '102923.199000', '102923.202000', '102923.205000', '102923.208000', '102923.211000', '102923.214000', '102923.217000', '102923.219000', '102923.222000', '102923.225000', '102923.228000', '102923.231000', '102923.234000', '102923.236000', '102923.239000', '102923.242000', '102923.245000', '102923.248000', '102923.251000', '102923.254000', '102923.256000', '102923.259000', '102923.262000', '102923.265000', '102923.268000', '102923.271000', '102923.273000', '102923.276000', '102923.279000', '102923.282000', '102923.285000', '102923.287000', '102923.290000', '102923.293000', '102923.296000', '102923.299000', '102923.302000', '102943.182000', '102943.185000', '102943.188000', '102943.191000', '102943.193000', '102943.196000', '102943.199000', '102943.202000', '102943.205000', '102943.208000', '102943.211000', '102943.214000', '102943.217000', '102943.220000', '102943.222000', '102943.225000', '102943.228000', '102943.231000', '102943.234000', '102943.237000', '102943.239000', '102943.242000', '102943.245000', '102943.248000', '102943.251000', '102943.254000', '102943.257000', '102943.259000', '102943.262000', '102943.265000', '102943.268000', '102943.271000', '102943.274000', '102943.276000', '102943.279000', '102943.282000', '102943.285000', '102943.288000', '102943.291000', '102943.294000', '102943.297000', '102943.299000', '102943.302000', '102943.305000', '103003.182000', '103003.185000', '103003.188000', '103003.191000', '103003.193000', '103003.196000', '103003.199000', '103003.202000', '103003.205000', '103003.208000', '103003.211000', '103003.214000', '103003.217000', '103003.219000', '103003.222000', '103003.225000', '103003.228000', '103003.231000', '103003.234000', '103003.237000', '103003.239000', '103003.242000', '103003.245000', '103003.248000', '103003.251000', '103003.254000', '103003.257000', '103003.259000', '103003.262000', '103003.265000', '103003.269000', '103003.271000', '103003.274000', '103003.277000', '103003.280000', '103003.283000', '103003.286000', '103003.289000', '103003.291000', '103003.294000', '103003.297000', '103003.300000', '103003.303000', '103023.182000', '103023.185000', '103023.188000', '103023.191000', '103023.194000', '103023.196000', '103023.199000', '103023.202000', '103023.205000', '103023.208000', '103023.211000', '103023.214000', '103023.217000', '103023.219000', '103023.222000', '103023.225000', '103023.228000', '103023.231000', '103023.234000', '103023.237000', '103023.239000', '103023.242000', '103023.245000', '103023.248000', '103023.251000', '103023.254000', '103023.256000', '103023.259000', '103023.262000', '103023.265000', '103023.268000', '103023.271000', '103023.274000', '103023.276000', '103023.279000', '103023.282000', '103023.285000', '103023.288000', '103023.291000', '103023.294000', '103023.296000', '103023.299000', '103023.302000', '103023.305000', '103043.181000', '103043.184000', '103043.187000', '103043.190000', '103043.192000', '103043.195000', '103043.198000', '103043.201000', '103043.204000', '103043.207000', '103043.210000', '103043.212000', '103043.215000', '103043.218000', '103043.221000', '103043.224000', '103043.227000', '103043.230000', '103043.233000', '103043.236000', '103043.239000', '103043.257000', '103043.260000', '103043.262000', '103043.265000', '103043.268000', '103043.271000', '103043.274000', '103043.277000', '103043.280000', '103043.282000', '103043.285000', '103043.288000', '103043.291000', '103043.294000', '103043.297000', '103043.300000', '103043.302000', '103043.305000', '103043.308000', '103043.311000', '103043.314000', '103043.316000', '103103.181000', '103103.184000', '103103.187000', '103103.190000', '103103.192000', '103103.195000', '103103.198000', '103103.201000', '103103.204000', '103103.207000', '103103.210000', '103103.212000', '103103.215000', '103103.218000', '103103.221000', '103103.224000', '103103.227000', '103103.229000', '103103.232000', '103103.235000', '103103.238000', '103103.241000', '103103.244000', '103103.246000', '103103.249000', '103103.252000', '103103.255000', '103103.258000', '103103.261000', '103103.264000', '103103.266000', '103103.269000', '103103.272000', '103103.275000', '103103.278000', '103103.281000', '103103.284000', '103103.286000', '103103.289000', '103103.292000', '103103.295000', '103103.298000', '103103.301000', '103103.304000', '103123.181000', '103123.184000', '103123.187000', '103123.190000', '103123.193000', '103123.195000', '103123.198000', '103123.201000', '103123.204000', '103123.207000', '103123.210000', '103123.212000', '103123.215000', '103123.218000', '103123.221000', '103123.224000', '103123.227000', '103123.230000', '103123.232000', '103123.235000', '103123.238000', '103123.241000', '103123.244000', '103123.247000', '103123.249000', '103123.252000', '103123.255000', '103123.258000', '103123.261000', '103123.264000', '103123.267000', '103123.270000', '103123.273000', '103123.276000', '103123.279000', '103123.282000', '103123.285000', '103123.287000', '103123.290000', '103123.293000', '103123.296000', '103123.299000', '103123.301000', '103143.182000', '103143.185000', '103143.188000', '103143.191000', '103143.193000', '103143.196000', '103143.199000', '103143.202000', '103143.205000', '103143.208000', '103143.211000', '103143.213000', '103143.216000', '103143.219000', '103143.222000', '103143.225000', '103143.228000', '103143.231000', '103143.233000', '103143.236000', '103143.239000', '103143.242000', '103143.245000', '103143.248000', '103143.251000', '103143.253000', '103143.256000', '103143.259000', '103143.262000', '103143.265000', '103143.268000', '103143.271000', '103143.274000', '103143.277000', '103143.280000', '103143.283000', '103143.285000', '103143.288000', '103143.291000', '103143.294000', '103143.297000', '103143.300000', '103143.302000', '103143.305000', '103203.182000', '103203.185000', '103203.188000', '103203.191000', '103203.194000', '103203.197000', '103203.200000', '103203.203000', '103203.206000', '103203.209000', '103203.211000', '103203.214000', '103203.217000', '103203.220000', '103203.223000', '103203.226000', '103203.229000', '103203.231000', '103203.234000', '103203.237000', '103203.240000', '103203.243000', '103203.246000', '103203.249000', '103203.251000', '103203.254000', '103203.257000', '103203.260000', '103203.263000', '103203.266000', '103203.269000', '103203.272000', '103203.275000', '103203.278000', '103203.281000', '103203.284000', '103203.286000', '103203.289000', '103203.292000', '103203.295000', '103203.298000', '103203.300000', '103203.303000', '103223.182000', '103223.185000', '103223.190000', '103223.193000', '103223.195000', '103223.198000', '103223.201000', '103223.204000', '103223.207000', '103223.209000', '103223.212000', '103223.215000', '103223.218000', '103223.221000', '103223.224000', '103223.227000', '103223.229000', '103223.232000', '103223.235000', '103223.238000', '103223.241000', '103223.244000', '103223.246000', '103223.249000', '103223.252000', '103223.255000', '103223.258000', '103223.261000', '103223.264000', '103223.266000', '103223.269000', '103223.272000', '103223.275000', '103223.278000', '103223.281000', '103223.283000', '103223.286000', '103223.289000', '103223.292000', '103223.295000', '103223.298000', '103223.300000', '103223.303000', '103223.306000', '103243.182000', '103243.185000', '103243.188000', '103243.191000', '103243.194000', '103243.196000', '103243.199000', '103243.202000', '103243.205000', '103243.208000', '103243.210000', '103243.213000', '103243.216000', '103243.219000', '103243.222000', '103243.225000', '103243.228000', '103243.230000', '103243.233000', '103243.236000', '103243.239000', '103243.242000', '103243.245000', '103243.248000', '103243.250000', '103243.253000', '103243.256000', '103243.259000', '103243.262000', '103243.264000', '103243.268000', '103243.274000', '103243.277000', '103243.280000', '103243.282000', '103243.285000', '103243.288000', '103243.291000', '103243.294000', '103243.296000', '103243.299000', '103243.302000', '103243.305000', '103259.885000', '103259.888000', '103259.891000', '103259.894000', '103259.897000', '103259.900000', '103259.903000', '103259.906000', '103259.909000', '103259.912000', '103259.915000', '103259.918000', '103259.921000', '103259.924000', '103259.927000', '103259.929000', '103259.933000', '103259.936000', '103259.938000', '103259.941000', '103259.945000', '103259.948000', '103259.951000', '103259.954000', '103259.957000', '103259.960000', '103259.962000', '103259.965000', '103259.968000', '103259.971000', '103259.974000', '103259.977000', '103259.980000', '103259.983000', '103259.985000', '103259.988000', '103259.991000'], 'InstanceCreationTime': ['102643.209000', '102643.213000', '102643.216000', '102643.218000', '102643.221000', '102643.224000', '102643.227000', '102643.230000', '102643.233000', '102643.236000', '102643.239000', '102643.241000', '102643.244000', '102643.247000', '102643.250000', '102643.253000', '102643.256000', '102643.258000', '102643.261000', '102643.264000', '102643.267000', '102643.270000', '102643.273000', '102643.275000', '102643.278000', '102643.287000', '102643.290000', '102643.293000', '102643.308000', '102643.311000', '102643.314000', '102643.317000', '102643.319000', '102643.327000', '102643.330000', '102643.333000', '102643.336000', '102643.339000', '102643.342000', '102643.344000', '102643.347000', '102643.350000', '102643.353000', '102643.356000', '102643.359000', '102643.362000', '102643.364000', '102643.367000', '102643.370000', '102643.373000', '102643.376000', '102643.379000', '102643.382000', '102703.182000', '102703.185000', '102703.188000', '102703.191000', '102703.193000', '102703.196000', '102703.199000', '102703.202000', '102703.204000', '102703.207000', '102703.210000', '102703.213000', '102703.216000', '102703.218000', '102703.221000', '102703.224000', '102703.227000', '102703.230000', '102703.233000', '102703.235000', '102703.238000', '102703.241000', '102703.244000', '102703.247000', '102703.249000', '102703.252000', '102703.255000', '102703.258000', '102703.261000', '102703.264000', '102703.267000', '102703.270000', '102703.273000', '102703.276000', '102703.279000', '102703.282000', '102703.285000', '102703.292000', '102703.295000', '102703.298000', '102703.301000', '102703.304000', '102703.306000', '102723.182000', '102723.185000', '102723.188000', '102723.191000', '102723.202000', '102723.205000', '102723.208000', '102723.211000', '102723.214000', '102723.217000', '102723.220000', '102723.222000', '102723.225000', '102723.228000', '102723.231000', '102723.234000', '102723.237000', '102723.240000', '102723.243000', '102723.246000', '102723.248000', '102723.251000', '102723.254000', '102723.257000', '102723.260000', '102723.263000', '102723.265000', '102723.268000', '102723.271000', '102723.274000', '102723.277000', '102723.280000', '102723.283000', '102723.285000', '102723.288000', '102723.291000', '102723.294000', '102723.297000', '102723.300000', '102723.302000', '102723.305000', '102723.308000', '102723.311000', '102723.314000', '102743.182000', '102743.185000', '102743.188000', '102743.191000', '102743.193000', '102743.196000', '102743.199000', '102743.202000', '102743.205000', '102743.208000', '102743.211000', '102743.213000', '102743.216000', '102743.219000', '102743.222000', '102743.238000', '102743.241000', '102743.244000', '102743.247000', '102743.249000', '102743.252000', '102743.255000', '102743.258000', '102743.261000', '102743.263000', '102743.266000', '102743.269000', '102743.272000', '102743.275000', '102743.278000', '102743.281000', '102743.283000', '102743.286000', '102743.289000', '102743.292000', '102743.295000', '102743.297000', '102743.300000', '102743.311000', '102743.314000', '102743.317000', '102743.320000', '102743.323000', '102803.182000', '102803.185000', '102803.188000', '102803.191000', '102803.193000', '102803.196000', '102803.199000', '102803.202000', '102803.205000', '102803.207000', '102803.210000', '102803.213000', '102803.216000', '102803.219000', '102803.222000', '102803.224000', '102803.227000', '102803.230000', '102803.233000', '102803.236000', '102803.239000', '102803.241000', '102803.244000', '102803.247000', '102803.250000', '102803.253000', '102803.262000', '102803.265000', '102803.267000', '102803.270000', '102803.273000', '102803.276000', '102803.279000', '102803.282000', '102803.285000', '102803.288000', '102803.290000', '102803.293000', '102803.296000', '102803.299000', '102803.302000', '102803.305000', '102803.307000', '102803.310000', '102823.181000', '102823.184000', '102823.187000', '102823.190000', '102823.192000', '102823.195000', '102823.198000', '102823.201000', '102823.204000', '102823.206000', '102823.209000', '102823.212000', '102823.215000', '102823.218000', '102823.221000', '102823.223000', '102823.226000', '102823.229000', '102823.232000', '102823.235000', '102823.238000', '102823.241000', '102823.243000', '102823.246000', '102823.249000', '102823.252000', '102823.255000', '102823.258000', '102823.261000', '102823.263000', '102823.266000', '102823.269000', '102823.272000', '102823.275000', '102823.277000', '102823.280000', '102823.283000', '102823.286000', '102823.289000', '102823.298000', '102823.301000', '102823.303000', '102823.306000', '102843.181000', '102843.184000', '102843.187000', '102843.190000', '102843.193000', '102843.196000', '102843.199000', '102843.201000', '102843.204000', '102843.207000', '102843.210000', '102843.213000', '102843.216000', '102843.219000', '102843.221000', '102843.224000', '102843.227000', '102843.230000', '102843.233000', '102843.235000', '102843.238000', '102843.241000', '102843.244000', '102843.247000', '102843.250000', '102843.253000', '102843.256000', '102843.258000', '102843.261000', '102843.264000', '102843.267000', '102843.270000', '102843.273000', '102843.275000', '102843.278000', '102843.281000', '102843.284000', '102843.287000', '102843.290000', '102843.292000', '102843.295000', '102843.298000', '102843.301000', '102903.181000', '102903.184000', '102903.187000', '102903.190000', '102903.192000', '102903.195000', '102903.198000', '102903.201000', '102903.204000', '102903.207000', '102903.209000', '102903.212000', '102903.215000', '102903.218000', '102903.221000', '102903.224000', '102903.226000', '102903.229000', '102903.232000', '102903.235000', '102903.238000', '102903.241000', '102903.243000', '102903.246000', '102903.249000', '102903.252000', '102903.255000', '102903.258000', '102903.261000', '102903.263000', '102903.266000', '102903.269000', '102903.272000', '102903.275000', '102903.278000', '102903.280000', '102903.283000', '102903.286000', '102903.289000', '102903.292000', '102903.295000', '102903.298000', '102903.301000', '102903.304000', '102923.182000', '102923.185000', '102923.188000', '102923.191000', '102923.194000', '102923.197000', '102923.199000', '102923.202000', '102923.205000', '102923.208000', '102923.211000', '102923.214000', '102923.217000', '102923.219000', '102923.222000', '102923.225000', '102923.228000', '102923.231000', '102923.234000', '102923.236000', '102923.239000', '102923.242000', '102923.245000', '102923.248000', '102923.251000', '102923.254000', '102923.256000', '102923.259000', '102923.262000', '102923.265000', '102923.268000', '102923.271000', '102923.273000', '102923.276000', '102923.279000', '102923.282000', '102923.285000', '102923.287000', '102923.290000', '102923.293000', '102923.296000', '102923.299000', '102923.302000', '102943.182000', '102943.185000', '102943.188000', '102943.191000', '102943.193000', '102943.196000', '102943.199000', '102943.202000', '102943.205000', '102943.208000', '102943.211000', '102943.214000', '102943.217000', '102943.220000', '102943.222000', '102943.225000', '102943.228000', '102943.231000', '102943.234000', '102943.237000', '102943.239000', '102943.242000', '102943.245000', '102943.248000', '102943.251000', '102943.254000', '102943.257000', '102943.259000', '102943.262000', '102943.265000', '102943.268000', '102943.271000', '102943.274000', '102943.276000', '102943.279000', '102943.282000', '102943.285000', '102943.288000', '102943.291000', '102943.294000', '102943.297000', '102943.299000', '102943.302000', '102943.305000', '103003.182000', '103003.185000', '103003.188000', '103003.191000', '103003.193000', '103003.196000', '103003.199000', '103003.202000', '103003.205000', '103003.208000', '103003.211000', '103003.214000', '103003.217000', '103003.219000', '103003.222000', '103003.225000', '103003.228000', '103003.231000', '103003.234000', '103003.237000', '103003.239000', '103003.242000', '103003.245000', '103003.248000', '103003.251000', '103003.254000', '103003.257000', '103003.259000', '103003.262000', '103003.265000', '103003.269000', '103003.271000', '103003.274000', '103003.277000', '103003.280000', '103003.283000', '103003.286000', '103003.289000', '103003.291000', '103003.294000', '103003.297000', '103003.300000', '103003.303000', '103023.182000', '103023.185000', '103023.188000', '103023.191000', '103023.194000', '103023.196000', '103023.199000', '103023.202000', '103023.205000', '103023.208000', '103023.211000', '103023.214000', '103023.217000', '103023.219000', '103023.222000', '103023.225000', '103023.228000', '103023.231000', '103023.234000', '103023.237000', '103023.239000', '103023.242000', '103023.245000', '103023.248000', '103023.251000', '103023.254000', '103023.256000', '103023.259000', '103023.262000', '103023.265000', '103023.268000', '103023.271000', '103023.274000', '103023.276000', '103023.279000', '103023.282000', '103023.285000', '103023.288000', '103023.291000', '103023.294000', '103023.296000', '103023.299000', '103023.302000', '103023.305000', '103043.181000', '103043.184000', '103043.187000', '103043.190000', '103043.192000', '103043.195000', '103043.198000', '103043.201000', '103043.204000', '103043.207000', '103043.210000', '103043.212000', '103043.215000', '103043.218000', '103043.221000', '103043.224000', '103043.227000', '103043.230000', '103043.233000', '103043.236000', '103043.239000', '103043.257000', '103043.260000', '103043.262000', '103043.265000', '103043.268000', '103043.271000', '103043.274000', '103043.277000', '103043.280000', '103043.282000', '103043.285000', '103043.288000', '103043.291000', '103043.294000', '103043.297000', '103043.300000', '103043.302000', '103043.305000', '103043.308000', '103043.311000', '103043.314000', '103043.316000', '103103.181000', '103103.184000', '103103.187000', '103103.190000', '103103.192000', '103103.195000', '103103.198000', '103103.201000', '103103.204000', '103103.207000', '103103.210000', '103103.212000', '103103.215000', '103103.218000', '103103.221000', '103103.224000', '103103.227000', '103103.229000', '103103.232000', '103103.235000', '103103.238000', '103103.241000', '103103.244000', '103103.246000', '103103.249000', '103103.252000', '103103.255000', '103103.258000', '103103.261000', '103103.264000', '103103.266000', '103103.269000', '103103.272000', '103103.275000', '103103.278000', '103103.281000', '103103.284000', '103103.286000', '103103.289000', '103103.292000', '103103.295000', '103103.298000', '103103.301000', '103103.304000', '103123.181000', '103123.184000', '103123.187000', '103123.190000', '103123.193000', '103123.195000', '103123.198000', '103123.201000', '103123.204000', '103123.207000', '103123.210000', '103123.212000', '103123.215000', '103123.218000', '103123.221000', '103123.224000', '103123.227000', '103123.230000', '103123.232000', '103123.235000', '103123.238000', '103123.241000', '103123.244000', '103123.247000', '103123.249000', '103123.252000', '103123.255000', '103123.258000', '103123.261000', '103123.264000', '103123.267000', '103123.270000', '103123.273000', '103123.276000', '103123.279000', '103123.282000', '103123.285000', '103123.287000', '103123.290000', '103123.293000', '103123.296000', '103123.299000', '103123.301000', '103143.182000', '103143.185000', '103143.188000', '103143.191000', '103143.193000', '103143.196000', '103143.199000', '103143.202000', '103143.205000', '103143.208000', '103143.211000', '103143.213000', '103143.216000', '103143.219000', '103143.222000', '103143.225000', '103143.228000', '103143.231000', '103143.233000', '103143.236000', '103143.239000', '103143.242000', '103143.245000', '103143.248000', '103143.251000', '103143.253000', '103143.256000', '103143.259000', '103143.262000', '103143.265000', '103143.268000', '103143.271000', '103143.274000', '103143.277000', '103143.280000', '103143.283000', '103143.285000', '103143.288000', '103143.291000', '103143.294000', '103143.297000', '103143.300000', '103143.302000', '103143.305000', '103203.182000', '103203.185000', '103203.188000', '103203.191000', '103203.194000', '103203.197000', '103203.200000', '103203.203000', '103203.206000', '103203.209000', '103203.211000', '103203.214000', '103203.217000', '103203.220000', '103203.223000', '103203.226000', '103203.229000', '103203.231000', '103203.234000', '103203.237000', '103203.240000', '103203.243000', '103203.246000', '103203.249000', '103203.251000', '103203.254000', '103203.257000', '103203.260000', '103203.263000', '103203.266000', '103203.269000', '103203.272000', '103203.275000', '103203.278000', '103203.281000', '103203.284000', '103203.286000', '103203.289000', '103203.292000', '103203.295000', '103203.298000', '103203.300000', '103203.303000', '103223.182000', '103223.185000', '103223.190000', '103223.193000', '103223.195000', '103223.198000', '103223.201000', '103223.204000', '103223.207000', '103223.209000', '103223.212000', '103223.215000', '103223.218000', '103223.221000', '103223.224000', '103223.227000', '103223.229000', '103223.232000', '103223.235000', '103223.238000', '103223.241000', '103223.244000', '103223.246000', '103223.249000', '103223.252000', '103223.255000', '103223.258000', '103223.261000', '103223.264000', '103223.266000', '103223.269000', '103223.272000', '103223.275000', '103223.278000', '103223.281000', '103223.283000', '103223.286000', '103223.289000', '103223.292000', '103223.295000', '103223.298000', '103223.300000', '103223.303000', '103223.306000', '103243.182000', '103243.185000', '103243.188000', '103243.191000', '103243.194000', '103243.196000', '103243.199000', '103243.202000', '103243.205000', '103243.208000', '103243.210000', '103243.213000', '103243.216000', '103243.219000', '103243.222000', '103243.225000', '103243.228000', '103243.230000', '103243.233000', '103243.236000', '103243.239000', '103243.242000', '103243.245000', '103243.248000', '103243.250000', '103243.253000', '103243.256000', '103243.259000', '103243.262000', '103243.264000', '103243.268000', '103243.274000', '103243.277000', '103243.280000', '103243.282000', '103243.285000', '103243.288000', '103243.291000', '103243.294000', '103243.296000', '103243.299000', '103243.302000', '103243.305000', '103259.885000', '103259.888000', '103259.891000', '103259.894000', '103259.897000', '103259.900000', '103259.903000', '103259.906000', '103259.909000', '103259.912000', '103259.915000', '103259.918000', '103259.921000', '103259.924000', '103259.927000', '103259.929000', '103259.933000', '103259.936000', '103259.938000', '103259.941000', '103259.945000', '103259.948000', '103259.951000', '103259.954000', '103259.957000', '103259.960000', '103259.962000', '103259.965000', '103259.968000', '103259.971000', '103259.974000', '103259.977000', '103259.980000', '103259.983000', '103259.985000', '103259.988000', '103259.991000'], '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': [8079, 11280, 7525, 9152, 8311, 7315, 10595, 7375, 9109, 7029, 8797, 6928, 8070, 10722, 7259, 9639, 7268, 8620, 10519, 7453, 9746, 8030, 8961, 12300, 8218, 10277, 8045, 7551, 11159, 7417, 10235, 10386, 7624, 10879, 7056, 8540, 11246, 7624, 9879, 7407, 7755, 10533, 7612, 9258, 7114, 8177, 10600, 7560, 9064, 7144, 8176, 10652, 7905, 9453, 8526, 7474, 10293, 7679, 8899, 12500, 8040, 9700, 7286, 7371, 9909, 7467, 9782, 7894, 7594, 10193, 7229, 9182, 8781, 7667, 11173, 7536, 9296, 11113, 7335, 10362, 7913, 8233, 10939, 7291, 9638, 7093, 8727, 12960, 7824, 10320, 7476, 8353, 11163, 7567, 10846, 7882, 9010, 11503, 7279, 10274, 7272, 8777, 12447, 7976, 10380, 7171, 7764, 10851, 7458, 10052, 7996, 7817, 10726, 7451, 8536, 7425, 7406, 10406, 7332, 9266, 7342, 7374, 10165, 7179, 9923, 7387, 8470, 7206, 7510, 10485, 7383, 10589, 7831, 8986, 12120, 8276, 7456, 8432, 12578, 8526, 8740, 11377, 7552, 7990, 7694, 11220, 7650, 9692, 7116, 7146, 9541, 7189, 9059, 7375, 7259, 9429, 7207, 8399, 7029, 7793, 10403, 7447, 9507, 7167, 8786, 8336, 7429, 11009, 7289, 9975, 7397, 8998, 11660, 7888, 10965, 8467, 9168, 11044, 7202, 10215, 7184, 9555, 10295, 7442, 10489, 7445, 8884, 7712, 7340, 10772, 7997, 9640, 7512, 7381, 10796, 7357, 10346, 7795, 10013, 7522, 9689, 8353, 7521, 12071, 7338, 9539, 7101, 8819, 10549, 7271, 10443, 7584, 9661, 7570, 7193, 10403, 7100, 9816, 7208, 9257, 9524, 7424, 9172, 7141, 10071, 7456, 9795, 7189, 8581, 12538, 8426, 10813, 7739, 9821, 7273, 8300, 12512, 8075, 10747, 7447, 8249, 8739, 7068, 10092, 6963, 9250, 9575, 7159, 10302, 7058, 8144, 8267, 6984, 10203, 7355, 8917, 7582, 7107, 10001, 7315, 10056, 8014, 7260, 10458, 7273, 8485, 7782, 7134, 10417, 7700, 9838, 9372, 7051, 10528, 6927, 8673, 10210, 7339, 11068, 7315, 8861, 7873, 7025, 10081, 7099, 10099, 8692, 7689, 10690, 7095, 8695, 6782, 8175, 10938, 7705, 9986, 7354, 7574, 10971, 7484, 9118, 8293, 7170, 10424, 7109, 9682, 7508, 8606, 7437, 7475, 6845, 7692, 9986, 7212, 9912, 7806, 8343, 11116, 7338, 10495, 7447, 8250, 11449, 7711, 9541, 6968, 7615, 10401, 7033, 10272, 7247, 7967, 6815, 6972, 9747, 6994, 9280, 6678, 7583, 10054, 7124, 9717, 7953, 7562, 10749, 7552, 8340, 10640, 7227, 8627, 7241, 7058, 9963, 6854, 7915, 8030, 6792, 9758, 6945, 8716, 11048, 7257, 10239, 7172, 7789, 10493, 7276, 10197, 7091, 8179, 10862, 7484, 9021, 7084, 7296, 10140, 7032, 9808, 7152, 8393, 10137, 7104, 10625, 7295, 8222, 10634, 7286, 11000, 7708, 8892, 9223, 7129, 10859, 7614, 10141, 8526, 7444, 10179, 7060, 8753, 7445, 7404, 10698, 7464, 8986, 7365, 7280, 10472, 6989, 10130, 7727, 7774, 10484, 7215, 9381, 6979, 8598, 8206, 7166, 10661, 6860, 8987, 9455, 7458, 10922, 7217, 9276, 6831, 7827, 10287, 7280, 10788, 8274, 10074, 8205, 7615, 6912, 7264, 9865, 6955, 10601, 7934, 9309, 6989, 7643, 9380, 6987, 10668, 7615, 9159, 8280, 7448, 11017, 8099, 10642, 7127, 8423, 8876, 7265, 10801, 7695, 8679, 7218, 7237, 10690, 7126, 10341, 7524, 7944, 9590, 7037, 10035, 7007, 9442, 7622, 7242, 10475, 6955, 8936, 7489, 7708, 10821, 7296, 8961, 6936, 7561, 9988, 7545, 10515, 7368, 8460, 9796, 7181, 10116, 7066, 9504, 7077, 7929, 6994, 7962, 9706, 7121, 10407, 7665, 9152, 7785, 7392, 10831, 7423, 10930, 7663, 8997, 8840, 7142, 10638, 7019, 10400, 7376, 7772, 7395, 7362, 9531, 6945, 9250, 7650, 8480, 11547, 7160, 10281, 7103, 9497, 10417, 8525, 11738, 8141, 10123, 7692, 7533, 11223, 7556, 10166, 7790, 7818, 10517, 7130, 9631, 6771, 8836, 7377, 7709, 8878, 7243, 10201, 7010, 9905, 10074, 7454, 10462, 6926, 8357, 8683, 7194, 10879, 7826, 8837, 7006, 7643, 10168, 7003, 9642, 7189, 8226, 9019, 6961, 9870, 6790, 9511, 9801, 8781, 9306, 7376, 6997, 7772, 6627, 7689, 10496, 7263, 10353, 7776, 8797, 10032, 7218, 11172, 7877, 11221, 7464, 9327, 10349, 7391, 11336, 7626, 9670, 8869, 8036, 11277, 7259, 9446, 7265, 7888, 10410, 7324, 9790, 6797, 7739, 10108, 7141, 9341, 6745, 7795, 8633, 7131, 9004, 7141, 8387, 9287, 7096, 10538, 7225, 8464, 7677, 7259, 10275, 7450, 10293, 7250, 8066, 10867, 7029, 9447, 7111, 8542, 10086, 7235, 9891, 6875, 9561, 7058, 9654, 7687, 8230, 8743, 7231, 10752, 7201, 9875, 10014, 8925, 11844, 7279, 9032, 7075, 9550, 7124, 10092, 7692, 8562, 11781, 7313, 10511, 7312, 8868, 11743, 7445, 10886, 7502, 8510, 10364, 7305, 9871, 6723, 7524, 10689, 7075, 9525, 7689, 7361, 10459, 6803, 7687, 9881, 6957, 9777, 7330, 9989, 7220, 8104, 6958, 8364, 7064, 8877, 8355, 7608, 10679, 6995, 8919, 11524, 7596, 10859, 7323, 9686, 10804, 7657, 11157, 7256, 10488, 7233, 8587, 10695, 7660, 11008, 7206, 9270, 10621, 7405, 10946, 7225, 8283, 9453, 7285, 10576, 6982, 7798, 10952, 7206, 9949, 6616, 7499, 10482, 7000, 9463, 6952, 7396, 10327, 6993, 7974, 7195, 6931, 9981, 6803, 8051, 6964, 7296, 8122, 7280, 9582, 7090, 9080, 6979, 8739, 9556, 7732, 11132, 7429, 9110, 11696, 7281, 10610, 7237, 8178, 11615, 7456, 10611, 7071, 8256, 7856, 7043, 9925, 7015, 9191, 7280, 7407, 10292, 7023, 8635, 6996, 8236, 9973, 7243, 9837, 7232, 9800, 7289, 8375, 10754, 7184, 10580, 7279, 8678, 9084, 7523, 10773, 7501, 8850, 7140, 7828, 7491, 7469, 10984, 7209, 10226, 7419, 9818, 9898, 7820, 11435, 7249, 8982, 8833, 7319, 10821, 7225, 8947, 10174, 7961, 11973, 8204, 9010, 7188, 8331, 7068, 8563, 8749, 7225, 10572, 7188, 8958, 10362, 7364, 10709, 7312, 9449, 12177, 7721, 10945, 7191, 9055, 9392, 7440, 7062, 7164, 6844, 7687, 9958, 7257, 9665, 7964, 7452, 10752, 7115, 9339, 8052, 7326, 10386, 7208, 8679, 7798, 6967, 10431, 6917, 7989, 10392, 6934], 'WindowCenter': [4151.0, 4176.0, 4111.0, 4139.0, 4104.0, 4097.0, 4134.0, 4094.0, 4115.0, 4085.0, 4117.0, 4097.0, 4119.0, 4158.0, 4111.0, 4153.0, 4109.0, 4132.0, 4149.0, 4111.0, 4152.0, 4109.0, 4142.0, 4169.0, 4120.0, 4151.0, 4107.0, 4108.0, 4148.0, 4095.0, 4150.0, 4138.0, 4108.0, 4148.0, 4086.0, 4118.0, 4145.0, 4096.0, 4135.0, 4093.0, 4106.0, 4135.0, 4105.0, 4126.0, 4096.0, 4129.0, 4148.0, 4110.0, 4140.0, 4098.0, 4131.0, 4161.0, 4121.0, 4152.0, 4130.0, 4111.0, 4149.0, 4108.0, 4141.0, 4171.0, 4118.0, 4139.0, 4108.0, 4110.0, 4149.0, 4111.0, 4163.0, 4120.0, 4121.0, 4150.0, 4110.0, 4140.0, 4128.0, 4121.0, 4161.0, 4109.0, 4142.0, 4160.0, 4110.0, 4151.0, 4120.0, 4120.0, 4159.0, 4109.0, 4140.0, 4096.0, 4141.0, 4171.0, 4108.0, 4148.0, 4098.0, 4118.0, 4148.0, 4107.0, 4149.0, 4108.0, 4128.0, 4158.0, 4098.0, 4137.0, 4094.0, 4117.0, 4157.0, 4106.0, 4137.0, 4085.0, 4107.0, 4146.0, 4095.0, 4138.0, 4106.0, 4108.0, 4147.0, 4096.0, 4117.0, 4095.0, 4097.0, 4148.0, 4097.0, 4127.0, 4097.0, 4098.0, 4146.0, 4098.0, 4148.0, 4097.0, 4119.0, 4108.0, 4110.0, 4160.0, 4110.0, 4161.0, 4109.0, 4131.0, 4170.0, 4119.0, 4097.0, 4130.0, 4171.0, 4117.0, 4117.0, 4145.0, 4095.0, 4107.0, 4108.0, 4147.0, 4095.0, 4126.0, 4084.0, 4085.0, 4136.0, 4097.0, 4128.0, 4095.0, 4097.0, 4126.0, 4096.0, 4116.0, 4096.0, 4109.0, 4148.0, 4109.0, 4138.0, 4098.0, 4141.0, 4130.0, 4110.0, 4160.0, 4111.0, 4150.0, 4107.0, 4141.0, 4159.0, 4119.0, 4162.0, 4118.0, 4128.0, 4146.0, 4096.0, 4136.0, 4094.0, 4138.0, 4136.0, 4095.0, 4147.0, 4096.0, 4126.0, 4106.0, 4097.0, 4148.0, 4105.0, 4136.0, 4095.0, 4096.0, 4146.0, 4095.0, 4137.0, 4105.0, 4138.0, 4107.0, 4139.0, 4117.0, 4108.0, 4157.0, 4097.0, 4137.0, 4086.0, 4128.0, 4134.0, 4097.0, 4148.0, 4107.0, 4136.0, 4095.0, 4084.0, 4132.0, 4083.0, 4133.0, 4083.0, 4138.0, 4124.0, 4096.0, 4125.0, 4084.0, 4135.0, 4093.0, 4136.0, 4083.0, 4116.0, 4155.0, 4105.0, 4135.0, 4106.0, 4136.0, 4093.0, 4104.0, 4144.0, 4104.0, 4134.0, 4081.0, 4105.0, 4113.0, 4084.0, 4134.0, 4082.0, 4126.0, 4123.0, 4085.0, 4136.0, 4085.0, 4105.0, 4114.0, 4084.0, 4136.0, 4096.0, 4127.0, 4105.0, 4086.0, 4136.0, 4095.0, 4138.0, 4106.0, 4097.0, 4147.0, 4096.0, 4127.0, 4106.0, 4097.0, 4148.0, 4108.0, 4138.0, 4126.0, 4085.0, 4146.0, 4085.0, 4127.0, 4135.0, 4096.0, 4147.0, 4094.0, 4126.0, 4104.0, 4085.0, 4135.0, 4084.0, 4148.0, 4117.0, 4106.0, 4146.0, 4085.0, 4115.0, 4074.0, 4116.0, 4147.0, 4106.0, 4136.0, 4094.0, 4095.0, 4146.0, 4092.0, 4127.0, 4102.0, 4085.0, 4146.0, 4096.0, 4150.0, 4108.0, 4126.0, 4096.0, 4096.0, 4086.0, 4119.0, 4138.0, 4097.0, 4137.0, 4093.0, 4116.0, 4147.0, 4096.0, 4135.0, 4083.0, 4115.0, 4144.0, 4093.0, 4136.0, 4070.0, 4093.0, 4133.0, 4084.0, 4135.0, 4093.0, 4104.0, 4071.0, 4095.0, 4135.0, 4096.0, 4138.0, 4085.0, 4107.0, 4137.0, 4097.0, 4138.0, 4105.0, 4107.0, 4148.0, 4105.0, 4115.0, 4135.0, 4094.0, 4116.0, 4092.0, 4096.0, 4148.0, 4086.0, 4117.0, 4116.0, 4087.0, 4136.0, 4097.0, 4129.0, 4147.0, 4096.0, 4147.0, 4085.0, 4107.0, 4145.0, 4095.0, 4149.0, 4085.0, 4117.0, 4147.0, 4097.0, 4126.0, 4097.0, 4109.0, 4146.0, 4098.0, 4150.0, 4098.0, 4131.0, 4150.0, 4111.0, 4161.0, 4109.0, 4129.0, 4149.0, 4109.0, 4161.0, 4108.0, 4138.0, 4137.0, 4097.0, 4161.0, 4108.0, 4149.0, 4116.0, 4097.0, 4134.0, 4085.0, 4117.0, 4094.0, 4097.0, 4147.0, 4096.0, 4126.0, 4095.0, 4096.0, 4147.0, 4095.0, 4148.0, 4106.0, 4107.0, 4146.0, 4096.0, 4127.0, 4085.0, 4117.0, 4115.0, 4098.0, 4148.0, 4075.0, 4127.0, 4136.0, 4097.0, 4147.0, 4095.0, 4138.0, 4085.0, 4107.0, 4136.0, 4097.0, 4146.0, 4116.0, 4137.0, 4117.0, 4107.0, 4097.0, 4098.0, 4137.0, 4097.0, 4148.0, 4106.0, 4128.0, 4097.0, 4109.0, 4138.0, 4098.0, 4150.0, 4108.0, 4138.0, 4115.0, 4096.0, 4146.0, 4106.0, 4148.0, 4095.0, 4117.0, 4112.0, 4095.0, 4145.0, 4094.0, 4114.0, 4081.0, 4092.0, 4134.0, 4084.0, 4136.0, 4094.0, 4105.0, 4124.0, 4084.0, 4134.0, 4082.0, 4136.0, 4093.0, 4096.0, 4144.0, 4084.0, 4127.0, 4096.0, 4109.0, 4147.0, 4095.0, 4126.0, 4084.0, 4107.0, 4136.0, 4106.0, 4148.0, 4095.0, 4118.0, 4136.0, 4085.0, 4136.0, 4096.0, 4137.0, 4096.0, 4118.0, 4096.0, 4131.0, 4150.0, 4100.0, 4160.0, 4109.0, 4140.0, 4108.0, 4109.0, 4149.0, 4108.0, 4160.0, 4107.0, 4128.0, 4124.0, 4096.0, 4147.0, 4086.0, 4148.0, 4094.0, 4107.0, 4095.0, 4106.0, 4138.0, 4097.0, 4139.0, 4108.0, 4130.0, 4160.0, 4111.0, 4161.0, 4098.0, 4139.0, 4146.0, 4117.0, 4157.0, 4106.0, 4137.0, 4094.0, 4094.0, 4133.0, 4093.0, 4136.0, 4093.0, 4094.0, 4133.0, 4083.0, 4121.0, 4072.0, 4126.0, 4094.0, 4106.0, 4125.0, 4095.0, 4136.0, 4083.0, 4136.0, 4125.0, 4094.0, 4135.0, 4085.0, 4115.0, 4113.0, 4085.0, 4146.0, 4095.0, 4125.0, 4083.0, 4105.0, 4133.0, 4085.0, 4137.0, 4085.0, 4118.0, 4124.0, 4098.0, 4138.0, 4088.0, 4149.0, 4151.0, 4131.0, 4137.0, 4107.0, 4098.0, 4120.0, 4099.0, 4122.0, 4161.0, 4110.0, 4163.0, 4110.0, 4131.0, 4139.0, 4097.0, 4149.0, 4105.0, 4147.0, 4083.0, 4125.0, 4123.0, 4083.0, 4134.0, 4091.0, 4124.0, 4110.0, 4093.0, 4133.0, 4080.0, 4121.0, 4081.0, 4091.0, 4131.0, 4082.0, 4123.0, 4071.0, 4093.0, 4132.0, 4083.0, 4124.0, 4073.0, 4093.0, 4114.0, 4085.0, 4126.0, 4096.0, 4129.0, 4151.0, 4111.0, 4149.0, 4097.0, 4115.0, 4093.0, 4096.0, 4137.0, 4096.0, 4147.0, 4095.0, 4106.0, 4146.0, 4086.0, 4135.0, 4096.0, 4128.0, 4146.0, 4096.0, 4136.0, 4088.0, 4137.0, 4098.0, 4140.0, 4108.0, 4129.0, 4126.0, 4098.0, 4148.0, 4096.0, 4138.0, 4138.0, 4128.0, 4156.0, 4096.0, 4126.0, 4096.0, 4137.0, 4097.0, 4150.0, 4106.0, 4129.0, 4156.0, 4096.0, 4136.0, 4084.0, 4116.0, 4145.0, 4096.0, 4135.0, 4081.0, 4103.0, 4122.0, 4082.0, 4123.0, 4072.0, 4094.0, 4133.0, 4083.0, 4125.0, 4092.0, 4083.0, 4133.0, 4072.0, 4094.0, 4122.0, 4086.0, 4137.0, 4094.0, 4150.0, 4109.0, 4117.0, 4098.0, 4116.0, 4097.0, 4152.0, 4129.0, 4121.0, 4161.0, 4097.0, 4142.0, 4158.0, 4107.0, 4148.0, 4094.0, 4137.0, 4134.0, 4094.0, 4133.0, 4083.0, 4134.0, 4082.0, 4104.0, 4121.0, 4093.0, 4133.0, 4080.0, 4111.0, 4120.0, 4068.0, 4119.0, 4067.0, 4090.0, 4109.0, 4069.0, 4121.0, 4070.0, 4091.0, 4131.0, 4082.0, 4123.0, 4060.0, 4083.0, 4131.0, 4082.0, 4124.0, 4082.0, 4093.0, 4134.0, 4083.0, 4106.0, 4096.0, 4109.0, 4149.0, 4087.0, 4119.0, 4098.0, 4108.0, 4118.0, 4123.0, 4153.0, 4110.0, 4142.0, 4112.0, 4143.0, 4150.0, 4121.0, 4161.0, 4109.0, 4130.0, 4158.0, 4097.0, 4147.0, 4095.0, 4117.0, 4158.0, 4096.0, 4147.0, 4082.0, 4114.0, 4104.0, 4082.0, 4135.0, 4085.0, 4138.0, 4096.0, 4097.0, 4136.0, 4097.0, 4117.0, 4086.0, 4118.0, 4149.0, 4108.0, 4138.0, 4109.0, 4149.0, 4096.0, 4118.0, 4158.0, 4097.0, 4149.0, 4097.0, 4118.0, 4124.0, 4106.0, 4148.0, 4096.0, 4127.0, 4086.0, 4107.0, 4097.0, 4109.0, 4159.0, 4109.0, 4149.0, 4109.0, 4151.0, 4138.0, 4108.0, 4159.0, 4095.0, 4127.0, 4115.0, 4094.0, 4146.0, 4084.0, 4127.0, 4134.0, 4118.0, 4159.0, 4104.0, 4113.0, 4072.0, 4103.0, 4085.0, 4117.0, 4114.0, 4097.0, 4137.0, 4084.0, 4117.0, 4123.0, 4084.0, 4124.0, 4083.0, 4125.0, 4142.0, 4083.0, 4132.0, 4071.0, 4113.0, 4113.0, 4082.0, 4071.0, 4085.0, 4073.0, 4108.0, 4137.0, 4095.0, 4126.0, 4094.0, 4085.0, 4136.0, 4084.0, 4127.0, 4104.0, 4095.0, 4135.0, 4084.0, 4115.0, 4093.0, 4086.0, 4148.0, 4087.0, 4107.0, 4136.0, 4088.0], 'WindowWidth': [9241.0, 9263.0, 9167.0, 9199.0, 9143.0, 9137.0, 9185.0, 9130.0, 9157.0, 9121.0, 9165.0, 9140.0, 9173.0, 9223.0, 9163.0, 9223.0, 9160.0, 9193.0, 9211.0, 9165.0, 9218.0, 9156.0, 9204.0, 9242.0, 9174.0, 9215.0, 9151.0, 9155.0, 9207.0, 9134.0, 9213.0, 9193.0, 9153.0, 9205.0, 9123.0, 9166.0, 9197.0, 9133.0, 9186.0, 9127.0, 9149.0, 9187.0, 9146.0, 9175.0, 9137.0, 9186.0, 9209.0, 9160.0, 9201.0, 9143.0, 9192.0, 9232.0, 9178.0, 9221.0, 9186.0, 9163.0, 9213.0, 9155.0, 9203.0, 9243.0, 9168.0, 9198.0, 9156.0, 9159.0, 9210.0, 9163.0, 9238.0, 9174.0, 9179.0, 9215.0, 9162.0, 9201.0, 9184.0, 9178.0, 9231.0, 9158.0, 9205.0, 9226.0, 9159.0, 9217.0, 9174.0, 9174.0, 9225.0, 9159.0, 9199.0, 9138.0, 9205.0, 9244.0, 9157.0, 9210.0, 9141.0, 9170.0, 9206.0, 9153.0, 9213.0, 9152.0, 9180.0, 9222.0, 9141.0, 9190.0, 9131.0, 9166.0, 9218.0, 9149.0, 9191.0, 9122.0, 9152.0, 9202.0, 9133.0, 9194.0, 9149.0, 9156.0, 9205.0, 9136.0, 9163.0, 9131.0, 9139.0, 9208.0, 9139.0, 9178.0, 9138.0, 9141.0, 9204.0, 9140.0, 9208.0, 9140.0, 9172.0, 9156.0, 9164.0, 9229.0, 9162.0, 9231.0, 9159.0, 9189.0, 9242.0, 9170.0, 9140.0, 9190.0, 9246.0, 9163.0, 9163.0, 9199.0, 9132.0, 9152.0, 9155.0, 9206.0, 9131.0, 9173.0, 9114.0, 9119.0, 9188.0, 9140.0, 9181.0, 9133.0, 9140.0, 9177.0, 9138.0, 9165.0, 9137.0, 9159.0, 9208.0, 9158.0, 9196.0, 9144.0, 9206.0, 9187.0, 9163.0, 9228.0, 9164.0, 9215.0, 9154.0, 9203.0, 9228.0, 9173.0, 9233.0, 9166.0, 9182.0, 9202.0, 9134.0, 9188.0, 9133.0, 9196.0, 9189.0, 9134.0, 9204.0, 9137.0, 9177.0, 9149.0, 9138.0, 9208.0, 9148.0, 9191.0, 9133.0, 9136.0, 9201.0, 9132.0, 9191.0, 9146.0, 9195.0, 9153.0, 9198.0, 9166.0, 9154.0, 9218.0, 9138.0, 9192.0, 9121.0, 9179.0, 9184.0, 9137.0, 9209.0, 9151.0, 9190.0, 9131.0, 9118.0, 9177.0, 9113.0, 9180.0, 9114.0, 9195.0, 9170.0, 9134.0, 9172.0, 9119.0, 9186.0, 9129.0, 9188.0, 9113.0, 9162.0, 9214.0, 9146.0, 9185.0, 9148.0, 9188.0, 9127.0, 9143.0, 9197.0, 9142.0, 9182.0, 9109.0, 9144.0, 9152.0, 9116.0, 9183.0, 9112.0, 9176.0, 9167.0, 9119.0, 9188.0, 9120.0, 9147.0, 9155.0, 9119.0, 9190.0, 9136.0, 9179.0, 9147.0, 9124.0, 9189.0, 9133.0, 9196.0, 9150.0, 9140.0, 9206.0, 9137.0, 9180.0, 9148.0, 9139.0, 9209.0, 9155.0, 9196.0, 9177.0, 9121.0, 9203.0, 9120.0, 9177.0, 9185.0, 9135.0, 9204.0, 9129.0, 9174.0, 9142.0, 9118.0, 9185.0, 9117.0, 9209.0, 9164.0, 9150.0, 9203.0, 9121.0, 9160.0, 9105.0, 9165.0, 9205.0, 9149.0, 9190.0, 9130.0, 9133.0, 9203.0, 9126.0, 9177.0, 9138.0, 9121.0, 9202.0, 9137.0, 9215.0, 9157.0, 9179.0, 9136.0, 9138.0, 9123.0, 9176.0, 9196.0, 9141.0, 9193.0, 9129.0, 9164.0, 9205.0, 9134.0, 9187.0, 9113.0, 9159.0, 9199.0, 9126.0, 9187.0, 9093.0, 9127.0, 9178.0, 9116.0, 9186.0, 9127.0, 9142.0, 9098.0, 9133.0, 9186.0, 9137.0, 9195.0, 9123.0, 9154.0, 9193.0, 9140.0, 9195.0, 9145.0, 9151.0, 9208.0, 9146.0, 9160.0, 9185.0, 9131.0, 9161.0, 9126.0, 9138.0, 9209.0, 9124.0, 9167.0, 9162.0, 9125.0, 9190.0, 9139.0, 9183.0, 9206.0, 9137.0, 9206.0, 9122.0, 9153.0, 9200.0, 9133.0, 9213.0, 9122.0, 9165.0, 9206.0, 9139.0, 9178.0, 9142.0, 9159.0, 9205.0, 9144.0, 9214.0, 9143.0, 9194.0, 9216.0, 9166.0, 9234.0, 9159.0, 9187.0, 9211.0, 9160.0, 9232.0, 9156.0, 9196.0, 9192.0, 9140.0, 9231.0, 9157.0, 9213.0, 9162.0, 9137.0, 9184.0, 9119.0, 9164.0, 9130.0, 9139.0, 9205.0, 9136.0, 9177.0, 9134.0, 9138.0, 9204.0, 9136.0, 9210.0, 9148.0, 9153.0, 9203.0, 9137.0, 9179.0, 9121.0, 9165.0, 9161.0, 9141.0, 9208.0, 9106.0, 9179.0, 9189.0, 9140.0, 9208.0, 9135.0, 9196.0, 9119.0, 9154.0, 9191.0, 9140.0, 9206.0, 9162.0, 9194.0, 9164.0, 9153.0, 9139.0, 9142.0, 9191.0, 9139.0, 9209.0, 9150.0, 9181.0, 9139.0, 9159.0, 9195.0, 9143.0, 9215.0, 9156.0, 9195.0, 9160.0, 9137.0, 9203.0, 9149.0, 9207.0, 9135.0, 9166.0, 9152.0, 9133.0, 9199.0, 9128.0, 9156.0, 9107.0, 9126.0, 9182.0, 9117.0, 9189.0, 9130.0, 9146.0, 9169.0, 9117.0, 9183.0, 9112.0, 9189.0, 9127.0, 9136.0, 9198.0, 9118.0, 9178.0, 9137.0, 9158.0, 9203.0, 9132.0, 9175.0, 9117.0, 9152.0, 9188.0, 9150.0, 9209.0, 9134.0, 9167.0, 9188.0, 9119.0, 9187.0, 9138.0, 9195.0, 9138.0, 9169.0, 9142.0, 9194.0, 9216.0, 9150.0, 9230.0, 9159.0, 9202.0, 9155.0, 9159.0, 9212.0, 9155.0, 9226.0, 9153.0, 9181.0, 9172.0, 9137.0, 9203.0, 9122.0, 9209.0, 9132.0, 9152.0, 9134.0, 9153.0, 9196.0, 9140.0, 9200.0, 9157.0, 9188.0, 9229.0, 9169.0, 9230.0, 9142.0, 9198.0, 9202.0, 9165.0, 9220.0, 9149.0, 9191.0, 9128.0, 9130.0, 9181.0, 9127.0, 9187.0, 9124.0, 9129.0, 9179.0, 9113.0, 9162.0, 9098.0, 9175.0, 9130.0, 9151.0, 9173.0, 9133.0, 9189.0, 9114.0, 9189.0, 9170.0, 9131.0, 9185.0, 9118.0, 9160.0, 9153.0, 9120.0, 9204.0, 9131.0, 9172.0, 9114.0, 9146.0, 9181.0, 9119.0, 9192.0, 9121.0, 9168.0, 9171.0, 9144.0, 9195.0, 9129.0, 9213.0, 9220.0, 9191.0, 9192.0, 9154.0, 9145.0, 9175.0, 9149.0, 9183.0, 9232.0, 9162.0, 9238.0, 9162.0, 9189.0, 9195.0, 9140.0, 9210.0, 9145.0, 9205.0, 9113.0, 9171.0, 9165.0, 9113.0, 9181.0, 9120.0, 9167.0, 9143.0, 9125.0, 9180.0, 9105.0, 9160.0, 9108.0, 9121.0, 9174.0, 9110.0, 9166.0, 9093.0, 9126.0, 9178.0, 9114.0, 9169.0, 9100.0, 9129.0, 9155.0, 9120.0, 9175.0, 9136.0, 9185.0, 9220.0, 9168.0, 9212.0, 9138.0, 9161.0, 9129.0, 9136.0, 9191.0, 9137.0, 9206.0, 9132.0, 9149.0, 9201.0, 9122.0, 9187.0, 9136.0, 9182.0, 9203.0, 9137.0, 9189.0, 9129.0, 9195.0, 9142.0, 9201.0, 9156.0, 9184.0, 9176.0, 9143.0, 9210.0, 9138.0, 9195.0, 9194.0, 9181.0, 9217.0, 9137.0, 9175.0, 9138.0, 9191.0, 9142.0, 9214.0, 9150.0, 9183.0, 9215.0, 9134.0, 9188.0, 9116.0, 9161.0, 9198.0, 9133.0, 9186.0, 9107.0, 9139.0, 9161.0, 9109.0, 9164.0, 9096.0, 9129.0, 9179.0, 9112.0, 9172.0, 9123.0, 9113.0, 9177.0, 9096.0, 9127.0, 9163.0, 9124.0, 9192.0, 9130.0, 9215.0, 9162.0, 9168.0, 9145.0, 9166.0, 9143.0, 9223.0, 9186.0, 9178.0, 9231.0, 9140.0, 9209.0, 9221.0, 9153.0, 9207.0, 9129.0, 9191.0, 9180.0, 9126.0, 9179.0, 9112.0, 9181.0, 9109.0, 9141.0, 9160.0, 9123.0, 9177.0, 9102.0, 9146.0, 9153.0, 9083.0, 9153.0, 9080.0, 9115.0, 9138.0, 9086.0, 9157.0, 9089.0, 9119.0, 9173.0, 9111.0, 9164.0, 9077.0, 9113.0, 9174.0, 9111.0, 9170.0, 9111.0, 9129.0, 9182.0, 9115.0, 9149.0, 9135.0, 9161.0, 9212.0, 9128.0, 9171.0, 9142.0, 9157.0, 9169.0, 9185.0, 9226.0, 9164.0, 9206.0, 9167.0, 9210.0, 9215.0, 9176.0, 9233.0, 9157.0, 9188.0, 9220.0, 9139.0, 9205.0, 9132.0, 9165.0, 9222.0, 9138.0, 9205.0, 9111.0, 9156.0, 9141.0, 9113.0, 9184.0, 9120.0, 9194.0, 9136.0, 9140.0, 9189.0, 9137.0, 9165.0, 9121.0, 9169.0, 9210.0, 9156.0, 9194.0, 9157.0, 9210.0, 9135.0, 9170.0, 9223.0, 9142.0, 9211.0, 9139.0, 9167.0, 9171.0, 9150.0, 9206.0, 9135.0, 9177.0, 9122.0, 9152.0, 9139.0, 9159.0, 9226.0, 9160.0, 9212.0, 9158.0, 9218.0, 9196.0, 9155.0, 9223.0, 9134.0, 9177.0, 9157.0, 9130.0, 9202.0, 9114.0, 9177.0, 9180.0, 9169.0, 9226.0, 9141.0, 9150.0, 9097.0, 9139.0, 9118.0, 9165.0, 9156.0, 9134.0, 9190.0, 9114.0, 9162.0, 9165.0, 9114.0, 9165.0, 9108.0, 9168.0, 9190.0, 9109.0, 9172.0, 9089.0, 9150.0, 9148.0, 9108.0, 9092.0, 9117.0, 9101.0, 9154.0, 9190.0, 9131.0, 9174.0, 9127.0, 9118.0, 9185.0, 9115.0, 9175.0, 9141.0, 9132.0, 9184.0, 9114.0, 9157.0, 9124.0, 9120.0, 9205.0, 9123.0, 9150.0, 9186.0, 9123.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.00038127439724454647</td></tr>
<tr><td colspan=3>aqi</td><td>0.022586819977037886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.821994623655186</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1796256418045992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943933445632195</td></tr>
<tr><td colspan=3>efc</td><td>0.472</td></tr>
<tr><td colspan=3>fber</td><td>4386.2598</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07307374555848616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490429564874239</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.488636577029917</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6908299358456147</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291822181747186</td></tr>
<tr><td colspan=3>gcor</td><td>0.0078549</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018229084089398384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01874232105910778</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.669210162562764</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.55</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.0178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.4455</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302139.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.9429</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2417</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.8622</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.5708</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.9612</td></tr>
<tr><td colspan=3>tsnr</td><td>39.89517342869658</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>