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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_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-0085/ses-01/func/sub-0085_ses-01_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>568bfd1aea594657b6f0a0b1dd5dc2b9</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>22:00:54.587500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</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.108354</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</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>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c13f453-0128-408d-ad08-43b1a0296f02||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['220054.587500', '220055.047500', '220055.507500', '220055.967500', '220056.427500', '220056.887500', '220057.347500', '220057.807500', '220058.267500', '220058.727500', '220059.187500', '220059.647500', '220100.107500', '220100.567500', '220101.027500', '220101.487500', '220101.947500', '220102.407500', '220102.867500', '220103.327500', '220103.787500', '220104.247500', '220104.707500', '220105.167500', '220105.627500', '220106.087500', '220106.547500', '220107.007500', '220107.467500', '220107.927500', '220108.387500', '220108.847500', '220109.307500', '220109.767500', '220110.227500', '220110.687500', '220111.147500', '220111.607500', '220112.067500', '220112.527500', '220112.987500', '220113.447500', '220113.907500', '220114.367500', '220114.827500', '220115.287500', '220115.747500', '220116.207500', '220116.667500', '220117.127500', '220117.587500', '220118.047500', '220118.507500', '220118.967500', '220119.427500', '220119.887500', '220120.347500', '220120.807500', '220121.267500', '220121.727500', '220122.187500', '220122.647500', '220123.107500', '220123.567500', '220124.027500', '220124.487500', '220124.947500', '220125.407500', '220125.867500', '220126.327500', '220126.787500', '220127.247500', '220127.707500', '220128.167500', '220128.627500', '220129.087500', '220129.547500', '220130.007500', '220130.467500', '220130.927500', '220131.387500', '220131.847500', '220132.307500', '220132.767500', '220133.227500', '220133.687500', '220134.147500', '220134.607500', '220135.067500', '220135.527500', '220135.987500', '220136.447500', '220136.907500', '220137.367500', '220137.827500', '220138.287500', '220138.747500', '220139.207500', '220139.667500', '220140.127500', '220140.587500', '220141.047500', '220141.507500', '220141.967500', '220142.427500', '220142.887500', '220143.347500', '220143.807500', '220144.267500', '220144.727500', '220145.187500', '220145.647500', '220146.107500', '220146.567500', '220147.027500', '220147.487500', '220147.947500', '220148.407500', '220148.867500', '220149.327500', '220149.787500', '220150.247500', '220150.707500', '220151.167500', '220151.627500', '220152.087500', '220152.547500', '220153.007500', '220153.467500', '220153.927500', '220154.387500', '220154.847500', '220155.307500', '220155.767500', '220156.227500', '220156.687500', '220157.147500', '220157.607500', '220158.067500', '220158.527500', '220158.987500', '220159.447500', '220159.907500', '220200.367500', '220200.827500', '220201.287500', '220201.747500', '220202.207500', '220202.667500', '220203.127500', '220203.587500', '220204.047500', '220204.507500', '220204.967500', '220205.427500', '220205.887500', '220206.347500', '220206.807500', '220207.267500', '220207.727500', '220208.187500', '220208.647500', '220209.107500', '220209.567500', '220210.027500', '220210.487500', '220210.947500', '220211.407500', '220211.867500', '220212.327500', '220212.787500', '220213.247500', '220213.707500', '220214.167500', '220214.627500', '220215.087500', '220215.547500', '220216.007500', '220216.467500', '220216.927500', '220217.387500', '220217.847500', '220218.307500', '220218.767500', '220219.227500', '220219.687500', '220220.147500', '220220.607500', '220221.067500', '220221.527500', '220221.987500', '220222.447500', '220222.907500', '220223.367500', '220223.827500', '220224.287500', '220224.747500', '220225.207500', '220225.667500', '220226.127500', '220226.587500', '220227.047500', '220227.507500', '220227.967500', '220228.427500', '220228.887500', '220229.347500', '220229.807500', '220230.267500', '220230.727500', '220231.187500', '220231.647500', '220232.107500', '220232.567500', '220233.027500', '220233.487500', '220233.947500', '220234.407500', '220234.867500', '220235.327500', '220235.787500', '220236.247500', '220236.707500', '220237.167500', '220237.627500', '220238.087500', '220238.547500', '220239.007500', '220239.467500', '220239.927500', '220240.387500', '220240.847500', '220241.307500', '220241.767500', '220242.227500', '220242.687500', '220243.147500', '220243.607500', '220244.067500', '220244.527500', '220244.987500', '220245.447500', '220245.907500', '220246.367500', '220246.827500', '220247.287500', '220247.747500', '220248.207500', '220248.667500', '220249.127500', '220249.587500', '220250.047500', '220250.507500', '220250.967500', '220251.427500', '220251.887500', '220252.347500', '220252.807500', '220253.267500', '220253.727500', '220254.187500', '220254.647500', '220255.107500', '220255.567500', '220256.027500', '220256.487500', '220256.947500', '220257.407500', '220257.867500', '220258.327500', '220258.787500', '220259.247500', '220259.707500', '220300.167500', '220300.627500', '220301.087500', '220301.547500', '220302.007500', '220302.467500', '220302.927500', '220303.387500', '220303.847500', '220304.307500', '220304.767500', '220305.227500', '220305.687500', '220306.147500', '220306.607500', '220307.067500', '220307.527500', '220307.987500', '220308.447500', '220308.907500', '220309.367500', '220309.827500', '220310.287500', '220310.747500', '220311.207500', '220311.667500', '220312.127500', '220312.587500', '220313.047500', '220313.507500', '220313.967500', '220314.427500', '220314.887500', '220315.347500', '220315.807500', '220316.267500', '220316.727500', '220317.187500', '220317.647500', '220318.107500', '220318.567500', '220319.027500', '220319.487500', '220319.947500', '220320.407500', '220320.867500', '220321.327500', '220321.787500', '220322.247500', '220322.707500', '220323.167500', '220323.627500', '220324.087500', '220324.547500', '220325.007500', '220325.467500', '220325.927500', '220326.387500', '220326.847500', '220327.307500', '220327.767500', '220328.227500', '220328.687500', '220329.147500', '220329.607500', '220330.067500', '220330.527500', '220330.987500', '220331.447500', '220331.907500', '220332.367500', '220332.827500', '220333.287500', '220333.747500', '220334.207500', '220334.667500', '220335.127500', '220335.587500', '220336.047500', '220336.507500', '220336.967500', '220337.427500', '220337.887500', '220338.347500', '220338.807500', '220339.267500', '220339.727500', '220340.187500', '220340.647500', '220341.107500', '220341.567500', '220342.027500', '220342.487500', '220342.947500', '220343.407500', '220343.867500', '220344.327500', '220344.787500', '220345.247500', '220345.707500', '220346.167500', '220346.627500', '220347.087500', '220347.547500', '220348.007500', '220348.467500', '220348.927500', '220349.387500', '220349.847500', '220350.307500', '220350.767500', '220351.227500', '220351.687500', '220352.147500', '220352.607500', '220353.067500', '220353.527500', '220353.987500', '220354.447500', '220354.907500', '220355.367500', '220355.827500', '220356.287500', '220356.747500', '220357.207500', '220357.667500', '220358.127500', '220358.587500', '220359.047500', '220359.507500', '220359.967500', '220400.427500', '220400.887500', '220401.347500', '220401.807500', '220402.267500', '220402.727500', '220403.187500', '220403.647500', '220404.107500', '220404.567500', '220405.027500', '220405.487500', '220405.947500', '220406.407500', '220406.867500', '220407.327500', '220407.787500', '220408.247500', '220408.707500', '220409.167500', '220409.627500', '220410.087500', '220410.547500', '220411.007500', '220411.467500', '220411.927500', '220412.387500', '220412.847500', '220413.307500', '220413.767500', '220414.227500', '220414.687500', '220415.147500', '220415.607500', '220416.067500', '220416.527500', '220416.987500', '220417.447500', '220417.907500', '220418.367500', '220418.827500', '220419.287500', '220419.747500', '220420.207500', '220420.667500', '220421.127500', '220421.587500', '220422.047500', '220422.507500', '220422.967500', '220423.427500', '220423.887500', '220424.347500', '220424.807500', '220425.267500', '220425.727500', '220426.187500', '220426.647500', '220427.107500', '220427.567500', '220428.027500', '220428.487500', '220428.947500', '220429.407500', '220429.867500', '220430.327500', '220430.787500', '220431.247500', '220431.707500', '220432.167500', '220432.627500', '220433.087500', '220433.547500', '220434.007500', '220434.467500', '220434.927500', '220435.387500', '220435.847500', '220436.307500', '220436.767500', '220437.227500', '220437.687500', '220438.147500', '220438.607500', '220439.067500', '220439.527500', '220439.987500', '220440.447500', '220440.907500', '220441.367500', '220441.827500', '220442.287500', '220442.747500', '220443.207500', '220443.667500', '220444.127500', '220444.587500', '220445.047500', '220445.507500', '220445.967500', '220446.427500', '220446.887500', '220447.347500', '220447.807500', '220448.267500', '220448.727500', '220449.187500', '220449.647500', '220450.107500', '220450.567500', '220451.027500', '220451.487500', '220451.947500', '220452.407500', '220452.867500', '220453.327500', '220453.787500', '220454.247500', '220454.707500', '220455.167500', '220455.627500', '220456.087500', '220456.547500', '220457.007500', '220457.467500', '220457.927500', '220458.387500', '220458.847500', '220459.307500', '220459.767500', '220500.227500', '220500.687500', '220501.147500', '220501.607500', '220502.067500', '220502.527500', '220502.987500', '220503.447500', '220503.907500', '220504.367500', '220504.827500', '220505.287500', '220505.747500', '220506.207500', '220506.667500', '220507.127500', '220507.587500', '220508.047500', '220508.507500', '220508.967500', '220509.427500', '220509.887500', '220510.347500', '220510.807500', '220511.267500', '220511.727500', '220512.187500', '220512.647500', '220513.107500', '220513.567500', '220514.027500', '220514.487500', '220514.947500', '220515.407500', '220515.867500', '220516.327500', '220516.787500', '220517.247500', '220517.707500', '220518.167500', '220518.627500', '220519.087500', '220519.547500', '220520.007500', '220520.467500', '220520.927500', '220521.387500', '220521.847500', '220522.307500', '220522.767500', '220523.227500', '220523.687500', '220524.147500', '220524.607500', '220525.067500', '220525.527500', '220525.987500', '220526.447500', '220526.907500', '220527.367500', '220527.827500', '220528.287500', '220528.747500', '220529.207500', '220529.667500', '220530.127500', '220530.587500', '220531.047500', '220531.507500', '220531.967500', '220532.427500', '220532.887500', '220533.347500', '220533.807500', '220534.267500', '220534.727500', '220535.187500', '220535.647500', '220536.107500', '220536.567500', '220537.027500', '220537.487500', '220537.947500', '220538.407500', '220538.867500', '220539.327500', '220539.787500', '220540.247500', '220540.707500', '220541.167500', '220541.627500', '220542.087500', '220542.547500', '220543.007500', '220543.467500', '220543.927500', '220544.387500', '220544.847500', '220545.307500', '220545.767500', '220546.227500', '220546.687500', '220547.147500', '220547.607500', '220548.067500', '220548.527500', '220548.987500', '220549.447500', '220549.907500', '220550.367500', '220550.827500', '220551.287500', '220551.747500', '220552.207500', '220552.667500', '220553.127500', '220553.587500', '220554.047500', '220554.507500', '220554.967500', '220555.427500', '220555.887500', '220556.347500', '220556.807500', '220557.267500', '220557.727500', '220558.187500', '220558.647500', '220559.107500', '220559.567500', '220600.027500', '220600.487500', '220600.947500', '220601.407500', '220601.867500', '220602.327500', '220602.787500', '220603.247500', '220603.707500', '220604.167500', '220604.627500', '220605.087500', '220605.547500', '220606.007500', '220606.467500', '220606.927500', '220607.387500', '220607.847500', '220608.307500', '220608.767500', '220609.227500', '220609.687500', '220610.147500', '220610.607500', '220611.067500', '220611.527500', '220611.987500', '220612.447500', '220612.907500', '220613.367500', '220613.827500', '220614.287500', '220614.747500', '220615.207500', '220615.667500', '220616.127500', '220616.587500', '220617.047500', '220617.507500', '220617.967500', '220618.427500', '220618.887500', '220619.347500', '220619.807500', '220620.267500', '220620.727500', '220621.187500', '220621.647500', '220622.107500', '220622.567500', '220623.027500', '220623.487500', '220623.947500', '220624.407500', '220624.867500', '220625.327500', '220625.787500', '220626.247500', '220626.707500', '220627.167500', '220627.627500', '220628.087500', '220628.547500', '220629.007500', '220629.467500', '220629.927500', '220630.387500', '220630.847500', '220631.307500', '220631.767500', '220632.227500', '220632.687500', '220633.147500', '220633.607500', '220634.067500', '220634.527500', '220634.987500', '220635.447500', '220635.907500', '220636.367500', '220636.827500', '220637.287500', '220637.747500', '220638.207500', '220638.667500', '220639.127500', '220639.587500', '220640.047500', '220640.507500', '220640.967500', '220641.427500', '220641.887500', '220642.347500', '220642.807500', '220643.267500', '220643.727500', '220644.187500', '220644.647500', '220645.107500', '220645.567500', '220646.027500', '220646.487500', '220646.947500', '220647.407500', '220647.867500', '220648.327500', '220648.787500', '220649.247500', '220649.707500', '220650.167500', '220650.627500', '220651.087500', '220651.547500', '220652.007500', '220652.467500', '220652.927500', '220653.387500', '220653.847500', '220654.307500', '220654.767500', '220655.227500', '220655.687500', '220656.147500', '220656.607500', '220657.067500', '220657.527500', '220657.987500', '220658.447500', '220658.907500', '220659.367500', '220659.827500', '220700.287500', '220700.747500', '220701.207500', '220701.667500', '220702.127500', '220702.587500', '220703.047500', '220703.507500', '220703.967500', '220704.427500', '220704.887500', '220705.347500', '220705.807500', '220706.267500', '220706.727500', '220707.187500', '220707.647500', '220708.107500', '220708.567500', '220709.027500', '220709.487500', '220709.947500', '220710.407500', '220710.867500', '220711.327500', '220711.787500', '220712.247500', '220712.707500', '220713.167500', '220713.627500', '220714.087500', '220714.547500', '220715.007500', '220715.467500', '220715.927500', '220716.387500', '220716.847500', '220717.307500', '220717.767500', '220718.227500', '220718.687500', '220719.147500', '220719.607500', '220720.067500', '220720.527500', '220720.987500', '220721.447500', '220721.907500', '220722.367500', '220722.827500', '220723.287500', '220723.747500', '220724.207500', '220724.667500', '220725.127500', '220725.587500', '220726.047500', '220726.507500', '220726.967500', '220727.427500', '220727.887500', '220728.347500', '220728.807500', '220729.267500', '220729.727500', '220730.187500', '220730.647500', '220731.107500', '220731.567500', '220732.027500', '220732.487500', '220732.947500', '220733.407500', '220733.867500', '220734.327500', '220734.787500', '220735.247500'], 'ContentTime': ['220109.466000', '220109.469000', '220109.472000', '220109.475000', '220109.477000', '220109.480000', '220109.482000', '220109.485000', '220109.487000', '220109.490000', '220109.492000', '220109.495000', '220109.497000', '220109.501000', '220109.504000', '220109.506000', '220109.509000', '220109.511000', '220109.514000', '220109.516000', '220109.524000', '220109.527000', '220109.530000', '220109.532000', '220109.535000', '220109.537000', '220109.540000', '220109.542000', '220109.545000', '220109.547000', '220129.441000', '220129.444000', '220129.447000', '220129.449000', '220129.452000', '220129.454000', '220129.457000', '220129.459000', '220129.462000', '220129.464000', '220129.467000', '220129.469000', '220129.472000', '220129.475000', '220129.477000', '220129.480000', '220129.482000', '220129.487000', '220129.490000', '220129.492000', '220129.495000', '220129.498000', '220129.500000', '220129.503000', '220129.505000', '220129.508000', '220129.510000', '220129.513000', '220129.516000', '220129.518000', '220129.521000', '220129.523000', '220129.526000', '220129.529000', '220129.532000', '220129.534000', '220129.537000', '220129.539000', '220129.542000', '220129.544000', '220129.547000', '220129.550000', '220129.552000', '220149.441000', '220149.444000', '220149.447000', '220149.449000', '220149.452000', '220149.454000', '220149.457000', '220149.459000', '220149.462000', '220149.464000', '220149.467000', '220149.469000', '220149.472000', '220149.474000', '220149.477000', '220149.480000', '220149.482000', '220149.485000', '220149.493000', '220149.496000', '220149.498000', '220149.501000', '220149.503000', '220149.506000', '220149.508000', '220149.511000', '220149.513000', '220149.516000', '220149.519000', '220149.521000', '220149.524000', '220149.526000', '220149.529000', '220149.531000', '220149.534000', '220149.536000', '220149.539000', '220149.542000', '220149.544000', '220149.547000', '220149.549000', '220149.552000', '220149.554000', '220149.557000', '220209.441000', '220209.444000', '220209.447000', '220209.449000', '220209.452000', '220209.454000', '220209.457000', '220209.459000', '220209.462000', '220209.477000', '220209.480000', '220209.482000', '220209.485000', '220209.487000', '220209.490000', '220209.492000', '220209.495000', '220209.497000', '220209.500000', '220209.503000', '220209.505000', '220209.508000', '220209.510000', '220209.513000', '220209.515000', '220209.518000', '220209.521000', '220209.523000', '220209.526000', '220209.528000', '220209.531000', '220209.533000', '220209.536000', '220209.539000', '220209.541000', '220209.544000', '220209.546000', '220209.549000', '220209.552000', '220209.554000', '220209.557000', '220209.559000', '220209.562000', '220229.441000', '220229.444000', '220229.447000', '220229.449000', '220229.452000', '220229.454000', '220229.457000', '220229.459000', '220229.462000', '220229.465000', '220229.467000', '220229.470000', '220229.472000', '220229.475000', '220229.477000', '220229.480000', '220229.482000', '220229.485000', '220229.487000', '220229.490000', '220229.492000', '220229.495000', '220229.498000', '220229.500000', '220229.503000', '220229.506000', '220229.508000', '220229.511000', '220229.513000', '220229.516000', '220229.519000', '220229.521000', '220229.524000', '220229.526000', '220229.529000', '220229.531000', '220229.534000', '220229.537000', '220229.539000', '220229.542000', '220229.544000', '220229.547000', '220229.550000', '220229.552000', '220249.442000', '220249.444000', '220249.447000', '220249.449000', '220249.452000', '220249.455000', '220249.457000', '220249.460000', '220249.462000', '220249.465000', '220249.468000', '220249.470000', '220249.473000', '220249.475000', '220249.478000', '220249.480000', '220249.483000', '220249.485000', '220249.488000', '220249.490000', '220249.493000', '220249.495000', '220249.498000', '220249.501000', '220249.503000', '220249.506000', '220249.508000', '220249.511000', '220249.513000', '220249.516000', '220249.518000', '220249.521000', '220249.524000', '220249.526000', '220249.529000', '220249.532000', '220249.534000', '220249.537000', '220249.539000', '220249.542000', '220249.544000', '220249.547000', '220249.550000', '220309.442000', '220309.444000', '220309.447000', '220309.449000', '220309.452000', '220309.455000', '220309.457000', '220309.460000', '220309.463000', '220309.465000', '220309.468000', '220309.470000', '220309.473000', '220309.475000', '220309.478000', '220309.480000', '220309.483000', '220309.485000', '220309.488000', '220309.491000', '220309.493000', '220309.496000', '220309.498000', '220309.501000', '220309.503000', '220309.506000', '220309.508000', '220309.511000', '220309.514000', '220309.516000', '220309.519000', '220309.521000', '220309.524000', '220309.527000', '220309.529000', '220309.532000', '220309.534000', '220309.537000', '220309.539000', '220309.542000', '220309.545000', '220309.547000', '220309.550000', '220309.552000', '220329.442000', '220329.444000', '220329.447000', '220329.449000', '220329.452000', '220329.454000', '220329.457000', '220329.460000', '220329.462000', '220329.465000', '220329.467000', '220329.470000', '220329.472000', '220329.475000', '220329.477000', '220329.480000', '220329.483000', '220329.485000', '220329.488000', '220329.490000', '220329.493000', '220329.495000', '220329.498000', '220329.500000', '220329.503000', '220329.506000', '220329.508000', '220329.511000', '220329.513000', '220329.516000', '220329.519000', '220329.522000', '220329.524000', '220329.527000', '220329.530000', '220329.532000', '220329.535000', '220329.537000', '220329.540000', '220329.543000', '220329.545000', '220329.548000', '220329.550000', '220349.441000', '220349.444000', '220349.447000', '220349.449000', '220349.452000', '220349.463000', '220349.465000', '220349.468000', '220349.470000', '220349.473000', '220349.476000', '220349.478000', '220349.481000', '220349.484000', '220349.486000', '220349.489000', '220349.492000', '220349.494000', '220349.497000', '220349.499000', '220349.502000', '220349.504000', '220349.507000', '220349.509000', '220349.512000', '220349.514000', '220349.517000', '220349.519000', '220349.522000', '220349.525000', '220349.527000', '220349.530000', '220349.532000', '220349.535000', '220349.538000', '220349.540000', '220349.543000', '220349.545000', '220349.548000', '220349.550000', '220349.553000', '220349.555000', '220349.558000', '220409.442000', '220409.444000', '220409.447000', '220409.449000', '220409.452000', '220409.455000', '220409.465000', '220409.467000', '220409.470000', '220409.472000', '220409.475000', '220409.478000', '220409.480000', '220409.483000', '220409.485000', '220409.488000', '220409.490000', '220409.493000', '220409.495000', '220409.498000', '220409.501000', '220409.503000', '220409.506000', '220409.508000', '220409.511000', '220409.513000', '220409.516000', '220409.518000', '220409.521000', '220409.524000', '220409.526000', '220409.529000', '220409.531000', '220409.534000', '220409.536000', '220409.539000', '220409.541000', '220409.544000', '220409.546000', '220409.549000', '220409.551000', '220409.554000', '220409.557000', '220409.559000', '220429.441000', '220429.444000', '220429.447000', '220429.449000', '220429.452000', '220429.454000', '220429.457000', '220429.459000', '220429.462000', '220429.465000', '220429.467000', '220429.470000', '220429.472000', '220429.475000', '220429.477000', '220429.480000', '220429.483000', '220429.485000', '220429.488000', '220429.490000', '220429.493000', '220429.496000', '220429.498000', '220429.501000', '220429.503000', '220429.506000', '220429.508000', '220429.511000', '220429.513000', '220429.516000', '220429.519000', '220429.521000', '220429.524000', '220429.526000', '220429.529000', '220429.532000', '220429.534000', '220429.537000', '220429.539000', '220429.542000', '220429.544000', '220429.547000', '220429.550000', '220429.552000', '220449.442000', '220449.445000', '220449.447000', '220449.450000', '220449.452000', '220449.455000', '220449.457000', '220449.460000', '220449.462000', '220449.465000', '220449.468000', '220449.470000', '220449.473000', '220449.475000', '220449.478000', '220449.480000', '220449.483000', '220449.486000', '220449.488000', '220449.491000', '220449.493000', '220449.496000', '220449.498000', '220449.501000', '220449.504000', '220449.506000', '220449.509000', '220449.511000', '220449.514000', '220449.516000', '220449.519000', '220449.522000', '220449.524000', '220449.527000', '220449.529000', '220449.532000', '220449.534000', '220449.537000', '220449.539000', '220449.542000', '220449.545000', '220449.547000', '220449.550000', '220509.441000', '220509.444000', '220509.447000', '220509.449000', '220509.452000', '220509.455000', '220509.458000', '220509.460000', '220509.463000', '220509.465000', '220509.468000', '220509.470000', '220509.473000', '220509.476000', '220509.478000', '220509.481000', '220509.483000', '220509.486000', '220509.488000', '220509.491000', '220509.493000', '220509.496000', '220509.499000', '220509.501000', '220509.504000', '220509.506000', '220509.509000', '220509.512000', '220509.514000', '220509.517000', '220509.535000', '220509.538000', '220509.540000', '220509.543000', '220509.545000', '220509.548000', '220509.550000', '220509.553000', '220509.556000', '220509.558000', '220509.561000', '220509.563000', '220509.566000', '220509.568000', '220529.441000', '220529.444000', '220529.447000', '220529.449000', '220529.452000', '220529.454000', '220529.457000', '220529.459000', '220529.462000', '220529.465000', '220529.467000', '220529.470000', '220529.472000', '220529.475000', '220529.477000', '220529.480000', '220529.483000', '220529.485000', '220529.488000', '220529.490000', '220529.493000', '220529.495000', '220529.498000', '220529.500000', '220529.503000', '220529.506000', '220529.508000', '220529.511000', '220529.513000', '220529.516000', '220529.519000', '220529.521000', '220529.524000', '220529.526000', '220529.529000', '220529.531000', '220529.534000', '220529.537000', '220529.539000', '220529.542000', '220529.544000', '220529.547000', '220529.550000', '220549.441000', '220549.444000', '220549.447000', '220549.449000', '220549.452000', '220549.454000', '220549.457000', '220549.460000', '220549.462000', '220549.465000', '220549.467000', '220549.470000', '220549.472000', '220549.475000', '220549.477000', '220549.480000', '220549.483000', '220549.485000', '220549.488000', '220549.490000', '220549.493000', '220549.496000', '220549.498000', '220549.501000', '220549.503000', '220549.506000', '220549.508000', '220549.511000', '220549.514000', '220549.516000', '220549.519000', '220549.521000', '220549.524000', '220549.526000', '220549.529000', '220549.531000', '220549.534000', '220549.537000', '220549.539000', '220549.542000', '220549.544000', '220549.547000', '220549.549000', '220549.552000', '220609.442000', '220609.444000', '220609.447000', '220609.450000', '220609.452000', '220609.455000', '220609.457000', '220609.460000', '220609.462000', '220609.465000', '220609.468000', '220609.470000', '220609.473000', '220609.475000', '220609.478000', '220609.481000', '220609.483000', '220609.486000', '220609.488000', '220609.491000', '220609.493000', '220609.496000', '220609.498000', '220609.501000', '220609.504000', '220609.506000', '220609.509000', '220609.511000', '220609.514000', '220609.516000', '220609.519000', '220609.522000', '220609.524000', '220609.527000', '220609.530000', '220609.532000', '220609.535000', '220609.537000', '220609.540000', '220609.542000', '220609.545000', '220609.548000', '220609.550000', '220629.441000', '220629.443000', '220629.446000', '220629.448000', '220629.452000', '220629.454000', '220629.457000', '220629.460000', '220629.462000', '220629.465000', '220629.467000', '220629.470000', '220629.472000', '220629.475000', '220629.478000', '220629.480000', '220629.483000', '220629.485000', '220629.488000', '220629.490000', '220629.494000', '220629.497000', '220629.499000', '220629.502000', '220629.505000', '220629.507000', '220629.510000', '220629.512000', '220629.515000', '220629.518000', '220629.520000', '220629.523000', '220629.525000', '220629.528000', '220629.530000', '220629.533000', '220629.536000', '220629.538000', '220629.541000', '220629.543000', '220629.546000', '220629.548000', '220629.551000', '220649.441000', '220649.444000', '220649.447000', '220649.449000', '220649.452000', '220649.454000', '220649.457000', '220649.460000', '220649.462000', '220649.465000', '220649.467000', '220649.470000', '220649.472000', '220649.475000', '220649.478000', '220649.480000', '220649.483000', '220649.485000', '220649.488000', '220649.490000', '220649.493000', '220649.495000', '220649.498000', '220649.500000', '220649.503000', '220649.506000', '220649.508000', '220649.511000', '220649.513000', '220649.516000', '220649.518000', '220649.521000', '220649.523000', '220649.526000', '220649.529000', '220649.531000', '220649.534000', '220649.536000', '220649.539000', '220649.541000', '220649.544000', '220649.547000', '220649.549000', '220649.552000', '220709.441000', '220709.444000', '220709.447000', '220709.449000', '220709.452000', '220709.456000', '220709.459000', '220709.461000', '220709.464000', '220709.466000', '220709.469000', '220709.471000', '220709.474000', '220709.476000', '220709.479000', '220709.481000', '220709.484000', '220709.487000', '220709.489000', '220709.492000', '220709.494000', '220709.497000', '220709.499000', '220709.502000', '220709.504000', '220709.507000', '220709.510000', '220709.512000', '220709.515000', '220709.517000', '220709.520000', '220709.522000', '220709.525000', '220709.528000', '220709.530000', '220709.533000', '220709.535000', '220709.538000', '220709.541000', '220709.543000', '220709.546000', '220709.548000', '220709.551000', '220729.441000', '220729.444000', '220729.447000', '220729.449000', '220729.452000', '220729.455000', '220729.457000', '220729.460000', '220729.462000', '220729.465000', '220729.467000', '220729.470000', '220729.472000', '220729.475000', '220729.477000', '220729.480000', '220729.483000', '220729.485000', '220729.488000', '220729.490000', '220729.493000', '220729.495000', '220729.498000', '220729.500000', '220729.503000', '220729.506000', '220729.508000', '220729.511000', '220729.513000', '220729.516000', '220729.518000', '220729.521000', '220729.523000', '220729.526000', '220729.528000', '220729.531000', '220729.534000', '220729.536000', '220729.539000', '220729.541000', '220729.544000', '220729.546000', '220729.549000', '220729.552000', '220736.591000', '220736.594000', '220736.597000', '220736.600000', '220736.603000', '220736.605000', '220736.608000', '220736.611000', '220736.614000', '220736.617000', '220736.619000', '220736.622000', '220736.624000', '220736.627000', '220736.630000', '220736.633000'], 'InstanceCreationTime': ['220109.466000', '220109.469000', '220109.472000', '220109.475000', '220109.477000', '220109.480000', '220109.482000', '220109.485000', '220109.487000', '220109.490000', '220109.492000', '220109.495000', '220109.497000', '220109.501000', '220109.504000', '220109.506000', '220109.509000', '220109.511000', '220109.514000', '220109.516000', '220109.524000', '220109.527000', '220109.530000', '220109.532000', '220109.535000', '220109.537000', '220109.540000', '220109.542000', '220109.545000', '220109.547000', '220129.441000', '220129.444000', '220129.447000', '220129.449000', '220129.452000', '220129.454000', '220129.457000', '220129.459000', '220129.462000', '220129.464000', '220129.467000', '220129.469000', '220129.472000', '220129.475000', '220129.477000', '220129.480000', '220129.482000', '220129.487000', '220129.490000', '220129.492000', '220129.495000', '220129.498000', '220129.500000', '220129.503000', '220129.505000', '220129.508000', '220129.510000', '220129.513000', '220129.516000', '220129.518000', '220129.521000', '220129.523000', '220129.526000', '220129.529000', '220129.532000', '220129.534000', '220129.537000', '220129.539000', '220129.542000', '220129.544000', '220129.547000', '220129.550000', '220129.552000', '220149.441000', '220149.444000', '220149.447000', '220149.449000', '220149.452000', '220149.454000', '220149.457000', '220149.459000', '220149.462000', '220149.464000', '220149.467000', '220149.469000', '220149.472000', '220149.474000', '220149.477000', '220149.480000', '220149.482000', '220149.485000', '220149.493000', '220149.496000', '220149.498000', '220149.501000', '220149.503000', '220149.506000', '220149.508000', '220149.511000', '220149.513000', '220149.516000', '220149.519000', '220149.521000', '220149.524000', '220149.526000', '220149.529000', '220149.531000', '220149.534000', '220149.536000', '220149.539000', '220149.542000', '220149.544000', '220149.547000', '220149.549000', '220149.552000', '220149.554000', '220149.557000', '220209.441000', '220209.444000', '220209.447000', '220209.449000', '220209.452000', '220209.454000', '220209.457000', '220209.459000', '220209.462000', '220209.477000', '220209.480000', '220209.482000', '220209.485000', '220209.487000', '220209.490000', '220209.492000', '220209.495000', '220209.497000', '220209.500000', '220209.503000', '220209.505000', '220209.508000', '220209.510000', '220209.513000', '220209.515000', '220209.518000', '220209.521000', '220209.523000', '220209.526000', '220209.528000', '220209.531000', '220209.533000', '220209.536000', '220209.539000', '220209.541000', '220209.544000', '220209.546000', '220209.549000', '220209.552000', '220209.554000', '220209.557000', '220209.559000', '220209.562000', '220229.441000', '220229.444000', '220229.447000', '220229.449000', '220229.452000', '220229.454000', '220229.457000', '220229.459000', '220229.462000', '220229.465000', '220229.467000', '220229.470000', '220229.472000', '220229.475000', '220229.477000', '220229.480000', '220229.482000', '220229.485000', '220229.487000', '220229.490000', '220229.492000', '220229.495000', '220229.498000', '220229.500000', '220229.503000', '220229.506000', '220229.508000', '220229.511000', '220229.513000', '220229.516000', '220229.519000', '220229.521000', '220229.524000', '220229.526000', '220229.529000', '220229.531000', '220229.534000', '220229.537000', '220229.539000', '220229.542000', '220229.544000', '220229.547000', '220229.550000', '220229.552000', '220249.442000', '220249.444000', '220249.447000', '220249.449000', '220249.452000', '220249.455000', '220249.457000', '220249.460000', '220249.462000', '220249.465000', '220249.468000', '220249.470000', '220249.473000', '220249.475000', '220249.478000', '220249.480000', '220249.483000', '220249.485000', '220249.488000', '220249.490000', '220249.493000', '220249.495000', '220249.498000', '220249.501000', '220249.503000', '220249.506000', '220249.508000', '220249.511000', '220249.513000', '220249.516000', '220249.518000', '220249.521000', '220249.524000', '220249.526000', '220249.529000', '220249.532000', '220249.534000', '220249.537000', '220249.539000', '220249.542000', '220249.544000', '220249.547000', '220249.550000', '220309.442000', '220309.444000', '220309.447000', '220309.449000', '220309.452000', '220309.455000', '220309.457000', '220309.460000', '220309.463000', '220309.465000', '220309.468000', '220309.470000', '220309.473000', '220309.475000', '220309.478000', '220309.480000', '220309.483000', '220309.485000', '220309.488000', '220309.491000', '220309.493000', '220309.496000', '220309.498000', '220309.501000', '220309.503000', '220309.506000', '220309.508000', '220309.511000', '220309.514000', '220309.516000', '220309.519000', '220309.521000', '220309.524000', '220309.527000', '220309.529000', '220309.532000', '220309.534000', '220309.537000', '220309.539000', '220309.542000', '220309.545000', '220309.547000', '220309.550000', '220309.552000', '220329.442000', '220329.444000', '220329.447000', '220329.449000', '220329.452000', '220329.454000', '220329.457000', '220329.460000', '220329.462000', '220329.465000', '220329.467000', '220329.470000', '220329.472000', '220329.475000', '220329.477000', '220329.480000', '220329.483000', '220329.485000', '220329.488000', '220329.490000', '220329.493000', '220329.495000', '220329.498000', '220329.500000', '220329.503000', '220329.506000', '220329.508000', '220329.511000', '220329.513000', '220329.516000', '220329.519000', '220329.522000', '220329.524000', '220329.527000', '220329.530000', '220329.532000', '220329.535000', '220329.537000', '220329.540000', '220329.543000', '220329.545000', '220329.548000', '220329.550000', '220349.441000', '220349.444000', '220349.447000', '220349.449000', '220349.452000', '220349.463000', '220349.465000', '220349.468000', '220349.470000', '220349.473000', '220349.476000', '220349.478000', '220349.481000', '220349.484000', '220349.486000', '220349.489000', '220349.492000', '220349.494000', '220349.497000', '220349.499000', '220349.502000', '220349.504000', '220349.507000', '220349.509000', '220349.512000', '220349.514000', '220349.517000', '220349.519000', '220349.522000', '220349.525000', '220349.527000', '220349.530000', '220349.532000', '220349.535000', '220349.538000', '220349.540000', '220349.543000', '220349.545000', '220349.548000', '220349.550000', '220349.553000', '220349.555000', '220349.558000', '220409.442000', '220409.444000', '220409.447000', '220409.449000', '220409.452000', '220409.455000', '220409.465000', '220409.467000', '220409.470000', '220409.472000', '220409.475000', '220409.478000', '220409.480000', '220409.483000', '220409.485000', '220409.488000', '220409.490000', '220409.493000', '220409.495000', '220409.498000', '220409.501000', '220409.503000', '220409.506000', '220409.508000', '220409.511000', '220409.513000', '220409.516000', '220409.518000', '220409.521000', '220409.524000', '220409.526000', '220409.529000', '220409.531000', '220409.534000', '220409.536000', '220409.539000', '220409.541000', '220409.544000', '220409.546000', '220409.549000', '220409.551000', '220409.554000', '220409.557000', '220409.559000', '220429.441000', '220429.444000', '220429.447000', '220429.449000', '220429.452000', '220429.454000', '220429.457000', '220429.459000', '220429.462000', '220429.465000', '220429.467000', '220429.470000', '220429.472000', '220429.475000', '220429.477000', '220429.480000', '220429.483000', '220429.485000', '220429.488000', '220429.490000', '220429.493000', '220429.496000', '220429.498000', '220429.501000', '220429.503000', '220429.506000', '220429.508000', '220429.511000', '220429.513000', '220429.516000', '220429.519000', '220429.521000', '220429.524000', '220429.526000', '220429.529000', '220429.532000', '220429.534000', '220429.537000', '220429.539000', '220429.542000', '220429.544000', '220429.547000', '220429.550000', '220429.552000', '220449.442000', '220449.445000', '220449.447000', '220449.450000', '220449.452000', '220449.455000', '220449.457000', '220449.460000', '220449.462000', '220449.465000', '220449.468000', '220449.470000', '220449.473000', '220449.475000', '220449.478000', '220449.480000', '220449.483000', '220449.486000', '220449.488000', '220449.491000', '220449.493000', '220449.496000', '220449.498000', '220449.501000', '220449.504000', '220449.506000', '220449.509000', '220449.511000', '220449.514000', '220449.516000', '220449.519000', '220449.522000', '220449.524000', '220449.527000', '220449.529000', '220449.532000', '220449.534000', '220449.537000', '220449.539000', '220449.542000', '220449.545000', '220449.547000', '220449.550000', '220509.441000', '220509.444000', '220509.447000', '220509.449000', '220509.452000', '220509.455000', '220509.458000', '220509.460000', '220509.463000', '220509.465000', '220509.468000', '220509.470000', '220509.473000', '220509.476000', '220509.478000', '220509.481000', '220509.483000', '220509.486000', '220509.488000', '220509.491000', '220509.493000', '220509.496000', '220509.499000', '220509.501000', '220509.504000', '220509.506000', '220509.509000', '220509.512000', '220509.514000', '220509.517000', '220509.535000', '220509.538000', '220509.540000', '220509.543000', '220509.545000', '220509.548000', '220509.550000', '220509.553000', '220509.556000', '220509.558000', '220509.561000', '220509.563000', '220509.566000', '220509.568000', '220529.441000', '220529.444000', '220529.447000', '220529.449000', '220529.452000', '220529.454000', '220529.457000', '220529.459000', '220529.462000', '220529.465000', '220529.467000', '220529.470000', '220529.472000', '220529.475000', '220529.477000', '220529.480000', '220529.483000', '220529.485000', '220529.488000', '220529.490000', '220529.493000', '220529.495000', '220529.498000', '220529.500000', '220529.503000', '220529.506000', '220529.508000', '220529.511000', '220529.513000', '220529.516000', '220529.519000', '220529.521000', '220529.524000', '220529.526000', '220529.529000', '220529.531000', '220529.534000', '220529.537000', '220529.539000', '220529.542000', '220529.544000', '220529.547000', '220529.550000', '220549.441000', '220549.444000', '220549.447000', '220549.449000', '220549.452000', '220549.454000', '220549.457000', '220549.460000', '220549.462000', '220549.465000', '220549.467000', '220549.470000', '220549.472000', '220549.475000', '220549.477000', '220549.480000', '220549.483000', '220549.485000', '220549.488000', '220549.490000', '220549.493000', '220549.496000', '220549.498000', '220549.501000', '220549.503000', '220549.506000', '220549.508000', '220549.511000', '220549.514000', '220549.516000', '220549.519000', '220549.521000', '220549.524000', '220549.526000', '220549.529000', '220549.531000', '220549.534000', '220549.537000', '220549.539000', '220549.542000', '220549.544000', '220549.547000', '220549.549000', '220549.552000', '220609.442000', '220609.444000', '220609.447000', '220609.450000', '220609.452000', '220609.455000', '220609.457000', '220609.460000', '220609.462000', '220609.465000', '220609.468000', '220609.470000', '220609.473000', '220609.475000', '220609.478000', '220609.481000', '220609.483000', '220609.486000', '220609.488000', '220609.491000', '220609.493000', '220609.496000', '220609.498000', '220609.501000', '220609.504000', '220609.506000', '220609.509000', '220609.511000', '220609.514000', '220609.516000', '220609.519000', '220609.522000', '220609.524000', '220609.527000', '220609.530000', '220609.532000', '220609.535000', '220609.537000', '220609.540000', '220609.542000', '220609.545000', '220609.548000', '220609.550000', '220629.441000', '220629.443000', '220629.446000', '220629.448000', '220629.452000', '220629.454000', '220629.457000', '220629.460000', '220629.462000', '220629.465000', '220629.467000', '220629.470000', '220629.472000', '220629.475000', '220629.478000', '220629.480000', '220629.483000', '220629.485000', '220629.488000', '220629.490000', '220629.494000', '220629.497000', '220629.499000', '220629.502000', '220629.505000', '220629.507000', '220629.510000', '220629.512000', '220629.515000', '220629.518000', '220629.520000', '220629.523000', '220629.525000', '220629.528000', '220629.530000', '220629.533000', '220629.536000', '220629.538000', '220629.541000', '220629.543000', '220629.546000', '220629.548000', '220629.551000', '220649.441000', '220649.444000', '220649.447000', '220649.449000', '220649.452000', '220649.454000', '220649.457000', '220649.460000', '220649.462000', '220649.465000', '220649.467000', '220649.470000', '220649.472000', '220649.475000', '220649.478000', '220649.480000', '220649.483000', '220649.485000', '220649.488000', '220649.490000', '220649.493000', '220649.495000', '220649.498000', '220649.500000', '220649.503000', '220649.506000', '220649.508000', '220649.511000', '220649.513000', '220649.516000', '220649.518000', '220649.521000', '220649.523000', '220649.526000', '220649.529000', '220649.531000', '220649.534000', '220649.536000', '220649.539000', '220649.541000', '220649.544000', '220649.547000', '220649.549000', '220649.552000', '220709.441000', '220709.444000', '220709.447000', '220709.449000', '220709.452000', '220709.456000', '220709.459000', '220709.461000', '220709.464000', '220709.466000', '220709.469000', '220709.471000', '220709.474000', '220709.476000', '220709.479000', '220709.481000', '220709.484000', '220709.487000', '220709.489000', '220709.492000', '220709.494000', '220709.497000', '220709.499000', '220709.502000', '220709.504000', '220709.507000', '220709.510000', '220709.512000', '220709.515000', '220709.517000', '220709.520000', '220709.522000', '220709.525000', '220709.528000', '220709.530000', '220709.533000', '220709.535000', '220709.538000', '220709.541000', '220709.543000', '220709.546000', '220709.548000', '220709.551000', '220729.441000', '220729.444000', '220729.447000', '220729.449000', '220729.452000', '220729.455000', '220729.457000', '220729.460000', '220729.462000', '220729.465000', '220729.467000', '220729.470000', '220729.472000', '220729.475000', '220729.477000', '220729.480000', '220729.483000', '220729.485000', '220729.488000', '220729.490000', '220729.493000', '220729.495000', '220729.498000', '220729.500000', '220729.503000', '220729.506000', '220729.508000', '220729.511000', '220729.513000', '220729.516000', '220729.518000', '220729.521000', '220729.523000', '220729.526000', '220729.528000', '220729.531000', '220729.534000', '220729.536000', '220729.539000', '220729.541000', '220729.544000', '220729.546000', '220729.549000', '220729.552000', '220736.591000', '220736.594000', '220736.597000', '220736.600000', '220736.603000', '220736.605000', '220736.608000', '220736.611000', '220736.614000', '220736.617000', '220736.619000', '220736.622000', '220736.624000', '220736.627000', '220736.630000', '220736.633000'], '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': [18244, 11747, 15776, 10601, 11879, 10537, 9921, 18046, 10118, 15068, 9527, 11391, 10098, 9974, 11528, 9880, 9750, 9378, 11095, 9274, 9600, 9285, 9687, 18152, 9706, 13640, 9421, 9526, 9555, 9626, 9317, 9451, 10631, 9604, 9355, 9338, 9410, 9746, 9399, 9277, 9642, 8558, 9391, 9764, 9436, 9488, 9114, 9510, 9140, 9487, 9248, 9558, 8809, 9466, 9467, 9229, 10359, 8932, 9645, 8907, 9571, 9662, 9427, 12680, 8911, 9675, 8794, 9414, 8858, 9397, 8677, 9190, 10164, 9489, 9741, 9055, 9667, 9399, 9593, 11390, 9265, 11435, 9067, 10422, 9343, 11898, 11711, 9459, 9648, 9514, 10607, 9559, 11205, 8950, 9810, 8936, 9646, 9017, 9604, 13070, 8972, 10839, 8944, 9645, 9007, 9433, 10477, 9262, 9438, 9058, 13060, 9283, 15106, 8910, 9855, 8840, 9377, 9660, 9420, 16481, 9371, 13486, 9324, 11503, 9268, 13190, 13171, 9717, 10898, 9433, 10954, 9071, 10787, 8695, 9503, 8538, 9318, 13487, 8968, 9702, 8846, 9408, 9173, 9163, 11988, 9308, 9695, 9266, 11318, 8956, 10497, 9127, 9432, 13900, 9392, 15104, 8981, 9293, 8992, 9858, 9192, 9258, 11945, 9399, 9350, 9337, 11241, 9055, 9445, 8780, 9598, 8846, 9556, 13516, 9213, 12209, 9105, 9651, 9319, 9598, 9553, 9556, 8999, 9926, 9584, 9472, 9311, 9740, 8716, 9705, 8662, 9834, 9185, 9341, 15516, 12231, 17049, 9774, 15122, 9343, 13389, 9651, 16033, 9007, 9550, 8773, 9528, 8953, 9341, 9050, 9376, 8532, 9446, 15761, 9364, 14667, 9205, 10505, 9352, 10947, 9749, 9631, 9397, 9377, 10213, 9503, 9309, 9786, 9257, 9086, 8755, 9927, 10302, 8652, 10067, 13703, 14248, 16432, 11908, 16241, 9888, 9380, 9378, 11079, 10976, 17351, 11048, 9341, 8993, 9691, 8917, 9499, 8960, 9435, 8561, 9383, 9813, 9727, 12358, 9055, 9384, 9123, 9644, 9488, 9835, 10398, 9588, 12830, 9455, 10790, 9458, 11889, 11616, 12909, 15601, 9769, 14006, 9225, 12538, 10673, 9359, 9002, 9287, 9252, 9266, 9456, 9646, 9254, 9053, 9449, 8742, 9531, 10848, 9820, 10624, 9262, 9444, 8970, 9413, 10162, 9968, 9507, 9233, 9374, 8730, 9744, 10187, 9320, 9436, 9116, 9809, 9706, 12154, 14419, 9419, 14278, 9152, 11432, 9561, 12210, 9850, 9536, 12737, 9333, 9975, 9521, 11484, 9502, 9577, 9238, 9298, 8899, 9433, 10758, 9495, 9681, 8893, 9495, 9276, 9491, 9118, 9496, 13713, 9139, 9562, 9105, 9749, 8764, 9552, 8859, 9774, 8860, 9661, 8813, 9207, 8858, 9326, 9065, 9189, 9079, 9151, 12701, 9186, 10908, 8894, 9474, 8766, 9132, 9357, 9480, 13504, 9557, 13693, 9171, 12648, 9385, 16421, 9017, 9393, 9207, 9305, 8853, 9389, 16283, 8886, 8811, 8910, 9362, 9455, 9339, 8766, 9514, 9019, 9219, 8883, 9123, 11436, 8859, 9029, 8904, 9382, 9498, 10047, 8940, 9416, 8923, 9285, 9301, 9294, 8989, 9345, 8990, 9033, 12361, 9377, 16680, 8999, 11964, 8990, 9887, 9463, 11672, 11915, 9234, 10115, 9215, 13020, 9135, 9444, 9084, 9313, 8915, 9454, 10960, 9074, 12169, 8870, 8988, 9173, 10763, 8902, 10751, 9032, 9241, 8697, 9225, 11948, 9313, 15709, 8944, 9720, 8791, 9194, 9361, 9123, 9123, 9380, 8903, 9363, 12351, 9206, 12332, 8973, 8820, 9454, 10574, 9045, 9122, 8876, 9447, 9017, 9333, 17604, 9375, 14369, 9254, 12185, 9387, 13008, 9055, 9276, 9223, 9428, 9260, 9378, 14259, 8947, 9131, 9376, 9008, 9756, 9332, 8864, 9071, 9036, 9387, 9485, 9501, 11587, 10573, 12593, 9445, 8795, 9483, 8664, 10306, 9158, 8772, 9143, 15525, 11186, 15153, 9630, 12404, 9260, 15436, 12417, 15772, 8969, 9940, 9253, 9299, 14176, 9658, 10707, 9444, 9207, 9276, 9342, 9197, 10794, 9046, 8940, 8993, 9137, 9265, 10995, 9052, 9732, 8684, 9548, 9572, 9992, 14017, 10490, 10782, 9371, 12292, 9274, 15566, 9042, 10693, 9320, 9258, 9258, 16061, 10609, 16456, 9634, 11921, 9150, 10691, 14136, 12084, 14816, 9431, 9626, 9122, 9607, 9290, 11645, 9253, 9487, 8924, 9354, 9362, 9267, 9061, 9170, 8660, 9060, 9098, 9238, 9050, 9410, 9282, 9415, 9271, 9407, 13247, 9134, 10771, 9266, 12353, 9460, 19460, 12951, 20000, 13216, 15449, 10107, 9456, 11819, 9114, 9431, 9194, 9274, 9169, 9059, 9443, 9138, 9413, 8869, 8777, 8518, 8988, 9202, 8913, 9078, 8786, 9369, 8858, 10788, 16172, 13588, 17050, 12101, 13323, 9304, 10261, 8771, 9280, 16954, 9984, 12890, 9203, 10128, 8975, 10617, 8782, 9222, 9160, 9187, 9067, 9405, 9148, 9198, 11479, 9065, 8660, 9140, 8258, 9044, 8988, 8868, 9326, 8810, 9210, 8343, 9265, 9079, 9203, 8667, 8953, 8568, 9216, 8966, 9301, 8732, 8980, 8351, 9140, 8997, 9006, 12269, 8966, 9507, 8980, 9173, 8703, 9312, 9327, 10768, 11316, 9421, 8902, 9076, 10528, 9332, 17510, 10754, 15707, 9054, 11320, 8880, 10513, 9152, 9386, 8974, 9305, 9060, 8912, 8647, 9250, 8931, 9508, 8873, 9336, 15971, 11169, 10816, 9284, 9165, 10402, 8896, 9287, 9214, 16524, 12740, 14604, 9649, 11848, 9574, 17716, 11163, 10899, 9228, 9691, 8920, 9661, 16179, 9442, 9698, 9196, 8953, 9422, 9057, 9542, 10502, 9239, 8388, 9120, 9395, 8953, 10231, 9106, 9730, 8617, 9506, 9330, 9569, 13344, 10347, 14743, 9400, 12161, 9338, 11797, 9337, 16613, 9003, 9491, 9055, 9219, 9075, 9342, 11136, 9323, 9985, 9248, 8543, 9089, 9130, 9193, 12438, 8866, 9008, 8820, 9001, 9161, 9117, 9200, 9310, 9022, 9437, 16538, 10086, 14966, 9429, 11947, 9287, 16366, 8204, 8006, 9058, 8793, 9900, 9473, 12051, 9004, 16570, 10508, 12213, 9062, 9617, 10516, 9410, 16534, 9142, 9437, 8928, 11405, 8867, 10575, 8691, 9677, 8658, 9392, 8525, 9155, 8964, 9325, 8680, 9138, 8827, 9111, 10790, 9308, 17922, 15756, 18493, 13262, 15875, 8926, 8860, 8943, 8802, 9007, 8283, 9263, 9449, 10308, 9609, 10442, 10183, 9722, 10083, 13632, 10810, 15306, 12275, 16195, 12385, 17678, 15735, 17992, 10754, 10495, 9508, 9607, 9885, 10026, 9364, 10267, 9647, 10294, 9528, 9741, 9613, 9311, 9434, 9059], 'WindowCenter': [4256.0, 4188.0, 4202.0, 4147.0, 4169.0, 4135.0, 4122.0, 4171.0, 4108.0, 4148.0, 4108.0, 4129.0, 4105.0, 4106.0, 4115.0, 4106.0, 4107.0, 4096.0, 4117.0, 4095.0, 4095.0, 4095.0, 4096.0, 4157.0, 4095.0, 4135.0, 4083.0, 4093.0, 4096.0, 4096.0, 4094.0, 4096.0, 4105.0, 4095.0, 4084.0, 4097.0, 4096.0, 4096.0, 4096.0, 4095.0, 4107.0, 4097.0, 4107.0, 4108.0, 4109.0, 4106.0, 4098.0, 4121.0, 4111.0, 4108.0, 4110.0, 4121.0, 4098.0, 4110.0, 4120.0, 4110.0, 4121.0, 4099.0, 4110.0, 4097.0, 4108.0, 4110.0, 4110.0, 4141.0, 4111.0, 4109.0, 4100.0, 4122.0, 4111.0, 4124.0, 4112.0, 4124.0, 4133.0, 4135.0, 4122.0, 4126.0, 4138.0, 4126.0, 4136.0, 4155.0, 4123.0, 4142.0, 4113.0, 4146.0, 4114.0, 4154.0, 4143.0, 4122.0, 4109.0, 4124.0, 4133.0, 4122.0, 4142.0, 4110.0, 4122.0, 4111.0, 4124.0, 4113.0, 4122.0, 4164.0, 4114.0, 4133.0, 4113.0, 4124.0, 4112.0, 4124.0, 4134.0, 4125.0, 4111.0, 4113.0, 4163.0, 4124.0, 4174.0, 4113.0, 4122.0, 4123.0, 4126.0, 4122.0, 4125.0, 4185.0, 4111.0, 4152.0, 4111.0, 4143.0, 4111.0, 4153.0, 4152.0, 4109.0, 4118.0, 4110.0, 4131.0, 4098.0, 4132.0, 4098.0, 4110.0, 4100.0, 4122.0, 4152.0, 4112.0, 4110.0, 4110.0, 4122.0, 4111.0, 4123.0, 4142.0, 4111.0, 4121.0, 4123.0, 4143.0, 4112.0, 4131.0, 4099.0, 4111.0, 4162.0, 4110.0, 4162.0, 4100.0, 4099.0, 4100.0, 4122.0, 4109.0, 4110.0, 4140.0, 4110.0, 4110.0, 4111.0, 4131.0, 4112.0, 4110.0, 4100.0, 4122.0, 4110.0, 4122.0, 4152.0, 4124.0, 4140.0, 4112.0, 4121.0, 4123.0, 4120.0, 4124.0, 4123.0, 4113.0, 4122.0, 4125.0, 4125.0, 4124.0, 4135.0, 4114.0, 4123.0, 4113.0, 4132.0, 4124.0, 4125.0, 4175.0, 4157.0, 4185.0, 4123.0, 4163.0, 4123.0, 4165.0, 4122.0, 4187.0, 4124.0, 4124.0, 4110.0, 4124.0, 4112.0, 4123.0, 4111.0, 4123.0, 4114.0, 4135.0, 4175.0, 4124.0, 4163.0, 4111.0, 4133.0, 4124.0, 4133.0, 4111.0, 4110.0, 4110.0, 4111.0, 4123.0, 4123.0, 4110.0, 4121.0, 4111.0, 4113.0, 4102.0, 4120.0, 4120.0, 4113.0, 4122.0, 4163.0, 4176.0, 4173.0, 4142.0, 4172.0, 4111.0, 4097.0, 4098.0, 4131.0, 4120.0, 4173.0, 4119.0, 4097.0, 4097.0, 4109.0, 4098.0, 4110.0, 4100.0, 4110.0, 4100.0, 4124.0, 4135.0, 4123.0, 4155.0, 4114.0, 4112.0, 4111.0, 4123.0, 4125.0, 4124.0, 4134.0, 4123.0, 4154.0, 4113.0, 4120.0, 4111.0, 4143.0, 4130.0, 4141.0, 4148.0, 4098.0, 4137.0, 4099.0, 4129.0, 4107.0, 4097.0, 4085.0, 4097.0, 4085.0, 4097.0, 4109.0, 4107.0, 4110.0, 4098.0, 4109.0, 4088.0, 4111.0, 4131.0, 4110.0, 4120.0, 4098.0, 4109.0, 4085.0, 4098.0, 4119.0, 4110.0, 4110.0, 4097.0, 4111.0, 4087.0, 4123.0, 4123.0, 4112.0, 4098.0, 4098.0, 4120.0, 4111.0, 4143.0, 4163.0, 4112.0, 4162.0, 4111.0, 4141.0, 4122.0, 4142.0, 4110.0, 4110.0, 4141.0, 4100.0, 4109.0, 4111.0, 4130.0, 4110.0, 4108.0, 4097.0, 4098.0, 4085.0, 4110.0, 4119.0, 4109.0, 4109.0, 4097.0, 4108.0, 4096.0, 4122.0, 4099.0, 4111.0, 4151.0, 4124.0, 4112.0, 4115.0, 4109.0, 4087.0, 4109.0, 4102.0, 4135.0, 4112.0, 4109.0, 4112.0, 4111.0, 4101.0, 4112.0, 4112.0, 4113.0, 4114.0, 4126.0, 4155.0, 4124.0, 4132.0, 4112.0, 4111.0, 4101.0, 4125.0, 4112.0, 4124.0, 4153.0, 4112.0, 4151.0, 4111.0, 4153.0, 4100.0, 4172.0, 4098.0, 4097.0, 4086.0, 4099.0, 4098.0, 4098.0, 4161.0, 4099.0, 4098.0, 4098.0, 4098.0, 4110.0, 4111.0, 4099.0, 4110.0, 4099.0, 4112.0, 4100.0, 4112.0, 4142.0, 4110.0, 4100.0, 4112.0, 4125.0, 4121.0, 4123.0, 4113.0, 4112.0, 4113.0, 4125.0, 4123.0, 4126.0, 4114.0, 4122.0, 4111.0, 4115.0, 4155.0, 4125.0, 4187.0, 4114.0, 4143.0, 4114.0, 4125.0, 4122.0, 4143.0, 4131.0, 4100.0, 4121.0, 4112.0, 4152.0, 4111.0, 4109.0, 4099.0, 4109.0, 4112.0, 4122.0, 4131.0, 4113.0, 4139.0, 4099.0, 4100.0, 4112.0, 4132.0, 4112.0, 4131.0, 4098.0, 4109.0, 4088.0, 4124.0, 4131.0, 4111.0, 4162.0, 4100.0, 4109.0, 4101.0, 4111.0, 4111.0, 4124.0, 4112.0, 4126.0, 4112.0, 4126.0, 4153.0, 4124.0, 4152.0, 4112.0, 4114.0, 4124.0, 4134.0, 4114.0, 4112.0, 4110.0, 4125.0, 4113.0, 4112.0, 4185.0, 4112.0, 4151.0, 4112.0, 4143.0, 4110.0, 4153.0, 4099.0, 4099.0, 4098.0, 4110.0, 4110.0, 4111.0, 4162.0, 4101.0, 4099.0, 4122.0, 4110.0, 4121.0, 4123.0, 4113.0, 4112.0, 4111.0, 4125.0, 4124.0, 4124.0, 4157.0, 4147.0, 4155.0, 4124.0, 4113.0, 4122.0, 4099.0, 4120.0, 4113.0, 4115.0, 4125.0, 4189.0, 4147.0, 4177.0, 4126.0, 4156.0, 4125.0, 4165.0, 4143.0, 4163.0, 4087.0, 4108.0, 4101.0, 4111.0, 4152.0, 4111.0, 4109.0, 4111.0, 4099.0, 4111.0, 4111.0, 4113.0, 4133.0, 4113.0, 4112.0, 4113.0, 4125.0, 4114.0, 4134.0, 4114.0, 4112.0, 4102.0, 4112.0, 4124.0, 4123.0, 4162.0, 4122.0, 4120.0, 4112.0, 4141.0, 4100.0, 4173.0, 4101.0, 4120.0, 4111.0, 4112.0, 4111.0, 4172.0, 4133.0, 4162.0, 4110.0, 4129.0, 4100.0, 4120.0, 4149.0, 4130.0, 4138.0, 4085.0, 4085.0, 4098.0, 4097.0, 4097.0, 4118.0, 4098.0, 4096.0, 4098.0, 4110.0, 4109.0, 4111.0, 4099.0, 4099.0, 4099.0, 4111.0, 4101.0, 4112.0, 4100.0, 4110.0, 4099.0, 4111.0, 4100.0, 4113.0, 4140.0, 4111.0, 4132.0, 4113.0, 4142.0, 4112.0, 4184.0, 4153.0, 4196.0, 4153.0, 4174.0, 4119.0, 4098.0, 4128.0, 4097.0, 4098.0, 4096.0, 4098.0, 4096.0, 4097.0, 4111.0, 4110.0, 4099.0, 4099.0, 4098.0, 4085.0, 4099.0, 4110.0, 4111.0, 4100.0, 4100.0, 4111.0, 4100.0, 4133.0, 4161.0, 4141.0, 4159.0, 4126.0, 4127.0, 4085.0, 4093.0, 4073.0, 4085.0, 4146.0, 4093.0, 4112.0, 4084.0, 4105.0, 4084.0, 4104.0, 4073.0, 4083.0, 4084.0, 4096.0, 4085.0, 4109.0, 4097.0, 4097.0, 4117.0, 4087.0, 4086.0, 4098.0, 4089.0, 4098.0, 4099.0, 4099.0, 4097.0, 4099.0, 4110.0, 4101.0, 4123.0, 4113.0, 4112.0, 4101.0, 4113.0, 4114.0, 4124.0, 4114.0, 4125.0, 4112.0, 4113.0, 4101.0, 4124.0, 4114.0, 4115.0, 4157.0, 4115.0, 4123.0, 4125.0, 4123.0, 4115.0, 4125.0, 4123.0, 4146.0, 4144.0, 4124.0, 4113.0, 4112.0, 4132.0, 4113.0, 4185.0, 4133.0, 4163.0, 4101.0, 4131.0, 4111.0, 4133.0, 4111.0, 4111.0, 4098.0, 4112.0, 4112.0, 4113.0, 4113.0, 4123.0, 4113.0, 4136.0, 4114.0, 4124.0, 4186.0, 4158.0, 4146.0, 4125.0, 4113.0, 4131.0, 4114.0, 4126.0, 4123.0, 4189.0, 4166.0, 4175.0, 4124.0, 4156.0, 4124.0, 4187.0, 4132.0, 4121.0, 4099.0, 4122.0, 4100.0, 4112.0, 4173.0, 4109.0, 4098.0, 4109.0, 4099.0, 4113.0, 4100.0, 4111.0, 4121.0, 4112.0, 4090.0, 4111.0, 4122.0, 4112.0, 4134.0, 4113.0, 4121.0, 4101.0, 4122.0, 4113.0, 4124.0, 4153.0, 4124.0, 4152.0, 4111.0, 4128.0, 4111.0, 4142.0, 4099.0, 4172.0, 4099.0, 4098.0, 4087.0, 4107.0, 4099.0, 4110.0, 4130.0, 4111.0, 4108.0, 4110.0, 4099.0, 4113.0, 4112.0, 4111.0, 4153.0, 4110.0, 4100.0, 4111.0, 4112.0, 4111.0, 4100.0, 4099.0, 4110.0, 4098.0, 4113.0, 4173.0, 4122.0, 4150.0, 4112.0, 4144.0, 4111.0, 4173.0, 4102.0, 4089.0, 4098.0, 4100.0, 4121.0, 4124.0, 4155.0, 4113.0, 4185.0, 4134.0, 4143.0, 4100.0, 4112.0, 4122.0, 4101.0, 4160.0, 4098.0, 4097.0, 4099.0, 4130.0, 4098.0, 4119.0, 4087.0, 4108.0, 4099.0, 4122.0, 4102.0, 4112.0, 4112.0, 4113.0, 4102.0, 4112.0, 4100.0, 4113.0, 4134.0, 4125.0, 4198.0, 4189.0, 4199.0, 4165.0, 4184.0, 4110.0, 4111.0, 4111.0, 4110.0, 4110.0, 4103.0, 4124.0, 4128.0, 4148.0, 4125.0, 4133.0, 4122.0, 4110.0, 4110.0, 4140.0, 4121.0, 4151.0, 4121.0, 4150.0, 4132.0, 4163.0, 4137.0, 4136.0, 4081.0, 4079.0, 4056.0, 4069.0, 4068.0, 4082.0, 4069.0, 4093.0, 4083.0, 4082.0, 4097.0, 4082.0, 4081.0, 4083.0, 4096.0, 4073.0], 'WindowWidth': [9411.0, 9295.0, 9301.0, 9216.0, 9248.0, 9194.0, 9171.0, 9236.0, 9145.0, 9197.0, 9144.0, 9172.0, 9134.0, 9137.0, 9144.0, 9137.0, 9142.0, 9123.0, 9151.0, 9120.0, 9120.0, 9121.0, 9123.0, 9209.0, 9121.0, 9173.0, 9102.0, 9114.0, 9122.0, 9124.0, 9118.0, 9124.0, 9133.0, 9121.0, 9104.0, 9128.0, 9124.0, 9123.0, 9124.0, 9119.0, 9139.0, 9128.0, 9143.0, 9142.0, 9145.0, 9138.0, 9130.0, 9167.0, 9153.0, 9146.0, 9148.0, 9164.0, 9129.0, 9148.0, 9164.0, 9150.0, 9164.0, 9133.0, 9147.0, 9125.0, 9145.0, 9150.0, 9148.0, 9192.0, 9151.0, 9148.0, 9136.0, 9171.0, 9152.0, 9175.0, 9157.0, 9178.0, 9185.0, 9191.0, 9170.0, 9183.0, 9202.0, 9182.0, 9196.0, 9218.0, 9173.0, 9195.0, 9159.0, 9208.0, 9160.0, 9217.0, 9196.0, 9167.0, 9146.0, 9174.0, 9186.0, 9170.0, 9197.0, 9151.0, 9168.0, 9151.0, 9174.0, 9158.0, 9171.0, 9230.0, 9162.0, 9185.0, 9159.0, 9176.0, 9157.0, 9176.0, 9187.0, 9180.0, 9153.0, 9158.0, 9226.0, 9176.0, 9243.0, 9160.0, 9170.0, 9174.0, 9182.0, 9172.0, 9180.0, 9258.0, 9153.0, 9206.0, 9152.0, 9200.0, 9152.0, 9212.0, 9205.0, 9147.0, 9156.0, 9149.0, 9180.0, 9131.0, 9180.0, 9130.0, 9149.0, 9137.0, 9171.0, 9209.0, 9156.0, 9150.0, 9152.0, 9171.0, 9153.0, 9172.0, 9195.0, 9153.0, 9166.0, 9174.0, 9198.0, 9155.0, 9178.0, 9133.0, 9151.0, 9222.0, 9150.0, 9221.0, 9134.0, 9131.0, 9135.0, 9170.0, 9145.0, 9151.0, 9189.0, 9149.0, 9149.0, 9153.0, 9178.0, 9155.0, 9150.0, 9135.0, 9167.0, 9153.0, 9170.0, 9209.0, 9174.0, 9190.0, 9154.0, 9166.0, 9173.0, 9166.0, 9174.0, 9171.0, 9157.0, 9168.0, 9177.0, 9178.0, 9174.0, 9192.0, 9162.0, 9172.0, 9157.0, 9183.0, 9174.0, 9179.0, 9246.0, 9223.0, 9260.0, 9171.0, 9223.0, 9174.0, 9232.0, 9170.0, 9268.0, 9177.0, 9175.0, 9152.0, 9174.0, 9155.0, 9173.0, 9155.0, 9172.0, 9163.0, 9193.0, 9247.0, 9177.0, 9226.0, 9154.0, 9187.0, 9174.0, 9186.0, 9152.0, 9147.0, 9148.0, 9152.0, 9173.0, 9171.0, 9150.0, 9164.0, 9151.0, 9159.0, 9140.0, 9160.0, 9164.0, 9157.0, 9170.0, 9225.0, 9247.0, 9239.0, 9196.0, 9234.0, 9149.0, 9124.0, 9130.0, 9177.0, 9161.0, 9241.0, 9157.0, 9124.0, 9126.0, 9144.0, 9128.0, 9147.0, 9135.0, 9148.0, 9135.0, 9175.0, 9190.0, 9174.0, 9217.0, 9161.0, 9155.0, 9152.0, 9170.0, 9177.0, 9176.0, 9188.0, 9174.0, 9211.0, 9157.0, 9161.0, 9151.0, 9198.0, 9172.0, 9190.0, 9195.0, 9125.0, 9178.0, 9130.0, 9172.0, 9136.0, 9124.0, 9104.0, 9124.0, 9106.0, 9126.0, 9144.0, 9139.0, 9146.0, 9128.0, 9145.0, 9115.0, 9152.0, 9179.0, 9147.0, 9160.0, 9126.0, 9143.0, 9105.0, 9129.0, 9159.0, 9146.0, 9146.0, 9125.0, 9151.0, 9112.0, 9170.0, 9170.0, 9156.0, 9127.0, 9128.0, 9162.0, 9151.0, 9198.0, 9223.0, 9156.0, 9220.0, 9150.0, 9193.0, 9170.0, 9195.0, 9149.0, 9151.0, 9189.0, 9133.0, 9145.0, 9153.0, 9175.0, 9147.0, 9142.0, 9124.0, 9128.0, 9107.0, 9150.0, 9158.0, 9146.0, 9145.0, 9125.0, 9139.0, 9121.0, 9168.0, 9133.0, 9149.0, 9204.0, 9174.0, 9152.0, 9165.0, 9145.0, 9111.0, 9144.0, 9139.0, 9192.0, 9153.0, 9144.0, 9154.0, 9151.0, 9139.0, 9155.0, 9155.0, 9157.0, 9163.0, 9180.0, 9216.0, 9175.0, 9181.0, 9154.0, 9151.0, 9139.0, 9177.0, 9156.0, 9174.0, 9212.0, 9152.0, 9203.0, 9152.0, 9211.0, 9133.0, 9235.0, 9129.0, 9124.0, 9107.0, 9131.0, 9129.0, 9129.0, 9218.0, 9129.0, 9126.0, 9128.0, 9129.0, 9148.0, 9150.0, 9133.0, 9148.0, 9130.0, 9154.0, 9137.0, 9154.0, 9192.0, 9151.0, 9134.0, 9155.0, 9178.0, 9164.0, 9172.0, 9157.0, 9156.0, 9159.0, 9179.0, 9172.0, 9181.0, 9160.0, 9169.0, 9152.0, 9164.0, 9219.0, 9177.0, 9266.0, 9161.0, 9197.0, 9160.0, 9177.0, 9169.0, 9198.0, 9176.0, 9134.0, 9165.0, 9156.0, 9207.0, 9153.0, 9146.0, 9133.0, 9147.0, 9154.0, 9167.0, 9179.0, 9157.0, 9186.0, 9134.0, 9135.0, 9154.0, 9180.0, 9154.0, 9177.0, 9129.0, 9145.0, 9115.0, 9175.0, 9177.0, 9150.0, 9221.0, 9133.0, 9143.0, 9139.0, 9153.0, 9150.0, 9174.0, 9155.0, 9181.0, 9156.0, 9180.0, 9209.0, 9175.0, 9208.0, 9156.0, 9162.0, 9175.0, 9187.0, 9160.0, 9154.0, 9150.0, 9179.0, 9158.0, 9156.0, 9257.0, 9152.0, 9203.0, 9153.0, 9197.0, 9148.0, 9210.0, 9133.0, 9132.0, 9127.0, 9149.0, 9150.0, 9152.0, 9221.0, 9138.0, 9129.0, 9170.0, 9152.0, 9165.0, 9172.0, 9158.0, 9154.0, 9154.0, 9179.0, 9174.0, 9175.0, 9227.0, 9212.0, 9219.0, 9174.0, 9157.0, 9169.0, 9135.0, 9163.0, 9158.0, 9166.0, 9179.0, 9271.0, 9211.0, 9251.0, 9179.0, 9217.0, 9176.0, 9232.0, 9197.0, 9223.0, 9113.0, 9141.0, 9135.0, 9151.0, 9206.0, 9149.0, 9142.0, 9149.0, 9130.0, 9150.0, 9149.0, 9158.0, 9183.0, 9159.0, 9153.0, 9159.0, 9176.0, 9160.0, 9188.0, 9160.0, 9154.0, 9140.0, 9153.0, 9174.0, 9172.0, 9222.0, 9168.0, 9158.0, 9152.0, 9190.0, 9135.0, 9236.0, 9137.0, 9159.0, 9149.0, 9154.0, 9152.0, 9235.0, 9183.0, 9219.0, 9148.0, 9170.0, 9135.0, 9160.0, 9197.0, 9175.0, 9178.0, 9105.0, 9102.0, 9127.0, 9125.0, 9123.0, 9154.0, 9126.0, 9120.0, 9129.0, 9150.0, 9145.0, 9150.0, 9134.0, 9132.0, 9131.0, 9153.0, 9138.0, 9154.0, 9136.0, 9148.0, 9131.0, 9152.0, 9134.0, 9156.0, 9188.0, 9149.0, 9181.0, 9157.0, 9194.0, 9154.0, 9260.0, 9212.0, 9277.0, 9213.0, 9243.0, 9157.0, 9126.0, 9166.0, 9125.0, 9127.0, 9122.0, 9127.0, 9122.0, 9126.0, 9152.0, 9147.0, 9131.0, 9131.0, 9130.0, 9106.0, 9134.0, 9148.0, 9152.0, 9136.0, 9134.0, 9151.0, 9134.0, 9184.0, 9219.0, 9190.0, 9213.0, 9162.0, 9163.0, 9103.0, 9112.0, 9082.0, 9105.0, 9187.0, 9112.0, 9136.0, 9100.0, 9133.0, 9102.0, 9128.0, 9086.0, 9100.0, 9102.0, 9120.0, 9104.0, 9145.0, 9124.0, 9126.0, 9151.0, 9113.0, 9108.0, 9127.0, 9117.0, 9130.0, 9131.0, 9132.0, 9127.0, 9134.0, 9147.0, 9138.0, 9170.0, 9159.0, 9155.0, 9137.0, 9160.0, 9162.0, 9175.0, 9161.0, 9178.0, 9154.0, 9159.0, 9139.0, 9174.0, 9162.0, 9163.0, 9225.0, 9166.0, 9173.0, 9179.0, 9170.0, 9163.0, 9176.0, 9172.0, 9208.0, 9201.0, 9175.0, 9156.0, 9155.0, 9182.0, 9157.0, 9258.0, 9185.0, 9223.0, 9138.0, 9177.0, 9151.0, 9183.0, 9153.0, 9149.0, 9130.0, 9156.0, 9154.0, 9159.0, 9159.0, 9172.0, 9156.0, 9193.0, 9163.0, 9175.0, 9263.0, 9226.0, 9207.0, 9177.0, 9159.0, 9180.0, 9162.0, 9183.0, 9174.0, 9273.0, 9234.0, 9245.0, 9174.0, 9220.0, 9173.0, 9267.0, 9180.0, 9163.0, 9131.0, 9167.0, 9136.0, 9154.0, 9237.0, 9144.0, 9127.0, 9145.0, 9132.0, 9158.0, 9134.0, 9152.0, 9163.0, 9152.0, 9120.0, 9153.0, 9170.0, 9156.0, 9186.0, 9158.0, 9164.0, 9138.0, 9167.0, 9157.0, 9173.0, 9210.0, 9172.0, 9205.0, 9149.0, 9168.0, 9150.0, 9192.0, 9131.0, 9235.0, 9130.0, 9127.0, 9111.0, 9142.0, 9130.0, 9148.0, 9174.0, 9151.0, 9143.0, 9149.0, 9132.0, 9160.0, 9154.0, 9153.0, 9211.0, 9149.0, 9136.0, 9153.0, 9153.0, 9151.0, 9135.0, 9131.0, 9147.0, 9129.0, 9159.0, 9237.0, 9166.0, 9201.0, 9153.0, 9200.0, 9153.0, 9239.0, 9142.0, 9118.0, 9130.0, 9133.0, 9163.0, 9176.0, 9218.0, 9161.0, 9260.0, 9186.0, 9196.0, 9132.0, 9155.0, 9168.0, 9135.0, 9214.0, 9124.0, 9125.0, 9132.0, 9174.0, 9130.0, 9158.0, 9115.0, 9140.0, 9132.0, 9169.0, 9143.0, 9156.0, 9154.0, 9158.0, 9141.0, 9155.0, 9136.0, 9160.0, 9188.0, 9180.0, 9285.0, 9274.0, 9294.0, 9238.0, 9258.0, 9155.0, 9155.0, 9154.0, 9153.0, 9152.0, 9146.0, 9174.0, 9186.0, 9212.0, 9177.0, 9183.0, 9166.0, 9146.0, 9145.0, 9186.0, 9160.0, 9201.0, 9159.0, 9202.0, 9180.0, 9228.0, 9179.0, 9176.0, 9088.0, 9083.0, 9049.0, 9069.0, 9068.0, 9093.0, 9072.0, 9111.0, 9097.0, 9094.0, 9125.0, 9094.0, 9091.0, 9097.0, 9120.0, 9086.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.002301499423298732</td></tr>
<tr><td colspan=3>aqi</td><td>0.017937715109573243</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.30567324683602</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.248041471535797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0313339845496536</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>6037.8994</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11493141841591767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.034602076124568</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.40845672499951</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3034134905368884</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.668123390932436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.253833293529205</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01195279136300087</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027637088671326637</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6944491073397807</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.2556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7259</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2826</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.3076</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9382</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.589</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.2793</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.6767</td></tr>
<tr><td colspan=3>tsnr</td><td>38.560976407607086</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>