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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0077_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-03_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-03_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-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-03_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>4578bcc60784f091578cf4d6e445b517</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:18:5.647500</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0915305</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7b6542e-b277-4a3d-9b6b-339e03a90516||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['211805.647500', '211806.107500', '211806.567500', '211807.027500', '211807.487500', '211807.947500', '211808.407500', '211808.867500', '211809.327500', '211809.787500', '211810.247500', '211810.707500', '211811.167500', '211811.627500', '211812.087500', '211812.547500', '211813.007500', '211813.467500', '211813.927500', '211814.387500', '211814.847500', '211815.307500', '211815.767500', '211816.227500', '211816.687500', '211817.147500', '211817.607500', '211818.067500', '211818.527500', '211818.987500', '211819.447500', '211819.907500', '211820.367500', '211820.827500', '211821.287500', '211821.747500', '211822.207500', '211822.667500', '211823.127500', '211823.587500', '211824.047500', '211824.507500', '211824.967500', '211825.427500', '211825.887500', '211826.347500', '211826.807500', '211827.267500', '211827.727500', '211828.187500', '211828.647500', '211829.107500', '211829.567500', '211830.027500', '211830.487500', '211830.947500', '211831.407500', '211831.867500', '211832.327500', '211832.787500', '211833.247500', '211833.707500', '211834.167500', '211834.627500', '211835.087500', '211835.547500', '211836.007500', '211836.467500', '211836.927500', '211837.387500', '211837.847500', '211838.307500', '211838.767500', '211839.227500', '211839.687500', '211840.147500', '211840.607500', '211841.067500', '211841.527500', '211841.987500', '211842.447500', '211842.907500', '211843.367500', '211843.827500', '211844.287500', '211844.747500', '211845.207500', '211845.667500', '211846.127500', '211846.587500', '211847.047500', '211847.507500', '211847.967500', '211848.427500', '211848.887500', '211849.347500', '211849.807500', '211850.267500', '211850.727500', '211851.187500', '211851.647500', '211852.107500', '211852.567500', '211853.027500', '211853.487500', '211853.947500', '211854.407500', '211854.867500', '211855.327500', '211855.787500', '211856.247500', '211856.707500', '211857.167500', '211857.627500', '211858.087500', '211858.547500', '211859.007500', '211859.467500', '211859.927500', '211900.387500', '211900.847500', '211901.307500', '211901.767500', '211902.227500', '211902.687500', '211903.147500', '211903.607500', '211904.067500', '211904.527500', '211904.987500', '211905.447500', '211905.907500', '211906.367500', '211906.827500', '211907.287500', '211907.747500', '211908.207500', '211908.667500', '211909.127500', '211909.587500', '211910.047500', '211910.507500', '211910.967500', '211911.427500', '211911.887500', '211912.347500', '211912.807500', '211913.267500', '211913.727500', '211914.187500', '211914.647500', '211915.107500', '211915.567500', '211916.027500', '211916.487500', '211916.947500', '211917.407500', '211917.867500', '211918.327500', '211918.787500', '211919.247500', '211919.707500', '211920.167500', '211920.627500', '211921.087500', '211921.547500', '211922.007500', '211922.467500', '211922.927500', '211923.387500', '211923.847500', '211924.307500', '211924.767500', '211925.227500', '211925.687500', '211926.147500', '211926.607500', '211927.067500', '211927.527500', '211927.987500', '211928.447500', '211928.907500', '211929.367500', '211929.827500', '211930.287500', '211930.747500', '211931.207500', '211931.667500', '211932.127500', '211932.587500', '211933.047500', '211933.507500', '211933.967500', '211934.427500', '211934.887500', '211935.347500', '211935.807500', '211936.267500', '211936.727500', '211937.187500', '211937.647500', '211938.107500', '211938.567500', '211939.027500', '211939.487500', '211939.947500', '211940.407500', '211940.867500', '211941.327500', '211941.787500', '211942.247500', '211942.707500', '211943.167500', '211943.627500', '211944.087500', '211944.547500', '211945.007500', '211945.467500', '211945.927500', '211946.387500', '211946.847500', '211947.307500', '211947.767500', '211948.227500', '211948.687500', '211949.147500', '211949.607500', '211950.067500', '211950.527500', '211950.987500', '211951.447500', '211951.907500', '211952.367500', '211952.827500', '211953.287500', '211953.747500', '211954.207500', '211954.667500', '211955.127500', '211955.587500', '211956.047500', '211956.507500', '211956.967500', '211957.427500', '211957.887500', '211958.347500', '211958.807500', '211959.267500', '211959.727500', '212000.187500', '212000.647500', '212001.107500', '212001.567500', '212002.027500', '212002.487500', '212002.947500', '212003.407500', '212003.867500', '212004.327500', '212004.787500', '212005.247500', '212005.707500', '212006.167500', '212006.627500', '212007.087500', '212007.547500', '212008.007500', '212008.467500', '212008.927500', '212009.387500', '212009.847500', '212010.307500', '212010.767500', '212011.227500', '212011.687500', '212012.147500', '212012.607500', '212013.067500', '212013.527500', '212013.987500', '212014.447500', '212014.907500', '212015.367500', '212015.827500', '212016.287500', '212016.747500', '212017.207500', '212017.667500', '212018.127500', '212018.587500', '212019.047500', '212019.507500', '212019.967500', '212020.427500', '212020.887500', '212021.347500', '212021.807500', '212022.267500', '212022.727500', '212023.187500', '212023.647500', '212024.107500', '212024.567500', '212025.027500', '212025.487500', '212025.947500', '212026.407500', '212026.867500', '212027.327500', '212027.787500', '212028.247500', '212028.707500', '212029.167500', '212029.627500', '212030.087500', '212030.547500', '212031.007500', '212031.467500', '212031.927500', '212032.387500', '212032.847500', '212033.307500', '212033.767500', '212034.227500', '212034.687500', '212035.147500', '212035.607500', '212036.067500', '212036.527500', '212036.987500', '212037.447500', '212037.907500', '212038.367500', '212038.827500', '212039.287500', '212039.747500', '212040.207500', '212040.667500', '212041.127500', '212041.587500', '212042.047500', '212042.507500', '212042.967500', '212043.427500', '212043.887500', '212044.347500', '212044.807500', '212045.267500', '212045.727500', '212046.187500', '212046.647500', '212047.107500', '212047.567500', '212048.027500', '212048.487500', '212048.947500', '212049.407500', '212049.867500', '212050.327500', '212050.787500', '212051.247500', '212051.707500', '212052.167500', '212052.627500', '212053.087500', '212053.547500', '212054.007500', '212054.467500', '212054.927500', '212055.387500', '212055.847500', '212056.307500', '212056.767500', '212057.227500', '212057.687500', '212058.147500', '212058.607500', '212059.067500', '212059.527500', '212059.987500', '212100.447500', '212100.907500', '212101.367500', '212101.827500', '212102.287500', '212102.747500', '212103.207500', '212103.667500', '212104.127500', '212104.587500', '212105.047500', '212105.507500', '212105.967500', '212106.427500', '212106.887500', '212107.347500', '212107.807500', '212108.267500', '212108.727500', '212109.187500', '212109.647500', '212110.107500', '212110.567500', '212111.027500', '212111.487500', '212111.947500', '212112.407500', '212112.867500', '212113.327500', '212113.787500', '212114.247500', '212114.707500', '212115.167500', '212115.627500', '212116.087500', '212116.547500', '212117.007500', '212117.467500', '212117.927500', '212118.387500', '212118.847500', '212119.307500', '212119.767500', '212120.227500', '212120.687500', '212121.147500', '212121.607500', '212122.067500', '212122.527500', '212122.987500', '212123.447500', '212123.907500', '212124.367500', '212124.827500', '212125.287500', '212125.747500', '212126.207500', '212126.667500', '212127.127500', '212127.587500', '212128.047500', '212128.507500', '212128.967500', '212129.427500', '212129.887500', '212130.347500', '212130.807500', '212131.267500', '212131.727500', '212132.187500', '212132.647500', '212133.107500', '212133.567500', '212134.027500', '212134.487500', '212134.947500', '212135.407500', '212135.867500', '212136.327500', '212136.787500', '212137.247500', '212137.707500', '212138.167500', '212138.627500', '212139.087500', '212139.547500', '212140.007500', '212140.467500', '212140.927500', '212141.387500', '212141.847500', '212142.307500', '212142.767500', '212143.227500', '212143.687500', '212144.147500', '212144.607500', '212145.067500', '212145.527500', '212145.987500', '212146.447500', '212146.907500', '212147.367500', '212147.827500', '212148.287500', '212148.747500', '212149.207500', '212149.667500', '212150.127500', '212150.587500', '212151.047500', '212151.507500', '212151.967500', '212152.427500', '212152.887500', '212153.347500', '212153.807500', '212154.267500', '212154.727500', '212155.187500', '212155.647500', '212156.107500', '212156.567500', '212157.027500', '212157.487500', '212157.947500', '212158.407500', '212158.867500', '212159.327500', '212159.787500', '212200.247500', '212200.707500', '212201.167500', '212201.627500', '212202.087500', '212202.547500', '212203.007500', '212203.467500', '212203.927500', '212204.387500', '212204.847500', '212205.307500', '212205.767500', '212206.227500', '212206.687500', '212207.147500', '212207.607500', '212208.067500', '212208.527500', '212208.987500', '212209.447500', '212209.907500', '212210.367500', '212210.827500', '212211.287500', '212211.747500', '212212.207500', '212212.667500', '212213.127500', '212213.587500', '212214.047500', '212214.507500', '212214.967500', '212215.427500', '212215.887500', '212216.347500', '212216.807500', '212217.267500', '212217.727500', '212218.187500', '212218.647500', '212219.107500', '212219.567500', '212220.027500', '212220.487500', '212220.947500', '212221.407500', '212221.867500', '212222.327500', '212222.787500', '212223.247500', '212223.707500', '212224.167500', '212224.627500', '212225.087500', '212225.547500', '212226.007500', '212226.467500', '212226.927500', '212227.387500', '212227.847500', '212228.307500', '212228.767500', '212229.227500', '212229.687500', '212230.147500', '212230.607500', '212231.067500', '212231.527500', '212231.987500', '212232.447500', '212232.907500', '212233.367500', '212233.827500', '212234.287500', '212234.747500', '212235.207500', '212235.667500', '212236.127500', '212236.587500', '212237.047500', '212237.507500', '212237.967500', '212238.427500', '212238.887500', '212239.347500', '212239.807500', '212240.267500', '212240.727500', '212241.187500', '212241.647500', '212242.107500', '212242.567500', '212243.027500', '212243.487500', '212243.947500', '212244.407500', '212244.867500', '212245.327500', '212245.787500', '212246.247500', '212246.707500', '212247.167500', '212247.627500', '212248.087500', '212248.547500', '212249.007500', '212249.467500', '212249.927500', '212250.387500', '212250.847500', '212251.307500', '212251.767500', '212252.227500', '212252.687500', '212253.147500', '212253.607500', '212254.067500', '212254.527500', '212254.987500', '212255.447500', '212255.907500', '212256.367500', '212256.827500', '212257.287500', '212257.747500', '212258.207500', '212258.667500', '212259.127500', '212259.587500', '212300.047500', '212300.507500', '212300.967500', '212301.427500', '212301.887500', '212302.347500', '212302.807500', '212303.267500', '212303.727500', '212304.187500', '212304.647500', '212305.107500', '212305.567500', '212306.027500', '212306.487500', '212306.947500', '212307.407500', '212307.867500', '212308.327500', '212308.787500', '212309.247500', '212309.707500', '212310.167500', '212310.627500', '212311.087500', '212311.547500', '212312.007500', '212312.467500', '212312.927500', '212313.387500', '212313.847500', '212314.307500', '212314.767500', '212315.227500', '212315.687500', '212316.147500', '212316.607500', '212317.067500', '212317.527500', '212317.987500', '212318.447500', '212318.907500', '212319.367500', '212319.827500', '212320.287500', '212320.747500', '212321.207500', '212321.667500', '212322.127500', '212322.587500', '212323.047500', '212323.507500', '212323.967500', '212324.427500', '212324.887500', '212325.347500', '212325.807500', '212326.267500', '212326.727500', '212327.187500', '212327.647500', '212328.107500', '212328.567500', '212329.027500', '212329.487500', '212329.947500', '212330.407500', '212330.867500', '212331.327500', '212331.787500', '212332.247500', '212332.707500', '212333.167500', '212333.627500', '212334.087500', '212334.547500', '212335.007500', '212335.467500', '212335.927500', '212336.387500', '212336.847500', '212337.307500', '212337.767500', '212338.227500', '212338.687500', '212339.147500', '212339.607500', '212340.067500', '212340.527500', '212340.987500', '212341.447500', '212341.907500', '212342.367500', '212342.827500', '212343.287500', '212343.747500', '212344.207500', '212344.667500', '212345.127500', '212345.587500', '212346.047500', '212346.507500', '212346.967500', '212347.427500', '212347.887500', '212348.347500', '212348.807500', '212349.267500', '212349.727500', '212350.187500', '212350.647500', '212351.107500', '212351.567500', '212352.027500', '212352.487500', '212352.947500', '212353.407500', '212353.867500', '212354.327500', '212354.787500', '212355.247500', '212355.707500', '212356.167500', '212356.627500', '212357.087500', '212357.547500', '212358.007500', '212358.467500', '212358.927500', '212359.387500', '212359.847500', '212400.307500', '212400.767500', '212401.227500', '212401.687500', '212402.147500', '212402.607500', '212403.067500', '212403.527500', '212403.987500', '212404.447500', '212404.907500', '212405.367500', '212405.827500', '212406.287500', '212406.747500', '212407.207500', '212407.667500', '212408.127500', '212408.587500', '212409.047500', '212409.507500', '212409.967500', '212410.427500', '212410.887500', '212411.347500', '212411.807500', '212412.267500', '212412.727500', '212413.187500', '212413.647500', '212414.107500', '212414.567500', '212415.027500', '212415.487500', '212415.947500', '212416.407500', '212416.867500', '212417.327500', '212417.787500', '212418.247500', '212418.707500', '212419.167500', '212419.627500', '212420.087500', '212420.547500', '212421.007500', '212421.467500', '212421.927500', '212422.387500', '212422.847500', '212423.307500', '212423.767500', '212424.227500', '212424.687500', '212425.147500', '212425.607500', '212426.067500', '212426.527500', '212426.987500', '212427.447500', '212427.907500', '212428.367500', '212428.827500', '212429.287500', '212429.747500', '212430.207500', '212430.667500', '212431.127500', '212431.587500', '212432.047500', '212432.507500', '212432.967500', '212433.427500', '212433.887500', '212434.347500', '212434.807500', '212435.267500', '212435.727500', '212436.187500', '212436.647500', '212437.107500', '212437.567500', '212438.027500', '212438.487500', '212438.947500', '212439.407500', '212439.867500', '212440.327500', '212440.787500', '212441.247500', '212441.707500', '212442.167500', '212442.627500', '212443.087500', '212443.547500', '212444.007500', '212444.467500', '212444.927500', '212445.387500', '212445.847500', '212446.307500'], 'ContentTime': ['211824.705000', '211824.708000', '211824.711000', '211824.714000', '211824.717000', '211824.720000', '211824.722000', '211824.725000', '211824.727000', '211824.730000', '211824.733000', '211824.735000', '211824.738000', '211824.740000', '211824.743000', '211824.746000', '211824.748000', '211824.751000', '211824.753000', '211824.756000', '211824.758000', '211824.761000', '211824.763000', '211824.766000', '211824.768000', '211824.771000', '211824.774000', '211824.776000', '211824.779000', '211824.781000', '211824.784000', '211824.786000', '211824.789000', '211824.792000', '211824.794000', '211824.797000', '211824.799000', '211824.854000', '211824.856000', '211824.859000', '211844.658000', '211844.661000', '211844.664000', '211844.666000', '211844.669000', '211844.672000', '211844.674000', '211844.683000', '211844.685000', '211844.688000', '211844.690000', '211844.693000', '211844.695000', '211844.698000', '211844.701000', '211844.703000', '211844.706000', '211844.708000', '211844.711000', '211844.713000', '211844.716000', '211844.718000', '211844.721000', '211844.724000', '211844.726000', '211844.729000', '211844.731000', '211844.734000', '211844.736000', '211844.739000', '211844.742000', '211844.744000', '211844.747000', '211844.749000', '211844.752000', '211844.754000', '211844.757000', '211844.759000', '211844.762000', '211844.764000', '211844.767000', '211844.769000', '211844.772000', '211904.657000', '211904.660000', '211904.663000', '211904.665000', '211904.668000', '211904.672000', '211904.675000', '211904.677000', '211904.680000', '211904.682000', '211904.685000', '211904.688000', '211904.690000', '211904.693000', '211904.695000', '211904.698000', '211904.700000', '211904.703000', '211904.705000', '211904.708000', '211904.710000', '211904.713000', '211904.715000', '211904.718000', '211904.720000', '211904.723000', '211904.726000', '211904.728000', '211904.731000', '211904.733000', '211904.736000', '211904.738000', '211904.741000', '211904.743000', '211904.750000', '211904.753000', '211904.756000', '211904.758000', '211904.761000', '211904.763000', '211904.766000', '211904.768000', '211904.771000', '211904.773000', '211924.657000', '211924.660000', '211924.663000', '211924.665000', '211924.668000', '211924.670000', '211924.673000', '211924.676000', '211924.678000', '211924.681000', '211924.683000', '211924.686000', '211924.688000', '211924.691000', '211924.694000', '211924.696000', '211924.699000', '211924.701000', '211924.704000', '211924.706000', '211924.709000', '211924.712000', '211924.714000', '211924.717000', '211924.719000', '211924.722000', '211924.724000', '211924.727000', '211924.730000', '211924.732000', '211924.735000', '211924.737000', '211924.740000', '211924.743000', '211924.745000', '211924.748000', '211924.750000', '211924.753000', '211924.755000', '211924.758000', '211924.760000', '211924.763000', '211924.765000', '211944.658000', '211944.660000', '211944.663000', '211944.666000', '211944.668000', '211944.671000', '211944.673000', '211944.676000', '211944.678000', '211944.681000', '211944.684000', '211944.686000', '211944.689000', '211944.713000', '211944.716000', '211944.718000', '211944.721000', '211944.724000', '211944.726000', '211944.729000', '211944.731000', '211944.734000', '211944.736000', '211944.739000', '211944.741000', '211944.744000', '211944.747000', '211944.749000', '211944.752000', '211944.754000', '211944.757000', '211944.760000', '211944.762000', '211944.765000', '211944.767000', '211944.770000', '211944.772000', '211944.775000', '211944.778000', '211944.780000', '211944.783000', '211944.785000', '211944.788000', '212004.657000', '212004.660000', '212004.663000', '212004.665000', '212004.668000', '212004.671000', '212004.673000', '212004.676000', '212004.679000', '212004.681000', '212004.684000', '212004.686000', '212004.695000', '212004.698000', '212004.700000', '212004.703000', '212004.705000', '212004.708000', '212004.711000', '212004.713000', '212004.716000', '212004.718000', '212004.721000', '212004.723000', '212004.726000', '212004.728000', '212004.731000', '212004.734000', '212004.736000', '212004.739000', '212004.741000', '212004.744000', '212004.746000', '212004.749000', '212004.752000', '212004.754000', '212004.757000', '212004.759000', '212004.762000', '212004.764000', '212004.767000', '212004.769000', '212004.772000', '212004.775000', '212024.657000', '212024.660000', '212024.663000', '212024.665000', '212024.668000', '212024.670000', '212024.673000', '212024.676000', '212024.678000', '212024.681000', '212024.683000', '212024.686000', '212024.688000', '212024.691000', '212024.694000', '212024.696000', '212024.699000', '212024.702000', '212024.704000', '212024.707000', '212024.709000', '212024.712000', '212024.714000', '212024.717000', '212024.720000', '212024.722000', '212024.725000', '212024.727000', '212024.730000', '212024.733000', '212024.735000', '212024.738000', '212024.740000', '212024.743000', '212024.745000', '212024.748000', '212024.751000', '212024.753000', '212024.756000', '212024.758000', '212024.761000', '212024.764000', '212024.766000', '212024.769000', '212044.658000', '212044.661000', '212044.664000', '212044.666000', '212044.669000', '212044.671000', '212044.674000', '212044.677000', '212044.679000', '212044.682000', '212044.684000', '212044.687000', '212044.689000', '212044.692000', '212044.694000', '212044.697000', '212044.700000', '212044.702000', '212044.705000', '212044.707000', '212044.710000', '212044.712000', '212044.715000', '212044.718000', '212044.720000', '212044.723000', '212044.725000', '212044.728000', '212044.731000', '212044.733000', '212044.736000', '212044.738000', '212044.741000', '212044.743000', '212044.746000', '212044.748000', '212044.751000', '212044.754000', '212044.756000', '212044.759000', '212044.761000', '212044.764000', '212044.767000', '212104.658000', '212104.661000', '212104.664000', '212104.666000', '212104.669000', '212104.672000', '212104.674000', '212104.677000', '212104.679000', '212104.682000', '212104.685000', '212104.688000', '212104.690000', '212104.693000', '212104.696000', '212104.698000', '212104.701000', '212104.703000', '212104.706000', '212104.709000', '212104.711000', '212104.714000', '212104.716000', '212104.719000', '212104.721000', '212104.724000', '212104.727000', '212104.729000', '212104.732000', '212104.735000', '212104.738000', '212104.740000', '212104.743000', '212104.745000', '212104.748000', '212104.751000', '212104.753000', '212104.756000', '212104.758000', '212104.761000', '212104.763000', '212104.766000', '212104.769000', '212124.657000', '212124.660000', '212124.663000', '212124.665000', '212124.668000', '212124.670000', '212124.673000', '212124.676000', '212124.678000', '212124.681000', '212124.683000', '212124.686000', '212124.688000', '212124.691000', '212124.694000', '212124.696000', '212124.699000', '212124.701000', '212124.704000', '212124.707000', '212124.709000', '212124.712000', '212124.714000', '212124.717000', '212124.719000', '212124.722000', '212124.725000', '212124.727000', '212124.730000', '212124.732000', '212124.735000', '212124.738000', '212124.740000', '212124.743000', '212124.745000', '212124.748000', '212124.750000', '212124.753000', '212124.755000', '212124.758000', '212124.761000', '212124.763000', '212124.766000', '212124.769000', '212144.658000', '212144.661000', '212144.663000', '212144.666000', '212144.668000', '212144.671000', '212144.673000', '212144.676000', '212144.679000', '212144.681000', '212144.684000', '212144.686000', '212144.689000', '212144.692000', '212144.694000', '212144.697000', '212144.700000', '212144.702000', '212144.705000', '212144.707000', '212144.710000', '212144.713000', '212144.715000', '212144.718000', '212144.720000', '212144.723000', '212144.726000', '212144.728000', '212144.731000', '212144.733000', '212144.736000', '212144.739000', '212144.741000', '212144.744000', '212144.746000', '212144.749000', '212144.751000', '212144.754000', '212144.757000', '212144.759000', '212144.762000', '212144.764000', '212144.767000', '212204.658000', '212204.660000', '212204.663000', '212204.665000', '212204.668000', '212204.671000', '212204.673000', '212204.676000', '212204.678000', '212204.681000', '212204.683000', '212204.686000', '212204.689000', '212204.691000', '212204.694000', '212204.696000', '212204.699000', '212204.701000', '212204.704000', '212204.707000', '212204.709000', '212204.712000', '212204.714000', '212204.717000', '212204.719000', '212204.722000', '212204.725000', '212204.727000', '212204.730000', '212204.732000', '212204.735000', '212204.738000', '212204.740000', '212204.743000', '212204.745000', '212204.748000', '212204.751000', '212204.753000', '212204.756000', '212204.758000', '212204.761000', '212204.764000', '212204.766000', '212204.769000', '212224.657000', '212224.660000', '212224.663000', '212224.666000', '212224.668000', '212224.671000', '212224.673000', '212224.676000', '212224.679000', '212224.681000', '212224.684000', '212224.686000', '212224.689000', '212224.691000', '212224.694000', '212224.697000', '212224.699000', '212224.702000', '212224.705000', '212224.707000', '212224.710000', '212224.713000', '212224.715000', '212224.718000', '212224.721000', '212224.723000', '212224.726000', '212224.728000', '212224.731000', '212224.734000', '212224.736000', '212224.739000', '212224.741000', '212224.744000', '212224.746000', '212224.749000', '212224.752000', '212224.754000', '212224.757000', '212224.759000', '212224.762000', '212224.764000', '212224.767000', '212244.658000', '212244.660000', '212244.663000', '212244.665000', '212244.668000', '212244.671000', '212244.673000', '212244.676000', '212244.678000', '212244.681000', '212244.683000', '212244.686000', '212244.689000', '212244.691000', '212244.694000', '212244.696000', '212244.699000', '212244.702000', '212244.704000', '212244.707000', '212244.719000', '212244.722000', '212244.725000', '212244.727000', '212244.730000', '212244.732000', '212244.735000', '212244.737000', '212244.740000', '212244.743000', '212244.745000', '212244.748000', '212244.750000', '212244.753000', '212244.756000', '212244.758000', '212244.761000', '212244.763000', '212244.766000', '212244.769000', '212244.771000', '212244.774000', '212244.776000', '212244.779000', '212304.658000', '212304.661000', '212304.664000', '212304.666000', '212304.669000', '212304.672000', '212304.674000', '212304.677000', '212304.679000', '212304.682000', '212304.685000', '212304.687000', '212304.690000', '212304.692000', '212304.695000', '212304.697000', '212304.700000', '212304.703000', '212304.705000', '212304.708000', '212304.710000', '212304.713000', '212304.716000', '212304.718000', '212304.721000', '212304.723000', '212304.726000', '212304.728000', '212304.731000', '212304.734000', '212304.736000', '212304.739000', '212304.741000', '212304.744000', '212304.746000', '212304.749000', '212304.752000', '212304.754000', '212304.757000', '212304.759000', '212304.762000', '212304.764000', '212304.767000', '212324.659000', '212324.661000', '212324.664000', '212324.667000', '212324.669000', '212324.672000', '212324.675000', '212324.677000', '212324.680000', '212324.682000', '212324.685000', '212324.688000', '212324.690000', '212324.693000', '212324.695000', '212324.698000', '212324.700000', '212324.703000', '212324.706000', '212324.708000', '212324.711000', '212324.713000', '212324.716000', '212324.718000', '212324.721000', '212324.724000', '212324.726000', '212324.729000', '212324.731000', '212324.734000', '212324.737000', '212324.739000', '212324.742000', '212324.745000', '212324.747000', '212324.750000', '212324.752000', '212324.755000', '212324.757000', '212324.760000', '212324.763000', '212324.765000', '212324.768000', '212324.770000', '212344.657000', '212344.660000', '212344.663000', '212344.665000', '212344.668000', '212344.671000', '212344.673000', '212344.676000', '212344.678000', '212344.681000', '212344.683000', '212344.686000', '212344.689000', '212344.691000', '212344.694000', '212344.696000', '212344.699000', '212344.701000', '212344.704000', '212344.707000', '212344.709000', '212344.712000', '212344.714000', '212344.717000', '212344.720000', '212344.722000', '212344.725000', '212344.727000', '212344.730000', '212344.732000', '212344.735000', '212344.738000', '212344.740000', '212344.743000', '212344.745000', '212344.748000', '212344.751000', '212344.753000', '212344.756000', '212344.758000', '212344.761000', '212344.764000', '212344.766000', '212404.657000', '212404.660000', '212404.663000', '212404.666000', '212404.668000', '212404.672000', '212404.675000', '212404.678000', '212404.680000', '212404.683000', '212404.685000', '212404.688000', '212404.690000', '212404.693000', '212404.696000', '212404.698000', '212404.701000', '212404.703000', '212404.706000', '212404.709000', '212404.711000', '212404.714000', '212404.716000', '212404.719000', '212404.722000', '212404.724000', '212404.727000', '212404.729000', '212404.732000', '212404.734000', '212404.737000', '212404.748000', '212404.751000', '212404.753000', '212404.756000', '212404.759000', '212404.761000', '212404.764000', '212404.766000', '212404.769000', '212404.771000', '212404.774000', '212404.776000', '212404.779000', '212424.657000', '212424.660000', '212424.663000', '212424.666000', '212424.668000', '212424.671000', '212424.673000', '212424.676000', '212424.678000', '212424.681000', '212424.684000', '212424.686000', '212424.689000', '212424.691000', '212424.694000', '212424.697000', '212424.699000', '212424.702000', '212424.704000', '212424.707000', '212424.709000', '212424.712000', '212424.715000', '212424.717000', '212424.720000', '212424.722000', '212424.725000', '212424.727000', '212424.730000', '212424.733000', '212424.735000', '212424.738000', '212424.740000', '212424.743000', '212424.746000', '212424.748000', '212424.751000', '212424.753000', '212424.756000', '212424.758000', '212424.761000', '212424.763000', '212424.766000', '212444.657000', '212444.660000', '212444.663000', '212444.665000', '212444.668000', '212444.671000', '212444.673000', '212444.676000', '212444.678000', '212444.681000', '212444.683000', '212444.686000', '212444.689000', '212444.691000', '212444.694000', '212444.697000', '212444.699000', '212444.702000', '212444.704000', '212444.707000', '212444.710000', '212444.712000', '212444.715000', '212444.717000', '212444.720000', '212444.722000', '212444.725000', '212444.727000', '212444.730000', '212444.733000', '212444.735000', '212444.738000', '212444.740000', '212444.743000', '212444.746000', '212444.748000', '212444.751000', '212444.754000', '212444.756000', '212444.759000', '212444.761000', '212444.764000', '212444.766000', '212444.769000', '212447.302000', '212447.305000', '212447.308000', '212447.310000', '212447.313000', '212447.315000'], 'InstanceCreationTime': ['211824.705000', '211824.708000', '211824.711000', '211824.714000', '211824.717000', '211824.720000', '211824.722000', '211824.725000', '211824.727000', '211824.730000', '211824.733000', '211824.735000', '211824.738000', '211824.740000', '211824.743000', '211824.746000', '211824.748000', '211824.751000', '211824.753000', '211824.756000', '211824.758000', '211824.761000', '211824.763000', '211824.766000', '211824.768000', '211824.771000', '211824.774000', '211824.776000', '211824.779000', '211824.781000', '211824.784000', '211824.786000', '211824.789000', '211824.792000', '211824.794000', '211824.797000', '211824.799000', '211824.854000', '211824.856000', '211824.859000', '211844.658000', '211844.661000', '211844.664000', '211844.666000', '211844.669000', '211844.672000', '211844.674000', '211844.683000', '211844.685000', '211844.688000', '211844.690000', '211844.693000', '211844.695000', '211844.698000', '211844.701000', '211844.703000', '211844.706000', '211844.708000', '211844.711000', '211844.713000', '211844.716000', '211844.718000', '211844.721000', '211844.724000', '211844.726000', '211844.729000', '211844.731000', '211844.734000', '211844.736000', '211844.739000', '211844.742000', '211844.744000', '211844.747000', '211844.749000', '211844.752000', '211844.754000', '211844.757000', '211844.759000', '211844.762000', '211844.764000', '211844.767000', '211844.769000', '211844.772000', '211904.657000', '211904.660000', '211904.663000', '211904.665000', '211904.668000', '211904.672000', '211904.675000', '211904.677000', '211904.680000', '211904.682000', '211904.685000', '211904.688000', '211904.690000', '211904.693000', '211904.695000', '211904.698000', '211904.700000', '211904.703000', '211904.705000', '211904.708000', '211904.710000', '211904.713000', '211904.715000', '211904.718000', '211904.720000', '211904.723000', '211904.726000', '211904.728000', '211904.731000', '211904.733000', '211904.736000', '211904.738000', '211904.741000', '211904.743000', '211904.750000', '211904.753000', '211904.756000', '211904.758000', '211904.761000', '211904.763000', '211904.766000', '211904.768000', '211904.771000', '211904.773000', '211924.657000', '211924.660000', '211924.663000', '211924.665000', '211924.668000', '211924.670000', '211924.673000', '211924.676000', '211924.678000', '211924.681000', '211924.683000', '211924.686000', '211924.688000', '211924.691000', '211924.694000', '211924.696000', '211924.699000', '211924.701000', '211924.704000', '211924.706000', '211924.709000', '211924.712000', '211924.714000', '211924.717000', '211924.719000', '211924.722000', '211924.724000', '211924.727000', '211924.730000', '211924.732000', '211924.735000', '211924.737000', '211924.740000', '211924.743000', '211924.745000', '211924.748000', '211924.750000', '211924.753000', '211924.755000', '211924.758000', '211924.760000', '211924.763000', '211924.765000', '211944.658000', '211944.660000', '211944.663000', '211944.666000', '211944.668000', '211944.671000', '211944.673000', '211944.676000', '211944.678000', '211944.681000', '211944.684000', '211944.686000', '211944.689000', '211944.713000', '211944.716000', '211944.718000', '211944.721000', '211944.724000', '211944.726000', '211944.729000', '211944.731000', '211944.734000', '211944.736000', '211944.739000', '211944.741000', '211944.744000', '211944.747000', '211944.749000', '211944.752000', '211944.754000', '211944.757000', '211944.760000', '211944.762000', '211944.765000', '211944.767000', '211944.770000', '211944.772000', '211944.775000', '211944.778000', '211944.780000', '211944.783000', '211944.785000', '211944.788000', '212004.657000', '212004.660000', '212004.663000', '212004.665000', '212004.668000', '212004.671000', '212004.673000', '212004.676000', '212004.679000', '212004.681000', '212004.684000', '212004.686000', '212004.695000', '212004.698000', '212004.700000', '212004.703000', '212004.705000', '212004.708000', '212004.711000', '212004.713000', '212004.716000', '212004.718000', '212004.721000', '212004.723000', '212004.726000', '212004.728000', '212004.731000', '212004.734000', '212004.736000', '212004.739000', '212004.741000', '212004.744000', '212004.746000', '212004.749000', '212004.752000', '212004.754000', '212004.757000', '212004.759000', '212004.762000', '212004.764000', '212004.767000', '212004.769000', '212004.772000', '212004.775000', '212024.657000', '212024.660000', '212024.663000', '212024.665000', '212024.668000', '212024.670000', '212024.673000', '212024.676000', '212024.678000', '212024.681000', '212024.683000', '212024.686000', '212024.688000', '212024.691000', '212024.694000', '212024.696000', '212024.699000', '212024.702000', '212024.704000', '212024.707000', '212024.709000', '212024.712000', '212024.714000', '212024.717000', '212024.720000', '212024.722000', '212024.725000', '212024.727000', '212024.730000', '212024.733000', '212024.735000', '212024.738000', '212024.740000', '212024.743000', '212024.745000', '212024.748000', '212024.751000', '212024.753000', '212024.756000', '212024.758000', '212024.761000', '212024.764000', '212024.766000', '212024.769000', '212044.658000', '212044.661000', '212044.664000', '212044.666000', '212044.669000', '212044.671000', '212044.674000', '212044.677000', '212044.679000', '212044.682000', '212044.684000', '212044.687000', '212044.689000', '212044.692000', '212044.694000', '212044.697000', '212044.700000', '212044.702000', '212044.705000', '212044.707000', '212044.710000', '212044.712000', '212044.715000', '212044.718000', '212044.720000', '212044.723000', '212044.725000', '212044.728000', '212044.731000', '212044.733000', '212044.736000', '212044.738000', '212044.741000', '212044.743000', '212044.746000', '212044.748000', '212044.751000', '212044.754000', '212044.756000', '212044.759000', '212044.761000', '212044.764000', '212044.767000', '212104.658000', '212104.661000', '212104.664000', '212104.666000', '212104.669000', '212104.672000', '212104.674000', '212104.677000', '212104.679000', '212104.682000', '212104.685000', '212104.688000', '212104.690000', '212104.693000', '212104.696000', '212104.698000', '212104.701000', '212104.703000', '212104.706000', '212104.709000', '212104.711000', '212104.714000', '212104.716000', '212104.719000', '212104.721000', '212104.724000', '212104.727000', '212104.729000', '212104.732000', '212104.735000', '212104.738000', '212104.740000', '212104.743000', '212104.745000', '212104.748000', '212104.751000', '212104.753000', '212104.756000', '212104.758000', '212104.761000', '212104.763000', '212104.766000', '212104.769000', '212124.657000', '212124.660000', '212124.663000', '212124.665000', '212124.668000', '212124.670000', '212124.673000', '212124.676000', '212124.678000', '212124.681000', '212124.683000', '212124.686000', '212124.688000', '212124.691000', '212124.694000', '212124.696000', '212124.699000', '212124.701000', '212124.704000', '212124.707000', '212124.709000', '212124.712000', '212124.714000', '212124.717000', '212124.719000', '212124.722000', '212124.725000', '212124.727000', '212124.730000', '212124.732000', '212124.735000', '212124.738000', '212124.740000', '212124.743000', '212124.745000', '212124.748000', '212124.750000', '212124.753000', '212124.755000', '212124.758000', '212124.761000', '212124.763000', '212124.766000', '212124.769000', '212144.658000', '212144.661000', '212144.663000', '212144.666000', '212144.668000', '212144.671000', '212144.673000', '212144.676000', '212144.679000', '212144.681000', '212144.684000', '212144.686000', '212144.689000', '212144.692000', '212144.694000', '212144.697000', '212144.700000', '212144.702000', '212144.705000', '212144.707000', '212144.710000', '212144.713000', '212144.715000', '212144.718000', '212144.720000', '212144.723000', '212144.726000', '212144.728000', '212144.731000', '212144.733000', '212144.736000', '212144.739000', '212144.741000', '212144.744000', '212144.746000', '212144.749000', '212144.751000', '212144.754000', '212144.757000', '212144.759000', '212144.762000', '212144.764000', '212144.767000', '212204.658000', '212204.660000', '212204.663000', '212204.665000', '212204.668000', '212204.671000', '212204.673000', '212204.676000', '212204.678000', '212204.681000', '212204.683000', '212204.686000', '212204.689000', '212204.691000', '212204.694000', '212204.696000', '212204.699000', '212204.701000', '212204.704000', '212204.707000', '212204.709000', '212204.712000', '212204.714000', '212204.717000', '212204.719000', '212204.722000', '212204.725000', '212204.727000', '212204.730000', '212204.732000', '212204.735000', '212204.738000', '212204.740000', '212204.743000', '212204.745000', '212204.748000', '212204.751000', '212204.753000', '212204.756000', '212204.758000', '212204.761000', '212204.764000', '212204.766000', '212204.769000', '212224.657000', '212224.660000', '212224.663000', '212224.666000', '212224.668000', '212224.671000', '212224.673000', '212224.676000', '212224.679000', '212224.681000', '212224.684000', '212224.686000', '212224.689000', '212224.691000', '212224.694000', '212224.697000', '212224.699000', '212224.702000', '212224.705000', '212224.707000', '212224.710000', '212224.713000', '212224.715000', '212224.718000', '212224.721000', '212224.723000', '212224.726000', '212224.728000', '212224.731000', '212224.734000', '212224.736000', '212224.739000', '212224.741000', '212224.744000', '212224.746000', '212224.749000', '212224.752000', '212224.754000', '212224.757000', '212224.759000', '212224.762000', '212224.764000', '212224.767000', '212244.658000', '212244.660000', '212244.663000', '212244.665000', '212244.668000', '212244.671000', '212244.673000', '212244.676000', '212244.678000', '212244.681000', '212244.683000', '212244.686000', '212244.689000', '212244.691000', '212244.694000', '212244.696000', '212244.699000', '212244.702000', '212244.704000', '212244.707000', '212244.719000', '212244.722000', '212244.725000', '212244.727000', '212244.730000', '212244.732000', '212244.735000', '212244.737000', '212244.740000', '212244.743000', '212244.745000', '212244.748000', '212244.750000', '212244.753000', '212244.756000', '212244.758000', '212244.761000', '212244.763000', '212244.766000', '212244.769000', '212244.771000', '212244.774000', '212244.776000', '212244.779000', '212304.658000', '212304.661000', '212304.664000', '212304.666000', '212304.669000', '212304.672000', '212304.674000', '212304.677000', '212304.679000', '212304.682000', '212304.685000', '212304.687000', '212304.690000', '212304.692000', '212304.695000', '212304.697000', '212304.700000', '212304.703000', '212304.705000', '212304.708000', '212304.710000', '212304.713000', '212304.716000', '212304.718000', '212304.721000', '212304.723000', '212304.726000', '212304.728000', '212304.731000', '212304.734000', '212304.736000', '212304.739000', '212304.741000', '212304.744000', '212304.746000', '212304.749000', '212304.752000', '212304.754000', '212304.757000', '212304.759000', '212304.762000', '212304.764000', '212304.767000', '212324.659000', '212324.661000', '212324.664000', '212324.667000', '212324.669000', '212324.672000', '212324.675000', '212324.677000', '212324.680000', '212324.682000', '212324.685000', '212324.688000', '212324.690000', '212324.693000', '212324.695000', '212324.698000', '212324.700000', '212324.703000', '212324.706000', '212324.708000', '212324.711000', '212324.713000', '212324.716000', '212324.718000', '212324.721000', '212324.724000', '212324.726000', '212324.729000', '212324.731000', '212324.734000', '212324.737000', '212324.739000', '212324.742000', '212324.745000', '212324.747000', '212324.750000', '212324.752000', '212324.755000', '212324.757000', '212324.760000', '212324.763000', '212324.765000', '212324.768000', '212324.770000', '212344.657000', '212344.660000', '212344.663000', '212344.665000', '212344.668000', '212344.671000', '212344.673000', '212344.676000', '212344.678000', '212344.681000', '212344.683000', '212344.686000', '212344.689000', '212344.691000', '212344.694000', '212344.696000', '212344.699000', '212344.701000', '212344.704000', '212344.707000', '212344.709000', '212344.712000', '212344.714000', '212344.717000', '212344.720000', '212344.722000', '212344.725000', '212344.727000', '212344.730000', '212344.732000', '212344.735000', '212344.738000', '212344.740000', '212344.743000', '212344.745000', '212344.748000', '212344.751000', '212344.753000', '212344.756000', '212344.758000', '212344.761000', '212344.764000', '212344.766000', '212404.657000', '212404.660000', '212404.663000', '212404.666000', '212404.668000', '212404.672000', '212404.675000', '212404.678000', '212404.680000', '212404.683000', '212404.685000', '212404.688000', '212404.690000', '212404.693000', '212404.696000', '212404.698000', '212404.701000', '212404.703000', '212404.706000', '212404.709000', '212404.711000', '212404.714000', '212404.716000', '212404.719000', '212404.722000', '212404.724000', '212404.727000', '212404.729000', '212404.732000', '212404.734000', '212404.737000', '212404.748000', '212404.751000', '212404.753000', '212404.756000', '212404.759000', '212404.761000', '212404.764000', '212404.766000', '212404.769000', '212404.771000', '212404.774000', '212404.776000', '212404.779000', '212424.657000', '212424.660000', '212424.663000', '212424.666000', '212424.668000', '212424.671000', '212424.673000', '212424.676000', '212424.678000', '212424.681000', '212424.684000', '212424.686000', '212424.689000', '212424.691000', '212424.694000', '212424.697000', '212424.699000', '212424.702000', '212424.704000', '212424.707000', '212424.709000', '212424.712000', '212424.715000', '212424.717000', '212424.720000', '212424.722000', '212424.725000', '212424.727000', '212424.730000', '212424.733000', '212424.735000', '212424.738000', '212424.740000', '212424.743000', '212424.746000', '212424.748000', '212424.751000', '212424.753000', '212424.756000', '212424.758000', '212424.761000', '212424.763000', '212424.766000', '212444.657000', '212444.660000', '212444.663000', '212444.665000', '212444.668000', '212444.671000', '212444.673000', '212444.676000', '212444.678000', '212444.681000', '212444.683000', '212444.686000', '212444.689000', '212444.691000', '212444.694000', '212444.697000', '212444.699000', '212444.702000', '212444.704000', '212444.707000', '212444.710000', '212444.712000', '212444.715000', '212444.717000', '212444.720000', '212444.722000', '212444.725000', '212444.727000', '212444.730000', '212444.733000', '212444.735000', '212444.738000', '212444.740000', '212444.743000', '212444.746000', '212444.748000', '212444.751000', '212444.754000', '212444.756000', '212444.759000', '212444.761000', '212444.764000', '212444.766000', '212444.769000', '212447.302000', '212447.305000', '212447.308000', '212447.310000', '212447.313000', '212447.315000'], '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': [15447, 15067, 10089, 14360, 9421, 15279, 10072, 16930, 12856, 14563, 11838, 15365, 12152, 17612, 12457, 10154, 11859, 8950, 13068, 11078, 15714, 9343, 14247, 9229, 13163, 9723, 14826, 12662, 13314, 10991, 12151, 12435, 10865, 15472, 9549, 14585, 11828, 16158, 13054, 18425, 11999, 14486, 10765, 13853, 11529, 17623, 12219, 14159, 11071, 10283, 12333, 10505, 14549, 9473, 13745, 12156, 13901, 12381, 15817, 11601, 8895, 12641, 10897, 15539, 10113, 16234, 12776, 14788, 11855, 16379, 13806, 9560, 14186, 9571, 16281, 13429, 17425, 11937, 10086, 11925, 10543, 15236, 10256, 16251, 12189, 15369, 11534, 15617, 12737, 9694, 14667, 9946, 16482, 12566, 15067, 11330, 13954, 14592, 12886, 16660, 8753, 13968, 9044, 14892, 10974, 16462, 12233, 14484, 10383, 13393, 11561, 13077, 15453, 8804, 13961, 11917, 14118, 11377, 11439, 13879, 9369, 13533, 12006, 14512, 12241, 17170, 12048, 16845, 11419, 17029, 13244, 15536, 11481, 14698, 11126, 15113, 11156, 15268, 11488, 11936, 8767, 14020, 8556, 14616, 9947, 12833, 11133, 13798, 12023, 12167, 11734, 9446, 13096, 10624, 16229, 12252, 16782, 11663, 15332, 11454, 17367, 14524, 11998, 15799, 8701, 14347, 8614, 16488, 10647, 16835, 12032, 14743, 11351, 15570, 11995, 16351, 12396, 14003, 9888, 9345, 11374, 10191, 14969, 9739, 14878, 12455, 15911, 11414, 16275, 12618, 9374, 13043, 9196, 13999, 10350, 16431, 12012, 15799, 12206, 14380, 11768, 16032, 13228, 17659, 11781, 11586, 10236, 11570, 14472, 9467, 14908, 12686, 15432, 11504, 16440, 13606, 10582, 13781, 9807, 13504, 11065, 16069, 9852, 15579, 11071, 13938, 11933, 15658, 13129, 14623, 11477, 8897, 13232, 10173, 15790, 10558, 16500, 12426, 13822, 11472, 13960, 11093, 15827, 13072, 16203, 11694, 12953, 11004, 15129, 13120, 10682, 14207, 9316, 13086, 9992, 14448, 12884, 14961, 11661, 10163, 12922, 10391, 14882, 12364, 15864, 12797, 15204, 11969, 15739, 12904, 15265, 10822, 14031, 10162, 14514, 10127, 16636, 11815, 15115, 11714, 15486, 12661, 17799, 12491, 11689, 10886, 13294, 15214, 11270, 16605, 11057, 14822, 12122, 16718, 13922, 16362, 11389, 13201, 11216, 13446, 15191, 10945, 16272, 10177, 14138, 11618, 17506, 12635, 11830, 13193, 9528, 13896, 9399, 16563, 12985, 15916, 11340, 12846, 12257, 11236, 15197, 10184, 13341, 12153, 14635, 12711, 10119, 15438, 10328, 13261, 11905, 15548, 11937, 10183, 17382, 13549, 9892, 14287, 11920, 16900, 13799, 12356, 15990, 8914, 14240, 9582, 16259, 11249, 16416, 11982, 13349, 11525, 14523, 12647, 15446, 11775, 10493, 12268, 8656, 14005, 12877, 15741, 11944, 12950, 11840, 15808, 15622, 10608, 13984, 10049, 14919, 10453, 17247, 13009, 15778, 11232, 15331, 13187, 11621, 14971, 9347, 13912, 9981, 16294, 13083, 17792, 12039, 14948, 11237, 16749, 14101, 10221, 14120, 8962, 14862, 12856, 17561, 12690, 13665, 10972, 13796, 12999, 12135, 17128, 10802, 15307, 12047, 15997, 13026, 18120, 12334, 11754, 10764, 14771, 13503, 17694, 14455, 9809, 12808, 9357, 13940, 10928, 17014, 11678, 16014, 11965, 12880, 10794, 15377, 14505, 10606, 14980, 9621, 13787, 9343, 16108, 11514, 16930, 12836, 14553, 11353, 16026, 11379, 16710, 12669, 9357, 12894, 9588, 13626, 9659, 16193, 13068, 16179, 12336, 13556, 12231, 15135, 15402, 9978, 14645, 9381, 15084, 10673, 17128, 13676, 15821, 11863, 10337, 12593, 9626, 14354, 10328, 15975, 12772, 15097, 12044, 14838, 12174, 15511, 13789, 9971, 13235, 9710, 15249, 13414, 11270, 13624, 9362, 13798, 12524, 16642, 13828, 16294, 11929, 15726, 12025, 17502, 13918, 16629, 11260, 9918, 10663, 10440, 16091, 10373, 16837, 12922, 13078, 10696, 14662, 13542, 11798, 15083, 9619, 13467, 10452, 16114, 12462, 16944, 9781, 13810, 8673, 14770, 10069, 17413, 12841, 15963, 11251, 8993, 12585, 10360, 16543, 13014, 17034, 12636, 14899, 11836, 16139, 14532, 9780, 13746, 9721, 15421, 12246, 16801, 12928, 14313, 11562, 15098, 14635, 11933, 16428, 9727, 14064, 10712, 16186, 13830, 16605, 11935, 10270, 11805, 13245, 16201, 10346, 15148, 11822, 14698, 12627, 17883, 13120, 9991, 14133, 10505, 17191, 12273, 17017, 11785, 14328, 14416, 12866, 17203, 9537, 14909, 11793, 17218, 13973, 17366, 11741, 12528, 11605, 13469, 16173, 9643, 14300, 8502, 14334, 11782, 17010, 12359, 11899, 12012, 11133, 14289, 11448, 16637, 10155, 14258, 12159, 14140, 12453, 16027, 12646, 9081, 13107, 9234, 15354, 11907, 16747, 12965, 13218, 11655, 11851, 16167, 10173, 16877, 13287, 14900, 12483, 18267, 13131, 11729, 13453, 9614, 13893, 10157, 16384, 13370, 16703, 12310, 14239, 12919, 16817, 15223, 10537, 13746, 9978, 14033, 10249, 16880, 13273, 16284, 12377, 13615, 12764, 10604, 15892, 12018, 14580, 12404, 18320, 13435, 15167, 13809, 9576, 14110, 10481, 16566, 10982, 16845, 11654, 14362, 11995, 15948, 13215, 16394, 12445, 9021, 12993, 10205, 14692, 10364, 16991, 13659, 16266, 12131, 15413, 14019, 9941, 13883, 10265, 14552, 12464, 15741, 12353, 11672, 13770, 11621, 17047, 10897, 15906, 12482, 15933, 12506, 17006, 13386, 16432, 11625, 17057, 12689, 16842, 13208, 8786, 13653, 9852, 16304, 11066, 16961, 13714, 15425, 11750, 16061, 14306, 10798, 15498, 9176, 14219, 10214, 16434, 14022, 15612, 12227, 11647, 13189, 10476, 16007, 10640, 17406, 13481, 15589, 11542, 14039, 12733, 11118, 15741, 9629, 15322, 12495, 16724, 14023, 16358, 12203, 9833, 13971, 11595, 16929, 10352, 16616, 12516, 15411, 11677, 15788, 12603, 14672, 14366, 10012, 13991, 9498, 16115, 12982, 17134, 12905, 9831, 13318, 9357, 15878, 13298, 11257, 13652, 10255, 16644, 12889, 17499, 10399, 14990, 9848, 16085, 11776, 17246, 10691, 16123, 8857, 13212, 8748, 15247, 10066, 16669, 13137, 12405, 10596, 10644, 15976, 11455, 16858, 13001, 15726, 12197, 18356, 13407, 14929, 13919, 9522, 14287, 10023, 17332, 11805, 17650, 13711, 15571, 11190, 15404, 13929, 11505, 16160, 8802, 14304, 10272, 16278, 12428, 17267, 13349, 14912, 11468, 13464, 13821, 10866, 17108, 13093, 13550, 11622, 10844, 16838, 13563, 15796, 12606, 11074, 15279, 12542, 17899, 11608, 15926, 11962, 16424, 12019, 17504, 14799, 9543, 14906, 9065, 15407, 12453, 17684, 13463, 9686, 14186, 8844, 15932, 13246, 17845, 13502, 9834, 13814, 8866], 'WindowCenter': [3816.0, 3802.0, 3767.0, 3776.0, 3743.0, 3774.0, 3752.0, 3772.0, 3763.0, 3772.0, 3762.0, 3771.0, 3761.0, 3772.0, 3761.0, 3751.0, 3751.0, 3739.0, 3762.0, 3750.0, 3772.0, 3740.0, 3761.0, 3740.0, 3761.0, 3741.0, 3772.0, 3763.0, 3773.0, 3752.0, 3762.0, 3763.0, 3753.0, 3774.0, 3753.0, 3772.0, 3762.0, 3772.0, 3763.0, 3783.0, 3763.0, 3771.0, 3751.0, 3761.0, 3751.0, 3772.0, 3752.0, 3772.0, 3751.0, 3749.0, 3762.0, 3751.0, 3774.0, 3753.0, 3773.0, 3763.0, 3773.0, 3764.0, 3774.0, 3764.0, 3741.0, 3764.0, 3753.0, 3774.0, 3752.0, 3773.0, 3762.0, 3772.0, 3763.0, 3773.0, 3773.0, 3752.0, 3763.0, 3741.0, 3773.0, 3763.0, 3784.0, 3763.0, 3751.0, 3764.0, 3752.0, 3774.0, 3751.0, 3773.0, 3762.0, 3772.0, 3762.0, 3772.0, 3762.0, 3741.0, 3773.0, 3752.0, 3773.0, 3764.0, 3773.0, 3752.0, 3762.0, 3773.0, 3761.0, 3773.0, 3730.0, 3760.0, 3729.0, 3760.0, 3750.0, 3772.0, 3751.0, 3760.0, 3740.0, 3759.0, 3751.0, 3761.0, 3772.0, 3740.0, 3761.0, 3761.0, 3772.0, 3762.0, 3763.0, 3776.0, 3755.0, 3775.0, 3775.0, 3775.0, 3765.0, 3786.0, 3764.0, 3773.0, 3752.0, 3773.0, 3762.0, 3771.0, 3751.0, 3759.0, 3749.0, 3760.0, 3750.0, 3759.0, 3751.0, 3750.0, 3729.0, 3759.0, 3729.0, 3761.0, 3752.0, 3761.0, 3752.0, 3761.0, 3764.0, 3762.0, 3763.0, 3741.0, 3763.0, 3751.0, 3774.0, 3763.0, 3773.0, 3753.0, 3772.0, 3752.0, 3771.0, 3762.0, 3750.0, 3761.0, 3729.0, 3760.0, 3728.0, 3760.0, 3738.0, 3760.0, 3750.0, 3758.0, 3750.0, 3771.0, 3749.0, 3759.0, 3749.0, 3760.0, 3739.0, 3739.0, 3749.0, 3740.0, 3773.0, 3741.0, 3771.0, 3762.0, 3771.0, 3764.0, 3773.0, 3763.0, 3742.0, 3762.0, 3741.0, 3764.0, 3753.0, 3774.0, 3763.0, 3773.0, 3752.0, 3760.0, 3752.0, 3773.0, 3763.0, 3773.0, 3752.0, 3750.0, 3740.0, 3751.0, 3774.0, 3743.0, 3774.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3753.0, 3763.0, 3741.0, 3763.0, 3751.0, 3774.0, 3742.0, 3773.0, 3752.0, 3762.0, 3763.0, 3772.0, 3763.0, 3773.0, 3752.0, 3742.0, 3763.0, 3752.0, 3775.0, 3752.0, 3773.0, 3762.0, 3762.0, 3752.0, 3762.0, 3753.0, 3773.0, 3763.0, 3773.0, 3764.0, 3762.0, 3752.0, 3772.0, 3763.0, 3752.0, 3763.0, 3753.0, 3763.0, 3753.0, 3774.0, 3764.0, 3775.0, 3764.0, 3765.0, 3776.0, 3754.0, 3787.0, 3776.0, 3785.0, 3777.0, 3786.0, 3765.0, 3785.0, 3764.0, 3774.0, 3754.0, 3774.0, 3753.0, 3774.0, 3753.0, 3774.0, 3764.0, 3774.0, 3763.0, 3773.0, 3763.0, 3773.0, 3763.0, 3762.0, 3752.0, 3762.0, 3774.0, 3752.0, 3774.0, 3764.0, 3762.0, 3762.0, 3773.0, 3762.0, 3772.0, 3752.0, 3761.0, 3752.0, 3761.0, 3762.0, 3750.0, 3773.0, 3742.0, 3761.0, 3752.0, 3772.0, 3762.0, 3752.0, 3761.0, 3741.0, 3762.0, 3741.0, 3772.0, 3762.0, 3772.0, 3751.0, 3760.0, 3751.0, 3751.0, 3773.0, 3752.0, 3762.0, 3763.0, 3774.0, 3764.0, 3754.0, 3775.0, 3766.0, 3762.0, 3764.0, 3773.0, 3763.0, 3752.0, 3785.0, 3775.0, 3755.0, 3774.0, 3763.0, 3774.0, 3764.0, 3763.0, 3773.0, 3730.0, 3761.0, 3741.0, 3773.0, 3751.0, 3772.0, 3752.0, 3760.0, 3750.0, 3760.0, 3763.0, 3773.0, 3763.0, 3753.0, 3763.0, 3743.0, 3775.0, 3766.0, 3787.0, 3766.0, 3764.0, 3765.0, 3774.0, 3775.0, 3753.0, 3763.0, 3741.0, 3773.0, 3752.0, 3773.0, 3763.0, 3773.0, 3763.0, 3773.0, 3763.0, 3752.0, 3773.0, 3742.0, 3773.0, 3753.0, 3784.0, 3764.0, 3785.0, 3764.0, 3773.0, 3764.0, 3773.0, 3773.0, 3753.0, 3773.0, 3741.0, 3772.0, 3764.0, 3784.0, 3764.0, 3774.0, 3764.0, 3773.0, 3763.0, 3762.0, 3785.0, 3753.0, 3773.0, 3763.0, 3772.0, 3764.0, 3784.0, 3763.0, 3751.0, 3751.0, 3760.0, 3762.0, 3771.0, 3761.0, 3739.0, 3750.0, 3739.0, 3763.0, 3751.0, 3772.0, 3751.0, 3772.0, 3752.0, 3761.0, 3752.0, 3772.0, 3762.0, 3751.0, 3762.0, 3741.0, 3762.0, 3740.0, 3773.0, 3751.0, 3771.0, 3762.0, 3761.0, 3751.0, 3771.0, 3751.0, 3772.0, 3751.0, 3740.0, 3761.0, 3740.0, 3775.0, 3742.0, 3773.0, 3763.0, 3773.0, 3763.0, 3762.0, 3763.0, 3774.0, 3774.0, 3742.0, 3763.0, 3741.0, 3772.0, 3752.0, 3773.0, 3763.0, 3773.0, 3752.0, 3752.0, 3763.0, 3742.0, 3775.0, 3753.0, 3774.0, 3764.0, 3775.0, 3765.0, 3774.0, 3776.0, 3775.0, 3775.0, 3754.0, 3764.0, 3754.0, 3775.0, 3777.0, 3766.0, 3776.0, 3755.0, 3776.0, 3777.0, 3787.0, 3777.0, 3787.0, 3766.0, 3774.0, 3765.0, 3784.0, 3764.0, 3773.0, 3752.0, 3740.0, 3751.0, 3751.0, 3774.0, 3752.0, 3773.0, 3763.0, 3762.0, 3753.0, 3774.0, 3764.0, 3763.0, 3774.0, 3753.0, 3763.0, 3752.0, 3775.0, 3762.0, 3773.0, 3741.0, 3761.0, 3729.0, 3761.0, 3752.0, 3773.0, 3762.0, 3772.0, 3751.0, 3740.0, 3762.0, 3752.0, 3774.0, 3763.0, 3784.0, 3764.0, 3773.0, 3764.0, 3774.0, 3774.0, 3753.0, 3763.0, 3742.0, 3774.0, 3764.0, 3784.0, 3764.0, 3773.0, 3763.0, 3773.0, 3774.0, 3763.0, 3774.0, 3742.0, 3762.0, 3753.0, 3784.0, 3774.0, 3774.0, 3764.0, 3752.0, 3764.0, 3764.0, 3786.0, 3754.0, 3774.0, 3764.0, 3773.0, 3765.0, 3785.0, 3764.0, 3752.0, 3774.0, 3752.0, 3774.0, 3764.0, 3774.0, 3763.0, 3773.0, 3774.0, 3762.0, 3773.0, 3741.0, 3761.0, 3752.0, 3772.0, 3762.0, 3772.0, 3751.0, 3749.0, 3750.0, 3760.0, 3772.0, 3740.0, 3760.0, 3730.0, 3761.0, 3751.0, 3772.0, 3762.0, 3751.0, 3762.0, 3751.0, 3762.0, 3751.0, 3772.0, 3741.0, 3761.0, 3751.0, 3760.0, 3763.0, 3772.0, 3761.0, 3730.0, 3762.0, 3740.0, 3773.0, 3763.0, 3773.0, 3763.0, 3762.0, 3752.0, 3762.0, 3774.0, 3752.0, 3773.0, 3763.0, 3772.0, 3763.0, 3783.0, 3763.0, 3752.0, 3762.0, 3740.0, 3762.0, 3752.0, 3773.0, 3763.0, 3784.0, 3764.0, 3773.0, 3764.0, 3774.0, 3773.0, 3752.0, 3762.0, 3740.0, 3762.0, 3751.0, 3773.0, 3763.0, 3773.0, 3763.0, 3762.0, 3763.0, 3753.0, 3785.0, 3765.0, 3774.0, 3764.0, 3785.0, 3764.0, 3774.0, 3764.0, 3741.0, 3762.0, 3751.0, 3773.0, 3751.0, 3773.0, 3752.0, 3762.0, 3752.0, 3772.0, 3763.0, 3773.0, 3763.0, 3742.0, 3774.0, 3752.0, 3775.0, 3753.0, 3785.0, 3775.0, 3773.0, 3764.0, 3775.0, 3775.0, 3753.0, 3762.0, 3752.0, 3774.0, 3764.0, 3775.0, 3764.0, 3763.0, 3774.0, 3753.0, 3785.0, 3753.0, 3773.0, 3762.0, 3773.0, 3763.0, 3772.0, 3763.0, 3772.0, 3752.0, 3772.0, 3763.0, 3772.0, 3762.0, 3730.0, 3761.0, 3739.0, 3772.0, 3751.0, 3772.0, 3762.0, 3771.0, 3751.0, 3771.0, 3761.0, 3750.0, 3772.0, 3740.0, 3761.0, 3751.0, 3772.0, 3762.0, 3772.0, 3762.0, 3751.0, 3762.0, 3740.0, 3773.0, 3740.0, 3772.0, 3762.0, 3771.0, 3751.0, 3761.0, 3762.0, 3752.0, 3773.0, 3741.0, 3773.0, 3763.0, 3773.0, 3764.0, 3773.0, 3763.0, 3741.0, 3763.0, 3752.0, 3774.0, 3742.0, 3773.0, 3763.0, 3773.0, 3763.0, 3773.0, 3764.0, 3774.0, 3774.0, 3753.0, 3774.0, 3742.0, 3774.0, 3764.0, 3785.0, 3764.0, 3753.0, 3775.0, 3754.0, 3786.0, 3777.0, 3766.0, 3776.0, 3755.0, 3788.0, 3765.0, 3776.0, 3754.0, 3774.0, 3742.0, 3775.0, 3752.0, 3774.0, 3741.0, 3761.0, 3730.0, 3750.0, 3729.0, 3772.0, 3741.0, 3772.0, 3763.0, 3762.0, 3752.0, 3752.0, 3787.0, 3765.0, 3786.0, 3775.0, 3774.0, 3765.0, 3784.0, 3764.0, 3774.0, 3763.0, 3741.0, 3763.0, 3741.0, 3774.0, 3752.0, 3772.0, 3762.0, 3772.0, 3751.0, 3761.0, 3762.0, 3751.0, 3772.0, 3741.0, 3761.0, 3741.0, 3772.0, 3762.0, 3772.0, 3763.0, 3773.0, 3752.0, 3762.0, 3762.0, 3752.0, 3785.0, 3764.0, 3762.0, 3763.0, 3753.0, 3786.0, 3775.0, 3785.0, 3764.0, 3753.0, 3775.0, 3763.0, 3785.0, 3752.0, 3773.0, 3752.0, 3772.0, 3763.0, 3773.0, 3762.0, 3741.0, 3761.0, 3730.0, 3761.0, 3751.0, 3772.0, 3762.0, 3741.0, 3762.0, 3741.0, 3772.0, 3763.0, 3783.0, 3762.0, 3741.0, 3761.0, 3741.0], 'WindowWidth': [8549.0, 8522.0, 8465.0, 8476.0, 8424.0, 8471.0, 8436.0, 8464.0, 8452.0, 8462.0, 8448.0, 8458.0, 8446.0, 8462.0, 8444.0, 8429.0, 8431.0, 8412.0, 8449.0, 8429.0, 8462.0, 8416.0, 8447.0, 8415.0, 8444.0, 8419.0, 8461.0, 8453.0, 8466.0, 8437.0, 8448.0, 8453.0, 8438.0, 8469.0, 8439.0, 8463.0, 8449.0, 8462.0, 8451.0, 8480.0, 8451.0, 8458.0, 8433.0, 8444.0, 8432.0, 8462.0, 8434.0, 8461.0, 8432.0, 8426.0, 8448.0, 8432.0, 8468.0, 8439.0, 8465.0, 8453.0, 8466.0, 8456.0, 8468.0, 8454.0, 8421.0, 8455.0, 8436.0, 8470.0, 8435.0, 8466.0, 8450.0, 8461.0, 8453.0, 8466.0, 8465.0, 8434.0, 8450.0, 8418.0, 8465.0, 8451.0, 8480.0, 8450.0, 8431.0, 8454.0, 8434.0, 8468.0, 8432.0, 8465.0, 8448.0, 8462.0, 8449.0, 8463.0, 8447.0, 8417.0, 8464.0, 8434.0, 8465.0, 8453.0, 8464.0, 8435.0, 8447.0, 8465.0, 8445.0, 8465.0, 8402.0, 8443.0, 8399.0, 8443.0, 8428.0, 8459.0, 8433.0, 8442.0, 8415.0, 8438.0, 8431.0, 8445.0, 8463.0, 8414.0, 8446.0, 8446.0, 8462.0, 8450.0, 8452.0, 8474.0, 8445.0, 8471.0, 8473.0, 8473.0, 8460.0, 8489.0, 8456.0, 8466.0, 8435.0, 8463.0, 8448.0, 8458.0, 8430.0, 8436.0, 8424.0, 8440.0, 8427.0, 8440.0, 8430.0, 8426.0, 8398.0, 8438.0, 8398.0, 8443.0, 8433.0, 8443.0, 8433.0, 8447.0, 8453.0, 8450.0, 8451.0, 8417.0, 8452.0, 8432.0, 8469.0, 8450.0, 8466.0, 8435.0, 8461.0, 8433.0, 8460.0, 8447.0, 8426.0, 8444.0, 8397.0, 8441.0, 8393.0, 8443.0, 8408.0, 8439.0, 8425.0, 8433.0, 8425.0, 8456.0, 8424.0, 8436.0, 8425.0, 8440.0, 8411.0, 8411.0, 8425.0, 8413.0, 8463.0, 8417.0, 8459.0, 8446.0, 8461.0, 8454.0, 8465.0, 8449.0, 8421.0, 8449.0, 8419.0, 8453.0, 8436.0, 8468.0, 8450.0, 8462.0, 8433.0, 8441.0, 8432.0, 8462.0, 8450.0, 8464.0, 8435.0, 8428.0, 8416.0, 8431.0, 8467.0, 8423.0, 8467.0, 8453.0, 8464.0, 8454.0, 8466.0, 8452.0, 8435.0, 8450.0, 8418.0, 8451.0, 8430.0, 8468.0, 8419.0, 8463.0, 8434.0, 8446.0, 8450.0, 8462.0, 8451.0, 8464.0, 8433.0, 8419.0, 8452.0, 8434.0, 8469.0, 8434.0, 8463.0, 8447.0, 8446.0, 8435.0, 8446.0, 8436.0, 8463.0, 8451.0, 8464.0, 8451.0, 8447.0, 8435.0, 8461.0, 8450.0, 8433.0, 8451.0, 8439.0, 8450.0, 8436.0, 8467.0, 8455.0, 8469.0, 8455.0, 8456.0, 8473.0, 8442.0, 8491.0, 8474.0, 8485.0, 8476.0, 8489.0, 8458.0, 8484.0, 8456.0, 8468.0, 8440.0, 8465.0, 8436.0, 8466.0, 8435.0, 8467.0, 8455.0, 8465.0, 8451.0, 8462.0, 8451.0, 8466.0, 8451.0, 8447.0, 8434.0, 8448.0, 8469.0, 8434.0, 8468.0, 8453.0, 8446.0, 8448.0, 8463.0, 8449.0, 8461.0, 8434.0, 8445.0, 8435.0, 8443.0, 8448.0, 8427.0, 8463.0, 8419.0, 8444.0, 8433.0, 8462.0, 8448.0, 8432.0, 8444.0, 8417.0, 8446.0, 8417.0, 8461.0, 8448.0, 8461.0, 8431.0, 8441.0, 8432.0, 8432.0, 8463.0, 8435.0, 8448.0, 8452.0, 8467.0, 8456.0, 8438.0, 8470.0, 8458.0, 8447.0, 8452.0, 8465.0, 8452.0, 8435.0, 8484.0, 8471.0, 8445.0, 8468.0, 8452.0, 8467.0, 8454.0, 8448.0, 8463.0, 8402.0, 8444.0, 8416.0, 8466.0, 8431.0, 8459.0, 8432.0, 8442.0, 8427.0, 8443.0, 8451.0, 8464.0, 8450.0, 8435.0, 8451.0, 8424.0, 8469.0, 8460.0, 8489.0, 8459.0, 8454.0, 8456.0, 8469.0, 8471.0, 8436.0, 8451.0, 8418.0, 8464.0, 8433.0, 8465.0, 8452.0, 8465.0, 8451.0, 8464.0, 8452.0, 8436.0, 8466.0, 8421.0, 8465.0, 8437.0, 8482.0, 8454.0, 8485.0, 8454.0, 8463.0, 8454.0, 8466.0, 8465.0, 8436.0, 8464.0, 8419.0, 8463.0, 8454.0, 8483.0, 8453.0, 8469.0, 8454.0, 8463.0, 8450.0, 8449.0, 8483.0, 8438.0, 8464.0, 8450.0, 8462.0, 8453.0, 8480.0, 8449.0, 8430.0, 8431.0, 8443.0, 8447.0, 8460.0, 8444.0, 8412.0, 8426.0, 8412.0, 8451.0, 8428.0, 8460.0, 8430.0, 8461.0, 8433.0, 8445.0, 8434.0, 8461.0, 8449.0, 8431.0, 8449.0, 8417.0, 8447.0, 8416.0, 8464.0, 8431.0, 8458.0, 8445.0, 8444.0, 8431.0, 8458.0, 8432.0, 8460.0, 8431.0, 8416.0, 8443.0, 8413.0, 8472.0, 8420.0, 8464.0, 8452.0, 8466.0, 8450.0, 8446.0, 8452.0, 8465.0, 8467.0, 8420.0, 8450.0, 8418.0, 8462.0, 8434.0, 8464.0, 8451.0, 8463.0, 8435.0, 8433.0, 8450.0, 8421.0, 8471.0, 8436.0, 8467.0, 8453.0, 8471.0, 8457.0, 8467.0, 8476.0, 8470.0, 8471.0, 8439.0, 8453.0, 8440.0, 8473.0, 8476.0, 8459.0, 8473.0, 8444.0, 8475.0, 8478.0, 8490.0, 8478.0, 8489.0, 8458.0, 8469.0, 8456.0, 8482.0, 8452.0, 8463.0, 8433.0, 8415.0, 8432.0, 8431.0, 8467.0, 8433.0, 8465.0, 8451.0, 8449.0, 8438.0, 8467.0, 8454.0, 8450.0, 8468.0, 8437.0, 8452.0, 8433.0, 8470.0, 8446.0, 8465.0, 8416.0, 8444.0, 8399.0, 8444.0, 8434.0, 8466.0, 8448.0, 8461.0, 8432.0, 8415.0, 8449.0, 8435.0, 8467.0, 8452.0, 8483.0, 8456.0, 8466.0, 8455.0, 8468.0, 8468.0, 8437.0, 8452.0, 8420.0, 8468.0, 8452.0, 8481.0, 8454.0, 8464.0, 8452.0, 8465.0, 8467.0, 8449.0, 8467.0, 8421.0, 8448.0, 8438.0, 8483.0, 8469.0, 8468.0, 8453.0, 8435.0, 8455.0, 8454.0, 8488.0, 8441.0, 8468.0, 8453.0, 8465.0, 8457.0, 8486.0, 8455.0, 8434.0, 8466.0, 8433.0, 8467.0, 8455.0, 8468.0, 8450.0, 8463.0, 8467.0, 8448.0, 8466.0, 8418.0, 8445.0, 8434.0, 8461.0, 8447.0, 8461.0, 8430.0, 8426.0, 8428.0, 8442.0, 8459.0, 8414.0, 8443.0, 8400.0, 8443.0, 8432.0, 8462.0, 8449.0, 8431.0, 8446.0, 8429.0, 8450.0, 8429.0, 8462.0, 8416.0, 8443.0, 8430.0, 8443.0, 8449.0, 8461.0, 8446.0, 8402.0, 8446.0, 8416.0, 8466.0, 8451.0, 8463.0, 8451.0, 8447.0, 8434.0, 8448.0, 8469.0, 8434.0, 8465.0, 8452.0, 8461.0, 8451.0, 8480.0, 8450.0, 8433.0, 8447.0, 8416.0, 8449.0, 8432.0, 8465.0, 8453.0, 8481.0, 8453.0, 8465.0, 8454.0, 8467.0, 8465.0, 8433.0, 8447.0, 8415.0, 8450.0, 8432.0, 8464.0, 8451.0, 8464.0, 8450.0, 8448.0, 8452.0, 8436.0, 8483.0, 8456.0, 8467.0, 8456.0, 8486.0, 8456.0, 8467.0, 8452.0, 8419.0, 8448.0, 8430.0, 8466.0, 8431.0, 8462.0, 8434.0, 8446.0, 8434.0, 8461.0, 8452.0, 8463.0, 8450.0, 8423.0, 8467.0, 8435.0, 8473.0, 8438.0, 8483.0, 8469.0, 8466.0, 8454.0, 8471.0, 8470.0, 8437.0, 8449.0, 8433.0, 8467.0, 8454.0, 8471.0, 8456.0, 8450.0, 8469.0, 8437.0, 8486.0, 8438.0, 8464.0, 8448.0, 8463.0, 8450.0, 8461.0, 8449.0, 8463.0, 8435.0, 8462.0, 8451.0, 8462.0, 8446.0, 8401.0, 8445.0, 8413.0, 8464.0, 8432.0, 8461.0, 8449.0, 8459.0, 8433.0, 8460.0, 8447.0, 8428.0, 8460.0, 8415.0, 8444.0, 8431.0, 8462.0, 8450.0, 8461.0, 8448.0, 8429.0, 8447.0, 8414.0, 8464.0, 8415.0, 8460.0, 8447.0, 8459.0, 8432.0, 8445.0, 8449.0, 8432.0, 8465.0, 8419.0, 8465.0, 8450.0, 8464.0, 8453.0, 8464.0, 8449.0, 8417.0, 8449.0, 8432.0, 8469.0, 8419.0, 8462.0, 8450.0, 8464.0, 8451.0, 8464.0, 8452.0, 8466.0, 8468.0, 8436.0, 8468.0, 8421.0, 8467.0, 8454.0, 8485.0, 8455.0, 8437.0, 8468.0, 8442.0, 8486.0, 8475.0, 8459.0, 8473.0, 8442.0, 8496.0, 8456.0, 8473.0, 8438.0, 8465.0, 8420.0, 8467.0, 8434.0, 8466.0, 8415.0, 8443.0, 8399.0, 8427.0, 8398.0, 8459.0, 8415.0, 8460.0, 8450.0, 8449.0, 8435.0, 8435.0, 8492.0, 8455.0, 8487.0, 8469.0, 8465.0, 8454.0, 8483.0, 8453.0, 8465.0, 8449.0, 8418.0, 8448.0, 8417.0, 8467.0, 8432.0, 8461.0, 8447.0, 8459.0, 8430.0, 8445.0, 8445.0, 8428.0, 8460.0, 8417.0, 8445.0, 8416.0, 8463.0, 8446.0, 8460.0, 8449.0, 8465.0, 8435.0, 8446.0, 8449.0, 8432.0, 8482.0, 8453.0, 8449.0, 8450.0, 8438.0, 8487.0, 8472.0, 8486.0, 8455.0, 8436.0, 8472.0, 8450.0, 8484.0, 8435.0, 8462.0, 8433.0, 8460.0, 8449.0, 8463.0, 8446.0, 8416.0, 8444.0, 8401.0, 8442.0, 8432.0, 8461.0, 8446.0, 8417.0, 8445.0, 8417.0, 8460.0, 8451.0, 8479.0, 8449.0, 8418.0, 8445.0, 8417.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.00016699654775604146</td></tr>
<tr><td colspan=3>aqi</td><td>0.022822930264672033</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98876610328348</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2307133990898635</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851927427995399</td></tr>
<tr><td colspan=3>efc</td><td>0.444</td></tr>
<tr><td colspan=3>fber</td><td>7748.0498</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07527543167980236</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.586911348387782</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.461364123134688</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9203181121923723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.379051809836285</td></tr>
<tr><td colspan=3>gcor</td><td>0.00410088</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020183140411973</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027519509196281433</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7890922653579096</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>36.58</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.7054</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.8692</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308609.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>642.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.4238</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.2886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2987.1817</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.8428</td></tr>
<tr><td colspan=3>tsnr</td><td>43.25098533416167</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>