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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0021_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-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-02_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-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-03_task-social_acq-mb8_run-02_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-0021/ses-03/func/sub-0021_ses-03_task-social_acq-mb8_run-02_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>aeb513d4714080f27be66e87052ee6df</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>13:41:19.160000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999904, -0.00606079, 0.0124279, 0.00610821, 0.999974, -0.00378182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.100817</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7757, -7248, 554, -38, 2, -37, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ee2de6d-fc9b-454d-a8ae-c57f17cd9799||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826703548431396, 0.01638789102435112, 0.033492524176836014, 111.96635437011719], [0.016260646283626556, 2.6828577518463135, -0.010414899326860905, -98.06129455566406], [0.03334309533238411, 0.01014634594321251, 2.6997721195220947, -57.33991622924805], [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': ['134119.160000', '134119.620000', '134120.080000', '134120.540000', '134121.000000', '134121.460000', '134121.920000', '134122.380000', '134122.840000', '134123.300000', '134123.760000', '134124.220000', '134124.680000', '134125.140000', '134125.600000', '134126.060000', '134126.520000', '134126.980000', '134127.440000', '134127.900000', '134128.360000', '134128.820000', '134129.280000', '134129.740000', '134130.200000', '134130.660000', '134131.120000', '134131.580000', '134132.040000', '134132.500000', '134132.960000', '134133.420000', '134133.880000', '134134.340000', '134134.800000', '134135.260000', '134135.720000', '134136.180000', '134136.640000', '134137.100000', '134137.560000', '134138.020000', '134138.480000', '134138.940000', '134139.400000', '134139.860000', '134140.320000', '134140.780000', '134141.240000', '134141.700000', '134142.160000', '134142.620000', '134143.080000', '134143.540000', '134144.000000', '134144.460000', '134144.920000', '134145.380000', '134145.840000', '134146.300000', '134146.760000', '134147.220000', '134147.680000', '134148.140000', '134148.600000', '134149.060000', '134149.520000', '134149.980000', '134150.440000', '134150.900000', '134151.360000', '134151.820000', '134152.280000', '134152.740000', '134153.200000', '134153.660000', '134154.120000', '134154.580000', '134155.040000', '134155.500000', '134155.960000', '134156.420000', '134156.880000', '134157.340000', '134157.800000', '134158.260000', '134158.720000', '134159.180000', '134159.640000', '134200.100000', '134200.560000', '134201.020000', '134201.480000', '134201.940000', '134202.400000', '134202.860000', '134203.320000', '134203.780000', '134204.240000', '134204.700000', '134205.160000', '134205.620000', '134206.080000', '134206.540000', '134207.000000', '134207.460000', '134207.920000', '134208.380000', '134208.840000', '134209.300000', '134209.760000', '134210.220000', '134210.680000', '134211.140000', '134211.600000', '134212.060000', '134212.520000', '134212.980000', '134213.440000', '134213.900000', '134214.360000', '134214.820000', '134215.280000', '134215.740000', '134216.200000', '134216.660000', '134217.120000', '134217.580000', '134218.040000', '134218.500000', '134218.960000', '134219.420000', '134219.880000', '134220.340000', '134220.800000', '134221.260000', '134221.720000', '134222.180000', '134222.640000', '134223.100000', '134223.560000', '134224.020000', '134224.480000', '134224.940000', '134225.400000', '134225.860000', '134226.320000', '134226.780000', '134227.240000', '134227.700000', '134228.160000', '134228.620000', '134229.080000', '134229.540000', '134230.000000', '134230.460000', '134230.920000', '134231.380000', '134231.840000', '134232.300000', '134232.760000', '134233.220000', '134233.680000', '134234.140000', '134234.600000', '134235.060000', '134235.520000', '134235.980000', '134236.440000', '134236.900000', '134237.360000', '134237.820000', '134238.280000', '134238.740000', '134239.200000', '134239.660000', '134240.120000', '134240.580000', '134241.040000', '134241.500000', '134241.960000', '134242.420000', '134242.880000', '134243.340000', '134243.800000', '134244.260000', '134244.720000', '134245.180000', '134245.640000', '134246.100000', '134246.560000', '134247.020000', '134247.480000', '134247.940000', '134248.400000', '134248.860000', '134249.320000', '134249.780000', '134250.240000', '134250.700000', '134251.160000', '134251.620000', '134252.080000', '134252.540000', '134253.000000', '134253.460000', '134253.920000', '134254.380000', '134254.840000', '134255.300000', '134255.760000', '134256.220000', '134256.680000', '134257.140000', '134257.600000', '134258.060000', '134258.520000', '134258.980000', '134259.440000', '134259.900000', '134300.360000', '134300.820000', '134301.280000', '134301.740000', '134302.200000', '134302.660000', '134303.120000', '134303.580000', '134304.040000', '134304.500000', '134304.960000', '134305.420000', '134305.880000', '134306.340000', '134306.800000', '134307.260000', '134307.720000', '134308.180000', '134308.640000', '134309.100000', '134309.560000', '134310.020000', '134310.480000', '134310.940000', '134311.400000', '134311.860000', '134312.320000', '134312.780000', '134313.240000', '134313.700000', '134314.160000', '134314.620000', '134315.080000', '134315.540000', '134316.000000', '134316.460000', '134316.920000', '134317.380000', '134317.840000', '134318.300000', '134318.760000', '134319.220000', '134319.680000', '134320.140000', '134320.600000', '134321.060000', '134321.520000', '134321.980000', '134322.440000', '134322.900000', '134323.360000', '134323.820000', '134324.280000', '134324.740000', '134325.200000', '134325.660000', '134326.120000', '134326.580000', '134327.040000', '134327.500000', '134327.960000', '134328.420000', '134328.880000', '134329.340000', '134329.800000', '134330.260000', '134330.720000', '134331.180000', '134331.640000', '134332.100000', '134332.560000', '134333.020000', '134333.480000', '134333.940000', '134334.400000', '134334.860000', '134335.320000', '134335.780000', '134336.240000', '134336.700000', '134337.160000', '134337.620000', '134338.080000', '134338.540000', '134339.000000', '134339.460000', '134339.920000', '134340.380000', '134340.840000', '134341.300000', '134341.760000', '134342.220000', '134342.680000', '134343.140000', '134343.600000', '134344.060000', '134344.520000', '134344.980000', '134345.440000', '134345.900000', '134346.360000', '134346.820000', '134347.280000', '134347.740000', '134348.200000', '134348.660000', '134349.120000', '134349.580000', '134350.040000', '134350.500000', '134350.960000', '134351.420000', '134351.880000', '134352.340000', '134352.800000', '134353.260000', '134353.720000', '134354.180000', '134354.640000', '134355.100000', '134355.560000', '134356.020000', '134356.480000', '134356.940000', '134357.400000', '134357.860000', '134358.320000', '134358.780000', '134359.240000', '134359.700000', '134400.160000', '134400.620000', '134401.080000', '134401.540000', '134402.000000', '134402.460000', '134402.920000', '134403.380000', '134403.840000', '134404.300000', '134404.760000', '134405.220000', '134405.680000', '134406.140000', '134406.600000', '134407.060000', '134407.520000', '134407.980000', '134408.440000', '134408.900000', '134409.360000', '134409.820000', '134410.280000', '134410.740000', '134411.200000', '134411.660000', '134412.120000', '134412.580000', '134413.040000', '134413.500000', '134413.960000', '134414.420000', '134414.880000', '134415.340000', '134415.800000', '134416.260000', '134416.720000', '134417.180000', '134417.640000', '134418.100000', '134418.560000', '134419.020000', '134419.480000', '134419.940000', '134420.400000', '134420.860000', '134421.320000', '134421.780000', '134422.240000', '134422.700000', '134423.160000', '134423.620000', '134424.080000', '134424.540000', '134425.000000', '134425.460000', '134425.920000', '134426.380000', '134426.840000', '134427.300000', '134427.760000', '134428.220000', '134428.680000', '134429.140000', '134429.600000', '134430.060000', '134430.520000', '134430.980000', '134431.440000', '134431.900000', '134432.360000', '134432.820000', '134433.280000', '134433.740000', '134434.200000', '134434.660000', '134435.120000', '134435.580000', '134436.040000', '134436.500000', '134436.960000', '134437.420000', '134437.880000', '134438.340000', '134438.800000', '134439.260000', '134439.720000', '134440.180000', '134440.640000', '134441.100000', '134441.560000', '134442.020000', '134442.480000', '134442.940000', '134443.400000', '134443.860000', '134444.320000', '134444.780000', '134445.240000', '134445.700000', '134446.160000', '134446.620000', '134447.080000', '134447.540000', '134448.000000', '134448.460000', '134448.920000', '134449.380000', '134449.840000', '134450.300000', '134450.760000', '134451.220000', '134451.680000', '134452.140000', '134452.600000', '134453.060000', '134453.520000', '134453.980000', '134454.440000', '134454.900000', '134455.360000', '134455.820000', '134456.280000', '134456.740000', '134457.200000', '134457.660000', '134458.120000', '134458.580000', '134459.040000', '134459.500000', '134459.960000', '134500.420000', '134500.880000', '134501.340000', '134501.800000', '134502.260000', '134502.720000', '134503.180000', '134503.640000', '134504.100000', '134504.560000', '134505.020000', '134505.480000', '134505.940000', '134506.400000', '134506.860000', '134507.320000', '134507.780000', '134508.240000', '134508.700000', '134509.160000', '134509.620000', '134510.080000', '134510.540000', '134511.000000', '134511.460000', '134511.920000', '134512.380000', '134512.840000', '134513.300000', '134513.760000', '134514.220000', '134514.680000', '134515.140000', '134515.600000', '134516.060000', '134516.520000', '134516.980000', '134517.440000', '134517.900000', '134518.360000', '134518.820000', '134519.280000', '134519.740000', '134520.200000', '134520.660000', '134521.120000', '134521.580000', '134522.040000', '134522.500000', '134522.960000', '134523.420000', '134523.880000', '134524.340000', '134524.800000', '134525.260000', '134525.720000', '134526.180000', '134526.640000', '134527.100000', '134527.560000', '134528.020000', '134528.480000', '134528.940000', '134529.400000', '134529.860000', '134530.320000', '134530.780000', '134531.240000', '134531.700000', '134532.160000', '134532.620000', '134533.080000', '134533.540000', '134534.000000', '134534.460000', '134534.920000', '134535.380000', '134535.840000', '134536.300000', '134536.760000', '134537.220000', '134537.680000', '134538.140000', '134538.600000', '134539.060000', '134539.520000', '134539.980000', '134540.440000', '134540.900000', '134541.360000', '134541.820000', '134542.280000', '134542.740000', '134543.200000', '134543.660000', '134544.120000', '134544.580000', '134545.040000', '134545.500000', '134545.960000', '134546.420000', '134546.880000', '134547.340000', '134547.800000', '134548.260000', '134548.720000', '134549.180000', '134549.640000', '134550.100000', '134550.560000', '134551.020000', '134551.480000', '134551.940000', '134552.400000', '134552.860000', '134553.320000', '134553.780000', '134554.240000', '134554.700000', '134555.160000', '134555.620000', '134556.080000', '134556.540000', '134557.000000', '134557.460000', '134557.920000', '134558.380000', '134558.840000', '134559.300000', '134559.760000', '134600.220000', '134600.680000', '134601.140000', '134601.600000', '134602.060000', '134602.520000', '134602.980000', '134603.440000', '134603.900000', '134604.360000', '134604.820000', '134605.280000', '134605.740000', '134606.200000', '134606.660000', '134607.120000', '134607.580000', '134608.040000', '134608.500000', '134608.960000', '134609.420000', '134609.880000', '134610.340000', '134610.800000', '134611.260000', '134611.720000', '134612.180000', '134612.640000', '134613.100000', '134613.560000', '134614.020000', '134614.480000', '134614.940000', '134615.400000', '134615.860000', '134616.320000', '134616.780000', '134617.240000', '134617.700000', '134618.160000', '134618.620000', '134619.080000', '134619.540000', '134620.000000', '134620.460000', '134620.920000', '134621.380000', '134621.840000', '134622.300000', '134622.760000', '134623.220000', '134623.680000', '134624.140000', '134624.600000', '134625.060000', '134625.520000', '134625.980000', '134626.440000', '134626.900000', '134627.360000', '134627.820000', '134628.280000', '134628.740000', '134629.200000', '134629.660000', '134630.120000', '134630.580000', '134631.040000', '134631.500000', '134631.960000', '134632.420000', '134632.880000', '134633.340000', '134633.800000', '134634.260000', '134634.720000', '134635.180000', '134635.640000', '134636.100000', '134636.560000', '134637.020000', '134637.480000', '134637.940000', '134638.400000', '134638.860000', '134639.320000', '134639.780000', '134640.240000', '134640.700000', '134641.160000', '134641.620000', '134642.080000', '134642.540000', '134643.000000', '134643.460000', '134643.920000', '134644.380000', '134644.840000', '134645.300000', '134645.760000', '134646.220000', '134646.680000', '134647.140000', '134647.600000', '134648.060000', '134648.520000', '134648.980000', '134649.440000', '134649.900000', '134650.360000', '134650.820000', '134651.280000', '134651.740000', '134652.200000', '134652.660000', '134653.120000', '134653.580000', '134654.040000', '134654.500000', '134654.960000', '134655.420000', '134655.880000', '134656.340000', '134656.800000', '134657.260000', '134657.720000', '134658.180000', '134658.640000', '134659.100000', '134659.560000', '134700.020000', '134700.480000', '134700.940000', '134701.400000', '134701.860000', '134702.320000', '134702.780000', '134703.240000', '134703.700000', '134704.160000', '134704.620000', '134705.080000', '134705.540000', '134706.000000', '134706.460000', '134706.920000', '134707.380000', '134707.840000', '134708.300000', '134708.760000', '134709.220000', '134709.680000', '134710.140000', '134710.600000', '134711.060000', '134711.520000', '134711.980000', '134712.440000', '134712.900000', '134713.360000', '134713.820000', '134714.280000', '134714.740000', '134715.200000', '134715.660000', '134716.120000', '134716.580000', '134717.040000', '134717.500000', '134717.960000', '134718.420000', '134718.880000', '134719.340000', '134719.800000', '134720.260000', '134720.720000', '134721.180000', '134721.640000', '134722.100000', '134722.560000', '134723.020000', '134723.480000', '134723.940000', '134724.400000', '134724.860000', '134725.320000', '134725.780000', '134726.240000', '134726.700000', '134727.160000', '134727.620000', '134728.080000', '134728.540000', '134729.000000', '134729.460000', '134729.920000', '134730.380000', '134730.840000', '134731.300000', '134731.760000', '134732.220000', '134732.680000', '134733.140000', '134733.600000', '134734.060000', '134734.520000', '134734.980000', '134735.440000', '134735.900000', '134736.360000', '134736.820000', '134737.280000', '134737.740000', '134738.200000', '134738.660000', '134739.120000', '134739.580000', '134740.040000', '134740.500000', '134740.960000', '134741.420000', '134741.880000', '134742.340000', '134742.800000', '134743.260000', '134743.720000', '134744.180000', '134744.640000', '134745.100000', '134745.560000', '134746.020000', '134746.480000', '134746.940000', '134747.400000', '134747.860000', '134748.320000', '134748.780000', '134749.240000', '134749.700000', '134750.160000', '134750.620000', '134751.080000', '134751.540000', '134752.000000', '134752.460000', '134752.920000', '134753.380000', '134753.840000', '134754.300000', '134754.760000', '134755.220000', '134755.680000', '134756.140000', '134756.600000', '134757.060000', '134757.520000', '134757.980000', '134758.440000', '134758.900000', '134759.360000', '134759.820000'], 'ContentTime': ['134123.947000', '134123.951000', '134123.954000', '134123.957000', '134123.961000', '134123.964000', '134143.913000', '134143.916000', '134143.919000', '134143.922000', '134143.925000', '134143.928000', '134143.931000', '134143.933000', '134143.936000', '134143.939000', '134143.942000', '134143.945000', '134143.948000', '134143.951000', '134143.953000', '134143.956000', '134143.959000', '134143.962000', '134143.965000', '134143.968000', '134143.971000', '134143.981000', '134143.984000', '134143.987000', '134143.990000', '134143.993000', '134143.995000', '134143.998000', '134144.002000', '134144.005000', '134144.008000', '134144.011000', '134144.013000', '134144.016000', '134144.019000', '134144.022000', '134144.025000', '134144.028000', '134144.030000', '134144.033000', '134144.036000', '134144.039000', '134144.047000', '134144.049000', '134144.052000', '134144.055000', '134203.913000', '134203.916000', '134203.919000', '134203.922000', '134203.924000', '134203.927000', '134203.930000', '134203.933000', '134203.936000', '134203.939000', '134203.942000', '134203.944000', '134203.947000', '134203.950000', '134203.953000', '134203.956000', '134203.959000', '134203.973000', '134203.975000', '134203.978000', '134203.981000', '134203.984000', '134203.987000', '134203.990000', '134204.002000', '134204.005000', '134204.007000', '134204.010000', '134204.013000', '134204.016000', '134204.025000', '134204.028000', '134204.031000', '134204.034000', '134204.039000', '134204.043000', '134204.046000', '134204.049000', '134204.052000', '134204.054000', '134204.057000', '134204.060000', '134204.063000', '134223.913000', '134223.916000', '134223.919000', '134223.922000', '134223.924000', '134223.927000', '134223.930000', '134223.933000', '134223.936000', '134223.939000', '134223.942000', '134223.945000', '134223.947000', '134223.950000', '134223.953000', '134223.956000', '134223.959000', '134223.962000', '134223.965000', '134223.968000', '134223.970000', '134223.973000', '134223.976000', '134223.979000', '134223.982000', '134223.985000', '134223.988000', '134223.990000', '134223.993000', '134223.996000', '134224.000000', '134224.003000', '134224.006000', '134224.009000', '134224.012000', '134224.014000', '134224.017000', '134224.020000', '134224.023000', '134224.026000', '134224.028000', '134224.031000', '134224.034000', '134224.037000', '134243.914000', '134243.917000', '134243.920000', '134243.923000', '134243.925000', '134243.928000', '134243.931000', '134243.934000', '134243.937000', '134243.940000', '134243.942000', '134243.945000', '134243.952000', '134243.955000', '134243.959000', '134243.963000', '134243.966000', '134243.968000', '134243.971000', '134243.974000', '134243.977000', '134243.980000', '134243.983000', '134243.986000', '134243.988000', '134243.991000', '134243.994000', '134244.002000', '134244.005000', '134244.008000', '134244.011000', '134244.014000', '134244.017000', '134244.020000', '134244.023000', '134244.026000', '134244.028000', '134244.032000', '134244.037000', '134244.041000', '134244.043000', '134244.046000', '134244.049000', '134303.913000', '134303.916000', '134303.919000', '134303.921000', '134303.924000', '134303.927000', '134303.930000', '134303.933000', '134303.936000', '134303.939000', '134303.942000', '134303.944000', '134303.948000', '134303.950000', '134303.953000', '134303.956000', '134303.959000', '134303.962000', '134303.965000', '134303.968000', '134303.971000', '134303.974000', '134303.976000', '134303.979000', '134303.982000', '134303.985000', '134303.988000', '134303.991000', '134303.994000', '134303.997000', '134304.001000', '134304.004000', '134304.006000', '134304.009000', '134304.012000', '134304.015000', '134304.018000', '134304.021000', '134304.023000', '134304.026000', '134304.029000', '134304.032000', '134304.038000', '134304.041000', '134323.913000', '134323.916000', '134323.919000', '134323.922000', '134323.924000', '134323.927000', '134323.930000', '134323.933000', '134323.936000', '134323.939000', '134323.942000', '134323.945000', '134323.948000', '134323.950000', '134323.961000', '134323.964000', '134323.967000', '134323.970000', '134323.973000', '134323.976000', '134323.978000', '134323.981000', '134323.984000', '134323.987000', '134323.990000', '134323.993000', '134323.996000', '134324.000000', '134324.003000', '134324.005000', '134324.009000', '134324.011000', '134324.014000', '134324.017000', '134324.020000', '134324.023000', '134324.026000', '134324.029000', '134324.032000', '134324.034000', '134324.037000', '134324.040000', '134324.043000', '134343.913000', '134343.916000', '134343.919000', '134343.921000', '134343.924000', '134343.927000', '134343.930000', '134343.933000', '134343.936000', '134343.939000', '134343.941000', '134343.944000', '134343.947000', '134343.950000', '134343.953000', '134343.956000', '134343.958000', '134343.961000', '134343.964000', '134343.967000', '134343.970000', '134343.973000', '134343.975000', '134343.978000', '134343.981000', '134343.984000', '134343.987000', '134343.989000', '134344.000000', '134344.003000', '134344.006000', '134344.009000', '134344.011000', '134344.014000', '134344.017000', '134344.020000', '134344.023000', '134344.026000', '134344.039000', '134344.041000', '134344.044000', '134344.047000', '134344.050000', '134344.053000', '134403.913000', '134403.916000', '134403.919000', '134403.921000', '134403.924000', '134403.927000', '134403.930000', '134403.933000', '134403.936000', '134403.939000', '134403.941000', '134403.944000', '134403.947000', '134403.950000', '134403.953000', '134403.956000', '134403.959000', '134403.962000', '134403.964000', '134403.967000', '134403.970000', '134403.973000', '134403.976000', '134403.978000', '134403.981000', '134403.984000', '134403.987000', '134403.990000', '134403.993000', '134403.997000', '134404.001000', '134404.004000', '134404.006000', '134404.009000', '134404.012000', '134404.015000', '134404.018000', '134404.021000', '134404.023000', '134404.026000', '134404.029000', '134404.032000', '134404.035000', '134423.913000', '134423.916000', '134423.919000', '134423.921000', '134423.924000', '134423.927000', '134423.930000', '134423.933000', '134423.936000', '134423.939000', '134423.941000', '134423.944000', '134423.947000', '134423.950000', '134423.953000', '134423.956000', '134423.959000', '134423.961000', '134423.964000', '134423.967000', '134423.970000', '134423.973000', '134423.976000', '134423.979000', '134423.982000', '134423.984000', '134423.987000', '134423.990000', '134423.993000', '134423.996000', '134424.000000', '134424.003000', '134424.005000', '134424.008000', '134424.011000', '134424.014000', '134424.017000', '134424.020000', '134424.022000', '134424.025000', '134424.028000', '134424.031000', '134424.034000', '134424.037000', '134443.913000', '134443.916000', '134443.919000', '134443.921000', '134443.924000', '134443.927000', '134443.930000', '134443.933000', '134443.936000', '134443.938000', '134443.941000', '134443.944000', '134443.947000', '134443.950000', '134443.953000', '134443.956000', '134443.959000', '134443.962000', '134443.964000', '134443.967000', '134443.970000', '134443.973000', '134443.976000', '134443.979000', '134443.981000', '134443.984000', '134443.987000', '134443.990000', '134443.993000', '134443.996000', '134444.000000', '134444.002000', '134444.005000', '134444.008000', '134444.011000', '134444.014000', '134444.016000', '134444.019000', '134444.022000', '134444.025000', '134444.028000', '134444.031000', '134444.034000', '134503.914000', '134503.917000', '134503.920000', '134503.923000', '134503.926000', '134503.928000', '134503.931000', '134503.934000', '134503.937000', '134503.940000', '134503.943000', '134503.946000', '134503.948000', '134503.951000', '134503.954000', '134503.957000', '134503.960000', '134503.963000', '134503.965000', '134503.968000', '134503.971000', '134503.974000', '134503.977000', '134503.980000', '134503.983000', '134503.986000', '134503.988000', '134503.991000', '134503.994000', '134503.997000', '134504.000000', '134504.003000', '134504.006000', '134504.008000', '134504.011000', '134504.014000', '134504.017000', '134504.020000', '134504.023000', '134504.026000', '134504.028000', '134504.031000', '134504.034000', '134523.913000', '134523.916000', '134523.919000', '134523.922000', '134523.925000', '134523.927000', '134523.930000', '134523.933000', '134523.936000', '134523.939000', '134523.956000', '134523.959000', '134523.962000', '134523.965000', '134523.968000', '134523.971000', '134523.973000', '134523.976000', '134523.979000', '134523.982000', '134523.985000', '134523.988000', '134523.991000', '134523.993000', '134523.996000', '134524.000000', '134524.003000', '134524.006000', '134524.009000', '134524.012000', '134524.014000', '134524.017000', '134524.020000', '134524.023000', '134524.026000', '134524.029000', '134524.031000', '134524.036000', '134524.039000', '134524.042000', '134524.044000', '134524.047000', '134524.050000', '134524.053000', '134543.913000', '134543.916000', '134543.919000', '134543.922000', '134543.925000', '134543.927000', '134543.930000', '134543.933000', '134543.936000', '134543.939000', '134543.942000', '134543.945000', '134543.948000', '134543.950000', '134543.953000', '134543.956000', '134543.959000', '134543.962000', '134543.965000', '134543.968000', '134543.970000', '134543.973000', '134543.976000', '134543.979000', '134543.982000', '134543.985000', '134543.988000', '134543.990000', '134543.993000', '134543.996000', '134544.000000', '134544.003000', '134544.006000', '134544.009000', '134544.012000', '134544.014000', '134544.017000', '134544.020000', '134544.023000', '134544.026000', '134544.029000', '134544.031000', '134544.034000', '134544.037000', '134603.913000', '134603.916000', '134603.919000', '134603.921000', '134603.924000', '134603.927000', '134603.930000', '134603.933000', '134603.936000', '134603.939000', '134603.942000', '134603.945000', '134603.948000', '134603.950000', '134603.953000', '134603.956000', '134603.959000', '134603.962000', '134603.965000', '134603.968000', '134603.970000', '134603.973000', '134603.976000', '134603.979000', '134603.982000', '134603.985000', '134603.988000', '134603.991000', '134603.993000', '134603.996000', '134604.000000', '134604.003000', '134604.006000', '134604.009000', '134604.011000', '134604.014000', '134604.017000', '134604.020000', '134604.023000', '134604.026000', '134604.028000', '134604.031000', '134604.034000', '134623.913000', '134623.916000', '134623.919000', '134623.922000', '134623.925000', '134623.927000', '134623.930000', '134623.933000', '134623.936000', '134623.939000', '134623.942000', '134623.945000', '134623.947000', '134623.950000', '134623.953000', '134623.956000', '134623.959000', '134623.962000', '134623.964000', '134623.967000', '134623.970000', '134623.973000', '134623.976000', '134623.979000', '134623.982000', '134623.985000', '134623.987000', '134623.990000', '134623.993000', '134623.996000', '134624.004000', '134624.007000', '134624.010000', '134624.012000', '134624.015000', '134624.018000', '134624.021000', '134624.024000', '134624.027000', '134624.029000', '134624.032000', '134624.035000', '134624.038000', '134624.041000', '134643.913000', '134643.916000', '134643.919000', '134643.921000', '134643.924000', '134643.927000', '134643.930000', '134643.933000', '134643.936000', '134643.939000', '134643.942000', '134643.944000', '134643.947000', '134643.950000', '134643.953000', '134643.956000', '134643.959000', '134643.961000', '134643.964000', '134643.979000', '134643.981000', '134643.984000', '134643.987000', '134643.990000', '134643.993000', '134643.996000', '134644.000000', '134644.002000', '134644.005000', '134644.008000', '134644.011000', '134644.014000', '134644.017000', '134644.020000', '134644.022000', '134644.025000', '134644.028000', '134644.031000', '134644.034000', '134644.037000', '134644.039000', '134644.042000', '134644.045000', '134703.913000', '134703.917000', '134703.922000', '134703.925000', '134703.928000', '134703.931000', '134703.934000', '134703.937000', '134703.940000', '134703.943000', '134703.945000', '134703.948000', '134703.951000', '134703.954000', '134703.957000', '134703.960000', '134703.962000', '134703.965000', '134703.968000', '134703.971000', '134703.974000', '134703.977000', '134703.979000', '134703.982000', '134703.985000', '134703.988000', '134703.991000', '134703.994000', '134703.997000', '134704.000000', '134704.003000', '134704.006000', '134704.009000', '134704.012000', '134704.015000', '134704.018000', '134704.020000', '134704.023000', '134704.026000', '134704.039000', '134704.042000', '134704.045000', '134704.048000', '134723.914000', '134723.925000', '134723.928000', '134723.931000', '134723.934000', '134723.937000', '134723.940000', '134723.942000', '134723.945000', '134723.948000', '134723.951000', '134723.954000', '134723.957000', '134723.960000', '134723.963000', '134723.965000', '134723.968000', '134723.971000', '134723.974000', '134723.977000', '134723.980000', '134723.983000', '134723.985000', '134723.988000', '134723.991000', '134723.994000', '134723.997000', '134724.000000', '134724.003000', '134724.006000', '134724.008000', '134724.011000', '134724.014000', '134724.017000', '134724.020000', '134724.023000', '134724.026000', '134724.029000', '134724.031000', '134724.034000', '134724.038000', '134724.041000', '134724.044000', '134724.047000', '134743.913000', '134743.916000', '134743.919000', '134743.922000', '134743.925000', '134743.928000', '134743.931000', '134743.934000', '134743.936000', '134743.939000', '134743.942000', '134743.945000', '134743.948000', '134743.974000', '134743.977000', '134743.980000', '134743.982000', '134743.985000', '134743.988000', '134743.991000', '134743.994000', '134743.997000', '134744.000000', '134744.003000', '134744.006000', '134744.009000', '134744.012000', '134744.015000', '134744.018000', '134744.020000', '134744.023000', '134744.026000', '134744.029000', '134744.032000', '134744.035000', '134744.037000', '134744.040000', '134744.043000', '134744.046000', '134744.049000', '134744.052000', '134744.055000', '134744.057000', '134801.021000', '134801.024000', '134801.027000', '134801.031000', '134801.034000', '134801.037000', '134801.040000', '134801.043000', '134801.046000', '134801.049000', '134801.052000', '134801.055000', '134801.058000', '134801.061000', '134801.064000', '134801.067000', '134801.070000', '134801.073000', '134801.076000', '134801.079000', '134801.082000', '134801.084000', '134801.087000', '134801.090000', '134801.093000', '134801.096000', '134801.099000', '134801.102000', '134801.105000', '134801.107000', '134801.110000', '134801.125000', '134801.129000', '134801.141000', '134801.144000', '134801.147000', '134801.150000', '134801.153000'], 'InstanceCreationTime': ['134123.947000', '134123.951000', '134123.954000', '134123.957000', '134123.961000', '134123.964000', '134143.913000', '134143.916000', '134143.919000', '134143.922000', '134143.925000', '134143.928000', '134143.931000', '134143.933000', '134143.936000', '134143.939000', '134143.942000', '134143.945000', '134143.948000', '134143.951000', '134143.953000', '134143.956000', '134143.959000', '134143.962000', '134143.965000', '134143.968000', '134143.971000', '134143.981000', '134143.984000', '134143.987000', '134143.990000', '134143.993000', '134143.995000', '134143.998000', '134144.002000', '134144.005000', '134144.008000', '134144.011000', '134144.013000', '134144.016000', '134144.019000', '134144.022000', '134144.025000', '134144.028000', '134144.030000', '134144.033000', '134144.036000', '134144.039000', '134144.047000', '134144.049000', '134144.052000', '134144.055000', '134203.913000', '134203.916000', '134203.919000', '134203.922000', '134203.924000', '134203.927000', '134203.930000', '134203.933000', '134203.936000', '134203.939000', '134203.942000', '134203.944000', '134203.947000', '134203.950000', '134203.953000', '134203.956000', '134203.959000', '134203.973000', '134203.975000', '134203.978000', '134203.981000', '134203.984000', '134203.987000', '134203.990000', '134204.002000', '134204.005000', '134204.007000', '134204.010000', '134204.013000', '134204.016000', '134204.025000', '134204.028000', '134204.031000', '134204.034000', '134204.039000', '134204.043000', '134204.046000', '134204.049000', '134204.052000', '134204.054000', '134204.057000', '134204.060000', '134204.063000', '134223.913000', '134223.916000', '134223.919000', '134223.922000', '134223.924000', '134223.927000', '134223.930000', '134223.933000', '134223.936000', '134223.939000', '134223.942000', '134223.945000', '134223.947000', '134223.950000', '134223.953000', '134223.956000', '134223.959000', '134223.962000', '134223.965000', '134223.968000', '134223.970000', '134223.973000', '134223.976000', '134223.979000', '134223.982000', '134223.985000', '134223.988000', '134223.990000', '134223.993000', '134223.996000', '134224.000000', '134224.003000', '134224.006000', '134224.009000', '134224.012000', '134224.014000', '134224.017000', '134224.020000', '134224.023000', '134224.026000', '134224.028000', '134224.031000', '134224.034000', '134224.037000', '134243.914000', '134243.917000', '134243.920000', '134243.923000', '134243.925000', '134243.928000', '134243.931000', '134243.934000', '134243.937000', '134243.940000', '134243.942000', '134243.945000', '134243.952000', '134243.955000', '134243.959000', '134243.963000', '134243.966000', '134243.968000', '134243.971000', '134243.974000', '134243.977000', '134243.980000', '134243.983000', '134243.986000', '134243.988000', '134243.991000', '134243.994000', '134244.002000', '134244.005000', '134244.008000', '134244.011000', '134244.014000', '134244.017000', '134244.020000', '134244.023000', '134244.026000', '134244.028000', '134244.032000', '134244.037000', '134244.041000', '134244.043000', '134244.046000', '134244.049000', '134303.913000', '134303.916000', '134303.919000', '134303.921000', '134303.924000', '134303.927000', '134303.930000', '134303.933000', '134303.936000', '134303.939000', '134303.942000', '134303.944000', '134303.948000', '134303.950000', '134303.953000', '134303.956000', '134303.959000', '134303.962000', '134303.965000', '134303.968000', '134303.971000', '134303.974000', '134303.976000', '134303.979000', '134303.982000', '134303.985000', '134303.988000', '134303.991000', '134303.994000', '134303.997000', '134304.001000', '134304.004000', '134304.006000', '134304.009000', '134304.012000', '134304.015000', '134304.018000', '134304.021000', '134304.023000', '134304.026000', '134304.029000', '134304.032000', '134304.038000', '134304.041000', '134323.913000', '134323.916000', '134323.919000', '134323.922000', '134323.924000', '134323.927000', '134323.930000', '134323.933000', '134323.936000', '134323.939000', '134323.942000', '134323.945000', '134323.948000', '134323.950000', '134323.961000', '134323.964000', '134323.967000', '134323.970000', '134323.973000', '134323.976000', '134323.978000', '134323.981000', '134323.984000', '134323.987000', '134323.990000', '134323.993000', '134323.996000', '134324.000000', '134324.003000', '134324.005000', '134324.009000', '134324.011000', '134324.014000', '134324.017000', '134324.020000', '134324.023000', '134324.026000', '134324.029000', '134324.032000', '134324.034000', '134324.037000', '134324.040000', '134324.043000', '134343.913000', '134343.916000', '134343.919000', '134343.921000', '134343.924000', '134343.927000', '134343.930000', '134343.933000', '134343.936000', '134343.939000', '134343.941000', '134343.944000', '134343.947000', '134343.950000', '134343.953000', '134343.956000', '134343.958000', '134343.961000', '134343.964000', '134343.967000', '134343.970000', '134343.973000', '134343.975000', '134343.978000', '134343.981000', '134343.984000', '134343.987000', '134343.989000', '134344.000000', '134344.003000', '134344.006000', '134344.009000', '134344.011000', '134344.014000', '134344.017000', '134344.020000', '134344.023000', '134344.026000', '134344.039000', '134344.041000', '134344.044000', '134344.047000', '134344.050000', '134344.053000', '134403.913000', '134403.916000', '134403.919000', '134403.921000', '134403.924000', '134403.927000', '134403.930000', '134403.933000', '134403.936000', '134403.939000', '134403.941000', '134403.944000', '134403.947000', '134403.950000', '134403.953000', '134403.956000', '134403.959000', '134403.962000', '134403.964000', '134403.967000', '134403.970000', '134403.973000', '134403.976000', '134403.978000', '134403.981000', '134403.984000', '134403.987000', '134403.990000', '134403.993000', '134403.997000', '134404.001000', '134404.004000', '134404.006000', '134404.009000', '134404.012000', '134404.015000', '134404.018000', '134404.021000', '134404.023000', '134404.026000', '134404.029000', '134404.032000', '134404.035000', '134423.913000', '134423.916000', '134423.919000', '134423.921000', '134423.924000', '134423.927000', '134423.930000', '134423.933000', '134423.936000', '134423.939000', '134423.941000', '134423.944000', '134423.947000', '134423.950000', '134423.953000', '134423.956000', '134423.959000', '134423.961000', '134423.964000', '134423.967000', '134423.970000', '134423.973000', '134423.976000', '134423.979000', '134423.982000', '134423.984000', '134423.987000', '134423.990000', '134423.993000', '134423.996000', '134424.000000', '134424.003000', '134424.005000', '134424.008000', '134424.011000', '134424.014000', '134424.017000', '134424.020000', '134424.022000', '134424.025000', '134424.028000', '134424.031000', '134424.034000', '134424.037000', '134443.913000', '134443.916000', '134443.919000', '134443.921000', '134443.924000', '134443.927000', '134443.930000', '134443.933000', '134443.936000', '134443.938000', '134443.941000', '134443.944000', '134443.947000', '134443.950000', '134443.953000', '134443.956000', '134443.959000', '134443.962000', '134443.964000', '134443.967000', '134443.970000', '134443.973000', '134443.976000', '134443.979000', '134443.981000', '134443.984000', '134443.987000', '134443.990000', '134443.993000', '134443.996000', '134444.000000', '134444.002000', '134444.005000', '134444.008000', '134444.011000', '134444.014000', '134444.016000', '134444.019000', '134444.022000', '134444.025000', '134444.028000', '134444.031000', '134444.034000', '134503.914000', '134503.917000', '134503.920000', '134503.923000', '134503.926000', '134503.928000', '134503.931000', '134503.934000', '134503.937000', '134503.940000', '134503.943000', '134503.946000', '134503.948000', '134503.951000', '134503.954000', '134503.957000', '134503.960000', '134503.963000', '134503.965000', '134503.968000', '134503.971000', '134503.974000', '134503.977000', '134503.980000', '134503.983000', '134503.986000', '134503.988000', '134503.991000', '134503.994000', '134503.997000', '134504.000000', '134504.003000', '134504.006000', '134504.008000', '134504.011000', '134504.014000', '134504.017000', '134504.020000', '134504.023000', '134504.026000', '134504.028000', '134504.031000', '134504.034000', '134523.913000', '134523.916000', '134523.919000', '134523.922000', '134523.925000', '134523.927000', '134523.930000', '134523.933000', '134523.936000', '134523.939000', '134523.956000', '134523.959000', '134523.962000', '134523.965000', '134523.968000', '134523.971000', '134523.973000', '134523.976000', '134523.979000', '134523.982000', '134523.985000', '134523.988000', '134523.991000', '134523.993000', '134523.996000', '134524.000000', '134524.003000', '134524.006000', '134524.009000', '134524.012000', '134524.014000', '134524.017000', '134524.020000', '134524.023000', '134524.026000', '134524.029000', '134524.031000', '134524.036000', '134524.039000', '134524.042000', '134524.044000', '134524.047000', '134524.050000', '134524.053000', '134543.913000', '134543.916000', '134543.919000', '134543.922000', '134543.925000', '134543.927000', '134543.930000', '134543.933000', '134543.936000', '134543.939000', '134543.942000', '134543.945000', '134543.948000', '134543.950000', '134543.953000', '134543.956000', '134543.959000', '134543.962000', '134543.965000', '134543.968000', '134543.970000', '134543.973000', '134543.976000', '134543.979000', '134543.982000', '134543.985000', '134543.988000', '134543.990000', '134543.993000', '134543.996000', '134544.000000', '134544.003000', '134544.006000', '134544.009000', '134544.012000', '134544.014000', '134544.017000', '134544.020000', '134544.023000', '134544.026000', '134544.029000', '134544.031000', '134544.034000', '134544.037000', '134603.913000', '134603.916000', '134603.919000', '134603.921000', '134603.924000', '134603.927000', '134603.930000', '134603.933000', '134603.936000', '134603.939000', '134603.942000', '134603.945000', '134603.948000', '134603.950000', '134603.953000', '134603.956000', '134603.959000', '134603.962000', '134603.965000', '134603.968000', '134603.970000', '134603.973000', '134603.976000', '134603.979000', '134603.982000', '134603.985000', '134603.988000', '134603.991000', '134603.993000', '134603.996000', '134604.000000', '134604.003000', '134604.006000', '134604.009000', '134604.011000', '134604.014000', '134604.017000', '134604.020000', '134604.023000', '134604.026000', '134604.028000', '134604.031000', '134604.034000', '134623.913000', '134623.916000', '134623.919000', '134623.922000', '134623.925000', '134623.927000', '134623.930000', '134623.933000', '134623.936000', '134623.939000', '134623.942000', '134623.945000', '134623.947000', '134623.950000', '134623.953000', '134623.956000', '134623.959000', '134623.962000', '134623.964000', '134623.967000', '134623.970000', '134623.973000', '134623.976000', '134623.979000', '134623.982000', '134623.985000', '134623.987000', '134623.990000', '134623.993000', '134623.996000', '134624.004000', '134624.007000', '134624.010000', '134624.012000', '134624.015000', '134624.018000', '134624.021000', '134624.024000', '134624.027000', '134624.029000', '134624.032000', '134624.035000', '134624.038000', '134624.041000', '134643.913000', '134643.916000', '134643.919000', '134643.921000', '134643.924000', '134643.927000', '134643.930000', '134643.933000', '134643.936000', '134643.939000', '134643.942000', '134643.944000', '134643.947000', '134643.950000', '134643.953000', '134643.956000', '134643.959000', '134643.961000', '134643.964000', '134643.979000', '134643.981000', '134643.984000', '134643.987000', '134643.990000', '134643.993000', '134643.996000', '134644.000000', '134644.002000', '134644.005000', '134644.008000', '134644.011000', '134644.014000', '134644.017000', '134644.020000', '134644.022000', '134644.025000', '134644.028000', '134644.031000', '134644.034000', '134644.037000', '134644.039000', '134644.042000', '134644.045000', '134703.913000', '134703.917000', '134703.922000', '134703.925000', '134703.928000', '134703.931000', '134703.934000', '134703.937000', '134703.940000', '134703.943000', '134703.945000', '134703.948000', '134703.951000', '134703.954000', '134703.957000', '134703.960000', '134703.962000', '134703.965000', '134703.968000', '134703.971000', '134703.974000', '134703.977000', '134703.979000', '134703.982000', '134703.985000', '134703.988000', '134703.991000', '134703.994000', '134703.997000', '134704.000000', '134704.003000', '134704.006000', '134704.009000', '134704.012000', '134704.015000', '134704.018000', '134704.020000', '134704.023000', '134704.026000', '134704.039000', '134704.042000', '134704.045000', '134704.048000', '134723.914000', '134723.925000', '134723.928000', '134723.931000', '134723.934000', '134723.937000', '134723.940000', '134723.942000', '134723.945000', '134723.948000', '134723.951000', '134723.954000', '134723.957000', '134723.960000', '134723.963000', '134723.965000', '134723.968000', '134723.971000', '134723.974000', '134723.977000', '134723.980000', '134723.983000', '134723.985000', '134723.988000', '134723.991000', '134723.994000', '134723.997000', '134724.000000', '134724.003000', '134724.006000', '134724.008000', '134724.011000', '134724.014000', '134724.017000', '134724.020000', '134724.023000', '134724.026000', '134724.029000', '134724.031000', '134724.034000', '134724.038000', '134724.041000', '134724.044000', '134724.047000', '134743.913000', '134743.916000', '134743.919000', '134743.922000', '134743.925000', '134743.928000', '134743.931000', '134743.934000', '134743.936000', '134743.939000', '134743.942000', '134743.945000', '134743.948000', '134743.974000', '134743.977000', '134743.980000', '134743.982000', '134743.985000', '134743.988000', '134743.991000', '134743.994000', '134743.997000', '134744.000000', '134744.003000', '134744.006000', '134744.009000', '134744.012000', '134744.015000', '134744.018000', '134744.020000', '134744.023000', '134744.026000', '134744.029000', '134744.032000', '134744.035000', '134744.037000', '134744.040000', '134744.043000', '134744.046000', '134744.049000', '134744.052000', '134744.055000', '134744.057000', '134801.021000', '134801.024000', '134801.027000', '134801.031000', '134801.034000', '134801.037000', '134801.040000', '134801.043000', '134801.046000', '134801.049000', '134801.052000', '134801.055000', '134801.058000', '134801.061000', '134801.064000', '134801.067000', '134801.070000', '134801.073000', '134801.076000', '134801.079000', '134801.082000', '134801.084000', '134801.087000', '134801.090000', '134801.093000', '134801.096000', '134801.099000', '134801.102000', '134801.105000', '134801.107000', '134801.110000', '134801.125000', '134801.129000', '134801.141000', '134801.144000', '134801.147000', '134801.150000', '134801.153000'], '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': [17641, 12819, 15871, 17124, 16794, 19109, 14147, 15683, 10766, 15089, 18426, 14611, 15988, 12291, 15716, 10886, 13619, 15773, 12509, 14015, 10986, 12725, 9200, 12462, 13900, 11887, 14340, 10790, 12386, 9367, 11998, 14768, 10957, 13057, 9713, 11942, 14012, 10209, 13132, 10410, 12490, 10607, 10364, 13255, 10628, 12814, 9175, 12297, 14853, 10697, 13471, 9627, 12367, 15111, 10176, 13176, 10162, 12044, 9496, 10558, 12295, 9555, 11886, 9865, 9293, 12350, 11255, 12757, 10649, 9412, 13966, 11046, 13758, 11974, 13752, 10245, 14597, 9635, 13665, 16487, 12543, 16461, 12068, 14990, 11239, 20233, 17105, 13617, 16321, 12861, 14998, 12412, 14606, 12986, 14301, 11789, 14621, 11008, 14484, 11019, 13690, 10216, 14014, 9284, 11375, 15087, 10338, 13799, 10343, 12649, 9104, 12117, 14613, 10411, 13165, 11093, 12910, 9217, 11944, 15275, 10551, 13226, 10622, 13434, 9234, 12360, 15821, 10973, 14202, 11180, 13808, 9222, 12536, 10266, 11017, 9401, 12373, 9421, 12732, 14680, 9811, 13507, 10770, 12600, 9565, 11983, 12523, 11205, 11105, 11472, 10635, 15614, 11542, 15215, 9423, 14132, 14480, 11428, 14375, 10092, 13047, 13110, 11202, 17209, 14039, 16389, 12969, 14557, 20860, 15418, 18346, 13091, 14364, 20445, 13242, 14485, 9568, 13833, 14768, 12566, 14232, 9302, 13378, 9689, 11841, 13553, 10861, 12012, 9642, 11166, 9735, 10655, 9014, 9017, 12792, 9534, 14051, 9061, 12886, 11723, 12701, 15996, 11649, 12502, 8901, 13179, 8978, 12969, 10219, 13797, 9961, 13913, 12003, 12074, 15253, 12590, 14100, 10153, 13473, 10017, 10988, 14782, 11079, 13711, 9903, 12791, 12485, 10729, 14600, 11539, 13334, 9253, 12109, 11540, 10057, 14322, 11209, 13133, 10189, 12100, 9672, 10717, 13973, 10205, 13239, 10130, 11944, 9995, 10569, 13673, 10401, 13283, 10675, 12543, 10031, 13175, 10371, 13421, 11220, 13806, 9176, 13593, 9122, 11927, 12314, 11459, 14218, 11394, 13780, 11068, 14141, 9971, 13767, 16211, 11543, 14865, 11510, 14004, 9679, 13412, 16480, 11194, 15367, 11813, 14401, 9714, 13182, 14254, 11121, 15119, 12038, 13694, 10090, 13350, 9369, 11714, 14512, 11069, 13764, 11589, 14036, 9813, 13065, 9357, 13333, 14642, 11809, 14261, 11442, 14436, 11048, 14532, 9577, 13711, 15372, 12174, 14201, 12119, 14250, 9748, 14629, 10966, 12361, 14464, 11988, 14279, 10536, 14441, 9807, 14257, 15115, 12186, 14006, 11021, 13265, 10045, 12885, 10676, 9613, 12882, 9816, 16184, 14265, 9976, 14706, 11658, 15339, 13083, 16378, 13651, 16678, 14365, 17807, 15040, 16396, 14398, 16828, 14084, 16798, 13716, 16012, 14396, 15470, 12779, 14913, 11565, 14673, 10413, 13731, 10129, 12012, 10766, 10954, 15495, 10957, 14462, 11244, 13751, 11256, 13406, 9219, 12750, 9304, 11390, 8946, 11024, 14207, 10793, 13116, 11494, 12701, 9120, 11968, 9061, 10632, 14595, 10602, 13376, 11432, 12260, 8901, 11117, 8858, 9569, 13403, 11173, 12018, 9422, 11428, 8648, 9545, 13858, 10538, 13217, 10356, 11200, 10532, 11089, 9899, 9463, 10253, 9263, 13150, 9190, 13992, 9075, 15827, 10475, 15151, 14884, 12807, 15207, 13177, 14736, 10553, 15184, 16596, 12842, 16718, 12348, 15724, 10445, 13930, 16226, 11902, 15146, 11534, 14835, 11591, 14727, 10265, 12988, 15843, 11440, 14019, 10174, 12333, 14936, 10787, 13770, 9431, 11161, 14187, 11368, 13389, 9213, 10788, 13573, 10456, 12714, 9811, 10927, 8911, 9374, 9144, 14847, 8983, 14008, 12264, 11094, 14422, 8867, 15422, 10650, 15619, 12898, 15082, 13490, 15575, 13577, 15689, 13078, 13805, 14797, 10752, 15858, 11185, 16712, 15410, 15165, 18019, 14025, 16210, 11509, 15533, 12242, 13870, 18404, 11419, 11967, 10969, 12767, 10668, 13064, 10792, 13686, 10353, 9428, 11757, 9027, 14626, 11339, 10448, 14016, 11110, 13278, 11310, 12778, 9458, 13271, 9091, 10760, 13766, 11524, 12950, 10603, 11884, 9179, 11281, 10062, 10424, 13282, 11216, 12694, 9684, 12891, 8867, 11223, 12942, 10582, 13670, 11466, 11221, 11535, 10502, 9607, 10673, 14614, 11141, 14639, 13028, 9924, 15548, 9955, 15257, 9902, 15228, 17007, 13149, 15645, 12917, 15789, 12761, 16797, 11604, 16403, 15515, 13035, 16942, 13450, 14133, 10357, 12126, 8814, 9823, 12503, 9655, 11847, 9595, 11172, 9252, 9869, 12597, 9587, 11885, 9309, 10307, 9315, 9605, 13306, 9895, 11614, 9016, 9647, 9295, 8979, 12665, 10727, 12659, 10654, 10283, 11371, 11258, 9084, 10746, 11714, 11262, 10126, 14382, 12631, 10202, 15055, 10204, 15478, 10987, 15493, 10945, 16204, 10965, 17319, 11514, 16055, 14538, 14137, 10294, 14750, 10149, 13594, 11866, 11705, 15089, 11571, 15925, 13134, 12067, 12456, 13837, 11654, 16723, 11861, 14709, 10625, 14735, 10080, 12980, 9389, 13524, 10758, 12452, 10040, 13402, 11878, 14485, 13733, 13793, 11375, 12682, 10406, 11545, 9939, 11146, 9475, 11444, 9424, 10718, 12614, 10249, 12080, 9946, 11590, 9584, 10159, 12776, 11921, 11316, 9062, 10245, 9423, 9451, 9253, 9468, 8925, 11458, 13142, 12670, 12993, 14449, 10690, 14389, 10744, 9363, 10170, 9894, 15141, 10745, 15198, 15535, 15238, 18154, 13419, 16778, 11056, 15149, 17720, 12285, 13952, 12609, 16974, 15882, 10659, 13399, 9952, 11788, 8885, 11866, 10634, 9995, 12426, 10537, 12723, 9391, 12223, 9155, 10714, 12361, 10230, 12070, 10431, 11344, 8902, 11679, 9429, 10892, 12228, 9642, 11694, 9097, 11048, 11920, 9748, 11531, 8788, 11385, 12082, 9442, 11260, 9049, 11452, 12145, 9950, 11740, 9015, 11949, 11096, 9698, 12784, 10273, 12235, 9341, 12687, 10246, 9475, 12810, 9989, 12994, 10407, 12763, 9547, 12596, 8828, 12233, 12541, 10569, 14612, 10554, 13552, 10004, 13252, 9916, 12385, 11379, 10059, 10177, 13256, 9517, 14750, 10412, 14797, 10946, 14361, 9253, 14419, 10696, 13091, 15195, 10885, 13507, 10805, 13523, 9600, 13560, 9634, 13183, 13771, 10777, 14142, 11155, 12648, 9649, 13013, 11657, 11098, 13430, 10437, 12467, 9838, 12688, 9816, 11426, 13330, 10165, 12715, 10097, 12764, 12498, 10303, 13073, 10493, 11748, 9042, 10856, 9038, 9450, 9289, 10833, 13676, 8620, 13394, 12510, 13974, 14165, 10181, 14844, 10460, 14839, 15262, 13433, 15851, 13384, 15035, 12049, 14922, 10555, 14242, 14316, 12201, 15003, 11811, 13092, 10243, 12610, 10296], 'WindowCenter': [5384.0, 5315.0, 5321.0, 5302.0, 5278.0, 5273.0, 5230.0, 5238.0, 5176.0, 5229.0, 5261.0, 5228.0, 5212.0, 5178.0, 5211.0, 5169.0, 5199.0, 5208.0, 5189.0, 5200.0, 5168.0, 5176.0, 5151.0, 5206.0, 5199.0, 5180.0, 5198.0, 5178.0, 5190.0, 5174.0, 5205.0, 5210.0, 5183.0, 5203.0, 5175.0, 5206.0, 5213.0, 5212.0, 5227.0, 5183.0, 5205.0, 5182.0, 5185.0, 5210.0, 5196.0, 5214.0, 5173.0, 5207.0, 5223.0, 5186.0, 5214.0, 5175.0, 5204.0, 5222.0, 5186.0, 5214.0, 5186.0, 5206.0, 5203.0, 5235.0, 5226.0, 5189.0, 5204.0, 5195.0, 5183.0, 5209.0, 5201.0, 5211.0, 5194.0, 5186.0, 5236.0, 5214.0, 5237.0, 5231.0, 5250.0, 5207.0, 5249.0, 5199.0, 5237.0, 5242.0, 5215.0, 5233.0, 5216.0, 5241.0, 5133.0, 5236.0, 5236.0, 5215.0, 5229.0, 5201.0, 5234.0, 5225.0, 5232.0, 5211.0, 5207.0, 5204.0, 5236.0, 5204.0, 5219.0, 5193.0, 5222.0, 5183.0, 5247.0, 5187.0, 5215.0, 5247.0, 5209.0, 5248.0, 5223.0, 5238.0, 5186.0, 5230.0, 5244.0, 5206.0, 5236.0, 5219.0, 5240.0, 5200.0, 5229.0, 5246.0, 5210.0, 5237.0, 5210.0, 5236.0, 5188.0, 5228.0, 5243.0, 5206.0, 5235.0, 5207.0, 5236.0, 5215.0, 5265.0, 5222.0, 5220.0, 5200.0, 5240.0, 5200.0, 5253.0, 5286.0, 5251.0, 5261.0, 5236.0, 5251.0, 5211.0, 5269.0, 5265.0, 5230.0, 5230.0, 5241.0, 5235.0, 5269.0, 5232.0, 5270.0, 5208.0, 5262.0, 5260.0, 5244.0, 5271.0, 5230.0, 5261.0, 5250.0, 5229.0, 5267.0, 5238.0, 5249.0, 5212.0, 5221.0, 5236.0, 5208.0, 5215.0, 5171.0, 5180.0, 5195.0, 5159.0, 5167.0, 5116.0, 5153.0, 5153.0, 5143.0, 5163.0, 5124.0, 5155.0, 5114.0, 5144.0, 5156.0, 5162.0, 5204.0, 5152.0, 5173.0, 5162.0, 5160.0, 5152.0, 5179.0, 5215.0, 5179.0, 5223.0, 5165.0, 5219.0, 5219.0, 5261.0, 5254.0, 5213.0, 5208.0, 5158.0, 5207.0, 5196.0, 5236.0, 5206.0, 5232.0, 5189.0, 5220.0, 5210.0, 5249.0, 5239.0, 5210.0, 5216.0, 5176.0, 5206.0, 5167.0, 5187.0, 5215.0, 5187.0, 5205.0, 5168.0, 5208.0, 5196.0, 5190.0, 5226.0, 5200.0, 5217.0, 5170.0, 5209.0, 5196.0, 5191.0, 5229.0, 5210.0, 5228.0, 5202.0, 5223.0, 5192.0, 5201.0, 5240.0, 5204.0, 5232.0, 5203.0, 5223.0, 5192.0, 5217.0, 5268.0, 5227.0, 5240.0, 5227.0, 5245.0, 5228.0, 5256.0, 5230.0, 5254.0, 5238.0, 5268.0, 5220.0, 5270.0, 5233.0, 5261.0, 5257.0, 5260.0, 5280.0, 5250.0, 5270.0, 5253.0, 5279.0, 5231.0, 5272.0, 5287.0, 5248.0, 5268.0, 5250.0, 5270.0, 5219.0, 5256.0, 5276.0, 5239.0, 5267.0, 5239.0, 5268.0, 5207.0, 5259.0, 5266.0, 5239.0, 5266.0, 5248.0, 5267.0, 5227.0, 5260.0, 5218.0, 5261.0, 5280.0, 5252.0, 5270.0, 5249.0, 5277.0, 5231.0, 5269.0, 5222.0, 5272.0, 5277.0, 5262.0, 5280.0, 5264.0, 5281.0, 5253.0, 5293.0, 5233.0, 5280.0, 5291.0, 5263.0, 5281.0, 5261.0, 5280.0, 5233.0, 5290.0, 5240.0, 5262.0, 5280.0, 5253.0, 5280.0, 5240.0, 5277.0, 5229.0, 5278.0, 5278.0, 5260.0, 5306.0, 5274.0, 5292.0, 5242.0, 5278.0, 5238.0, 5250.0, 5277.0, 5264.0, 5315.0, 5296.0, 5255.0, 5293.0, 5274.0, 5288.0, 5271.0, 5300.0, 5284.0, 5316.0, 5296.0, 5301.0, 5275.0, 5288.0, 5265.0, 5260.0, 5242.0, 5248.0, 5230.0, 5251.0, 5241.0, 5227.0, 5196.0, 5212.0, 5172.0, 5201.0, 5162.0, 5215.0, 5176.0, 5195.0, 5182.0, 5173.0, 5197.0, 5171.0, 5198.0, 5172.0, 5199.0, 5172.0, 5201.0, 5162.0, 5205.0, 5165.0, 5195.0, 5153.0, 5186.0, 5215.0, 5186.0, 5203.0, 5196.0, 5207.0, 5176.0, 5207.0, 5168.0, 5199.0, 5226.0, 5199.0, 5228.0, 5208.0, 5219.0, 5181.0, 5212.0, 5182.0, 5203.0, 5228.0, 5220.0, 5220.0, 5193.0, 5224.0, 5184.0, 5205.0, 5252.0, 5225.0, 5269.0, 5265.0, 5249.0, 5239.0, 5206.0, 5199.0, 5200.0, 5223.0, 5228.0, 5277.0, 5229.0, 5290.0, 5222.0, 5319.0, 5252.0, 5291.0, 5281.0, 5272.0, 5293.0, 5268.0, 5278.0, 5241.0, 5280.0, 5278.0, 5246.0, 5274.0, 5234.0, 5264.0, 5203.0, 5243.0, 5251.0, 5223.0, 5249.0, 5224.0, 5252.0, 5222.0, 5240.0, 5189.0, 5230.0, 5235.0, 5208.0, 5231.0, 5188.0, 5218.0, 5237.0, 5200.0, 5227.0, 5177.0, 5210.0, 5227.0, 5210.0, 5229.0, 5189.0, 5212.0, 5230.0, 5211.0, 5230.0, 5204.0, 5239.0, 5245.0, 5280.0, 5209.0, 5195.0, 5221.0, 5265.0, 5259.0, 5249.0, 5290.0, 5223.0, 5276.0, 5241.0, 5279.0, 5269.0, 5277.0, 5286.0, 5291.0, 5247.0, 5277.0, 5272.0, 5269.0, 5255.0, 5202.0, 5243.0, 5200.0, 5242.0, 5216.0, 5226.0, 5230.0, 5197.0, 5202.0, 5147.0, 5189.0, 5155.0, 5182.0, 5196.0, 5185.0, 5169.0, 5159.0, 5163.0, 5145.0, 5174.0, 5157.0, 5175.0, 5161.0, 5150.0, 5178.0, 5142.0, 5211.0, 5179.0, 5191.0, 5188.0, 5172.0, 5189.0, 5172.0, 5192.0, 5154.0, 5203.0, 5181.0, 5212.0, 5217.0, 5197.0, 5193.0, 5171.0, 5181.0, 5153.0, 5181.0, 5164.0, 5183.0, 5203.0, 5184.0, 5202.0, 5175.0, 5204.0, 5162.0, 5197.0, 5204.0, 5187.0, 5230.0, 5212.0, 5213.0, 5210.0, 5182.0, 5189.0, 5212.0, 5251.0, 5210.0, 5241.0, 5233.0, 5200.0, 5250.0, 5192.0, 5253.0, 5206.0, 5269.0, 5266.0, 5222.0, 5228.0, 5209.0, 5224.0, 5194.0, 5224.0, 5172.0, 5198.0, 5183.0, 5165.0, 5184.0, 5164.0, 5160.0, 5122.0, 5151.0, 5101.0, 5121.0, 5149.0, 5124.0, 5151.0, 5135.0, 5168.0, 5138.0, 5149.0, 5176.0, 5149.0, 5171.0, 5149.0, 5161.0, 5151.0, 5164.0, 5191.0, 5173.0, 5185.0, 5168.0, 5177.0, 5165.0, 5175.0, 5228.0, 5213.0, 5209.0, 5163.0, 5147.0, 5136.0, 5164.0, 5173.0, 5228.0, 5234.0, 5209.0, 5217.0, 5242.0, 5247.0, 5228.0, 5255.0, 5220.0, 5270.0, 5230.0, 5270.0, 5219.0, 5267.0, 5218.0, 5270.0, 5227.0, 5279.0, 5230.0, 5177.0, 5179.0, 5212.0, 5163.0, 5185.0, 5167.0, 5167.0, 5186.0, 5155.0, 5192.0, 5176.0, 5153.0, 5178.0, 5184.0, 5156.0, 5195.0, 5164.0, 5184.0, 5122.0, 5177.0, 5139.0, 5160.0, 5121.0, 5158.0, 5118.0, 5128.0, 5097.0, 5149.0, 5158.0, 5175.0, 5164.0, 5175.0, 5144.0, 5148.0, 5133.0, 5138.0, 5121.0, 5129.0, 5110.0, 5141.0, 5111.0, 5132.0, 5150.0, 5132.0, 5155.0, 5123.0, 5143.0, 5121.0, 5131.0, 5150.0, 5152.0, 5156.0, 5137.0, 5162.0, 5180.0, 5199.0, 5161.0, 5158.0, 5159.0, 5202.0, 5228.0, 5230.0, 5246.0, 5230.0, 5205.0, 5201.0, 5170.0, 5192.0, 5204.0, 5190.0, 5237.0, 5191.0, 5216.0, 5201.0, 5216.0, 5221.0, 5190.0, 5210.0, 5158.0, 5187.0, 5193.0, 5166.0, 5193.0, 5169.0, 5179.0, 5162.0, 5109.0, 5137.0, 5100.0, 5127.0, 5101.0, 5143.0, 5174.0, 5152.0, 5156.0, 5162.0, 5175.0, 5122.0, 5157.0, 5118.0, 5138.0, 5149.0, 5142.0, 5162.0, 5152.0, 5162.0, 5135.0, 5163.0, 5145.0, 5166.0, 5177.0, 5147.0, 5177.0, 5146.0, 5176.0, 5177.0, 5158.0, 5177.0, 5140.0, 5177.0, 5177.0, 5158.0, 5177.0, 5150.0, 5188.0, 5187.0, 5170.0, 5187.0, 5150.0, 5193.0, 5179.0, 5174.0, 5200.0, 5183.0, 5203.0, 5173.0, 5226.0, 5193.0, 5196.0, 5223.0, 5211.0, 5227.0, 5206.0, 5226.0, 5200.0, 5238.0, 5190.0, 5240.0, 5228.0, 5221.0, 5251.0, 5222.0, 5252.0, 5210.0, 5242.0, 5238.0, 5270.0, 5221.0, 5220.0, 5208.0, 5249.0, 5209.0, 5257.0, 5209.0, 5258.0, 5219.0, 5250.0, 5199.0, 5251.0, 5221.0, 5251.0, 5257.0, 5223.0, 5239.0, 5210.0, 5236.0, 5202.0, 5239.0, 5201.0, 5242.0, 5236.0, 5221.0, 5239.0, 5208.0, 5227.0, 5188.0, 5228.0, 5205.0, 5208.0, 5226.0, 5200.0, 5216.0, 5187.0, 5226.0, 5186.0, 5207.0, 5224.0, 5195.0, 5218.0, 5195.0, 5219.0, 5215.0, 5198.0, 5225.0, 5224.0, 5311.0, 5249.0, 5239.0, 5192.0, 5216.0, 5206.0, 5178.0, 5293.0, 5189.0, 5223.0, 5249.0, 5241.0, 5235.0, 5205.0, 5245.0, 5204.0, 5246.0, 5245.0, 5233.0, 5241.0, 5221.0, 5220.0, 5188.0, 5209.0, 5166.0, 5196.0, 5194.0, 5176.0, 5205.0, 5176.0, 5186.0, 5154.0, 5186.0, 5155.0], 'WindowWidth': [11585.0, 11459.0, 11464.0, 11417.0, 11369.0, 11356.0, 11283.0, 11296.0, 11197.0, 11277.0, 11330.0, 11275.0, 11244.0, 11187.0, 11241.0, 11178.0, 11222.0, 11236.0, 11208.0, 11224.0, 11175.0, 11187.0, 11156.0, 11244.0, 11222.0, 11197.0, 11220.0, 11193.0, 11212.0, 11195.0, 11243.0, 11240.0, 11206.0, 11233.0, 11196.0, 11245.0, 11249.0, 11264.0, 11275.0, 11207.0, 11240.0, 11204.0, 11211.0, 11245.0, 11230.0, 11253.0, 11195.0, 11246.0, 11263.0, 11216.0, 11253.0, 11196.0, 11240.0, 11260.0, 11216.0, 11251.0, 11216.0, 11243.0, 11254.0, 11304.0, 11278.0, 11222.0, 11241.0, 11231.0, 11213.0, 11244.0, 11235.0, 11247.0, 11229.0, 11219.0, 11289.0, 11260.0, 11295.0, 11290.0, 11317.0, 11253.0, 11319.0, 11245.0, 11295.0, 11295.0, 11257.0, 11282.0, 11262.0, 11304.0, 11110.0, 11301.0, 11294.0, 11259.0, 11270.0, 11230.0, 11284.0, 11275.0, 11277.0, 11249.0, 11234.0, 11237.0, 11291.0, 11246.0, 11257.0, 11225.0, 11264.0, 11210.0, 11311.0, 11223.0, 11259.0, 11308.0, 11257.0, 11316.0, 11286.0, 11295.0, 11223.0, 11288.0, 11300.0, 11253.0, 11292.0, 11271.0, 11302.0, 11245.0, 11286.0, 11305.0, 11260.0, 11295.0, 11257.0, 11293.0, 11225.0, 11281.0, 11299.0, 11250.0, 11289.0, 11251.0, 11289.0, 11278.0, 11351.0, 11281.0, 11272.0, 11245.0, 11303.0, 11247.0, 11325.0, 11383.0, 11337.0, 11340.0, 11306.0, 11321.0, 11269.0, 11364.0, 11350.0, 11292.0, 11286.0, 11308.0, 11303.0, 11344.0, 11292.0, 11348.0, 11259.0, 11340.0, 11336.0, 11315.0, 11352.0, 11295.0, 11340.0, 11319.0, 11291.0, 11341.0, 11296.0, 11317.0, 11253.0, 11265.0, 11282.0, 11236.0, 11246.0, 11175.0, 11187.0, 11204.0, 11150.0, 11161.0, 11086.0, 11138.0, 11136.0, 11122.0, 11157.0, 11105.0, 11144.0, 11083.0, 11125.0, 11143.0, 11166.0, 11239.0, 11156.0, 11186.0, 11173.0, 11165.0, 11163.0, 11211.0, 11254.0, 11205.0, 11263.0, 11185.0, 11265.0, 11268.0, 11342.0, 11323.0, 11259.0, 11243.0, 11171.0, 11240.0, 11241.0, 11295.0, 11252.0, 11283.0, 11219.0, 11264.0, 11252.0, 11324.0, 11293.0, 11249.0, 11251.0, 11195.0, 11238.0, 11182.0, 11211.0, 11248.0, 11212.0, 11236.0, 11186.0, 11242.0, 11222.0, 11221.0, 11267.0, 11235.0, 11258.0, 11196.0, 11250.0, 11227.0, 11226.0, 11275.0, 11253.0, 11278.0, 11243.0, 11275.0, 11229.0, 11243.0, 11295.0, 11251.0, 11288.0, 11246.0, 11276.0, 11230.0, 11272.0, 11353.0, 11292.0, 11299.0, 11289.0, 11312.0, 11294.0, 11330.0, 11298.0, 11328.0, 11307.0, 11348.0, 11285.0, 11356.0, 11310.0, 11348.0, 11336.0, 11343.0, 11371.0, 11331.0, 11357.0, 11334.0, 11370.0, 11303.0, 11361.0, 11378.0, 11326.0, 11351.0, 11326.0, 11353.0, 11281.0, 11332.0, 11356.0, 11309.0, 11347.0, 11309.0, 11350.0, 11263.0, 11336.0, 11342.0, 11310.0, 11344.0, 11323.0, 11349.0, 11291.0, 11341.0, 11281.0, 11344.0, 11370.0, 11333.0, 11355.0, 11326.0, 11367.0, 11303.0, 11355.0, 11291.0, 11361.0, 11365.0, 11348.0, 11371.0, 11352.0, 11375.0, 11338.0, 11396.0, 11310.0, 11373.0, 11388.0, 11351.0, 11373.0, 11345.0, 11374.0, 11309.0, 11389.0, 11314.0, 11348.0, 11371.0, 11335.0, 11370.0, 11313.0, 11364.0, 11297.0, 11365.0, 11363.0, 11341.0, 11425.0, 11377.0, 11401.0, 11326.0, 11372.0, 11310.0, 11337.0, 11370.0, 11362.0, 11435.0, 11405.0, 11347.0, 11397.0, 11370.0, 11384.0, 11361.0, 11402.0, 11385.0, 11439.0, 11407.0, 11411.0, 11365.0, 11389.0, 11346.0, 11333.0, 11305.0, 11308.0, 11284.0, 11317.0, 11299.0, 11277.0, 11223.0, 11245.0, 11185.0, 11226.0, 11171.0, 11255.0, 11200.0, 11226.0, 11205.0, 11191.0, 11215.0, 11182.0, 11216.0, 11185.0, 11222.0, 11186.0, 11225.0, 11174.0, 11238.0, 11182.0, 11224.0, 11166.0, 11213.0, 11253.0, 11215.0, 11235.0, 11226.0, 11244.0, 11202.0, 11246.0, 11190.0, 11237.0, 11271.0, 11238.0, 11278.0, 11251.0, 11268.0, 11216.0, 11261.0, 11219.0, 11249.0, 11280.0, 11272.0, 11272.0, 11238.0, 11281.0, 11225.0, 11257.0, 11318.0, 11286.0, 11355.0, 11364.0, 11328.0, 11314.0, 11246.0, 11238.0, 11244.0, 11285.0, 11301.0, 11370.0, 11304.0, 11391.0, 11294.0, 11445.0, 11335.0, 11388.0, 11372.0, 11361.0, 11397.0, 11353.0, 11373.0, 11316.0, 11372.0, 11368.0, 11320.0, 11360.0, 11295.0, 11339.0, 11246.0, 11305.0, 11314.0, 11278.0, 11313.0, 11282.0, 11318.0, 11275.0, 11301.0, 11225.0, 11283.0, 11287.0, 11251.0, 11286.0, 11222.0, 11265.0, 11288.0, 11239.0, 11278.0, 11206.0, 11254.0, 11276.0, 11256.0, 11283.0, 11226.0, 11262.0, 11284.0, 11261.0, 11287.0, 11252.0, 11315.0, 11341.0, 11399.0, 11267.0, 11212.0, 11296.0, 11348.0, 11342.0, 11328.0, 11387.0, 11293.0, 11361.0, 11316.0, 11364.0, 11354.0, 11364.0, 11388.0, 11386.0, 11313.0, 11364.0, 11362.0, 11353.0, 11326.0, 11244.0, 11304.0, 11236.0, 11301.0, 11255.0, 11276.0, 11280.0, 11221.0, 11225.0, 11137.0, 11197.0, 11147.0, 11196.0, 11210.0, 11210.0, 11177.0, 11161.0, 11157.0, 11137.0, 11175.0, 11157.0, 11179.0, 11172.0, 11152.0, 11190.0, 11143.0, 11240.0, 11195.0, 11225.0, 11201.0, 11184.0, 11205.0, 11183.0, 11212.0, 11161.0, 11232.0, 11220.0, 11263.0, 11259.0, 11228.0, 11215.0, 11184.0, 11200.0, 11160.0, 11201.0, 11179.0, 11206.0, 11233.0, 11208.0, 11232.0, 11197.0, 11236.0, 11176.0, 11228.0, 11236.0, 11216.0, 11281.0, 11256.0, 11259.0, 11254.0, 11208.0, 11227.0, 11261.0, 11313.0, 11253.0, 11298.0, 11290.0, 11240.0, 11309.0, 11230.0, 11319.0, 11254.0, 11348.0, 11337.0, 11271.0, 11270.0, 11244.0, 11263.0, 11219.0, 11263.0, 11181.0, 11216.0, 11185.0, 11161.0, 11186.0, 11157.0, 11152.0, 11097.0, 11137.0, 11067.0, 11094.0, 11132.0, 11103.0, 11140.0, 11124.0, 11175.0, 11132.0, 11149.0, 11181.0, 11149.0, 11178.0, 11150.0, 11168.0, 11154.0, 11176.0, 11210.0, 11189.0, 11208.0, 11187.0, 11200.0, 11179.0, 11205.0, 11282.0, 11264.0, 11244.0, 11170.0, 11142.0, 11108.0, 11161.0, 11200.0, 11290.0, 11295.0, 11251.0, 11273.0, 11298.0, 11315.0, 11293.0, 11325.0, 11278.0, 11350.0, 11294.0, 11351.0, 11275.0, 11342.0, 11273.0, 11347.0, 11287.0, 11367.0, 11280.0, 11186.0, 11212.0, 11248.0, 11174.0, 11198.0, 11176.0, 11175.0, 11198.0, 11150.0, 11199.0, 11184.0, 11144.0, 11194.0, 11192.0, 11155.0, 11210.0, 11166.0, 11194.0, 11096.0, 11184.0, 11131.0, 11153.0, 11098.0, 11148.0, 11083.0, 11095.0, 11052.0, 11128.0, 11154.0, 11176.0, 11156.0, 11176.0, 11129.0, 11129.0, 11113.0, 11116.0, 11093.0, 11103.0, 11078.0, 11124.0, 11081.0, 11114.0, 11136.0, 11116.0, 11148.0, 11101.0, 11131.0, 11096.0, 11111.0, 11137.0, 11142.0, 11157.0, 11133.0, 11173.0, 11214.0, 11244.0, 11171.0, 11169.0, 11173.0, 11237.0, 11280.0, 11283.0, 11313.0, 11277.0, 11250.0, 11220.0, 11178.0, 11233.0, 11250.0, 11225.0, 11288.0, 11222.0, 11254.0, 11224.0, 11251.0, 11253.0, 11206.0, 11234.0, 11157.0, 11197.0, 11200.0, 11167.0, 11212.0, 11175.0, 11185.0, 11145.0, 11066.0, 11104.0, 11055.0, 11093.0, 11064.0, 11124.0, 11189.0, 11155.0, 11149.0, 11169.0, 11180.0, 11099.0, 11148.0, 11088.0, 11121.0, 11133.0, 11130.0, 11158.0, 11148.0, 11160.0, 11125.0, 11166.0, 11141.0, 11172.0, 11186.0, 11145.0, 11187.0, 11144.0, 11187.0, 11188.0, 11164.0, 11190.0, 11138.0, 11191.0, 11189.0, 11165.0, 11190.0, 11154.0, 11207.0, 11203.0, 11184.0, 11205.0, 11156.0, 11219.0, 11196.0, 11193.0, 11226.0, 11207.0, 11237.0, 11198.0, 11272.0, 11224.0, 11233.0, 11268.0, 11260.0, 11278.0, 11249.0, 11276.0, 11244.0, 11296.0, 11231.0, 11302.0, 11282.0, 11276.0, 11316.0, 11278.0, 11318.0, 11259.0, 11307.0, 11314.0, 11360.0, 11273.0, 11277.0, 11257.0, 11312.0, 11258.0, 11325.0, 11257.0, 11326.0, 11272.0, 11315.0, 11243.0, 11319.0, 11276.0, 11322.0, 11324.0, 11279.0, 11297.0, 11258.0, 11295.0, 11247.0, 11299.0, 11246.0, 11305.0, 11291.0, 11273.0, 11297.0, 11252.0, 11281.0, 11223.0, 11279.0, 11244.0, 11249.0, 11274.0, 11242.0, 11261.0, 11219.0, 11275.0, 11218.0, 11249.0, 11269.0, 11231.0, 11263.0, 11229.0, 11267.0, 11255.0, 11235.0, 11271.0, 11283.0, 11447.0, 11340.0, 11310.0, 11231.0, 11273.0, 11257.0, 11192.0, 11404.0, 11230.0, 11267.0, 11319.0, 11295.0, 11291.0, 11247.0, 11306.0, 11247.0, 11307.0, 11303.0, 11287.0, 11297.0, 11264.0, 11263.0, 11209.0, 11242.0, 11174.0, 11215.0, 11209.0, 11189.0, 11228.0, 11187.0, 11204.0, 11156.0, 11203.0, 11157.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.004252880184331797</td></tr>
<tr><td colspan=3>aqi</td><td>0.09512307177419355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.81092757029985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1534803469550188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9602466160092276</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>4112.6406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22286719117088616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>230</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.497695852534562</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8428813613440105</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8055702967463554</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7885180244256405</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9345557628600343</td></tr>
<tr><td colspan=3>gcor</td><td>0.0260958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.018594054505228996</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02153223194181919</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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>4.6580282687206624</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.7123</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.6711</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.0316</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290575.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1305.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>582.6612</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8095</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.5726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4377.4262</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.5767</td></tr>
<tr><td colspan=3>tsnr</td><td>22.009937010356225</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>