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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-01/func/sub-0026_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6bd3447297628c25c9b37ab16eaa6664</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>09:44:48.840000</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.997332, 0.0280842, 0.0673761, -0.0351761, 0.993691, 0.106496]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100624</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7734, -7263, 602, 9, -100, 17, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cedf5c7-a59f-4883-a88f-e5bfdf058249||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.675769567489624, -0.09437492489814758, 0.1726924031972885, 111.96189880371094], [-0.07534785568714142, 2.6659996509552, 0.293170303106308, -89.41337585449219], [0.18076510727405548, -0.2857200503349304, 2.6784751415252686, -46.80150604248047], [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': ['094448.840000', '094449.300000', '094449.760000', '094450.220000', '094450.680000', '094451.140000', '094451.600000', '094452.060000', '094452.520000', '094452.980000', '094453.440000', '094453.900000', '094454.360000', '094454.820000', '094455.280000', '094455.740000', '094456.200000', '094456.660000', '094457.120000', '094457.580000', '094458.040000', '094458.500000', '094458.960000', '094459.420000', '094459.880000', '094500.340000', '094500.800000', '094501.260000', '094501.720000', '094502.180000', '094502.640000', '094503.100000', '094503.560000', '094504.020000', '094504.480000', '094504.940000', '094505.400000', '094505.860000', '094506.320000', '094506.780000', '094507.240000', '094507.700000', '094508.160000', '094508.620000', '094509.080000', '094509.540000', '094510.000000', '094510.460000', '094510.920000', '094511.380000', '094511.840000', '094512.300000', '094512.760000', '094513.220000', '094513.680000', '094514.140000', '094514.600000', '094515.060000', '094515.520000', '094515.980000', '094516.440000', '094516.900000', '094517.360000', '094517.820000', '094518.280000', '094518.740000', '094519.200000', '094519.660000', '094520.120000', '094520.580000', '094521.040000', '094521.500000', '094521.960000', '094522.420000', '094522.880000', '094523.340000', '094523.800000', '094524.260000', '094524.720000', '094525.180000', '094525.640000', '094526.100000', '094526.560000', '094527.020000', '094527.480000', '094527.940000', '094528.400000', '094528.860000', '094529.320000', '094529.780000', '094530.240000', '094530.700000', '094531.160000', '094531.620000', '094532.080000', '094532.540000', '094533.000000', '094533.460000', '094533.920000', '094534.380000', '094534.840000', '094535.300000', '094535.760000', '094536.220000', '094536.680000', '094537.140000', '094537.600000', '094538.060000', '094538.520000', '094538.980000', '094539.440000', '094539.900000', '094540.360000', '094540.820000', '094541.280000', '094541.740000', '094542.200000', '094542.660000', '094543.120000', '094543.580000', '094544.040000', '094544.500000', '094544.960000', '094545.420000', '094545.880000', '094546.340000', '094546.800000', '094547.260000', '094547.720000', '094548.180000', '094548.640000', '094549.100000', '094549.560000', '094550.020000', '094550.480000', '094550.940000', '094551.400000', '094551.860000', '094552.320000', '094552.780000', '094553.240000', '094553.700000', '094554.160000', '094554.620000', '094555.080000', '094555.540000', '094556.000000', '094556.460000', '094556.920000', '094557.380000', '094557.840000', '094558.300000', '094558.760000', '094559.220000', '094559.680000', '094600.140000', '094600.600000', '094601.060000', '094601.520000', '094601.980000', '094602.440000', '094602.900000', '094603.360000', '094603.820000', '094604.280000', '094604.740000', '094605.200000', '094605.660000', '094606.120000', '094606.580000', '094607.040000', '094607.500000', '094607.960000', '094608.420000', '094608.880000', '094609.340000', '094609.800000', '094610.260000', '094610.720000', '094611.180000', '094611.640000', '094612.100000', '094612.560000', '094613.020000', '094613.480000', '094613.940000', '094614.400000', '094614.860000', '094615.320000', '094615.780000', '094616.240000', '094616.700000', '094617.160000', '094617.620000', '094618.080000', '094618.540000', '094619.000000', '094619.460000', '094619.920000', '094620.380000', '094620.840000', '094621.300000', '094621.760000', '094622.220000', '094622.680000', '094623.140000', '094623.600000', '094624.060000', '094624.520000', '094624.980000', '094625.440000', '094625.900000', '094626.360000', '094626.820000', '094627.280000', '094627.740000', '094628.200000', '094628.660000', '094629.120000', '094629.580000', '094630.040000', '094630.500000', '094630.960000', '094631.420000', '094631.880000', '094632.340000', '094632.800000', '094633.260000', '094633.720000', '094634.180000', '094634.640000', '094635.100000', '094635.560000', '094636.020000', '094636.480000', '094636.940000', '094637.400000', '094637.860000', '094638.320000', '094638.780000', '094639.240000', '094639.700000', '094640.160000', '094640.620000', '094641.080000', '094641.540000', '094642.000000', '094642.460000', '094642.920000', '094643.380000', '094643.840000', '094644.300000', '094644.760000', '094645.220000', '094645.680000', '094646.140000', '094646.600000', '094647.060000', '094647.520000', '094647.980000', '094648.440000', '094648.900000', '094649.360000', '094649.820000', '094650.280000', '094650.740000', '094651.200000', '094651.660000', '094652.120000', '094652.580000', '094653.040000', '094653.500000', '094653.960000', '094654.420000', '094654.880000', '094655.340000', '094655.800000', '094656.260000', '094656.720000', '094657.180000', '094657.640000', '094658.100000', '094658.560000', '094659.020000', '094659.480000', '094659.940000', '094700.400000', '094700.860000', '094701.320000', '094701.780000', '094702.240000', '094702.700000', '094703.160000', '094703.620000', '094704.080000', '094704.540000', '094705.000000', '094705.460000', '094705.920000', '094706.380000', '094706.840000', '094707.300000', '094707.760000', '094708.220000', '094708.680000', '094709.140000', '094709.600000', '094710.060000', '094710.520000', '094710.980000', '094711.440000', '094711.900000', '094712.360000', '094712.820000', '094713.280000', '094713.740000', '094714.200000', '094714.660000', '094715.120000', '094715.580000', '094716.040000', '094716.500000', '094716.960000', '094717.420000', '094717.880000', '094718.340000', '094718.800000', '094719.260000', '094719.720000', '094720.180000', '094720.640000', '094721.100000', '094721.560000', '094722.020000', '094722.480000', '094722.940000', '094723.400000', '094723.860000', '094724.320000', '094724.780000', '094725.240000', '094725.700000', '094726.160000', '094726.620000', '094727.080000', '094727.540000', '094728.000000', '094728.460000', '094728.920000', '094729.380000', '094729.840000', '094730.300000', '094730.760000', '094731.220000', '094731.680000', '094732.140000', '094732.600000', '094733.060000', '094733.520000', '094733.980000', '094734.440000', '094734.900000', '094735.360000', '094735.820000', '094736.280000', '094736.740000', '094737.200000', '094737.660000', '094738.120000', '094738.580000', '094739.040000', '094739.500000', '094739.960000', '094740.420000', '094740.880000', '094741.340000', '094741.800000', '094742.260000', '094742.720000', '094743.180000', '094743.640000', '094744.100000', '094744.560000', '094745.020000', '094745.480000', '094745.940000', '094746.400000', '094746.860000', '094747.320000', '094747.780000', '094748.240000', '094748.700000', '094749.160000', '094749.620000', '094750.080000', '094750.540000', '094751.000000', '094751.460000', '094751.920000', '094752.380000', '094752.840000', '094753.300000', '094753.760000', '094754.220000', '094754.680000', '094755.140000', '094755.600000', '094756.060000', '094756.520000', '094756.980000', '094757.440000', '094757.900000', '094758.360000', '094758.820000', '094759.280000', '094759.740000', '094800.200000', '094800.660000', '094801.120000', '094801.580000', '094802.040000', '094802.500000', '094802.960000', '094803.420000', '094803.880000', '094804.340000', '094804.800000', '094805.260000', '094805.720000', '094806.180000', '094806.640000', '094807.100000', '094807.560000', '094808.020000', '094808.480000', '094808.940000', '094809.400000', '094809.860000', '094810.320000', '094810.780000', '094811.240000', '094811.700000', '094812.160000', '094812.620000', '094813.080000', '094813.540000', '094814.000000', '094814.460000', '094814.920000', '094815.380000', '094815.840000', '094816.300000', '094816.760000', '094817.220000', '094817.680000', '094818.140000', '094818.600000', '094819.060000', '094819.520000', '094819.980000', '094820.440000', '094820.900000', '094821.360000', '094821.820000', '094822.280000', '094822.740000', '094823.200000', '094823.660000', '094824.120000', '094824.580000', '094825.040000', '094825.500000', '094825.960000', '094826.420000', '094826.880000', '094827.340000', '094827.800000', '094828.260000', '094828.720000', '094829.180000', '094829.640000', '094830.100000', '094830.560000', '094831.020000', '094831.480000', '094831.940000', '094832.400000', '094832.860000', '094833.320000', '094833.780000', '094834.240000', '094834.700000', '094835.160000', '094835.620000', '094836.080000', '094836.540000', '094837.000000', '094837.460000', '094837.920000', '094838.380000', '094838.840000', '094839.300000', '094839.760000', '094840.220000', '094840.680000', '094841.140000', '094841.600000', '094842.060000', '094842.520000', '094842.980000', '094843.440000', '094843.900000', '094844.360000', '094844.820000', '094845.280000', '094845.740000', '094846.200000', '094846.660000', '094847.120000', '094847.580000', '094848.040000', '094848.500000', '094848.960000', '094849.420000', '094849.880000', '094850.340000', '094850.800000', '094851.260000', '094851.720000', '094852.180000', '094852.640000', '094853.100000', '094853.560000', '094854.020000', '094854.480000', '094854.940000', '094855.400000', '094855.860000', '094856.320000', '094856.780000', '094857.240000', '094857.700000', '094858.160000', '094858.620000', '094859.080000', '094859.540000', '094900.000000', '094900.460000', '094900.920000', '094901.380000', '094901.840000', '094902.300000', '094902.760000', '094903.220000', '094903.680000', '094904.140000', '094904.600000', '094905.060000', '094905.520000', '094905.980000', '094906.440000', '094906.900000', '094907.360000', '094907.820000', '094908.280000', '094908.740000', '094909.200000', '094909.660000', '094910.120000', '094910.580000', '094911.040000', '094911.500000', '094911.960000', '094912.420000', '094912.880000', '094913.340000', '094913.800000', '094914.260000', '094914.720000', '094915.180000', '094915.640000', '094916.100000', '094916.560000', '094917.020000', '094917.480000', '094917.940000', '094918.400000', '094918.860000', '094919.320000', '094919.780000', '094920.240000', '094920.700000', '094921.160000', '094921.620000', '094922.080000', '094922.540000', '094923.000000', '094923.460000', '094923.920000', '094924.380000', '094924.840000', '094925.300000', '094925.760000', '094926.220000', '094926.680000', '094927.140000', '094927.600000', '094928.060000', '094928.520000', '094928.980000', '094929.440000', '094929.900000', '094930.360000', '094930.820000', '094931.280000', '094931.740000', '094932.200000', '094932.660000', '094933.120000', '094933.580000', '094934.040000', '094934.500000', '094934.960000', '094935.420000', '094935.880000', '094936.340000', '094936.800000', '094937.260000', '094937.720000', '094938.180000', '094938.640000', '094939.100000', '094939.560000', '094940.020000', '094940.480000', '094940.940000', '094941.400000', '094941.860000', '094942.320000', '094942.780000', '094943.240000', '094943.700000', '094944.160000', '094944.620000', '094945.080000', '094945.540000', '094946.000000', '094946.460000', '094946.920000', '094947.380000', '094947.840000', '094948.300000', '094948.760000', '094949.220000', '094949.680000', '094950.140000', '094950.600000', '094951.060000', '094951.520000', '094951.980000', '094952.440000', '094952.900000', '094953.360000', '094953.820000', '094954.280000', '094954.740000', '094955.200000', '094955.660000', '094956.120000', '094956.580000', '094957.040000', '094957.500000', '094957.960000', '094958.420000', '094958.880000', '094959.340000', '094959.800000', '095000.260000', '095000.720000', '095001.180000', '095001.640000', '095002.100000', '095002.560000', '095003.020000', '095003.480000', '095003.940000', '095004.400000', '095004.860000', '095005.320000', '095005.780000', '095006.240000', '095006.700000', '095007.160000', '095007.620000', '095008.080000', '095008.540000', '095009.000000', '095009.460000', '095009.920000', '095010.380000', '095010.840000', '095011.300000', '095011.760000', '095012.220000', '095012.680000', '095013.140000', '095013.600000', '095014.060000', '095014.520000', '095014.980000', '095015.440000', '095015.900000', '095016.360000', '095016.820000', '095017.280000', '095017.740000', '095018.200000', '095018.660000', '095019.120000', '095019.580000', '095020.040000', '095020.500000', '095020.960000', '095021.420000', '095021.880000', '095022.340000', '095022.800000', '095023.260000', '095023.720000', '095024.180000', '095024.640000', '095025.100000', '095025.560000', '095026.020000', '095026.480000', '095026.940000', '095027.400000', '095027.860000', '095028.320000', '095028.780000', '095029.240000', '095029.700000', '095030.160000', '095030.620000', '095031.080000', '095031.540000', '095032.000000', '095032.460000', '095032.920000', '095033.380000', '095033.840000', '095034.300000', '095034.760000', '095035.220000', '095035.680000', '095036.140000', '095036.600000', '095037.060000', '095037.520000', '095037.980000', '095038.440000', '095038.900000', '095039.360000', '095039.820000', '095040.280000', '095040.740000', '095041.200000', '095041.660000', '095042.120000', '095042.580000', '095043.040000', '095043.500000', '095043.960000', '095044.420000', '095044.880000', '095045.340000', '095045.800000', '095046.260000', '095046.720000', '095047.180000', '095047.640000', '095048.100000', '095048.560000', '095049.020000', '095049.480000', '095049.940000', '095050.400000', '095050.860000', '095051.320000', '095051.780000', '095052.240000', '095052.700000', '095053.160000', '095053.620000', '095054.080000', '095054.540000', '095055.000000', '095055.460000', '095055.920000', '095056.380000', '095056.840000', '095057.300000', '095057.760000', '095058.220000', '095058.680000', '095059.140000', '095059.600000', '095100.060000', '095100.520000', '095100.980000', '095101.440000', '095101.900000', '095102.360000', '095102.820000', '095103.280000', '095103.740000', '095104.200000', '095104.660000', '095105.120000', '095105.580000', '095106.040000', '095106.500000', '095106.960000', '095107.420000', '095107.880000', '095108.340000', '095108.800000', '095109.260000', '095109.720000', '095110.180000', '095110.640000', '095111.100000', '095111.560000', '095112.020000', '095112.480000', '095112.940000', '095113.400000', '095113.860000', '095114.320000', '095114.780000', '095115.240000', '095115.700000', '095116.160000', '095116.620000', '095117.080000', '095117.540000', '095118.000000', '095118.460000', '095118.920000', '095119.380000', '095119.840000', '095120.300000', '095120.760000', '095121.220000', '095121.680000', '095122.140000', '095122.600000', '095123.060000', '095123.520000', '095123.980000', '095124.440000', '095124.900000', '095125.360000', '095125.820000', '095126.280000', '095126.740000', '095127.200000', '095127.660000', '095128.120000', '095128.580000', '095129.040000', '095129.500000'], 'ContentTime': ['094500.066000', '094500.069000', '094500.072000', '094500.075000', '094500.078000', '094500.081000', '094500.097000', '094500.100000', '094500.103000', '094500.106000', '094500.109000', '094500.112000', '094500.115000', '094500.125000', '094500.128000', '094500.131000', '094500.133000', '094500.136000', '094500.139000', '094500.142000', '094500.145000', '094500.148000', '094500.151000', '094500.154000', '094520.022000', '094520.025000', '094520.028000', '094520.031000', '094520.034000', '094520.036000', '094520.039000', '094520.042000', '094520.045000', '094520.048000', '094520.051000', '094520.054000', '094520.056000', '094520.059000', '094520.062000', '094520.065000', '094520.068000', '094520.071000', '094520.074000', '094520.077000', '094520.079000', '094520.082000', '094520.085000', '094520.088000', '094520.091000', '094520.094000', '094520.097000', '094520.100000', '094520.103000', '094520.106000', '094520.108000', '094520.111000', '094520.114000', '094520.117000', '094520.120000', '094520.123000', '094520.126000', '094520.129000', '094520.131000', '094520.134000', '094520.137000', '094520.140000', '094520.143000', '094540.022000', '094540.025000', '094540.028000', '094540.031000', '094540.033000', '094540.036000', '094540.039000', '094540.042000', '094540.045000', '094540.048000', '094540.051000', '094540.054000', '094540.056000', '094540.059000', '094540.062000', '094540.065000', '094540.068000', '094540.071000', '094540.074000', '094540.082000', '094540.085000', '094540.087000', '094540.090000', '094540.093000', '094540.096000', '094540.099000', '094540.102000', '094540.105000', '094540.108000', '094540.110000', '094540.113000', '094540.116000', '094540.119000', '094540.122000', '094540.125000', '094540.128000', '094540.131000', '094540.133000', '094540.136000', '094540.139000', '094540.142000', '094540.145000', '094540.148000', '094540.150000', '094600.022000', '094600.025000', '094600.028000', '094600.031000', '094600.034000', '094600.036000', '094600.039000', '094600.042000', '094600.045000', '094600.048000', '094600.051000', '094600.054000', '094600.057000', '094600.060000', '094600.062000', '094600.065000', '094600.068000', '094600.071000', '094600.074000', '094600.077000', '094600.080000', '094600.083000', '094600.085000', '094600.088000', '094600.091000', '094600.094000', '094600.097000', '094600.100000', '094600.103000', '094600.106000', '094600.109000', '094600.112000', '094600.114000', '094600.117000', '094600.120000', '094600.123000', '094600.126000', '094600.129000', '094600.132000', '094600.135000', '094600.137000', '094600.140000', '094600.143000', '094620.022000', '094620.025000', '094620.028000', '094620.033000', '094620.036000', '094620.039000', '094620.042000', '094620.045000', '094620.047000', '094620.050000', '094620.053000', '094620.056000', '094620.059000', '094620.062000', '094620.065000', '094620.084000', '094620.087000', '094620.090000', '094620.093000', '094620.095000', '094620.098000', '094620.101000', '094620.104000', '094620.107000', '094620.110000', '094620.113000', '094620.115000', '094620.118000', '094620.121000', '094620.124000', '094620.127000', '094620.130000', '094620.133000', '094620.136000', '094620.139000', '094620.141000', '094620.144000', '094620.147000', '094620.150000', '094620.153000', '094620.156000', '094620.159000', '094620.162000', '094640.022000', '094640.025000', '094640.028000', '094640.031000', '094640.034000', '094640.036000', '094640.039000', '094640.042000', '094640.045000', '094640.048000', '094640.051000', '094640.054000', '094640.056000', '094640.059000', '094640.062000', '094640.065000', '094640.068000', '094640.071000', '094640.074000', '094640.077000', '094640.080000', '094640.083000', '094640.085000', '094640.088000', '094640.091000', '094640.094000', '094640.097000', '094640.100000', '094640.103000', '094640.106000', '094640.109000', '094640.112000', '094640.114000', '094640.117000', '094640.120000', '094640.123000', '094640.126000', '094640.129000', '094640.132000', '094640.135000', '094640.138000', '094640.140000', '094640.143000', '094640.146000', '094700.021000', '094700.024000', '094700.027000', '094700.030000', '094700.033000', '094700.036000', '094700.039000', '094700.042000', '094700.045000', '094700.048000', '094700.051000', '094700.054000', '094700.057000', '094700.060000', '094700.063000', '094700.065000', '094700.068000', '094700.071000', '094700.074000', '094700.077000', '094700.080000', '094700.083000', '094700.086000', '094700.089000', '094700.092000', '094700.095000', '094700.097000', '094700.100000', '094700.103000', '094700.106000', '094700.109000', '094700.112000', '094700.115000', '094700.118000', '094700.121000', '094700.123000', '094700.126000', '094700.129000', '094700.132000', '094700.135000', '094700.138000', '094700.141000', '094700.144000', '094720.022000', '094720.025000', '094720.028000', '094720.031000', '094720.034000', '094720.037000', '094720.040000', '094720.042000', '094720.045000', '094720.048000', '094720.051000', '094720.054000', '094720.057000', '094720.060000', '094720.063000', '094720.066000', '094720.069000', '094720.072000', '094720.075000', '094720.078000', '094720.080000', '094720.083000', '094720.086000', '094720.089000', '094720.092000', '094720.095000', '094720.098000', '094720.101000', '094720.104000', '094720.107000', '094720.110000', '094720.113000', '094720.115000', '094720.118000', '094720.121000', '094720.124000', '094720.127000', '094720.130000', '094720.133000', '094720.136000', '094720.138000', '094720.141000', '094720.144000', '094720.147000', '094740.022000', '094740.025000', '094740.028000', '094740.031000', '094740.034000', '094740.037000', '094740.040000', '094740.042000', '094740.045000', '094740.048000', '094740.051000', '094740.054000', '094740.057000', '094740.060000', '094740.066000', '094740.069000', '094740.072000', '094740.075000', '094740.078000', '094740.081000', '094740.084000', '094740.087000', '094740.090000', '094740.092000', '094740.095000', '094740.098000', '094740.101000', '094740.104000', '094740.107000', '094740.110000', '094740.113000', '094740.116000', '094740.119000', '094740.121000', '094740.124000', '094740.127000', '094740.130000', '094740.133000', '094740.136000', '094740.139000', '094740.142000', '094740.144000', '094740.147000', '094800.022000', '094800.025000', '094800.028000', '094800.031000', '094800.034000', '094800.037000', '094800.040000', '094800.042000', '094800.045000', '094800.048000', '094800.051000', '094800.054000', '094800.057000', '094800.060000', '094800.063000', '094800.066000', '094800.069000', '094800.071000', '094800.074000', '094800.077000', '094800.080000', '094800.083000', '094800.086000', '094800.089000', '094800.092000', '094800.095000', '094800.098000', '094800.101000', '094800.103000', '094800.106000', '094800.109000', '094800.112000', '094800.115000', '094800.118000', '094800.121000', '094800.124000', '094800.126000', '094800.129000', '094800.132000', '094800.135000', '094800.138000', '094800.141000', '094800.144000', '094800.147000', '094820.022000', '094820.025000', '094820.028000', '094820.031000', '094820.034000', '094820.037000', '094820.040000', '094820.043000', '094820.046000', '094820.049000', '094820.051000', '094820.054000', '094820.057000', '094820.060000', '094820.063000', '094820.066000', '094820.069000', '094820.072000', '094820.075000', '094820.078000', '094820.081000', '094820.084000', '094820.088000', '094820.091000', '094820.093000', '094820.096000', '094820.099000', '094820.102000', '094820.105000', '094820.108000', '094820.111000', '094820.114000', '094820.117000', '094820.120000', '094820.122000', '094820.125000', '094820.128000', '094820.131000', '094820.134000', '094820.137000', '094820.140000', '094820.143000', '094820.146000', '094840.022000', '094840.025000', '094840.028000', '094840.031000', '094840.034000', '094840.037000', '094840.040000', '094840.042000', '094840.045000', '094840.048000', '094840.051000', '094840.054000', '094840.057000', '094840.060000', '094840.063000', '094840.066000', '094840.069000', '094840.072000', '094840.075000', '094840.078000', '094840.081000', '094840.083000', '094840.086000', '094840.089000', '094840.092000', '094840.095000', '094840.098000', '094840.101000', '094840.104000', '094840.107000', '094840.110000', '094840.113000', '094840.115000', '094840.118000', '094840.121000', '094840.124000', '094840.127000', '094840.130000', '094840.133000', '094840.136000', '094840.139000', '094840.141000', '094840.144000', '094840.147000', '094900.022000', '094900.025000', '094900.028000', '094900.031000', '094900.034000', '094900.036000', '094900.039000', '094900.052000', '094900.055000', '094900.058000', '094900.061000', '094900.064000', '094900.067000', '094900.069000', '094900.072000', '094900.075000', '094900.078000', '094900.081000', '094900.084000', '094900.087000', '094900.090000', '094900.093000', '094900.096000', '094900.099000', '094900.104000', '094900.107000', '094900.110000', '094900.113000', '094900.116000', '094900.119000', '094900.122000', '094900.125000', '094900.128000', '094900.131000', '094900.133000', '094900.136000', '094900.139000', '094900.142000', '094900.145000', '094900.148000', '094900.151000', '094900.154000', '094900.157000', '094920.021000', '094920.024000', '094920.027000', '094920.030000', '094920.033000', '094920.036000', '094920.039000', '094920.042000', '094920.045000', '094920.047000', '094920.050000', '094920.053000', '094920.056000', '094920.059000', '094920.062000', '094920.065000', '094920.068000', '094920.071000', '094920.074000', '094920.077000', '094920.080000', '094920.082000', '094920.085000', '094920.088000', '094920.091000', '094920.094000', '094920.097000', '094920.100000', '094920.103000', '094920.106000', '094920.108000', '094920.111000', '094920.114000', '094920.117000', '094920.120000', '094920.123000', '094920.139000', '094920.142000', '094920.145000', '094920.148000', '094920.151000', '094920.154000', '094920.157000', '094920.159000', '094940.022000', '094940.025000', '094940.028000', '094940.031000', '094940.034000', '094940.037000', '094940.040000', '094940.043000', '094940.046000', '094940.048000', '094940.052000', '094940.055000', '094940.058000', '094940.061000', '094940.064000', '094940.067000', '094940.070000', '094940.073000', '094940.076000', '094940.079000', '094940.082000', '094940.085000', '094940.087000', '094940.090000', '094940.093000', '094940.096000', '094940.099000', '094940.102000', '094940.105000', '094940.108000', '094940.111000', '094940.114000', '094940.117000', '094940.122000', '094940.126000', '094940.128000', '094940.131000', '094940.134000', '094940.137000', '094940.140000', '094940.143000', '094940.146000', '094940.149000', '095000.022000', '095000.025000', '095000.028000', '095000.031000', '095000.034000', '095000.037000', '095000.040000', '095000.043000', '095000.046000', '095000.049000', '095000.051000', '095000.054000', '095000.057000', '095000.060000', '095000.063000', '095000.066000', '095000.069000', '095000.072000', '095000.075000', '095000.077000', '095000.080000', '095000.083000', '095000.086000', '095000.089000', '095000.092000', '095000.095000', '095000.098000', '095000.101000', '095000.104000', '095000.107000', '095000.109000', '095000.112000', '095000.115000', '095000.118000', '095000.121000', '095000.124000', '095000.127000', '095000.130000', '095000.133000', '095000.136000', '095000.138000', '095000.141000', '095000.144000', '095000.147000', '095020.022000', '095020.025000', '095020.028000', '095020.031000', '095020.034000', '095020.037000', '095020.040000', '095020.043000', '095020.045000', '095020.048000', '095020.051000', '095020.054000', '095020.057000', '095020.060000', '095020.063000', '095020.066000', '095020.069000', '095020.072000', '095020.075000', '095020.078000', '095020.080000', '095020.083000', '095020.086000', '095020.089000', '095020.092000', '095020.095000', '095020.098000', '095020.101000', '095020.104000', '095020.107000', '095020.110000', '095020.112000', '095020.115000', '095020.118000', '095020.121000', '095020.124000', '095020.127000', '095020.130000', '095020.133000', '095020.136000', '095020.139000', '095020.142000', '095020.145000', '095040.022000', '095040.025000', '095040.028000', '095040.031000', '095040.034000', '095040.037000', '095040.040000', '095040.042000', '095040.045000', '095040.048000', '095040.051000', '095040.054000', '095040.057000', '095040.060000', '095040.063000', '095040.066000', '095040.069000', '095040.072000', '095040.075000', '095040.078000', '095040.080000', '095040.083000', '095040.086000', '095040.089000', '095040.092000', '095040.095000', '095040.098000', '095040.101000', '095040.104000', '095040.107000', '095040.110000', '095040.112000', '095040.115000', '095040.118000', '095040.121000', '095040.124000', '095040.127000', '095040.130000', '095040.133000', '095040.136000', '095040.139000', '095040.142000', '095040.144000', '095040.147000', '095100.022000', '095100.025000', '095100.028000', '095100.031000', '095100.034000', '095100.037000', '095100.040000', '095100.043000', '095100.045000', '095100.048000', '095100.051000', '095100.054000', '095100.057000', '095100.060000', '095100.063000', '095100.066000', '095100.069000', '095100.072000', '095100.075000', '095100.078000', '095100.080000', '095100.083000', '095100.086000', '095100.091000', '095100.094000', '095100.097000', '095100.101000', '095100.104000', '095100.107000', '095100.110000', '095100.113000', '095100.116000', '095100.119000', '095100.122000', '095100.125000', '095100.128000', '095100.131000', '095100.134000', '095100.136000', '095100.139000', '095100.142000', '095100.146000', '095100.149000', '095120.022000', '095120.025000', '095120.028000', '095120.031000', '095120.034000', '095120.037000', '095120.040000', '095120.042000', '095120.045000', '095120.048000', '095120.051000', '095120.054000', '095120.057000', '095120.060000', '095120.063000', '095120.066000', '095120.069000', '095120.072000', '095120.075000', '095120.078000', '095120.081000', '095120.084000', '095120.087000', '095120.090000', '095120.093000', '095120.095000', '095120.098000', '095120.101000', '095120.104000', '095120.107000', '095120.110000', '095120.113000', '095120.116000', '095120.119000', '095120.122000', '095120.125000', '095120.128000', '095120.131000', '095120.134000', '095120.136000', '095120.139000', '095120.142000', '095120.145000', '095120.148000', '095130.111000', '095130.115000', '095130.118000', '095130.121000', '095130.124000', '095130.127000', '095130.130000', '095130.134000', '095130.138000', '095130.141000', '095130.144000', '095130.147000', '095130.150000', '095130.153000', '095130.156000', '095130.159000', '095130.162000', '095130.165000', '095130.169000', '095130.172000', '095130.175000', '095130.178000'], 'InstanceCreationTime': ['094500.066000', '094500.069000', '094500.072000', '094500.075000', '094500.078000', '094500.081000', '094500.097000', '094500.100000', '094500.103000', '094500.106000', '094500.109000', '094500.112000', '094500.115000', '094500.125000', '094500.128000', '094500.131000', '094500.133000', '094500.136000', '094500.139000', '094500.142000', '094500.145000', '094500.148000', '094500.151000', '094500.154000', '094520.022000', '094520.025000', '094520.028000', '094520.031000', '094520.034000', '094520.036000', '094520.039000', '094520.042000', '094520.045000', '094520.048000', '094520.051000', '094520.054000', '094520.056000', '094520.059000', '094520.062000', '094520.065000', '094520.068000', '094520.071000', '094520.074000', '094520.077000', '094520.079000', '094520.082000', '094520.085000', '094520.088000', '094520.091000', '094520.094000', '094520.097000', '094520.100000', '094520.103000', '094520.106000', '094520.108000', '094520.111000', '094520.114000', '094520.117000', '094520.120000', '094520.123000', '094520.126000', '094520.129000', '094520.131000', '094520.134000', '094520.137000', '094520.140000', '094520.143000', '094540.022000', '094540.025000', '094540.028000', '094540.031000', '094540.033000', '094540.036000', '094540.039000', '094540.042000', '094540.045000', '094540.048000', '094540.051000', '094540.054000', '094540.056000', '094540.059000', '094540.062000', '094540.065000', '094540.068000', '094540.071000', '094540.074000', '094540.082000', '094540.085000', '094540.087000', '094540.090000', '094540.093000', '094540.096000', '094540.099000', '094540.102000', '094540.105000', '094540.108000', '094540.110000', '094540.113000', '094540.116000', '094540.119000', '094540.122000', '094540.125000', '094540.128000', '094540.131000', '094540.133000', '094540.136000', '094540.139000', '094540.142000', '094540.145000', '094540.148000', '094540.150000', '094600.022000', '094600.025000', '094600.028000', '094600.031000', '094600.034000', '094600.036000', '094600.039000', '094600.042000', '094600.045000', '094600.048000', '094600.051000', '094600.054000', '094600.057000', '094600.060000', '094600.062000', '094600.065000', '094600.068000', '094600.071000', '094600.074000', '094600.077000', '094600.080000', '094600.083000', '094600.085000', '094600.088000', '094600.091000', '094600.094000', '094600.097000', '094600.100000', '094600.103000', '094600.106000', '094600.109000', '094600.112000', '094600.114000', '094600.117000', '094600.120000', '094600.123000', '094600.126000', '094600.129000', '094600.132000', '094600.135000', '094600.137000', '094600.140000', '094600.143000', '094620.022000', '094620.025000', '094620.028000', '094620.033000', '094620.036000', '094620.039000', '094620.042000', '094620.045000', '094620.047000', '094620.050000', '094620.053000', '094620.056000', '094620.059000', '094620.062000', '094620.065000', '094620.084000', '094620.087000', '094620.090000', '094620.093000', '094620.095000', '094620.098000', '094620.101000', '094620.104000', '094620.107000', '094620.110000', '094620.113000', '094620.115000', '094620.118000', '094620.121000', '094620.124000', '094620.127000', '094620.130000', '094620.133000', '094620.136000', '094620.139000', '094620.141000', '094620.144000', '094620.147000', '094620.150000', '094620.153000', '094620.156000', '094620.159000', '094620.162000', '094640.022000', '094640.025000', '094640.028000', '094640.031000', '094640.034000', '094640.036000', '094640.039000', '094640.042000', '094640.045000', '094640.048000', '094640.051000', '094640.054000', '094640.056000', '094640.059000', '094640.062000', '094640.065000', '094640.068000', '094640.071000', '094640.074000', '094640.077000', '094640.080000', '094640.083000', '094640.085000', '094640.088000', '094640.091000', '094640.094000', '094640.097000', '094640.100000', '094640.103000', '094640.106000', '094640.109000', '094640.112000', '094640.114000', '094640.117000', '094640.120000', '094640.123000', '094640.126000', '094640.129000', '094640.132000', '094640.135000', '094640.138000', '094640.140000', '094640.143000', '094640.146000', '094700.021000', '094700.024000', '094700.027000', '094700.030000', '094700.033000', '094700.036000', '094700.039000', '094700.042000', '094700.045000', '094700.048000', '094700.051000', '094700.054000', '094700.057000', '094700.060000', '094700.063000', '094700.065000', '094700.068000', '094700.071000', '094700.074000', '094700.077000', '094700.080000', '094700.083000', '094700.086000', '094700.089000', '094700.092000', '094700.095000', '094700.097000', '094700.100000', '094700.103000', '094700.106000', '094700.109000', '094700.112000', '094700.115000', '094700.118000', '094700.121000', '094700.123000', '094700.126000', '094700.129000', '094700.132000', '094700.135000', '094700.138000', '094700.141000', '094700.144000', '094720.022000', '094720.025000', '094720.028000', '094720.031000', '094720.034000', '094720.037000', '094720.040000', '094720.042000', '094720.045000', '094720.048000', '094720.051000', '094720.054000', '094720.057000', '094720.060000', '094720.063000', '094720.066000', '094720.069000', '094720.072000', '094720.075000', '094720.078000', '094720.080000', '094720.083000', '094720.086000', '094720.089000', '094720.092000', '094720.095000', '094720.098000', '094720.101000', '094720.104000', '094720.107000', '094720.110000', '094720.113000', '094720.115000', '094720.118000', '094720.121000', '094720.124000', '094720.127000', '094720.130000', '094720.133000', '094720.136000', '094720.138000', '094720.141000', '094720.144000', '094720.147000', '094740.022000', '094740.025000', '094740.028000', '094740.031000', '094740.034000', '094740.037000', '094740.040000', '094740.042000', '094740.045000', '094740.048000', '094740.051000', '094740.054000', '094740.057000', '094740.060000', '094740.066000', '094740.069000', '094740.072000', '094740.075000', '094740.078000', '094740.081000', '094740.084000', '094740.087000', '094740.090000', '094740.092000', '094740.095000', '094740.098000', '094740.101000', '094740.104000', '094740.107000', '094740.110000', '094740.113000', '094740.116000', '094740.119000', '094740.121000', '094740.124000', '094740.127000', '094740.130000', '094740.133000', '094740.136000', '094740.139000', '094740.142000', '094740.144000', '094740.147000', '094800.022000', '094800.025000', '094800.028000', '094800.031000', '094800.034000', '094800.037000', '094800.040000', '094800.042000', '094800.045000', '094800.048000', '094800.051000', '094800.054000', '094800.057000', '094800.060000', '094800.063000', '094800.066000', '094800.069000', '094800.071000', '094800.074000', '094800.077000', '094800.080000', '094800.083000', '094800.086000', '094800.089000', '094800.092000', '094800.095000', '094800.098000', '094800.101000', '094800.103000', '094800.106000', '094800.109000', '094800.112000', '094800.115000', '094800.118000', '094800.121000', '094800.124000', '094800.126000', '094800.129000', '094800.132000', '094800.135000', '094800.138000', '094800.141000', '094800.144000', '094800.147000', '094820.022000', '094820.025000', '094820.028000', '094820.031000', '094820.034000', '094820.037000', '094820.040000', '094820.043000', '094820.046000', '094820.049000', '094820.051000', '094820.054000', '094820.057000', '094820.060000', '094820.063000', '094820.066000', '094820.069000', '094820.072000', '094820.075000', '094820.078000', '094820.081000', '094820.084000', '094820.088000', '094820.091000', '094820.093000', '094820.096000', '094820.099000', '094820.102000', '094820.105000', '094820.108000', '094820.111000', '094820.114000', '094820.117000', '094820.120000', '094820.122000', '094820.125000', '094820.128000', '094820.131000', '094820.134000', '094820.137000', '094820.140000', '094820.143000', '094820.146000', '094840.022000', '094840.025000', '094840.028000', '094840.031000', '094840.034000', '094840.037000', '094840.040000', '094840.042000', '094840.045000', '094840.048000', '094840.051000', '094840.054000', '094840.057000', '094840.060000', '094840.063000', '094840.066000', '094840.069000', '094840.072000', '094840.075000', '094840.078000', '094840.081000', '094840.083000', '094840.086000', '094840.089000', '094840.092000', '094840.095000', '094840.098000', '094840.101000', '094840.104000', '094840.107000', '094840.110000', '094840.113000', '094840.115000', '094840.118000', '094840.121000', '094840.124000', '094840.127000', '094840.130000', '094840.133000', '094840.136000', '094840.139000', '094840.141000', '094840.144000', '094840.147000', '094900.022000', '094900.025000', '094900.028000', '094900.031000', '094900.034000', '094900.036000', '094900.039000', '094900.052000', '094900.055000', '094900.058000', '094900.061000', '094900.064000', '094900.067000', '094900.069000', '094900.072000', '094900.075000', '094900.078000', '094900.081000', '094900.084000', '094900.087000', '094900.090000', '094900.093000', '094900.096000', '094900.099000', '094900.104000', '094900.107000', '094900.110000', '094900.113000', '094900.116000', '094900.119000', '094900.122000', '094900.125000', '094900.128000', '094900.131000', '094900.133000', '094900.136000', '094900.139000', '094900.142000', '094900.145000', '094900.148000', '094900.151000', '094900.154000', '094900.157000', '094920.021000', '094920.024000', '094920.027000', '094920.030000', '094920.033000', '094920.036000', '094920.039000', '094920.042000', '094920.045000', '094920.047000', '094920.050000', '094920.053000', '094920.056000', '094920.059000', '094920.062000', '094920.065000', '094920.068000', '094920.071000', '094920.074000', '094920.077000', '094920.080000', '094920.082000', '094920.085000', '094920.088000', '094920.091000', '094920.094000', '094920.097000', '094920.100000', '094920.103000', '094920.106000', '094920.108000', '094920.111000', '094920.114000', '094920.117000', '094920.120000', '094920.123000', '094920.139000', '094920.142000', '094920.145000', '094920.148000', '094920.151000', '094920.154000', '094920.157000', '094920.159000', '094940.022000', '094940.025000', '094940.028000', '094940.031000', '094940.034000', '094940.037000', '094940.040000', '094940.043000', '094940.046000', '094940.048000', '094940.052000', '094940.055000', '094940.058000', '094940.061000', '094940.064000', '094940.067000', '094940.070000', '094940.073000', '094940.076000', '094940.079000', '094940.082000', '094940.085000', '094940.087000', '094940.090000', '094940.093000', '094940.096000', '094940.099000', '094940.102000', '094940.105000', '094940.108000', '094940.111000', '094940.114000', '094940.117000', '094940.122000', '094940.126000', '094940.128000', '094940.131000', '094940.134000', '094940.137000', '094940.140000', '094940.143000', '094940.146000', '094940.149000', '095000.022000', '095000.025000', '095000.028000', '095000.031000', '095000.034000', '095000.037000', '095000.040000', '095000.043000', '095000.046000', '095000.049000', '095000.051000', '095000.054000', '095000.057000', '095000.060000', '095000.063000', '095000.066000', '095000.069000', '095000.072000', '095000.075000', '095000.077000', '095000.080000', '095000.083000', '095000.086000', '095000.089000', '095000.092000', '095000.095000', '095000.098000', '095000.101000', '095000.104000', '095000.107000', '095000.109000', '095000.112000', '095000.115000', '095000.118000', '095000.121000', '095000.124000', '095000.127000', '095000.130000', '095000.133000', '095000.136000', '095000.138000', '095000.141000', '095000.144000', '095000.147000', '095020.022000', '095020.025000', '095020.028000', '095020.031000', '095020.034000', '095020.037000', '095020.040000', '095020.043000', '095020.045000', '095020.048000', '095020.051000', '095020.054000', '095020.057000', '095020.060000', '095020.063000', '095020.066000', '095020.069000', '095020.072000', '095020.075000', '095020.078000', '095020.080000', '095020.083000', '095020.086000', '095020.089000', '095020.092000', '095020.095000', '095020.098000', '095020.101000', '095020.104000', '095020.107000', '095020.110000', '095020.112000', '095020.115000', '095020.118000', '095020.121000', '095020.124000', '095020.127000', '095020.130000', '095020.133000', '095020.136000', '095020.139000', '095020.142000', '095020.145000', '095040.022000', '095040.025000', '095040.028000', '095040.031000', '095040.034000', '095040.037000', '095040.040000', '095040.042000', '095040.045000', '095040.048000', '095040.051000', '095040.054000', '095040.057000', '095040.060000', '095040.063000', '095040.066000', '095040.069000', '095040.072000', '095040.075000', '095040.078000', '095040.080000', '095040.083000', '095040.086000', '095040.089000', '095040.092000', '095040.095000', '095040.098000', '095040.101000', '095040.104000', '095040.107000', '095040.110000', '095040.112000', '095040.115000', '095040.118000', '095040.121000', '095040.124000', '095040.127000', '095040.130000', '095040.133000', '095040.136000', '095040.139000', '095040.142000', '095040.144000', '095040.147000', '095100.022000', '095100.025000', '095100.028000', '095100.031000', '095100.034000', '095100.037000', '095100.040000', '095100.043000', '095100.045000', '095100.048000', '095100.051000', '095100.054000', '095100.057000', '095100.060000', '095100.063000', '095100.066000', '095100.069000', '095100.072000', '095100.075000', '095100.078000', '095100.080000', '095100.083000', '095100.086000', '095100.091000', '095100.094000', '095100.097000', '095100.101000', '095100.104000', '095100.107000', '095100.110000', '095100.113000', '095100.116000', '095100.119000', '095100.122000', '095100.125000', '095100.128000', '095100.131000', '095100.134000', '095100.136000', '095100.139000', '095100.142000', '095100.146000', '095100.149000', '095120.022000', '095120.025000', '095120.028000', '095120.031000', '095120.034000', '095120.037000', '095120.040000', '095120.042000', '095120.045000', '095120.048000', '095120.051000', '095120.054000', '095120.057000', '095120.060000', '095120.063000', '095120.066000', '095120.069000', '095120.072000', '095120.075000', '095120.078000', '095120.081000', '095120.084000', '095120.087000', '095120.090000', '095120.093000', '095120.095000', '095120.098000', '095120.101000', '095120.104000', '095120.107000', '095120.110000', '095120.113000', '095120.116000', '095120.119000', '095120.122000', '095120.125000', '095120.128000', '095120.131000', '095120.134000', '095120.136000', '095120.139000', '095120.142000', '095120.145000', '095120.148000', '095130.111000', '095130.115000', '095130.118000', '095130.121000', '095130.124000', '095130.127000', '095130.130000', '095130.134000', '095130.138000', '095130.141000', '095130.144000', '095130.147000', '095130.150000', '095130.153000', '095130.156000', '095130.159000', '095130.162000', '095130.165000', '095130.169000', '095130.172000', '095130.175000', '095130.178000'], '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': [8190, 7768, 9024, 7519, 7907, 8783, 7535, 8675, 7259, 7550, 7284, 7667, 9013, 7593, 9689, 7286, 9282, 7512, 8772, 10260, 7443, 14496, 8687, 9807, 7437, 7698, 7438, 7477, 11152, 7249, 9325, 7419, 7518, 7329, 7564, 7321, 7490, 8903, 7519, 9089, 7525, 7586, 7373, 7535, 8718, 7380, 9646, 7323, 7718, 14169, 9678, 13941, 7357, 9383, 7270, 7315, 7389, 7688, 8914, 8160, 9473, 7844, 10585, 8113, 8601, 7328, 8071, 11138, 7676, 12211, 7375, 9114, 12977, 7787, 14862, 9655, 10780, 7294, 8314, 7358, 8266, 9291, 7970, 13750, 8465, 10296, 7748, 8354, 7393, 8036, 7343, 8290, 7395, 8115, 8267, 8365, 11946, 7938, 13618, 12084, 13465, 9365, 8415, 9775, 8524, 9642, 8363, 9768, 7738, 8419, 7661, 8351, 9733, 8278, 7969, 7688, 7578, 7453, 8323, 8050, 8132, 8561, 7756, 8030, 7519, 7406, 7352, 8518, 8513, 8317, 9080, 7515, 8195, 12473, 8421, 12331, 9543, 12440, 11173, 9045, 9365, 8150, 10660, 8195, 10771, 8063, 9510, 7901, 8314, 14384, 9214, 11788, 7736, 9203, 12769, 9083, 12616, 8409, 8012, 8159, 8363, 7936, 8240, 7525, 8161, 9484, 8151, 8639, 7356, 7795, 7470, 7999, 10218, 7820, 8778, 7269, 8174, 12779, 8791, 13718, 9530, 13384, 12015, 12458, 13624, 9916, 10045, 8374, 10324, 7973, 8513, 7404, 8273, 10686, 7657, 7955, 7260, 8011, 10346, 7892, 8538, 8219, 7993, 9322, 7913, 8576, 7608, 7401, 7322, 7715, 7446, 7876, 9840, 7884, 8061, 7392, 8188, 10873, 8529, 12096, 8104, 10456, 12041, 8344, 14624, 10308, 9454, 14000, 9379, 11911, 7761, 8408, 10177, 8405, 10657, 8322, 8713, 7938, 7482, 7957, 7616, 7290, 8474, 9970, 8178, 9026, 11695, 9406, 11287, 12752, 8948, 14034, 10780, 11559, 14243, 10615, 12118, 8547, 8816, 12729, 8338, 10830, 8154, 8186, 8614, 8590, 10641, 8517, 9873, 7954, 7638, 7770, 7359, 7413, 8342, 7772, 7880, 8485, 7282, 8225, 7788, 7720, 8717, 7546, 8462, 7264, 7863, 9273, 7947, 10796, 8575, 12183, 13011, 11069, 13730, 10469, 13128, 8334, 10595, 8117, 9228, 7718, 8204, 8587, 8110, 11461, 7834, 9091, 7763, 7818, 11210, 8078, 13940, 9057, 12614, 9746, 12244, 7973, 7436, 7392, 8179, 8662, 8206, 9099, 7299, 7942, 11001, 7857, 8833, 7361, 7732, 11025, 8264, 9240, 7818, 7940, 7329, 7755, 9458, 7966, 8865, 7620, 8258, 8026, 8041, 8883, 8390, 8467, 8058, 9003, 7587, 8533, 7421, 8006, 9848, 7778, 9289, 7845, 7960, 7473, 7544, 7821, 7892, 7728, 7919, 7544, 8264, 7204, 8048, 9792, 8507, 10117, 7786, 8463, 13557, 8802, 10787, 7570, 8230, 8188, 7843, 10850, 8263, 9836, 8124, 8906, 7527, 7720, 7422, 8339, 7681, 8468, 8400, 8055, 8039, 8308, 9929, 7708, 8447, 8321, 8220, 11374, 7856, 8566, 7672, 8334, 7618, 8199, 9168, 8081, 9277, 7886, 8491, 8003, 8200, 7957, 8276, 8955, 8690, 7839, 8175, 10284, 8635, 13803, 9069, 12226, 8190, 9545, 8935, 8715, 7667, 7499, 8703, 7979, 9334, 8175, 10557, 8353, 9466, 8538, 9291, 8295, 14017, 9460, 9405, 8384, 8780, 8180, 8523, 8153, 8465, 9260, 8363, 10069, 8209, 9300, 8249, 8395, 12001, 9101, 14050, 11030, 13332, 8573, 9984, 8469, 10494, 8370, 9967, 8326, 8150, 13344, 8458, 8631, 14545, 9544, 10890, 8477, 8377, 10729, 8548, 13367, 8661, 10277, 8717, 8600, 8464, 7968, 8502, 8839, 11018, 8556, 9004, 8190, 8298, 10692, 8568, 9562, 10729, 8465, 12978, 9005, 9233, 12428, 8770, 12592, 8202, 9847, 7900, 7659, 7973, 7885, 8589, 8177, 10069, 8406, 8894, 8545, 8310, 9833, 8138, 11019, 8397, 10605, 8332, 9131, 8391, 8380, 12106, 9068, 10602, 9487, 11949, 11094, 9508, 8236, 8284, 8687, 8857, 10794, 8423, 9542, 8470, 8693, 9448, 8235, 11523, 8298, 10162, 13224, 8770, 13891, 9055, 11016, 8519, 8566, 14444, 8969, 10733, 8945, 8676, 9054, 8187, 8379, 8079, 8396, 8557, 8366, 8354, 7824, 8029, 7917, 8241, 8049, 9597, 7940, 8117, 8043, 8500, 10807, 8267, 9321, 8246, 8830, 8364, 8153, 10815, 8332, 12397, 8476, 10421, 8439, 8395, 13084, 10174, 13625, 10112, 11256, 8284, 9100, 8484, 8529, 8306, 8101, 11430, 8364, 10231, 8094, 9289, 11937, 8184, 12528, 8780, 10954, 8110, 8620, 7920, 7828, 11108, 8785, 9309, 8504, 8612, 7802, 7666, 8759, 8236, 9871, 7952, 9050, 8234, 8508, 11269, 8326, 9450, 8233, 8259, 8302, 8125, 11247, 8252, 9404, 11799, 8566, 13742, 9664, 11383, 8124, 8374, 8175, 8185, 10859, 8659, 9135, 8189, 8386, 8251, 8233, 8631, 8556, 10394, 8841, 10031, 9277, 10898, 9542, 8026, 8630, 8481, 10405, 8353, 8981, 9278, 7799, 11010, 8260, 8753, 11078, 8014, 11507, 8342, 10814, 9945, 8712, 14360, 8900, 12707, 8641, 11620, 8224, 9684, 8209, 8550, 8444, 8376, 9681, 8379, 8651, 9895, 7982, 8560, 8050, 7567, 10002, 8282, 8064, 8376, 7931, 9710, 8082, 8712, 8067, 8353, 8190, 8189, 11276, 8338, 9050, 11533, 8422, 10253, 7916, 8783, 8615, 8149, 12492, 8995, 12342, 10272, 10648, 11320, 8685, 10129, 7818, 8136, 8545, 9206, 8152, 8580, 8074, 7986, 10731, 7935, 9093, 8171, 8184, 11312, 8752, 12614, 10972, 14623, 14813, 11585, 15511, 11026, 10531, 8602, 9070, 8555, 8712, 8918, 8807, 10491, 8817, 9236, 8586, 8351, 8603, 8161, 7947, 8309, 9575, 7962, 8051, 10551, 8256, 7857, 8930, 8685, 8859, 8326, 7835, 7922, 7758, 8100, 8140, 8348, 8330, 10996, 8553, 9642, 9637, 8361, 12835, 7888, 12689, 8557, 12998, 12186, 12862, 9494, 8663, 14553, 8768, 14240, 9067, 12613, 9593, 10140, 14053, 8485, 11575, 8286, 12741, 9134, 12179, 8254, 8638, 8399, 7845, 8506, 8488, 8380, 8415, 9143, 8185, 9131, 8090, 8266, 10568, 8192, 9244, 8473, 8671, 8656, 8241, 10543, 8561, 9375, 8298, 8694, 12051, 8779, 11015, 8692, 8407, 13342, 10182, 10980, 8298, 8450, 8025, 7829, 8762, 8780, 9315, 8640, 8424, 8626, 8255, 8048, 7587, 7857, 8087, 8327, 8515, 9090, 8313, 9104, 8338, 8095, 8913], 'WindowCenter': [4289.0, 4266.0, 4281.0, 4250.0, 4258.0, 4256.0, 4247.0, 4266.0, 4247.0, 4256.0, 4248.0, 4260.0, 4279.0, 4258.0, 4277.0, 4248.0, 4277.0, 4248.0, 4268.0, 4288.0, 4247.0, 4328.0, 4267.0, 4277.0, 4246.0, 4257.0, 4247.0, 4247.0, 4297.0, 4248.0, 4278.0, 4260.0, 4249.0, 4260.0, 4258.0, 4249.0, 4259.0, 4278.0, 4260.0, 4280.0, 4259.0, 4259.0, 4261.0, 4273.0, 4280.0, 4261.0, 4288.0, 4250.0, 4260.0, 4329.0, 4280.0, 4331.0, 4247.0, 4280.0, 4260.0, 4249.0, 4259.0, 4273.0, 4279.0, 4283.0, 4294.0, 4274.0, 4302.0, 4273.0, 4280.0, 4260.0, 4271.0, 4299.0, 4260.0, 4321.0, 4258.0, 4282.0, 4332.0, 4271.0, 4342.0, 4291.0, 4301.0, 4261.0, 4269.0, 4248.0, 4269.0, 4279.0, 4271.0, 4331.0, 4271.0, 4290.0, 4261.0, 4270.0, 4250.0, 4259.0, 4247.0, 4270.0, 4251.0, 4271.0, 4272.0, 4272.0, 4312.0, 4270.0, 4331.0, 4311.0, 4320.0, 4268.0, 4256.0, 4276.0, 4267.0, 4276.0, 4258.0, 4276.0, 4248.0, 4269.0, 4248.0, 4258.0, 4278.0, 4257.0, 4246.0, 4247.0, 4247.0, 4246.0, 4259.0, 4259.0, 4270.0, 4270.0, 4262.0, 4272.0, 4262.0, 4250.0, 4250.0, 4271.0, 4268.0, 4270.0, 4282.0, 4262.0, 4272.0, 4323.0, 4271.0, 4322.0, 4291.0, 4320.0, 4299.0, 4269.0, 4278.0, 4258.0, 4287.0, 4269.0, 4300.0, 4258.0, 4290.0, 4260.0, 4270.0, 4331.0, 4279.0, 4309.0, 4248.0, 4278.0, 4308.0, 4268.0, 4307.0, 4257.0, 4257.0, 4258.0, 4257.0, 4259.0, 4269.0, 4260.0, 4271.0, 4290.0, 4270.0, 4282.0, 4261.0, 4262.0, 4249.0, 4271.0, 4290.0, 4260.0, 4269.0, 4250.0, 4269.0, 4321.0, 4271.0, 4320.0, 4278.0, 4318.0, 4296.0, 4307.0, 4306.0, 4265.0, 4265.0, 4245.0, 4274.0, 4244.0, 4252.0, 4234.0, 4256.0, 4288.0, 4245.0, 4246.0, 4236.0, 4256.0, 4274.0, 4245.0, 4256.0, 4254.0, 4256.0, 4266.0, 4257.0, 4265.0, 4247.0, 4247.0, 4249.0, 4259.0, 4249.0, 4272.0, 4292.0, 4273.0, 4271.0, 4251.0, 4272.0, 4301.0, 4270.0, 4309.0, 4258.0, 4288.0, 4297.0, 4256.0, 4317.0, 4276.0, 4276.0, 4316.0, 4267.0, 4296.0, 4245.0, 4256.0, 4287.0, 4256.0, 4286.0, 4257.0, 4256.0, 4260.0, 4248.0, 4260.0, 4259.0, 4249.0, 4271.0, 4291.0, 4272.0, 4279.0, 4310.0, 4279.0, 4300.0, 4308.0, 4266.0, 4316.0, 4286.0, 4296.0, 4316.0, 4275.0, 4295.0, 4255.0, 4254.0, 4295.0, 4242.0, 4283.0, 4244.0, 4243.0, 4252.0, 4255.0, 4273.0, 4254.0, 4276.0, 4246.0, 4247.0, 4245.0, 4235.0, 4232.0, 4254.0, 4246.0, 4258.0, 4269.0, 4249.0, 4272.0, 4262.0, 4263.0, 4282.0, 4273.0, 4272.0, 4260.0, 4274.0, 4281.0, 4272.0, 4312.0, 4282.0, 4323.0, 4320.0, 4300.0, 4319.0, 4277.0, 4306.0, 4244.0, 4273.0, 4245.0, 4266.0, 4247.0, 4258.0, 4258.0, 4259.0, 4299.0, 4249.0, 4267.0, 4247.0, 4245.0, 4286.0, 4257.0, 4317.0, 4267.0, 4297.0, 4265.0, 4296.0, 4246.0, 4235.0, 4235.0, 4256.0, 4255.0, 4246.0, 4255.0, 4235.0, 4258.0, 4288.0, 4257.0, 4267.0, 4237.0, 4247.0, 4286.0, 4256.0, 4267.0, 4246.0, 4255.0, 4236.0, 4248.0, 4277.0, 4259.0, 4268.0, 4247.0, 4257.0, 4258.0, 4260.0, 4270.0, 4259.0, 4258.0, 4257.0, 4268.0, 4248.0, 4268.0, 4249.0, 4259.0, 4291.0, 4261.0, 4281.0, 4261.0, 4256.0, 4250.0, 4249.0, 4248.0, 4258.0, 4261.0, 4261.0, 4250.0, 4260.0, 4237.0, 4258.0, 4278.0, 4269.0, 4279.0, 4247.0, 4259.0, 4307.0, 4269.0, 4285.0, 4247.0, 4258.0, 4257.0, 4259.0, 4286.0, 4257.0, 4279.0, 4259.0, 4269.0, 4260.0, 4248.0, 4247.0, 4270.0, 4248.0, 4270.0, 4271.0, 4261.0, 4260.0, 4271.0, 4279.0, 4261.0, 4284.0, 4283.0, 4286.0, 4325.0, 4272.0, 4282.0, 4261.0, 4259.0, 4250.0, 4272.0, 4282.0, 4261.0, 4276.0, 4262.0, 4272.0, 4274.0, 4272.0, 4273.0, 4273.0, 4282.0, 4271.0, 4250.0, 4259.0, 4279.0, 4270.0, 4318.0, 4271.0, 4310.0, 4259.0, 4291.0, 4271.0, 4270.0, 4250.0, 4247.0, 4270.0, 4258.0, 4279.0, 4272.0, 4291.0, 4271.0, 4281.0, 4272.0, 4283.0, 4275.0, 4332.0, 4280.0, 4268.0, 4260.0, 4257.0, 4258.0, 4268.0, 4257.0, 4272.0, 4281.0, 4272.0, 4291.0, 4261.0, 4278.0, 4259.0, 4271.0, 4299.0, 4267.0, 4306.0, 4276.0, 4307.0, 4246.0, 4264.0, 4245.0, 4275.0, 4246.0, 4277.0, 4246.0, 4248.0, 4308.0, 4247.0, 4257.0, 4315.0, 4265.0, 4274.0, 4244.0, 4243.0, 4275.0, 4254.0, 4306.0, 4257.0, 4276.0, 4254.0, 4244.0, 4245.0, 4246.0, 4255.0, 4264.0, 4287.0, 4258.0, 4267.0, 4256.0, 4260.0, 4275.0, 4256.0, 4267.0, 4286.0, 4256.0, 4306.0, 4256.0, 4268.0, 4297.0, 4256.0, 4296.0, 4256.0, 4265.0, 4245.0, 4244.0, 4245.0, 4258.0, 4269.0, 4270.0, 4279.0, 4271.0, 4281.0, 4267.0, 4258.0, 4278.0, 4259.0, 4288.0, 4256.0, 4277.0, 4256.0, 4267.0, 4257.0, 4259.0, 4297.0, 4267.0, 4288.0, 4278.0, 4298.0, 4286.0, 4267.0, 4246.0, 4245.0, 4255.0, 4266.0, 4287.0, 4258.0, 4279.0, 4257.0, 4269.0, 4268.0, 4256.0, 4286.0, 4245.0, 4275.0, 4293.0, 4243.0, 4303.0, 4255.0, 4274.0, 4243.0, 4243.0, 4303.0, 4242.0, 4271.0, 4240.0, 4240.0, 4242.0, 4242.0, 4242.0, 4234.0, 4245.0, 4254.0, 4246.0, 4256.0, 4248.0, 4258.0, 4260.0, 4260.0, 4260.0, 4281.0, 4257.0, 4261.0, 4261.0, 4272.0, 4301.0, 4272.0, 4281.0, 4272.0, 4282.0, 4261.0, 4258.0, 4289.0, 4260.0, 4311.0, 4259.0, 4291.0, 4259.0, 4270.0, 4312.0, 4280.0, 4318.0, 4278.0, 4288.0, 4243.0, 4256.0, 4257.0, 4257.0, 4257.0, 4259.0, 4299.0, 4260.0, 4290.0, 4258.0, 4269.0, 4298.0, 4257.0, 4296.0, 4255.0, 4275.0, 4245.0, 4258.0, 4246.0, 4246.0, 4286.0, 4257.0, 4267.0, 4257.0, 4257.0, 4237.0, 4246.0, 4256.0, 4256.0, 4274.0, 4248.0, 4270.0, 4261.0, 4270.0, 4301.0, 4259.0, 4278.0, 4260.0, 4258.0, 4257.0, 4247.0, 4289.0, 4258.0, 4268.0, 4300.0, 4259.0, 4307.0, 4267.0, 4287.0, 4235.0, 4244.0, 4244.0, 4244.0, 4276.0, 4258.0, 4267.0, 4259.0, 4259.0, 4259.0, 4260.0, 4268.0, 4270.0, 4277.0, 4267.0, 4280.0, 4268.0, 4289.0, 4267.0, 4246.0, 4256.0, 4255.0, 4275.0, 4247.0, 4266.0, 4267.0, 4248.0, 4287.0, 4257.0, 4256.0, 4287.0, 4245.0, 4287.0, 4242.0, 4275.0, 4254.0, 4244.0, 4305.0, 4243.0, 4294.0, 4243.0, 4274.0, 4244.0, 4253.0, 4242.0, 4242.0, 4244.0, 4244.0, 4252.0, 4245.0, 4257.0, 4265.0, 4246.0, 4255.0, 4235.0, 4234.0, 4264.0, 4244.0, 4245.0, 4243.0, 4245.0, 4265.0, 4248.0, 4257.0, 4247.0, 4257.0, 4258.0, 4257.0, 4287.0, 4257.0, 4269.0, 4287.0, 4246.0, 4275.0, 4246.0, 4255.0, 4245.0, 4247.0, 4298.0, 4258.0, 4297.0, 4278.0, 4277.0, 4288.0, 4259.0, 4279.0, 4247.0, 4245.0, 4258.0, 4266.0, 4246.0, 4269.0, 4261.0, 4260.0, 4301.0, 4261.0, 4271.0, 4258.0, 4260.0, 4287.0, 4256.0, 4295.0, 4276.0, 4317.0, 4306.0, 4286.0, 4304.0, 4275.0, 4262.0, 4230.0, 4241.0, 4229.0, 4241.0, 4241.0, 4242.0, 4263.0, 4254.0, 4256.0, 4257.0, 4245.0, 4257.0, 4246.0, 4236.0, 4246.0, 4266.0, 4245.0, 4248.0, 4277.0, 4257.0, 4247.0, 4269.0, 4259.0, 4268.0, 4260.0, 4248.0, 4248.0, 4251.0, 4260.0, 4261.0, 4259.0, 4272.0, 4301.0, 4271.0, 4281.0, 4281.0, 4260.0, 4309.0, 4259.0, 4308.0, 4258.0, 4309.0, 4299.0, 4307.0, 4267.0, 4257.0, 4317.0, 4256.0, 4305.0, 4254.0, 4284.0, 4253.0, 4264.0, 4293.0, 4243.0, 4270.0, 4232.0, 4282.0, 4253.0, 4284.0, 4233.0, 4243.0, 4232.0, 4232.0, 4244.0, 4255.0, 4245.0, 4258.0, 4268.0, 4257.0, 4268.0, 4248.0, 4258.0, 4276.0, 4246.0, 4253.0, 4246.0, 4258.0, 4245.0, 4247.0, 4276.0, 4247.0, 4256.0, 4245.0, 4246.0, 4283.0, 4243.0, 4275.0, 4240.0, 4245.0, 4294.0, 4264.0, 4274.0, 4234.0, 4235.0, 4234.0, 4234.0, 4243.0, 4255.0, 4254.0, 4259.0, 4259.0, 4259.0, 4260.0, 4249.0, 4250.0, 4249.0, 4248.0, 4257.0, 4269.0, 4270.0, 4272.0, 4283.0, 4274.0, 4274.0, 4283.0], 'WindowWidth': [9521.0, 9482.0, 9492.0, 9447.0, 9454.0, 9449.0, 9436.0, 9461.0, 9437.0, 9449.0, 9440.0, 9460.0, 9484.0, 9456.0, 9479.0, 9441.0, 9480.0, 9440.0, 9467.0, 9491.0, 9436.0, 9547.0, 9463.0, 9475.0, 9435.0, 9450.0, 9437.0, 9439.0, 9505.0, 9441.0, 9479.0, 9461.0, 9445.0, 9462.0, 9457.0, 9445.0, 9459.0, 9482.0, 9461.0, 9487.0, 9460.0, 9459.0, 9464.0, 9482.0, 9488.0, 9464.0, 9497.0, 9446.0, 9460.0, 9550.0, 9485.0, 9554.0, 9441.0, 9487.0, 9462.0, 9445.0, 9458.0, 9482.0, 9488.0, 9495.0, 9512.0, 9483.0, 9521.0, 9483.0, 9488.0, 9459.0, 9474.0, 9509.0, 9459.0, 9543.0, 9458.0, 9492.0, 9559.0, 9477.0, 9574.0, 9503.0, 9514.0, 9461.0, 9470.0, 9443.0, 9472.0, 9485.0, 9475.0, 9555.0, 9476.0, 9500.0, 9462.0, 9473.0, 9446.0, 9454.0, 9438.0, 9473.0, 9448.0, 9478.0, 9479.0, 9479.0, 9532.0, 9472.0, 9554.0, 9527.0, 9536.0, 9463.0, 9445.0, 9471.0, 9460.0, 9473.0, 9452.0, 9475.0, 9440.0, 9468.0, 9439.0, 9453.0, 9479.0, 9449.0, 9433.0, 9437.0, 9436.0, 9433.0, 9454.0, 9455.0, 9474.0, 9474.0, 9465.0, 9478.0, 9465.0, 9447.0, 9447.0, 9475.0, 9466.0, 9472.0, 9490.0, 9464.0, 9480.0, 9547.0, 9477.0, 9545.0, 9503.0, 9539.0, 9508.0, 9467.0, 9479.0, 9453.0, 9491.0, 9470.0, 9511.0, 9455.0, 9498.0, 9458.0, 9473.0, 9554.0, 9482.0, 9521.0, 9438.0, 9478.0, 9517.0, 9463.0, 9514.0, 9447.0, 9450.0, 9451.0, 9449.0, 9455.0, 9468.0, 9459.0, 9477.0, 9501.0, 9473.0, 9492.0, 9462.0, 9464.0, 9445.0, 9475.0, 9497.0, 9458.0, 9469.0, 9445.0, 9471.0, 9541.0, 9473.0, 9539.0, 9479.0, 9532.0, 9499.0, 9512.0, 9511.0, 9454.0, 9454.0, 9428.0, 9464.0, 9428.0, 9438.0, 9416.0, 9448.0, 9491.0, 9432.0, 9433.0, 9422.0, 9446.0, 9468.0, 9430.0, 9445.0, 9443.0, 9447.0, 9460.0, 9449.0, 9459.0, 9438.0, 9439.0, 9443.0, 9459.0, 9444.0, 9478.0, 9504.0, 9479.0, 9476.0, 9449.0, 9477.0, 9515.0, 9471.0, 9522.0, 9452.0, 9492.0, 9501.0, 9446.0, 9529.0, 9471.0, 9471.0, 9527.0, 9460.0, 9499.0, 9431.0, 9447.0, 9487.0, 9444.0, 9484.0, 9446.0, 9445.0, 9460.0, 9439.0, 9458.0, 9455.0, 9444.0, 9477.0, 9502.0, 9478.0, 9487.0, 9526.0, 9484.0, 9511.0, 9517.0, 9460.0, 9528.0, 9484.0, 9498.0, 9523.0, 9468.0, 9494.0, 9441.0, 9439.0, 9495.0, 9422.0, 9478.0, 9427.0, 9424.0, 9435.0, 9440.0, 9465.0, 9443.0, 9470.0, 9431.0, 9434.0, 9429.0, 9414.0, 9409.0, 9442.0, 9432.0, 9453.0, 9469.0, 9443.0, 9476.0, 9464.0, 9467.0, 9494.0, 9482.0, 9478.0, 9460.0, 9483.0, 9490.0, 9478.0, 9533.0, 9492.0, 9547.0, 9539.0, 9510.0, 9532.0, 9473.0, 9508.0, 9424.0, 9461.0, 9427.0, 9457.0, 9433.0, 9451.0, 9452.0, 9454.0, 9507.0, 9440.0, 9462.0, 9435.0, 9431.0, 9485.0, 9447.0, 9528.0, 9459.0, 9498.0, 9456.0, 9497.0, 9430.0, 9414.0, 9416.0, 9443.0, 9439.0, 9430.0, 9443.0, 9417.0, 9451.0, 9492.0, 9450.0, 9463.0, 9421.0, 9435.0, 9485.0, 9446.0, 9459.0, 9433.0, 9444.0, 9420.0, 9438.0, 9476.0, 9455.0, 9465.0, 9437.0, 9450.0, 9451.0, 9455.0, 9468.0, 9452.0, 9450.0, 9449.0, 9465.0, 9438.0, 9465.0, 9440.0, 9456.0, 9498.0, 9461.0, 9487.0, 9460.0, 9450.0, 9442.0, 9440.0, 9438.0, 9452.0, 9459.0, 9458.0, 9443.0, 9454.0, 9420.0, 9452.0, 9476.0, 9464.0, 9478.0, 9434.0, 9452.0, 9516.0, 9464.0, 9484.0, 9434.0, 9449.0, 9448.0, 9452.0, 9486.0, 9449.0, 9479.0, 9454.0, 9469.0, 9459.0, 9439.0, 9437.0, 9470.0, 9440.0, 9472.0, 9474.0, 9460.0, 9458.0, 9472.0, 9479.0, 9460.0, 9498.0, 9496.0, 9501.0, 9552.0, 9476.0, 9490.0, 9461.0, 9452.0, 9442.0, 9478.0, 9491.0, 9460.0, 9475.0, 9463.0, 9476.0, 9481.0, 9478.0, 9478.0, 9478.0, 9490.0, 9474.0, 9442.0, 9454.0, 9478.0, 9466.0, 9530.0, 9472.0, 9522.0, 9454.0, 9498.0, 9471.0, 9468.0, 9443.0, 9436.0, 9470.0, 9450.0, 9480.0, 9476.0, 9499.0, 9472.0, 9485.0, 9476.0, 9490.0, 9485.0, 9554.0, 9483.0, 9464.0, 9454.0, 9445.0, 9450.0, 9462.0, 9450.0, 9475.0, 9485.0, 9475.0, 9499.0, 9457.0, 9478.0, 9452.0, 9473.0, 9506.0, 9458.0, 9509.0, 9468.0, 9512.0, 9429.0, 9449.0, 9426.0, 9464.0, 9428.0, 9471.0, 9430.0, 9436.0, 9516.0, 9433.0, 9445.0, 9519.0, 9453.0, 9463.0, 9421.0, 9422.0, 9466.0, 9437.0, 9508.0, 9444.0, 9470.0, 9438.0, 9423.0, 9427.0, 9428.0, 9441.0, 9455.0, 9486.0, 9450.0, 9461.0, 9446.0, 9454.0, 9468.0, 9442.0, 9458.0, 9481.0, 9445.0, 9511.0, 9442.0, 9460.0, 9498.0, 9443.0, 9497.0, 9443.0, 9453.0, 9426.0, 9425.0, 9429.0, 9451.0, 9466.0, 9470.0, 9482.0, 9473.0, 9486.0, 9463.0, 9451.0, 9475.0, 9452.0, 9490.0, 9444.0, 9471.0, 9445.0, 9459.0, 9447.0, 9454.0, 9500.0, 9461.0, 9490.0, 9475.0, 9502.0, 9482.0, 9458.0, 9428.0, 9425.0, 9439.0, 9457.0, 9485.0, 9449.0, 9478.0, 9449.0, 9466.0, 9464.0, 9445.0, 9483.0, 9427.0, 9465.0, 9488.0, 9420.0, 9502.0, 9437.0, 9461.0, 9418.0, 9420.0, 9500.0, 9417.0, 9454.0, 9412.0, 9411.0, 9414.0, 9417.0, 9419.0, 9410.0, 9427.0, 9438.0, 9430.0, 9443.0, 9436.0, 9451.0, 9459.0, 9457.0, 9459.0, 9485.0, 9451.0, 9459.0, 9459.0, 9475.0, 9511.0, 9475.0, 9486.0, 9474.0, 9486.0, 9457.0, 9451.0, 9492.0, 9453.0, 9523.0, 9453.0, 9497.0, 9453.0, 9470.0, 9525.0, 9479.0, 9530.0, 9474.0, 9485.0, 9423.0, 9440.0, 9444.0, 9445.0, 9446.0, 9453.0, 9506.0, 9455.0, 9494.0, 9450.0, 9464.0, 9500.0, 9444.0, 9496.0, 9439.0, 9466.0, 9427.0, 9445.0, 9429.0, 9431.0, 9481.0, 9445.0, 9458.0, 9444.0, 9446.0, 9419.0, 9430.0, 9443.0, 9443.0, 9465.0, 9434.0, 9470.0, 9457.0, 9469.0, 9511.0, 9454.0, 9476.0, 9456.0, 9450.0, 9446.0, 9434.0, 9490.0, 9448.0, 9463.0, 9506.0, 9451.0, 9513.0, 9458.0, 9483.0, 9413.0, 9422.0, 9421.0, 9423.0, 9468.0, 9446.0, 9459.0, 9451.0, 9452.0, 9455.0, 9457.0, 9463.0, 9467.0, 9475.0, 9461.0, 9480.0, 9464.0, 9492.0, 9458.0, 9430.0, 9443.0, 9441.0, 9465.0, 9430.0, 9458.0, 9459.0, 9434.0, 9485.0, 9445.0, 9445.0, 9485.0, 9427.0, 9482.0, 9419.0, 9464.0, 9433.0, 9422.0, 9503.0, 9419.0, 9487.0, 9420.0, 9461.0, 9421.0, 9433.0, 9418.0, 9416.0, 9421.0, 9423.0, 9431.0, 9426.0, 9445.0, 9452.0, 9428.0, 9439.0, 9412.0, 9411.0, 9449.0, 9423.0, 9426.0, 9423.0, 9427.0, 9454.0, 9434.0, 9446.0, 9436.0, 9447.0, 9448.0, 9449.0, 9488.0, 9447.0, 9465.0, 9485.0, 9429.0, 9466.0, 9428.0, 9441.0, 9426.0, 9431.0, 9500.0, 9446.0, 9498.0, 9475.0, 9471.0, 9487.0, 9450.0, 9476.0, 9432.0, 9426.0, 9444.0, 9454.0, 9430.0, 9467.0, 9455.0, 9458.0, 9511.0, 9460.0, 9471.0, 9450.0, 9454.0, 9485.0, 9442.0, 9494.0, 9469.0, 9525.0, 9507.0, 9479.0, 9502.0, 9461.0, 9442.0, 9398.0, 9412.0, 9395.0, 9412.0, 9413.0, 9416.0, 9445.0, 9434.0, 9441.0, 9447.0, 9426.0, 9444.0, 9427.0, 9413.0, 9429.0, 9455.0, 9425.0, 9434.0, 9473.0, 9445.0, 9434.0, 9462.0, 9451.0, 9462.0, 9452.0, 9436.0, 9435.0, 9441.0, 9454.0, 9458.0, 9453.0, 9474.0, 9512.0, 9471.0, 9484.0, 9484.0, 9456.0, 9518.0, 9451.0, 9514.0, 9446.0, 9514.0, 9500.0, 9510.0, 9456.0, 9444.0, 9522.0, 9441.0, 9505.0, 9436.0, 9475.0, 9430.0, 9446.0, 9484.0, 9417.0, 9450.0, 9401.0, 9466.0, 9430.0, 9473.0, 9404.0, 9418.0, 9402.0, 9400.0, 9423.0, 9439.0, 9426.0, 9448.0, 9460.0, 9446.0, 9462.0, 9433.0, 9447.0, 9468.0, 9429.0, 9435.0, 9426.0, 9444.0, 9425.0, 9429.0, 9468.0, 9430.0, 9442.0, 9423.0, 9427.0, 9473.0, 9420.0, 9464.0, 9413.0, 9422.0, 9486.0, 9446.0, 9459.0, 9407.0, 9409.0, 9406.0, 9409.0, 9418.0, 9438.0, 9436.0, 9447.0, 9449.0, 9450.0, 9453.0, 9436.0, 9440.0, 9434.0, 9434.0, 9445.0, 9464.0, 9468.0, 9474.0, 9491.0, 9479.0, 9483.0, 9494.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.001343478760045924</td></tr>
<tr><td colspan=3>aqi</td><td>0.023473781745120555</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.72848086737932</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1800974873333345</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923412862298845</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>5741.7803</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07517848093429277</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.442850874811138</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2829768546604994</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6758276634760243</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369748106296891</td></tr>
<tr><td colspan=3>gcor</td><td>0.00749486</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011538033373653889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04530687257647514</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7693881465030703</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>17.6865</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7887</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.1433</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>297013.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>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.8545</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.9631</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3441.1048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.4438</td></tr>
<tr><td colspan=3>tsnr</td><td>34.63431257964112</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>