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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-06_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-06_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-0104/ses-01/func/sub-0104_ses-01_task-social_acq-mb8_run-06_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>9f5ff31259d9147ed987c7ba6aa4fec3</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>17:29:37.605000</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.996525, -0.0408717, -0.0725763, 0.0503074, 0.989791, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.115212</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7806, -7202, 342, -101, -158, -2, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5eaecb34-5e16-4e42-a979-7711a0ad00ac||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.6736037731170654, 0.13497112691402435, -0.17923983931541443, 113.60630798339844], [0.10965587943792343, 2.6555376052856445, 0.3686542212963104, -106.09335327148438], [-0.19471697509288788, -0.3577706217765808, 2.668701410293579, -42.06920623779297], [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': ['172937.605000', '172938.065000', '172938.525000', '172938.985000', '172939.445000', '172939.905000', '172940.365000', '172940.825000', '172941.285000', '172941.745000', '172942.205000', '172942.665000', '172943.125000', '172943.585000', '172944.045000', '172944.505000', '172944.965000', '172945.425000', '172945.885000', '172946.345000', '172946.805000', '172947.265000', '172947.725000', '172948.185000', '172948.645000', '172949.105000', '172949.565000', '172950.025000', '172950.485000', '172950.945000', '172951.405000', '172951.865000', '172952.325000', '172952.785000', '172953.245000', '172953.705000', '172954.165000', '172954.625000', '172955.085000', '172955.545000', '172956.005000', '172956.465000', '172956.925000', '172957.385000', '172957.845000', '172958.305000', '172958.765000', '172959.225000', '172959.685000', '173000.145000', '173000.605000', '173001.065000', '173001.525000', '173001.985000', '173002.445000', '173002.905000', '173003.365000', '173003.825000', '173004.285000', '173004.745000', '173005.205000', '173005.665000', '173006.125000', '173006.585000', '173007.045000', '173007.505000', '173007.965000', '173008.425000', '173008.885000', '173009.345000', '173009.805000', '173010.265000', '173010.725000', '173011.185000', '173011.645000', '173012.105000', '173012.565000', '173013.025000', '173013.485000', '173013.945000', '173014.405000', '173014.865000', '173015.325000', '173015.785000', '173016.245000', '173016.705000', '173017.165000', '173017.625000', '173018.085000', '173018.545000', '173019.005000', '173019.465000', '173019.925000', '173020.385000', '173020.845000', '173021.305000', '173021.765000', '173022.225000', '173022.685000', '173023.145000', '173023.605000', '173024.065000', '173024.525000', '173024.985000', '173025.445000', '173025.905000', '173026.365000', '173026.825000', '173027.285000', '173027.745000', '173028.205000', '173028.665000', '173029.125000', '173029.585000', '173030.045000', '173030.505000', '173030.965000', '173031.425000', '173031.885000', '173032.345000', '173032.805000', '173033.265000', '173033.725000', '173034.185000', '173034.645000', '173035.105000', '173035.565000', '173036.025000', '173036.485000', '173036.945000', '173037.405000', '173037.865000', '173038.325000', '173038.785000', '173039.245000', '173039.705000', '173040.165000', '173040.625000', '173041.085000', '173041.545000', '173042.005000', '173042.465000', '173042.925000', '173043.385000', '173043.845000', '173044.305000', '173044.765000', '173045.225000', '173045.685000', '173046.145000', '173046.605000', '173047.065000', '173047.525000', '173047.985000', '173048.445000', '173048.905000', '173049.365000', '173049.825000', '173050.285000', '173050.745000', '173051.205000', '173051.665000', '173052.125000', '173052.585000', '173053.045000', '173053.505000', '173053.965000', '173054.425000', '173054.885000', '173055.345000', '173055.805000', '173056.265000', '173056.725000', '173057.185000', '173057.645000', '173058.105000', '173058.565000', '173059.025000', '173059.485000', '173059.945000', '173100.405000', '173100.865000', '173101.325000', '173101.785000', '173102.245000', '173102.705000', '173103.165000', '173103.625000', '173104.085000', '173104.545000', '173105.005000', '173105.465000', '173105.925000', '173106.385000', '173106.845000', '173107.305000', '173107.765000', '173108.225000', '173108.685000', '173109.145000', '173109.605000', '173110.065000', '173110.525000', '173110.985000', '173111.445000', '173111.905000', '173112.365000', '173112.825000', '173113.285000', '173113.745000', '173114.205000', '173114.665000', '173115.125000', '173115.585000', '173116.045000', '173116.505000', '173116.965000', '173117.425000', '173117.885000', '173118.345000', '173118.805000', '173119.265000', '173119.725000', '173120.185000', '173120.645000', '173121.105000', '173121.565000', '173122.025000', '173122.485000', '173122.945000', '173123.405000', '173123.865000', '173124.325000', '173124.785000', '173125.245000', '173125.705000', '173126.165000', '173126.625000', '173127.085000', '173127.545000', '173128.005000', '173128.465000', '173128.925000', '173129.385000', '173129.845000', '173130.305000', '173130.765000', '173131.225000', '173131.685000', '173132.145000', '173132.605000', '173133.065000', '173133.525000', '173133.985000', '173134.445000', '173134.905000', '173135.365000', '173135.825000', '173136.285000', '173136.745000', '173137.205000', '173137.665000', '173138.125000', '173138.585000', '173139.045000', '173139.505000', '173139.965000', '173140.425000', '173140.885000', '173141.345000', '173141.805000', '173142.265000', '173142.725000', '173143.185000', '173143.645000', '173144.105000', '173144.565000', '173145.025000', '173145.485000', '173145.945000', '173146.405000', '173146.865000', '173147.325000', '173147.785000', '173148.245000', '173148.705000', '173149.165000', '173149.625000', '173150.085000', '173150.545000', '173151.005000', '173151.465000', '173151.925000', '173152.385000', '173152.845000', '173153.305000', '173153.765000', '173154.225000', '173154.685000', '173155.145000', '173155.605000', '173156.065000', '173156.525000', '173156.985000', '173157.445000', '173157.905000', '173158.365000', '173158.825000', '173159.285000', '173159.745000', '173200.205000', '173200.665000', '173201.125000', '173201.585000', '173202.045000', '173202.505000', '173202.965000', '173203.425000', '173203.885000', '173204.345000', '173204.805000', '173205.265000', '173205.725000', '173206.185000', '173206.645000', '173207.105000', '173207.565000', '173208.025000', '173208.485000', '173208.945000', '173209.405000', '173209.865000', '173210.325000', '173210.785000', '173211.245000', '173211.705000', '173212.165000', '173212.625000', '173213.085000', '173213.545000', '173214.005000', '173214.465000', '173214.925000', '173215.385000', '173215.845000', '173216.305000', '173216.765000', '173217.225000', '173217.685000', '173218.145000', '173218.605000', '173219.065000', '173219.525000', '173219.985000', '173220.445000', '173220.905000', '173221.365000', '173221.825000', '173222.285000', '173222.745000', '173223.205000', '173223.665000', '173224.125000', '173224.585000', '173225.045000', '173225.505000', '173225.965000', '173226.425000', '173226.885000', '173227.345000', '173227.805000', '173228.265000', '173228.725000', '173229.185000', '173229.645000', '173230.105000', '173230.565000', '173231.025000', '173231.485000', '173231.945000', '173232.405000', '173232.865000', '173233.325000', '173233.785000', '173234.245000', '173234.705000', '173235.165000', '173235.625000', '173236.085000', '173236.545000', '173237.005000', '173237.465000', '173237.925000', '173238.385000', '173238.845000', '173239.305000', '173239.765000', '173240.225000', '173240.685000', '173241.145000', '173241.605000', '173242.065000', '173242.525000', '173242.985000', '173243.445000', '173243.905000', '173244.365000', '173244.825000', '173245.285000', '173245.745000', '173246.205000', '173246.665000', '173247.125000', '173247.585000', '173248.045000', '173248.505000', '173248.965000', '173249.425000', '173249.885000', '173250.345000', '173250.805000', '173251.265000', '173251.725000', '173252.185000', '173252.645000', '173253.105000', '173253.565000', '173254.025000', '173254.485000', '173254.945000', '173255.405000', '173255.865000', '173256.325000', '173256.785000', '173257.245000', '173257.705000', '173258.165000', '173258.625000', '173259.085000', '173259.545000', '173300.005000', '173300.465000', '173300.925000', '173301.385000', '173301.845000', '173302.305000', '173302.765000', '173303.225000', '173303.685000', '173304.145000', '173304.605000', '173305.065000', '173305.525000', '173305.985000', '173306.445000', '173306.905000', '173307.365000', '173307.825000', '173308.285000', '173308.745000', '173309.205000', '173309.665000', '173310.125000', '173310.585000', '173311.045000', '173311.505000', '173311.965000', '173312.425000', '173312.885000', '173313.345000', '173313.805000', '173314.265000', '173314.725000', '173315.185000', '173315.645000', '173316.105000', '173316.565000', '173317.025000', '173317.485000', '173317.945000', '173318.405000', '173318.865000', '173319.325000', '173319.785000', '173320.245000', '173320.705000', '173321.165000', '173321.625000', '173322.085000', '173322.545000', '173323.005000', '173323.465000', '173323.925000', '173324.385000', '173324.845000', '173325.305000', '173325.765000', '173326.225000', '173326.685000', '173327.145000', '173327.605000', '173328.065000', '173328.525000', '173328.985000', '173329.445000', '173329.905000', '173330.365000', '173330.825000', '173331.285000', '173331.745000', '173332.205000', '173332.665000', '173333.125000', '173333.585000', '173334.045000', '173334.505000', '173334.965000', '173335.425000', '173335.885000', '173336.345000', '173336.805000', '173337.265000', '173337.725000', '173338.185000', '173338.645000', '173339.105000', '173339.565000', '173340.025000', '173340.485000', '173340.945000', '173341.405000', '173341.865000', '173342.325000', '173342.785000', '173343.245000', '173343.705000', '173344.165000', '173344.625000', '173345.085000', '173345.545000', '173346.005000', '173346.465000', '173346.925000', '173347.385000', '173347.845000', '173348.305000', '173348.765000', '173349.225000', '173349.685000', '173350.145000', '173350.605000', '173351.065000', '173351.525000', '173351.985000', '173352.445000', '173352.905000', '173353.365000', '173353.825000', '173354.285000', '173354.745000', '173355.205000', '173355.665000', '173356.125000', '173356.585000', '173357.045000', '173357.505000', '173357.965000', '173358.425000', '173358.885000', '173359.345000', '173359.805000', '173400.265000', '173400.725000', '173401.185000', '173401.645000', '173402.105000', '173402.565000', '173403.025000', '173403.485000', '173403.945000', '173404.405000', '173404.865000', '173405.325000', '173405.785000', '173406.245000', '173406.705000', '173407.165000', '173407.625000', '173408.085000', '173408.545000', '173409.005000', '173409.465000', '173409.925000', '173410.385000', '173410.845000', '173411.305000', '173411.765000', '173412.225000', '173412.685000', '173413.145000', '173413.605000', '173414.065000', '173414.525000', '173414.985000', '173415.445000', '173415.905000', '173416.365000', '173416.825000', '173417.285000', '173417.745000', '173418.205000', '173418.665000', '173419.125000', '173419.585000', '173420.045000', '173420.505000', '173420.965000', '173421.425000', '173421.885000', '173422.345000', '173422.805000', '173423.265000', '173423.725000', '173424.185000', '173424.645000', '173425.105000', '173425.565000', '173426.025000', '173426.485000', '173426.945000', '173427.405000', '173427.865000', '173428.325000', '173428.785000', '173429.245000', '173429.705000', '173430.165000', '173430.625000', '173431.085000', '173431.545000', '173432.005000', '173432.465000', '173432.925000', '173433.385000', '173433.845000', '173434.305000', '173434.765000', '173435.225000', '173435.685000', '173436.145000', '173436.605000', '173437.065000', '173437.525000', '173437.985000', '173438.445000', '173438.905000', '173439.365000', '173439.825000', '173440.285000', '173440.745000', '173441.205000', '173441.665000', '173442.125000', '173442.585000', '173443.045000', '173443.505000', '173443.965000', '173444.425000', '173444.885000', '173445.345000', '173445.805000', '173446.265000', '173446.725000', '173447.185000', '173447.645000', '173448.105000', '173448.565000', '173449.025000', '173449.485000', '173449.945000', '173450.405000', '173450.865000', '173451.325000', '173451.785000', '173452.245000', '173452.705000', '173453.165000', '173453.625000', '173454.085000', '173454.545000', '173455.005000', '173455.465000', '173455.925000', '173456.385000', '173456.845000', '173457.305000', '173457.765000', '173458.225000', '173458.685000', '173459.145000', '173459.605000', '173500.065000', '173500.525000', '173500.985000', '173501.445000', '173501.905000', '173502.365000', '173502.825000', '173503.285000', '173503.745000', '173504.205000', '173504.665000', '173505.125000', '173505.585000', '173506.045000', '173506.505000', '173506.965000', '173507.425000', '173507.885000', '173508.345000', '173508.805000', '173509.265000', '173509.725000', '173510.185000', '173510.645000', '173511.105000', '173511.565000', '173512.025000', '173512.485000', '173512.945000', '173513.405000', '173513.865000', '173514.325000', '173514.785000', '173515.245000', '173515.705000', '173516.165000', '173516.625000', '173517.085000', '173517.545000', '173518.005000', '173518.465000', '173518.925000', '173519.385000', '173519.845000', '173520.305000', '173520.765000', '173521.225000', '173521.685000', '173522.145000', '173522.605000', '173523.065000', '173523.525000', '173523.985000', '173524.445000', '173524.905000', '173525.365000', '173525.825000', '173526.285000', '173526.745000', '173527.205000', '173527.665000', '173528.125000', '173528.585000', '173529.045000', '173529.505000', '173529.965000', '173530.425000', '173530.885000', '173531.345000', '173531.805000', '173532.265000', '173532.725000', '173533.185000', '173533.645000', '173534.105000', '173534.565000', '173535.025000', '173535.485000', '173535.945000', '173536.405000', '173536.865000', '173537.325000', '173537.785000', '173538.245000', '173538.705000', '173539.165000', '173539.625000', '173540.085000', '173540.545000', '173541.005000', '173541.465000', '173541.925000', '173542.385000', '173542.845000', '173543.305000', '173543.765000', '173544.225000', '173544.685000', '173545.145000', '173545.605000', '173546.065000', '173546.525000', '173546.985000', '173547.445000', '173547.905000', '173548.365000', '173548.825000', '173549.285000', '173549.745000', '173550.205000', '173550.665000', '173551.125000', '173551.585000', '173552.045000', '173552.505000', '173552.965000', '173553.425000', '173553.885000', '173554.345000', '173554.805000', '173555.265000', '173555.725000', '173556.185000', '173556.645000', '173557.105000', '173557.565000', '173558.025000', '173558.485000', '173558.945000', '173559.405000', '173559.865000', '173600.325000', '173600.785000', '173601.245000', '173601.705000', '173602.165000', '173602.625000', '173603.085000', '173603.545000', '173604.005000', '173604.465000', '173604.925000', '173605.385000', '173605.845000', '173606.305000', '173606.765000', '173607.225000', '173607.685000', '173608.145000', '173608.605000', '173609.065000', '173609.525000', '173609.985000', '173610.445000', '173610.905000', '173611.365000', '173611.825000', '173612.285000', '173612.745000', '173613.205000', '173613.665000', '173614.125000', '173614.585000', '173615.045000', '173615.505000', '173615.965000', '173616.425000', '173616.885000', '173617.345000', '173617.805000', '173618.265000'], 'ContentTime': ['172953.061000', '172953.065000', '172953.067000', '172953.070000', '172953.081000', '172953.084000', '172953.086000', '172953.089000', '172953.092000', '172953.094000', '172953.097000', '172953.099000', '172953.102000', '172953.105000', '172953.107000', '172953.110000', '172953.116000', '172953.119000', '172953.122000', '172953.124000', '172953.127000', '172953.129000', '172953.132000', '172953.135000', '172953.137000', '172953.140000', '172953.143000', '172953.145000', '172953.148000', '172953.150000', '172953.153000', '173013.029000', '173013.032000', '173013.035000', '173013.037000', '173013.040000', '173013.043000', '173013.045000', '173013.048000', '173013.050000', '173013.053000', '173013.056000', '173013.058000', '173013.061000', '173013.063000', '173013.066000', '173013.068000', '173013.071000', '173013.074000', '173013.076000', '173013.079000', '173013.082000', '173013.084000', '173013.087000', '173013.089000', '173013.092000', '173013.094000', '173013.097000', '173013.099000', '173013.102000', '173013.105000', '173013.107000', '173013.110000', '173013.112000', '173013.115000', '173013.117000', '173013.120000', '173013.122000', '173013.125000', '173013.128000', '173013.133000', '173013.136000', '173013.139000', '173013.141000', '173033.029000', '173033.032000', '173033.035000', '173033.038000', '173033.040000', '173033.043000', '173033.045000', '173033.048000', '173033.051000', '173033.053000', '173033.056000', '173033.058000', '173033.061000', '173033.064000', '173033.066000', '173033.069000', '173033.071000', '173033.074000', '173033.077000', '173033.079000', '173033.082000', '173033.085000', '173033.087000', '173033.090000', '173033.092000', '173033.095000', '173033.098000', '173033.100000', '173033.103000', '173033.105000', '173033.108000', '173033.110000', '173033.113000', '173033.116000', '173033.118000', '173033.121000', '173033.131000', '173033.133000', '173033.136000', '173033.139000', '173033.141000', '173033.144000', '173033.146000', '173033.149000', '173053.029000', '173053.032000', '173053.035000', '173053.038000', '173053.040000', '173053.043000', '173053.045000', '173053.048000', '173053.051000', '173053.053000', '173053.056000', '173053.058000', '173053.061000', '173053.064000', '173053.066000', '173053.069000', '173053.071000', '173053.074000', '173053.077000', '173053.079000', '173053.082000', '173053.085000', '173053.087000', '173053.090000', '173053.093000', '173053.095000', '173053.098000', '173053.104000', '173053.107000', '173053.109000', '173053.112000', '173053.115000', '173053.117000', '173053.120000', '173053.123000', '173053.125000', '173053.128000', '173053.130000', '173053.133000', '173053.135000', '173053.138000', '173053.141000', '173053.143000', '173113.029000', '173113.032000', '173113.035000', '173113.037000', '173113.040000', '173113.043000', '173113.045000', '173113.048000', '173113.051000', '173113.053000', '173113.056000', '173113.058000', '173113.061000', '173113.064000', '173113.066000', '173113.069000', '173113.071000', '173113.074000', '173113.077000', '173113.079000', '173113.082000', '173113.084000', '173113.118000', '173113.121000', '173113.124000', '173113.126000', '173113.129000', '173113.132000', '173113.134000', '173113.137000', '173113.140000', '173113.142000', '173113.145000', '173113.147000', '173113.150000', '173113.153000', '173113.155000', '173113.158000', '173113.160000', '173113.163000', '173113.166000', '173113.168000', '173113.171000', '173113.173000', '173133.028000', '173133.031000', '173133.034000', '173133.037000', '173133.039000', '173133.042000', '173133.045000', '173133.047000', '173133.050000', '173133.052000', '173133.055000', '173133.058000', '173133.060000', '173133.063000', '173133.065000', '173133.068000', '173133.071000', '173133.073000', '173133.076000', '173133.078000', '173133.081000', '173133.084000', '173133.086000', '173133.089000', '173133.092000', '173133.094000', '173133.097000', '173133.099000', '173133.102000', '173133.105000', '173133.107000', '173133.110000', '173133.113000', '173133.115000', '173133.118000', '173133.121000', '173133.123000', '173133.126000', '173133.128000', '173133.131000', '173133.134000', '173133.136000', '173133.139000', '173153.029000', '173153.032000', '173153.035000', '173153.037000', '173153.040000', '173153.043000', '173153.045000', '173153.048000', '173153.051000', '173153.053000', '173153.056000', '173153.059000', '173153.062000', '173153.065000', '173153.067000', '173153.070000', '173153.073000', '173153.075000', '173153.078000', '173153.081000', '173153.083000', '173153.086000', '173153.088000', '173153.091000', '173153.094000', '173153.096000', '173153.099000', '173153.101000', '173153.104000', '173153.107000', '173153.109000', '173153.112000', '173153.115000', '173153.118000', '173153.120000', '173153.123000', '173153.126000', '173153.128000', '173153.131000', '173153.133000', '173153.136000', '173153.139000', '173153.141000', '173153.144000', '173213.029000', '173213.032000', '173213.035000', '173213.038000', '173213.040000', '173213.043000', '173213.046000', '173213.048000', '173213.051000', '173213.054000', '173213.056000', '173213.059000', '173213.061000', '173213.064000', '173213.067000', '173213.069000', '173213.072000', '173213.074000', '173213.077000', '173213.080000', '173213.082000', '173213.085000', '173213.088000', '173213.090000', '173213.093000', '173213.096000', '173213.098000', '173213.101000', '173213.103000', '173213.106000', '173213.109000', '173213.111000', '173213.114000', '173213.116000', '173213.119000', '173213.122000', '173213.124000', '173213.127000', '173213.129000', '173213.132000', '173213.135000', '173213.137000', '173213.140000', '173233.029000', '173233.032000', '173233.035000', '173233.037000', '173233.040000', '173233.043000', '173233.045000', '173233.048000', '173233.051000', '173233.053000', '173233.056000', '173233.059000', '173233.062000', '173233.065000', '173233.068000', '173233.071000', '173233.073000', '173233.076000', '173233.078000', '173233.081000', '173233.084000', '173233.086000', '173233.089000', '173233.091000', '173233.094000', '173233.097000', '173233.099000', '173233.102000', '173233.105000', '173233.107000', '173233.110000', '173233.112000', '173233.115000', '173233.118000', '173233.120000', '173233.123000', '173233.125000', '173233.128000', '173233.131000', '173233.134000', '173233.136000', '173233.139000', '173233.141000', '173253.030000', '173253.033000', '173253.035000', '173253.038000', '173253.040000', '173253.043000', '173253.046000', '173253.048000', '173253.051000', '173253.053000', '173253.056000', '173253.059000', '173253.061000', '173253.064000', '173253.066000', '173253.069000', '173253.072000', '173253.074000', '173253.099000', '173253.102000', '173253.105000', '173253.107000', '173253.110000', '173253.112000', '173253.115000', '173253.118000', '173253.120000', '173253.123000', '173253.126000', '173253.128000', '173253.131000', '173253.134000', '173253.136000', '173253.139000', '173253.142000', '173253.144000', '173253.147000', '173253.149000', '173253.152000', '173253.155000', '173253.157000', '173253.160000', '173253.163000', '173253.165000', '173313.029000', '173313.032000', '173313.037000', '173313.039000', '173313.042000', '173313.045000', '173313.047000', '173313.050000', '173313.053000', '173313.056000', '173313.058000', '173313.061000', '173313.063000', '173313.066000', '173313.069000', '173313.071000', '173313.074000', '173313.077000', '173313.079000', '173313.082000', '173313.084000', '173313.087000', '173313.090000', '173313.092000', '173313.095000', '173313.098000', '173313.101000', '173313.104000', '173313.107000', '173313.109000', '173313.112000', '173313.115000', '173313.117000', '173313.120000', '173313.123000', '173313.125000', '173313.128000', '173313.131000', '173313.133000', '173313.136000', '173313.138000', '173313.141000', '173313.144000', '173333.029000', '173333.032000', '173333.035000', '173333.037000', '173333.040000', '173333.043000', '173333.045000', '173333.048000', '173333.051000', '173333.053000', '173333.056000', '173333.058000', '173333.061000', '173333.064000', '173333.066000', '173333.069000', '173333.072000', '173333.074000', '173333.077000', '173333.080000', '173333.082000', '173333.085000', '173333.088000', '173333.090000', '173333.093000', '173333.096000', '173333.098000', '173333.101000', '173333.104000', '173333.106000', '173333.109000', '173333.112000', '173333.114000', '173333.117000', '173333.119000', '173333.122000', '173333.125000', '173333.127000', '173333.130000', '173333.133000', '173333.135000', '173333.138000', '173333.140000', '173333.143000', '173353.028000', '173353.031000', '173353.034000', '173353.037000', '173353.039000', '173353.042000', '173353.045000', '173353.047000', '173353.050000', '173353.052000', '173353.055000', '173353.058000', '173353.060000', '173353.063000', '173353.066000', '173353.068000', '173353.071000', '173353.073000', '173353.076000', '173353.079000', '173353.081000', '173353.084000', '173353.087000', '173353.089000', '173353.092000', '173353.095000', '173353.097000', '173353.100000', '173353.103000', '173353.105000', '173353.108000', '173353.110000', '173353.113000', '173353.116000', '173353.118000', '173353.121000', '173353.123000', '173353.126000', '173353.129000', '173353.131000', '173353.134000', '173353.136000', '173353.139000', '173413.030000', '173413.032000', '173413.035000', '173413.038000', '173413.040000', '173413.043000', '173413.045000', '173413.048000', '173413.051000', '173413.053000', '173413.056000', '173413.059000', '173413.061000', '173413.064000', '173413.066000', '173413.069000', '173413.072000', '173413.074000', '173413.077000', '173413.080000', '173413.082000', '173413.085000', '173413.087000', '173413.090000', '173413.093000', '173413.095000', '173413.098000', '173413.101000', '173413.103000', '173413.106000', '173413.108000', '173413.111000', '173413.114000', '173413.116000', '173413.119000', '173413.122000', '173413.124000', '173413.127000', '173413.129000', '173413.132000', '173413.135000', '173413.137000', '173413.140000', '173413.155000', '173433.029000', '173433.033000', '173433.035000', '173433.038000', '173433.047000', '173433.049000', '173433.052000', '173433.055000', '173433.057000', '173433.060000', '173433.062000', '173433.065000', '173433.068000', '173433.070000', '173433.073000', '173433.076000', '173433.079000', '173433.082000', '173433.085000', '173433.087000', '173433.091000', '173433.093000', '173433.096000', '173433.099000', '173433.101000', '173433.104000', '173433.106000', '173433.109000', '173433.112000', '173433.114000', '173433.117000', '173433.120000', '173433.122000', '173433.125000', '173433.127000', '173433.130000', '173433.133000', '173433.135000', '173433.138000', '173433.142000', '173433.145000', '173433.147000', '173433.150000', '173453.030000', '173453.032000', '173453.035000', '173453.038000', '173453.041000', '173453.043000', '173453.046000', '173453.049000', '173453.051000', '173453.054000', '173453.057000', '173453.059000', '173453.062000', '173453.065000', '173453.067000', '173453.070000', '173453.073000', '173453.075000', '173453.078000', '173453.080000', '173453.083000', '173453.086000', '173453.089000', '173453.091000', '173453.094000', '173453.096000', '173453.099000', '173453.102000', '173453.104000', '173453.107000', '173453.110000', '173453.112000', '173453.115000', '173453.118000', '173453.120000', '173453.123000', '173453.125000', '173453.128000', '173453.131000', '173453.133000', '173453.136000', '173453.139000', '173453.141000', '173453.144000', '173513.029000', '173513.032000', '173513.035000', '173513.037000', '173513.040000', '173513.043000', '173513.045000', '173513.048000', '173513.051000', '173513.053000', '173513.056000', '173513.058000', '173513.061000', '173513.064000', '173513.066000', '173513.069000', '173513.072000', '173513.074000', '173513.077000', '173513.079000', '173513.082000', '173513.085000', '173513.088000', '173513.090000', '173513.093000', '173513.096000', '173513.099000', '173513.101000', '173513.104000', '173513.106000', '173513.109000', '173513.112000', '173513.114000', '173513.117000', '173513.120000', '173513.122000', '173513.125000', '173513.127000', '173513.130000', '173513.133000', '173513.135000', '173513.138000', '173513.141000', '173533.029000', '173533.032000', '173533.035000', '173533.038000', '173533.040000', '173533.043000', '173533.045000', '173533.048000', '173533.052000', '173533.055000', '173533.058000', '173533.060000', '173533.063000', '173533.065000', '173533.068000', '173533.071000', '173533.073000', '173533.082000', '173533.085000', '173533.087000', '173533.090000', '173533.093000', '173533.096000', '173533.098000', '173533.101000', '173533.103000', '173533.106000', '173533.109000', '173533.111000', '173533.114000', '173533.116000', '173533.119000', '173533.122000', '173533.124000', '173533.127000', '173533.129000', '173533.132000', '173533.134000', '173533.137000', '173533.140000', '173533.142000', '173533.145000', '173533.147000', '173533.150000', '173553.030000', '173553.033000', '173553.035000', '173553.038000', '173553.041000', '173553.043000', '173553.046000', '173553.048000', '173553.051000', '173553.053000', '173553.056000', '173553.059000', '173553.061000', '173553.064000', '173553.067000', '173553.069000', '173553.072000', '173553.074000', '173553.077000', '173553.080000', '173553.082000', '173553.085000', '173553.087000', '173553.090000', '173553.093000', '173553.095000', '173553.098000', '173553.100000', '173553.103000', '173553.106000', '173553.108000', '173553.111000', '173553.113000', '173553.116000', '173553.118000', '173553.121000', '173553.124000', '173553.127000', '173553.130000', '173553.133000', '173553.136000', '173553.138000', '173553.141000', '173613.029000', '173613.032000', '173613.034000', '173613.037000', '173613.040000', '173613.042000', '173613.045000', '173613.047000', '173613.050000', '173613.053000', '173613.055000', '173613.058000', '173613.060000', '173613.063000', '173613.066000', '173613.068000', '173613.071000', '173613.073000', '173613.076000', '173613.079000', '173613.081000', '173613.084000', '173613.086000', '173613.089000', '173613.092000', '173613.094000', '173613.097000', '173613.100000', '173613.102000', '173613.105000', '173613.107000', '173613.110000', '173613.113000', '173613.115000', '173613.118000', '173613.120000', '173613.123000', '173613.126000', '173613.128000', '173613.131000', '173613.134000', '173613.136000', '173613.139000', '173613.141000', '173619.805000', '173619.808000', '173619.811000', '173619.814000', '173619.816000', '173619.819000', '173619.822000', '173619.824000', '173619.827000', '173619.830000', '173619.832000', '173619.835000', '173619.837000', '173619.840000', '173619.843000'], 'InstanceCreationTime': ['172953.061000', '172953.065000', '172953.067000', '172953.070000', '172953.081000', '172953.084000', '172953.086000', '172953.089000', '172953.092000', '172953.094000', '172953.097000', '172953.099000', '172953.102000', '172953.105000', '172953.107000', '172953.110000', '172953.116000', '172953.119000', '172953.122000', '172953.124000', '172953.127000', '172953.129000', '172953.132000', '172953.135000', '172953.137000', '172953.140000', '172953.143000', '172953.145000', '172953.148000', '172953.150000', '172953.153000', '173013.029000', '173013.032000', '173013.035000', '173013.037000', '173013.040000', '173013.043000', '173013.045000', '173013.048000', '173013.050000', '173013.053000', '173013.056000', '173013.058000', '173013.061000', '173013.063000', '173013.066000', '173013.068000', '173013.071000', '173013.074000', '173013.076000', '173013.079000', '173013.082000', '173013.084000', '173013.087000', '173013.089000', '173013.092000', '173013.094000', '173013.097000', '173013.099000', '173013.102000', '173013.105000', '173013.107000', '173013.110000', '173013.112000', '173013.115000', '173013.117000', '173013.120000', '173013.122000', '173013.125000', '173013.128000', '173013.133000', '173013.136000', '173013.139000', '173013.141000', '173033.029000', '173033.032000', '173033.035000', '173033.038000', '173033.040000', '173033.043000', '173033.045000', '173033.048000', '173033.051000', '173033.053000', '173033.056000', '173033.058000', '173033.061000', '173033.064000', '173033.066000', '173033.069000', '173033.071000', '173033.074000', '173033.077000', '173033.079000', '173033.082000', '173033.085000', '173033.087000', '173033.090000', '173033.092000', '173033.095000', '173033.098000', '173033.100000', '173033.103000', '173033.105000', '173033.108000', '173033.110000', '173033.113000', '173033.116000', '173033.118000', '173033.121000', '173033.131000', '173033.133000', '173033.136000', '173033.139000', '173033.141000', '173033.144000', '173033.146000', '173033.149000', '173053.029000', '173053.032000', '173053.035000', '173053.038000', '173053.040000', '173053.043000', '173053.045000', '173053.048000', '173053.051000', '173053.053000', '173053.056000', '173053.058000', '173053.061000', '173053.064000', '173053.066000', '173053.069000', '173053.071000', '173053.074000', '173053.077000', '173053.079000', '173053.082000', '173053.085000', '173053.087000', '173053.090000', '173053.093000', '173053.095000', '173053.098000', '173053.104000', '173053.107000', '173053.109000', '173053.112000', '173053.115000', '173053.117000', '173053.120000', '173053.123000', '173053.125000', '173053.128000', '173053.130000', '173053.133000', '173053.135000', '173053.138000', '173053.141000', '173053.143000', '173113.029000', '173113.032000', '173113.035000', '173113.037000', '173113.040000', '173113.043000', '173113.045000', '173113.048000', '173113.051000', '173113.053000', '173113.056000', '173113.058000', '173113.061000', '173113.064000', '173113.066000', '173113.069000', '173113.071000', '173113.074000', '173113.077000', '173113.079000', '173113.082000', '173113.084000', '173113.118000', '173113.121000', '173113.124000', '173113.126000', '173113.129000', '173113.132000', '173113.134000', '173113.137000', '173113.140000', '173113.142000', '173113.145000', '173113.147000', '173113.150000', '173113.153000', '173113.155000', '173113.158000', '173113.160000', '173113.163000', '173113.166000', '173113.168000', '173113.171000', '173113.173000', '173133.028000', '173133.031000', '173133.034000', '173133.037000', '173133.039000', '173133.042000', '173133.045000', '173133.047000', '173133.050000', '173133.052000', '173133.055000', '173133.058000', '173133.060000', '173133.063000', '173133.065000', '173133.068000', '173133.071000', '173133.073000', '173133.076000', '173133.078000', '173133.081000', '173133.084000', '173133.086000', '173133.089000', '173133.092000', '173133.094000', '173133.097000', '173133.099000', '173133.102000', '173133.105000', '173133.107000', '173133.110000', '173133.113000', '173133.115000', '173133.118000', '173133.121000', '173133.123000', '173133.126000', '173133.128000', '173133.131000', '173133.134000', '173133.136000', '173133.139000', '173153.029000', '173153.032000', '173153.035000', '173153.037000', '173153.040000', '173153.043000', '173153.045000', '173153.048000', '173153.051000', '173153.053000', '173153.056000', '173153.059000', '173153.062000', '173153.065000', '173153.067000', '173153.070000', '173153.073000', '173153.075000', '173153.078000', '173153.081000', '173153.083000', '173153.086000', '173153.088000', '173153.091000', '173153.094000', '173153.096000', '173153.099000', '173153.101000', '173153.104000', '173153.107000', '173153.109000', '173153.112000', '173153.115000', '173153.118000', '173153.120000', '173153.123000', '173153.126000', '173153.128000', '173153.131000', '173153.133000', '173153.136000', '173153.139000', '173153.141000', '173153.144000', '173213.029000', '173213.032000', '173213.035000', '173213.038000', '173213.040000', '173213.043000', '173213.046000', '173213.048000', '173213.051000', '173213.054000', '173213.056000', '173213.059000', '173213.061000', '173213.064000', '173213.067000', '173213.069000', '173213.072000', '173213.074000', '173213.077000', '173213.080000', '173213.082000', '173213.085000', '173213.088000', '173213.090000', '173213.093000', '173213.096000', '173213.098000', '173213.101000', '173213.103000', '173213.106000', '173213.109000', '173213.111000', '173213.114000', '173213.116000', '173213.119000', '173213.122000', '173213.124000', '173213.127000', '173213.129000', '173213.132000', '173213.135000', '173213.137000', '173213.140000', '173233.029000', '173233.032000', '173233.035000', '173233.037000', '173233.040000', '173233.043000', '173233.045000', '173233.048000', '173233.051000', '173233.053000', '173233.056000', '173233.059000', '173233.062000', '173233.065000', '173233.068000', '173233.071000', '173233.073000', '173233.076000', '173233.078000', '173233.081000', '173233.084000', '173233.086000', '173233.089000', '173233.091000', '173233.094000', '173233.097000', '173233.099000', '173233.102000', '173233.105000', '173233.107000', '173233.110000', '173233.112000', '173233.115000', '173233.118000', '173233.120000', '173233.123000', '173233.125000', '173233.128000', '173233.131000', '173233.134000', '173233.136000', '173233.139000', '173233.141000', '173253.030000', '173253.033000', '173253.035000', '173253.038000', '173253.040000', '173253.043000', '173253.046000', '173253.048000', '173253.051000', '173253.053000', '173253.056000', '173253.059000', '173253.061000', '173253.064000', '173253.066000', '173253.069000', '173253.072000', '173253.074000', '173253.099000', '173253.102000', '173253.105000', '173253.107000', '173253.110000', '173253.112000', '173253.115000', '173253.118000', '173253.120000', '173253.123000', '173253.126000', '173253.128000', '173253.131000', '173253.134000', '173253.136000', '173253.139000', '173253.142000', '173253.144000', '173253.147000', '173253.149000', '173253.152000', '173253.155000', '173253.157000', '173253.160000', '173253.163000', '173253.165000', '173313.029000', '173313.032000', '173313.037000', '173313.039000', '173313.042000', '173313.045000', '173313.047000', '173313.050000', '173313.053000', '173313.056000', '173313.058000', '173313.061000', '173313.063000', '173313.066000', '173313.069000', '173313.071000', '173313.074000', '173313.077000', '173313.079000', '173313.082000', '173313.084000', '173313.087000', '173313.090000', '173313.092000', '173313.095000', '173313.098000', '173313.101000', '173313.104000', '173313.107000', '173313.109000', '173313.112000', '173313.115000', '173313.117000', '173313.120000', '173313.123000', '173313.125000', '173313.128000', '173313.131000', '173313.133000', '173313.136000', '173313.138000', '173313.141000', '173313.144000', '173333.029000', '173333.032000', '173333.035000', '173333.037000', '173333.040000', '173333.043000', '173333.045000', '173333.048000', '173333.051000', '173333.053000', '173333.056000', '173333.058000', '173333.061000', '173333.064000', '173333.066000', '173333.069000', '173333.072000', '173333.074000', '173333.077000', '173333.080000', '173333.082000', '173333.085000', '173333.088000', '173333.090000', '173333.093000', '173333.096000', '173333.098000', '173333.101000', '173333.104000', '173333.106000', '173333.109000', '173333.112000', '173333.114000', '173333.117000', '173333.119000', '173333.122000', '173333.125000', '173333.127000', '173333.130000', '173333.133000', '173333.135000', '173333.138000', '173333.140000', '173333.143000', '173353.028000', '173353.031000', '173353.034000', '173353.037000', '173353.039000', '173353.042000', '173353.045000', '173353.047000', '173353.050000', '173353.052000', '173353.055000', '173353.058000', '173353.060000', '173353.063000', '173353.066000', '173353.068000', '173353.071000', '173353.073000', '173353.076000', '173353.079000', '173353.081000', '173353.084000', '173353.087000', '173353.089000', '173353.092000', '173353.095000', '173353.097000', '173353.100000', '173353.103000', '173353.105000', '173353.108000', '173353.110000', '173353.113000', '173353.116000', '173353.118000', '173353.121000', '173353.123000', '173353.126000', '173353.129000', '173353.131000', '173353.134000', '173353.136000', '173353.139000', '173413.030000', '173413.032000', '173413.035000', '173413.038000', '173413.040000', '173413.043000', '173413.045000', '173413.048000', '173413.051000', '173413.053000', '173413.056000', '173413.059000', '173413.061000', '173413.064000', '173413.066000', '173413.069000', '173413.072000', '173413.074000', '173413.077000', '173413.080000', '173413.082000', '173413.085000', '173413.087000', '173413.090000', '173413.093000', '173413.095000', '173413.098000', '173413.101000', '173413.103000', '173413.106000', '173413.108000', '173413.111000', '173413.114000', '173413.116000', '173413.119000', '173413.122000', '173413.124000', '173413.127000', '173413.129000', '173413.132000', '173413.135000', '173413.137000', '173413.140000', '173413.155000', '173433.029000', '173433.033000', '173433.035000', '173433.038000', '173433.047000', '173433.049000', '173433.052000', '173433.055000', '173433.057000', '173433.060000', '173433.062000', '173433.065000', '173433.068000', '173433.070000', '173433.073000', '173433.076000', '173433.079000', '173433.082000', '173433.085000', '173433.087000', '173433.091000', '173433.093000', '173433.096000', '173433.099000', '173433.101000', '173433.104000', '173433.106000', '173433.109000', '173433.112000', '173433.114000', '173433.117000', '173433.120000', '173433.122000', '173433.125000', '173433.127000', '173433.130000', '173433.133000', '173433.135000', '173433.138000', '173433.142000', '173433.145000', '173433.147000', '173433.150000', '173453.030000', '173453.032000', '173453.035000', '173453.038000', '173453.041000', '173453.043000', '173453.046000', '173453.049000', '173453.051000', '173453.054000', '173453.057000', '173453.059000', '173453.062000', '173453.065000', '173453.067000', '173453.070000', '173453.073000', '173453.075000', '173453.078000', '173453.080000', '173453.083000', '173453.086000', '173453.089000', '173453.091000', '173453.094000', '173453.096000', '173453.099000', '173453.102000', '173453.104000', '173453.107000', '173453.110000', '173453.112000', '173453.115000', '173453.118000', '173453.120000', '173453.123000', '173453.125000', '173453.128000', '173453.131000', '173453.133000', '173453.136000', '173453.139000', '173453.141000', '173453.144000', '173513.029000', '173513.032000', '173513.035000', '173513.037000', '173513.040000', '173513.043000', '173513.045000', '173513.048000', '173513.051000', '173513.053000', '173513.056000', '173513.058000', '173513.061000', '173513.064000', '173513.066000', '173513.069000', '173513.072000', '173513.074000', '173513.077000', '173513.079000', '173513.082000', '173513.085000', '173513.088000', '173513.090000', '173513.093000', '173513.096000', '173513.099000', '173513.101000', '173513.104000', '173513.106000', '173513.109000', '173513.112000', '173513.114000', '173513.117000', '173513.120000', '173513.122000', '173513.125000', '173513.127000', '173513.130000', '173513.133000', '173513.135000', '173513.138000', '173513.141000', '173533.029000', '173533.032000', '173533.035000', '173533.038000', '173533.040000', '173533.043000', '173533.045000', '173533.048000', '173533.052000', '173533.055000', '173533.058000', '173533.060000', '173533.063000', '173533.065000', '173533.068000', '173533.071000', '173533.073000', '173533.082000', '173533.085000', '173533.087000', '173533.090000', '173533.093000', '173533.096000', '173533.098000', '173533.101000', '173533.103000', '173533.106000', '173533.109000', '173533.111000', '173533.114000', '173533.116000', '173533.119000', '173533.122000', '173533.124000', '173533.127000', '173533.129000', '173533.132000', '173533.134000', '173533.137000', '173533.140000', '173533.142000', '173533.145000', '173533.147000', '173533.150000', '173553.030000', '173553.033000', '173553.035000', '173553.038000', '173553.041000', '173553.043000', '173553.046000', '173553.048000', '173553.051000', '173553.053000', '173553.056000', '173553.059000', '173553.061000', '173553.064000', '173553.067000', '173553.069000', '173553.072000', '173553.074000', '173553.077000', '173553.080000', '173553.082000', '173553.085000', '173553.087000', '173553.090000', '173553.093000', '173553.095000', '173553.098000', '173553.100000', '173553.103000', '173553.106000', '173553.108000', '173553.111000', '173553.113000', '173553.116000', '173553.118000', '173553.121000', '173553.124000', '173553.127000', '173553.130000', '173553.133000', '173553.136000', '173553.138000', '173553.141000', '173613.029000', '173613.032000', '173613.034000', '173613.037000', '173613.040000', '173613.042000', '173613.045000', '173613.047000', '173613.050000', '173613.053000', '173613.055000', '173613.058000', '173613.060000', '173613.063000', '173613.066000', '173613.068000', '173613.071000', '173613.073000', '173613.076000', '173613.079000', '173613.081000', '173613.084000', '173613.086000', '173613.089000', '173613.092000', '173613.094000', '173613.097000', '173613.100000', '173613.102000', '173613.105000', '173613.107000', '173613.110000', '173613.113000', '173613.115000', '173613.118000', '173613.120000', '173613.123000', '173613.126000', '173613.128000', '173613.131000', '173613.134000', '173613.136000', '173613.139000', '173613.141000', '173619.805000', '173619.808000', '173619.811000', '173619.814000', '173619.816000', '173619.819000', '173619.822000', '173619.824000', '173619.827000', '173619.830000', '173619.832000', '173619.835000', '173619.837000', '173619.840000', '173619.843000'], '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': [7156, 11271, 13402, 11357, 13288, 9496, 11476, 7270, 7934, 13537, 9846, 13343, 8853, 10300, 9603, 7792, 10792, 8473, 10160, 10529, 7863, 10677, 14571, 9702, 12774, 11905, 10094, 11825, 7492, 11232, 8037, 10822, 14569, 11505, 11587, 7513, 10892, 7531, 8649, 13297, 7807, 12856, 9413, 11502, 7152, 9797, 12806, 9588, 13733, 11181, 12454, 7711, 8639, 13652, 8558, 12028, 9674, 10395, 12470, 7468, 11122, 7729, 8722, 13676, 10707, 11322, 7094, 9565, 9896, 7864, 13687, 11054, 11328, 7185, 9964, 12006, 9400, 13659, 11336, 11948, 6998, 10688, 7933, 10742, 14673, 11031, 12212, 7062, 9329, 6750, 9895, 13021, 8721, 12414, 6800, 9445, 9918, 10883, 14447, 8377, 13955, 7073, 9708, 6817, 13573, 7263, 13199, 9242, 11342, 14035, 13036, 14365, 8771, 14093, 7887, 12796, 9094, 12823, 14326, 12933, 12599, 7220, 12404, 7285, 8842, 10708, 8640, 12389, 6895, 10972, 6628, 10897, 11436, 11179, 13724, 7018, 12517, 9306, 11410, 14195, 12109, 12563, 6868, 10503, 6975, 10581, 12024, 11082, 11934, 6916, 11176, 7711, 11186, 12714, 11466, 12336, 6737, 10873, 7192, 11190, 11964, 11382, 12795, 6997, 12111, 7026, 7900, 13406, 9810, 11865, 6763, 11085, 6419, 7417, 13535, 7644, 11891, 6761, 10276, 8321, 6746, 14034, 10703, 13077, 6560, 8103, 12207, 6960, 13072, 9023, 14180, 9140, 8371, 15103, 6998, 13178, 9623, 13500, 8365, 7822, 14460, 8396, 12888, 8971, 12714, 13062, 7175, 12317, 8300, 11569, 14164, 10826, 12448, 6728, 9540, 6586, 9741, 11704, 10055, 12669, 6813, 10949, 8387, 9715, 14036, 11138, 11502, 7495, 7477, 13837, 9194, 12420, 8450, 8565, 13862, 6644, 9134, 6494, 9529, 12179, 10077, 11855, 6371, 9225, 9521, 6852, 13351, 11184, 10870, 6896, 7081, 13875, 7868, 12387, 8981, 9989, 10412, 7145, 12361, 7406, 12497, 11623, 10202, 14021, 7031, 10335, 7705, 9669, 12952, 9597, 12437, 6711, 10869, 9304, 8324, 14021, 11055, 12451, 6397, 8355, 11439, 7075, 13716, 11225, 12969, 6789, 9833, 7634, 11355, 12719, 11593, 10478, 7677, 13535, 9306, 13059, 9249, 12844, 7544, 7422, 13013, 6539, 10588, 10116, 8798, 13041, 6633, 9139, 6488, 7471, 13209, 9533, 12248, 6495, 9676, 8324, 11339, 13482, 11734, 12653, 7055, 10668, 9291, 10382, 14136, 11827, 12273, 6962, 11604, 8047, 9395, 13967, 11716, 12262, 6652, 9803, 6719, 7983, 13144, 10726, 11751, 6631, 9221, 6413, 9701, 12101, 10849, 12271, 6580, 11332, 8943, 9078, 14044, 11940, 11968, 6546, 8203, 12813, 7548, 11941, 9414, 10378, 6851, 6863, 13400, 7461, 12170, 8810, 11393, 6200, 7716, 13704, 6771, 12097, 9246, 11423, 6694, 7057, 12393, 7838, 12287, 8718, 10945, 6882, 7060, 13913, 9766, 12848, 8882, 12668, 6623, 7372, 12915, 6666, 12050, 9428, 12356, 6346, 8863, 8870, 7676, 13700, 10726, 11738, 7407, 7143, 12844, 8675, 12264, 8775, 10609, 10520, 6765, 10616, 6584, 10404, 7689, 9374, 6487, 6753, 12210, 6636, 10752, 7986, 11445, 9471, 13376, 7633, 13900, 10486, 10397, 12196, 7743, 12614, 7432, 12596, 9123, 11258, 11297, 13836, 8677, 7589, 12073, 6775, 11780, 7650, 13200, 9672, 9887, 6820, 7579, 9810, 10427, 14144, 13538, 13369, 7997, 12147, 6880, 10920, 10911, 10974, 13028, 7470, 12481, 6908, 12039, 8659, 13313, 8619, 8975, 11198, 7196, 14174, 10098, 13470, 9802, 11585, 7389, 7294, 13099, 6853, 11532, 9774, 6680, 6382, 8400, 6370, 7478, 7302, 12503, 9032, 12963, 12003, 7028, 10323, 7292, 10397, 12525, 11312, 11786, 6586, 8925, 6882, 9747, 12610, 12051, 11601, 6661, 10054, 6589, 11208, 8303, 12585, 9734, 8562, 14095, 8144, 11821, 9092, 12982, 13250, 7222, 11513, 7654, 10192, 12230, 11313, 11987, 6870, 10644, 6864, 10903, 9781, 12966, 13100, 8187, 13354, 8640, 11223, 10123, 10369, 13502, 11547, 11950, 6444, 9163, 6336, 10247, 11689, 11212, 11521, 6986, 11286, 6925, 11472, 8490, 13020, 7452, 7400, 13139, 8288, 12180, 8697, 12369, 10598, 7116, 11468, 8300, 12103, 8852, 8306, 13209, 6675, 9177, 6570, 7859, 10919, 9216, 12288, 6493, 11082, 8034, 8660, 13327, 10782, 13660, 6998, 12189, 7322, 8869, 12868, 9974, 13218, 10207, 11873, 6443, 9349, 7242, 9998, 13250, 12269, 12173, 7329, 11403, 6939, 9518, 12059, 11933, 13273, 8526, 12789, 6799, 9049, 9331, 9816, 12991, 12155, 12078, 6655, 10368, 6673, 10543, 9228, 12068, 8089, 7424, 13531, 8380, 12416, 9130, 13945, 8099, 8224, 13305, 7571, 11763, 8939, 12844, 6364, 7869, 12828, 6483, 9886, 6830, 12028, 7282, 7814, 9704, 6599, 10400, 7689, 10599, 11336, 7257, 12833, 6294, 10099, 8415, 10171, 13888, 11852, 12257, 6895, 11249, 8481, 11392, 14324, 12937, 12012, 7532, 11407, 8477, 10186, 10382, 10996, 12598, 7386, 12295, 7134, 10795, 11282, 11088, 12850, 7222, 11874, 7415, 8090, 12833, 10119, 11101, 6620, 9178, 6308, 7547, 13126, 11325, 11437, 6591, 10906, 10262, 7487, 13350, 9480, 12349, 6522, 7972, 11980, 7187, 11323, 10505, 11780, 6656, 9058, 6490, 7297, 12813, 9399, 11457, 6716, 9006, 7880, 7373, 13414, 11081, 12790, 7549, 10629, 8524, 6860, 13603, 9871, 12341, 8695, 8076, 13262, 6598, 10446, 6594, 8937, 9718, 7488, 12000, 6585, 9903, 7425, 9314, 12060, 7190, 12429, 6501, 9636, 7142, 12009, 10376, 11210, 13517, 7541, 12821, 9391, 11440, 13535, 13166, 11640, 7048, 10696, 8389, 10152, 10843, 10688, 8564, 7185, 11429, 7107, 11756, 8664, 12763, 7993, 7284, 12986, 8215, 11444, 12084, 11016, 12307, 6840, 9710, 7533, 8602, 12773, 10505, 11876, 6404, 9154, 6402, 7381, 8862, 7703, 10602, 6692, 11047, 7320, 10416, 14039, 11254, 12157, 6844, 10125, 13514, 9626, 11929, 9632, 11078, 6736, 7874, 13440, 8175, 11314, 9059, 9043, 7113, 6740, 11417, 7791, 10980, 7540, 7566, 8225, 6682, 9036, 6843, 7606, 9324, 6703, 10846, 7176, 9784, 6938, 6704, 13152, 9001, 12906, 7788, 7576, 13716, 6895, 10958, 13011, 9927, 12273, 7121, 10863, 9542, 7831, 14044, 9828, 11745, 9786, 7257, 12355, 7940, 11797, 9767, 10445, 7801, 6858, 11886, 7836, 11132, 12887, 10787, 12082], 'WindowCenter': [4040.0, 4085.0, 4091.0, 4069.0, 4077.0, 4035.0, 4054.0, 3991.0, 4014.0, 4072.0, 4043.0, 4074.0, 4026.0, 4044.0, 4032.0, 4013.0, 4054.0, 4023.0, 4056.0, 4073.0, 4026.0, 4079.0, 4088.0, 4056.0, 4077.0, 4054.0, 4045.0, 4054.0, 4006.0, 4058.0, 4015.0, 4055.0, 4075.0, 4058.0, 4062.0, 3992.0, 4052.0, 4004.0, 4033.0, 4063.0, 4003.0, 4064.0, 4038.0, 4056.0, 4014.0, 4056.0, 4074.0, 4046.0, 4085.0, 4056.0, 4075.0, 4002.0, 4027.0, 4065.0, 4023.0, 4065.0, 4041.0, 4044.0, 4054.0, 4003.0, 4054.0, 4011.0, 4024.0, 4077.0, 4056.0, 4054.0, 3993.0, 4039.0, 4043.0, 4020.0, 4075.0, 4059.0, 4054.0, 3993.0, 4048.0, 4070.0, 4039.0, 4080.0, 4058.0, 4056.0, 3996.0, 4055.0, 4013.0, 4061.0, 4087.0, 4070.0, 4073.0, 3991.0, 4037.0, 3992.0, 4045.0, 4074.0, 4026.0, 4066.0, 3996.0, 4133.0, 4139.0, 4116.0, 4104.0, 4026.0, 4063.0, 3945.0, 3957.0, 3961.0, 4075.0, 4015.0, 4114.0, 4029.0, 4050.0, 4059.0, 4062.0, 4078.0, 4023.0, 4073.0, 4013.0, 4074.0, 4034.0, 4078.0, 4073.0, 4062.0, 4059.0, 3988.0, 4049.0, 3999.0, 4021.0, 4043.0, 4026.0, 4060.0, 3990.0, 4044.0, 3990.0, 4054.0, 4052.0, 4054.0, 4071.0, 3991.0, 4062.0, 4031.0, 4053.0, 4071.0, 4063.0, 4049.0, 3979.0, 4040.0, 3989.0, 4053.0, 4062.0, 4053.0, 4050.0, 3991.0, 4052.0, 4001.0, 4053.0, 4062.0, 4053.0, 4061.0, 3991.0, 4052.0, 3990.0, 4063.0, 4051.0, 4053.0, 4064.0, 3993.0, 4051.0, 3990.0, 4012.0, 4072.0, 4043.0, 4062.0, 3992.0, 4053.0, 3981.0, 4013.0, 4074.0, 4024.0, 4065.0, 4004.0, 4057.0, 4023.0, 4005.0, 4086.0, 4065.0, 4096.0, 3993.0, 4025.0, 4064.0, 4004.0, 4075.0, 4034.0, 4096.0, 4033.0, 4023.0, 4083.0, 4002.0, 4073.0, 4044.0, 4074.0, 4010.0, 4012.0, 4072.0, 4033.0, 4067.0, 4021.0, 4066.0, 4063.0, 3990.0, 4061.0, 4011.0, 4052.0, 4072.0, 4042.0, 4060.0, 3979.0, 4030.0, 3980.0, 4043.0, 4062.0, 4043.0, 4062.0, 3992.0, 4053.0, 4022.0, 4044.0, 4073.0, 4056.0, 4053.0, 4001.0, 4011.0, 4082.0, 4033.0, 4063.0, 4010.0, 4031.0, 4060.0, 3980.0, 4031.0, 3989.0, 4043.0, 4062.0, 4044.0, 4062.0, 3982.0, 4038.0, 4043.0, 3993.0, 4073.0, 4054.0, 4061.0, 3991.0, 4012.0, 4073.0, 4013.0, 4064.0, 4022.0, 4045.0, 4041.0, 3991.0, 4061.0, 4001.0, 4064.0, 4053.0, 4042.0, 4071.0, 3991.0, 4041.0, 4000.0, 4043.0, 4071.0, 4041.0, 4061.0, 3991.0, 4058.0, 4031.0, 4023.0, 4072.0, 4053.0, 4062.0, 3980.0, 4023.0, 4065.0, 4003.0, 4083.0, 4056.0, 4075.0, 3993.0, 4052.0, 4011.0, 4053.0, 4062.0, 4058.0, 4044.0, 4012.0, 4072.0, 4032.0, 4062.0, 4028.0, 4062.0, 4000.0, 4000.0, 4060.0, 3983.0, 4041.0, 4040.0, 4022.0, 4065.0, 3990.0, 4041.0, 3990.0, 4002.0, 4075.0, 4045.0, 4064.0, 3981.0, 4043.0, 4021.0, 4053.0, 4064.0, 4053.0, 4061.0, 3998.0, 4041.0, 4019.0, 4042.0, 4061.0, 4062.0, 4060.0, 3990.0, 4061.0, 4019.0, 4032.0, 4071.0, 4052.0, 4050.0, 3980.0, 4030.0, 3979.0, 4011.0, 4085.0, 4054.0, 4050.0, 3991.0, 4046.0, 4007.0, 4057.0, 4064.0, 4055.0, 4063.0, 3993.0, 4056.0, 4032.0, 4034.0, 4073.0, 4064.0, 4052.0, 3980.0, 4021.0, 4070.0, 4000.0, 4051.0, 4031.0, 4041.0, 3981.0, 3982.0, 4061.0, 4001.0, 4060.0, 4020.0, 4051.0, 3969.0, 4011.0, 4074.0, 3991.0, 4062.0, 4040.0, 4051.0, 3978.0, 3990.0, 4050.0, 4004.0, 4060.0, 4020.0, 4042.0, 3988.0, 3992.0, 4071.0, 4042.0, 4066.0, 4019.0, 4067.0, 3979.0, 4000.0, 4060.0, 3979.0, 4071.0, 4031.0, 4063.0, 3991.0, 4042.0, 4031.0, 4014.0, 4075.0, 4053.0, 4063.0, 4002.0, 3991.0, 4061.0, 4021.0, 4063.0, 4020.0, 4042.0, 4040.0, 3980.0, 4040.0, 3980.0, 4041.0, 4001.0, 4033.0, 3980.0, 3996.0, 4063.0, 3992.0, 4055.0, 4031.0, 4078.0, 4059.0, 4091.0, 4029.0, 4090.0, 4058.0, 4056.0, 4063.0, 4008.0, 4063.0, 3992.0, 4052.0, 4032.0, 4063.0, 4054.0, 4076.0, 4022.0, 4023.0, 4062.0, 3991.0, 4052.0, 4012.0, 4066.0, 4037.0, 4043.0, 3989.0, 4002.0, 4035.0, 4064.0, 4073.0, 4079.0, 4065.0, 4012.0, 4061.0, 3991.0, 4054.0, 4042.0, 4054.0, 4064.0, 4002.0, 4064.0, 3991.0, 4063.0, 4031.0, 4074.0, 4021.0, 4023.0, 4041.0, 3991.0, 4082.0, 4045.0, 4063.0, 4031.0, 4051.0, 3988.0, 3989.0, 4060.0, 3980.0, 4056.0, 4032.0, 3980.0, 3990.0, 4023.0, 3997.0, 4015.0, 4038.0, 4079.0, 4037.0, 4093.0, 4068.0, 4007.0, 4054.0, 4006.0, 4056.0, 4064.0, 4055.0, 4053.0, 3992.0, 4033.0, 3992.0, 4046.0, 4064.0, 4066.0, 4065.0, 4003.0, 4043.0, 4005.0, 4066.0, 4025.0, 4081.0, 4045.0, 4036.0, 4085.0, 4025.0, 4065.0, 4022.0, 4085.0, 4063.0, 4002.0, 4060.0, 4001.0, 4043.0, 4051.0, 4059.0, 4051.0, 3981.0, 4042.0, 3991.0, 4055.0, 4052.0, 4075.0, 4065.0, 4023.0, 4061.0, 4010.0, 4051.0, 4030.0, 4042.0, 4060.0, 4052.0, 4049.0, 3973.0, 4028.0, 3967.0, 4041.0, 4050.0, 4062.0, 4050.0, 3990.0, 4051.0, 3991.0, 4062.0, 4021.0, 4074.0, 3999.0, 4002.0, 4061.0, 4011.0, 4066.0, 4010.0, 4063.0, 4029.0, 3989.0, 4058.0, 4010.0, 4052.0, 4020.0, 4010.0, 4059.0, 3979.0, 4019.0, 3979.0, 4010.0, 4043.0, 4033.0, 4062.0, 3986.0, 4055.0, 4012.0, 4043.0, 4074.0, 4054.0, 4074.0, 3992.0, 4065.0, 4002.0, 4033.0, 4062.0, 4044.0, 4062.0, 4053.0, 4052.0, 3983.0, 4034.0, 4001.0, 4044.0, 4073.0, 4064.0, 4065.0, 4002.0, 4055.0, 3991.0, 4036.0, 4060.0, 4053.0, 4064.0, 4022.0, 4061.0, 3989.0, 4021.0, 4020.0, 4046.0, 4061.0, 4063.0, 4052.0, 3990.0, 4051.0, 3980.0, 4043.0, 4040.0, 4064.0, 4013.0, 4002.0, 4062.0, 4012.0, 4063.0, 4021.0, 4074.0, 4019.0, 4012.0, 4060.0, 4009.0, 4050.0, 4020.0, 4062.0, 3968.0, 4011.0, 4061.0, 3981.0, 4041.0, 3990.0, 4065.0, 4001.0, 4013.0, 4052.0, 3992.0, 4053.0, 4013.0, 4055.0, 4053.0, 4003.0, 4067.0, 3986.0, 4047.0, 4022.0, 4049.0, 4074.0, 4074.0, 4065.0, 3992.0, 4054.0, 4021.0, 4069.0, 4076.0, 4066.0, 4061.0, 4001.0, 4051.0, 4010.0, 4044.0, 4033.0, 4047.0, 4061.0, 4001.0, 4053.0, 3990.0, 4042.0, 4042.0, 4052.0, 4066.0, 3999.0, 4055.0, 3988.0, 4010.0, 4050.0, 4032.0, 4051.0, 3990.0, 4032.0, 3971.0, 4013.0, 4065.0, 4054.0, 4053.0, 3990.0, 4054.0, 4051.0, 4002.0, 4063.0, 4032.0, 4062.0, 3969.0, 4021.0, 4051.0, 3995.0, 4052.0, 4053.0, 4063.0, 3992.0, 4033.0, 3982.0, 4015.0, 4075.0, 4046.0, 4068.0, 3995.0, 4036.0, 4014.0, 4024.0, 4075.0, 4055.0, 4075.0, 4013.0, 4054.0, 4031.0, 3993.0, 4084.0, 4044.0, 4068.0, 4023.0, 4024.0, 4079.0, 3995.0, 4043.0, 3995.0, 4034.0, 4033.0, 4004.0, 4064.0, 3994.0, 4047.0, 4015.0, 4046.0, 4067.0, 4004.0, 4064.0, 3983.0, 4054.0, 4005.0, 4077.0, 4045.0, 4067.0, 4079.0, 4016.0, 4065.0, 4043.0, 4056.0, 4067.0, 4064.0, 4045.0, 3992.0, 4041.0, 4020.0, 4045.0, 4049.0, 4044.0, 4010.0, 3991.0, 4052.0, 3994.0, 4054.0, 4021.0, 4064.0, 4013.0, 4002.0, 4062.0, 4011.0, 4053.0, 4051.0, 4047.0, 4053.0, 3979.0, 4031.0, 4000.0, 4022.0, 4061.0, 4043.0, 4051.0, 3979.0, 4036.0, 3981.0, 4003.0, 4033.0, 4015.0, 4054.0, 3999.0, 4066.0, 4025.0, 4067.0, 4089.0, 4066.0, 4074.0, 3994.0, 4046.0, 4076.0, 4045.0, 4054.0, 4037.0, 4054.0, 3990.0, 4012.0, 4062.0, 4012.0, 4052.0, 4021.0, 4022.0, 3998.0, 3992.0, 4064.0, 4013.0, 4056.0, 4002.0, 4023.0, 4023.0, 4003.0, 4033.0, 4004.0, 4026.0, 4046.0, 4007.0, 4070.0, 4018.0, 4058.0, 4008.0, 4017.0, 4089.0, 4057.0, 4078.0, 4017.0, 4018.0, 4086.0, 4007.0, 4057.0, 4079.0, 4045.0, 4073.0, 3993.0, 4054.0, 4032.0, 4013.0, 4083.0, 4033.0, 4053.0, 4030.0, 3990.0, 4053.0, 4010.0, 4052.0, 4030.0, 4042.0, 4008.0, 3981.0, 4051.0, 4001.0, 4053.0, 4064.0, 4057.0, 4051.0], 'WindowWidth': [9037.0, 9086.0, 9084.0, 9050.0, 9054.0, 8996.0, 9019.0, 8931.0, 8963.0, 9047.0, 9002.0, 9045.0, 8982.0, 9004.0, 8987.0, 8965.0, 9019.0, 8981.0, 9028.0, 9057.0, 8989.0, 9068.0, 9072.0, 9032.0, 9053.0, 9018.0, 9007.0, 9017.0, 8956.0, 9026.0, 8965.0, 9019.0, 9045.0, 9025.0, 9030.0, 8932.0, 9019.0, 8949.0, 8995.0, 9028.0, 8951.0, 9031.0, 9001.0, 9022.0, 8973.0, 9030.0, 9052.0, 9010.0, 9067.0, 9022.0, 9054.0, 8947.0, 8983.0, 9031.0, 8976.0, 9034.0, 9004.0, 9003.0, 9014.0, 8947.0, 9015.0, 8963.0, 8979.0, 9048.0, 9022.0, 9015.0, 8936.0, 9002.0, 9002.0, 8978.0, 9046.0, 9029.0, 9015.0, 8935.0, 9013.0, 9042.0, 9001.0, 9055.0, 9026.0, 9020.0, 8943.0, 9022.0, 8962.0, 9035.0, 9067.0, 9049.0, 9048.0, 8930.0, 8997.0, 8934.0, 9010.0, 9045.0, 8983.0, 9035.0, 8945.0, 9180.0, 9192.0, 9141.0, 9100.0, 8982.0, 9021.0, 8835.0, 8839.0, 8872.0, 9044.0, 8975.0, 9127.0, 8984.0, 9007.0, 9018.0, 9027.0, 9054.0, 8977.0, 9044.0, 8964.0, 9048.0, 8993.0, 9055.0, 9042.0, 9028.0, 9024.0, 8924.0, 9005.0, 8940.0, 8971.0, 9000.0, 8981.0, 9022.0, 8931.0, 9002.0, 8930.0, 9019.0, 9014.0, 9018.0, 9038.0, 8933.0, 9028.0, 8984.0, 9015.0, 9036.0, 9028.0, 9005.0, 8914.0, 8993.0, 8928.0, 9016.0, 9025.0, 9016.0, 9009.0, 8934.0, 9013.0, 8945.0, 9018.0, 9026.0, 9016.0, 9024.0, 8934.0, 9012.0, 8930.0, 9038.0, 9012.0, 9016.0, 9029.0, 8936.0, 9011.0, 8930.0, 8961.0, 9040.0, 9002.0, 9029.0, 8936.0, 9017.0, 8920.0, 8967.0, 9046.0, 8988.0, 9038.0, 8958.0, 9031.0, 8980.0, 8960.0, 9066.0, 9045.0, 9087.0, 8940.0, 8984.0, 9034.0, 8955.0, 9050.0, 8994.0, 9088.0, 8990.0, 8978.0, 9056.0, 8950.0, 9044.0, 9005.0, 9047.0, 8956.0, 8962.0, 9040.0, 8997.0, 9038.0, 8970.0, 9036.0, 9027.0, 8931.0, 9022.0, 8957.0, 9013.0, 9040.0, 8999.0, 9019.0, 8914.0, 8981.0, 8917.0, 9003.0, 9026.0, 9005.0, 9028.0, 8937.0, 9018.0, 8974.0, 9007.0, 9044.0, 9023.0, 9015.0, 8945.0, 8966.0, 9062.0, 8989.0, 9031.0, 8954.0, 8990.0, 9020.0, 8917.0, 8983.0, 8936.0, 9005.0, 9027.0, 9006.0, 9028.0, 8923.0, 9002.0, 9003.0, 8940.0, 9044.0, 9019.0, 9033.0, 8933.0, 8970.0, 9043.0, 8964.0, 9033.0, 8973.0, 9008.0, 8997.0, 8932.0, 9024.0, 8947.0, 9031.0, 9015.0, 9001.0, 9038.0, 8932.0, 8998.0, 8943.0, 9003.0, 9044.0, 9006.0, 9025.0, 8934.0, 9027.0, 8986.0, 8977.0, 9042.0, 9016.0, 9026.0, 8919.0, 8976.0, 9033.0, 8951.0, 9064.0, 9025.0, 9046.0, 8938.0, 9022.0, 8959.0, 9017.0, 9026.0, 9027.0, 9003.0, 8962.0, 9040.0, 8988.0, 9029.0, 8985.0, 9027.0, 8941.0, 8943.0, 9020.0, 8924.0, 8999.0, 8995.0, 8973.0, 9030.0, 8930.0, 9004.0, 8937.0, 8949.0, 9046.0, 9008.0, 9031.0, 8919.0, 9003.0, 8972.0, 9017.0, 9031.0, 9015.0, 9023.0, 8945.0, 8999.0, 8967.0, 9000.0, 9025.0, 9033.0, 9027.0, 8929.0, 9032.0, 8972.0, 8988.0, 9037.0, 9013.0, 9008.0, 8916.0, 8981.0, 8913.0, 8959.0, 9070.0, 9018.0, 9008.0, 8933.0, 9012.0, 8970.0, 9031.0, 9034.0, 9023.0, 9029.0, 8939.0, 9025.0, 8988.0, 8994.0, 9046.0, 9032.0, 9012.0, 8917.0, 8979.0, 9042.0, 8944.0, 9010.0, 8986.0, 8996.0, 8916.0, 8921.0, 9022.0, 8945.0, 9028.0, 8969.0, 9010.0, 8902.0, 8961.0, 9044.0, 8933.0, 9026.0, 9002.0, 9012.0, 8910.0, 8930.0, 9006.0, 8949.0, 9028.0, 8967.0, 8999.0, 8923.0, 8933.0, 9037.0, 9001.0, 9035.0, 8965.0, 9034.0, 8916.0, 8944.0, 9022.0, 8915.0, 9043.0, 8986.0, 9030.0, 8940.0, 9010.0, 8986.0, 8968.0, 9050.0, 9018.0, 9029.0, 8945.0, 8932.0, 9024.0, 8973.0, 9029.0, 8967.0, 9000.0, 8993.0, 8915.0, 8993.0, 8916.0, 8999.0, 8945.0, 8991.0, 8919.0, 8947.0, 9030.0, 8936.0, 9023.0, 8999.0, 9061.0, 9039.0, 9080.0, 8999.0, 9079.0, 9029.0, 9026.0, 9030.0, 8959.0, 9028.0, 8931.0, 9012.0, 8987.0, 9039.0, 9017.0, 9051.0, 8972.0, 8983.0, 9026.0, 8930.0, 9012.0, 8962.0, 9037.0, 8995.0, 9001.0, 8934.0, 8948.0, 8991.0, 9038.0, 9042.0, 9056.0, 9032.0, 8959.0, 9030.0, 8931.0, 9018.0, 8998.0, 9018.0, 9029.0, 8946.0, 9028.0, 8931.0, 9027.0, 8991.0, 9045.0, 8970.0, 8974.0, 8995.0, 8929.0, 9059.0, 9005.0, 9028.0, 8981.0, 9009.0, 8921.0, 8925.0, 9018.0, 8915.0, 9019.0, 8985.0, 8915.0, 8938.0, 8976.0, 8950.0, 8972.0, 9015.0, 9063.0, 9003.0, 9081.0, 9040.0, 8960.0, 9025.0, 8958.0, 9024.0, 9031.0, 9020.0, 9014.0, 8935.0, 8991.0, 8935.0, 9011.0, 9033.0, 9037.0, 9033.0, 8960.0, 9005.0, 8959.0, 9039.0, 8985.0, 9065.0, 9010.0, 9000.0, 9063.0, 8984.0, 9037.0, 8975.0, 9071.0, 9028.0, 8947.0, 9028.0, 8946.0, 9003.0, 9011.0, 9028.0, 9010.0, 8919.0, 8998.0, 8933.0, 9022.0, 9021.0, 9049.0, 9033.0, 8976.0, 9023.0, 8954.0, 9015.0, 8980.0, 8998.0, 9021.0, 9011.0, 9003.0, 8907.0, 8982.0, 8895.0, 8998.0, 9006.0, 9033.0, 9006.0, 8930.0, 9009.0, 8931.0, 9036.0, 8970.0, 9045.0, 8946.0, 8946.0, 9023.0, 8958.0, 9036.0, 8954.0, 9028.0, 8976.0, 8926.0, 9023.0, 8954.0, 9011.0, 8965.0, 8954.0, 9017.0, 8913.0, 8966.0, 8912.0, 8956.0, 9000.0, 8990.0, 9027.0, 8931.0, 9022.0, 8962.0, 9012.0, 9045.0, 9020.0, 9045.0, 8935.0, 9032.0, 8947.0, 8988.0, 9026.0, 9005.0, 9027.0, 9023.0, 9013.0, 8924.0, 8992.0, 8945.0, 9007.0, 9043.0, 9034.0, 9033.0, 8949.0, 9019.0, 8931.0, 8995.0, 9030.0, 9016.0, 9031.0, 8972.0, 9023.0, 8933.0, 8969.0, 8968.0, 9007.0, 9023.0, 9028.0, 9011.0, 8937.0, 9016.0, 8916.0, 9003.0, 9002.0, 9032.0, 8961.0, 8948.0, 9028.0, 8961.0, 9030.0, 8970.0, 9044.0, 8972.0, 8961.0, 9021.0, 8960.0, 9007.0, 8967.0, 9026.0, 8899.0, 8959.0, 9023.0, 8918.0, 8998.0, 8930.0, 9034.0, 8945.0, 8965.0, 9022.0, 8938.0, 9018.0, 8965.0, 9021.0, 9017.0, 8951.0, 9038.0, 8932.0, 9013.0, 8975.0, 9018.0, 9047.0, 9053.0, 9032.0, 8936.0, 9018.0, 8972.0, 9043.0, 9050.0, 9036.0, 9031.0, 8946.0, 9011.0, 8956.0, 9003.0, 8986.0, 9010.0, 9024.0, 8945.0, 9014.0, 8929.0, 9000.0, 8998.0, 9013.0, 9032.0, 8947.0, 9015.0, 8923.0, 8954.0, 9006.0, 8986.0, 9016.0, 8937.0, 8985.0, 8904.0, 8965.0, 9033.0, 9018.0, 9015.0, 8937.0, 9017.0, 9016.0, 8947.0, 9028.0, 8986.0, 9025.0, 8899.0, 8977.0, 9010.0, 8940.0, 9014.0, 9016.0, 9030.0, 8936.0, 8990.0, 8922.0, 8969.0, 9049.0, 9011.0, 9040.0, 8943.0, 8997.0, 8965.0, 8989.0, 9051.0, 9024.0, 9049.0, 8965.0, 9020.0, 8993.0, 8937.0, 9066.0, 9007.0, 9042.0, 8978.0, 8987.0, 9055.0, 8942.0, 9003.0, 8943.0, 8994.0, 8990.0, 8954.0, 9032.0, 8942.0, 9015.0, 8971.0, 9012.0, 9039.0, 8954.0, 9032.0, 8927.0, 9027.0, 8957.0, 9055.0, 9009.0, 9040.0, 9057.0, 8971.0, 9035.0, 9009.0, 9024.0, 9038.0, 9031.0, 9005.0, 8933.0, 8996.0, 8975.0, 9006.0, 9012.0, 9003.0, 8952.0, 8930.0, 9012.0, 8939.0, 9017.0, 8971.0, 9031.0, 8960.0, 8946.0, 9026.0, 8959.0, 9017.0, 9009.0, 9008.0, 9011.0, 8913.0, 8981.0, 8939.0, 8973.0, 9023.0, 9000.0, 9010.0, 8922.0, 8994.0, 8918.0, 8951.0, 8989.0, 8971.0, 9020.0, 8953.0, 9037.0, 8990.0, 9047.0, 9071.0, 9038.0, 9054.0, 8940.0, 9011.0, 9050.0, 9008.0, 9018.0, 8997.0, 9015.0, 8937.0, 8961.0, 9026.0, 8961.0, 9013.0, 8971.0, 8972.0, 8945.0, 8933.0, 9033.0, 8964.0, 9022.0, 8946.0, 8983.0, 8978.0, 8961.0, 8993.0, 8956.0, 8987.0, 9014.0, 8964.0, 9049.0, 8980.0, 9034.0, 8965.0, 8986.0, 9074.0, 9036.0, 9059.0, 8975.0, 8977.0, 9064.0, 8962.0, 9028.0, 9055.0, 9008.0, 9050.0, 8938.0, 9021.0, 8985.0, 8964.0, 9064.0, 8989.0, 9014.0, 8979.0, 8927.0, 9012.0, 8955.0, 9012.0, 8979.0, 8999.0, 8957.0, 8918.0, 9011.0, 8945.0, 9016.0, 9030.0, 9024.0, 9010.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.0015987241379310344</td></tr>
<tr><td colspan=3>aqi</td><td>0.016578894942528736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.78167309783658</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1940664118987347</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0220625928998854</td></tr>
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
<tr><td colspan=3>fber</td><td>4030.2007</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08313781412674434</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4482758620689653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4335962149368453</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.35125303485085</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768431752177262</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1811038577824244</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109761</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022200532257556915</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023949626833200455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.5519442714653744</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0477</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1699</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.1483</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301826.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>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.4892</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6696</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.2639</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3204.5288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3418.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>842.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.4242</td></tr>
<tr><td colspan=3>tsnr</td><td>40.30268906056881</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>