<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-01/func/sub-0130_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>0c24f3c124b40b49f2a2a8d18518309a</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>21:18:37.177500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.08258</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>[4255, -7737, -7303, 310, -195, 24, -109, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4fb77b30-1897-4044-950e-960f0b239ec0||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['211837.177500', '211837.637500', '211838.097500', '211838.557500', '211839.017500', '211839.477500', '211839.937500', '211840.397500', '211840.857500', '211841.317500', '211841.777500', '211842.237500', '211842.697500', '211843.157500', '211843.617500', '211844.077500', '211844.537500', '211844.997500', '211845.457500', '211845.917500', '211846.377500', '211846.837500', '211847.297500', '211847.757500', '211848.217500', '211848.677500', '211849.137500', '211849.597500', '211850.057500', '211850.517500', '211850.977500', '211851.437500', '211851.897500', '211852.357500', '211852.817500', '211853.277500', '211853.737500', '211854.197500', '211854.657500', '211855.117500', '211855.577500', '211856.037500', '211856.497500', '211856.957500', '211857.417500', '211857.877500', '211858.337500', '211858.797500', '211859.257500', '211859.717500', '211900.177500', '211900.637500', '211901.097500', '211901.557500', '211902.017500', '211902.477500', '211902.937500', '211903.397500', '211903.857500', '211904.317500', '211904.777500', '211905.237500', '211905.697500', '211906.157500', '211906.617500', '211907.077500', '211907.537500', '211907.997500', '211908.457500', '211908.917500', '211909.377500', '211909.837500', '211910.297500', '211910.757500', '211911.217500', '211911.677500', '211912.137500', '211912.597500', '211913.057500', '211913.517500', '211913.977500', '211914.437500', '211914.897500', '211915.357500', '211915.817500', '211916.277500', '211916.737500', '211917.197500', '211917.657500', '211918.117500', '211918.577500', '211919.037500', '211919.497500', '211919.957500', '211920.417500', '211920.877500', '211921.337500', '211921.797500', '211922.257500', '211922.717500', '211923.177500', '211923.637500', '211924.097500', '211924.557500', '211925.017500', '211925.477500', '211925.937500', '211926.397500', '211926.857500', '211927.317500', '211927.777500', '211928.237500', '211928.697500', '211929.157500', '211929.617500', '211930.077500', '211930.537500', '211930.997500', '211931.457500', '211931.917500', '211932.377500', '211932.837500', '211933.297500', '211933.757500', '211934.217500', '211934.677500', '211935.137500', '211935.597500', '211936.057500', '211936.517500', '211936.977500', '211937.437500', '211937.897500', '211938.357500', '211938.817500', '211939.277500', '211939.737500', '211940.197500', '211940.657500', '211941.117500', '211941.577500', '211942.037500', '211942.497500', '211942.957500', '211943.417500', '211943.877500', '211944.337500', '211944.797500', '211945.257500', '211945.717500', '211946.177500', '211946.637500', '211947.097500', '211947.557500', '211948.017500', '211948.477500', '211948.937500', '211949.397500', '211949.857500', '211950.317500', '211950.777500', '211951.237500', '211951.697500', '211952.157500', '211952.617500', '211953.077500', '211953.537500', '211953.997500', '211954.457500', '211954.917500', '211955.377500', '211955.837500', '211956.297500', '211956.757500', '211957.217500', '211957.677500', '211958.137500', '211958.597500', '211959.057500', '211959.517500', '211959.977500', '212000.437500', '212000.897500', '212001.357500', '212001.817500', '212002.277500', '212002.737500', '212003.197500', '212003.657500', '212004.117500', '212004.577500', '212005.037500', '212005.497500', '212005.957500', '212006.417500', '212006.877500', '212007.337500', '212007.797500', '212008.257500', '212008.717500', '212009.177500', '212009.637500', '212010.097500', '212010.557500', '212011.017500', '212011.477500', '212011.937500', '212012.397500', '212012.857500', '212013.317500', '212013.777500', '212014.237500', '212014.697500', '212015.157500', '212015.617500', '212016.077500', '212016.537500', '212016.997500', '212017.457500', '212017.917500', '212018.377500', '212018.837500', '212019.297500', '212019.757500', '212020.217500', '212020.677500', '212021.137500', '212021.597500', '212022.057500', '212022.517500', '212022.977500', '212023.437500', '212023.897500', '212024.357500', '212024.817500', '212025.277500', '212025.737500', '212026.197500', '212026.657500', '212027.117500', '212027.577500', '212028.037500', '212028.497500', '212028.957500', '212029.417500', '212029.877500', '212030.337500', '212030.797500', '212031.257500', '212031.717500', '212032.177500', '212032.637500', '212033.097500', '212033.557500', '212034.017500', '212034.477500', '212034.937500', '212035.397500', '212035.857500', '212036.317500', '212036.777500', '212037.237500', '212037.697500', '212038.157500', '212038.617500', '212039.077500', '212039.537500', '212039.997500', '212040.457500', '212040.917500', '212041.377500', '212041.837500', '212042.297500', '212042.757500', '212043.217500', '212043.677500', '212044.137500', '212044.597500', '212045.057500', '212045.517500', '212045.977500', '212046.437500', '212046.897500', '212047.357500', '212047.817500', '212048.277500', '212048.737500', '212049.197500', '212049.657500', '212050.117500', '212050.577500', '212051.037500', '212051.497500', '212051.957500', '212052.417500', '212052.877500', '212053.337500', '212053.797500', '212054.257500', '212054.717500', '212055.177500', '212055.637500', '212056.097500', '212056.557500', '212057.017500', '212057.477500', '212057.937500', '212058.397500', '212058.857500', '212059.317500', '212059.777500', '212100.237500', '212100.697500', '212101.157500', '212101.617500', '212102.077500', '212102.537500', '212102.997500', '212103.457500', '212103.917500', '212104.377500', '212104.837500', '212105.297500', '212105.757500', '212106.217500', '212106.677500', '212107.137500', '212107.597500', '212108.057500', '212108.517500', '212108.977500', '212109.437500', '212109.897500', '212110.357500', '212110.817500', '212111.277500', '212111.737500', '212112.197500', '212112.657500', '212113.117500', '212113.577500', '212114.037500', '212114.497500', '212114.957500', '212115.417500', '212115.877500', '212116.337500', '212116.797500', '212117.257500', '212117.717500', '212118.177500', '212118.637500', '212119.097500', '212119.557500', '212120.017500', '212120.477500', '212120.937500', '212121.397500', '212121.857500', '212122.317500', '212122.777500', '212123.237500', '212123.697500', '212124.157500', '212124.617500', '212125.077500', '212125.537500', '212125.997500', '212126.457500', '212126.917500', '212127.377500', '212127.837500', '212128.297500', '212128.757500', '212129.217500', '212129.677500', '212130.137500', '212130.597500', '212131.057500', '212131.517500', '212131.977500', '212132.437500', '212132.897500', '212133.357500', '212133.817500', '212134.277500', '212134.737500', '212135.197500', '212135.657500', '212136.117500', '212136.577500', '212137.037500', '212137.497500', '212137.957500', '212138.417500', '212138.877500', '212139.337500', '212139.797500', '212140.257500', '212140.717500', '212141.177500', '212141.637500', '212142.097500', '212142.557500', '212143.017500', '212143.477500', '212143.937500', '212144.397500', '212144.857500', '212145.317500', '212145.777500', '212146.237500', '212146.697500', '212147.157500', '212147.617500', '212148.077500', '212148.537500', '212148.997500', '212149.457500', '212149.917500', '212150.377500', '212150.837500', '212151.297500', '212151.757500', '212152.217500', '212152.677500', '212153.137500', '212153.597500', '212154.057500', '212154.517500', '212154.977500', '212155.437500', '212155.897500', '212156.357500', '212156.817500', '212157.277500', '212157.737500', '212158.197500', '212158.657500', '212159.117500', '212159.577500', '212200.037500', '212200.497500', '212200.957500', '212201.417500', '212201.877500', '212202.337500', '212202.797500', '212203.257500', '212203.717500', '212204.177500', '212204.637500', '212205.097500', '212205.557500', '212206.017500', '212206.477500', '212206.937500', '212207.397500', '212207.857500', '212208.317500', '212208.777500', '212209.237500', '212209.697500', '212210.157500', '212210.617500', '212211.077500', '212211.537500', '212211.997500', '212212.457500', '212212.917500', '212213.377500', '212213.837500', '212214.297500', '212214.757500', '212215.217500', '212215.677500', '212216.137500', '212216.597500', '212217.057500', '212217.517500', '212217.977500', '212218.437500', '212218.897500', '212219.357500', '212219.817500', '212220.277500', '212220.737500', '212221.197500', '212221.657500', '212222.117500', '212222.577500', '212223.037500', '212223.497500', '212223.957500', '212224.417500', '212224.877500', '212225.337500', '212225.797500', '212226.257500', '212226.717500', '212227.177500', '212227.637500', '212228.097500', '212228.557500', '212229.017500', '212229.477500', '212229.937500', '212230.397500', '212230.857500', '212231.317500', '212231.777500', '212232.237500', '212232.697500', '212233.157500', '212233.617500', '212234.077500', '212234.537500', '212234.997500', '212235.457500', '212235.917500', '212236.377500', '212236.837500', '212237.297500', '212237.757500', '212238.217500', '212238.677500', '212239.137500', '212239.597500', '212240.057500', '212240.517500', '212240.977500', '212241.437500', '212241.897500', '212242.357500', '212242.817500', '212243.277500', '212243.737500', '212244.197500', '212244.657500', '212245.117500', '212245.577500', '212246.037500', '212246.497500', '212246.957500', '212247.417500', '212247.877500', '212248.337500', '212248.797500', '212249.257500', '212249.717500', '212250.177500', '212250.637500', '212251.097500', '212251.557500', '212252.017500', '212252.477500', '212252.937500', '212253.397500', '212253.857500', '212254.317500', '212254.777500', '212255.237500', '212255.697500', '212256.157500', '212256.617500', '212257.077500', '212257.537500', '212257.997500', '212258.457500', '212258.917500', '212259.377500', '212259.837500', '212300.297500', '212300.757500', '212301.217500', '212301.677500', '212302.137500', '212302.597500', '212303.057500', '212303.517500', '212303.977500', '212304.437500', '212304.897500', '212305.357500', '212305.817500', '212306.277500', '212306.737500', '212307.197500', '212307.657500', '212308.117500', '212308.577500', '212309.037500', '212309.497500', '212309.957500', '212310.417500', '212310.877500', '212311.337500', '212311.797500', '212312.257500', '212312.717500', '212313.177500', '212313.637500', '212314.097500', '212314.557500', '212315.017500', '212315.477500', '212315.937500', '212316.397500', '212316.857500', '212317.317500', '212317.777500', '212318.237500', '212318.697500', '212319.157500', '212319.617500', '212320.077500', '212320.537500', '212320.997500', '212321.457500', '212321.917500', '212322.377500', '212322.837500', '212323.297500', '212323.757500', '212324.217500', '212324.677500', '212325.137500', '212325.597500', '212326.057500', '212326.517500', '212326.977500', '212327.437500', '212327.897500', '212328.357500', '212328.817500', '212329.277500', '212329.737500', '212330.197500', '212330.657500', '212331.117500', '212331.577500', '212332.037500', '212332.497500', '212332.957500', '212333.417500', '212333.877500', '212334.337500', '212334.797500', '212335.257500', '212335.717500', '212336.177500', '212336.637500', '212337.097500', '212337.557500', '212338.017500', '212338.477500', '212338.937500', '212339.397500', '212339.857500', '212340.317500', '212340.777500', '212341.237500', '212341.697500', '212342.157500', '212342.617500', '212343.077500', '212343.537500', '212343.997500', '212344.457500', '212344.917500', '212345.377500', '212345.837500', '212346.297500', '212346.757500', '212347.217500', '212347.677500', '212348.137500', '212348.597500', '212349.057500', '212349.517500', '212349.977500', '212350.437500', '212350.897500', '212351.357500', '212351.817500', '212352.277500', '212352.737500', '212353.197500', '212353.657500', '212354.117500', '212354.577500', '212355.037500', '212355.497500', '212355.957500', '212356.417500', '212356.877500', '212357.337500', '212357.797500', '212358.257500', '212358.717500', '212359.177500', '212359.637500', '212400.097500', '212400.557500', '212401.017500', '212401.477500', '212401.937500', '212402.397500', '212402.857500', '212403.317500', '212403.777500', '212404.237500', '212404.697500', '212405.157500', '212405.617500', '212406.077500', '212406.537500', '212406.997500', '212407.457500', '212407.917500', '212408.377500', '212408.837500', '212409.297500', '212409.757500', '212410.217500', '212410.677500', '212411.137500', '212411.597500', '212412.057500', '212412.517500', '212412.977500', '212413.437500', '212413.897500', '212414.357500', '212414.817500', '212415.277500', '212415.737500', '212416.197500', '212416.657500', '212417.117500', '212417.577500', '212418.037500', '212418.497500', '212418.957500', '212419.417500', '212419.877500', '212420.337500', '212420.797500', '212421.257500', '212421.717500', '212422.177500', '212422.637500', '212423.097500', '212423.557500', '212424.017500', '212424.477500', '212424.937500', '212425.397500', '212425.857500', '212426.317500', '212426.777500', '212427.237500', '212427.697500', '212428.157500', '212428.617500', '212429.077500', '212429.537500', '212429.997500', '212430.457500', '212430.917500', '212431.377500', '212431.837500', '212432.297500', '212432.757500', '212433.217500', '212433.677500', '212434.137500', '212434.597500', '212435.057500', '212435.517500', '212435.977500', '212436.437500', '212436.897500', '212437.357500', '212437.817500', '212438.277500', '212438.737500', '212439.197500', '212439.657500', '212440.117500', '212440.577500', '212441.037500', '212441.497500', '212441.957500', '212442.417500', '212442.877500', '212443.337500', '212443.797500', '212444.257500', '212444.717500', '212445.177500', '212445.637500', '212446.097500', '212446.557500', '212447.017500', '212447.477500', '212447.937500', '212448.397500', '212448.857500', '212449.317500', '212449.777500', '212450.237500', '212450.697500', '212451.157500', '212451.617500', '212452.077500', '212452.537500', '212452.997500', '212453.457500', '212453.917500', '212454.377500', '212454.837500', '212455.297500', '212455.757500', '212456.217500', '212456.677500', '212457.137500', '212457.597500', '212458.057500', '212458.517500', '212458.977500', '212459.437500', '212459.897500', '212500.357500', '212500.817500', '212501.277500', '212501.737500', '212502.197500', '212502.657500', '212503.117500', '212503.577500', '212504.037500', '212504.497500', '212504.957500', '212505.417500', '212505.877500', '212506.337500', '212506.797500', '212507.257500', '212507.717500', '212508.177500', '212508.637500', '212509.097500', '212509.557500', '212510.017500', '212510.477500', '212510.937500', '212511.397500', '212511.857500', '212512.317500', '212512.777500', '212513.237500', '212513.697500', '212514.157500', '212514.617500', '212515.077500', '212515.537500', '212515.997500', '212516.457500', '212516.917500', '212517.377500', '212517.837500'], 'ContentTime': ['211902.650000', '211902.659000', '211902.662000', '211902.665000', '211902.668000', '211902.670000', '211902.673000', '211902.675000', '211902.678000', '211902.681000', '211902.683000', '211902.686000', '211902.688000', '211902.702000', '211902.705000', '211902.708000', '211902.710000', '211902.713000', '211902.716000', '211902.718000', '211902.721000', '211902.723000', '211902.726000', '211902.728000', '211902.731000', '211902.733000', '211902.736000', '211902.739000', '211902.741000', '211902.744000', '211902.746000', '211902.749000', '211902.751000', '211902.754000', '211902.756000', '211902.769000', '211902.771000', '211902.774000', '211902.776000', '211902.779000', '211902.781000', '211902.784000', '211902.787000', '211902.789000', '211902.792000', '211902.794000', '211902.797000', '211902.800000', '211902.802000', '211902.805000', '211902.807000', '211902.810000', '211922.623000', '211922.626000', '211922.629000', '211922.631000', '211922.634000', '211922.636000', '211922.639000', '211922.642000', '211922.650000', '211922.653000', '211922.656000', '211922.658000', '211922.661000', '211922.663000', '211922.666000', '211922.668000', '211922.671000', '211922.673000', '211922.676000', '211922.679000', '211922.681000', '211922.684000', '211922.686000', '211922.689000', '211922.691000', '211922.694000', '211922.696000', '211922.699000', '211922.702000', '211922.704000', '211922.707000', '211922.709000', '211922.712000', '211922.714000', '211922.717000', '211922.719000', '211922.722000', '211922.725000', '211922.727000', '211922.730000', '211922.732000', '211922.735000', '211922.737000', '211922.740000', '211942.623000', '211942.625000', '211942.628000', '211942.631000', '211942.633000', '211942.636000', '211942.638000', '211942.641000', '211942.643000', '211942.646000', '211942.649000', '211942.651000', '211942.654000', '211942.656000', '211942.659000', '211942.661000', '211942.664000', '211942.673000', '211942.676000', '211942.686000', '211942.689000', '211942.691000', '211942.694000', '211942.696000', '211942.699000', '211942.704000', '211942.707000', '211942.710000', '211942.712000', '211942.715000', '211942.718000', '211942.720000', '211942.723000', '211942.725000', '211942.728000', '211942.731000', '211942.733000', '211942.736000', '211942.739000', '211942.741000', '211942.744000', '211942.746000', '211942.749000', '212002.623000', '212002.626000', '212002.629000', '212002.632000', '212002.634000', '212002.637000', '212002.649000', '212002.652000', '212002.654000', '212002.657000', '212002.659000', '212002.662000', '212002.665000', '212002.667000', '212002.670000', '212002.672000', '212002.675000', '212002.678000', '212002.680000', '212002.683000', '212002.685000', '212002.688000', '212002.691000', '212002.693000', '212002.696000', '212002.698000', '212002.701000', '212002.703000', '212002.706000', '212002.709000', '212002.711000', '212002.714000', '212002.716000', '212002.719000', '212002.721000', '212002.724000', '212002.727000', '212002.729000', '212002.732000', '212002.734000', '212002.737000', '212002.740000', '212002.742000', '212002.745000', '212022.623000', '212022.626000', '212022.629000', '212022.631000', '212022.634000', '212022.637000', '212022.639000', '212022.642000', '212022.644000', '212022.647000', '212022.650000', '212022.652000', '212022.655000', '212022.657000', '212022.660000', '212022.663000', '212022.665000', '212022.668000', '212022.670000', '212022.673000', '212022.676000', '212022.678000', '212022.681000', '212022.684000', '212022.686000', '212022.689000', '212022.691000', '212022.694000', '212022.696000', '212022.699000', '212022.702000', '212022.704000', '212022.707000', '212022.710000', '212022.712000', '212022.715000', '212022.717000', '212022.720000', '212022.722000', '212022.725000', '212022.736000', '212022.739000', '212022.742000', '212042.623000', '212042.626000', '212042.629000', '212042.631000', '212042.634000', '212042.636000', '212042.639000', '212042.642000', '212042.644000', '212042.647000', '212042.649000', '212042.652000', '212042.654000', '212042.657000', '212042.670000', '212042.673000', '212042.675000', '212042.678000', '212042.680000', '212042.683000', '212042.686000', '212042.688000', '212042.691000', '212042.693000', '212042.696000', '212042.699000', '212042.701000', '212042.704000', '212042.706000', '212042.709000', '212042.711000', '212042.714000', '212042.717000', '212042.719000', '212042.722000', '212042.724000', '212042.727000', '212042.729000', '212042.732000', '212042.735000', '212042.737000', '212042.740000', '212042.742000', '212042.745000', '212102.623000', '212102.626000', '212102.629000', '212102.632000', '212102.634000', '212102.637000', '212102.639000', '212102.642000', '212102.644000', '212102.647000', '212102.658000', '212102.661000', '212102.664000', '212102.666000', '212102.669000', '212102.671000', '212102.674000', '212102.677000', '212102.679000', '212102.682000', '212102.684000', '212102.687000', '212102.690000', '212102.692000', '212102.695000', '212102.697000', '212102.700000', '212102.703000', '212102.705000', '212102.708000', '212102.710000', '212102.713000', '212102.715000', '212102.718000', '212102.721000', '212102.724000', '212102.727000', '212102.730000', '212102.732000', '212102.735000', '212102.738000', '212102.740000', '212102.743000', '212122.623000', '212122.626000', '212122.629000', '212122.631000', '212122.634000', '212122.637000', '212122.639000', '212122.642000', '212122.644000', '212122.647000', '212122.649000', '212122.652000', '212122.655000', '212122.657000', '212122.660000', '212122.662000', '212122.665000', '212122.668000', '212122.670000', '212122.673000', '212122.675000', '212122.678000', '212122.681000', '212122.683000', '212122.686000', '212122.688000', '212122.691000', '212122.694000', '212122.696000', '212122.699000', '212122.701000', '212122.704000', '212122.707000', '212122.709000', '212122.712000', '212122.714000', '212122.717000', '212122.719000', '212122.722000', '212122.725000', '212122.727000', '212122.730000', '212122.732000', '212122.735000', '212142.623000', '212142.626000', '212142.629000', '212142.632000', '212142.634000', '212142.637000', '212142.639000', '212142.642000', '212142.644000', '212142.647000', '212142.649000', '212142.652000', '212142.655000', '212142.657000', '212142.660000', '212142.662000', '212142.665000', '212142.667000', '212142.670000', '212142.672000', '212142.675000', '212142.678000', '212142.680000', '212142.683000', '212142.685000', '212142.688000', '212142.691000', '212142.693000', '212142.696000', '212142.698000', '212142.701000', '212142.704000', '212142.706000', '212142.709000', '212142.711000', '212142.714000', '212142.716000', '212142.719000', '212142.721000', '212142.724000', '212142.727000', '212142.730000', '212142.733000', '212202.622000', '212202.625000', '212202.628000', '212202.630000', '212202.633000', '212202.636000', '212202.638000', '212202.641000', '212202.643000', '212202.653000', '212202.656000', '212202.658000', '212202.661000', '212202.664000', '212202.666000', '212202.669000', '212202.672000', '212202.674000', '212202.677000', '212202.680000', '212202.682000', '212202.685000', '212202.687000', '212202.690000', '212202.693000', '212202.695000', '212202.698000', '212202.700000', '212202.703000', '212202.706000', '212202.708000', '212202.711000', '212202.713000', '212202.716000', '212202.718000', '212202.721000', '212202.724000', '212202.726000', '212202.729000', '212202.741000', '212202.744000', '212202.747000', '212202.749000', '212202.752000', '212222.624000', '212222.627000', '212222.629000', '212222.632000', '212222.634000', '212222.637000', '212222.639000', '212222.642000', '212222.645000', '212222.647000', '212222.650000', '212222.652000', '212222.655000', '212222.658000', '212222.660000', '212222.663000', '212222.665000', '212222.668000', '212222.670000', '212222.673000', '212222.676000', '212222.678000', '212222.681000', '212222.683000', '212222.686000', '212222.689000', '212222.691000', '212222.694000', '212222.696000', '212222.699000', '212222.702000', '212222.704000', '212222.707000', '212222.709000', '212222.712000', '212222.715000', '212222.717000', '212222.720000', '212222.722000', '212222.725000', '212222.727000', '212222.730000', '212222.732000', '212242.623000', '212242.626000', '212242.629000', '212242.631000', '212242.634000', '212242.637000', '212242.639000', '212242.642000', '212242.644000', '212242.647000', '212242.649000', '212242.652000', '212242.654000', '212242.657000', '212242.660000', '212242.662000', '212242.665000', '212242.668000', '212242.670000', '212242.673000', '212242.675000', '212242.678000', '212242.681000', '212242.683000', '212242.686000', '212242.695000', '212242.698000', '212242.700000', '212242.703000', '212242.705000', '212242.708000', '212242.710000', '212242.713000', '212242.716000', '212242.718000', '212242.721000', '212242.723000', '212242.726000', '212242.729000', '212242.731000', '212242.734000', '212242.736000', '212242.739000', '212242.742000', '212302.624000', '212302.626000', '212302.629000', '212302.632000', '212302.634000', '212302.637000', '212302.639000', '212302.642000', '212302.645000', '212302.647000', '212302.650000', '212302.652000', '212302.655000', '212302.658000', '212302.660000', '212302.663000', '212302.665000', '212302.668000', '212302.670000', '212302.673000', '212302.676000', '212302.678000', '212302.681000', '212302.683000', '212302.686000', '212302.689000', '212302.691000', '212302.694000', '212302.696000', '212302.699000', '212302.701000', '212302.704000', '212302.707000', '212302.709000', '212302.712000', '212302.714000', '212302.717000', '212302.720000', '212302.722000', '212302.725000', '212302.727000', '212302.730000', '212302.732000', '212322.624000', '212322.626000', '212322.629000', '212322.631000', '212322.634000', '212322.637000', '212322.639000', '212322.642000', '212322.644000', '212322.647000', '212322.649000', '212322.652000', '212322.655000', '212322.657000', '212322.660000', '212322.662000', '212322.665000', '212322.668000', '212322.670000', '212322.673000', '212322.675000', '212322.678000', '212322.680000', '212322.683000', '212322.686000', '212322.688000', '212322.691000', '212322.693000', '212322.696000', '212322.699000', '212322.701000', '212322.704000', '212322.706000', '212322.709000', '212322.711000', '212322.714000', '212322.717000', '212322.719000', '212322.722000', '212322.725000', '212322.727000', '212322.730000', '212322.732000', '212322.735000', '212342.623000', '212342.626000', '212342.629000', '212342.631000', '212342.634000', '212342.642000', '212342.645000', '212342.647000', '212342.650000', '212342.652000', '212342.655000', '212342.658000', '212342.660000', '212342.663000', '212342.665000', '212342.668000', '212342.671000', '212342.673000', '212342.676000', '212342.678000', '212342.681000', '212342.684000', '212342.686000', '212342.689000', '212342.691000', '212342.694000', '212342.697000', '212342.699000', '212342.702000', '212342.704000', '212342.707000', '212342.710000', '212342.712000', '212342.715000', '212342.717000', '212342.720000', '212342.723000', '212342.725000', '212342.728000', '212342.730000', '212342.733000', '212342.735000', '212342.738000', '212402.623000', '212402.633000', '212402.636000', '212402.638000', '212402.641000', '212402.644000', '212402.646000', '212402.649000', '212402.651000', '212402.654000', '212402.656000', '212402.660000', '212402.662000', '212402.665000', '212402.668000', '212402.670000', '212402.673000', '212402.675000', '212402.678000', '212402.681000', '212402.683000', '212402.686000', '212402.688000', '212402.691000', '212402.693000', '212402.696000', '212402.699000', '212402.701000', '212402.704000', '212402.706000', '212402.709000', '212402.712000', '212402.714000', '212402.717000', '212402.719000', '212402.722000', '212402.724000', '212402.727000', '212402.729000', '212402.732000', '212402.735000', '212402.737000', '212402.740000', '212422.622000', '212422.625000', '212422.628000', '212422.630000', '212422.633000', '212422.636000', '212422.638000', '212422.641000', '212422.643000', '212422.646000', '212422.648000', '212422.651000', '212422.654000', '212422.656000', '212422.659000', '212422.661000', '212422.664000', '212422.667000', '212422.669000', '212422.672000', '212422.674000', '212422.677000', '212422.679000', '212422.682000', '212422.685000', '212422.687000', '212422.690000', '212422.692000', '212422.695000', '212422.698000', '212422.700000', '212422.703000', '212422.705000', '212422.708000', '212422.710000', '212422.713000', '212422.716000', '212422.718000', '212422.721000', '212422.723000', '212422.726000', '212422.728000', '212422.731000', '212422.734000', '212442.625000', '212442.628000', '212442.631000', '212442.633000', '212442.636000', '212442.638000', '212442.641000', '212442.644000', '212442.646000', '212442.649000', '212442.651000', '212442.654000', '212442.656000', '212442.659000', '212442.662000', '212442.664000', '212442.667000', '212442.669000', '212442.672000', '212442.675000', '212442.678000', '212442.680000', '212442.683000', '212442.686000', '212442.688000', '212442.691000', '212442.693000', '212442.696000', '212442.699000', '212442.701000', '212442.704000', '212442.707000', '212442.709000', '212442.712000', '212442.714000', '212442.717000', '212442.721000', '212442.724000', '212442.726000', '212442.729000', '212442.732000', '212442.734000', '212442.737000', '212502.624000', '212502.626000', '212502.629000', '212502.632000', '212502.634000', '212502.637000', '212502.640000', '212502.642000', '212502.645000', '212502.647000', '212502.650000', '212502.653000', '212502.655000', '212502.658000', '212502.661000', '212502.663000', '212502.666000', '212502.668000', '212502.671000', '212502.674000', '212502.676000', '212502.679000', '212502.681000', '212502.684000', '212502.687000', '212502.689000', '212502.692000', '212502.695000', '212502.697000', '212502.700000', '212502.702000', '212502.736000', '212502.738000', '212502.741000', '212502.743000', '212502.746000', '212502.749000', '212502.751000', '212502.754000', '212502.756000', '212502.759000', '212502.762000', '212502.764000', '212502.767000', '212519.369000', '212519.372000', '212519.375000', '212519.378000', '212519.380000', '212519.383000', '212519.386000', '212519.388000', '212519.391000', '212519.394000', '212519.397000', '212519.400000', '212519.402000', '212519.405000', '212519.408000', '212519.411000', '212519.414000', '212519.417000', '212519.420000', '212519.422000', '212519.425000', '212519.428000', '212519.430000', '212519.433000', '212519.436000', '212519.439000', '212519.442000', '212519.444000', '212519.447000', '212519.450000', '212519.454000', '212519.457000', '212519.460000', '212519.463000', '212519.466000', '212519.468000', '212519.472000'], 'InstanceCreationTime': ['211902.650000', '211902.659000', '211902.662000', '211902.665000', '211902.668000', '211902.670000', '211902.673000', '211902.675000', '211902.678000', '211902.681000', '211902.683000', '211902.686000', '211902.688000', '211902.702000', '211902.705000', '211902.708000', '211902.710000', '211902.713000', '211902.716000', '211902.718000', '211902.721000', '211902.723000', '211902.726000', '211902.728000', '211902.731000', '211902.733000', '211902.736000', '211902.739000', '211902.741000', '211902.744000', '211902.746000', '211902.749000', '211902.751000', '211902.754000', '211902.756000', '211902.769000', '211902.771000', '211902.774000', '211902.776000', '211902.779000', '211902.781000', '211902.784000', '211902.787000', '211902.789000', '211902.792000', '211902.794000', '211902.797000', '211902.800000', '211902.802000', '211902.805000', '211902.807000', '211902.810000', '211922.623000', '211922.626000', '211922.629000', '211922.631000', '211922.634000', '211922.636000', '211922.639000', '211922.642000', '211922.650000', '211922.653000', '211922.656000', '211922.658000', '211922.661000', '211922.663000', '211922.666000', '211922.668000', '211922.671000', '211922.673000', '211922.676000', '211922.679000', '211922.681000', '211922.684000', '211922.686000', '211922.689000', '211922.691000', '211922.694000', '211922.696000', '211922.699000', '211922.702000', '211922.704000', '211922.707000', '211922.709000', '211922.712000', '211922.714000', '211922.717000', '211922.719000', '211922.722000', '211922.725000', '211922.727000', '211922.730000', '211922.732000', '211922.735000', '211922.737000', '211922.740000', '211942.623000', '211942.625000', '211942.628000', '211942.631000', '211942.633000', '211942.636000', '211942.638000', '211942.641000', '211942.643000', '211942.646000', '211942.649000', '211942.651000', '211942.654000', '211942.656000', '211942.659000', '211942.661000', '211942.664000', '211942.673000', '211942.676000', '211942.686000', '211942.689000', '211942.691000', '211942.694000', '211942.696000', '211942.699000', '211942.704000', '211942.707000', '211942.710000', '211942.712000', '211942.715000', '211942.718000', '211942.720000', '211942.723000', '211942.725000', '211942.728000', '211942.731000', '211942.733000', '211942.736000', '211942.739000', '211942.741000', '211942.744000', '211942.746000', '211942.749000', '212002.623000', '212002.626000', '212002.629000', '212002.632000', '212002.634000', '212002.637000', '212002.649000', '212002.652000', '212002.654000', '212002.657000', '212002.659000', '212002.662000', '212002.665000', '212002.667000', '212002.670000', '212002.672000', '212002.675000', '212002.678000', '212002.680000', '212002.683000', '212002.685000', '212002.688000', '212002.691000', '212002.693000', '212002.696000', '212002.698000', '212002.701000', '212002.703000', '212002.706000', '212002.709000', '212002.711000', '212002.714000', '212002.716000', '212002.719000', '212002.721000', '212002.724000', '212002.727000', '212002.729000', '212002.732000', '212002.734000', '212002.737000', '212002.740000', '212002.742000', '212002.745000', '212022.623000', '212022.626000', '212022.629000', '212022.631000', '212022.634000', '212022.637000', '212022.639000', '212022.642000', '212022.644000', '212022.647000', '212022.650000', '212022.652000', '212022.655000', '212022.657000', '212022.660000', '212022.663000', '212022.665000', '212022.668000', '212022.670000', '212022.673000', '212022.676000', '212022.678000', '212022.681000', '212022.684000', '212022.686000', '212022.689000', '212022.691000', '212022.694000', '212022.696000', '212022.699000', '212022.702000', '212022.704000', '212022.707000', '212022.710000', '212022.712000', '212022.715000', '212022.717000', '212022.720000', '212022.722000', '212022.725000', '212022.736000', '212022.739000', '212022.742000', '212042.623000', '212042.626000', '212042.629000', '212042.631000', '212042.634000', '212042.636000', '212042.639000', '212042.642000', '212042.644000', '212042.647000', '212042.649000', '212042.652000', '212042.654000', '212042.657000', '212042.670000', '212042.673000', '212042.675000', '212042.678000', '212042.680000', '212042.683000', '212042.686000', '212042.688000', '212042.691000', '212042.693000', '212042.696000', '212042.699000', '212042.701000', '212042.704000', '212042.706000', '212042.709000', '212042.711000', '212042.714000', '212042.717000', '212042.719000', '212042.722000', '212042.724000', '212042.727000', '212042.729000', '212042.732000', '212042.735000', '212042.737000', '212042.740000', '212042.742000', '212042.745000', '212102.623000', '212102.626000', '212102.629000', '212102.632000', '212102.634000', '212102.637000', '212102.639000', '212102.642000', '212102.644000', '212102.647000', '212102.658000', '212102.661000', '212102.664000', '212102.666000', '212102.669000', '212102.671000', '212102.674000', '212102.677000', '212102.679000', '212102.682000', '212102.684000', '212102.687000', '212102.690000', '212102.692000', '212102.695000', '212102.697000', '212102.700000', '212102.703000', '212102.705000', '212102.708000', '212102.710000', '212102.713000', '212102.715000', '212102.718000', '212102.721000', '212102.724000', '212102.727000', '212102.730000', '212102.732000', '212102.735000', '212102.738000', '212102.740000', '212102.743000', '212122.623000', '212122.626000', '212122.629000', '212122.631000', '212122.634000', '212122.637000', '212122.639000', '212122.642000', '212122.644000', '212122.647000', '212122.649000', '212122.652000', '212122.655000', '212122.657000', '212122.660000', '212122.662000', '212122.665000', '212122.668000', '212122.670000', '212122.673000', '212122.675000', '212122.678000', '212122.681000', '212122.683000', '212122.686000', '212122.688000', '212122.691000', '212122.694000', '212122.696000', '212122.699000', '212122.701000', '212122.704000', '212122.707000', '212122.709000', '212122.712000', '212122.714000', '212122.717000', '212122.719000', '212122.722000', '212122.725000', '212122.727000', '212122.730000', '212122.732000', '212122.735000', '212142.623000', '212142.626000', '212142.629000', '212142.632000', '212142.634000', '212142.637000', '212142.639000', '212142.642000', '212142.644000', '212142.647000', '212142.649000', '212142.652000', '212142.655000', '212142.657000', '212142.660000', '212142.662000', '212142.665000', '212142.667000', '212142.670000', '212142.672000', '212142.675000', '212142.678000', '212142.680000', '212142.683000', '212142.685000', '212142.688000', '212142.691000', '212142.693000', '212142.696000', '212142.698000', '212142.701000', '212142.704000', '212142.706000', '212142.709000', '212142.711000', '212142.714000', '212142.716000', '212142.719000', '212142.721000', '212142.724000', '212142.727000', '212142.730000', '212142.733000', '212202.622000', '212202.625000', '212202.628000', '212202.630000', '212202.633000', '212202.636000', '212202.638000', '212202.641000', '212202.643000', '212202.653000', '212202.656000', '212202.658000', '212202.661000', '212202.664000', '212202.666000', '212202.669000', '212202.672000', '212202.674000', '212202.677000', '212202.680000', '212202.682000', '212202.685000', '212202.687000', '212202.690000', '212202.693000', '212202.695000', '212202.698000', '212202.700000', '212202.703000', '212202.706000', '212202.708000', '212202.711000', '212202.713000', '212202.716000', '212202.718000', '212202.721000', '212202.724000', '212202.726000', '212202.729000', '212202.741000', '212202.744000', '212202.747000', '212202.749000', '212202.752000', '212222.624000', '212222.627000', '212222.629000', '212222.632000', '212222.634000', '212222.637000', '212222.639000', '212222.642000', '212222.645000', '212222.647000', '212222.650000', '212222.652000', '212222.655000', '212222.658000', '212222.660000', '212222.663000', '212222.665000', '212222.668000', '212222.670000', '212222.673000', '212222.676000', '212222.678000', '212222.681000', '212222.683000', '212222.686000', '212222.689000', '212222.691000', '212222.694000', '212222.696000', '212222.699000', '212222.702000', '212222.704000', '212222.707000', '212222.709000', '212222.712000', '212222.715000', '212222.717000', '212222.720000', '212222.722000', '212222.725000', '212222.727000', '212222.730000', '212222.732000', '212242.623000', '212242.626000', '212242.629000', '212242.631000', '212242.634000', '212242.637000', '212242.639000', '212242.642000', '212242.644000', '212242.647000', '212242.649000', '212242.652000', '212242.654000', '212242.657000', '212242.660000', '212242.662000', '212242.665000', '212242.668000', '212242.670000', '212242.673000', '212242.675000', '212242.678000', '212242.681000', '212242.683000', '212242.686000', '212242.695000', '212242.698000', '212242.700000', '212242.703000', '212242.705000', '212242.708000', '212242.710000', '212242.713000', '212242.716000', '212242.718000', '212242.721000', '212242.723000', '212242.726000', '212242.729000', '212242.731000', '212242.734000', '212242.736000', '212242.739000', '212242.742000', '212302.624000', '212302.626000', '212302.629000', '212302.632000', '212302.634000', '212302.637000', '212302.639000', '212302.642000', '212302.645000', '212302.647000', '212302.650000', '212302.652000', '212302.655000', '212302.658000', '212302.660000', '212302.663000', '212302.665000', '212302.668000', '212302.670000', '212302.673000', '212302.676000', '212302.678000', '212302.681000', '212302.683000', '212302.686000', '212302.689000', '212302.691000', '212302.694000', '212302.696000', '212302.699000', '212302.701000', '212302.704000', '212302.707000', '212302.709000', '212302.712000', '212302.714000', '212302.717000', '212302.720000', '212302.722000', '212302.725000', '212302.727000', '212302.730000', '212302.732000', '212322.624000', '212322.626000', '212322.629000', '212322.631000', '212322.634000', '212322.637000', '212322.639000', '212322.642000', '212322.644000', '212322.647000', '212322.649000', '212322.652000', '212322.655000', '212322.657000', '212322.660000', '212322.662000', '212322.665000', '212322.668000', '212322.670000', '212322.673000', '212322.675000', '212322.678000', '212322.680000', '212322.683000', '212322.686000', '212322.688000', '212322.691000', '212322.693000', '212322.696000', '212322.699000', '212322.701000', '212322.704000', '212322.706000', '212322.709000', '212322.711000', '212322.714000', '212322.717000', '212322.719000', '212322.722000', '212322.725000', '212322.727000', '212322.730000', '212322.732000', '212322.735000', '212342.623000', '212342.626000', '212342.629000', '212342.631000', '212342.634000', '212342.642000', '212342.645000', '212342.647000', '212342.650000', '212342.652000', '212342.655000', '212342.658000', '212342.660000', '212342.663000', '212342.665000', '212342.668000', '212342.671000', '212342.673000', '212342.676000', '212342.678000', '212342.681000', '212342.684000', '212342.686000', '212342.689000', '212342.691000', '212342.694000', '212342.697000', '212342.699000', '212342.702000', '212342.704000', '212342.707000', '212342.710000', '212342.712000', '212342.715000', '212342.717000', '212342.720000', '212342.723000', '212342.725000', '212342.728000', '212342.730000', '212342.733000', '212342.735000', '212342.738000', '212402.623000', '212402.633000', '212402.636000', '212402.638000', '212402.641000', '212402.644000', '212402.646000', '212402.649000', '212402.651000', '212402.654000', '212402.656000', '212402.660000', '212402.662000', '212402.665000', '212402.668000', '212402.670000', '212402.673000', '212402.675000', '212402.678000', '212402.681000', '212402.683000', '212402.686000', '212402.688000', '212402.691000', '212402.693000', '212402.696000', '212402.699000', '212402.701000', '212402.704000', '212402.706000', '212402.709000', '212402.712000', '212402.714000', '212402.717000', '212402.719000', '212402.722000', '212402.724000', '212402.727000', '212402.729000', '212402.732000', '212402.735000', '212402.737000', '212402.740000', '212422.622000', '212422.625000', '212422.628000', '212422.630000', '212422.633000', '212422.636000', '212422.638000', '212422.641000', '212422.643000', '212422.646000', '212422.648000', '212422.651000', '212422.654000', '212422.656000', '212422.659000', '212422.661000', '212422.664000', '212422.667000', '212422.669000', '212422.672000', '212422.674000', '212422.677000', '212422.679000', '212422.682000', '212422.685000', '212422.687000', '212422.690000', '212422.692000', '212422.695000', '212422.698000', '212422.700000', '212422.703000', '212422.705000', '212422.708000', '212422.710000', '212422.713000', '212422.716000', '212422.718000', '212422.721000', '212422.723000', '212422.726000', '212422.728000', '212422.731000', '212422.734000', '212442.625000', '212442.628000', '212442.631000', '212442.633000', '212442.636000', '212442.638000', '212442.641000', '212442.644000', '212442.646000', '212442.649000', '212442.651000', '212442.654000', '212442.656000', '212442.659000', '212442.662000', '212442.664000', '212442.667000', '212442.669000', '212442.672000', '212442.675000', '212442.678000', '212442.680000', '212442.683000', '212442.686000', '212442.688000', '212442.691000', '212442.693000', '212442.696000', '212442.699000', '212442.701000', '212442.704000', '212442.707000', '212442.709000', '212442.712000', '212442.714000', '212442.717000', '212442.721000', '212442.724000', '212442.726000', '212442.729000', '212442.732000', '212442.734000', '212442.737000', '212502.624000', '212502.626000', '212502.629000', '212502.632000', '212502.634000', '212502.637000', '212502.640000', '212502.642000', '212502.645000', '212502.647000', '212502.650000', '212502.653000', '212502.655000', '212502.658000', '212502.661000', '212502.663000', '212502.666000', '212502.668000', '212502.671000', '212502.674000', '212502.676000', '212502.679000', '212502.681000', '212502.684000', '212502.687000', '212502.689000', '212502.692000', '212502.695000', '212502.697000', '212502.700000', '212502.702000', '212502.736000', '212502.738000', '212502.741000', '212502.743000', '212502.746000', '212502.749000', '212502.751000', '212502.754000', '212502.756000', '212502.759000', '212502.762000', '212502.764000', '212502.767000', '212519.369000', '212519.372000', '212519.375000', '212519.378000', '212519.380000', '212519.383000', '212519.386000', '212519.388000', '212519.391000', '212519.394000', '212519.397000', '212519.400000', '212519.402000', '212519.405000', '212519.408000', '212519.411000', '212519.414000', '212519.417000', '212519.420000', '212519.422000', '212519.425000', '212519.428000', '212519.430000', '212519.433000', '212519.436000', '212519.439000', '212519.442000', '212519.444000', '212519.447000', '212519.450000', '212519.454000', '212519.457000', '212519.460000', '212519.463000', '212519.466000', '212519.468000', '212519.472000'], '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': [6726, 10876, 7197, 10086, 6864, 6901, 10217, 5881, 9298, 6057, 7017, 8713, 6151, 9118, 6354, 6695, 6156, 6259, 10005, 5972, 8246, 6349, 6482, 6370, 6169, 8924, 6517, 7229, 6515, 6517, 7082, 6180, 7810, 6618, 7109, 6457, 6396, 10329, 6259, 9547, 6624, 7869, 6237, 8425, 7797, 7807, 11006, 6645, 9733, 6585, 7458, 6449, 7357, 6456, 7075, 7179, 6393, 10865, 8084, 7928, 6537, 6572, 9476, 5978, 9691, 6942, 7647, 6443, 6177, 10158, 6285, 7605, 6209, 6634, 6304, 6282, 10006, 6352, 8631, 6237, 6610, 6553, 6095, 9719, 6111, 9314, 6033, 7946, 6784, 6129, 9374, 6725, 7856, 6285, 6874, 8563, 6139, 9513, 6420, 7006, 6556, 6683, 8925, 6294, 10093, 6446, 7936, 6469, 6354, 10206, 7075, 8489, 6132, 6937, 7856, 6927, 8717, 6681, 7889, 6109, 7359, 10553, 8034, 9155, 5769, 6410, 8971, 5965, 8540, 5972, 6196, 6583, 6218, 8502, 6688, 7483, 6040, 6233, 7243, 6147, 7763, 6201, 6450, 6674, 6268, 8933, 6794, 7409, 6537, 5932, 8498, 6806, 7305, 6249, 6107, 6000, 6385, 6262, 5955, 6249, 6729, 10745, 8548, 11070, 8291, 7744, 9171, 6159, 9710, 6304, 8655, 6090, 6126, 6523, 6320, 8908, 6331, 7407, 6539, 6145, 9697, 6517, 6520, 6553, 6042, 9016, 6612, 6353, 6544, 6027, 8808, 6526, 8419, 5898, 6153, 9649, 6402, 8276, 6388, 6852, 6686, 6388, 10567, 6083, 8092, 6739, 6270, 8870, 6362, 6599, 6462, 6105, 9567, 6234, 8721, 6463, 6115, 9815, 6864, 6927, 6175, 6315, 8827, 6309, 8486, 6263, 7111, 6420, 6183, 11045, 8757, 8603, 6089, 6861, 10522, 6454, 9116, 6346, 6366, 9428, 6004, 6734, 6197, 6068, 8646, 6303, 6410, 6522, 6185, 9722, 6376, 7408, 6275, 6739, 6727, 6274, 9717, 6488, 8017, 6132, 6522, 6956, 6265, 8764, 6613, 8651, 6136, 8353, 8225, 7099, 9121, 6064, 7963, 7255, 6593, 8682, 6207, 7403, 6377, 6313, 9939, 7045, 7926, 6134, 6325, 8926, 6140, 8296, 6131, 6949, 7946, 6147, 8958, 6209, 6585, 6608, 6249, 8214, 6254, 7204, 6583, 6257, 8449, 6490, 7218, 6371, 6467, 8566, 6507, 7706, 6276, 6344, 7728, 6497, 7264, 6315, 6272, 9941, 6930, 8132, 6167, 6128, 9828, 7050, 7754, 6038, 6381, 9693, 6457, 8481, 6150, 7231, 8701, 6234, 10131, 6125, 7048, 7388, 6302, 8490, 5944, 7190, 7705, 6669, 8738, 6959, 6615, 6408, 6879, 6301, 6168, 6319, 6975, 10731, 7281, 10276, 7590, 6903, 9520, 6203, 8543, 6224, 6214, 7958, 6195, 7082, 6658, 6055, 7945, 6315, 7041, 6546, 6335, 8857, 6364, 7581, 6783, 7561, 6345, 8388, 9874, 7724, 9126, 6317, 8968, 8812, 7301, 8852, 6592, 7779, 6537, 6604, 9339, 7148, 8373, 6016, 6241, 9251, 7512, 7435, 6354, 6081, 7976, 6262, 8265, 6597, 7573, 6464, 6260, 9829, 7042, 8445, 6359, 8419, 7629, 6500, 9383, 6445, 8114, 6380, 6494, 9409, 7059, 7562, 6373, 6458, 9799, 6606, 7412, 6168, 7022, 8786, 6567, 7623, 6129, 6616, 7071, 6010, 7960, 6558, 7800, 6336, 6469, 9863, 7181, 8305, 6287, 7627, 8982, 6418, 9001, 6056, 7075, 7299, 6537, 8939, 6307, 8443, 6389, 6104, 9065, 6124, 7524, 6881, 6411, 9058, 6148, 7395, 8440, 6559, 8827, 6195, 6793, 9376, 6243, 7275, 6138, 6375, 9281, 6341, 7956, 6141, 6483, 8816, 6450, 7350, 6043, 6933, 8823, 6464, 8493, 6618, 6905, 9864, 6220, 8969, 5968, 6859, 9284, 6205, 7564, 5932, 6134, 6956, 6299, 6844, 6317, 6521, 8635, 6195, 7366, 6493, 6607, 9107, 6683, 7341, 6235, 7400, 6751, 6427, 7857, 6422, 7522, 6347, 6054, 9174, 6884, 8935, 6230, 7063, 10056, 6850, 8151, 6440, 6476, 8882, 6608, 7367, 6796, 6071, 8197, 5945, 7503, 7575, 6101, 8078, 6281, 8561, 6662, 6481, 8426, 6425, 7916, 6056, 6622, 9124, 6408, 7672, 6217, 6306, 9251, 7116, 7083, 6104, 6337, 9391, 6325, 8206, 5963, 6450, 7953, 6469, 8032, 6052, 6497, 7910, 6455, 9186, 6053, 6571, 7823, 6378, 8673, 5919, 8088, 8773, 6696, 8748, 6010, 7198, 6458, 6387, 9171, 6711, 8196, 6171, 6380, 8547, 6419, 8001, 6244, 6316, 7815, 6490, 6967, 6233, 6405, 8017, 6294, 8421, 6093, 8199, 9430, 7022, 7689, 6318, 7544, 6151, 8415, 9059, 6663, 8613, 6392, 8950, 6196, 8284, 6298, 6211, 9400, 6302, 9333, 5942, 6608, 7502, 6323, 8048, 6084, 7304, 8397, 6652, 7809, 6154, 6742, 8844, 6368, 7432, 6538, 6974, 6477, 6356, 8764, 7292, 7846, 6226, 7995, 9159, 6672, 8353, 6428, 8307, 5959, 8585, 7954, 6439, 8024, 7229, 7974, 6568, 8667, 6398, 9583, 6341, 8275, 6438, 7218, 10070, 6823, 7711, 6617, 6122, 8046, 5800, 6711, 6434, 6092, 7740, 6732, 7636, 5979, 6672, 6530, 6288, 7389, 6281, 9088, 7430, 8675, 6236, 8473, 7332, 7558, 8716, 7520, 8322, 6621, 6545, 9922, 6917, 7385, 6556, 6223, 8429, 5895, 7365, 8792, 6357, 7776, 6248, 6940, 6523, 6079, 8085, 6726, 7256, 6587, 6709, 8529, 6016, 8664, 6125, 8430, 8276, 6213, 9669, 6570, 7761, 6294, 6579, 9333, 6495, 8989, 5940, 6552, 6731, 6504, 8302, 6492, 7822, 6063, 6574, 8677, 6201, 8208, 6407, 7270, 6604, 6222, 8494, 6308, 9061, 6475, 7946, 6076, 6839, 9742, 6525, 8889, 6445, 7749, 6106, 7196, 9753, 7486, 7990, 6417, 7674, 6057, 7318, 9160, 6657, 8690, 6416, 7796, 6275, 7056, 9117, 6551, 7682, 6466, 7440, 6017, 7588, 8871, 6477, 8742, 6460, 10488, 6485, 7778, 5826, 5991, 6430, 6362, 9372, 7328, 8088, 6353, 7800, 6548, 9128, 6144, 6917, 6521, 6375, 9614, 6885, 10530, 6797, 7240, 7887, 6453, 8151, 6031, 8104, 6157, 6572, 8090, 6327, 7754, 6166, 7660, 6140, 6544, 8407, 6352, 7900, 6370, 7866, 6245, 6329, 7513, 6452, 8448, 6286, 8778, 6186, 6361, 8274, 6505, 8087, 6325, 8125, 6100, 6272, 8851, 6398, 9378, 6031, 6691, 7535, 6345, 7745, 6348, 7858, 6092, 6431, 8302, 6510, 8585, 6591, 7621, 6428], 'WindowCenter': [3765.0, 3792.0, 3748.0, 3778.0, 3733.0, 3734.0, 3762.0, 3699.0, 3751.0, 3708.0, 3731.0, 3740.0, 3709.0, 3751.0, 3708.0, 3720.0, 3708.0, 3719.0, 3749.0, 3710.0, 3740.0, 3708.0, 3719.0, 3719.0, 3711.0, 3751.0, 3721.0, 3731.0, 3721.0, 3723.0, 3732.0, 3722.0, 3742.0, 3732.0, 3733.0, 3721.0, 3722.0, 3763.0, 3722.0, 3762.0, 3720.0, 3743.0, 3710.0, 3753.0, 3740.0, 3742.0, 3762.0, 3720.0, 3750.0, 3719.0, 3730.0, 3721.0, 3732.0, 3721.0, 3734.0, 3730.0, 3721.0, 3772.0, 3741.0, 3741.0, 3710.0, 3721.0, 3761.0, 3710.0, 3750.0, 3731.0, 3731.0, 3708.0, 3709.0, 3761.0, 3719.0, 3730.0, 3710.0, 3720.0, 3720.0, 3721.0, 3761.0, 3721.0, 3752.0, 3710.0, 3722.0, 3721.0, 3710.0, 3762.0, 3711.0, 3752.0, 3709.0, 3742.0, 3721.0, 3722.0, 3751.0, 3720.0, 3742.0, 3720.0, 3720.0, 3750.0, 3710.0, 3761.0, 3721.0, 3731.0, 3719.0, 3721.0, 3752.0, 3720.0, 3762.0, 3719.0, 3740.0, 3719.0, 3719.0, 3761.0, 3731.0, 3741.0, 3708.0, 3731.0, 3740.0, 3731.0, 3750.0, 3719.0, 3743.0, 3709.0, 3731.0, 3760.0, 3740.0, 3751.0, 3696.0, 3708.0, 3737.0, 3706.0, 3739.0, 3696.0, 3708.0, 3716.0, 3697.0, 3737.0, 3718.0, 3730.0, 3709.0, 3710.0, 3729.0, 3709.0, 3730.0, 3710.0, 3721.0, 3721.0, 3721.0, 3751.0, 3720.0, 3744.0, 3720.0, 3722.0, 3752.0, 3732.0, 3732.0, 3720.0, 3722.0, 3722.0, 3734.0, 3733.0, 3725.0, 3735.0, 3736.0, 3774.0, 3754.0, 3776.0, 3742.0, 3743.0, 3750.0, 3709.0, 3749.0, 3719.0, 3752.0, 3709.0, 3710.0, 3708.0, 3708.0, 3749.0, 3708.0, 3731.0, 3708.0, 3709.0, 3750.0, 3708.0, 3721.0, 3708.0, 3709.0, 3750.0, 3719.0, 3719.0, 3709.0, 3710.0, 3750.0, 3720.0, 3742.0, 3711.0, 3711.0, 3750.0, 3709.0, 3741.0, 3708.0, 3721.0, 3719.0, 3720.0, 3760.0, 3708.0, 3742.0, 3718.0, 3709.0, 3739.0, 3708.0, 3720.0, 3707.0, 3710.0, 3750.0, 3709.0, 3741.0, 3707.0, 3709.0, 3761.0, 3720.0, 3730.0, 3708.0, 3720.0, 3750.0, 3720.0, 3751.0, 3721.0, 3732.0, 3721.0, 3711.0, 3772.0, 3752.0, 3742.0, 3708.0, 3721.0, 3760.0, 3708.0, 3741.0, 3707.0, 3708.0, 3749.0, 3697.0, 3718.0, 3697.0, 3708.0, 3739.0, 3708.0, 3708.0, 3708.0, 3708.0, 3750.0, 3719.0, 3731.0, 3708.0, 3719.0, 3719.0, 3720.0, 3750.0, 3720.0, 3741.0, 3709.0, 3720.0, 3729.0, 3719.0, 3751.0, 3731.0, 3752.0, 3709.0, 3752.0, 3741.0, 3731.0, 3751.0, 3708.0, 3741.0, 3728.0, 3719.0, 3739.0, 3707.0, 3728.0, 3707.0, 3708.0, 3749.0, 3718.0, 3739.0, 3707.0, 3709.0, 3739.0, 3709.0, 3740.0, 3708.0, 3731.0, 3728.0, 3708.0, 3751.0, 3709.0, 3720.0, 3717.0, 3708.0, 3739.0, 3721.0, 3730.0, 3719.0, 3720.0, 3740.0, 3720.0, 3732.0, 3719.0, 3721.0, 3751.0, 3720.0, 3742.0, 3720.0, 3719.0, 3740.0, 3720.0, 3731.0, 3719.0, 3720.0, 3761.0, 3730.0, 3740.0, 3708.0, 3710.0, 3760.0, 3730.0, 3730.0, 3710.0, 3721.0, 3761.0, 3720.0, 3752.0, 3709.0, 3732.0, 3740.0, 3708.0, 3761.0, 3708.0, 3731.0, 3717.0, 3708.0, 3738.0, 3708.0, 3731.0, 3728.0, 3719.0, 3739.0, 3720.0, 3719.0, 3719.0, 3720.0, 3720.0, 3722.0, 3722.0, 3734.0, 3773.0, 3731.0, 3763.0, 3728.0, 3730.0, 3750.0, 3708.0, 3740.0, 3696.0, 3708.0, 3728.0, 3696.0, 3718.0, 3719.0, 3709.0, 3739.0, 3719.0, 3729.0, 3709.0, 3721.0, 3751.0, 3723.0, 3742.0, 3721.0, 3744.0, 3720.0, 3754.0, 3763.0, 3743.0, 3753.0, 3709.0, 3751.0, 3738.0, 3730.0, 3739.0, 3717.0, 3730.0, 3706.0, 3718.0, 3749.0, 3719.0, 3740.0, 3697.0, 3707.0, 3737.0, 3728.0, 3728.0, 3706.0, 3709.0, 3729.0, 3708.0, 3740.0, 3722.0, 3731.0, 3708.0, 3709.0, 3760.0, 3719.0, 3741.0, 3708.0, 3742.0, 3728.0, 3709.0, 3750.0, 3709.0, 3741.0, 3707.0, 3709.0, 3748.0, 3719.0, 3730.0, 3708.0, 3719.0, 3761.0, 3720.0, 3729.0, 3708.0, 3730.0, 3739.0, 3720.0, 3730.0, 3710.0, 3721.0, 3731.0, 3710.0, 3741.0, 3720.0, 3743.0, 3720.0, 3720.0, 3761.0, 3731.0, 3742.0, 3720.0, 3742.0, 3751.0, 3721.0, 3752.0, 3709.0, 3730.0, 3729.0, 3720.0, 3751.0, 3709.0, 3741.0, 3708.0, 3709.0, 3751.0, 3709.0, 3742.0, 3718.0, 3708.0, 3749.0, 3708.0, 3730.0, 3738.0, 3709.0, 3739.0, 3696.0, 3719.0, 3749.0, 3707.0, 3729.0, 3696.0, 3707.0, 3748.0, 3708.0, 3740.0, 3707.0, 3709.0, 3738.0, 3707.0, 3728.0, 3707.0, 3719.0, 3739.0, 3719.0, 3740.0, 3718.0, 3730.0, 3749.0, 3708.0, 3751.0, 3707.0, 3720.0, 3749.0, 3697.0, 3729.0, 3696.0, 3709.0, 3717.0, 3709.0, 3719.0, 3708.0, 3721.0, 3740.0, 3709.0, 3731.0, 3719.0, 3721.0, 3752.0, 3732.0, 3731.0, 3709.0, 3732.0, 3720.0, 3722.0, 3741.0, 3721.0, 3743.0, 3721.0, 3712.0, 3763.0, 3732.0, 3755.0, 3710.0, 3730.0, 3761.0, 3720.0, 3742.0, 3708.0, 3709.0, 3749.0, 3718.0, 3730.0, 3720.0, 3708.0, 3739.0, 3709.0, 3731.0, 3728.0, 3708.0, 3740.0, 3708.0, 3752.0, 3719.0, 3710.0, 3739.0, 3708.0, 3740.0, 3697.0, 3718.0, 3749.0, 3708.0, 3729.0, 3709.0, 3708.0, 3749.0, 3720.0, 3729.0, 3708.0, 3719.0, 3750.0, 3708.0, 3742.0, 3708.0, 3721.0, 3739.0, 3708.0, 3741.0, 3709.0, 3721.0, 3740.0, 3720.0, 3751.0, 3709.0, 3721.0, 3729.0, 3721.0, 3752.0, 3698.0, 3742.0, 3740.0, 3721.0, 3739.0, 3709.0, 3719.0, 3708.0, 3708.0, 3750.0, 3720.0, 3741.0, 3697.0, 3708.0, 3738.0, 3708.0, 3729.0, 3707.0, 3709.0, 3728.0, 3708.0, 3730.0, 3709.0, 3721.0, 3741.0, 3722.0, 3753.0, 3710.0, 3753.0, 3752.0, 3731.0, 3729.0, 3719.0, 3742.0, 3708.0, 3743.0, 3751.0, 3721.0, 3751.0, 3720.0, 3752.0, 3709.0, 3742.0, 3708.0, 3709.0, 3750.0, 3708.0, 3752.0, 3708.0, 3719.0, 3728.0, 3708.0, 3740.0, 3708.0, 3729.0, 3739.0, 3720.0, 3730.0, 3707.0, 3719.0, 3750.0, 3719.0, 3730.0, 3720.0, 3731.0, 3721.0, 3721.0, 3752.0, 3744.0, 3742.0, 3711.0, 3742.0, 3751.0, 3721.0, 3741.0, 3709.0, 3742.0, 3709.0, 3753.0, 3741.0, 3721.0, 3741.0, 3731.0, 3741.0, 3722.0, 3751.0, 3722.0, 3763.0, 3721.0, 3742.0, 3709.0, 3730.0, 3751.0, 3719.0, 3731.0, 3706.0, 3697.0, 3729.0, 3697.0, 3719.0, 3708.0, 3709.0, 3730.0, 3720.0, 3742.0, 3711.0, 3734.0, 3723.0, 3723.0, 3744.0, 3723.0, 3764.0, 3745.0, 3754.0, 3712.0, 3755.0, 3732.0, 3742.0, 3752.0, 3732.0, 3743.0, 3720.0, 3710.0, 3761.0, 3731.0, 3732.0, 3708.0, 3709.0, 3740.0, 3699.0, 3731.0, 3740.0, 3720.0, 3729.0, 3709.0, 3720.0, 3720.0, 3710.0, 3742.0, 3722.0, 3733.0, 3721.0, 3733.0, 3753.0, 3723.0, 3754.0, 3711.0, 3754.0, 3741.0, 3710.0, 3751.0, 3721.0, 3731.0, 3708.0, 3720.0, 3749.0, 3709.0, 3751.0, 3708.0, 3710.0, 3718.0, 3709.0, 3739.0, 3709.0, 3730.0, 3709.0, 3721.0, 3740.0, 3709.0, 3741.0, 3719.0, 3732.0, 3719.0, 3710.0, 3751.0, 3721.0, 3752.0, 3721.0, 3743.0, 3709.0, 3721.0, 3751.0, 3720.0, 3751.0, 3710.0, 3731.0, 3708.0, 3720.0, 3750.0, 3730.0, 3740.0, 3708.0, 3731.0, 3708.0, 3731.0, 3751.0, 3721.0, 3740.0, 3709.0, 3741.0, 3708.0, 3719.0, 3750.0, 3720.0, 3729.0, 3710.0, 3731.0, 3709.0, 3741.0, 3750.0, 3720.0, 3740.0, 3708.0, 3762.0, 3708.0, 3742.0, 3698.0, 3711.0, 3719.0, 3721.0, 3751.0, 3731.0, 3741.0, 3722.0, 3741.0, 3720.0, 3752.0, 3710.0, 3733.0, 3709.0, 3721.0, 3752.0, 3732.0, 3763.0, 3719.0, 3731.0, 3728.0, 3708.0, 3729.0, 3697.0, 3729.0, 3697.0, 3718.0, 3729.0, 3709.0, 3728.0, 3707.0, 3730.0, 3709.0, 3709.0, 3739.0, 3708.0, 3729.0, 3708.0, 3741.0, 3708.0, 3721.0, 3729.0, 3709.0, 3739.0, 3709.0, 3742.0, 3708.0, 3710.0, 3739.0, 3708.0, 3728.0, 3708.0, 3742.0, 3708.0, 3709.0, 3739.0, 3708.0, 3752.0, 3708.0, 3719.0, 3728.0, 3708.0, 3728.0, 3708.0, 3740.0, 3709.0, 3709.0, 3740.0, 3709.0, 3739.0, 3719.0, 3731.0, 3710.0], 'WindowWidth': [8483.0, 8509.0, 8443.0, 8481.0, 8412.0, 8414.0, 8448.0, 8362.0, 8432.0, 8372.0, 8404.0, 8413.0, 8375.0, 8428.0, 8371.0, 8389.0, 8370.0, 8388.0, 8426.0, 8376.0, 8414.0, 8372.0, 8388.0, 8387.0, 8381.0, 8432.0, 8396.0, 8407.0, 8393.0, 8400.0, 8410.0, 8397.0, 8422.0, 8410.0, 8412.0, 8394.0, 8398.0, 8451.0, 8398.0, 8449.0, 8392.0, 8424.0, 8378.0, 8438.0, 8417.0, 8420.0, 8447.0, 8391.0, 8428.0, 8389.0, 8404.0, 8394.0, 8410.0, 8394.0, 8414.0, 8404.0, 8395.0, 8462.0, 8421.0, 8419.0, 8375.0, 8392.0, 8444.0, 8377.0, 8430.0, 8405.0, 8405.0, 8371.0, 8375.0, 8444.0, 8387.0, 8403.0, 8376.0, 8391.0, 8391.0, 8395.0, 8446.0, 8395.0, 8436.0, 8378.0, 8396.0, 8394.0, 8380.0, 8448.0, 8381.0, 8434.0, 8375.0, 8423.0, 8392.0, 8396.0, 8431.0, 8391.0, 8420.0, 8391.0, 8392.0, 8430.0, 8377.0, 8445.0, 8392.0, 8406.0, 8389.0, 8395.0, 8434.0, 8391.0, 8445.0, 8388.0, 8417.0, 8388.0, 8389.0, 8446.0, 8406.0, 8418.0, 8373.0, 8406.0, 8414.0, 8407.0, 8429.0, 8388.0, 8423.0, 8374.0, 8407.0, 8442.0, 8414.0, 8429.0, 8351.0, 8370.0, 8405.0, 8366.0, 8410.0, 8351.0, 8371.0, 8377.0, 8355.0, 8407.0, 8384.0, 8402.0, 8374.0, 8377.0, 8400.0, 8374.0, 8403.0, 8378.0, 8394.0, 8392.0, 8393.0, 8433.0, 8392.0, 8428.0, 8392.0, 8398.0, 8434.0, 8409.0, 8409.0, 8391.0, 8396.0, 8398.0, 8417.0, 8417.0, 8406.0, 8419.0, 8422.0, 8469.0, 8440.0, 8473.0, 8421.0, 8425.0, 8427.0, 8372.0, 8425.0, 8388.0, 8435.0, 8373.0, 8377.0, 8372.0, 8373.0, 8425.0, 8373.0, 8406.0, 8372.0, 8375.0, 8428.0, 8370.0, 8391.0, 8371.0, 8374.0, 8429.0, 8389.0, 8388.0, 8374.0, 8377.0, 8428.0, 8391.0, 8423.0, 8381.0, 8381.0, 8429.0, 8375.0, 8416.0, 8372.0, 8394.0, 8387.0, 8389.0, 8442.0, 8371.0, 8420.0, 8383.0, 8375.0, 8410.0, 8370.0, 8389.0, 8370.0, 8377.0, 8430.0, 8375.0, 8418.0, 8369.0, 8375.0, 8444.0, 8390.0, 8403.0, 8371.0, 8390.0, 8429.0, 8391.0, 8433.0, 8393.0, 8410.0, 8392.0, 8380.0, 8461.0, 8434.0, 8422.0, 8372.0, 8391.0, 8439.0, 8371.0, 8417.0, 8367.0, 8371.0, 8424.0, 8354.0, 8383.0, 8353.0, 8371.0, 8410.0, 8371.0, 8371.0, 8369.0, 8371.0, 8427.0, 8389.0, 8405.0, 8372.0, 8388.0, 8386.0, 8389.0, 8430.0, 8391.0, 8418.0, 8375.0, 8392.0, 8400.0, 8389.0, 8431.0, 8407.0, 8436.0, 8374.0, 8436.0, 8418.0, 8406.0, 8431.0, 8371.0, 8417.0, 8396.0, 8386.0, 8412.0, 8369.0, 8397.0, 8367.0, 8371.0, 8425.0, 8385.0, 8413.0, 8368.0, 8372.0, 8410.0, 8373.0, 8415.0, 8370.0, 8405.0, 8396.0, 8372.0, 8430.0, 8372.0, 8390.0, 8379.0, 8371.0, 8414.0, 8392.0, 8404.0, 8387.0, 8390.0, 8416.0, 8391.0, 8408.0, 8387.0, 8393.0, 8430.0, 8391.0, 8423.0, 8391.0, 8390.0, 8416.0, 8390.0, 8406.0, 8388.0, 8391.0, 8443.0, 8404.0, 8416.0, 8370.0, 8377.0, 8442.0, 8404.0, 8404.0, 8375.0, 8391.0, 8445.0, 8392.0, 8435.0, 8374.0, 8409.0, 8416.0, 8372.0, 8444.0, 8371.0, 8406.0, 8380.0, 8369.0, 8410.0, 8369.0, 8405.0, 8397.0, 8385.0, 8411.0, 8388.0, 8387.0, 8387.0, 8391.0, 8392.0, 8397.0, 8397.0, 8416.0, 8466.0, 8408.0, 8452.0, 8398.0, 8403.0, 8427.0, 8369.0, 8413.0, 8352.0, 8370.0, 8395.0, 8353.0, 8383.0, 8385.0, 8373.0, 8412.0, 8388.0, 8401.0, 8373.0, 8392.0, 8431.0, 8399.0, 8421.0, 8395.0, 8428.0, 8392.0, 8441.0, 8449.0, 8424.0, 8436.0, 8372.0, 8432.0, 8410.0, 8402.0, 8412.0, 8381.0, 8401.0, 8364.0, 8382.0, 8425.0, 8386.0, 8414.0, 8353.0, 8366.0, 8407.0, 8397.0, 8396.0, 8366.0, 8373.0, 8398.0, 8373.0, 8415.0, 8395.0, 8405.0, 8372.0, 8374.0, 8442.0, 8387.0, 8419.0, 8372.0, 8420.0, 8397.0, 8373.0, 8427.0, 8373.0, 8418.0, 8367.0, 8373.0, 8423.0, 8386.0, 8401.0, 8372.0, 8388.0, 8443.0, 8390.0, 8401.0, 8372.0, 8403.0, 8414.0, 8390.0, 8403.0, 8379.0, 8394.0, 8407.0, 8380.0, 8419.0, 8392.0, 8426.0, 8390.0, 8392.0, 8446.0, 8407.0, 8421.0, 8390.0, 8421.0, 8431.0, 8394.0, 8433.0, 8374.0, 8405.0, 8399.0, 8389.0, 8430.0, 8373.0, 8418.0, 8370.0, 8373.0, 8430.0, 8374.0, 8422.0, 8384.0, 8372.0, 8426.0, 8372.0, 8402.0, 8409.0, 8372.0, 8411.0, 8351.0, 8386.0, 8423.0, 8369.0, 8399.0, 8351.0, 8369.0, 8422.0, 8370.0, 8415.0, 8368.0, 8375.0, 8410.0, 8369.0, 8397.0, 8367.0, 8386.0, 8412.0, 8388.0, 8415.0, 8384.0, 8402.0, 8425.0, 8372.0, 8431.0, 8369.0, 8389.0, 8423.0, 8354.0, 8398.0, 8351.0, 8373.0, 8381.0, 8374.0, 8388.0, 8372.0, 8392.0, 8416.0, 8376.0, 8407.0, 8387.0, 8394.0, 8434.0, 8408.0, 8407.0, 8374.0, 8409.0, 8391.0, 8396.0, 8421.0, 8395.0, 8426.0, 8394.0, 8384.0, 8451.0, 8410.0, 8444.0, 8378.0, 8404.0, 8446.0, 8390.0, 8420.0, 8372.0, 8373.0, 8426.0, 8385.0, 8404.0, 8389.0, 8372.0, 8413.0, 8372.0, 8405.0, 8396.0, 8373.0, 8415.0, 8371.0, 8434.0, 8387.0, 8376.0, 8412.0, 8372.0, 8414.0, 8354.0, 8385.0, 8425.0, 8372.0, 8400.0, 8373.0, 8371.0, 8425.0, 8389.0, 8401.0, 8370.0, 8388.0, 8427.0, 8372.0, 8422.0, 8372.0, 8391.0, 8413.0, 8372.0, 8418.0, 8375.0, 8393.0, 8415.0, 8389.0, 8432.0, 8374.0, 8392.0, 8401.0, 8392.0, 8434.0, 8360.0, 8422.0, 8414.0, 8392.0, 8413.0, 8373.0, 8387.0, 8370.0, 8372.0, 8428.0, 8388.0, 8418.0, 8355.0, 8370.0, 8408.0, 8369.0, 8399.0, 8366.0, 8374.0, 8397.0, 8372.0, 8403.0, 8374.0, 8394.0, 8419.0, 8400.0, 8439.0, 8377.0, 8438.0, 8433.0, 8406.0, 8400.0, 8389.0, 8421.0, 8373.0, 8423.0, 8430.0, 8394.0, 8432.0, 8390.0, 8433.0, 8374.0, 8421.0, 8373.0, 8374.0, 8428.0, 8372.0, 8434.0, 8372.0, 8387.0, 8396.0, 8371.0, 8414.0, 8371.0, 8401.0, 8412.0, 8389.0, 8400.0, 8368.0, 8387.0, 8428.0, 8388.0, 8402.0, 8391.0, 8407.0, 8393.0, 8396.0, 8435.0, 8427.0, 8424.0, 8381.0, 8424.0, 8432.0, 8392.0, 8417.0, 8376.0, 8421.0, 8375.0, 8437.0, 8421.0, 8395.0, 8420.0, 8407.0, 8420.0, 8397.0, 8433.0, 8396.0, 8451.0, 8394.0, 8422.0, 8373.0, 8403.0, 8432.0, 8386.0, 8403.0, 8362.0, 8353.0, 8397.0, 8354.0, 8385.0, 8368.0, 8373.0, 8403.0, 8392.0, 8422.0, 8379.0, 8414.0, 8398.0, 8401.0, 8429.0, 8402.0, 8456.0, 8432.0, 8442.0, 8382.0, 8442.0, 8407.0, 8422.0, 8434.0, 8407.0, 8422.0, 8388.0, 8376.0, 8445.0, 8404.0, 8407.0, 8371.0, 8374.0, 8416.0, 8360.0, 8406.0, 8414.0, 8391.0, 8400.0, 8373.0, 8390.0, 8390.0, 8379.0, 8421.0, 8396.0, 8410.0, 8393.0, 8412.0, 8438.0, 8400.0, 8442.0, 8380.0, 8439.0, 8418.0, 8377.0, 8433.0, 8391.0, 8404.0, 8371.0, 8389.0, 8426.0, 8373.0, 8431.0, 8372.0, 8377.0, 8384.0, 8373.0, 8412.0, 8375.0, 8403.0, 8373.0, 8391.0, 8415.0, 8374.0, 8419.0, 8388.0, 8407.0, 8388.0, 8378.0, 8431.0, 8393.0, 8434.0, 8393.0, 8424.0, 8375.0, 8392.0, 8431.0, 8390.0, 8430.0, 8376.0, 8404.0, 8370.0, 8389.0, 8430.0, 8402.0, 8415.0, 8372.0, 8404.0, 8372.0, 8405.0, 8430.0, 8393.0, 8414.0, 8375.0, 8419.0, 8371.0, 8388.0, 8428.0, 8389.0, 8400.0, 8375.0, 8406.0, 8376.0, 8420.0, 8429.0, 8391.0, 8416.0, 8373.0, 8447.0, 8372.0, 8420.0, 8360.0, 8379.0, 8388.0, 8393.0, 8432.0, 8408.0, 8419.0, 8396.0, 8418.0, 8392.0, 8435.0, 8377.0, 8411.0, 8374.0, 8392.0, 8433.0, 8408.0, 8451.0, 8387.0, 8404.0, 8396.0, 8368.0, 8397.0, 8353.0, 8399.0, 8354.0, 8384.0, 8398.0, 8371.0, 8394.0, 8368.0, 8401.0, 8371.0, 8374.0, 8410.0, 8371.0, 8399.0, 8369.0, 8418.0, 8371.0, 8391.0, 8397.0, 8372.0, 8411.0, 8373.0, 8419.0, 8371.0, 8376.0, 8411.0, 8370.0, 8394.0, 8370.0, 8420.0, 8370.0, 8373.0, 8413.0, 8371.0, 8433.0, 8370.0, 8387.0, 8394.0, 8370.0, 8396.0, 8370.0, 8416.0, 8372.0, 8374.0, 8416.0, 8373.0, 8412.0, 8387.0, 8405.0, 8376.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.0002343268124280783</td></tr>
<tr><td colspan=3>aqi</td><td>0.019831510471806674</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.569931794953916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1835636000691245</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9891968810368654</td></tr>
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
<tr><td colspan=3>fber</td><td>6106.2573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07857828324442813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560757768832534</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.501421122179655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7687411158062494</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4121110685116967</td></tr>
<tr><td colspan=3>gcor</td><td>0.00475625</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01603730581700802</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022147933021187782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.644459690025388</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>27.2009</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6859</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.9869</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309140.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.6142</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8714</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.8766</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2972.6715</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.1544</td></tr>
<tr><td colspan=3>tsnr</td><td>43.890825580456294</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>