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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-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-04_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-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-04/func/sub-0013_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>20d174082cfa3998ec137c4059440cd8</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:53:38.265000</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.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</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.075452</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>25</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</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>233.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3dfb74a5-d4bd-43b2-b2d3-b2eb899f3cb0||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.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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': ['105338.265000', '105338.725000', '105339.185000', '105339.645000', '105340.105000', '105340.565000', '105341.025000', '105341.485000', '105341.945000', '105342.405000', '105342.865000', '105343.325000', '105343.785000', '105344.245000', '105344.705000', '105345.165000', '105345.625000', '105346.085000', '105346.545000', '105347.005000', '105347.465000', '105347.925000', '105348.385000', '105348.845000', '105349.305000', '105349.765000', '105350.225000', '105350.685000', '105351.145000', '105351.605000', '105352.065000', '105352.525000', '105352.985000', '105353.445000', '105353.905000', '105354.365000', '105354.825000', '105355.285000', '105355.745000', '105356.205000', '105356.665000', '105357.125000', '105357.585000', '105358.045000', '105358.505000', '105358.965000', '105359.425000', '105359.885000', '105400.345000', '105400.805000', '105401.265000', '105401.725000', '105402.185000', '105402.645000', '105403.105000', '105403.565000', '105404.025000', '105404.485000', '105404.945000', '105405.405000', '105405.865000', '105406.325000', '105406.785000', '105407.245000', '105407.705000', '105408.165000', '105408.625000', '105409.085000', '105409.545000', '105410.005000', '105410.465000', '105410.925000', '105411.385000', '105411.845000', '105412.305000', '105412.765000', '105413.225000', '105413.685000', '105414.145000', '105414.605000', '105415.065000', '105415.525000', '105415.985000', '105416.445000', '105416.905000', '105417.365000', '105417.825000', '105418.285000', '105418.745000', '105419.205000', '105419.665000', '105420.125000', '105420.585000', '105421.045000', '105421.505000', '105421.965000', '105422.425000', '105422.885000', '105423.345000', '105423.805000', '105424.265000', '105424.725000', '105425.185000', '105425.645000', '105426.105000', '105426.565000', '105427.025000', '105427.485000', '105427.945000', '105428.405000', '105428.865000', '105429.325000', '105429.785000', '105430.245000', '105430.705000', '105431.165000', '105431.625000', '105432.085000', '105432.545000', '105433.005000', '105433.465000', '105433.925000', '105434.385000', '105434.845000', '105435.305000', '105435.765000', '105436.225000', '105436.685000', '105437.145000', '105437.605000', '105438.065000', '105438.525000', '105438.985000', '105439.445000', '105439.905000', '105440.365000', '105440.825000', '105441.285000', '105441.745000', '105442.205000', '105442.665000', '105443.125000', '105443.585000', '105444.045000', '105444.505000', '105444.965000', '105445.425000', '105445.885000', '105446.345000', '105446.805000', '105447.265000', '105447.725000', '105448.185000', '105448.645000', '105449.105000', '105449.565000', '105450.025000', '105450.485000', '105450.945000', '105451.405000', '105451.865000', '105452.325000', '105452.785000', '105453.245000', '105453.705000', '105454.165000', '105454.625000', '105455.085000', '105455.545000', '105456.005000', '105456.465000', '105456.925000', '105457.385000', '105457.845000', '105458.305000', '105458.765000', '105459.225000', '105459.685000', '105500.145000', '105500.605000', '105501.065000', '105501.525000', '105501.985000', '105502.445000', '105502.905000', '105503.365000', '105503.825000', '105504.285000', '105504.745000', '105505.205000', '105505.665000', '105506.125000', '105506.585000', '105507.045000', '105507.505000', '105507.965000', '105508.425000', '105508.885000', '105509.345000', '105509.805000', '105510.265000', '105510.725000', '105511.185000', '105511.645000', '105512.105000', '105512.565000', '105513.025000', '105513.485000', '105513.945000', '105514.405000', '105514.865000', '105515.325000', '105515.785000', '105516.245000', '105516.705000', '105517.165000', '105517.625000', '105518.085000', '105518.545000', '105519.005000', '105519.465000', '105519.925000', '105520.385000', '105520.845000', '105521.305000', '105521.765000', '105522.225000', '105522.685000', '105523.145000', '105523.605000', '105524.065000', '105524.525000', '105524.985000', '105525.445000', '105525.905000', '105526.365000', '105526.825000', '105527.285000', '105527.745000', '105528.205000', '105528.665000', '105529.125000', '105529.585000', '105530.045000', '105530.505000', '105530.965000', '105531.425000', '105531.885000', '105532.345000', '105532.805000', '105533.265000', '105533.725000', '105534.185000', '105534.645000', '105535.105000', '105535.565000', '105536.025000', '105536.485000', '105536.945000', '105537.405000', '105537.865000', '105538.325000', '105538.785000', '105539.245000', '105539.705000', '105540.165000', '105540.625000', '105541.085000', '105541.545000', '105542.005000', '105542.465000', '105542.925000', '105543.385000', '105543.845000', '105544.305000', '105544.765000', '105545.225000', '105545.685000', '105546.145000', '105546.605000', '105547.065000', '105547.525000', '105547.985000', '105548.445000', '105548.905000', '105549.365000', '105549.825000', '105550.285000', '105550.745000', '105551.205000', '105551.665000', '105552.125000', '105552.585000', '105553.045000', '105553.505000', '105553.965000', '105554.425000', '105554.885000', '105555.345000', '105555.805000', '105556.265000', '105556.725000', '105557.185000', '105557.645000', '105558.105000', '105558.565000', '105559.025000', '105559.485000', '105559.945000', '105600.405000', '105600.865000', '105601.325000', '105601.785000', '105602.245000', '105602.705000', '105603.165000', '105603.625000', '105604.085000', '105604.545000', '105605.005000', '105605.465000', '105605.925000', '105606.385000', '105606.845000', '105607.305000', '105607.765000', '105608.225000', '105608.685000', '105609.145000', '105609.605000', '105610.065000', '105610.525000', '105610.985000', '105611.445000', '105611.905000', '105612.365000', '105612.825000', '105613.285000', '105613.745000', '105614.205000', '105614.665000', '105615.125000', '105615.585000', '105616.045000', '105616.505000', '105616.965000', '105617.425000', '105617.885000', '105618.345000', '105618.805000', '105619.265000', '105619.725000', '105620.185000', '105620.645000', '105621.105000', '105621.565000', '105622.025000', '105622.485000', '105622.945000', '105623.405000', '105623.865000', '105624.325000', '105624.785000', '105625.245000', '105625.705000', '105626.165000', '105626.625000', '105627.085000', '105627.545000', '105628.005000', '105628.465000', '105628.925000', '105629.385000', '105629.845000', '105630.305000', '105630.765000', '105631.225000', '105631.685000', '105632.145000', '105632.605000', '105633.065000', '105633.525000', '105633.985000', '105634.445000', '105634.905000', '105635.365000', '105635.825000', '105636.285000', '105636.745000', '105637.205000', '105637.665000', '105638.125000', '105638.585000', '105639.045000', '105639.505000', '105639.965000', '105640.425000', '105640.885000', '105641.345000', '105641.805000', '105642.265000', '105642.725000', '105643.185000', '105643.645000', '105644.105000', '105644.565000', '105645.025000', '105645.485000', '105645.945000', '105646.405000', '105646.865000', '105647.325000', '105647.785000', '105648.245000', '105648.705000', '105649.165000', '105649.625000', '105650.085000', '105650.545000', '105651.005000', '105651.465000', '105651.925000', '105652.385000', '105652.845000', '105653.305000', '105653.765000', '105654.225000', '105654.685000', '105655.145000', '105655.605000', '105656.065000', '105656.525000', '105656.985000', '105657.445000', '105657.905000', '105658.365000', '105658.825000', '105659.285000', '105659.745000', '105700.205000', '105700.665000', '105701.125000', '105701.585000', '105702.045000', '105702.505000', '105702.965000', '105703.425000', '105703.885000', '105704.345000', '105704.805000', '105705.265000', '105705.725000', '105706.185000', '105706.645000', '105707.105000', '105707.565000', '105708.025000', '105708.485000', '105708.945000', '105709.405000', '105709.865000', '105710.325000', '105710.785000', '105711.245000', '105711.705000', '105712.165000', '105712.625000', '105713.085000', '105713.545000', '105714.005000', '105714.465000', '105714.925000', '105715.385000', '105715.845000', '105716.305000', '105716.765000', '105717.225000', '105717.685000', '105718.145000', '105718.605000', '105719.065000', '105719.525000', '105719.985000', '105720.445000', '105720.905000', '105721.365000', '105721.825000', '105722.285000', '105722.745000', '105723.205000', '105723.665000', '105724.125000', '105724.585000', '105725.045000', '105725.505000', '105725.965000', '105726.425000', '105726.885000', '105727.345000', '105727.805000', '105728.265000', '105728.725000', '105729.185000', '105729.645000', '105730.105000', '105730.565000', '105731.025000', '105731.485000', '105731.945000', '105732.405000', '105732.865000', '105733.325000', '105733.785000', '105734.245000', '105734.705000', '105735.165000', '105735.625000', '105736.085000', '105736.545000', '105737.005000', '105737.465000', '105737.925000', '105738.385000', '105738.845000', '105739.305000', '105739.765000', '105740.225000', '105740.685000', '105741.145000', '105741.605000', '105742.065000', '105742.525000', '105742.985000', '105743.445000', '105743.905000', '105744.365000', '105744.825000', '105745.285000', '105745.745000', '105746.205000', '105746.665000', '105747.125000', '105747.585000', '105748.045000', '105748.505000', '105748.965000', '105749.425000', '105749.885000', '105750.345000', '105750.805000', '105751.265000', '105751.725000', '105752.185000', '105752.645000', '105753.105000', '105753.565000', '105754.025000', '105754.485000', '105754.945000', '105755.405000', '105755.865000', '105756.325000', '105756.785000', '105757.245000', '105757.705000', '105758.165000', '105758.625000', '105759.085000', '105759.545000', '105800.005000', '105800.465000', '105800.925000', '105801.385000', '105801.845000', '105802.305000', '105802.765000', '105803.225000', '105803.685000', '105804.145000', '105804.605000', '105805.065000', '105805.525000', '105805.985000', '105806.445000', '105806.905000', '105807.365000', '105807.825000', '105808.285000', '105808.745000', '105809.205000', '105809.665000', '105810.125000', '105810.585000', '105811.045000', '105811.505000', '105811.965000', '105812.425000', '105812.885000', '105813.345000', '105813.805000', '105814.265000', '105814.725000', '105815.185000', '105815.645000', '105816.105000', '105816.565000', '105817.025000', '105817.485000', '105817.945000', '105818.405000', '105818.865000', '105819.325000', '105819.785000', '105820.245000', '105820.705000', '105821.165000', '105821.625000', '105822.085000', '105822.545000', '105823.005000', '105823.465000', '105823.925000', '105824.385000', '105824.845000', '105825.305000', '105825.765000', '105826.225000', '105826.685000', '105827.145000', '105827.605000', '105828.065000', '105828.525000', '105828.985000', '105829.445000', '105829.905000', '105830.365000', '105830.825000', '105831.285000', '105831.745000', '105832.205000', '105832.665000', '105833.125000', '105833.585000', '105834.045000', '105834.505000', '105834.965000', '105835.425000', '105835.885000', '105836.345000', '105836.805000', '105837.265000', '105837.725000', '105838.185000', '105838.645000', '105839.105000', '105839.565000', '105840.025000', '105840.485000', '105840.945000', '105841.405000', '105841.865000', '105842.325000', '105842.785000', '105843.245000', '105843.705000', '105844.165000', '105844.625000', '105845.085000', '105845.545000', '105846.005000', '105846.465000', '105846.925000', '105847.385000', '105847.845000', '105848.305000', '105848.765000', '105849.225000', '105849.685000', '105850.145000', '105850.605000', '105851.065000', '105851.525000', '105851.985000', '105852.445000', '105852.905000', '105853.365000', '105853.825000', '105854.285000', '105854.745000', '105855.205000', '105855.665000', '105856.125000', '105856.585000', '105857.045000', '105857.505000', '105857.965000', '105858.425000', '105858.885000', '105859.345000', '105859.805000', '105900.265000', '105900.725000', '105901.185000', '105901.645000', '105902.105000', '105902.565000', '105903.025000', '105903.485000', '105903.945000', '105904.405000', '105904.865000', '105905.325000', '105905.785000', '105906.245000', '105906.705000', '105907.165000', '105907.625000', '105908.085000', '105908.545000', '105909.005000', '105909.465000', '105909.925000', '105910.385000', '105910.845000', '105911.305000', '105911.765000', '105912.225000', '105912.685000', '105913.145000', '105913.605000', '105914.065000', '105914.525000', '105914.985000', '105915.445000', '105915.905000', '105916.365000', '105916.825000', '105917.285000', '105917.745000', '105918.205000', '105918.665000', '105919.125000', '105919.585000', '105920.045000', '105920.505000', '105920.965000', '105921.425000', '105921.885000', '105922.345000', '105922.805000', '105923.265000', '105923.725000', '105924.185000', '105924.645000', '105925.105000', '105925.565000', '105926.025000', '105926.485000', '105926.945000', '105927.405000', '105927.865000', '105928.325000', '105928.785000', '105929.245000', '105929.705000', '105930.165000', '105930.625000', '105931.085000', '105931.545000', '105932.005000', '105932.465000', '105932.925000', '105933.385000', '105933.845000', '105934.305000', '105934.765000', '105935.225000', '105935.685000', '105936.145000', '105936.605000', '105937.065000', '105937.525000', '105937.985000', '105938.445000', '105938.905000', '105939.365000', '105939.825000', '105940.285000', '105940.745000', '105941.205000', '105941.665000', '105942.125000', '105942.585000', '105943.045000', '105943.505000', '105943.965000', '105944.425000', '105944.885000', '105945.345000', '105945.805000', '105946.265000', '105946.725000', '105947.185000', '105947.645000', '105948.105000', '105948.565000', '105949.025000', '105949.485000', '105949.945000', '105950.405000', '105950.865000', '105951.325000', '105951.785000', '105952.245000', '105952.705000', '105953.165000', '105953.625000', '105954.085000', '105954.545000', '105955.005000', '105955.465000', '105955.925000', '105956.385000', '105956.845000', '105957.305000', '105957.765000', '105958.225000', '105958.685000', '105959.145000', '105959.605000', '110000.065000', '110000.525000', '110000.985000', '110001.445000', '110001.905000', '110002.365000', '110002.825000', '110003.285000', '110003.745000', '110004.205000', '110004.665000', '110005.125000', '110005.585000', '110006.045000', '110006.505000', '110006.965000', '110007.425000', '110007.885000', '110008.345000', '110008.805000', '110009.265000', '110009.725000', '110010.185000', '110010.645000', '110011.105000', '110011.565000', '110012.025000', '110012.485000', '110012.945000', '110013.405000', '110013.865000', '110014.325000', '110014.785000', '110015.245000', '110015.705000', '110016.165000', '110016.625000', '110017.085000', '110017.545000', '110018.005000', '110018.465000', '110018.925000'], 'ContentTime': ['105354.164000', '105354.168000', '105354.170000', '105354.173000', '105354.176000', '105354.179000', '105354.182000', '105354.184000', '105354.187000', '105354.190000', '105354.193000', '105354.195000', '105354.198000', '105354.204000', '105354.207000', '105354.217000', '105354.219000', '105354.222000', '105354.225000', '105354.228000', '105354.230000', '105354.233000', '105354.236000', '105354.239000', '105354.242000', '105354.245000', '105354.247000', '105354.250000', '105354.253000', '105354.256000', '105354.259000', '105354.261000', '105354.264000', '105414.130000', '105414.133000', '105414.136000', '105414.138000', '105414.141000', '105414.144000', '105414.147000', '105414.150000', '105414.152000', '105414.155000', '105414.158000', '105414.161000', '105414.164000', '105414.167000', '105414.169000', '105414.172000', '105414.175000', '105414.178000', '105414.181000', '105414.183000', '105414.186000', '105414.195000', '105414.198000', '105414.201000', '105414.204000', '105414.207000', '105414.209000', '105414.212000', '105414.215000', '105414.218000', '105414.220000', '105414.223000', '105414.226000', '105414.229000', '105414.231000', '105414.235000', '105414.237000', '105414.240000', '105414.243000', '105414.246000', '105414.249000', '105414.252000', '105414.254000', '105414.257000', '105434.131000', '105434.134000', '105434.136000', '105434.139000', '105434.142000', '105434.145000', '105434.148000', '105434.150000', '105434.153000', '105434.156000', '105434.186000', '105434.188000', '105434.191000', '105434.194000', '105434.197000', '105434.200000', '105434.202000', '105434.205000', '105434.208000', '105434.216000', '105434.219000', '105434.222000', '105434.225000', '105434.227000', '105434.230000', '105434.233000', '105434.236000', '105434.238000', '105434.241000', '105434.244000', '105434.247000', '105434.250000', '105434.253000', '105434.256000', '105434.259000', '105434.262000', '105434.265000', '105434.268000', '105434.270000', '105434.273000', '105434.276000', '105434.279000', '105434.281000', '105454.131000', '105454.134000', '105454.136000', '105454.139000', '105454.142000', '105454.145000', '105454.148000', '105454.150000', '105454.153000', '105454.156000', '105454.159000', '105454.162000', '105454.165000', '105454.167000', '105454.170000', '105454.173000', '105454.176000', '105454.179000', '105454.182000', '105454.185000', '105454.187000', '105454.190000', '105454.193000', '105454.196000', '105454.199000', '105454.202000', '105454.205000', '105454.207000', '105454.210000', '105454.213000', '105454.216000', '105454.219000', '105454.221000', '105454.224000', '105454.227000', '105454.230000', '105454.233000', '105454.235000', '105454.238000', '105454.241000', '105454.244000', '105454.247000', '105454.250000', '105454.252000', '105514.131000', '105514.134000', '105514.137000', '105514.139000', '105514.142000', '105514.145000', '105514.148000', '105514.151000', '105514.154000', '105514.156000', '105514.159000', '105514.162000', '105514.165000', '105514.168000', '105514.171000', '105514.173000', '105514.176000', '105514.179000', '105514.182000', '105514.201000', '105514.204000', '105514.207000', '105514.209000', '105514.212000', '105514.215000', '105514.218000', '105514.220000', '105514.223000', '105514.226000', '105514.229000', '105514.232000', '105514.234000', '105514.237000', '105514.240000', '105514.243000', '105514.246000', '105514.248000', '105514.251000', '105514.254000', '105514.257000', '105514.259000', '105514.262000', '105514.265000', '105534.130000', '105534.133000', '105534.135000', '105534.138000', '105534.141000', '105534.144000', '105534.147000', '105534.150000', '105534.153000', '105534.155000', '105534.158000', '105534.161000', '105534.164000', '105534.167000', '105534.170000', '105534.172000', '105534.175000', '105534.178000', '105534.181000', '105534.184000', '105534.187000', '105534.189000', '105534.192000', '105534.195000', '105534.198000', '105534.200000', '105534.203000', '105534.206000', '105534.209000', '105534.212000', '105534.215000', '105534.217000', '105534.220000', '105534.223000', '105534.226000', '105534.229000', '105534.231000', '105534.234000', '105534.237000', '105534.240000', '105534.242000', '105534.249000', '105534.252000', '105554.130000', '105554.133000', '105554.136000', '105554.138000', '105554.142000', '105554.144000', '105554.147000', '105554.150000', '105554.153000', '105554.156000', '105554.159000', '105554.161000', '105554.164000', '105554.167000', '105554.170000', '105554.173000', '105554.176000', '105554.179000', '105554.182000', '105554.184000', '105554.187000', '105554.190000', '105554.193000', '105554.196000', '105554.198000', '105554.201000', '105554.204000', '105554.207000', '105554.210000', '105554.213000', '105554.215000', '105554.218000', '105554.221000', '105554.224000', '105554.227000', '105554.229000', '105554.232000', '105554.235000', '105554.238000', '105554.241000', '105554.244000', '105554.246000', '105554.249000', '105554.252000', '105614.130000', '105614.133000', '105614.136000', '105614.139000', '105614.142000', '105614.145000', '105614.147000', '105614.150000', '105614.153000', '105614.156000', '105614.159000', '105614.162000', '105614.165000', '105614.167000', '105614.170000', '105614.173000', '105614.176000', '105614.179000', '105614.182000', '105614.185000', '105614.188000', '105614.190000', '105614.193000', '105614.196000', '105614.199000', '105614.202000', '105614.204000', '105614.207000', '105614.210000', '105614.213000', '105614.216000', '105614.219000', '105614.222000', '105614.224000', '105614.227000', '105614.230000', '105614.233000', '105614.236000', '105614.239000', '105614.241000', '105614.244000', '105614.247000', '105614.250000', '105634.130000', '105634.133000', '105634.136000', '105634.139000', '105634.142000', '105634.144000', '105634.147000', '105634.150000', '105634.153000', '105634.156000', '105634.189000', '105634.192000', '105634.194000', '105634.197000', '105634.200000', '105634.203000', '105634.206000', '105634.209000', '105634.212000', '105634.215000', '105634.217000', '105634.220000', '105634.223000', '105634.226000', '105634.229000', '105634.232000', '105634.235000', '105634.237000', '105634.240000', '105634.243000', '105634.246000', '105634.249000', '105634.252000', '105634.254000', '105634.257000', '105634.260000', '105634.263000', '105634.266000', '105634.268000', '105634.271000', '105634.274000', '105634.277000', '105634.280000', '105634.283000', '105654.131000', '105654.146000', '105654.149000', '105654.152000', '105654.155000', '105654.160000', '105654.163000', '105654.166000', '105654.169000', '105654.172000', '105654.175000', '105654.178000', '105654.181000', '105654.183000', '105654.209000', '105654.212000', '105654.215000', '105654.217000', '105654.220000', '105654.223000', '105654.226000', '105654.229000', '105654.232000', '105654.235000', '105654.237000', '105654.240000', '105654.243000', '105654.246000', '105654.249000', '105654.252000', '105654.255000', '105654.258000', '105654.260000', '105654.263000', '105654.266000', '105654.269000', '105654.272000', '105654.275000', '105654.277000', '105654.280000', '105654.283000', '105654.286000', '105654.289000', '105714.131000', '105714.134000', '105714.137000', '105714.140000', '105714.143000', '105714.145000', '105714.148000', '105714.151000', '105714.154000', '105714.157000', '105714.200000', '105714.202000', '105714.205000', '105714.208000', '105714.211000', '105714.214000', '105714.217000', '105714.220000', '105714.222000', '105714.225000', '105714.228000', '105714.231000', '105714.234000', '105714.237000', '105714.239000', '105714.242000', '105714.245000', '105714.248000', '105714.251000', '105714.254000', '105714.256000', '105714.259000', '105714.262000', '105714.265000', '105714.268000', '105714.271000', '105714.273000', '105714.276000', '105714.279000', '105714.282000', '105714.285000', '105714.287000', '105714.290000', '105714.293000', '105734.131000', '105734.134000', '105734.137000', '105734.139000', '105734.143000', '105734.145000', '105734.148000', '105734.151000', '105734.154000', '105734.157000', '105734.160000', '105734.162000', '105734.165000', '105734.168000', '105734.171000', '105734.174000', '105734.177000', '105734.180000', '105734.183000', '105734.186000', '105734.189000', '105734.192000', '105734.195000', '105734.197000', '105734.200000', '105734.203000', '105734.206000', '105734.208000', '105734.211000', '105734.214000', '105734.217000', '105734.220000', '105734.223000', '105734.225000', '105734.228000', '105734.231000', '105734.234000', '105734.236000', '105734.239000', '105734.242000', '105734.245000', '105734.248000', '105734.250000', '105754.130000', '105754.133000', '105754.136000', '105754.139000', '105754.141000', '105754.144000', '105754.147000', '105754.150000', '105754.153000', '105754.155000', '105754.158000', '105754.161000', '105754.164000', '105754.167000', '105754.170000', '105754.172000', '105754.175000', '105754.178000', '105754.181000', '105754.184000', '105754.186000', '105754.189000', '105754.192000', '105754.195000', '105754.198000', '105754.200000', '105754.203000', '105754.206000', '105754.209000', '105754.212000', '105754.215000', '105754.218000', '105754.221000', '105754.224000', '105754.226000', '105754.229000', '105754.232000', '105754.235000', '105754.237000', '105754.240000', '105754.243000', '105754.246000', '105754.249000', '105754.252000', '105814.130000', '105814.133000', '105814.136000', '105814.139000', '105814.141000', '105814.144000', '105814.147000', '105814.150000', '105814.153000', '105814.155000', '105814.158000', '105814.161000', '105814.164000', '105814.167000', '105814.170000', '105814.173000', '105814.176000', '105814.179000', '105814.185000', '105814.188000', '105814.191000', '105814.194000', '105814.197000', '105814.200000', '105814.203000', '105814.205000', '105814.222000', '105814.225000', '105814.228000', '105814.231000', '105814.233000', '105814.236000', '105814.239000', '105814.242000', '105814.245000', '105814.247000', '105814.250000', '105814.253000', '105814.256000', '105814.259000', '105814.261000', '105814.264000', '105814.267000', '105834.130000', '105834.133000', '105834.136000', '105834.139000', '105834.141000', '105834.144000', '105834.147000', '105834.150000', '105834.152000', '105834.155000', '105834.245000', '105834.248000', '105834.251000', '105834.254000', '105834.256000', '105834.259000', '105834.262000', '105834.265000', '105834.268000', '105834.270000', '105834.273000', '105834.276000', '105834.279000', '105834.282000', '105834.284000', '105834.287000', '105834.290000', '105834.293000', '105834.296000', '105834.299000', '105834.301000', '105834.304000', '105834.307000', '105834.310000', '105834.313000', '105834.315000', '105834.318000', '105834.321000', '105834.324000', '105834.327000', '105834.329000', '105834.332000', '105834.335000', '105834.338000', '105854.130000', '105854.133000', '105854.136000', '105854.139000', '105854.141000', '105854.144000', '105854.147000', '105854.150000', '105854.152000', '105854.155000', '105854.180000', '105854.183000', '105854.186000', '105854.189000', '105854.191000', '105854.194000', '105854.197000', '105854.200000', '105854.205000', '105854.208000', '105854.211000', '105854.214000', '105854.217000', '105854.220000', '105854.223000', '105854.226000', '105854.228000', '105854.231000', '105854.234000', '105854.237000', '105854.240000', '105854.242000', '105854.245000', '105854.248000', '105854.251000', '105854.254000', '105854.256000', '105854.259000', '105854.262000', '105854.265000', '105854.268000', '105854.270000', '105854.273000', '105914.131000', '105914.134000', '105914.137000', '105914.139000', '105914.142000', '105914.145000', '105914.148000', '105914.151000', '105914.153000', '105914.156000', '105914.203000', '105914.206000', '105914.209000', '105914.212000', '105914.214000', '105914.217000', '105914.220000', '105914.223000', '105914.225000', '105914.228000', '105914.231000', '105914.234000', '105914.236000', '105914.239000', '105914.242000', '105914.245000', '105914.248000', '105914.251000', '105914.253000', '105914.256000', '105914.259000', '105914.262000', '105914.265000', '105914.268000', '105914.271000', '105914.273000', '105914.276000', '105914.279000', '105914.284000', '105914.287000', '105914.290000', '105914.292000', '105914.295000', '105914.298000', '105934.131000', '105934.134000', '105934.137000', '105934.139000', '105934.142000', '105934.145000', '105934.148000', '105934.150000', '105934.153000', '105934.156000', '105934.185000', '105934.188000', '105934.190000', '105934.193000', '105934.196000', '105934.199000', '105934.201000', '105934.204000', '105934.207000', '105934.210000', '105934.212000', '105934.215000', '105934.218000', '105934.221000', '105934.224000', '105934.227000', '105934.230000', '105934.232000', '105934.235000', '105934.240000', '105934.244000', '105934.247000', '105934.250000', '105934.253000', '105934.256000', '105934.259000', '105934.261000', '105934.264000', '105934.267000', '105934.270000', '105934.273000', '105934.275000', '105934.278000', '105954.132000', '105954.135000', '105954.138000', '105954.140000', '105954.143000', '105954.146000', '105954.149000', '105954.152000', '105954.154000', '105954.157000', '105954.198000', '105954.201000', '105954.203000', '105954.206000', '105954.209000', '105954.212000', '105954.214000', '105954.217000', '105954.220000', '105954.223000', '105954.226000', '105954.228000', '105954.231000', '105954.234000', '105954.237000', '105954.240000', '105954.243000', '105954.245000', '105954.248000', '105954.251000', '105954.254000', '105954.257000', '105954.260000', '105954.262000', '105954.265000', '105954.268000', '105954.271000', '105954.273000', '105954.276000', '105954.279000', '105954.282000', '105954.285000', '105954.288000', '105954.290000', '110014.130000', '110014.133000', '110014.136000', '110014.138000', '110014.141000', '110014.144000', '110014.147000', '110014.150000', '110014.152000', '110014.155000', '110014.158000', '110014.218000', '110014.221000', '110014.223000', '110014.226000', '110014.229000', '110014.232000', '110014.235000', '110014.237000', '110014.240000', '110014.243000', '110014.246000', '110014.249000', '110014.251000', '110014.254000', '110014.257000', '110014.260000', '110014.264000', '110014.266000', '110014.269000', '110014.272000', '110014.275000', '110014.278000', '110014.280000', '110014.283000', '110014.286000', '110014.289000', '110014.292000', '110014.295000', '110014.297000', '110014.300000', '110014.303000', '110014.306000', '110019.816000', '110019.820000', '110019.823000', '110019.826000', '110019.829000', '110019.832000', '110019.835000', '110019.838000', '110019.841000', '110019.845000', '110019.848000', '110019.851000', '110019.855000'], 'InstanceCreationTime': ['105354.164000', '105354.168000', '105354.170000', '105354.173000', '105354.176000', '105354.179000', '105354.182000', '105354.184000', '105354.187000', '105354.190000', '105354.193000', '105354.195000', '105354.198000', '105354.204000', '105354.207000', '105354.217000', '105354.219000', '105354.222000', '105354.225000', '105354.228000', '105354.230000', '105354.233000', '105354.236000', '105354.239000', '105354.242000', '105354.245000', '105354.247000', '105354.250000', '105354.253000', '105354.256000', '105354.259000', '105354.261000', '105354.264000', '105414.130000', '105414.133000', '105414.136000', '105414.138000', '105414.141000', '105414.144000', '105414.147000', '105414.150000', '105414.152000', '105414.155000', '105414.158000', '105414.161000', '105414.164000', '105414.167000', '105414.169000', '105414.172000', '105414.175000', '105414.178000', '105414.181000', '105414.183000', '105414.186000', '105414.195000', '105414.198000', '105414.201000', '105414.204000', '105414.207000', '105414.209000', '105414.212000', '105414.215000', '105414.218000', '105414.220000', '105414.223000', '105414.226000', '105414.229000', '105414.231000', '105414.235000', '105414.237000', '105414.240000', '105414.243000', '105414.246000', '105414.249000', '105414.252000', '105414.254000', '105414.257000', '105434.131000', '105434.134000', '105434.136000', '105434.139000', '105434.142000', '105434.145000', '105434.148000', '105434.150000', '105434.153000', '105434.156000', '105434.186000', '105434.188000', '105434.191000', '105434.194000', '105434.197000', '105434.200000', '105434.202000', '105434.205000', '105434.208000', '105434.216000', '105434.219000', '105434.222000', '105434.225000', '105434.227000', '105434.230000', '105434.233000', '105434.236000', '105434.238000', '105434.241000', '105434.244000', '105434.247000', '105434.250000', '105434.253000', '105434.256000', '105434.259000', '105434.262000', '105434.265000', '105434.268000', '105434.270000', '105434.273000', '105434.276000', '105434.279000', '105434.281000', '105454.131000', '105454.134000', '105454.136000', '105454.139000', '105454.142000', '105454.145000', '105454.148000', '105454.150000', '105454.153000', '105454.156000', '105454.159000', '105454.162000', '105454.165000', '105454.167000', '105454.170000', '105454.173000', '105454.176000', '105454.179000', '105454.182000', '105454.185000', '105454.187000', '105454.190000', '105454.193000', '105454.196000', '105454.199000', '105454.202000', '105454.205000', '105454.207000', '105454.210000', '105454.213000', '105454.216000', '105454.219000', '105454.221000', '105454.224000', '105454.227000', '105454.230000', '105454.233000', '105454.235000', '105454.238000', '105454.241000', '105454.244000', '105454.247000', '105454.250000', '105454.252000', '105514.131000', '105514.134000', '105514.137000', '105514.139000', '105514.142000', '105514.145000', '105514.148000', '105514.151000', '105514.154000', '105514.156000', '105514.159000', '105514.162000', '105514.165000', '105514.168000', '105514.171000', '105514.173000', '105514.176000', '105514.179000', '105514.182000', '105514.201000', '105514.204000', '105514.207000', '105514.209000', '105514.212000', '105514.215000', '105514.218000', '105514.220000', '105514.223000', '105514.226000', '105514.229000', '105514.232000', '105514.234000', '105514.237000', '105514.240000', '105514.243000', '105514.246000', '105514.248000', '105514.251000', '105514.254000', '105514.257000', '105514.259000', '105514.262000', '105514.265000', '105534.130000', '105534.133000', '105534.135000', '105534.138000', '105534.141000', '105534.144000', '105534.147000', '105534.150000', '105534.153000', '105534.155000', '105534.158000', '105534.161000', '105534.164000', '105534.167000', '105534.170000', '105534.172000', '105534.175000', '105534.178000', '105534.181000', '105534.184000', '105534.187000', '105534.189000', '105534.192000', '105534.195000', '105534.198000', '105534.200000', '105534.203000', '105534.206000', '105534.209000', '105534.212000', '105534.215000', '105534.217000', '105534.220000', '105534.223000', '105534.226000', '105534.229000', '105534.231000', '105534.234000', '105534.237000', '105534.240000', '105534.242000', '105534.249000', '105534.252000', '105554.130000', '105554.133000', '105554.136000', '105554.138000', '105554.142000', '105554.144000', '105554.147000', '105554.150000', '105554.153000', '105554.156000', '105554.159000', '105554.161000', '105554.164000', '105554.167000', '105554.170000', '105554.173000', '105554.176000', '105554.179000', '105554.182000', '105554.184000', '105554.187000', '105554.190000', '105554.193000', '105554.196000', '105554.198000', '105554.201000', '105554.204000', '105554.207000', '105554.210000', '105554.213000', '105554.215000', '105554.218000', '105554.221000', '105554.224000', '105554.227000', '105554.229000', '105554.232000', '105554.235000', '105554.238000', '105554.241000', '105554.244000', '105554.246000', '105554.249000', '105554.252000', '105614.130000', '105614.133000', '105614.136000', '105614.139000', '105614.142000', '105614.145000', '105614.147000', '105614.150000', '105614.153000', '105614.156000', '105614.159000', '105614.162000', '105614.165000', '105614.167000', '105614.170000', '105614.173000', '105614.176000', '105614.179000', '105614.182000', '105614.185000', '105614.188000', '105614.190000', '105614.193000', '105614.196000', '105614.199000', '105614.202000', '105614.204000', '105614.207000', '105614.210000', '105614.213000', '105614.216000', '105614.219000', '105614.222000', '105614.224000', '105614.227000', '105614.230000', '105614.233000', '105614.236000', '105614.239000', '105614.241000', '105614.244000', '105614.247000', '105614.250000', '105634.130000', '105634.133000', '105634.136000', '105634.139000', '105634.142000', '105634.144000', '105634.147000', '105634.150000', '105634.153000', '105634.156000', '105634.189000', '105634.192000', '105634.194000', '105634.197000', '105634.200000', '105634.203000', '105634.206000', '105634.209000', '105634.212000', '105634.215000', '105634.217000', '105634.220000', '105634.223000', '105634.226000', '105634.229000', '105634.232000', '105634.235000', '105634.237000', '105634.240000', '105634.243000', '105634.246000', '105634.249000', '105634.252000', '105634.254000', '105634.257000', '105634.260000', '105634.263000', '105634.266000', '105634.268000', '105634.271000', '105634.274000', '105634.277000', '105634.280000', '105634.283000', '105654.131000', '105654.146000', '105654.149000', '105654.152000', '105654.155000', '105654.160000', '105654.163000', '105654.166000', '105654.169000', '105654.172000', '105654.175000', '105654.178000', '105654.181000', '105654.183000', '105654.209000', '105654.212000', '105654.215000', '105654.217000', '105654.220000', '105654.223000', '105654.226000', '105654.229000', '105654.232000', '105654.235000', '105654.237000', '105654.240000', '105654.243000', '105654.246000', '105654.249000', '105654.252000', '105654.255000', '105654.258000', '105654.260000', '105654.263000', '105654.266000', '105654.269000', '105654.272000', '105654.275000', '105654.277000', '105654.280000', '105654.283000', '105654.286000', '105654.289000', '105714.131000', '105714.134000', '105714.137000', '105714.140000', '105714.143000', '105714.145000', '105714.148000', '105714.151000', '105714.154000', '105714.157000', '105714.200000', '105714.202000', '105714.205000', '105714.208000', '105714.211000', '105714.214000', '105714.217000', '105714.220000', '105714.222000', '105714.225000', '105714.228000', '105714.231000', '105714.234000', '105714.237000', '105714.239000', '105714.242000', '105714.245000', '105714.248000', '105714.251000', '105714.254000', '105714.256000', '105714.259000', '105714.262000', '105714.265000', '105714.268000', '105714.271000', '105714.273000', '105714.276000', '105714.279000', '105714.282000', '105714.285000', '105714.287000', '105714.290000', '105714.293000', '105734.131000', '105734.134000', '105734.137000', '105734.139000', '105734.143000', '105734.145000', '105734.148000', '105734.151000', '105734.154000', '105734.157000', '105734.160000', '105734.162000', '105734.165000', '105734.168000', '105734.171000', '105734.174000', '105734.177000', '105734.180000', '105734.183000', '105734.186000', '105734.189000', '105734.192000', '105734.195000', '105734.197000', '105734.200000', '105734.203000', '105734.206000', '105734.208000', '105734.211000', '105734.214000', '105734.217000', '105734.220000', '105734.223000', '105734.225000', '105734.228000', '105734.231000', '105734.234000', '105734.236000', '105734.239000', '105734.242000', '105734.245000', '105734.248000', '105734.250000', '105754.130000', '105754.133000', '105754.136000', '105754.139000', '105754.141000', '105754.144000', '105754.147000', '105754.150000', '105754.153000', '105754.155000', '105754.158000', '105754.161000', '105754.164000', '105754.167000', '105754.170000', '105754.172000', '105754.175000', '105754.178000', '105754.181000', '105754.184000', '105754.186000', '105754.189000', '105754.192000', '105754.195000', '105754.198000', '105754.200000', '105754.203000', '105754.206000', '105754.209000', '105754.212000', '105754.215000', '105754.218000', '105754.221000', '105754.224000', '105754.226000', '105754.229000', '105754.232000', '105754.235000', '105754.237000', '105754.240000', '105754.243000', '105754.246000', '105754.249000', '105754.252000', '105814.130000', '105814.133000', '105814.136000', '105814.139000', '105814.141000', '105814.144000', '105814.147000', '105814.150000', '105814.153000', '105814.155000', '105814.158000', '105814.161000', '105814.164000', '105814.167000', '105814.170000', '105814.173000', '105814.176000', '105814.179000', '105814.185000', '105814.188000', '105814.191000', '105814.194000', '105814.197000', '105814.200000', '105814.203000', '105814.205000', '105814.222000', '105814.225000', '105814.228000', '105814.231000', '105814.233000', '105814.236000', '105814.239000', '105814.242000', '105814.245000', '105814.247000', '105814.250000', '105814.253000', '105814.256000', '105814.259000', '105814.261000', '105814.264000', '105814.267000', '105834.130000', '105834.133000', '105834.136000', '105834.139000', '105834.141000', '105834.144000', '105834.147000', '105834.150000', '105834.152000', '105834.155000', '105834.245000', '105834.248000', '105834.251000', '105834.254000', '105834.256000', '105834.259000', '105834.262000', '105834.265000', '105834.268000', '105834.270000', '105834.273000', '105834.276000', '105834.279000', '105834.282000', '105834.284000', '105834.287000', '105834.290000', '105834.293000', '105834.296000', '105834.299000', '105834.301000', '105834.304000', '105834.307000', '105834.310000', '105834.313000', '105834.315000', '105834.318000', '105834.321000', '105834.324000', '105834.327000', '105834.329000', '105834.332000', '105834.335000', '105834.338000', '105854.130000', '105854.133000', '105854.136000', '105854.139000', '105854.141000', '105854.144000', '105854.147000', '105854.150000', '105854.152000', '105854.155000', '105854.180000', '105854.183000', '105854.186000', '105854.189000', '105854.191000', '105854.194000', '105854.197000', '105854.200000', '105854.205000', '105854.208000', '105854.211000', '105854.214000', '105854.217000', '105854.220000', '105854.223000', '105854.226000', '105854.228000', '105854.231000', '105854.234000', '105854.237000', '105854.240000', '105854.242000', '105854.245000', '105854.248000', '105854.251000', '105854.254000', '105854.256000', '105854.259000', '105854.262000', '105854.265000', '105854.268000', '105854.270000', '105854.273000', '105914.131000', '105914.134000', '105914.137000', '105914.139000', '105914.142000', '105914.145000', '105914.148000', '105914.151000', '105914.153000', '105914.156000', '105914.203000', '105914.206000', '105914.209000', '105914.212000', '105914.214000', '105914.217000', '105914.220000', '105914.223000', '105914.225000', '105914.228000', '105914.231000', '105914.234000', '105914.236000', '105914.239000', '105914.242000', '105914.245000', '105914.248000', '105914.251000', '105914.253000', '105914.256000', '105914.259000', '105914.262000', '105914.265000', '105914.268000', '105914.271000', '105914.273000', '105914.276000', '105914.279000', '105914.284000', '105914.287000', '105914.290000', '105914.292000', '105914.295000', '105914.298000', '105934.131000', '105934.134000', '105934.137000', '105934.139000', '105934.142000', '105934.145000', '105934.148000', '105934.150000', '105934.153000', '105934.156000', '105934.185000', '105934.188000', '105934.190000', '105934.193000', '105934.196000', '105934.199000', '105934.201000', '105934.204000', '105934.207000', '105934.210000', '105934.212000', '105934.215000', '105934.218000', '105934.221000', '105934.224000', '105934.227000', '105934.230000', '105934.232000', '105934.235000', '105934.240000', '105934.244000', '105934.247000', '105934.250000', '105934.253000', '105934.256000', '105934.259000', '105934.261000', '105934.264000', '105934.267000', '105934.270000', '105934.273000', '105934.275000', '105934.278000', '105954.132000', '105954.135000', '105954.138000', '105954.140000', '105954.143000', '105954.146000', '105954.149000', '105954.152000', '105954.154000', '105954.157000', '105954.198000', '105954.201000', '105954.203000', '105954.206000', '105954.209000', '105954.212000', '105954.214000', '105954.217000', '105954.220000', '105954.223000', '105954.226000', '105954.228000', '105954.231000', '105954.234000', '105954.237000', '105954.240000', '105954.243000', '105954.245000', '105954.248000', '105954.251000', '105954.254000', '105954.257000', '105954.260000', '105954.262000', '105954.265000', '105954.268000', '105954.271000', '105954.273000', '105954.276000', '105954.279000', '105954.282000', '105954.285000', '105954.288000', '105954.290000', '110014.130000', '110014.133000', '110014.136000', '110014.138000', '110014.141000', '110014.144000', '110014.147000', '110014.150000', '110014.152000', '110014.155000', '110014.158000', '110014.218000', '110014.221000', '110014.223000', '110014.226000', '110014.229000', '110014.232000', '110014.235000', '110014.237000', '110014.240000', '110014.243000', '110014.246000', '110014.249000', '110014.251000', '110014.254000', '110014.257000', '110014.260000', '110014.264000', '110014.266000', '110014.269000', '110014.272000', '110014.275000', '110014.278000', '110014.280000', '110014.283000', '110014.286000', '110014.289000', '110014.292000', '110014.295000', '110014.297000', '110014.300000', '110014.303000', '110014.306000', '110019.816000', '110019.820000', '110019.823000', '110019.826000', '110019.829000', '110019.832000', '110019.835000', '110019.838000', '110019.841000', '110019.845000', '110019.848000', '110019.851000', '110019.855000'], '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': [11585, 8682, 12849, 8671, 11595, 9280, 9564, 9602, 9008, 9099, 8311, 9688, 9165, 9026, 9254, 8236, 9311, 8602, 9700, 8794, 9353, 8800, 10644, 9171, 12807, 9217, 11463, 9449, 11171, 9630, 9903, 16028, 9856, 12089, 9033, 9886, 9459, 9109, 9838, 8562, 9898, 9266, 8855, 10102, 8417, 8514, 9646, 8119, 9987, 11424, 7990, 10296, 12325, 9264, 9405, 11108, 7959, 11448, 11624, 8907, 11664, 13083, 10593, 13345, 10849, 7719, 9172, 8949, 7603, 10239, 7498, 9078, 9120, 7428, 7583, 8041, 7821, 10613, 7824, 8811, 8430, 7742, 10418, 7558, 9954, 7497, 7626, 7808, 7714, 9419, 7836, 8106, 7854, 8104, 11427, 8062, 9895, 9671, 8473, 11648, 8414, 8697, 10963, 8284, 13022, 8752, 13137, 8127, 9759, 8476, 9019, 9672, 8564, 10229, 7972, 10008, 7674, 9011, 9971, 8078, 10563, 7608, 11278, 8123, 9273, 8355, 7844, 10876, 7868, 12868, 8093, 9662, 7471, 7961, 8609, 8130, 10990, 7861, 9767, 7829, 10228, 7865, 10326, 8742, 9090, 7608, 8597, 7704, 9538, 8552, 7869, 8433, 8967, 7852, 8773, 7716, 10290, 8000, 9742, 7680, 9510, 9068, 8057, 10790, 8210, 12537, 8814, 12214, 8045, 8629, 9566, 7632, 12738, 8810, 11991, 8176, 13055, 11393, 12002, 13013, 8517, 7613, 8923, 7096, 7279, 10279, 8403, 7324, 11838, 7872, 7924, 10851, 7810, 12155, 8384, 10659, 12297, 8821, 9104, 7747, 10472, 7804, 8811, 8463, 7371, 10968, 7236, 8412, 9534, 7131, 11620, 7293, 10444, 7385, 10905, 8031, 10063, 8183, 7315, 7432, 7363, 7841, 8486, 7483, 7338, 7416, 7118, 7954, 7805, 7637, 10565, 8434, 7396, 7696, 7068, 8494, 7416, 9357, 8619, 10241, 8885, 9405, 11015, 8391, 12467, 8360, 10625, 7581, 9728, 7647, 8748, 8979, 8309, 10768, 8087, 12369, 8767, 11230, 8267, 9327, 7723, 10447, 7828, 9706, 6763, 8844, 7052, 8489, 11217, 7762, 9875, 7415, 9047, 7410, 7977, 7673, 7435, 10039, 7581, 10980, 7761, 9564, 7378, 9598, 7555, 9936, 7577, 11776, 8566, 12283, 9900, 10553, 7547, 8730, 7835, 8499, 9996, 8511, 8313, 8213, 9612, 7879, 10662, 8421, 10695, 8090, 9167, 8232, 11333, 8642, 11163, 8288, 10383, 7688, 10341, 7712, 9819, 6983, 9716, 9128, 9454, 7990, 8436, 6859, 8685, 7091, 8794, 8165, 10426, 7403, 8406, 7964, 7079, 9469, 7905, 10210, 8860, 9825, 7228, 11271, 7141, 10001, 7785, 10006, 8299, 10962, 7591, 10545, 7081, 9842, 6974, 7015, 7482, 6983, 8094, 9255, 7932, 11412, 8101, 12346, 7912, 10269, 7785, 10056, 7164, 9564, 7034, 9300, 7010, 9303, 6686, 9645, 7023, 9039, 6721, 9472, 6834, 9081, 11117, 8296, 10588, 7507, 9280, 7034, 9115, 7129, 9387, 6825, 9311, 7295, 8850, 12696, 8438, 10688, 7111, 9055, 7152, 8856, 11799, 8239, 9895, 7975, 10063, 8412, 12824, 9625, 6842, 8204, 6686, 8281, 7169, 8838, 7201, 9478, 7373, 10810, 8070, 9891, 8539, 10720, 8971, 12625, 10099, 8486, 8974, 11545, 9082, 11650, 7907, 10186, 7519, 9892, 7966, 8716, 8223, 9585, 8030, 9669, 7232, 9136, 7051, 8766, 6648, 9369, 7111, 9427, 7292, 9677, 7358, 10354, 7886, 10441, 8277, 11377, 8540, 10392, 8115, 8276, 8129, 9789, 8118, 11723, 8561, 12115, 8485, 11713, 8228, 10376, 7842, 10384, 8137, 11837, 8114, 6516, 7410, 7099, 6885, 9333, 6949, 10160, 7527, 11436, 9239, 13681, 9458, 7010, 9267, 7519, 10425, 9122, 8804, 10170, 7921, 11145, 8589, 12120, 8647, 12577, 8794, 8135, 8092, 7995, 8099, 10099, 7788, 10103, 7394, 9484, 6890, 8559, 7596, 7233, 7329, 6991, 7234, 6924, 7460, 7157, 7493, 7468, 6824, 8273, 7028, 8835, 9311, 7897, 8527, 8920, 10735, 8007, 11294, 8290, 11877, 8940, 9730, 9603, 8223, 10268, 9482, 9218, 9461, 9987, 7151, 9765, 7389, 9919, 8663, 7087, 11982, 9708, 11454, 12813, 7990, 7423, 10675, 8153, 12485, 10758, 8335, 14009, 8730, 9147, 8594, 7624, 11655, 8469, 7079, 8317, 7373, 10127, 7476, 10708, 7700, 11843, 7967, 10328, 7515, 9794, 8410, 8956, 8575, 7068, 7406, 7636, 7063, 9179, 7306, 10079, 7406, 11029, 7917, 10195, 7852, 9972, 7709, 10473, 8166, 10290, 8059, 7133, 8362, 7240, 8912, 7500, 8464, 9496, 8038, 10322, 8144, 10454, 7620, 9585, 7534, 9279, 7184, 8817, 7850, 7834, 10513, 7115, 9524, 9186, 11972, 6689, 7203, 6936, 6674, 8930, 7404, 9529, 7295, 9079, 7319, 9863, 7209, 9530, 6917, 9122, 7162, 8917, 8285, 8618, 7363, 9664, 6861, 9687, 7034, 9886, 7131, 9789, 7818, 8333, 11335, 7873, 10188, 7613, 8624, 8679, 7403, 9285, 7362, 7416, 7890, 9612, 7604, 7754, 8034, 6991, 8059, 7227, 10023, 7076, 10193, 6984, 9286, 7251, 9548, 7511, 8962, 7897, 8864, 7012, 8253, 9482, 7909, 11374, 7527, 9636, 8588, 8225, 8059, 7658, 10808, 7574, 9620, 7331, 8965, 7053, 8645, 6701, 8575, 7090, 7947, 9448, 8026, 11300, 8330, 10766, 7944, 9833, 6723, 9376, 7604, 8994, 9863, 8656, 11217, 7978, 11172, 7885, 9898, 7272, 9199, 7181, 8358, 7429, 7733, 8687, 7798, 10272, 7267, 9099, 7415, 9312, 7318, 9292, 7085, 8984, 6841, 8928, 8497, 8521, 8869, 10068, 12688, 8119, 7219, 8929, 12142, 9351, 11734, 7335, 9951, 7155, 9767, 7338, 8744, 8691, 7844, 12163, 8276, 11646, 7673, 10037, 7460, 9172, 7406, 8370, 8791, 8043, 10370, 7493, 10088, 7251, 9259, 7328, 8613, 7482, 7964, 7844, 7279, 10132, 7510, 9370, 7419, 8977, 7459, 8275, 7279, 8018, 7537, 7399, 7507, 7527, 10310, 7422, 10353, 7289, 9277, 6821, 9127, 8072, 8382, 11337, 8586, 10927, 8505, 9284, 8160, 6718, 8997, 6780, 8798, 8177, 8071, 9210, 7910, 8871, 8144, 7013, 9070, 7221, 8929, 7830, 8416, 11185, 7966, 10926, 7111, 11124, 7126, 11436, 7299, 11416, 7483, 10644, 7092, 10179, 7416, 10266, 7883, 7567, 8270, 6788, 8522, 7315, 6775, 8763, 7767, 10012, 9050, 6800, 8559, 7741, 7170, 9489, 9001, 6903, 9074, 7463, 6835, 8250, 6994, 8973, 8472, 8045, 9275, 7777, 7139, 8385, 7038, 8388], 'WindowCenter': [4433.0, 4388.0, 4414.0, 4361.0, 4389.0, 4357.0, 4356.0, 4366.0, 4358.0, 4356.0, 4347.0, 4355.0, 4355.0, 4356.0, 4355.0, 4346.0, 4355.0, 4357.0, 4368.0, 4358.0, 4369.0, 4370.0, 4391.0, 4382.0, 4413.0, 4385.0, 4402.0, 4383.0, 4403.0, 4369.0, 4380.0, 4408.0, 4367.0, 4385.0, 4356.0, 4366.0, 4354.0, 4346.0, 4354.0, 4348.0, 4379.0, 4368.0, 4360.0, 4381.0, 4362.0, 4374.0, 4384.0, 4365.0, 4395.0, 4404.0, 4363.0, 4391.0, 4402.0, 4370.0, 4359.0, 4379.0, 4337.0, 4375.0, 4365.0, 4346.0, 4375.0, 4388.0, 4356.0, 4372.0, 4349.0, 4309.0, 4316.0, 4316.0, 4295.0, 4325.0, 4297.0, 4316.0, 4327.0, 4309.0, 4319.0, 4319.0, 4307.0, 4336.0, 4309.0, 4317.0, 4317.0, 4307.0, 4348.0, 4310.0, 4340.0, 4311.0, 4319.0, 4322.0, 4335.0, 4354.0, 4336.0, 4336.0, 4337.0, 4335.0, 4376.0, 4346.0, 4378.0, 4369.0, 4359.0, 4376.0, 4346.0, 4344.0, 4365.0, 4333.0, 4384.0, 4345.0, 4383.0, 4332.0, 4342.0, 4331.0, 4329.0, 4340.0, 4330.0, 4340.0, 4312.0, 4341.0, 4323.0, 4332.0, 4354.0, 4326.0, 4366.0, 4325.0, 4366.0, 4336.0, 4344.0, 4336.0, 4323.0, 4365.0, 4335.0, 4385.0, 4335.0, 4353.0, 4325.0, 4334.0, 4355.0, 4346.0, 4376.0, 4345.0, 4366.0, 4347.0, 4377.0, 4334.0, 4376.0, 4357.0, 4354.0, 4333.0, 4343.0, 4333.0, 4366.0, 4344.0, 4333.0, 4344.0, 4355.0, 4346.0, 4355.0, 4347.0, 4375.0, 4371.0, 4368.0, 4348.0, 4369.0, 4370.0, 4360.0, 4389.0, 4358.0, 4398.0, 4357.0, 4388.0, 4348.0, 4346.0, 4365.0, 4335.0, 4386.0, 4354.0, 4375.0, 4348.0, 4400.0, 4367.0, 4365.0, 4376.0, 4347.0, 4327.0, 4345.0, 4315.0, 4315.0, 4354.0, 4336.0, 4313.0, 4374.0, 4332.0, 4331.0, 4361.0, 4321.0, 4358.0, 4318.0, 4339.0, 4348.0, 4317.0, 4317.0, 4306.0, 4338.0, 4307.0, 4316.0, 4318.0, 4310.0, 4350.0, 4309.0, 4319.0, 4341.0, 4299.0, 4359.0, 4312.0, 4346.0, 4308.0, 4345.0, 4318.0, 4337.0, 4317.0, 4306.0, 4308.0, 4309.0, 4332.0, 4342.0, 4310.0, 4309.0, 4320.0, 4310.0, 4331.0, 4332.0, 4334.0, 4362.0, 4332.0, 4321.0, 4322.0, 4322.0, 4343.0, 4335.0, 4367.0, 4356.0, 4367.0, 4355.0, 4356.0, 4364.0, 4334.0, 4370.0, 4330.0, 4349.0, 4310.0, 4341.0, 4310.0, 4332.0, 4330.0, 4321.0, 4348.0, 4309.0, 4359.0, 4318.0, 4347.0, 4319.0, 4327.0, 4320.0, 4348.0, 4320.0, 4340.0, 4299.0, 4330.0, 4298.0, 4333.0, 4348.0, 4310.0, 4350.0, 4322.0, 4341.0, 4310.0, 4331.0, 4320.0, 4322.0, 4364.0, 4333.0, 4362.0, 4333.0, 4364.0, 4338.0, 4380.0, 4349.0, 4379.0, 4349.0, 4388.0, 4357.0, 4388.0, 4352.0, 4351.0, 4309.0, 4329.0, 4308.0, 4332.0, 4351.0, 4332.0, 4329.0, 4331.0, 4338.0, 4320.0, 4349.0, 4329.0, 4349.0, 4330.0, 4339.0, 4330.0, 4360.0, 4330.0, 4361.0, 4329.0, 4349.0, 4321.0, 4349.0, 4308.0, 4338.0, 4296.0, 4327.0, 4325.0, 4326.0, 4317.0, 4331.0, 4299.0, 4328.0, 4298.0, 4320.0, 4320.0, 4350.0, 4320.0, 4343.0, 4334.0, 4313.0, 4342.0, 4309.0, 4340.0, 4328.0, 4338.0, 4299.0, 4348.0, 4298.0, 4336.0, 4308.0, 4337.0, 4306.0, 4346.0, 4307.0, 4333.0, 4295.0, 4335.0, 4296.0, 4307.0, 4308.0, 4297.0, 4330.0, 4327.0, 4319.0, 4358.0, 4319.0, 4358.0, 4318.0, 4348.0, 4307.0, 4337.0, 4298.0, 4327.0, 4296.0, 4327.0, 4308.0, 4337.0, 4298.0, 4338.0, 4311.0, 4341.0, 4303.0, 4349.0, 4301.0, 4342.0, 4358.0, 4329.0, 4352.0, 4309.0, 4339.0, 4310.0, 4339.0, 4309.0, 4340.0, 4300.0, 4342.0, 4311.0, 4341.0, 4369.0, 4319.0, 4349.0, 4296.0, 4317.0, 4287.0, 4319.0, 4336.0, 4308.0, 4325.0, 4308.0, 4329.0, 4318.0, 4369.0, 4340.0, 4301.0, 4329.0, 4311.0, 4331.0, 4322.0, 4352.0, 4323.0, 4352.0, 4336.0, 4376.0, 4346.0, 4366.0, 4356.0, 4363.0, 4341.0, 4358.0, 4338.0, 4316.0, 4316.0, 4334.0, 4315.0, 4336.0, 4304.0, 4322.0, 4294.0, 4323.0, 4305.0, 4314.0, 4315.0, 4324.0, 4317.0, 4327.0, 4309.0, 4339.0, 4311.0, 4328.0, 4311.0, 4339.0, 4310.0, 4340.0, 4309.0, 4339.0, 4321.0, 4363.0, 4333.0, 4361.0, 4344.0, 4371.0, 4331.0, 4349.0, 4321.0, 4329.0, 4320.0, 4339.0, 4320.0, 4359.0, 4329.0, 4356.0, 4328.0, 4346.0, 4318.0, 4327.0, 4307.0, 4326.0, 4298.0, 4351.0, 4311.0, 4295.0, 4315.0, 4316.0, 4314.0, 4344.0, 4303.0, 4352.0, 4325.0, 4362.0, 4343.0, 4371.0, 4341.0, 4312.0, 4329.0, 4309.0, 4337.0, 4329.0, 4329.0, 4339.0, 4319.0, 4348.0, 4317.0, 4357.0, 4318.0, 4344.0, 4303.0, 4279.0, 4278.0, 4280.0, 4290.0, 4309.0, 4294.0, 4322.0, 4281.0, 4310.0, 4282.0, 4302.0, 4293.0, 4306.0, 4306.0, 4310.0, 4320.0, 4313.0, 4322.0, 4323.0, 4322.0, 4334.0, 4312.0, 4355.0, 4324.0, 4369.0, 4381.0, 4360.0, 4358.0, 4369.0, 4376.0, 4347.0, 4375.0, 4345.0, 4373.0, 4341.0, 4340.0, 4352.0, 4330.0, 4351.0, 4339.0, 4341.0, 4342.0, 4354.0, 4315.0, 4343.0, 4313.0, 4343.0, 4334.0, 4302.0, 4364.0, 4356.0, 4365.0, 4387.0, 4335.0, 4322.0, 4363.0, 4331.0, 4371.0, 4350.0, 4318.0, 4367.0, 4315.0, 4314.0, 4303.0, 4293.0, 4343.0, 4303.0, 4270.0, 4302.0, 4281.0, 4307.0, 4269.0, 4308.0, 4280.0, 4317.0, 4289.0, 4308.0, 4283.0, 4310.0, 4289.0, 4300.0, 4301.0, 4282.0, 4293.0, 4292.0, 4284.0, 4312.0, 4295.0, 4322.0, 4293.0, 4334.0, 4304.0, 4323.0, 4292.0, 4310.0, 4294.0, 4335.0, 4301.0, 4323.0, 4305.0, 4296.0, 4316.0, 4294.0, 4314.0, 4294.0, 4304.0, 4311.0, 4294.0, 4322.0, 4304.0, 4333.0, 4306.0, 4313.0, 4292.0, 4312.0, 4281.0, 4312.0, 4290.0, 4292.0, 4312.0, 4287.0, 4325.0, 4329.0, 4346.0, 4287.0, 4295.0, 4296.0, 4298.0, 4339.0, 4309.0, 4339.0, 4311.0, 4340.0, 4320.0, 4338.0, 4308.0, 4337.0, 4296.0, 4325.0, 4284.0, 4315.0, 4316.0, 4314.0, 4293.0, 4323.0, 4286.0, 4323.0, 4294.0, 4322.0, 4282.0, 4324.0, 4280.0, 4302.0, 4320.0, 4292.0, 4311.0, 4279.0, 4316.0, 4313.0, 4292.0, 4311.0, 4291.0, 4290.0, 4302.0, 4323.0, 4304.0, 4295.0, 4315.0, 4306.0, 4316.0, 4318.0, 4362.0, 4310.0, 4349.0, 4309.0, 4337.0, 4319.0, 4339.0, 4306.0, 4328.0, 4318.0, 4339.0, 4308.0, 4331.0, 4338.0, 4318.0, 4347.0, 4306.0, 4327.0, 4313.0, 4304.0, 4303.0, 4305.0, 4334.0, 4305.0, 4324.0, 4295.0, 4326.0, 4309.0, 4339.0, 4310.0, 4342.0, 4312.0, 4332.0, 4339.0, 4321.0, 4359.0, 4320.0, 4349.0, 4318.0, 4337.0, 4287.0, 4327.0, 4306.0, 4327.0, 4338.0, 4327.0, 4345.0, 4317.0, 4346.0, 4315.0, 4336.0, 4296.0, 4338.0, 4308.0, 4328.0, 4306.0, 4322.0, 4342.0, 4332.0, 4349.0, 4322.0, 4341.0, 4324.0, 4353.0, 4321.0, 4353.0, 4322.0, 4354.0, 4314.0, 4357.0, 4354.0, 4344.0, 4341.0, 4363.0, 4382.0, 4318.0, 4310.0, 4341.0, 4360.0, 4327.0, 4346.0, 4296.0, 4325.0, 4295.0, 4334.0, 4293.0, 4316.0, 4304.0, 4305.0, 4345.0, 4304.0, 4343.0, 4306.0, 4323.0, 4293.0, 4314.0, 4282.0, 4304.0, 4314.0, 4304.0, 4322.0, 4294.0, 4323.0, 4283.0, 4314.0, 4283.0, 4313.0, 4292.0, 4305.0, 4303.0, 4296.0, 4334.0, 4296.0, 4323.0, 4307.0, 4326.0, 4294.0, 4315.0, 4306.0, 4319.0, 4317.0, 4309.0, 4319.0, 4320.0, 4348.0, 4311.0, 4349.0, 4310.0, 4339.0, 4299.0, 4340.0, 4317.0, 4330.0, 4348.0, 4330.0, 4350.0, 4341.0, 4339.0, 4329.0, 4312.0, 4339.0, 4298.0, 4328.0, 4316.0, 4317.0, 4337.0, 4319.0, 4327.0, 4319.0, 4308.0, 4338.0, 4321.0, 4338.0, 4319.0, 4318.0, 4360.0, 4317.0, 4347.0, 4297.0, 4336.0, 4285.0, 4333.0, 4281.0, 4331.0, 4281.0, 4320.0, 4270.0, 4310.0, 4281.0, 4319.0, 4292.0, 4294.0, 4307.0, 4287.0, 4317.0, 4298.0, 4314.0, 4332.0, 4309.0, 4342.0, 4320.0, 4290.0, 4319.0, 4308.0, 4298.0, 4339.0, 4339.0, 4309.0, 4328.0, 4309.0, 4298.0, 4328.0, 4310.0, 4329.0, 4332.0, 4320.0, 4340.0, 4332.0, 4322.0, 4330.0, 4310.0, 4329.0], 'WindowWidth': [9766.0, 9693.0, 9717.0, 9639.0, 9672.0, 9624.0, 9621.0, 9635.0, 9628.0, 9624.0, 9611.0, 9618.0, 9617.0, 9621.0, 9618.0, 9609.0, 9619.0, 9624.0, 9640.0, 9630.0, 9645.0, 9651.0, 9678.0, 9669.0, 9713.0, 9676.0, 9697.0, 9670.0, 9697.0, 9643.0, 9660.0, 9697.0, 9637.0, 9659.0, 9621.0, 9636.0, 9615.0, 9607.0, 9615.0, 9610.0, 9658.0, 9642.0, 9632.0, 9663.0, 9641.0, 9658.0, 9672.0, 9647.0, 9686.0, 9699.0, 9645.0, 9678.0, 9696.0, 9648.0, 9629.0, 9653.0, 9593.0, 9641.0, 9628.0, 9606.0, 9642.0, 9665.0, 9617.0, 9634.0, 9597.0, 9541.0, 9545.0, 9544.0, 9516.0, 9558.0, 9524.0, 9548.0, 9565.0, 9546.0, 9558.0, 9556.0, 9539.0, 9574.0, 9543.0, 9549.0, 9551.0, 9537.0, 9594.0, 9547.0, 9587.0, 9551.0, 9560.0, 9570.0, 9591.0, 9615.0, 9595.0, 9593.0, 9594.0, 9591.0, 9647.0, 9609.0, 9655.0, 9644.0, 9628.0, 9646.0, 9607.0, 9601.0, 9628.0, 9582.0, 9655.0, 9600.0, 9652.0, 9582.0, 9592.0, 9579.0, 9572.0, 9588.0, 9574.0, 9586.0, 9547.0, 9586.0, 9567.0, 9577.0, 9609.0, 9573.0, 9627.0, 9574.0, 9628.0, 9589.0, 9597.0, 9586.0, 9568.0, 9630.0, 9590.0, 9657.0, 9591.0, 9614.0, 9579.0, 9589.0, 9621.0, 9607.0, 9649.0, 9606.0, 9634.0, 9614.0, 9652.0, 9590.0, 9650.0, 9625.0, 9615.0, 9586.0, 9600.0, 9587.0, 9636.0, 9602.0, 9587.0, 9604.0, 9618.0, 9609.0, 9620.0, 9612.0, 9647.0, 9656.0, 9642.0, 9615.0, 9644.0, 9648.0, 9635.0, 9673.0, 9628.0, 9683.0, 9626.0, 9669.0, 9614.0, 9607.0, 9633.0, 9590.0, 9661.0, 9615.0, 9642.0, 9610.0, 9685.0, 9632.0, 9623.0, 9641.0, 9606.0, 9580.0, 9602.0, 9561.0, 9560.0, 9609.0, 9588.0, 9554.0, 9639.0, 9584.0, 9579.0, 9619.0, 9564.0, 9610.0, 9555.0, 9583.0, 9592.0, 9548.0, 9551.0, 9536.0, 9577.0, 9539.0, 9547.0, 9555.0, 9549.0, 9601.0, 9546.0, 9558.0, 9590.0, 9531.0, 9612.0, 9552.0, 9591.0, 9541.0, 9586.0, 9555.0, 9578.0, 9551.0, 9538.0, 9543.0, 9548.0, 9585.0, 9596.0, 9552.0, 9547.0, 9564.0, 9550.0, 9580.0, 9582.0, 9590.0, 9623.0, 9582.0, 9567.0, 9571.0, 9573.0, 9601.0, 9593.0, 9638.0, 9621.0, 9636.0, 9617.0, 9622.0, 9626.0, 9582.0, 9629.0, 9576.0, 9600.0, 9548.0, 9592.0, 9547.0, 9579.0, 9573.0, 9563.0, 9595.0, 9543.0, 9612.0, 9555.0, 9590.0, 9558.0, 9565.0, 9560.0, 9596.0, 9561.0, 9589.0, 9531.0, 9574.0, 9530.0, 9583.0, 9595.0, 9546.0, 9603.0, 9570.0, 9593.0, 9548.0, 9579.0, 9562.0, 9571.0, 9631.0, 9587.0, 9622.0, 9587.0, 9629.0, 9605.0, 9664.0, 9618.0, 9658.0, 9619.0, 9669.0, 9627.0, 9671.0, 9610.0, 9605.0, 9545.0, 9572.0, 9543.0, 9580.0, 9606.0, 9580.0, 9573.0, 9577.0, 9582.0, 9560.0, 9600.0, 9572.0, 9600.0, 9578.0, 9587.0, 9577.0, 9615.0, 9575.0, 9616.0, 9573.0, 9599.0, 9566.0, 9599.0, 9544.0, 9582.0, 9523.0, 9566.0, 9559.0, 9562.0, 9555.0, 9577.0, 9534.0, 9569.0, 9527.0, 9558.0, 9557.0, 9602.0, 9564.0, 9599.0, 9589.0, 9555.0, 9590.0, 9542.0, 9586.0, 9565.0, 9579.0, 9528.0, 9593.0, 9529.0, 9578.0, 9541.0, 9576.0, 9534.0, 9589.0, 9537.0, 9566.0, 9519.0, 9573.0, 9524.0, 9543.0, 9546.0, 9529.0, 9576.0, 9568.0, 9559.0, 9609.0, 9557.0, 9609.0, 9557.0, 9596.0, 9539.0, 9577.0, 9528.0, 9565.0, 9524.0, 9567.0, 9545.0, 9581.0, 9531.0, 9583.0, 9550.0, 9590.0, 9543.0, 9601.0, 9539.0, 9594.0, 9611.0, 9573.0, 9606.0, 9547.0, 9586.0, 9549.0, 9585.0, 9549.0, 9589.0, 9537.0, 9595.0, 9550.0, 9592.0, 9626.0, 9557.0, 9596.0, 9521.0, 9548.0, 9506.0, 9551.0, 9570.0, 9533.0, 9555.0, 9537.0, 9564.0, 9550.0, 9623.0, 9585.0, 9537.0, 9571.0, 9553.0, 9575.0, 9570.0, 9611.0, 9572.0, 9608.0, 9596.0, 9647.0, 9610.0, 9636.0, 9621.0, 9625.0, 9591.0, 9606.0, 9578.0, 9546.0, 9548.0, 9567.0, 9543.0, 9572.0, 9527.0, 9549.0, 9515.0, 9553.0, 9531.0, 9540.0, 9545.0, 9557.0, 9551.0, 9564.0, 9544.0, 9587.0, 9553.0, 9570.0, 9553.0, 9587.0, 9549.0, 9586.0, 9546.0, 9587.0, 9566.0, 9623.0, 9586.0, 9620.0, 9600.0, 9633.0, 9579.0, 9599.0, 9565.0, 9571.0, 9561.0, 9584.0, 9562.0, 9613.0, 9571.0, 9603.0, 9567.0, 9589.0, 9551.0, 9561.0, 9533.0, 9556.0, 9520.0, 9593.0, 9545.0, 9532.0, 9560.0, 9561.0, 9556.0, 9594.0, 9538.0, 9604.0, 9574.0, 9620.0, 9595.0, 9630.0, 9586.0, 9553.0, 9571.0, 9543.0, 9573.0, 9571.0, 9569.0, 9583.0, 9556.0, 9591.0, 9551.0, 9603.0, 9552.0, 9581.0, 9522.0, 9485.0, 9482.0, 9485.0, 9502.0, 9525.0, 9516.0, 9548.0, 9494.0, 9530.0, 9498.0, 9522.0, 9511.0, 9538.0, 9536.0, 9550.0, 9562.0, 9557.0, 9571.0, 9574.0, 9572.0, 9590.0, 9559.0, 9622.0, 9579.0, 9646.0, 9666.0, 9635.0, 9629.0, 9646.0, 9650.0, 9614.0, 9646.0, 9608.0, 9640.0, 9593.0, 9587.0, 9608.0, 9575.0, 9609.0, 9585.0, 9590.0, 9592.0, 9610.0, 9558.0, 9592.0, 9551.0, 9594.0, 9585.0, 9537.0, 9625.0, 9617.0, 9625.0, 9660.0, 9588.0, 9569.0, 9626.0, 9579.0, 9630.0, 9600.0, 9553.0, 9618.0, 9545.0, 9541.0, 9524.0, 9515.0, 9579.0, 9523.0, 9475.0, 9521.0, 9490.0, 9519.0, 9471.0, 9522.0, 9485.0, 9534.0, 9499.0, 9523.0, 9499.0, 9529.0, 9500.0, 9516.0, 9519.0, 9496.0, 9513.0, 9510.0, 9501.0, 9536.0, 9516.0, 9547.0, 9512.0, 9567.0, 9528.0, 9548.0, 9508.0, 9527.0, 9513.0, 9571.0, 9520.0, 9550.0, 9530.0, 9525.0, 9549.0, 9518.0, 9544.0, 9513.0, 9527.0, 9533.0, 9514.0, 9550.0, 9528.0, 9566.0, 9534.0, 9538.0, 9508.0, 9535.0, 9494.0, 9536.0, 9503.0, 9508.0, 9531.0, 9506.0, 9560.0, 9570.0, 9586.0, 9509.0, 9518.0, 9524.0, 9530.0, 9586.0, 9547.0, 9587.0, 9551.0, 9590.0, 9564.0, 9585.0, 9544.0, 9580.0, 9522.0, 9559.0, 9502.0, 9543.0, 9547.0, 9543.0, 9512.0, 9555.0, 9508.0, 9556.0, 9519.0, 9550.0, 9499.0, 9554.0, 9489.0, 9521.0, 9543.0, 9505.0, 9532.0, 9486.0, 9549.0, 9544.0, 9513.0, 9536.0, 9511.0, 9505.0, 9527.0, 9556.0, 9531.0, 9517.0, 9547.0, 9539.0, 9554.0, 9558.0, 9624.0, 9551.0, 9599.0, 9547.0, 9581.0, 9563.0, 9586.0, 9539.0, 9570.0, 9557.0, 9588.0, 9543.0, 9579.0, 9583.0, 9557.0, 9592.0, 9534.0, 9563.0, 9539.0, 9529.0, 9526.0, 9534.0, 9568.0, 9532.0, 9555.0, 9519.0, 9562.0, 9547.0, 9586.0, 9553.0, 9596.0, 9555.0, 9582.0, 9587.0, 9564.0, 9612.0, 9558.0, 9597.0, 9553.0, 9577.0, 9512.0, 9567.0, 9536.0, 9566.0, 9579.0, 9566.0, 9585.0, 9552.0, 9588.0, 9547.0, 9575.0, 9523.0, 9582.0, 9542.0, 9570.0, 9539.0, 9569.0, 9599.0, 9585.0, 9601.0, 9568.0, 9593.0, 9575.0, 9612.0, 9566.0, 9612.0, 9572.0, 9617.0, 9564.0, 9626.0, 9617.0, 9602.0, 9594.0, 9627.0, 9648.0, 9558.0, 9547.0, 9593.0, 9616.0, 9566.0, 9590.0, 9523.0, 9559.0, 9520.0, 9570.0, 9515.0, 9548.0, 9528.0, 9531.0, 9587.0, 9530.0, 9581.0, 9534.0, 9553.0, 9514.0, 9542.0, 9496.0, 9530.0, 9541.0, 9530.0, 9551.0, 9515.0, 9552.0, 9498.0, 9541.0, 9498.0, 9539.0, 9510.0, 9531.0, 9526.0, 9521.0, 9571.0, 9521.0, 9554.0, 9538.0, 9563.0, 9519.0, 9548.0, 9537.0, 9560.0, 9556.0, 9547.0, 9560.0, 9565.0, 9598.0, 9551.0, 9601.0, 9548.0, 9585.0, 9535.0, 9590.0, 9553.0, 9577.0, 9596.0, 9574.0, 9603.0, 9594.0, 9586.0, 9575.0, 9557.0, 9588.0, 9528.0, 9570.0, 9548.0, 9552.0, 9579.0, 9560.0, 9568.0, 9560.0, 9545.0, 9585.0, 9565.0, 9584.0, 9560.0, 9555.0, 9615.0, 9553.0, 9593.0, 9524.0, 9576.0, 9503.0, 9566.0, 9492.0, 9558.0, 9491.0, 9541.0, 9476.0, 9528.0, 9492.0, 9540.0, 9507.0, 9513.0, 9533.0, 9509.0, 9546.0, 9526.0, 9560.0, 9578.0, 9542.0, 9590.0, 9555.0, 9513.0, 9552.0, 9538.0, 9528.0, 9583.0, 9586.0, 9547.0, 9569.0, 9545.0, 9530.0, 9569.0, 9547.0, 9570.0, 9582.0, 9559.0, 9589.0, 9583.0, 9570.0, 9576.0, 9549.0, 9570.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.005910894495412844</td></tr>
<tr><td colspan=3>aqi</td><td>0.06558765963302751</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.11386494691162</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1591947556831232</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9681302426062006</td></tr>
<tr><td colspan=3>efc</td><td>0.4668</td></tr>
<tr><td colspan=3>fber</td><td>6139.5449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1299917132154115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.252293577981652</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517013296210478</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457126214144819</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.701150753781366</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.392762920705249</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110359</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012141049839556217</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024685662239789963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9055067055006427</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>26.4007</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302006.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>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.0227</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2658</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.6253</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.0211</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.8093</td></tr>
<tr><td colspan=3>tsnr</td><td>28.574363418272696</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>