<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-01/func/sub-0056_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>2deaab2a64e86d6d4b8277be99ed53b6</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>20:11:57.957500</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</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.0909174</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>[4153, -7753, -7225, 795, -14, -222, 36, 67]</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>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>60fe53f1-2288-4597-9883-d2a6e790de78||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['201157.957500', '201158.417500', '201158.877500', '201159.337500', '201159.797500', '201200.257500', '201200.717500', '201201.177500', '201201.637500', '201202.097500', '201202.557500', '201203.017500', '201203.477500', '201203.937500', '201204.397500', '201204.857500', '201205.317500', '201205.777500', '201206.237500', '201206.697500', '201207.157500', '201207.617500', '201208.077500', '201208.537500', '201208.997500', '201209.457500', '201209.917500', '201210.377500', '201210.837500', '201211.297500', '201211.757500', '201212.217500', '201212.677500', '201213.137500', '201213.597500', '201214.057500', '201214.517500', '201214.977500', '201215.437500', '201215.897500', '201216.357500', '201216.817500', '201217.277500', '201217.737500', '201218.197500', '201218.657500', '201219.117500', '201219.577500', '201220.037500', '201220.497500', '201220.957500', '201221.417500', '201221.877500', '201222.337500', '201222.797500', '201223.257500', '201223.717500', '201224.177500', '201224.637500', '201225.097500', '201225.557500', '201226.017500', '201226.477500', '201226.937500', '201227.397500', '201227.857500', '201228.317500', '201228.777500', '201229.237500', '201229.697500', '201230.157500', '201230.617500', '201231.077500', '201231.537500', '201231.997500', '201232.457500', '201232.917500', '201233.377500', '201233.837500', '201234.297500', '201234.757500', '201235.217500', '201235.677500', '201236.137500', '201236.597500', '201237.057500', '201237.517500', '201237.977500', '201238.437500', '201238.897500', '201239.357500', '201239.817500', '201240.277500', '201240.737500', '201241.197500', '201241.657500', '201242.117500', '201242.577500', '201243.037500', '201243.497500', '201243.957500', '201244.417500', '201244.877500', '201245.337500', '201245.797500', '201246.257500', '201246.717500', '201247.177500', '201247.637500', '201248.097500', '201248.557500', '201249.017500', '201249.477500', '201249.937500', '201250.397500', '201250.857500', '201251.317500', '201251.777500', '201252.237500', '201252.697500', '201253.157500', '201253.617500', '201254.077500', '201254.537500', '201254.997500', '201255.457500', '201255.917500', '201256.377500', '201256.837500', '201257.297500', '201257.757500', '201258.217500', '201258.677500', '201259.137500', '201259.597500', '201300.057500', '201300.517500', '201300.977500', '201301.437500', '201301.897500', '201302.357500', '201302.817500', '201303.277500', '201303.737500', '201304.197500', '201304.657500', '201305.117500', '201305.577500', '201306.037500', '201306.497500', '201306.957500', '201307.417500', '201307.877500', '201308.337500', '201308.797500', '201309.257500', '201309.717500', '201310.177500', '201310.637500', '201311.097500', '201311.557500', '201312.017500', '201312.477500', '201312.937500', '201313.397500', '201313.857500', '201314.317500', '201314.777500', '201315.237500', '201315.697500', '201316.157500', '201316.617500', '201317.077500', '201317.537500', '201317.997500', '201318.457500', '201318.917500', '201319.377500', '201319.837500', '201320.297500', '201320.757500', '201321.217500', '201321.677500', '201322.137500', '201322.597500', '201323.057500', '201323.517500', '201323.977500', '201324.437500', '201324.897500', '201325.357500', '201325.817500', '201326.277500', '201326.737500', '201327.197500', '201327.657500', '201328.117500', '201328.577500', '201329.037500', '201329.497500', '201329.957500', '201330.417500', '201330.877500', '201331.337500', '201331.797500', '201332.257500', '201332.717500', '201333.177500', '201333.637500', '201334.097500', '201334.557500', '201335.017500', '201335.477500', '201335.937500', '201336.397500', '201336.857500', '201337.317500', '201337.777500', '201338.237500', '201338.697500', '201339.157500', '201339.617500', '201340.077500', '201340.537500', '201340.997500', '201341.457500', '201341.917500', '201342.377500', '201342.837500', '201343.297500', '201343.757500', '201344.217500', '201344.677500', '201345.137500', '201345.597500', '201346.057500', '201346.517500', '201346.977500', '201347.437500', '201347.897500', '201348.357500', '201348.817500', '201349.277500', '201349.737500', '201350.197500', '201350.657500', '201351.117500', '201351.577500', '201352.037500', '201352.497500', '201352.957500', '201353.417500', '201353.877500', '201354.337500', '201354.797500', '201355.257500', '201355.717500', '201356.177500', '201356.637500', '201357.097500', '201357.557500', '201358.017500', '201358.477500', '201358.937500', '201359.397500', '201359.857500', '201400.317500', '201400.777500', '201401.237500', '201401.697500', '201402.157500', '201402.617500', '201403.077500', '201403.537500', '201403.997500', '201404.457500', '201404.917500', '201405.377500', '201405.837500', '201406.297500', '201406.757500', '201407.217500', '201407.677500', '201408.137500', '201408.597500', '201409.057500', '201409.517500', '201409.977500', '201410.437500', '201410.897500', '201411.357500', '201411.817500', '201412.277500', '201412.737500', '201413.197500', '201413.657500', '201414.117500', '201414.577500', '201415.037500', '201415.497500', '201415.957500', '201416.417500', '201416.877500', '201417.337500', '201417.797500', '201418.257500', '201418.717500', '201419.177500', '201419.637500', '201420.097500', '201420.557500', '201421.017500', '201421.477500', '201421.937500', '201422.397500', '201422.857500', '201423.317500', '201423.777500', '201424.237500', '201424.697500', '201425.157500', '201425.617500', '201426.077500', '201426.537500', '201426.997500', '201427.457500', '201427.917500', '201428.377500', '201428.837500', '201429.297500', '201429.757500', '201430.217500', '201430.677500', '201431.137500', '201431.597500', '201432.057500', '201432.517500', '201432.977500', '201433.437500', '201433.897500', '201434.357500', '201434.817500', '201435.277500', '201435.737500', '201436.197500', '201436.657500', '201437.117500', '201437.577500', '201438.037500', '201438.497500', '201438.957500', '201439.417500', '201439.877500', '201440.337500', '201440.797500', '201441.257500', '201441.717500', '201442.177500', '201442.637500', '201443.097500', '201443.557500', '201444.017500', '201444.477500', '201444.937500', '201445.397500', '201445.857500', '201446.317500', '201446.777500', '201447.237500', '201447.697500', '201448.157500', '201448.617500', '201449.077500', '201449.537500', '201449.997500', '201450.457500', '201450.917500', '201451.377500', '201451.837500', '201452.297500', '201452.757500', '201453.217500', '201453.677500', '201454.137500', '201454.597500', '201455.057500', '201455.517500', '201455.977500', '201456.437500', '201456.897500', '201457.357500', '201457.817500', '201458.277500', '201458.737500', '201459.197500', '201459.657500', '201500.117500', '201500.577500', '201501.037500', '201501.497500', '201501.957500', '201502.417500', '201502.877500', '201503.337500', '201503.797500', '201504.257500', '201504.717500', '201505.177500', '201505.637500', '201506.097500', '201506.557500', '201507.017500', '201507.477500', '201507.937500', '201508.397500', '201508.857500', '201509.317500', '201509.777500', '201510.237500', '201510.697500', '201511.157500', '201511.617500', '201512.077500', '201512.537500', '201512.997500', '201513.457500', '201513.917500', '201514.377500', '201514.837500', '201515.297500', '201515.757500', '201516.217500', '201516.677500', '201517.137500', '201517.597500', '201518.057500', '201518.517500', '201518.977500', '201519.437500', '201519.897500', '201520.357500', '201520.817500', '201521.277500', '201521.737500', '201522.197500', '201522.657500', '201523.117500', '201523.577500', '201524.037500', '201524.497500', '201524.957500', '201525.417500', '201525.877500', '201526.337500', '201526.797500', '201527.257500', '201527.717500', '201528.177500', '201528.637500', '201529.097500', '201529.557500', '201530.017500', '201530.477500', '201530.937500', '201531.397500', '201531.857500', '201532.317500', '201532.777500', '201533.237500', '201533.697500', '201534.157500', '201534.617500', '201535.077500', '201535.537500', '201535.997500', '201536.457500', '201536.917500', '201537.377500', '201537.837500', '201538.297500', '201538.757500', '201539.217500', '201539.677500', '201540.137500', '201540.597500', '201541.057500', '201541.517500', '201541.977500', '201542.437500', '201542.897500', '201543.357500', '201543.817500', '201544.277500', '201544.737500', '201545.197500', '201545.657500', '201546.117500', '201546.577500', '201547.037500', '201547.497500', '201547.957500', '201548.417500', '201548.877500', '201549.337500', '201549.797500', '201550.257500', '201550.717500', '201551.177500', '201551.637500', '201552.097500', '201552.557500', '201553.017500', '201553.477500', '201553.937500', '201554.397500', '201554.857500', '201555.317500', '201555.777500', '201556.237500', '201556.697500', '201557.157500', '201557.617500', '201558.077500', '201558.537500', '201558.997500', '201559.457500', '201559.917500', '201600.377500', '201600.837500', '201601.297500', '201601.757500', '201602.217500', '201602.677500', '201603.137500', '201603.597500', '201604.057500', '201604.517500', '201604.977500', '201605.437500', '201605.897500', '201606.357500', '201606.817500', '201607.277500', '201607.737500', '201608.197500', '201608.657500', '201609.117500', '201609.577500', '201610.037500', '201610.497500', '201610.957500', '201611.417500', '201611.877500', '201612.337500', '201612.797500', '201613.257500', '201613.717500', '201614.177500', '201614.637500', '201615.097500', '201615.557500', '201616.017500', '201616.477500', '201616.937500', '201617.397500', '201617.857500', '201618.317500', '201618.777500', '201619.237500', '201619.697500', '201620.157500', '201620.617500', '201621.077500', '201621.537500', '201621.997500', '201622.457500', '201622.917500', '201623.377500', '201623.837500', '201624.297500', '201624.757500', '201625.217500', '201625.677500', '201626.137500', '201626.597500', '201627.057500', '201627.517500', '201627.977500', '201628.437500', '201628.897500', '201629.357500', '201629.817500', '201630.277500', '201630.737500', '201631.197500', '201631.657500', '201632.117500', '201632.577500', '201633.037500', '201633.497500', '201633.957500', '201634.417500', '201634.877500', '201635.337500', '201635.797500', '201636.257500', '201636.717500', '201637.177500', '201637.637500', '201638.097500', '201638.557500', '201639.017500', '201639.477500', '201639.937500', '201640.397500', '201640.857500', '201641.317500', '201641.777500', '201642.237500', '201642.697500', '201643.157500', '201643.617500', '201644.077500', '201644.537500', '201644.997500', '201645.457500', '201645.917500', '201646.377500', '201646.837500', '201647.297500', '201647.757500', '201648.217500', '201648.677500', '201649.137500', '201649.597500', '201650.057500', '201650.517500', '201650.977500', '201651.437500', '201651.897500', '201652.357500', '201652.817500', '201653.277500', '201653.737500', '201654.197500', '201654.657500', '201655.117500', '201655.577500', '201656.037500', '201656.497500', '201656.957500', '201657.417500', '201657.877500', '201658.337500', '201658.797500', '201659.257500', '201659.717500', '201700.177500', '201700.637500', '201701.097500', '201701.557500', '201702.017500', '201702.477500', '201702.937500', '201703.397500', '201703.857500', '201704.317500', '201704.777500', '201705.237500', '201705.697500', '201706.157500', '201706.617500', '201707.077500', '201707.537500', '201707.997500', '201708.457500', '201708.917500', '201709.377500', '201709.837500', '201710.297500', '201710.757500', '201711.217500', '201711.677500', '201712.137500', '201712.597500', '201713.057500', '201713.517500', '201713.977500', '201714.437500', '201714.897500', '201715.357500', '201715.817500', '201716.277500', '201716.737500', '201717.197500', '201717.657500', '201718.117500', '201718.577500', '201719.037500', '201719.497500', '201719.957500', '201720.417500', '201720.877500', '201721.337500', '201721.797500', '201722.257500', '201722.717500', '201723.177500', '201723.637500', '201724.097500', '201724.557500', '201725.017500', '201725.477500', '201725.937500', '201726.397500', '201726.857500', '201727.317500', '201727.777500', '201728.237500', '201728.697500', '201729.157500', '201729.617500', '201730.077500', '201730.537500', '201730.997500', '201731.457500', '201731.917500', '201732.377500', '201732.837500', '201733.297500', '201733.757500', '201734.217500', '201734.677500', '201735.137500', '201735.597500', '201736.057500', '201736.517500', '201736.977500', '201737.437500', '201737.897500', '201738.357500', '201738.817500', '201739.277500', '201739.737500', '201740.197500', '201740.657500', '201741.117500', '201741.577500', '201742.037500', '201742.497500', '201742.957500', '201743.417500', '201743.877500', '201744.337500', '201744.797500', '201745.257500', '201745.717500', '201746.177500', '201746.637500', '201747.097500', '201747.557500', '201748.017500', '201748.477500', '201748.937500', '201749.397500', '201749.857500', '201750.317500', '201750.777500', '201751.237500', '201751.697500', '201752.157500', '201752.617500', '201753.077500', '201753.537500', '201753.997500', '201754.457500', '201754.917500', '201755.377500', '201755.837500', '201756.297500', '201756.757500', '201757.217500', '201757.677500', '201758.137500', '201758.597500', '201759.057500', '201759.517500', '201759.977500', '201800.437500', '201800.897500', '201801.357500', '201801.817500', '201802.277500', '201802.737500', '201803.197500', '201803.657500', '201804.117500', '201804.577500', '201805.037500', '201805.497500', '201805.957500', '201806.417500', '201806.877500', '201807.337500', '201807.797500', '201808.257500', '201808.717500', '201809.177500', '201809.637500', '201810.097500', '201810.557500', '201811.017500', '201811.477500', '201811.937500', '201812.397500', '201812.857500', '201813.317500', '201813.777500', '201814.237500', '201814.697500', '201815.157500', '201815.617500', '201816.077500', '201816.537500', '201816.997500', '201817.457500', '201817.917500', '201818.377500', '201818.837500', '201819.297500', '201819.757500', '201820.217500', '201820.677500', '201821.137500', '201821.597500', '201822.057500', '201822.517500', '201822.977500', '201823.437500', '201823.897500', '201824.357500', '201824.817500', '201825.277500', '201825.737500', '201826.197500', '201826.657500', '201827.117500', '201827.577500', '201828.037500', '201828.497500', '201828.957500', '201829.417500', '201829.877500', '201830.337500', '201830.797500', '201831.257500', '201831.717500', '201832.177500', '201832.637500', '201833.097500', '201833.557500', '201834.017500', '201834.477500', '201834.937500', '201835.397500', '201835.857500', '201836.317500', '201836.777500', '201837.237500', '201837.697500', '201838.157500', '201838.617500'], 'ContentTime': ['201213.449000', '201213.452000', '201213.455000', '201213.458000', '201213.460000', '201213.463000', '201213.465000', '201213.468000', '201213.471000', '201213.473000', '201213.476000', '201213.478000', '201213.481000', '201213.484000', '201213.486000', '201213.489000', '201213.491000', '201213.494000', '201213.496000', '201213.499000', '201213.501000', '201213.504000', '201213.506000', '201213.512000', '201213.514000', '201213.517000', '201213.519000', '201213.522000', '201213.525000', '201213.527000', '201213.530000', '201213.532000', '201233.418000', '201233.421000', '201233.424000', '201233.426000', '201233.429000', '201233.432000', '201233.434000', '201233.437000', '201233.439000', '201233.442000', '201233.444000', '201233.447000', '201233.450000', '201233.453000', '201233.455000', '201233.458000', '201233.460000', '201233.463000', '201233.466000', '201233.468000', '201233.471000', '201233.473000', '201233.476000', '201233.490000', '201233.493000', '201233.496000', '201233.498000', '201233.501000', '201233.503000', '201233.506000', '201233.509000', '201233.511000', '201233.514000', '201233.516000', '201233.519000', '201233.521000', '201233.524000', '201233.526000', '201233.529000', '201233.532000', '201233.534000', '201233.537000', '201233.539000', '201233.542000', '201253.418000', '201253.421000', '201253.424000', '201253.426000', '201253.429000', '201253.431000', '201253.434000', '201253.437000', '201253.439000', '201253.442000', '201253.444000', '201253.447000', '201253.449000', '201253.452000', '201253.454000', '201253.457000', '201253.460000', '201253.462000', '201253.465000', '201253.470000', '201253.473000', '201253.475000', '201253.478000', '201253.480000', '201253.483000', '201253.486000', '201253.488000', '201253.491000', '201253.493000', '201253.496000', '201253.498000', '201253.501000', '201253.503000', '201253.506000', '201253.508000', '201253.511000', '201253.514000', '201253.516000', '201253.519000', '201253.521000', '201253.524000', '201253.526000', '201253.529000', '201313.418000', '201313.421000', '201313.424000', '201313.427000', '201313.429000', '201313.432000', '201313.434000', '201313.437000', '201313.440000', '201313.442000', '201313.445000', '201313.447000', '201313.450000', '201313.452000', '201313.455000', '201313.457000', '201313.460000', '201313.463000', '201313.465000', '201313.468000', '201313.471000', '201313.473000', '201313.476000', '201313.478000', '201313.481000', '201313.484000', '201313.486000', '201313.489000', '201313.491000', '201313.494000', '201313.496000', '201313.499000', '201313.502000', '201313.504000', '201313.507000', '201313.509000', '201313.512000', '201313.514000', '201313.517000', '201313.520000', '201313.522000', '201313.525000', '201313.527000', '201313.530000', '201333.419000', '201333.421000', '201333.424000', '201333.427000', '201333.429000', '201333.432000', '201333.434000', '201333.437000', '201333.439000', '201333.442000', '201333.444000', '201333.447000', '201333.450000', '201333.452000', '201333.455000', '201333.457000', '201333.460000', '201333.462000', '201333.465000', '201333.467000', '201333.470000', '201333.473000', '201333.476000', '201333.478000', '201333.481000', '201333.483000', '201333.486000', '201333.488000', '201333.491000', '201333.493000', '201333.496000', '201333.499000', '201333.501000', '201333.504000', '201333.507000', '201333.509000', '201333.512000', '201333.514000', '201333.517000', '201333.519000', '201333.522000', '201333.524000', '201333.527000', '201353.418000', '201353.421000', '201353.424000', '201353.426000', '201353.429000', '201353.431000', '201353.435000', '201353.438000', '201353.441000', '201353.443000', '201353.446000', '201353.449000', '201353.451000', '201353.454000', '201353.456000', '201353.459000', '201353.461000', '201353.464000', '201353.466000', '201353.469000', '201353.472000', '201353.475000', '201353.477000', '201353.480000', '201353.482000', '201353.485000', '201353.488000', '201353.490000', '201353.493000', '201353.495000', '201353.498000', '201353.501000', '201353.503000', '201353.506000', '201353.508000', '201353.511000', '201353.513000', '201353.516000', '201353.519000', '201353.521000', '201353.524000', '201353.526000', '201353.529000', '201353.532000', '201413.418000', '201413.421000', '201413.424000', '201413.426000', '201413.429000', '201413.432000', '201413.434000', '201413.437000', '201413.439000', '201413.442000', '201413.444000', '201413.447000', '201413.450000', '201413.452000', '201413.455000', '201413.457000', '201413.460000', '201413.462000', '201413.465000', '201413.468000', '201413.470000', '201413.473000', '201413.475000', '201413.478000', '201413.481000', '201413.483000', '201413.486000', '201413.488000', '201413.491000', '201413.493000', '201413.496000', '201413.499000', '201413.515000', '201413.518000', '201413.520000', '201413.523000', '201413.526000', '201413.528000', '201413.531000', '201413.533000', '201413.536000', '201413.539000', '201413.541000', '201433.418000', '201433.421000', '201433.424000', '201433.426000', '201433.429000', '201433.432000', '201433.434000', '201433.437000', '201433.439000', '201433.442000', '201433.444000', '201433.447000', '201433.450000', '201433.452000', '201433.455000', '201433.457000', '201433.460000', '201433.462000', '201433.465000', '201433.468000', '201433.470000', '201433.473000', '201433.475000', '201433.478000', '201433.480000', '201433.483000', '201433.486000', '201433.488000', '201433.491000', '201433.493000', '201433.496000', '201433.499000', '201433.501000', '201433.504000', '201433.506000', '201433.509000', '201433.512000', '201433.514000', '201433.517000', '201433.519000', '201433.522000', '201433.524000', '201433.527000', '201453.419000', '201453.421000', '201453.424000', '201453.427000', '201453.429000', '201453.432000', '201453.435000', '201453.437000', '201453.440000', '201453.442000', '201453.445000', '201453.447000', '201453.450000', '201453.453000', '201453.455000', '201453.458000', '201453.461000', '201453.463000', '201453.466000', '201453.468000', '201453.471000', '201453.474000', '201453.476000', '201453.479000', '201453.481000', '201453.484000', '201453.486000', '201453.489000', '201453.492000', '201453.494000', '201453.497000', '201453.499000', '201453.502000', '201453.505000', '201453.507000', '201453.510000', '201453.512000', '201453.515000', '201453.518000', '201453.520000', '201453.523000', '201453.525000', '201453.528000', '201453.530000', '201513.418000', '201513.421000', '201513.424000', '201513.427000', '201513.429000', '201513.432000', '201513.434000', '201513.437000', '201513.440000', '201513.442000', '201513.445000', '201513.447000', '201513.450000', '201513.452000', '201513.455000', '201513.458000', '201513.461000', '201513.463000', '201513.466000', '201513.468000', '201513.471000', '201513.475000', '201513.478000', '201513.481000', '201513.483000', '201513.486000', '201513.488000', '201513.491000', '201513.494000', '201513.496000', '201513.499000', '201513.502000', '201513.504000', '201513.507000', '201513.509000', '201513.512000', '201513.514000', '201513.517000', '201513.520000', '201513.522000', '201513.525000', '201513.527000', '201513.530000', '201533.419000', '201533.421000', '201533.424000', '201533.427000', '201533.429000', '201533.432000', '201533.435000', '201533.437000', '201533.440000', '201533.442000', '201533.445000', '201533.447000', '201533.450000', '201533.453000', '201533.455000', '201533.458000', '201533.460000', '201533.463000', '201533.465000', '201533.468000', '201533.471000', '201533.473000', '201533.476000', '201533.479000', '201533.481000', '201533.484000', '201533.486000', '201533.489000', '201533.491000', '201533.494000', '201533.497000', '201533.499000', '201533.502000', '201533.505000', '201533.507000', '201533.510000', '201533.512000', '201533.515000', '201533.517000', '201533.520000', '201533.523000', '201533.525000', '201533.528000', '201533.530000', '201553.419000', '201553.421000', '201553.424000', '201553.427000', '201553.429000', '201553.432000', '201553.435000', '201553.437000', '201553.440000', '201553.442000', '201553.445000', '201553.447000', '201553.450000', '201553.453000', '201553.467000', '201553.470000', '201553.473000', '201553.476000', '201553.478000', '201553.481000', '201553.483000', '201553.486000', '201553.489000', '201553.491000', '201553.494000', '201553.496000', '201553.499000', '201553.502000', '201553.504000', '201553.507000', '201553.509000', '201553.512000', '201553.515000', '201553.517000', '201553.520000', '201553.522000', '201553.525000', '201553.528000', '201553.530000', '201553.533000', '201553.535000', '201553.538000', '201553.540000', '201613.419000', '201613.422000', '201613.424000', '201613.427000', '201613.429000', '201613.432000', '201613.435000', '201613.437000', '201613.440000', '201613.442000', '201613.445000', '201613.447000', '201613.450000', '201613.453000', '201613.455000', '201613.458000', '201613.461000', '201613.463000', '201613.466000', '201613.468000', '201613.471000', '201613.474000', '201613.476000', '201613.479000', '201613.481000', '201613.484000', '201613.486000', '201613.489000', '201613.492000', '201613.494000', '201613.497000', '201613.499000', '201613.502000', '201613.505000', '201613.507000', '201613.510000', '201613.512000', '201613.515000', '201613.517000', '201613.520000', '201613.523000', '201613.525000', '201613.528000', '201613.530000', '201633.419000', '201633.422000', '201633.424000', '201633.427000', '201633.429000', '201633.432000', '201633.434000', '201633.437000', '201633.440000', '201633.442000', '201633.445000', '201633.448000', '201633.451000', '201633.453000', '201633.456000', '201633.459000', '201633.461000', '201633.464000', '201633.466000', '201633.469000', '201633.472000', '201633.474000', '201633.477000', '201633.479000', '201633.482000', '201633.485000', '201633.487000', '201633.490000', '201633.493000', '201633.495000', '201633.498000', '201633.500000', '201633.503000', '201633.505000', '201633.508000', '201633.511000', '201633.514000', '201633.517000', '201633.520000', '201633.522000', '201633.525000', '201633.528000', '201633.530000', '201653.419000', '201653.421000', '201653.424000', '201653.427000', '201653.429000', '201653.432000', '201653.435000', '201653.437000', '201653.440000', '201653.442000', '201653.445000', '201653.448000', '201653.450000', '201653.453000', '201653.455000', '201653.458000', '201653.461000', '201653.463000', '201653.466000', '201653.468000', '201653.471000', '201653.473000', '201653.476000', '201653.479000', '201653.482000', '201653.484000', '201653.487000', '201653.490000', '201653.492000', '201653.495000', '201653.497000', '201653.500000', '201653.503000', '201653.505000', '201653.508000', '201653.510000', '201653.513000', '201653.516000', '201653.518000', '201653.521000', '201653.523000', '201653.526000', '201653.529000', '201653.531000', '201713.418000', '201713.421000', '201713.424000', '201713.426000', '201713.429000', '201713.432000', '201713.434000', '201713.437000', '201713.439000', '201713.442000', '201713.444000', '201713.447000', '201713.450000', '201713.452000', '201713.455000', '201713.457000', '201713.460000', '201713.463000', '201713.465000', '201713.468000', '201713.470000', '201713.473000', '201713.476000', '201713.478000', '201713.481000', '201713.483000', '201713.486000', '201713.489000', '201713.491000', '201713.494000', '201713.496000', '201713.499000', '201713.502000', '201713.504000', '201713.507000', '201713.509000', '201713.512000', '201713.515000', '201713.517000', '201713.528000', '201713.531000', '201713.534000', '201713.536000', '201733.418000', '201733.421000', '201733.424000', '201733.427000', '201733.429000', '201733.432000', '201733.434000', '201733.437000', '201733.440000', '201733.442000', '201733.445000', '201733.447000', '201733.450000', '201733.453000', '201733.455000', '201733.458000', '201733.460000', '201733.463000', '201733.465000', '201733.468000', '201733.471000', '201733.473000', '201733.476000', '201733.478000', '201733.481000', '201733.484000', '201733.486000', '201733.489000', '201733.492000', '201733.494000', '201733.497000', '201733.499000', '201733.502000', '201733.504000', '201733.507000', '201733.510000', '201733.512000', '201733.515000', '201733.517000', '201733.520000', '201733.522000', '201733.525000', '201733.528000', '201733.530000', '201753.419000', '201753.422000', '201753.424000', '201753.427000', '201753.429000', '201753.432000', '201753.435000', '201753.437000', '201753.440000', '201753.442000', '201753.445000', '201753.447000', '201753.450000', '201753.453000', '201753.455000', '201753.458000', '201753.460000', '201753.463000', '201753.466000', '201753.468000', '201753.471000', '201753.473000', '201753.476000', '201753.479000', '201753.481000', '201753.484000', '201753.487000', '201753.489000', '201753.492000', '201753.495000', '201753.498000', '201753.500000', '201753.503000', '201753.505000', '201753.508000', '201753.510000', '201753.513000', '201753.516000', '201753.518000', '201753.521000', '201753.524000', '201753.526000', '201753.529000', '201813.419000', '201813.421000', '201813.424000', '201813.428000', '201813.431000', '201813.433000', '201813.436000', '201813.438000', '201813.441000', '201813.444000', '201813.446000', '201813.449000', '201813.451000', '201813.454000', '201813.456000', '201813.459000', '201813.462000', '201813.464000', '201813.467000', '201813.469000', '201813.472000', '201813.474000', '201813.477000', '201813.480000', '201813.482000', '201813.485000', '201813.488000', '201813.490000', '201813.493000', '201813.495000', '201813.498000', '201813.501000', '201813.503000', '201813.506000', '201813.508000', '201813.511000', '201813.514000', '201813.516000', '201813.519000', '201813.521000', '201813.524000', '201813.527000', '201813.529000', '201813.532000', '201833.419000', '201833.421000', '201833.424000', '201833.427000', '201833.429000', '201833.432000', '201833.434000', '201833.437000', '201833.440000', '201833.442000', '201833.445000', '201833.447000', '201833.450000', '201833.452000', '201833.455000', '201833.458000', '201833.460000', '201833.463000', '201833.465000', '201833.468000', '201833.471000', '201833.473000', '201833.476000', '201833.478000', '201833.481000', '201833.484000', '201833.486000', '201833.489000', '201833.491000', '201833.494000', '201833.497000', '201833.499000', '201833.502000', '201833.504000', '201833.507000', '201833.510000', '201833.512000', '201833.515000', '201833.518000', '201833.520000', '201833.523000', '201833.525000', '201833.528000', '201839.497000', '201839.500000', '201839.503000', '201839.506000', '201839.509000', '201839.511000', '201839.514000', '201839.521000', '201839.524000', '201839.527000', '201839.530000', '201839.532000', '201839.535000', '201839.538000'], 'InstanceCreationTime': ['201213.449000', '201213.452000', '201213.455000', '201213.458000', '201213.460000', '201213.463000', '201213.465000', '201213.468000', '201213.471000', '201213.473000', '201213.476000', '201213.478000', '201213.481000', '201213.484000', '201213.486000', '201213.489000', '201213.491000', '201213.494000', '201213.496000', '201213.499000', '201213.501000', '201213.504000', '201213.506000', '201213.512000', '201213.514000', '201213.517000', '201213.519000', '201213.522000', '201213.525000', '201213.527000', '201213.530000', '201213.532000', '201233.418000', '201233.421000', '201233.424000', '201233.426000', '201233.429000', '201233.432000', '201233.434000', '201233.437000', '201233.439000', '201233.442000', '201233.444000', '201233.447000', '201233.450000', '201233.453000', '201233.455000', '201233.458000', '201233.460000', '201233.463000', '201233.466000', '201233.468000', '201233.471000', '201233.473000', '201233.476000', '201233.490000', '201233.493000', '201233.496000', '201233.498000', '201233.501000', '201233.503000', '201233.506000', '201233.509000', '201233.511000', '201233.514000', '201233.516000', '201233.519000', '201233.521000', '201233.524000', '201233.526000', '201233.529000', '201233.532000', '201233.534000', '201233.537000', '201233.539000', '201233.542000', '201253.418000', '201253.421000', '201253.424000', '201253.426000', '201253.429000', '201253.431000', '201253.434000', '201253.437000', '201253.439000', '201253.442000', '201253.444000', '201253.447000', '201253.449000', '201253.452000', '201253.454000', '201253.457000', '201253.460000', '201253.462000', '201253.465000', '201253.470000', '201253.473000', '201253.475000', '201253.478000', '201253.480000', '201253.483000', '201253.486000', '201253.488000', '201253.491000', '201253.493000', '201253.496000', '201253.498000', '201253.501000', '201253.503000', '201253.506000', '201253.508000', '201253.511000', '201253.514000', '201253.516000', '201253.519000', '201253.521000', '201253.524000', '201253.526000', '201253.529000', '201313.418000', '201313.421000', '201313.424000', '201313.427000', '201313.429000', '201313.432000', '201313.434000', '201313.437000', '201313.440000', '201313.442000', '201313.445000', '201313.447000', '201313.450000', '201313.452000', '201313.455000', '201313.457000', '201313.460000', '201313.463000', '201313.465000', '201313.468000', '201313.471000', '201313.473000', '201313.476000', '201313.478000', '201313.481000', '201313.484000', '201313.486000', '201313.489000', '201313.491000', '201313.494000', '201313.496000', '201313.499000', '201313.502000', '201313.504000', '201313.507000', '201313.509000', '201313.512000', '201313.514000', '201313.517000', '201313.520000', '201313.522000', '201313.525000', '201313.527000', '201313.530000', '201333.419000', '201333.421000', '201333.424000', '201333.427000', '201333.429000', '201333.432000', '201333.434000', '201333.437000', '201333.439000', '201333.442000', '201333.444000', '201333.447000', '201333.450000', '201333.452000', '201333.455000', '201333.457000', '201333.460000', '201333.462000', '201333.465000', '201333.467000', '201333.470000', '201333.473000', '201333.476000', '201333.478000', '201333.481000', '201333.483000', '201333.486000', '201333.488000', '201333.491000', '201333.493000', '201333.496000', '201333.499000', '201333.501000', '201333.504000', '201333.507000', '201333.509000', '201333.512000', '201333.514000', '201333.517000', '201333.519000', '201333.522000', '201333.524000', '201333.527000', '201353.418000', '201353.421000', '201353.424000', '201353.426000', '201353.429000', '201353.431000', '201353.435000', '201353.438000', '201353.441000', '201353.443000', '201353.446000', '201353.449000', '201353.451000', '201353.454000', '201353.456000', '201353.459000', '201353.461000', '201353.464000', '201353.466000', '201353.469000', '201353.472000', '201353.475000', '201353.477000', '201353.480000', '201353.482000', '201353.485000', '201353.488000', '201353.490000', '201353.493000', '201353.495000', '201353.498000', '201353.501000', '201353.503000', '201353.506000', '201353.508000', '201353.511000', '201353.513000', '201353.516000', '201353.519000', '201353.521000', '201353.524000', '201353.526000', '201353.529000', '201353.532000', '201413.418000', '201413.421000', '201413.424000', '201413.426000', '201413.429000', '201413.432000', '201413.434000', '201413.437000', '201413.439000', '201413.442000', '201413.444000', '201413.447000', '201413.450000', '201413.452000', '201413.455000', '201413.457000', '201413.460000', '201413.462000', '201413.465000', '201413.468000', '201413.470000', '201413.473000', '201413.475000', '201413.478000', '201413.481000', '201413.483000', '201413.486000', '201413.488000', '201413.491000', '201413.493000', '201413.496000', '201413.499000', '201413.515000', '201413.518000', '201413.520000', '201413.523000', '201413.526000', '201413.528000', '201413.531000', '201413.533000', '201413.536000', '201413.539000', '201413.541000', '201433.418000', '201433.421000', '201433.424000', '201433.426000', '201433.429000', '201433.432000', '201433.434000', '201433.437000', '201433.439000', '201433.442000', '201433.444000', '201433.447000', '201433.450000', '201433.452000', '201433.455000', '201433.457000', '201433.460000', '201433.462000', '201433.465000', '201433.468000', '201433.470000', '201433.473000', '201433.475000', '201433.478000', '201433.480000', '201433.483000', '201433.486000', '201433.488000', '201433.491000', '201433.493000', '201433.496000', '201433.499000', '201433.501000', '201433.504000', '201433.506000', '201433.509000', '201433.512000', '201433.514000', '201433.517000', '201433.519000', '201433.522000', '201433.524000', '201433.527000', '201453.419000', '201453.421000', '201453.424000', '201453.427000', '201453.429000', '201453.432000', '201453.435000', '201453.437000', '201453.440000', '201453.442000', '201453.445000', '201453.447000', '201453.450000', '201453.453000', '201453.455000', '201453.458000', '201453.461000', '201453.463000', '201453.466000', '201453.468000', '201453.471000', '201453.474000', '201453.476000', '201453.479000', '201453.481000', '201453.484000', '201453.486000', '201453.489000', '201453.492000', '201453.494000', '201453.497000', '201453.499000', '201453.502000', '201453.505000', '201453.507000', '201453.510000', '201453.512000', '201453.515000', '201453.518000', '201453.520000', '201453.523000', '201453.525000', '201453.528000', '201453.530000', '201513.418000', '201513.421000', '201513.424000', '201513.427000', '201513.429000', '201513.432000', '201513.434000', '201513.437000', '201513.440000', '201513.442000', '201513.445000', '201513.447000', '201513.450000', '201513.452000', '201513.455000', '201513.458000', '201513.461000', '201513.463000', '201513.466000', '201513.468000', '201513.471000', '201513.475000', '201513.478000', '201513.481000', '201513.483000', '201513.486000', '201513.488000', '201513.491000', '201513.494000', '201513.496000', '201513.499000', '201513.502000', '201513.504000', '201513.507000', '201513.509000', '201513.512000', '201513.514000', '201513.517000', '201513.520000', '201513.522000', '201513.525000', '201513.527000', '201513.530000', '201533.419000', '201533.421000', '201533.424000', '201533.427000', '201533.429000', '201533.432000', '201533.435000', '201533.437000', '201533.440000', '201533.442000', '201533.445000', '201533.447000', '201533.450000', '201533.453000', '201533.455000', '201533.458000', '201533.460000', '201533.463000', '201533.465000', '201533.468000', '201533.471000', '201533.473000', '201533.476000', '201533.479000', '201533.481000', '201533.484000', '201533.486000', '201533.489000', '201533.491000', '201533.494000', '201533.497000', '201533.499000', '201533.502000', '201533.505000', '201533.507000', '201533.510000', '201533.512000', '201533.515000', '201533.517000', '201533.520000', '201533.523000', '201533.525000', '201533.528000', '201533.530000', '201553.419000', '201553.421000', '201553.424000', '201553.427000', '201553.429000', '201553.432000', '201553.435000', '201553.437000', '201553.440000', '201553.442000', '201553.445000', '201553.447000', '201553.450000', '201553.453000', '201553.467000', '201553.470000', '201553.473000', '201553.476000', '201553.478000', '201553.481000', '201553.483000', '201553.486000', '201553.489000', '201553.491000', '201553.494000', '201553.496000', '201553.499000', '201553.502000', '201553.504000', '201553.507000', '201553.509000', '201553.512000', '201553.515000', '201553.517000', '201553.520000', '201553.522000', '201553.525000', '201553.528000', '201553.530000', '201553.533000', '201553.535000', '201553.538000', '201553.540000', '201613.419000', '201613.422000', '201613.424000', '201613.427000', '201613.429000', '201613.432000', '201613.435000', '201613.437000', '201613.440000', '201613.442000', '201613.445000', '201613.447000', '201613.450000', '201613.453000', '201613.455000', '201613.458000', '201613.461000', '201613.463000', '201613.466000', '201613.468000', '201613.471000', '201613.474000', '201613.476000', '201613.479000', '201613.481000', '201613.484000', '201613.486000', '201613.489000', '201613.492000', '201613.494000', '201613.497000', '201613.499000', '201613.502000', '201613.505000', '201613.507000', '201613.510000', '201613.512000', '201613.515000', '201613.517000', '201613.520000', '201613.523000', '201613.525000', '201613.528000', '201613.530000', '201633.419000', '201633.422000', '201633.424000', '201633.427000', '201633.429000', '201633.432000', '201633.434000', '201633.437000', '201633.440000', '201633.442000', '201633.445000', '201633.448000', '201633.451000', '201633.453000', '201633.456000', '201633.459000', '201633.461000', '201633.464000', '201633.466000', '201633.469000', '201633.472000', '201633.474000', '201633.477000', '201633.479000', '201633.482000', '201633.485000', '201633.487000', '201633.490000', '201633.493000', '201633.495000', '201633.498000', '201633.500000', '201633.503000', '201633.505000', '201633.508000', '201633.511000', '201633.514000', '201633.517000', '201633.520000', '201633.522000', '201633.525000', '201633.528000', '201633.530000', '201653.419000', '201653.421000', '201653.424000', '201653.427000', '201653.429000', '201653.432000', '201653.435000', '201653.437000', '201653.440000', '201653.442000', '201653.445000', '201653.448000', '201653.450000', '201653.453000', '201653.455000', '201653.458000', '201653.461000', '201653.463000', '201653.466000', '201653.468000', '201653.471000', '201653.473000', '201653.476000', '201653.479000', '201653.482000', '201653.484000', '201653.487000', '201653.490000', '201653.492000', '201653.495000', '201653.497000', '201653.500000', '201653.503000', '201653.505000', '201653.508000', '201653.510000', '201653.513000', '201653.516000', '201653.518000', '201653.521000', '201653.523000', '201653.526000', '201653.529000', '201653.531000', '201713.418000', '201713.421000', '201713.424000', '201713.426000', '201713.429000', '201713.432000', '201713.434000', '201713.437000', '201713.439000', '201713.442000', '201713.444000', '201713.447000', '201713.450000', '201713.452000', '201713.455000', '201713.457000', '201713.460000', '201713.463000', '201713.465000', '201713.468000', '201713.470000', '201713.473000', '201713.476000', '201713.478000', '201713.481000', '201713.483000', '201713.486000', '201713.489000', '201713.491000', '201713.494000', '201713.496000', '201713.499000', '201713.502000', '201713.504000', '201713.507000', '201713.509000', '201713.512000', '201713.515000', '201713.517000', '201713.528000', '201713.531000', '201713.534000', '201713.536000', '201733.418000', '201733.421000', '201733.424000', '201733.427000', '201733.429000', '201733.432000', '201733.434000', '201733.437000', '201733.440000', '201733.442000', '201733.445000', '201733.447000', '201733.450000', '201733.453000', '201733.455000', '201733.458000', '201733.460000', '201733.463000', '201733.465000', '201733.468000', '201733.471000', '201733.473000', '201733.476000', '201733.478000', '201733.481000', '201733.484000', '201733.486000', '201733.489000', '201733.492000', '201733.494000', '201733.497000', '201733.499000', '201733.502000', '201733.504000', '201733.507000', '201733.510000', '201733.512000', '201733.515000', '201733.517000', '201733.520000', '201733.522000', '201733.525000', '201733.528000', '201733.530000', '201753.419000', '201753.422000', '201753.424000', '201753.427000', '201753.429000', '201753.432000', '201753.435000', '201753.437000', '201753.440000', '201753.442000', '201753.445000', '201753.447000', '201753.450000', '201753.453000', '201753.455000', '201753.458000', '201753.460000', '201753.463000', '201753.466000', '201753.468000', '201753.471000', '201753.473000', '201753.476000', '201753.479000', '201753.481000', '201753.484000', '201753.487000', '201753.489000', '201753.492000', '201753.495000', '201753.498000', '201753.500000', '201753.503000', '201753.505000', '201753.508000', '201753.510000', '201753.513000', '201753.516000', '201753.518000', '201753.521000', '201753.524000', '201753.526000', '201753.529000', '201813.419000', '201813.421000', '201813.424000', '201813.428000', '201813.431000', '201813.433000', '201813.436000', '201813.438000', '201813.441000', '201813.444000', '201813.446000', '201813.449000', '201813.451000', '201813.454000', '201813.456000', '201813.459000', '201813.462000', '201813.464000', '201813.467000', '201813.469000', '201813.472000', '201813.474000', '201813.477000', '201813.480000', '201813.482000', '201813.485000', '201813.488000', '201813.490000', '201813.493000', '201813.495000', '201813.498000', '201813.501000', '201813.503000', '201813.506000', '201813.508000', '201813.511000', '201813.514000', '201813.516000', '201813.519000', '201813.521000', '201813.524000', '201813.527000', '201813.529000', '201813.532000', '201833.419000', '201833.421000', '201833.424000', '201833.427000', '201833.429000', '201833.432000', '201833.434000', '201833.437000', '201833.440000', '201833.442000', '201833.445000', '201833.447000', '201833.450000', '201833.452000', '201833.455000', '201833.458000', '201833.460000', '201833.463000', '201833.465000', '201833.468000', '201833.471000', '201833.473000', '201833.476000', '201833.478000', '201833.481000', '201833.484000', '201833.486000', '201833.489000', '201833.491000', '201833.494000', '201833.497000', '201833.499000', '201833.502000', '201833.504000', '201833.507000', '201833.510000', '201833.512000', '201833.515000', '201833.518000', '201833.520000', '201833.523000', '201833.525000', '201833.528000', '201839.497000', '201839.500000', '201839.503000', '201839.506000', '201839.509000', '201839.511000', '201839.514000', '201839.521000', '201839.524000', '201839.527000', '201839.530000', '201839.532000', '201839.535000', '201839.538000'], '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': [8206, 10395, 8086, 9942, 7878, 9307, 7555, 8895, 7193, 7958, 7643, 7856, 10154, 7713, 9364, 8209, 7799, 7066, 8132, 9262, 6868, 7872, 7589, 8147, 9849, 7292, 8844, 7345, 8014, 9826, 7245, 8555, 7061, 7903, 9692, 7885, 10062, 7064, 8504, 7785, 7914, 9898, 7159, 9710, 7132, 7755, 8477, 7904, 10079, 7662, 9789, 7196, 9449, 7349, 8220, 7743, 7607, 8926, 7719, 9471, 7640, 9673, 6821, 7473, 6877, 7649, 7428, 7765, 9346, 6904, 7390, 6791, 7868, 9109, 7905, 10013, 7145, 7958, 8850, 6844, 7631, 7778, 6868, 7553, 7245, 7696, 10152, 7534, 9329, 7997, 7730, 10473, 6867, 7573, 8884, 7712, 10826, 7020, 7890, 9062, 6929, 7775, 7555, 7557, 9921, 7501, 10219, 7009, 7237, 9183, 7492, 10467, 6903, 7754, 9058, 7449, 10528, 7068, 7553, 9304, 7557, 10166, 6985, 8543, 7137, 7599, 9910, 6852, 7249, 6889, 7508, 9401, 7085, 9318, 7529, 7290, 7527, 7290, 9448, 6893, 7459, 7852, 7439, 9868, 7344, 7350, 8125, 7310, 10155, 6933, 7224, 8214, 7566, 8874, 7620, 9923, 7390, 10195, 6882, 7327, 6908, 7540, 9682, 7158, 10125, 7158, 7096, 7905, 7315, 10295, 7747, 8072, 7435, 7152, 9948, 7154, 8986, 7121, 7242, 7317, 7015, 8467, 6910, 7057, 6894, 7099, 7741, 6906, 6985, 7017, 7126, 9413, 7029, 9919, 7045, 9192, 7630, 7229, 6922, 7139, 9059, 7008, 8211, 7257, 7008, 7228, 6981, 7687, 6878, 8960, 6868, 7057, 7050, 6855, 7037, 7323, 8947, 7631, 7815, 7402, 7176, 8627, 7178, 9168, 6939, 7062, 7269, 6980, 8416, 6977, 8907, 7795, 7135, 7824, 6964, 9861, 8136, 6913, 8749, 7008, 9797, 7017, 10147, 7929, 7183, 7096, 7338, 8912, 7358, 7090, 8164, 7018, 7018, 6985, 8535, 6902, 6935, 6870, 6943, 6931, 7077, 6900, 7103, 6924, 8928, 7008, 9788, 6975, 9727, 7606, 7095, 7601, 6951, 7555, 6929, 9394, 6929, 9712, 7589, 6945, 8003, 6869, 8415, 6894, 10245, 6934, 9377, 6869, 6962, 7718, 6803, 8726, 6809, 9922, 6788, 9114, 6842, 7040, 7070, 7025, 7457, 6813, 8793, 6835, 9177, 7553, 7040, 7340, 6785, 7470, 6963, 8486, 8490, 6971, 7271, 6956, 8952, 6795, 7263, 7148, 6832, 8370, 6815, 9845, 6876, 9281, 6822, 6868, 6846, 6843, 9281, 6918, 9786, 6742, 7057, 7625, 6948, 9216, 6828, 9722, 6854, 6922, 7752, 6848, 9959, 6787, 8756, 6737, 6849, 7000, 6804, 8297, 6784, 9118, 6751, 7160, 7348, 6809, 7531, 6898, 8854, 7160, 6901, 6966, 6843, 7205, 6838, 7088, 7052, 6812, 8061, 6979, 9652, 7629, 6953, 7686, 6835, 8459, 7080, 9270, 6837, 7173, 7618, 6819, 8365, 8624, 6926, 8510, 6935, 9632, 6730, 9226, 6796, 6966, 7302, 6850, 8306, 6906, 9650, 6775, 7824, 6708, 7037, 7800, 6839, 8291, 6962, 8720, 6730, 9317, 6745, 7523, 6820, 7041, 7236, 6799, 8299, 6881, 9165, 6789, 8960, 6737, 7161, 7801, 6854, 7149, 6839, 8718, 6966, 8969, 6698, 9615, 6757, 7475, 6694, 7122, 6960, 6865, 8462, 6781, 8860, 7436, 7264, 7448, 6867, 8393, 7000, 9551, 6740, 8567, 6982, 6874, 8150, 6749, 7942, 6741, 8873, 6801, 9598, 6871, 9106, 8193, 6841, 6965, 6967, 7099, 8704, 6926, 7376, 6901, 9352, 6998, 9098, 6728, 9302, 7191, 7855, 7008, 6954, 7990, 6826, 9004, 7365, 7022, 8173, 6790, 8167, 6784, 9475, 7536, 7232, 7537, 6965, 8934, 6837, 9768, 7255, 6771, 7754, 7140, 8389, 6914, 8999, 6794, 8838, 6725, 8657, 7365, 6974, 6729, 6884, 6738, 6767, 7590, 6711, 6975, 8164, 6988, 7052, 6898, 7177, 7687, 7056, 7194, 6793, 8860, 6719, 9266, 6716, 7948, 7935, 6741, 7325, 6708, 8487, 6695, 9656, 6953, 8651, 6783, 6717, 6654, 7056, 7831, 6827, 7382, 6802, 7675, 6873, 8043, 6696, 8898, 6712, 8724, 6729, 6822, 6743, 6799, 8261, 6763, 6945, 6682, 8334, 6692, 8846, 6733, 9673, 6825, 7839, 8337, 6708, 6821, 6742, 8014, 6749, 8960, 6650, 9082, 6779, 8818, 7190, 7544, 8684, 6738, 6856, 6717, 7527, 6692, 8963, 6647, 7442, 6733, 6651, 7821, 7738, 6888, 7954, 6684, 9362, 7164, 7512, 6658, 6712, 7369, 6678, 8640, 6710, 9178, 6648, 7640, 8646, 6662, 7272, 6635, 8598, 6654, 8102, 6748, 6935, 7751, 6807, 8377, 6691, 9020, 6917, 9556, 6839, 9455, 7332, 7851, 6754, 6683, 6728, 7066, 8317, 6727, 9160, 6644, 7622, 6820, 6693, 8279, 6813, 8174, 6697, 9034, 6747, 8770, 6711, 8823, 6687, 7154, 6777, 6755, 7598, 6746, 7245, 6743, 7896, 6655, 8075, 6660, 6997, 6652, 6887, 7739, 6704, 7408, 6605, 7704, 6693, 8619, 6636, 9210, 6627, 7623, 6665, 6745, 7926, 6653, 7784, 6655, 7981, 6737, 7718, 6875, 7938, 6691, 8289, 6690, 8891, 6656, 8724, 6793, 8737, 6641, 8845, 6888, 6863, 7381, 6649, 7450, 6699, 8500, 6818, 8897, 6658, 7670, 6743, 7686, 6737, 6891, 7888, 6702, 7239, 6660, 7930, 6671, 8121, 6666, 8190, 6685, 7638, 6711, 6837, 6663, 6761, 8420, 6826, 6856, 6681, 6687, 8972, 6685, 9645, 8093, 7680, 7052, 6904, 7173, 6756, 8152, 6673, 8575, 6702, 9297, 6801, 6640, 7009, 6817, 7424, 6807, 7523, 6683, 8293, 6674, 8590, 6669, 9043, 6759, 9363, 6919, 9009, 6681, 9111, 6713, 9245, 6686, 9271, 6916, 7638, 6673, 6671, 6667, 6672, 6662, 6828, 6937, 6689, 7729, 6628, 8015, 6862, 8694, 6725, 8407, 6718, 6783, 6700, 6721, 7797, 6653, 8810, 6638, 8598, 6708, 8079, 6958, 8030, 6897, 6708, 7058, 6684, 7800, 6729, 8903, 6701, 8956, 6725, 9294, 6727, 9153, 6706, 8443, 6687, 6701, 6731, 6724, 7474, 6792, 7535, 7053, 7993, 6750, 8467, 6800, 9009, 6752, 9238, 6713, 8803, 6721, 6794, 6722, 6980, 6822, 6802, 7884, 6778, 8835, 6705, 7611, 6701, 6921, 7205, 6895, 8065, 6730, 8191, 6791, 8616, 6980, 8381, 6885, 6681, 7021, 6733, 6796, 6739, 6838, 6713, 6950, 6708, 8178, 6737, 8513, 6806, 7273, 6747, 7263, 6654, 6707], 'WindowCenter': [4005.0, 4009.0, 3965.0, 3982.0, 3950.0, 3957.0, 3944.0, 3959.0, 3924.0, 3946.0, 3935.0, 3945.0, 3966.0, 3946.0, 3966.0, 3945.0, 3934.0, 3923.0, 3945.0, 3954.0, 3926.0, 3947.0, 3945.0, 3957.0, 3966.0, 3948.0, 3958.0, 3948.0, 3957.0, 3968.0, 3937.0, 3956.0, 3935.0, 3946.0, 3966.0, 3943.0, 3963.0, 3925.0, 3957.0, 3934.0, 3934.0, 3965.0, 3924.0, 3954.0, 3923.0, 3933.0, 3932.0, 3933.0, 3953.0, 3934.0, 3953.0, 3920.0, 3952.0, 3921.0, 3931.0, 3920.0, 3919.0, 3940.0, 3921.0, 3941.0, 3921.0, 3952.0, 3912.0, 3922.0, 3911.0, 3932.0, 3920.0, 3935.0, 3954.0, 3924.0, 3934.0, 3924.0, 3944.0, 3956.0, 3947.0, 3978.0, 3935.0, 3946.0, 3956.0, 3926.0, 3947.0, 3947.0, 3925.0, 3945.0, 3945.0, 3947.0, 3977.0, 3946.0, 3968.0, 3947.0, 3944.0, 3976.0, 3925.0, 3936.0, 3954.0, 3934.0, 3962.0, 3920.0, 3934.0, 3942.0, 3924.0, 3932.0, 3933.0, 3933.0, 3953.0, 3923.0, 3952.0, 3910.0, 3923.0, 3942.0, 3920.0, 3961.0, 3920.0, 3933.0, 3944.0, 3921.0, 3963.0, 3913.0, 3933.0, 3950.0, 3934.0, 3963.0, 3922.0, 3954.0, 3922.0, 3931.0, 3964.0, 3913.0, 3933.0, 3922.0, 3934.0, 3954.0, 3936.0, 3954.0, 3933.0, 3932.0, 3945.0, 3938.0, 3963.0, 3937.0, 3934.0, 3945.0, 3944.0, 3967.0, 3937.0, 3935.0, 3946.0, 3949.0, 3979.0, 3937.0, 3937.0, 3959.0, 3948.0, 3956.0, 3946.0, 3962.0, 3938.0, 3967.0, 3925.0, 3932.0, 3925.0, 3934.0, 3953.0, 3925.0, 3964.0, 3924.0, 3923.0, 3945.0, 3936.0, 3964.0, 3934.0, 3943.0, 3934.0, 3923.0, 3962.0, 3924.0, 3954.0, 3923.0, 3934.0, 3925.0, 3922.0, 3932.0, 3922.0, 3922.0, 3921.0, 3925.0, 3943.0, 3933.0, 3936.0, 3936.0, 3937.0, 3967.0, 3936.0, 3967.0, 3923.0, 3955.0, 3935.0, 3934.0, 3925.0, 3925.0, 3953.0, 3924.0, 3945.0, 3937.0, 3925.0, 3934.0, 3923.0, 3935.0, 3925.0, 3954.0, 3924.0, 3924.0, 3937.0, 3927.0, 3936.0, 3950.0, 3957.0, 3948.0, 3935.0, 3936.0, 3924.0, 3944.0, 3926.0, 3951.0, 3923.0, 3924.0, 3921.0, 3923.0, 3942.0, 3922.0, 3942.0, 3932.0, 3923.0, 3933.0, 3927.0, 3963.0, 3944.0, 3921.0, 3943.0, 3925.0, 3963.0, 3927.0, 3978.0, 3934.0, 3923.0, 3923.0, 3922.0, 3952.0, 3935.0, 3924.0, 3947.0, 3926.0, 3925.0, 3924.0, 3956.0, 3933.0, 3921.0, 3925.0, 3936.0, 3936.0, 3940.0, 3938.0, 3941.0, 3940.0, 3966.0, 3940.0, 3976.0, 3937.0, 3967.0, 3945.0, 3934.0, 3935.0, 3924.0, 3934.0, 3924.0, 3955.0, 3923.0, 3953.0, 3936.0, 3925.0, 3933.0, 3911.0, 3945.0, 3922.0, 3963.0, 3921.0, 3943.0, 3913.0, 3913.0, 3923.0, 3912.0, 3944.0, 3912.0, 3952.0, 3911.0, 3943.0, 3910.0, 3909.0, 3910.0, 3910.0, 3921.0, 3910.0, 3943.0, 3911.0, 3953.0, 3932.0, 3922.0, 3924.0, 3925.0, 3936.0, 3925.0, 3956.0, 3955.0, 3935.0, 3935.0, 3934.0, 3956.0, 3925.0, 3936.0, 3934.0, 3925.0, 3946.0, 3924.0, 3966.0, 3925.0, 3954.0, 3923.0, 3913.0, 3914.0, 3922.0, 3953.0, 3922.0, 3954.0, 3912.0, 3911.0, 3931.0, 3921.0, 3941.0, 3911.0, 3943.0, 3912.0, 3910.0, 3923.0, 3910.0, 3953.0, 3913.0, 3943.0, 3910.0, 3911.0, 3909.0, 3910.0, 3931.0, 3911.0, 3944.0, 3911.0, 3922.0, 3922.0, 3911.0, 3932.0, 3924.0, 3943.0, 3924.0, 3922.0, 3923.0, 3926.0, 3935.0, 3926.0, 3936.0, 3936.0, 3925.0, 3945.0, 3937.0, 3966.0, 3935.0, 3923.0, 3934.0, 3913.0, 3943.0, 3923.0, 3954.0, 3924.0, 3924.0, 3935.0, 3922.0, 3945.0, 3944.0, 3924.0, 3943.0, 3923.0, 3954.0, 3912.0, 3942.0, 3913.0, 3910.0, 3921.0, 3912.0, 3933.0, 3910.0, 3953.0, 3911.0, 3921.0, 3910.0, 3912.0, 3921.0, 3912.0, 3944.0, 3922.0, 3942.0, 3912.0, 3938.0, 3912.0, 3921.0, 3912.0, 3909.0, 3920.0, 3910.0, 3931.0, 3923.0, 3951.0, 3912.0, 3943.0, 3912.0, 3923.0, 3931.0, 3913.0, 3923.0, 3911.0, 3941.0, 3922.0, 3939.0, 3911.0, 3948.0, 3911.0, 3921.0, 3912.0, 3923.0, 3922.0, 3911.0, 3945.0, 3914.0, 3955.0, 3934.0, 3934.0, 3932.0, 3911.0, 3944.0, 3923.0, 3954.0, 3912.0, 3943.0, 3923.0, 3910.0, 3933.0, 3912.0, 3932.0, 3910.0, 3940.0, 3900.0, 3941.0, 3901.0, 3930.0, 3931.0, 3911.0, 3922.0, 3925.0, 3922.0, 3945.0, 3923.0, 3935.0, 3925.0, 3953.0, 3923.0, 3945.0, 3912.0, 3941.0, 3922.0, 3932.0, 3912.0, 3922.0, 3934.0, 3911.0, 3943.0, 3919.0, 3920.0, 3932.0, 3913.0, 3932.0, 3913.0, 3953.0, 3923.0, 3922.0, 3923.0, 3911.0, 3942.0, 3911.0, 3951.0, 3910.0, 3901.0, 3921.0, 3910.0, 3930.0, 3909.0, 3929.0, 3910.0, 3928.0, 3899.0, 3928.0, 3908.0, 3909.0, 3900.0, 3913.0, 3911.0, 3911.0, 3921.0, 3913.0, 3924.0, 3943.0, 3923.0, 3925.0, 3926.0, 3924.0, 3936.0, 3937.0, 3936.0, 3926.0, 3957.0, 3924.0, 3954.0, 3925.0, 3945.0, 3943.0, 3913.0, 3923.0, 3911.0, 3942.0, 3909.0, 3953.0, 3911.0, 3930.0, 3911.0, 3912.0, 3912.0, 3911.0, 3918.0, 3899.0, 3910.0, 3900.0, 3920.0, 3900.0, 3919.0, 3899.0, 3939.0, 3898.0, 3929.0, 3899.0, 3900.0, 3910.0, 3900.0, 3933.0, 3911.0, 3911.0, 3912.0, 3931.0, 3909.0, 3942.0, 3912.0, 3942.0, 3910.0, 3922.0, 3930.0, 3910.0, 3912.0, 3911.0, 3931.0, 3911.0, 3941.0, 3912.0, 3942.0, 3912.0, 3941.0, 3909.0, 3931.0, 3941.0, 3910.0, 3911.0, 3913.0, 3923.0, 3912.0, 3953.0, 3913.0, 3921.0, 3912.0, 3923.0, 3936.0, 3934.0, 3924.0, 3947.0, 3925.0, 3955.0, 3926.0, 3923.0, 3914.0, 3914.0, 3924.0, 3912.0, 3943.0, 3912.0, 3940.0, 3924.0, 3933.0, 3943.0, 3912.0, 3921.0, 3911.0, 3942.0, 3912.0, 3933.0, 3913.0, 3922.0, 3932.0, 3912.0, 3932.0, 3913.0, 3943.0, 3909.0, 3941.0, 3900.0, 3937.0, 3910.0, 3920.0, 3899.0, 3899.0, 3898.0, 3909.0, 3929.0, 3899.0, 3939.0, 3900.0, 3921.0, 3898.0, 3898.0, 3930.0, 3899.0, 3918.0, 3899.0, 3928.0, 3897.0, 3929.0, 3898.0, 3928.0, 3898.0, 3908.0, 3898.0, 3898.0, 3917.0, 3901.0, 3921.0, 3910.0, 3930.0, 3911.0, 3930.0, 3911.0, 3910.0, 3911.0, 3910.0, 3922.0, 3913.0, 3921.0, 3912.0, 3920.0, 3901.0, 3931.0, 3902.0, 3942.0, 3903.0, 3919.0, 3899.0, 3899.0, 3919.0, 3899.0, 3921.0, 3899.0, 3921.0, 3898.0, 3909.0, 3898.0, 3918.0, 3897.0, 3918.0, 3898.0, 3929.0, 3898.0, 3917.0, 3898.0, 3918.0, 3898.0, 3929.0, 3910.0, 3899.0, 3909.0, 3900.0, 3909.0, 3911.0, 3933.0, 3912.0, 3941.0, 3912.0, 3920.0, 3912.0, 3920.0, 3912.0, 3909.0, 3922.0, 3900.0, 3910.0, 3911.0, 3920.0, 3902.0, 3921.0, 3899.0, 3932.0, 3901.0, 3920.0, 3909.0, 3911.0, 3910.0, 3911.0, 3931.0, 3912.0, 3912.0, 3911.0, 3914.0, 3943.0, 3914.0, 3953.0, 3933.0, 3923.0, 3911.0, 3909.0, 3909.0, 3898.0, 3921.0, 3899.0, 3930.0, 3901.0, 3943.0, 3899.0, 3900.0, 3910.0, 3909.0, 3921.0, 3910.0, 3922.0, 3912.0, 3931.0, 3910.0, 3932.0, 3911.0, 3942.0, 3911.0, 3941.0, 3911.0, 3930.0, 3899.0, 3930.0, 3899.0, 3929.0, 3898.0, 3939.0, 3909.0, 3909.0, 3899.0, 3899.0, 3899.0, 3898.0, 3898.0, 3900.0, 3909.0, 3898.0, 3919.0, 3898.0, 3918.0, 3899.0, 3929.0, 3900.0, 3918.0, 3901.0, 3899.0, 3899.0, 3911.0, 3920.0, 3910.0, 3941.0, 3913.0, 3930.0, 3911.0, 3932.0, 3913.0, 3922.0, 3910.0, 3899.0, 3911.0, 3901.0, 3920.0, 3899.0, 3931.0, 3900.0, 3932.0, 3901.0, 3939.0, 3899.0, 3939.0, 3899.0, 3919.0, 3896.0, 3898.0, 3899.0, 3899.0, 3909.0, 3898.0, 3919.0, 3910.0, 3920.0, 3898.0, 3918.0, 3899.0, 3928.0, 3898.0, 3928.0, 3899.0, 3930.0, 3899.0, 3898.0, 3898.0, 3911.0, 3899.0, 3899.0, 3920.0, 3910.0, 3940.0, 3912.0, 3920.0, 3901.0, 3910.0, 3910.0, 3910.0, 3919.0, 3899.0, 3919.0, 3899.0, 3931.0, 3911.0, 3918.0, 3909.0, 3898.0, 3911.0, 3901.0, 3911.0, 3912.0, 3915.0, 3911.0, 3912.0, 3912.0, 3931.0, 3912.0, 3942.0, 3912.0, 3922.0, 3914.0, 3923.0, 3912.0, 3912.0], 'WindowWidth': [8947.0, 8938.0, 8872.0, 8886.0, 8838.0, 8842.0, 8824.0, 8846.0, 8793.0, 8823.0, 8809.0, 8823.0, 8850.0, 8824.0, 8851.0, 8821.0, 8805.0, 8790.0, 8822.0, 8831.0, 8799.0, 8827.0, 8824.0, 8841.0, 8851.0, 8831.0, 8843.0, 8831.0, 8842.0, 8856.0, 8815.0, 8837.0, 8808.0, 8822.0, 8848.0, 8817.0, 8843.0, 8794.0, 8839.0, 8804.0, 8803.0, 8847.0, 8791.0, 8830.0, 8787.0, 8800.0, 8799.0, 8801.0, 8827.0, 8802.0, 8827.0, 8781.0, 8824.0, 8783.0, 8794.0, 8778.0, 8775.0, 8805.0, 8780.0, 8806.0, 8780.0, 8824.0, 8772.0, 8783.0, 8769.0, 8798.0, 8781.0, 8806.0, 8830.0, 8792.0, 8805.0, 8792.0, 8820.0, 8836.0, 8826.0, 8870.0, 8810.0, 8825.0, 8839.0, 8799.0, 8827.0, 8828.0, 8798.0, 8824.0, 8824.0, 8828.0, 8868.0, 8826.0, 8857.0, 8828.0, 8819.0, 8863.0, 8794.0, 8808.0, 8831.0, 8803.0, 8840.0, 8782.0, 8804.0, 8812.0, 8791.0, 8800.0, 8801.0, 8802.0, 8827.0, 8788.0, 8823.0, 8768.0, 8787.0, 8809.0, 8780.0, 8834.0, 8780.0, 8801.0, 8816.0, 8783.0, 8840.0, 8775.0, 8799.0, 8821.0, 8803.0, 8839.0, 8787.0, 8833.0, 8786.0, 8798.0, 8844.0, 8775.0, 8802.0, 8786.0, 8804.0, 8830.0, 8810.0, 8832.0, 8804.0, 8801.0, 8823.0, 8816.0, 8844.0, 8813.0, 8806.0, 8823.0, 8822.0, 8853.0, 8814.0, 8810.0, 8825.0, 8832.0, 8872.0, 8816.0, 8814.0, 8844.0, 8829.0, 8838.0, 8823.0, 8840.0, 8817.0, 8852.0, 8793.0, 8800.0, 8793.0, 8806.0, 8830.0, 8795.0, 8844.0, 8791.0, 8790.0, 8821.0, 8810.0, 8844.0, 8805.0, 8815.0, 8804.0, 8790.0, 8839.0, 8791.0, 8830.0, 8789.0, 8806.0, 8793.0, 8784.0, 8797.0, 8786.0, 8785.0, 8782.0, 8793.0, 8818.0, 8806.0, 8811.0, 8812.0, 8813.0, 8851.0, 8811.0, 8851.0, 8791.0, 8833.0, 8807.0, 8805.0, 8794.0, 8794.0, 8829.0, 8794.0, 8820.0, 8812.0, 8795.0, 8806.0, 8790.0, 8808.0, 8796.0, 8833.0, 8794.0, 8794.0, 8812.0, 8802.0, 8814.0, 8836.0, 8840.0, 8828.0, 8808.0, 8810.0, 8791.0, 8817.0, 8795.0, 8822.0, 8789.0, 8788.0, 8785.0, 8787.0, 8812.0, 8786.0, 8812.0, 8799.0, 8790.0, 8804.0, 8799.0, 8842.0, 8818.0, 8785.0, 8815.0, 8794.0, 8841.0, 8800.0, 8869.0, 8804.0, 8789.0, 8787.0, 8785.0, 8826.0, 8808.0, 8792.0, 8825.0, 8796.0, 8795.0, 8792.0, 8836.0, 8805.0, 8787.0, 8796.0, 8812.0, 8813.0, 8822.0, 8818.0, 8826.0, 8823.0, 8854.0, 8821.0, 8866.0, 8816.0, 8852.0, 8822.0, 8807.0, 8808.0, 8793.0, 8805.0, 8792.0, 8835.0, 8789.0, 8829.0, 8808.0, 8793.0, 8800.0, 8770.0, 8819.0, 8784.0, 8839.0, 8784.0, 8812.0, 8773.0, 8774.0, 8786.0, 8772.0, 8816.0, 8772.0, 8823.0, 8770.0, 8811.0, 8766.0, 8764.0, 8766.0, 8767.0, 8780.0, 8766.0, 8812.0, 8770.0, 8826.0, 8801.0, 8787.0, 8791.0, 8793.0, 8809.0, 8794.0, 8836.0, 8835.0, 8808.0, 8809.0, 8809.0, 8840.0, 8798.0, 8812.0, 8808.0, 8795.0, 8825.0, 8792.0, 8849.0, 8795.0, 8830.0, 8789.0, 8776.0, 8778.0, 8787.0, 8828.0, 8786.0, 8829.0, 8772.0, 8769.0, 8796.0, 8781.0, 8807.0, 8768.0, 8812.0, 8770.0, 8767.0, 8785.0, 8768.0, 8825.0, 8774.0, 8812.0, 8767.0, 8767.0, 8764.0, 8766.0, 8795.0, 8770.0, 8814.0, 8771.0, 8785.0, 8784.0, 8771.0, 8799.0, 8791.0, 8813.0, 8791.0, 8788.0, 8790.0, 8796.0, 8807.0, 8797.0, 8811.0, 8813.0, 8798.0, 8823.0, 8815.0, 8851.0, 8809.0, 8791.0, 8806.0, 8777.0, 8817.0, 8787.0, 8829.0, 8792.0, 8793.0, 8807.0, 8787.0, 8819.0, 8819.0, 8790.0, 8814.0, 8788.0, 8827.0, 8770.0, 8810.0, 8773.0, 8766.0, 8780.0, 8769.0, 8798.0, 8766.0, 8824.0, 8767.0, 8780.0, 8767.0, 8770.0, 8781.0, 8770.0, 8817.0, 8786.0, 8811.0, 8771.0, 8801.0, 8772.0, 8781.0, 8770.0, 8764.0, 8778.0, 8767.0, 8794.0, 8786.0, 8822.0, 8773.0, 8812.0, 8772.0, 8786.0, 8796.0, 8774.0, 8786.0, 8770.0, 8808.0, 8784.0, 8803.0, 8768.0, 8814.0, 8768.0, 8781.0, 8772.0, 8786.0, 8785.0, 8770.0, 8819.0, 8778.0, 8832.0, 8805.0, 8806.0, 8800.0, 8772.0, 8818.0, 8789.0, 8829.0, 8773.0, 8814.0, 8789.0, 8767.0, 8799.0, 8770.0, 8797.0, 8766.0, 8804.0, 8752.0, 8806.0, 8754.0, 8789.0, 8793.0, 8768.0, 8784.0, 8793.0, 8786.0, 8820.0, 8790.0, 8808.0, 8793.0, 8829.0, 8789.0, 8817.0, 8773.0, 8807.0, 8785.0, 8797.0, 8770.0, 8785.0, 8801.0, 8769.0, 8812.0, 8777.0, 8779.0, 8798.0, 8774.0, 8798.0, 8772.0, 8827.0, 8787.0, 8785.0, 8786.0, 8767.0, 8809.0, 8767.0, 8821.0, 8766.0, 8752.0, 8779.0, 8764.0, 8789.0, 8759.0, 8788.0, 8766.0, 8783.0, 8747.0, 8784.0, 8759.0, 8761.0, 8752.0, 8771.0, 8768.0, 8767.0, 8781.0, 8773.0, 8788.0, 8814.0, 8789.0, 8794.0, 8797.0, 8792.0, 8811.0, 8813.0, 8811.0, 8798.0, 8839.0, 8794.0, 8831.0, 8795.0, 8822.0, 8816.0, 8775.0, 8788.0, 8769.0, 8810.0, 8764.0, 8825.0, 8768.0, 8790.0, 8766.0, 8769.0, 8769.0, 8765.0, 8773.0, 8749.0, 8763.0, 8750.0, 8775.0, 8750.0, 8773.0, 8748.0, 8801.0, 8746.0, 8786.0, 8750.0, 8749.0, 8764.0, 8752.0, 8798.0, 8768.0, 8767.0, 8769.0, 8793.0, 8764.0, 8809.0, 8770.0, 8808.0, 8767.0, 8781.0, 8792.0, 8765.0, 8769.0, 8768.0, 8794.0, 8771.0, 8807.0, 8770.0, 8810.0, 8771.0, 8807.0, 8765.0, 8795.0, 8808.0, 8765.0, 8769.0, 8773.0, 8786.0, 8773.0, 8826.0, 8775.0, 8783.0, 8773.0, 8789.0, 8808.0, 8806.0, 8793.0, 8824.0, 8793.0, 8831.0, 8795.0, 8788.0, 8777.0, 8776.0, 8790.0, 8771.0, 8811.0, 8771.0, 8805.0, 8793.0, 8801.0, 8813.0, 8770.0, 8780.0, 8769.0, 8810.0, 8772.0, 8798.0, 8773.0, 8786.0, 8799.0, 8770.0, 8797.0, 8771.0, 8809.0, 8761.0, 8804.0, 8750.0, 8796.0, 8763.0, 8774.0, 8748.0, 8747.0, 8746.0, 8762.0, 8787.0, 8747.0, 8800.0, 8751.0, 8777.0, 8747.0, 8746.0, 8790.0, 8748.0, 8770.0, 8747.0, 8784.0, 8742.0, 8785.0, 8744.0, 8784.0, 8746.0, 8758.0, 8746.0, 8745.0, 8770.0, 8753.0, 8780.0, 8766.0, 8790.0, 8768.0, 8790.0, 8769.0, 8765.0, 8767.0, 8765.0, 8783.0, 8772.0, 8780.0, 8770.0, 8779.0, 8754.0, 8793.0, 8754.0, 8807.0, 8757.0, 8775.0, 8748.0, 8747.0, 8775.0, 8748.0, 8778.0, 8747.0, 8778.0, 8745.0, 8759.0, 8746.0, 8771.0, 8743.0, 8769.0, 8743.0, 8785.0, 8743.0, 8766.0, 8742.0, 8768.0, 8745.0, 8784.0, 8763.0, 8747.0, 8761.0, 8749.0, 8762.0, 8767.0, 8798.0, 8769.0, 8805.0, 8771.0, 8777.0, 8769.0, 8779.0, 8769.0, 8762.0, 8781.0, 8749.0, 8764.0, 8765.0, 8776.0, 8756.0, 8778.0, 8749.0, 8792.0, 8754.0, 8777.0, 8762.0, 8766.0, 8766.0, 8768.0, 8795.0, 8772.0, 8771.0, 8769.0, 8775.0, 8812.0, 8774.0, 8825.0, 8798.0, 8782.0, 8765.0, 8760.0, 8759.0, 8745.0, 8778.0, 8748.0, 8789.0, 8753.0, 8808.0, 8749.0, 8750.0, 8764.0, 8762.0, 8779.0, 8763.0, 8784.0, 8769.0, 8793.0, 8765.0, 8794.0, 8767.0, 8808.0, 8765.0, 8805.0, 8766.0, 8789.0, 8748.0, 8788.0, 8747.0, 8784.0, 8745.0, 8799.0, 8760.0, 8758.0, 8747.0, 8745.0, 8747.0, 8745.0, 8747.0, 8749.0, 8762.0, 8745.0, 8773.0, 8746.0, 8772.0, 8747.0, 8786.0, 8749.0, 8771.0, 8752.0, 8749.0, 8748.0, 8765.0, 8779.0, 8764.0, 8806.0, 8773.0, 8791.0, 8767.0, 8795.0, 8771.0, 8780.0, 8764.0, 8746.0, 8765.0, 8752.0, 8777.0, 8748.0, 8791.0, 8751.0, 8794.0, 8752.0, 8800.0, 8746.0, 8798.0, 8746.0, 8773.0, 8740.0, 8744.0, 8746.0, 8745.0, 8759.0, 8743.0, 8773.0, 8762.0, 8773.0, 8744.0, 8769.0, 8745.0, 8781.0, 8745.0, 8782.0, 8747.0, 8787.0, 8747.0, 8744.0, 8746.0, 8764.0, 8749.0, 8748.0, 8776.0, 8765.0, 8804.0, 8768.0, 8776.0, 8754.0, 8763.0, 8762.0, 8761.0, 8774.0, 8748.0, 8772.0, 8750.0, 8792.0, 8764.0, 8771.0, 8762.0, 8745.0, 8765.0, 8751.0, 8766.0, 8769.0, 8775.0, 8768.0, 8769.0, 8772.0, 8793.0, 8771.0, 8809.0, 8771.0, 8782.0, 8775.0, 8784.0, 8770.0, 8768.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.004335281933256617</td></tr>
<tr><td colspan=3>aqi</td><td>0.03342023049482163</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.8056833336866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1616751333870974</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9816404521428559</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>6286.2695</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07588988008515854</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4610406185280156</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.398775760990547</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.59382021088578</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3905258837077197</td></tr>
<tr><td colspan=3>gcor</td><td>0.00513024</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01399191003292799</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019413195550441742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.784870900455873</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>30.3521</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4549</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.5945</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308559.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.1319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0618</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.6003</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3190.9973</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.6447</td></tr>
<tr><td colspan=3>tsnr</td><td>33.52096636919305</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>