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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-04_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-04_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-0083/ses-01/func/sub-0083_ses-01_task-social_acq-mb8_run-04_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>1668e7fb0c0a9eb80588a6bb37554601</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:33:20.350000</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.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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>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.0979908</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7064, 967, -72, -190, 134, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ebd52f01-b09f-4efa-9b4a-efc63e0ff001||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.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['213320.350000', '213320.810000', '213321.270000', '213321.730000', '213322.190000', '213322.650000', '213323.110000', '213323.570000', '213324.030000', '213324.490000', '213324.950000', '213325.410000', '213325.870000', '213326.330000', '213326.790000', '213327.250000', '213327.710000', '213328.170000', '213328.630000', '213329.090000', '213329.550000', '213330.010000', '213330.470000', '213330.930000', '213331.390000', '213331.850000', '213332.310000', '213332.770000', '213333.230000', '213333.690000', '213334.150000', '213334.610000', '213335.070000', '213335.530000', '213335.990000', '213336.450000', '213336.910000', '213337.370000', '213337.830000', '213338.290000', '213338.750000', '213339.210000', '213339.670000', '213340.130000', '213340.590000', '213341.050000', '213341.510000', '213341.970000', '213342.430000', '213342.890000', '213343.350000', '213343.810000', '213344.270000', '213344.730000', '213345.190000', '213345.650000', '213346.110000', '213346.570000', '213347.030000', '213347.490000', '213347.950000', '213348.410000', '213348.870000', '213349.330000', '213349.790000', '213350.250000', '213350.710000', '213351.170000', '213351.630000', '213352.090000', '213352.550000', '213353.010000', '213353.470000', '213353.930000', '213354.390000', '213354.850000', '213355.310000', '213355.770000', '213356.230000', '213356.690000', '213357.150000', '213357.610000', '213358.070000', '213358.530000', '213358.990000', '213359.450000', '213359.910000', '213400.370000', '213400.830000', '213401.290000', '213401.750000', '213402.210000', '213402.670000', '213403.130000', '213403.590000', '213404.050000', '213404.510000', '213404.970000', '213405.430000', '213405.890000', '213406.350000', '213406.810000', '213407.270000', '213407.730000', '213408.190000', '213408.650000', '213409.110000', '213409.570000', '213410.030000', '213410.490000', '213410.950000', '213411.410000', '213411.870000', '213412.330000', '213412.790000', '213413.250000', '213413.710000', '213414.170000', '213414.630000', '213415.090000', '213415.550000', '213416.010000', '213416.470000', '213416.930000', '213417.390000', '213417.850000', '213418.310000', '213418.770000', '213419.230000', '213419.690000', '213420.150000', '213420.610000', '213421.070000', '213421.530000', '213421.990000', '213422.450000', '213422.910000', '213423.370000', '213423.830000', '213424.290000', '213424.750000', '213425.210000', '213425.670000', '213426.130000', '213426.590000', '213427.050000', '213427.510000', '213427.970000', '213428.430000', '213428.890000', '213429.350000', '213429.810000', '213430.270000', '213430.730000', '213431.190000', '213431.650000', '213432.110000', '213432.570000', '213433.030000', '213433.490000', '213433.950000', '213434.410000', '213434.870000', '213435.330000', '213435.790000', '213436.250000', '213436.710000', '213437.170000', '213437.630000', '213438.090000', '213438.550000', '213439.010000', '213439.470000', '213439.930000', '213440.390000', '213440.850000', '213441.310000', '213441.770000', '213442.230000', '213442.690000', '213443.150000', '213443.610000', '213444.070000', '213444.530000', '213444.990000', '213445.450000', '213445.910000', '213446.370000', '213446.830000', '213447.290000', '213447.750000', '213448.210000', '213448.670000', '213449.130000', '213449.590000', '213450.050000', '213450.510000', '213450.970000', '213451.430000', '213451.890000', '213452.350000', '213452.810000', '213453.270000', '213453.730000', '213454.190000', '213454.650000', '213455.110000', '213455.570000', '213456.030000', '213456.490000', '213456.950000', '213457.410000', '213457.870000', '213458.330000', '213458.790000', '213459.250000', '213459.710000', '213500.170000', '213500.630000', '213501.090000', '213501.550000', '213502.010000', '213502.470000', '213502.930000', '213503.390000', '213503.850000', '213504.310000', '213504.770000', '213505.230000', '213505.690000', '213506.150000', '213506.610000', '213507.070000', '213507.530000', '213507.990000', '213508.450000', '213508.910000', '213509.370000', '213509.830000', '213510.290000', '213510.750000', '213511.210000', '213511.670000', '213512.130000', '213512.590000', '213513.050000', '213513.510000', '213513.970000', '213514.430000', '213514.890000', '213515.350000', '213515.810000', '213516.270000', '213516.730000', '213517.190000', '213517.650000', '213518.110000', '213518.570000', '213519.030000', '213519.490000', '213519.950000', '213520.410000', '213520.870000', '213521.330000', '213521.790000', '213522.250000', '213522.710000', '213523.170000', '213523.630000', '213524.090000', '213524.550000', '213525.010000', '213525.470000', '213525.930000', '213526.390000', '213526.850000', '213527.310000', '213527.770000', '213528.230000', '213528.690000', '213529.150000', '213529.610000', '213530.070000', '213530.530000', '213530.990000', '213531.450000', '213531.910000', '213532.370000', '213532.830000', '213533.290000', '213533.750000', '213534.210000', '213534.670000', '213535.130000', '213535.590000', '213536.050000', '213536.510000', '213536.970000', '213537.430000', '213537.890000', '213538.350000', '213538.810000', '213539.270000', '213539.730000', '213540.190000', '213540.650000', '213541.110000', '213541.570000', '213542.030000', '213542.490000', '213542.950000', '213543.410000', '213543.870000', '213544.330000', '213544.790000', '213545.250000', '213545.710000', '213546.170000', '213546.630000', '213547.090000', '213547.550000', '213548.010000', '213548.470000', '213548.930000', '213549.390000', '213549.850000', '213550.310000', '213550.770000', '213551.230000', '213551.690000', '213552.150000', '213552.610000', '213553.070000', '213553.530000', '213553.990000', '213554.450000', '213554.910000', '213555.370000', '213555.830000', '213556.290000', '213556.750000', '213557.210000', '213557.670000', '213558.130000', '213558.590000', '213559.050000', '213559.510000', '213559.970000', '213600.430000', '213600.890000', '213601.350000', '213601.810000', '213602.270000', '213602.730000', '213603.190000', '213603.650000', '213604.110000', '213604.570000', '213605.030000', '213605.490000', '213605.950000', '213606.410000', '213606.870000', '213607.330000', '213607.790000', '213608.250000', '213608.710000', '213609.170000', '213609.630000', '213610.090000', '213610.550000', '213611.010000', '213611.470000', '213611.930000', '213612.390000', '213612.850000', '213613.310000', '213613.770000', '213614.230000', '213614.690000', '213615.150000', '213615.610000', '213616.070000', '213616.530000', '213616.990000', '213617.450000', '213617.910000', '213618.370000', '213618.830000', '213619.290000', '213619.750000', '213620.210000', '213620.670000', '213621.130000', '213621.590000', '213622.050000', '213622.510000', '213622.970000', '213623.430000', '213623.890000', '213624.350000', '213624.810000', '213625.270000', '213625.730000', '213626.190000', '213626.650000', '213627.110000', '213627.570000', '213628.030000', '213628.490000', '213628.950000', '213629.410000', '213629.870000', '213630.330000', '213630.790000', '213631.250000', '213631.710000', '213632.170000', '213632.630000', '213633.090000', '213633.550000', '213634.010000', '213634.470000', '213634.930000', '213635.390000', '213635.850000', '213636.310000', '213636.770000', '213637.230000', '213637.690000', '213638.150000', '213638.610000', '213639.070000', '213639.530000', '213639.990000', '213640.450000', '213640.910000', '213641.370000', '213641.830000', '213642.290000', '213642.750000', '213643.210000', '213643.670000', '213644.130000', '213644.590000', '213645.050000', '213645.510000', '213645.970000', '213646.430000', '213646.890000', '213647.350000', '213647.810000', '213648.270000', '213648.730000', '213649.190000', '213649.650000', '213650.110000', '213650.570000', '213651.030000', '213651.490000', '213651.950000', '213652.410000', '213652.870000', '213653.330000', '213653.790000', '213654.250000', '213654.710000', '213655.170000', '213655.630000', '213656.090000', '213656.550000', '213657.010000', '213657.470000', '213657.930000', '213658.390000', '213658.850000', '213659.310000', '213659.770000', '213700.230000', '213700.690000', '213701.150000', '213701.610000', '213702.070000', '213702.530000', '213702.990000', '213703.450000', '213703.910000', '213704.370000', '213704.830000', '213705.290000', '213705.750000', '213706.210000', '213706.670000', '213707.130000', '213707.590000', '213708.050000', '213708.510000', '213708.970000', '213709.430000', '213709.890000', '213710.350000', '213710.810000', '213711.270000', '213711.730000', '213712.190000', '213712.650000', '213713.110000', '213713.570000', '213714.030000', '213714.490000', '213714.950000', '213715.410000', '213715.870000', '213716.330000', '213716.790000', '213717.250000', '213717.710000', '213718.170000', '213718.630000', '213719.090000', '213719.550000', '213720.010000', '213720.470000', '213720.930000', '213721.390000', '213721.850000', '213722.310000', '213722.770000', '213723.230000', '213723.690000', '213724.150000', '213724.610000', '213725.070000', '213725.530000', '213725.990000', '213726.450000', '213726.910000', '213727.370000', '213727.830000', '213728.290000', '213728.750000', '213729.210000', '213729.670000', '213730.130000', '213730.590000', '213731.050000', '213731.510000', '213731.970000', '213732.430000', '213732.890000', '213733.350000', '213733.810000', '213734.270000', '213734.730000', '213735.190000', '213735.650000', '213736.110000', '213736.570000', '213737.030000', '213737.490000', '213737.950000', '213738.410000', '213738.870000', '213739.330000', '213739.790000', '213740.250000', '213740.710000', '213741.170000', '213741.630000', '213742.090000', '213742.550000', '213743.010000', '213743.470000', '213743.930000', '213744.390000', '213744.850000', '213745.310000', '213745.770000', '213746.230000', '213746.690000', '213747.150000', '213747.610000', '213748.070000', '213748.530000', '213748.990000', '213749.450000', '213749.910000', '213750.370000', '213750.830000', '213751.290000', '213751.750000', '213752.210000', '213752.670000', '213753.130000', '213753.590000', '213754.050000', '213754.510000', '213754.970000', '213755.430000', '213755.890000', '213756.350000', '213756.810000', '213757.270000', '213757.730000', '213758.190000', '213758.650000', '213759.110000', '213759.570000', '213800.030000', '213800.490000', '213800.950000', '213801.410000', '213801.870000', '213802.330000', '213802.790000', '213803.250000', '213803.710000', '213804.170000', '213804.630000', '213805.090000', '213805.550000', '213806.010000', '213806.470000', '213806.930000', '213807.390000', '213807.850000', '213808.310000', '213808.770000', '213809.230000', '213809.690000', '213810.150000', '213810.610000', '213811.070000', '213811.530000', '213811.990000', '213812.450000', '213812.910000', '213813.370000', '213813.830000', '213814.290000', '213814.750000', '213815.210000', '213815.670000', '213816.130000', '213816.590000', '213817.050000', '213817.510000', '213817.970000', '213818.430000', '213818.890000', '213819.350000', '213819.810000', '213820.270000', '213820.730000', '213821.190000', '213821.650000', '213822.110000', '213822.570000', '213823.030000', '213823.490000', '213823.950000', '213824.410000', '213824.870000', '213825.330000', '213825.790000', '213826.250000', '213826.710000', '213827.170000', '213827.630000', '213828.090000', '213828.550000', '213829.010000', '213829.470000', '213829.930000', '213830.390000', '213830.850000', '213831.310000', '213831.770000', '213832.230000', '213832.690000', '213833.150000', '213833.610000', '213834.070000', '213834.530000', '213834.990000', '213835.450000', '213835.910000', '213836.370000', '213836.830000', '213837.290000', '213837.750000', '213838.210000', '213838.670000', '213839.130000', '213839.590000', '213840.050000', '213840.510000', '213840.970000', '213841.430000', '213841.890000', '213842.350000', '213842.810000', '213843.270000', '213843.730000', '213844.190000', '213844.650000', '213845.110000', '213845.570000', '213846.030000', '213846.490000', '213846.950000', '213847.410000', '213847.870000', '213848.330000', '213848.790000', '213849.250000', '213849.710000', '213850.170000', '213850.630000', '213851.090000', '213851.550000', '213852.010000', '213852.470000', '213852.930000', '213853.390000', '213853.850000', '213854.310000', '213854.770000', '213855.230000', '213855.690000', '213856.150000', '213856.610000', '213857.070000', '213857.530000', '213857.990000', '213858.450000', '213858.910000', '213859.370000', '213859.830000', '213900.290000', '213900.750000', '213901.210000', '213901.670000', '213902.130000', '213902.590000', '213903.050000', '213903.510000', '213903.970000', '213904.430000', '213904.890000', '213905.350000', '213905.810000', '213906.270000', '213906.730000', '213907.190000', '213907.650000', '213908.110000', '213908.570000', '213909.030000', '213909.490000', '213909.950000', '213910.410000', '213910.870000', '213911.330000', '213911.790000', '213912.250000', '213912.710000', '213913.170000', '213913.630000', '213914.090000', '213914.550000', '213915.010000', '213915.470000', '213915.930000', '213916.390000', '213916.850000', '213917.310000', '213917.770000', '213918.230000', '213918.690000', '213919.150000', '213919.610000', '213920.070000', '213920.530000', '213920.990000', '213921.450000', '213921.910000', '213922.370000', '213922.830000', '213923.290000', '213923.750000', '213924.210000', '213924.670000', '213925.130000', '213925.590000', '213926.050000', '213926.510000', '213926.970000', '213927.430000', '213927.890000', '213928.350000', '213928.810000', '213929.270000', '213929.730000', '213930.190000', '213930.650000', '213931.110000', '213931.570000', '213932.030000', '213932.490000', '213932.950000', '213933.410000', '213933.870000', '213934.330000', '213934.790000', '213935.250000', '213935.710000', '213936.170000', '213936.630000', '213937.090000', '213937.550000', '213938.010000', '213938.470000', '213938.930000', '213939.390000', '213939.850000', '213940.310000', '213940.770000', '213941.230000', '213941.690000', '213942.150000', '213942.610000', '213943.070000', '213943.530000', '213943.990000', '213944.450000', '213944.910000', '213945.370000', '213945.830000', '213946.290000', '213946.750000', '213947.210000', '213947.670000', '213948.130000', '213948.590000', '213949.050000', '213949.510000', '213949.970000', '213950.430000', '213950.890000', '213951.350000', '213951.810000', '213952.270000', '213952.730000', '213953.190000', '213953.650000', '213954.110000', '213954.570000', '213955.030000', '213955.490000', '213955.950000', '213956.410000', '213956.870000', '213957.330000', '213957.790000', '213958.250000', '213958.710000', '213959.170000', '213959.630000', '214000.090000', '214000.550000', '214001.010000'], 'ContentTime': ['213344.856000', '213344.859000', '213344.861000', '213344.864000', '213344.867000', '213344.869000', '213344.872000', '213344.874000', '213344.877000', '213344.879000', '213344.882000', '213344.884000', '213344.887000', '213344.904000', '213344.907000', '213344.909000', '213344.912000', '213344.914000', '213344.917000', '213344.919000', '213344.922000', '213344.924000', '213344.927000', '213344.930000', '213344.932000', '213344.935000', '213344.937000', '213344.940000', '213344.942000', '213344.945000', '213344.947000', '213344.950000', '213344.952000', '213344.955000', '213344.958000', '213344.960000', '213344.963000', '213344.974000', '213344.977000', '213344.979000', '213344.982000', '213344.984000', '213344.987000', '213344.989000', '213344.992000', '213344.994000', '213344.997000', '213345.001000', '213345.003000', '213345.006000', '213345.008000', '213404.831000', '213404.833000', '213404.836000', '213404.838000', '213404.841000', '213404.844000', '213404.846000', '213404.849000', '213404.851000', '213404.854000', '213404.856000', '213404.859000', '213404.861000', '213404.864000', '213404.866000', '213404.869000', '213404.871000', '213404.874000', '213404.877000', '213404.879000', '213404.882000', '213404.884000', '213404.887000', '213404.889000', '213404.892000', '213404.895000', '213404.901000', '213404.903000', '213404.906000', '213404.908000', '213404.911000', '213404.913000', '213404.916000', '213404.919000', '213404.921000', '213404.924000', '213404.926000', '213404.929000', '213404.932000', '213404.934000', '213404.937000', '213404.939000', '213404.942000', '213404.944000', '213424.831000', '213424.834000', '213424.837000', '213424.839000', '213424.842000', '213424.851000', '213424.853000', '213424.856000', '213424.858000', '213424.861000', '213424.864000', '213424.866000', '213424.869000', '213424.871000', '213424.874000', '213424.876000', '213424.879000', '213424.881000', '213424.884000', '213424.887000', '213424.889000', '213424.892000', '213424.894000', '213424.897000', '213424.899000', '213424.902000', '213424.904000', '213424.907000', '213424.909000', '213424.912000', '213424.915000', '213424.917000', '213424.920000', '213424.922000', '213424.925000', '213424.928000', '213424.930000', '213424.933000', '213424.935000', '213424.938000', '213424.940000', '213424.943000', '213424.945000', '213444.830000', '213444.833000', '213444.836000', '213444.838000', '213444.841000', '213444.844000', '213444.846000', '213444.849000', '213444.851000', '213444.854000', '213444.856000', '213444.859000', '213444.861000', '213444.864000', '213444.867000', '213444.869000', '213444.872000', '213444.874000', '213444.877000', '213444.879000', '213444.882000', '213444.885000', '213444.887000', '213444.890000', '213444.892000', '213444.895000', '213444.897000', '213444.900000', '213444.902000', '213444.905000', '213444.908000', '213444.910000', '213444.913000', '213444.915000', '213444.918000', '213444.920000', '213444.923000', '213444.926000', '213444.928000', '213444.931000', '213444.933000', '213444.936000', '213444.938000', '213444.941000', '213504.830000', '213504.833000', '213504.836000', '213504.838000', '213504.841000', '213504.843000', '213504.846000', '213504.848000', '213504.851000', '213504.854000', '213504.856000', '213504.859000', '213504.861000', '213504.864000', '213504.867000', '213504.869000', '213504.874000', '213504.876000', '213504.879000', '213504.881000', '213504.884000', '213504.886000', '213504.889000', '213504.891000', '213504.894000', '213504.897000', '213504.899000', '213504.902000', '213504.904000', '213504.907000', '213504.910000', '213504.912000', '213504.915000', '213504.917000', '213504.920000', '213504.922000', '213504.925000', '213504.928000', '213504.930000', '213504.933000', '213504.935000', '213504.938000', '213504.940000', '213524.830000', '213524.833000', '213524.836000', '213524.838000', '213524.841000', '213524.844000', '213524.846000', '213524.849000', '213524.851000', '213524.854000', '213524.856000', '213524.859000', '213524.861000', '213524.864000', '213524.867000', '213524.883000', '213524.885000', '213524.888000', '213524.890000', '213524.893000', '213524.896000', '213524.898000', '213524.901000', '213524.903000', '213524.906000', '213524.908000', '213524.911000', '213524.914000', '213524.916000', '213524.919000', '213524.921000', '213524.924000', '213524.927000', '213524.929000', '213524.932000', '213524.934000', '213524.937000', '213524.940000', '213524.942000', '213524.945000', '213524.947000', '213524.950000', '213524.952000', '213524.955000', '213544.830000', '213544.833000', '213544.836000', '213544.838000', '213544.841000', '213544.843000', '213544.846000', '213544.849000', '213544.851000', '213544.854000', '213544.857000', '213544.859000', '213544.862000', '213544.865000', '213544.867000', '213544.870000', '213544.872000', '213544.875000', '213544.877000', '213544.880000', '213544.882000', '213544.885000', '213544.887000', '213544.890000', '213544.893000', '213544.895000', '213544.898000', '213544.900000', '213544.903000', '213544.905000', '213544.908000', '213544.911000', '213544.913000', '213544.916000', '213544.918000', '213544.921000', '213544.923000', '213544.926000', '213544.929000', '213544.931000', '213544.934000', '213544.936000', '213544.939000', '213604.830000', '213604.833000', '213604.836000', '213604.838000', '213604.841000', '213604.844000', '213604.846000', '213604.849000', '213604.851000', '213604.854000', '213604.856000', '213604.859000', '213604.861000', '213604.864000', '213604.867000', '213604.869000', '213604.872000', '213604.874000', '213604.877000', '213604.880000', '213604.882000', '213604.885000', '213604.887000', '213604.890000', '213604.892000', '213604.895000', '213604.898000', '213604.900000', '213604.903000', '213604.905000', '213604.908000', '213604.910000', '213604.917000', '213604.920000', '213604.922000', '213604.925000', '213604.928000', '213604.930000', '213604.933000', '213604.935000', '213604.938000', '213604.940000', '213604.943000', '213604.946000', '213624.830000', '213624.833000', '213624.836000', '213624.838000', '213624.841000', '213624.843000', '213624.846000', '213624.849000', '213624.851000', '213624.854000', '213624.856000', '213624.859000', '213624.863000', '213624.865000', '213624.868000', '213624.870000', '213624.873000', '213624.875000', '213624.878000', '213624.881000', '213624.883000', '213624.886000', '213624.888000', '213624.891000', '213624.893000', '213624.896000', '213624.899000', '213624.901000', '213624.904000', '213624.906000', '213624.909000', '213624.911000', '213624.914000', '213624.917000', '213624.919000', '213624.922000', '213624.924000', '213624.927000', '213624.930000', '213624.932000', '213624.935000', '213624.937000', '213624.940000', '213644.831000', '213644.834000', '213644.837000', '213644.839000', '213644.842000', '213644.845000', '213644.848000', '213644.851000', '213644.854000', '213644.856000', '213644.859000', '213644.862000', '213644.864000', '213644.867000', '213644.869000', '213644.872000', '213644.874000', '213644.877000', '213644.879000', '213644.882000', '213644.885000', '213644.887000', '213644.890000', '213644.892000', '213644.895000', '213644.897000', '213644.900000', '213644.903000', '213644.905000', '213644.908000', '213644.910000', '213644.913000', '213644.915000', '213644.918000', '213644.921000', '213644.923000', '213644.926000', '213644.929000', '213644.931000', '213644.934000', '213644.944000', '213644.947000', '213644.949000', '213704.830000', '213704.834000', '213704.837000', '213704.840000', '213704.842000', '213704.845000', '213704.848000', '213704.850000', '213704.853000', '213704.855000', '213704.858000', '213704.861000', '213704.863000', '213704.866000', '213704.868000', '213704.871000', '213704.874000', '213704.876000', '213704.879000', '213704.881000', '213704.884000', '213704.886000', '213704.889000', '213704.892000', '213704.894000', '213704.897000', '213704.900000', '213704.902000', '213704.905000', '213704.907000', '213704.910000', '213704.912000', '213704.915000', '213704.918000', '213704.920000', '213704.923000', '213704.925000', '213704.928000', '213704.930000', '213704.933000', '213704.936000', '213704.938000', '213704.941000', '213704.943000', '213724.831000', '213724.833000', '213724.836000', '213724.839000', '213724.841000', '213724.844000', '213724.846000', '213724.849000', '213724.851000', '213724.854000', '213724.857000', '213724.860000', '213724.863000', '213724.865000', '213724.868000', '213724.870000', '213724.873000', '213724.875000', '213724.878000', '213724.881000', '213724.883000', '213724.886000', '213724.888000', '213724.891000', '213724.893000', '213724.896000', '213724.899000', '213724.901000', '213724.904000', '213724.906000', '213724.909000', '213724.911000', '213724.914000', '213724.916000', '213724.919000', '213724.922000', '213724.924000', '213724.927000', '213724.929000', '213724.932000', '213724.935000', '213724.937000', '213724.940000', '213744.831000', '213744.834000', '213744.836000', '213744.839000', '213744.841000', '213744.844000', '213744.846000', '213744.849000', '213744.852000', '213744.854000', '213744.857000', '213744.859000', '213744.862000', '213744.864000', '213744.867000', '213744.870000', '213744.872000', '213744.875000', '213744.877000', '213744.880000', '213744.883000', '213744.885000', '213744.888000', '213744.890000', '213744.893000', '213744.896000', '213744.898000', '213744.901000', '213744.904000', '213744.906000', '213744.909000', '213744.911000', '213744.914000', '213744.916000', '213744.919000', '213744.921000', '213744.924000', '213744.927000', '213744.929000', '213744.932000', '213744.934000', '213744.937000', '213744.940000', '213744.942000', '213804.830000', '213804.833000', '213804.836000', '213804.839000', '213804.841000', '213804.844000', '213804.846000', '213804.849000', '213804.852000', '213804.854000', '213804.857000', '213804.859000', '213804.862000', '213804.865000', '213804.867000', '213804.870000', '213804.873000', '213804.875000', '213804.878000', '213804.881000', '213804.883000', '213804.886000', '213804.888000', '213804.891000', '213804.893000', '213804.896000', '213804.899000', '213804.901000', '213804.904000', '213804.906000', '213804.909000', '213804.912000', '213804.914000', '213804.917000', '213804.919000', '213804.922000', '213804.925000', '213804.927000', '213804.930000', '213804.932000', '213804.935000', '213804.937000', '213804.940000', '213824.830000', '213824.833000', '213824.836000', '213824.838000', '213824.841000', '213824.844000', '213824.846000', '213824.849000', '213824.851000', '213824.854000', '213824.857000', '213824.859000', '213824.862000', '213824.864000', '213824.867000', '213824.870000', '213824.873000', '213824.876000', '213824.879000', '213824.881000', '213824.884000', '213824.886000', '213824.896000', '213824.899000', '213824.902000', '213824.904000', '213824.907000', '213824.909000', '213824.912000', '213824.914000', '213824.917000', '213824.920000', '213824.922000', '213824.925000', '213824.928000', '213824.931000', '213824.933000', '213824.936000', '213824.939000', '213824.941000', '213824.944000', '213824.946000', '213824.949000', '213824.952000', '213844.831000', '213844.834000', '213844.837000', '213844.839000', '213844.842000', '213844.845000', '213844.847000', '213844.850000', '213844.853000', '213844.855000', '213844.858000', '213844.860000', '213844.863000', '213844.865000', '213844.868000', '213844.870000', '213844.873000', '213844.876000', '213844.878000', '213844.881000', '213844.883000', '213844.886000', '213844.889000', '213844.892000', '213844.895000', '213844.898000', '213844.900000', '213844.903000', '213844.905000', '213844.908000', '213844.911000', '213844.913000', '213844.916000', '213844.918000', '213844.921000', '213844.923000', '213844.926000', '213844.929000', '213844.931000', '213844.934000', '213844.936000', '213844.939000', '213844.941000', '213904.831000', '213904.834000', '213904.837000', '213904.839000', '213904.842000', '213904.845000', '213904.847000', '213904.850000', '213904.852000', '213904.855000', '213904.857000', '213904.860000', '213904.863000', '213904.865000', '213904.868000', '213904.870000', '213904.873000', '213904.876000', '213904.878000', '213904.881000', '213904.883000', '213904.886000', '213904.889000', '213904.891000', '213904.894000', '213904.896000', '213904.899000', '213904.901000', '213904.904000', '213904.907000', '213904.909000', '213904.912000', '213904.914000', '213904.917000', '213904.919000', '213904.922000', '213904.925000', '213904.927000', '213904.930000', '213904.933000', '213904.935000', '213904.938000', '213904.940000', '213904.943000', '213924.830000', '213924.833000', '213924.836000', '213924.838000', '213924.841000', '213924.844000', '213924.846000', '213924.849000', '213924.853000', '213924.856000', '213924.858000', '213924.861000', '213924.864000', '213924.866000', '213924.869000', '213924.871000', '213924.874000', '213924.877000', '213924.879000', '213924.882000', '213924.884000', '213924.887000', '213924.890000', '213924.892000', '213924.895000', '213924.898000', '213924.900000', '213924.903000', '213924.905000', '213924.908000', '213924.911000', '213924.913000', '213924.916000', '213924.919000', '213924.922000', '213924.924000', '213924.927000', '213924.929000', '213924.932000', '213924.935000', '213924.937000', '213924.940000', '213924.942000', '213944.831000', '213944.833000', '213944.836000', '213944.839000', '213944.841000', '213944.844000', '213944.847000', '213944.849000', '213944.852000', '213944.854000', '213944.857000', '213944.860000', '213944.862000', '213944.865000', '213944.868000', '213944.870000', '213944.873000', '213944.875000', '213944.878000', '213944.881000', '213944.883000', '213944.886000', '213944.889000', '213944.891000', '213944.894000', '213944.896000', '213944.899000', '213944.902000', '213944.904000', '213944.907000', '213944.909000', '213944.912000', '213944.922000', '213944.925000', '213944.927000', '213944.930000', '213944.932000', '213944.935000', '213944.938000', '213944.940000', '213944.943000', '213944.945000', '213944.948000', '213944.951000', '214002.153000', '214002.156000', '214002.158000', '214002.161000', '214002.164000', '214002.167000', '214002.169000', '214002.172000', '214002.174000', '214002.178000', '214002.180000', '214002.183000', '214002.186000', '214002.188000', '214002.191000', '214002.194000', '214002.196000', '214002.199000', '214002.202000', '214002.204000', '214002.207000', '214002.210000', '214002.212000', '214002.215000', '214002.218000', '214002.220000', '214002.223000', '214002.226000', '214002.229000', '214002.232000', '214002.234000', '214002.237000', '214002.240000', '214002.242000', '214002.245000', '214002.248000', '214002.251000', '214002.253000'], 'InstanceCreationTime': ['213344.856000', '213344.859000', '213344.861000', '213344.864000', '213344.867000', '213344.869000', '213344.872000', '213344.874000', '213344.877000', '213344.879000', '213344.882000', '213344.884000', '213344.887000', '213344.904000', '213344.907000', '213344.909000', '213344.912000', '213344.914000', '213344.917000', '213344.919000', '213344.922000', '213344.924000', '213344.927000', '213344.930000', '213344.932000', '213344.935000', '213344.937000', '213344.940000', '213344.942000', '213344.945000', '213344.947000', '213344.950000', '213344.952000', '213344.955000', '213344.958000', '213344.960000', '213344.963000', '213344.974000', '213344.977000', '213344.979000', '213344.982000', '213344.984000', '213344.987000', '213344.989000', '213344.992000', '213344.994000', '213344.997000', '213345.001000', '213345.003000', '213345.006000', '213345.008000', '213404.831000', '213404.833000', '213404.836000', '213404.838000', '213404.841000', '213404.844000', '213404.846000', '213404.849000', '213404.851000', '213404.854000', '213404.856000', '213404.859000', '213404.861000', '213404.864000', '213404.866000', '213404.869000', '213404.871000', '213404.874000', '213404.877000', '213404.879000', '213404.882000', '213404.884000', '213404.887000', '213404.889000', '213404.892000', '213404.895000', '213404.901000', '213404.903000', '213404.906000', '213404.908000', '213404.911000', '213404.913000', '213404.916000', '213404.919000', '213404.921000', '213404.924000', '213404.926000', '213404.929000', '213404.932000', '213404.934000', '213404.937000', '213404.939000', '213404.942000', '213404.944000', '213424.831000', '213424.834000', '213424.837000', '213424.839000', '213424.842000', '213424.851000', '213424.853000', '213424.856000', '213424.858000', '213424.861000', '213424.864000', '213424.866000', '213424.869000', '213424.871000', '213424.874000', '213424.876000', '213424.879000', '213424.881000', '213424.884000', '213424.887000', '213424.889000', '213424.892000', '213424.894000', '213424.897000', '213424.899000', '213424.902000', '213424.904000', '213424.907000', '213424.909000', '213424.912000', '213424.915000', '213424.917000', '213424.920000', '213424.922000', '213424.925000', '213424.928000', '213424.930000', '213424.933000', '213424.935000', '213424.938000', '213424.940000', '213424.943000', '213424.945000', '213444.830000', '213444.833000', '213444.836000', '213444.838000', '213444.841000', '213444.844000', '213444.846000', '213444.849000', '213444.851000', '213444.854000', '213444.856000', '213444.859000', '213444.861000', '213444.864000', '213444.867000', '213444.869000', '213444.872000', '213444.874000', '213444.877000', '213444.879000', '213444.882000', '213444.885000', '213444.887000', '213444.890000', '213444.892000', '213444.895000', '213444.897000', '213444.900000', '213444.902000', '213444.905000', '213444.908000', '213444.910000', '213444.913000', '213444.915000', '213444.918000', '213444.920000', '213444.923000', '213444.926000', '213444.928000', '213444.931000', '213444.933000', '213444.936000', '213444.938000', '213444.941000', '213504.830000', '213504.833000', '213504.836000', '213504.838000', '213504.841000', '213504.843000', '213504.846000', '213504.848000', '213504.851000', '213504.854000', '213504.856000', '213504.859000', '213504.861000', '213504.864000', '213504.867000', '213504.869000', '213504.874000', '213504.876000', '213504.879000', '213504.881000', '213504.884000', '213504.886000', '213504.889000', '213504.891000', '213504.894000', '213504.897000', '213504.899000', '213504.902000', '213504.904000', '213504.907000', '213504.910000', '213504.912000', '213504.915000', '213504.917000', '213504.920000', '213504.922000', '213504.925000', '213504.928000', '213504.930000', '213504.933000', '213504.935000', '213504.938000', '213504.940000', '213524.830000', '213524.833000', '213524.836000', '213524.838000', '213524.841000', '213524.844000', '213524.846000', '213524.849000', '213524.851000', '213524.854000', '213524.856000', '213524.859000', '213524.861000', '213524.864000', '213524.867000', '213524.883000', '213524.885000', '213524.888000', '213524.890000', '213524.893000', '213524.896000', '213524.898000', '213524.901000', '213524.903000', '213524.906000', '213524.908000', '213524.911000', '213524.914000', '213524.916000', '213524.919000', '213524.921000', '213524.924000', '213524.927000', '213524.929000', '213524.932000', '213524.934000', '213524.937000', '213524.940000', '213524.942000', '213524.945000', '213524.947000', '213524.950000', '213524.952000', '213524.955000', '213544.830000', '213544.833000', '213544.836000', '213544.838000', '213544.841000', '213544.843000', '213544.846000', '213544.849000', '213544.851000', '213544.854000', '213544.857000', '213544.859000', '213544.862000', '213544.865000', '213544.867000', '213544.870000', '213544.872000', '213544.875000', '213544.877000', '213544.880000', '213544.882000', '213544.885000', '213544.887000', '213544.890000', '213544.893000', '213544.895000', '213544.898000', '213544.900000', '213544.903000', '213544.905000', '213544.908000', '213544.911000', '213544.913000', '213544.916000', '213544.918000', '213544.921000', '213544.923000', '213544.926000', '213544.929000', '213544.931000', '213544.934000', '213544.936000', '213544.939000', '213604.830000', '213604.833000', '213604.836000', '213604.838000', '213604.841000', '213604.844000', '213604.846000', '213604.849000', '213604.851000', '213604.854000', '213604.856000', '213604.859000', '213604.861000', '213604.864000', '213604.867000', '213604.869000', '213604.872000', '213604.874000', '213604.877000', '213604.880000', '213604.882000', '213604.885000', '213604.887000', '213604.890000', '213604.892000', '213604.895000', '213604.898000', '213604.900000', '213604.903000', '213604.905000', '213604.908000', '213604.910000', '213604.917000', '213604.920000', '213604.922000', '213604.925000', '213604.928000', '213604.930000', '213604.933000', '213604.935000', '213604.938000', '213604.940000', '213604.943000', '213604.946000', '213624.830000', '213624.833000', '213624.836000', '213624.838000', '213624.841000', '213624.843000', '213624.846000', '213624.849000', '213624.851000', '213624.854000', '213624.856000', '213624.859000', '213624.863000', '213624.865000', '213624.868000', '213624.870000', '213624.873000', '213624.875000', '213624.878000', '213624.881000', '213624.883000', '213624.886000', '213624.888000', '213624.891000', '213624.893000', '213624.896000', '213624.899000', '213624.901000', '213624.904000', '213624.906000', '213624.909000', '213624.911000', '213624.914000', '213624.917000', '213624.919000', '213624.922000', '213624.924000', '213624.927000', '213624.930000', '213624.932000', '213624.935000', '213624.937000', '213624.940000', '213644.831000', '213644.834000', '213644.837000', '213644.839000', '213644.842000', '213644.845000', '213644.848000', '213644.851000', '213644.854000', '213644.856000', '213644.859000', '213644.862000', '213644.864000', '213644.867000', '213644.869000', '213644.872000', '213644.874000', '213644.877000', '213644.879000', '213644.882000', '213644.885000', '213644.887000', '213644.890000', '213644.892000', '213644.895000', '213644.897000', '213644.900000', '213644.903000', '213644.905000', '213644.908000', '213644.910000', '213644.913000', '213644.915000', '213644.918000', '213644.921000', '213644.923000', '213644.926000', '213644.929000', '213644.931000', '213644.934000', '213644.944000', '213644.947000', '213644.949000', '213704.830000', '213704.834000', '213704.837000', '213704.840000', '213704.842000', '213704.845000', '213704.848000', '213704.850000', '213704.853000', '213704.855000', '213704.858000', '213704.861000', '213704.863000', '213704.866000', '213704.868000', '213704.871000', '213704.874000', '213704.876000', '213704.879000', '213704.881000', '213704.884000', '213704.886000', '213704.889000', '213704.892000', '213704.894000', '213704.897000', '213704.900000', '213704.902000', '213704.905000', '213704.907000', '213704.910000', '213704.912000', '213704.915000', '213704.918000', '213704.920000', '213704.923000', '213704.925000', '213704.928000', '213704.930000', '213704.933000', '213704.936000', '213704.938000', '213704.941000', '213704.943000', '213724.831000', '213724.833000', '213724.836000', '213724.839000', '213724.841000', '213724.844000', '213724.846000', '213724.849000', '213724.851000', '213724.854000', '213724.857000', '213724.860000', '213724.863000', '213724.865000', '213724.868000', '213724.870000', '213724.873000', '213724.875000', '213724.878000', '213724.881000', '213724.883000', '213724.886000', '213724.888000', '213724.891000', '213724.893000', '213724.896000', '213724.899000', '213724.901000', '213724.904000', '213724.906000', '213724.909000', '213724.911000', '213724.914000', '213724.916000', '213724.919000', '213724.922000', '213724.924000', '213724.927000', '213724.929000', '213724.932000', '213724.935000', '213724.937000', '213724.940000', '213744.831000', '213744.834000', '213744.836000', '213744.839000', '213744.841000', '213744.844000', '213744.846000', '213744.849000', '213744.852000', '213744.854000', '213744.857000', '213744.859000', '213744.862000', '213744.864000', '213744.867000', '213744.870000', '213744.872000', '213744.875000', '213744.877000', '213744.880000', '213744.883000', '213744.885000', '213744.888000', '213744.890000', '213744.893000', '213744.896000', '213744.898000', '213744.901000', '213744.904000', '213744.906000', '213744.909000', '213744.911000', '213744.914000', '213744.916000', '213744.919000', '213744.921000', '213744.924000', '213744.927000', '213744.929000', '213744.932000', '213744.934000', '213744.937000', '213744.940000', '213744.942000', '213804.830000', '213804.833000', '213804.836000', '213804.839000', '213804.841000', '213804.844000', '213804.846000', '213804.849000', '213804.852000', '213804.854000', '213804.857000', '213804.859000', '213804.862000', '213804.865000', '213804.867000', '213804.870000', '213804.873000', '213804.875000', '213804.878000', '213804.881000', '213804.883000', '213804.886000', '213804.888000', '213804.891000', '213804.893000', '213804.896000', '213804.899000', '213804.901000', '213804.904000', '213804.906000', '213804.909000', '213804.912000', '213804.914000', '213804.917000', '213804.919000', '213804.922000', '213804.925000', '213804.927000', '213804.930000', '213804.932000', '213804.935000', '213804.937000', '213804.940000', '213824.830000', '213824.833000', '213824.836000', '213824.838000', '213824.841000', '213824.844000', '213824.846000', '213824.849000', '213824.851000', '213824.854000', '213824.857000', '213824.859000', '213824.862000', '213824.864000', '213824.867000', '213824.870000', '213824.873000', '213824.876000', '213824.879000', '213824.881000', '213824.884000', '213824.886000', '213824.896000', '213824.899000', '213824.902000', '213824.904000', '213824.907000', '213824.909000', '213824.912000', '213824.914000', '213824.917000', '213824.920000', '213824.922000', '213824.925000', '213824.928000', '213824.931000', '213824.933000', '213824.936000', '213824.939000', '213824.941000', '213824.944000', '213824.946000', '213824.949000', '213824.952000', '213844.831000', '213844.834000', '213844.837000', '213844.839000', '213844.842000', '213844.845000', '213844.847000', '213844.850000', '213844.853000', '213844.855000', '213844.858000', '213844.860000', '213844.863000', '213844.865000', '213844.868000', '213844.870000', '213844.873000', '213844.876000', '213844.878000', '213844.881000', '213844.883000', '213844.886000', '213844.889000', '213844.892000', '213844.895000', '213844.898000', '213844.900000', '213844.903000', '213844.905000', '213844.908000', '213844.911000', '213844.913000', '213844.916000', '213844.918000', '213844.921000', '213844.923000', '213844.926000', '213844.929000', '213844.931000', '213844.934000', '213844.936000', '213844.939000', '213844.941000', '213904.831000', '213904.834000', '213904.837000', '213904.839000', '213904.842000', '213904.845000', '213904.847000', '213904.850000', '213904.852000', '213904.855000', '213904.857000', '213904.860000', '213904.863000', '213904.865000', '213904.868000', '213904.870000', '213904.873000', '213904.876000', '213904.878000', '213904.881000', '213904.883000', '213904.886000', '213904.889000', '213904.891000', '213904.894000', '213904.896000', '213904.899000', '213904.901000', '213904.904000', '213904.907000', '213904.909000', '213904.912000', '213904.914000', '213904.917000', '213904.919000', '213904.922000', '213904.925000', '213904.927000', '213904.930000', '213904.933000', '213904.935000', '213904.938000', '213904.940000', '213904.943000', '213924.830000', '213924.833000', '213924.836000', '213924.838000', '213924.841000', '213924.844000', '213924.846000', '213924.849000', '213924.853000', '213924.856000', '213924.858000', '213924.861000', '213924.864000', '213924.866000', '213924.869000', '213924.871000', '213924.874000', '213924.877000', '213924.879000', '213924.882000', '213924.884000', '213924.887000', '213924.890000', '213924.892000', '213924.895000', '213924.898000', '213924.900000', '213924.903000', '213924.905000', '213924.908000', '213924.911000', '213924.913000', '213924.916000', '213924.919000', '213924.922000', '213924.924000', '213924.927000', '213924.929000', '213924.932000', '213924.935000', '213924.937000', '213924.940000', '213924.942000', '213944.831000', '213944.833000', '213944.836000', '213944.839000', '213944.841000', '213944.844000', '213944.847000', '213944.849000', '213944.852000', '213944.854000', '213944.857000', '213944.860000', '213944.862000', '213944.865000', '213944.868000', '213944.870000', '213944.873000', '213944.875000', '213944.878000', '213944.881000', '213944.883000', '213944.886000', '213944.889000', '213944.891000', '213944.894000', '213944.896000', '213944.899000', '213944.902000', '213944.904000', '213944.907000', '213944.909000', '213944.912000', '213944.922000', '213944.925000', '213944.927000', '213944.930000', '213944.932000', '213944.935000', '213944.938000', '213944.940000', '213944.943000', '213944.945000', '213944.948000', '213944.951000', '214002.153000', '214002.156000', '214002.158000', '214002.161000', '214002.164000', '214002.167000', '214002.169000', '214002.172000', '214002.174000', '214002.178000', '214002.180000', '214002.183000', '214002.186000', '214002.188000', '214002.191000', '214002.194000', '214002.196000', '214002.199000', '214002.202000', '214002.204000', '214002.207000', '214002.210000', '214002.212000', '214002.215000', '214002.218000', '214002.220000', '214002.223000', '214002.226000', '214002.229000', '214002.232000', '214002.234000', '214002.237000', '214002.240000', '214002.242000', '214002.245000', '214002.248000', '214002.251000', '214002.253000'], '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': [6354, 6067, 7641, 6204, 7139, 6181, 6252, 6858, 6143, 9147, 6495, 8872, 6416, 9925, 6461, 7087, 6291, 6090, 6042, 7285, 6178, 7578, 6187, 7722, 6232, 6503, 6317, 6792, 8356, 6415, 6275, 8016, 6300, 6468, 7607, 6438, 6225, 8239, 6375, 7254, 6264, 5990, 9231, 7073, 9830, 6330, 6804, 6178, 6379, 6892, 6291, 7457, 6377, 6100, 6532, 6333, 7936, 6393, 7196, 6254, 6415, 8423, 6770, 8327, 6939, 7756, 8643, 6713, 7541, 7843, 6049, 7838, 6369, 6328, 7068, 6543, 6145, 6395, 6319, 8058, 6576, 7637, 6406, 6239, 8398, 6057, 7856, 6196, 6191, 6247, 6427, 6428, 6522, 7014, 6701, 6456, 6636, 6001, 6460, 7298, 6059, 6313, 6181, 6386, 6689, 6610, 6901, 7568, 6481, 6985, 6393, 6361, 7087, 5988, 9676, 7675, 10118, 7241, 7692, 6379, 6523, 6080, 6201, 6131, 6056, 6295, 6541, 6522, 6745, 6995, 6525, 6904, 6499, 6989, 7788, 6553, 6693, 6485, 6240, 6411, 6456, 8044, 6373, 7350, 6577, 8977, 6547, 6349, 6448, 6760, 7075, 6436, 8139, 6580, 9582, 6504, 7333, 6462, 7563, 6574, 6664, 6751, 6790, 8977, 6419, 7339, 6212, 8959, 6546, 8365, 6155, 6711, 6207, 6506, 7460, 6385, 6734, 7313, 6304, 6314, 7681, 6660, 7536, 6516, 8077, 6485, 6965, 6509, 7034, 6793, 6830, 7862, 6465, 6230, 6214, 6379, 7902, 6237, 7067, 6383, 6889, 7589, 6375, 8050, 6354, 7205, 6140, 5882, 6260, 6065, 6897, 6655, 6442, 6491, 6201, 6416, 6421, 6442, 6597, 7105, 6439, 6278, 6305, 6394, 7878, 7974, 6623, 9768, 6207, 8169, 6250, 7654, 6461, 6432, 6400, 6903, 6473, 6554, 7994, 6344, 6296, 6436, 6666, 8549, 6304, 9196, 6195, 7931, 6470, 6187, 6315, 6399, 6254, 6513, 7922, 6687, 7153, 6442, 6726, 6495, 6485, 6733, 6517, 7115, 8027, 6753, 8730, 6279, 6866, 6093, 6349, 6084, 6652, 7384, 6627, 7841, 6599, 6171, 7933, 6347, 6206, 6036, 6330, 7840, 6376, 6694, 7528, 6318, 7271, 6035, 6143, 8942, 6015, 9806, 6394, 9911, 6572, 6005, 6249, 6769, 7662, 6201, 6802, 6154, 6281, 6039, 6794, 8294, 6365, 6664, 6287, 6444, 6345, 6233, 6375, 6358, 7341, 9255, 6149, 6080, 5952, 6021, 7815, 6642, 8951, 6283, 7410, 6080, 6081, 6033, 6119, 7048, 6309, 6289, 6389, 6860, 7877, 6346, 6228, 6151, 6952, 7980, 6304, 6415, 6689, 6257, 6753, 6165, 6689, 6466, 6683, 7860, 6284, 6078, 5975, 6128, 8227, 6387, 7791, 6467, 7414, 6512, 6175, 6734, 6048, 6991, 7179, 7074, 7865, 6766, 7726, 6294, 6973, 7128, 6861, 6242, 10056, 6474, 9280, 6641, 7480, 6544, 6429, 7754, 6509, 7285, 6189, 6787, 7025, 6157, 7664, 7143, 6461, 8093, 6305, 9321, 8165, 6242, 8568, 6133, 6093, 6010, 6336, 6525, 6168, 6357, 6906, 6207, 6420, 8571, 6191, 9237, 6261, 9901, 6595, 7851, 6449, 7538, 6241, 6846, 6155, 6896, 7507, 6157, 6220, 6234, 6764, 7916, 6131, 6837, 6082, 9690, 6354, 9188, 6538, 7712, 6799, 5860, 6301, 6912, 6164, 6392, 6469, 5956, 6245, 8184, 6428, 7777, 6078, 6373, 6598, 6172, 7806, 5603, 6325, 6026, 6475, 6373, 5946, 6444, 6915, 7286, 6666, 6393, 6339, 7104, 8609, 6077, 9071, 6350, 8206, 6389, 7572, 6374, 7040, 7728, 6495, 6430, 6366, 6274, 7343, 6202, 6880, 8175, 6677, 9915, 6320, 6194, 6141, 6533, 6658, 6443, 8256, 6284, 6433, 6729, 6622, 8501, 6328, 6926, 6213, 6722, 7199, 6197, 6130, 6258, 6247, 8352, 6484, 8181, 6351, 8369, 6437, 7185, 6831, 6428, 6593, 7973, 6430, 6213, 6713, 6603, 7922, 6328, 6884, 6536, 7155, 7933, 6392, 7577, 6503, 5743, 6406, 7023, 6396, 6762, 7579, 6395, 6257, 7364, 6505, 5698, 6506, 7310, 9631, 6270, 6571, 6250, 6280, 9368, 6899, 9592, 6945, 7108, 6417, 7075, 7340, 6269, 6261, 6342, 6250, 6892, 6837, 7825, 6377, 6296, 6328, 6289, 5806, 6366, 7175, 9689, 6219, 6195, 6255, 7016, 8020, 6432, 5882, 6414, 7080, 8193, 6368, 6565, 6422, 7247, 8383, 6292, 6278, 7415, 6439, 8165, 6289, 6935, 6313, 7312, 9071, 6849, 6686, 7862, 6220, 7045, 6230, 6206, 5940, 7329, 6816, 9201, 6798, 6141, 8834, 6440, 9840, 6562, 6523, 7841, 6817, 8280, 6339, 6565, 6705, 6728, 7566, 6459, 6858, 8519, 6308, 5951, 6179, 6833, 8506, 6391, 7424, 6338, 6766, 7558, 6637, 7854, 6316, 5999, 6957, 6312, 6121, 6167, 7249, 7999, 6331, 6399, 7180, 6601, 7647, 6231, 6506, 9296, 6334, 6245, 6258, 6107, 7223, 6263, 5755, 6153, 7090, 9349, 6225, 6187, 7322, 6283, 5964, 6216, 6862, 8793, 6551, 6292, 6204, 6709, 7979, 6316, 6842, 7187, 6412, 8313, 6381, 7023, 6348, 6629, 8057, 6445, 6938, 7728, 6300, 6082, 6229, 6461, 7700, 6775, 6703, 6289, 6870, 7281, 6321, 7225, 6193, 7032, 5860, 6621, 7150, 7787, 6176, 6153, 9005, 6163, 6861, 8593, 6362, 9076, 6956, 6260, 9765, 6094, 8971, 6920, 6462, 6748, 6616, 7936, 6319, 5919, 6718, 6270, 5995, 6337, 6905, 8395, 6446, 6124, 7997, 6206, 6704, 7074, 6704, 9095, 7095, 6631, 7232, 6523, 7769, 6238, 6665, 6297, 6538, 7157, 6426, 6462, 8803, 6076, 6419, 6451, 6051, 8570, 6190, 6950, 6611, 7222, 10094, 6207, 6904, 6393, 6489, 8462, 6352, 7201, 6327, 6780, 8916, 6248, 6560, 6470, 6385, 7912, 6357, 5861, 6532, 6802, 7724, 6254, 6288, 7722, 6137, 8034, 6257, 6723, 9498, 6303, 6017, 6297, 6879, 7984, 6404, 6148, 6256, 7107, 8259, 6270, 6258, 7874, 6279, 6462, 6766, 6239, 8987, 6168, 9455, 7131, 6669, 6415, 6254, 7157, 6112, 6868, 6198, 6159, 6184, 6171, 6746, 7975, 6345, 6672, 8844, 6237, 7339, 6314, 6376, 7745, 6027, 6429, 8130, 6453, 6215, 6322, 6513, 6691, 7264, 6374, 6166, 9031, 6277, 6684, 5994, 6174, 9268, 6132, 6224, 8950, 6205, 7761, 6100, 6492, 7108, 6244, 8122, 6427, 7456, 6280, 6606, 6325, 6422, 7208, 6454, 6339, 7801, 6281], 'WindowCenter': [3330.0, 3305.0, 3334.0, 3303.0, 3326.0, 3317.0, 3317.0, 3324.0, 3304.0, 3369.0, 3315.0, 3370.0, 3314.0, 3376.0, 3300.0, 3312.0, 3314.0, 3290.0, 3302.0, 3321.0, 3291.0, 3321.0, 3303.0, 3335.0, 3302.0, 3315.0, 3328.0, 3326.0, 3369.0, 3327.0, 3316.0, 3348.0, 3315.0, 3328.0, 3361.0, 3327.0, 3320.0, 3362.0, 3318.0, 3335.0, 3315.0, 3303.0, 3367.0, 3325.0, 3378.0, 3328.0, 3328.0, 3305.0, 3303.0, 3336.0, 3317.0, 3337.0, 3314.0, 3302.0, 3312.0, 3313.0, 3333.0, 3315.0, 3325.0, 3313.0, 3316.0, 3359.0, 3327.0, 3361.0, 3327.0, 3336.0, 3358.0, 3311.0, 3333.0, 3360.0, 3303.0, 3336.0, 3300.0, 3301.0, 3324.0, 3303.0, 3302.0, 3315.0, 3315.0, 3346.0, 3310.0, 3322.0, 3302.0, 3289.0, 3343.0, 3287.0, 3329.0, 3274.0, 3274.0, 3287.0, 3298.0, 3313.0, 3300.0, 3308.0, 3298.0, 3299.0, 3311.0, 3289.0, 3287.0, 3309.0, 3288.0, 3298.0, 3287.0, 3299.0, 3313.0, 3312.0, 3325.0, 3334.0, 3303.0, 3326.0, 3315.0, 3315.0, 3324.0, 3303.0, 3379.0, 3338.0, 3391.0, 3325.0, 3333.0, 3314.0, 3301.0, 3302.0, 3288.0, 3288.0, 3286.0, 3302.0, 3315.0, 3303.0, 3314.0, 3323.0, 3302.0, 3324.0, 3312.0, 3325.0, 3322.0, 3301.0, 3313.0, 3314.0, 3301.0, 3301.0, 3314.0, 3334.0, 3301.0, 3324.0, 3315.0, 3357.0, 3302.0, 3313.0, 3313.0, 3315.0, 3322.0, 3302.0, 3334.0, 3312.0, 3366.0, 3300.0, 3323.0, 3301.0, 3333.0, 3315.0, 3327.0, 3326.0, 3313.0, 3357.0, 3313.0, 3323.0, 3303.0, 3343.0, 3300.0, 3334.0, 3288.0, 3312.0, 3318.0, 3315.0, 3335.0, 3314.0, 3313.0, 3324.0, 3301.0, 3300.0, 3322.0, 3314.0, 3323.0, 3303.0, 3334.0, 3303.0, 3324.0, 3314.0, 3326.0, 3314.0, 3312.0, 3345.0, 3313.0, 3305.0, 3303.0, 3302.0, 3332.0, 3303.0, 3325.0, 3315.0, 3325.0, 3337.0, 3314.0, 3334.0, 3300.0, 3321.0, 3290.0, 3291.0, 3301.0, 3290.0, 3324.0, 3313.0, 3301.0, 3302.0, 3301.0, 3302.0, 3317.0, 3315.0, 3326.0, 3339.0, 3317.0, 3315.0, 3316.0, 3317.0, 3350.0, 3350.0, 3326.0, 3381.0, 3305.0, 3347.0, 3303.0, 3321.0, 3302.0, 3301.0, 3301.0, 3324.0, 3314.0, 3316.0, 3345.0, 3315.0, 3315.0, 3313.0, 3312.0, 3344.0, 3302.0, 3368.0, 3303.0, 3334.0, 3302.0, 3302.0, 3312.0, 3301.0, 3301.0, 3301.0, 3335.0, 3311.0, 3322.0, 3302.0, 3314.0, 3314.0, 3314.0, 3313.0, 3316.0, 3328.0, 3346.0, 3315.0, 3357.0, 3316.0, 3314.0, 3303.0, 3300.0, 3290.0, 3316.0, 3337.0, 3327.0, 3347.0, 3315.0, 3305.0, 3347.0, 3315.0, 3303.0, 3290.0, 3303.0, 3348.0, 3315.0, 3327.0, 3337.0, 3317.0, 3336.0, 3304.0, 3290.0, 3354.0, 3275.0, 3363.0, 3302.0, 3379.0, 3314.0, 3302.0, 3313.0, 3313.0, 3334.0, 3303.0, 3299.0, 3287.0, 3288.0, 3289.0, 3316.0, 3344.0, 3313.0, 3315.0, 3314.0, 3302.0, 3301.0, 3290.0, 3314.0, 3315.0, 3325.0, 3369.0, 3304.0, 3303.0, 3303.0, 3290.0, 3321.0, 3314.0, 3357.0, 3302.0, 3323.0, 3302.0, 3302.0, 3302.0, 3302.0, 3312.0, 3299.0, 3303.0, 3302.0, 3315.0, 3347.0, 3312.0, 3303.0, 3306.0, 3327.0, 3344.0, 3315.0, 3313.0, 3312.0, 3302.0, 3311.0, 3304.0, 3312.0, 3301.0, 3315.0, 3346.0, 3314.0, 3302.0, 3290.0, 3291.0, 3347.0, 3314.0, 3335.0, 3302.0, 3335.0, 3314.0, 3302.0, 3314.0, 3303.0, 3326.0, 3325.0, 3328.0, 3349.0, 3327.0, 3338.0, 3317.0, 3325.0, 3326.0, 3310.0, 3301.0, 3363.0, 3288.0, 3354.0, 3301.0, 3321.0, 3302.0, 3314.0, 3334.0, 3314.0, 3324.0, 3303.0, 3313.0, 3323.0, 3304.0, 3349.0, 3337.0, 3316.0, 3347.0, 3303.0, 3356.0, 3330.0, 3285.0, 3326.0, 3274.0, 3288.0, 3291.0, 3316.0, 3329.0, 3314.0, 3315.0, 3325.0, 3301.0, 3300.0, 3343.0, 3289.0, 3354.0, 3300.0, 3365.0, 3313.0, 3345.0, 3300.0, 3333.0, 3300.0, 3300.0, 3290.0, 3312.0, 3322.0, 3292.0, 3304.0, 3305.0, 3316.0, 3347.0, 3303.0, 3313.0, 3291.0, 3364.0, 3299.0, 3354.0, 3299.0, 3322.0, 3311.0, 3289.0, 3302.0, 3325.0, 3302.0, 3301.0, 3299.0, 3290.0, 3302.0, 3343.0, 3303.0, 3335.0, 3303.0, 3303.0, 3313.0, 3288.0, 3321.0, 3276.0, 3287.0, 3288.0, 3299.0, 3301.0, 3302.0, 3302.0, 3325.0, 3336.0, 3313.0, 3314.0, 3315.0, 3324.0, 3359.0, 3304.0, 3356.0, 3302.0, 3333.0, 3299.0, 3334.0, 3304.0, 3325.0, 3336.0, 3314.0, 3314.0, 3314.0, 3314.0, 3324.0, 3289.0, 3323.0, 3346.0, 3315.0, 3379.0, 3316.0, 3303.0, 3291.0, 3300.0, 3299.0, 3289.0, 3343.0, 3301.0, 3303.0, 3312.0, 3313.0, 3356.0, 3301.0, 3312.0, 3289.0, 3312.0, 3310.0, 3291.0, 3304.0, 3314.0, 3316.0, 3359.0, 3315.0, 3344.0, 3301.0, 3332.0, 3288.0, 3309.0, 3299.0, 3289.0, 3300.0, 3332.0, 3302.0, 3303.0, 3313.0, 3314.0, 3334.0, 3300.0, 3325.0, 3304.0, 3325.0, 3346.0, 3316.0, 3335.0, 3303.0, 3291.0, 3302.0, 3325.0, 3304.0, 3328.0, 3349.0, 3316.0, 3317.0, 3338.0, 3318.0, 3307.0, 3317.0, 3339.0, 3381.0, 3316.0, 3315.0, 3315.0, 3304.0, 3369.0, 3328.0, 3381.0, 3326.0, 3325.0, 3316.0, 3326.0, 3325.0, 3304.0, 3303.0, 3303.0, 3300.0, 3325.0, 3315.0, 3349.0, 3318.0, 3317.0, 3315.0, 3314.0, 3306.0, 3315.0, 3325.0, 3379.0, 3305.0, 3303.0, 3314.0, 3327.0, 3346.0, 3316.0, 3294.0, 3316.0, 3327.0, 3359.0, 3315.0, 3327.0, 3315.0, 3339.0, 3361.0, 3317.0, 3317.0, 3338.0, 3313.0, 3345.0, 3315.0, 3326.0, 3316.0, 3340.0, 3383.0, 3329.0, 3328.0, 3349.0, 3318.0, 3326.0, 3305.0, 3306.0, 3306.0, 3338.0, 3328.0, 3383.0, 3328.0, 3305.0, 3370.0, 3315.0, 3378.0, 3316.0, 3316.0, 3347.0, 3316.0, 3357.0, 3315.0, 3316.0, 3314.0, 3314.0, 3336.0, 3314.0, 3326.0, 3359.0, 3316.0, 3307.0, 3316.0, 3328.0, 3358.0, 3302.0, 3323.0, 3301.0, 3313.0, 3336.0, 3329.0, 3348.0, 3315.0, 3304.0, 3325.0, 3314.0, 3303.0, 3303.0, 3337.0, 3347.0, 3318.0, 3318.0, 3341.0, 3329.0, 3348.0, 3305.0, 3315.0, 3370.0, 3315.0, 3314.0, 3316.0, 3305.0, 3337.0, 3315.0, 3293.0, 3305.0, 3327.0, 3369.0, 3307.0, 3305.0, 3338.0, 3317.0, 3304.0, 3304.0, 3328.0, 3360.0, 3316.0, 3316.0, 3306.0, 3326.0, 3345.0, 3303.0, 3330.0, 3326.0, 3316.0, 3347.0, 3316.0, 3325.0, 3315.0, 3315.0, 3350.0, 3317.0, 3325.0, 3347.0, 3318.0, 3305.0, 3305.0, 3319.0, 3351.0, 3329.0, 3327.0, 3317.0, 3328.0, 3339.0, 3331.0, 3340.0, 3307.0, 3340.0, 3307.0, 3328.0, 3341.0, 3350.0, 3319.0, 3317.0, 3369.0, 3305.0, 3329.0, 3372.0, 3318.0, 3370.0, 3341.0, 3319.0, 3393.0, 3305.0, 3356.0, 3313.0, 3316.0, 3325.0, 3315.0, 3349.0, 3316.0, 3295.0, 3327.0, 3314.0, 3304.0, 3316.0, 3340.0, 3361.0, 3329.0, 3317.0, 3360.0, 3305.0, 3315.0, 3327.0, 3327.0, 3370.0, 3327.0, 3325.0, 3336.0, 3316.0, 3338.0, 3305.0, 3314.0, 3315.0, 3314.0, 3339.0, 3318.0, 3329.0, 3372.0, 3318.0, 3317.0, 3317.0, 3302.0, 3358.0, 3304.0, 3325.0, 3327.0, 3337.0, 3391.0, 3306.0, 3326.0, 3314.0, 3314.0, 3346.0, 3302.0, 3324.0, 3316.0, 3327.0, 3371.0, 3317.0, 3329.0, 3316.0, 3303.0, 3333.0, 3302.0, 3293.0, 3315.0, 3327.0, 3350.0, 3329.0, 3318.0, 3348.0, 3305.0, 3348.0, 3316.0, 3327.0, 3380.0, 3316.0, 3306.0, 3317.0, 3325.0, 3346.0, 3314.0, 3304.0, 3314.0, 3328.0, 3359.0, 3328.0, 3318.0, 3361.0, 3318.0, 3315.0, 3314.0, 3290.0, 3356.0, 3304.0, 3380.0, 3326.0, 3315.0, 3316.0, 3315.0, 3324.0, 3291.0, 3327.0, 3301.0, 3304.0, 3305.0, 3317.0, 3328.0, 3362.0, 3329.0, 3329.0, 3371.0, 3320.0, 3340.0, 3317.0, 3317.0, 3335.0, 3305.0, 3330.0, 3375.0, 3331.0, 3320.0, 3317.0, 3316.0, 3328.0, 3337.0, 3315.0, 3307.0, 3372.0, 3331.0, 3331.0, 3319.0, 3305.0, 3368.0, 3305.0, 3317.0, 3369.0, 3305.0, 3348.0, 3305.0, 3315.0, 3325.0, 3303.0, 3346.0, 3317.0, 3337.0, 3315.0, 3316.0, 3316.0, 3316.0, 3336.0, 3318.0, 3317.0, 3348.0, 3318.0], 'WindowWidth': [7661.0, 7620.0, 7653.0, 7610.0, 7646.0, 7638.0, 7635.0, 7639.0, 7612.0, 7704.0, 7628.0, 7706.0, 7626.0, 7708.0, 7601.0, 7616.0, 7625.0, 7587.0, 7605.0, 7626.0, 7586.0, 7625.0, 7611.0, 7652.0, 7608.0, 7628.0, 7651.0, 7647.0, 7709.0, 7648.0, 7632.0, 7675.0, 7626.0, 7652.0, 7701.0, 7649.0, 7646.0, 7700.0, 7639.0, 7656.0, 7628.0, 7613.0, 7700.0, 7641.0, 7714.0, 7655.0, 7650.0, 7617.0, 7608.0, 7660.0, 7635.0, 7660.0, 7624.0, 7606.0, 7621.0, 7623.0, 7647.0, 7631.0, 7638.0, 7624.0, 7631.0, 7694.0, 7647.0, 7699.0, 7649.0, 7656.0, 7687.0, 7616.0, 7647.0, 7696.0, 7610.0, 7657.0, 7598.0, 7602.0, 7638.0, 7608.0, 7608.0, 7631.0, 7631.0, 7668.0, 7613.0, 7630.0, 7604.0, 7582.0, 7661.0, 7576.0, 7635.0, 7552.0, 7555.0, 7576.0, 7595.0, 7625.0, 7601.0, 7607.0, 7593.0, 7597.0, 7613.0, 7581.0, 7576.0, 7606.0, 7578.0, 7593.0, 7579.0, 7595.0, 7622.0, 7621.0, 7641.0, 7650.0, 7608.0, 7644.0, 7628.0, 7627.0, 7635.0, 7607.0, 7719.0, 7661.0, 7736.0, 7639.0, 7648.0, 7624.0, 7605.0, 7604.0, 7577.0, 7577.0, 7574.0, 7604.0, 7630.0, 7609.0, 7623.0, 7633.0, 7605.0, 7637.0, 7622.0, 7638.0, 7630.0, 7604.0, 7621.0, 7624.0, 7602.0, 7603.0, 7627.0, 7649.0, 7600.0, 7637.0, 7628.0, 7683.0, 7607.0, 7622.0, 7622.0, 7627.0, 7632.0, 7604.0, 7648.0, 7618.0, 7694.0, 7600.0, 7632.0, 7604.0, 7648.0, 7630.0, 7649.0, 7645.0, 7622.0, 7684.0, 7622.0, 7635.0, 7606.0, 7658.0, 7598.0, 7647.0, 7582.0, 7619.0, 7639.0, 7633.0, 7656.0, 7626.0, 7623.0, 7636.0, 7603.0, 7598.0, 7629.0, 7622.0, 7633.0, 7609.0, 7651.0, 7609.0, 7636.0, 7625.0, 7644.0, 7625.0, 7619.0, 7665.0, 7623.0, 7614.0, 7609.0, 7606.0, 7644.0, 7608.0, 7642.0, 7629.0, 7639.0, 7658.0, 7624.0, 7649.0, 7600.0, 7627.0, 7584.0, 7591.0, 7602.0, 7585.0, 7637.0, 7621.0, 7603.0, 7606.0, 7604.0, 7604.0, 7634.0, 7630.0, 7646.0, 7665.0, 7635.0, 7629.0, 7630.0, 7634.0, 7683.0, 7681.0, 7644.0, 7721.0, 7614.0, 7672.0, 7607.0, 7628.0, 7602.0, 7601.0, 7602.0, 7635.0, 7624.0, 7634.0, 7670.0, 7631.0, 7627.0, 7623.0, 7617.0, 7660.0, 7603.0, 7700.0, 7609.0, 7649.0, 7608.0, 7606.0, 7621.0, 7603.0, 7601.0, 7603.0, 7653.0, 7616.0, 7632.0, 7606.0, 7626.0, 7625.0, 7625.0, 7624.0, 7632.0, 7650.0, 7670.0, 7627.0, 7687.0, 7630.0, 7625.0, 7609.0, 7599.0, 7586.0, 7632.0, 7661.0, 7647.0, 7671.0, 7630.0, 7616.0, 7673.0, 7630.0, 7607.0, 7587.0, 7607.0, 7675.0, 7628.0, 7648.0, 7660.0, 7633.0, 7658.0, 7613.0, 7586.0, 7674.0, 7557.0, 7683.0, 7606.0, 7716.0, 7625.0, 7606.0, 7623.0, 7623.0, 7650.0, 7607.0, 7596.0, 7577.0, 7577.0, 7584.0, 7630.0, 7665.0, 7624.0, 7629.0, 7623.0, 7606.0, 7601.0, 7587.0, 7626.0, 7628.0, 7640.0, 7704.0, 7615.0, 7610.0, 7611.0, 7587.0, 7628.0, 7623.0, 7684.0, 7604.0, 7633.0, 7606.0, 7606.0, 7605.0, 7606.0, 7618.0, 7597.0, 7607.0, 7607.0, 7625.0, 7672.0, 7620.0, 7607.0, 7619.0, 7649.0, 7664.0, 7627.0, 7622.0, 7620.0, 7603.0, 7617.0, 7612.0, 7620.0, 7605.0, 7627.0, 7671.0, 7626.0, 7605.0, 7587.0, 7589.0, 7670.0, 7625.0, 7654.0, 7606.0, 7653.0, 7625.0, 7607.0, 7623.0, 7610.0, 7645.0, 7640.0, 7648.0, 7678.0, 7647.0, 7662.0, 7634.0, 7641.0, 7642.0, 7612.0, 7600.0, 7680.0, 7577.0, 7674.0, 7601.0, 7628.0, 7605.0, 7625.0, 7653.0, 7624.0, 7636.0, 7607.0, 7622.0, 7634.0, 7612.0, 7680.0, 7662.0, 7631.0, 7672.0, 7608.0, 7681.0, 7633.0, 7571.0, 7622.0, 7554.0, 7578.0, 7589.0, 7634.0, 7656.0, 7629.0, 7630.0, 7641.0, 7602.0, 7597.0, 7657.0, 7581.0, 7672.0, 7597.0, 7689.0, 7620.0, 7664.0, 7601.0, 7645.0, 7597.0, 7599.0, 7585.0, 7616.0, 7629.0, 7592.0, 7612.0, 7616.0, 7632.0, 7673.0, 7611.0, 7621.0, 7590.0, 7687.0, 7593.0, 7673.0, 7596.0, 7630.0, 7616.0, 7586.0, 7607.0, 7641.0, 7605.0, 7603.0, 7595.0, 7585.0, 7604.0, 7660.0, 7609.0, 7653.0, 7610.0, 7609.0, 7621.0, 7578.0, 7624.0, 7561.0, 7576.0, 7579.0, 7597.0, 7601.0, 7605.0, 7607.0, 7640.0, 7656.0, 7622.0, 7624.0, 7627.0, 7640.0, 7691.0, 7612.0, 7681.0, 7604.0, 7642.0, 7595.0, 7651.0, 7610.0, 7641.0, 7658.0, 7627.0, 7626.0, 7624.0, 7623.0, 7633.0, 7583.0, 7634.0, 7670.0, 7627.0, 7718.0, 7631.0, 7610.0, 7589.0, 7596.0, 7594.0, 7580.0, 7659.0, 7602.0, 7608.0, 7620.0, 7623.0, 7681.0, 7602.0, 7619.0, 7584.0, 7617.0, 7612.0, 7590.0, 7613.0, 7627.0, 7632.0, 7691.0, 7627.0, 7662.0, 7603.0, 7641.0, 7579.0, 7607.0, 7595.0, 7581.0, 7600.0, 7643.0, 7604.0, 7610.0, 7621.0, 7623.0, 7649.0, 7601.0, 7639.0, 7611.0, 7640.0, 7669.0, 7631.0, 7654.0, 7608.0, 7591.0, 7606.0, 7642.0, 7611.0, 7649.0, 7678.0, 7634.0, 7634.0, 7663.0, 7639.0, 7622.0, 7635.0, 7665.0, 7722.0, 7632.0, 7629.0, 7628.0, 7609.0, 7705.0, 7649.0, 7722.0, 7644.0, 7641.0, 7631.0, 7643.0, 7640.0, 7610.0, 7608.0, 7608.0, 7602.0, 7641.0, 7630.0, 7677.0, 7638.0, 7634.0, 7630.0, 7627.0, 7621.0, 7630.0, 7642.0, 7718.0, 7614.0, 7609.0, 7627.0, 7645.0, 7671.0, 7629.0, 7598.0, 7631.0, 7647.0, 7692.0, 7630.0, 7646.0, 7631.0, 7666.0, 7697.0, 7636.0, 7633.0, 7661.0, 7624.0, 7665.0, 7627.0, 7641.0, 7631.0, 7670.0, 7731.0, 7653.0, 7651.0, 7680.0, 7637.0, 7645.0, 7616.0, 7618.0, 7620.0, 7663.0, 7650.0, 7730.0, 7653.0, 7618.0, 7707.0, 7626.0, 7713.0, 7631.0, 7633.0, 7672.0, 7629.0, 7687.0, 7628.0, 7629.0, 7625.0, 7622.0, 7656.0, 7626.0, 7645.0, 7690.0, 7631.0, 7621.0, 7633.0, 7649.0, 7686.0, 7606.0, 7634.0, 7603.0, 7621.0, 7659.0, 7653.0, 7675.0, 7630.0, 7613.0, 7642.0, 7624.0, 7608.0, 7609.0, 7659.0, 7674.0, 7638.0, 7638.0, 7671.0, 7653.0, 7675.0, 7616.0, 7628.0, 7704.0, 7628.0, 7627.0, 7630.0, 7615.0, 7658.0, 7628.0, 7596.0, 7614.0, 7646.0, 7705.0, 7621.0, 7617.0, 7665.0, 7636.0, 7613.0, 7612.0, 7647.0, 7695.0, 7630.0, 7631.0, 7620.0, 7644.0, 7668.0, 7609.0, 7657.0, 7645.0, 7630.0, 7671.0, 7629.0, 7641.0, 7627.0, 7629.0, 7684.0, 7634.0, 7642.0, 7675.0, 7637.0, 7617.0, 7614.0, 7640.0, 7688.0, 7652.0, 7647.0, 7634.0, 7650.0, 7667.0, 7662.0, 7670.0, 7621.0, 7668.0, 7624.0, 7653.0, 7672.0, 7682.0, 7641.0, 7634.0, 7705.0, 7615.0, 7653.0, 7713.0, 7636.0, 7709.0, 7672.0, 7640.0, 7739.0, 7615.0, 7680.0, 7619.0, 7631.0, 7644.0, 7629.0, 7678.0, 7631.0, 7603.0, 7647.0, 7628.0, 7611.0, 7632.0, 7669.0, 7697.0, 7655.0, 7639.0, 7697.0, 7617.0, 7629.0, 7646.0, 7647.0, 7708.0, 7647.0, 7644.0, 7659.0, 7633.0, 7661.0, 7616.0, 7626.0, 7627.0, 7626.0, 7667.0, 7639.0, 7656.0, 7713.0, 7639.0, 7637.0, 7634.0, 7607.0, 7686.0, 7612.0, 7643.0, 7647.0, 7660.0, 7737.0, 7621.0, 7646.0, 7629.0, 7625.0, 7669.0, 7605.0, 7635.0, 7631.0, 7649.0, 7711.0, 7635.0, 7654.0, 7633.0, 7608.0, 7647.0, 7606.0, 7597.0, 7630.0, 7647.0, 7682.0, 7654.0, 7637.0, 7677.0, 7615.0, 7674.0, 7630.0, 7648.0, 7721.0, 7631.0, 7619.0, 7633.0, 7641.0, 7670.0, 7626.0, 7611.0, 7625.0, 7651.0, 7694.0, 7652.0, 7638.0, 7698.0, 7638.0, 7627.0, 7625.0, 7586.0, 7681.0, 7612.0, 7720.0, 7644.0, 7628.0, 7630.0, 7629.0, 7637.0, 7589.0, 7650.0, 7606.0, 7612.0, 7615.0, 7634.0, 7650.0, 7702.0, 7658.0, 7655.0, 7711.0, 7645.0, 7668.0, 7632.0, 7634.0, 7655.0, 7614.0, 7659.0, 7726.0, 7659.0, 7645.0, 7635.0, 7631.0, 7648.0, 7659.0, 7629.0, 7621.0, 7713.0, 7660.0, 7659.0, 7642.0, 7617.0, 7701.0, 7615.0, 7635.0, 7704.0, 7615.0, 7675.0, 7616.0, 7627.0, 7640.0, 7607.0, 7671.0, 7634.0, 7662.0, 7629.0, 7630.0, 7633.0, 7633.0, 7657.0, 7638.0, 7636.0, 7676.0, 7639.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.00029983944954128445</td></tr>
<tr><td colspan=3>aqi</td><td>0.022615162385321103</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.7932064131802</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1856654573363945</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002383276234221</td></tr>
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
<tr><td colspan=3>fber</td><td>2336.2234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0995960437541595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.096330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7822473577626012</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.665275754636692</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.028692291426712</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.652774027224399</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.031587015837430954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08053594827651978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.4895109769777584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.1239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.8687</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8648</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.5619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2209</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.0335</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2601.498</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.948</td></tr>
<tr><td colspan=3>tsnr</td><td>32.67664144048467</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>