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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-01_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-01_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-0127/ses-01/func/sub-0127_ses-01_task-social_acq-mb8_run-01_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>f6ed09f40eb35e202c1f28ebbdbd13a6</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>10:44:26.687500</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.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0832372</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4188, -7739, -7253, 205, -167, 115, -65, 124]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>243.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbd88d4b-c9c2-4ab0-9219-cf2e7c4a8350||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.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['104426.687500', '104427.147500', '104427.607500', '104428.067500', '104428.527500', '104428.987500', '104429.447500', '104429.907500', '104430.367500', '104430.827500', '104431.287500', '104431.747500', '104432.207500', '104432.667500', '104433.127500', '104433.587500', '104434.047500', '104434.507500', '104434.967500', '104435.427500', '104435.887500', '104436.347500', '104436.807500', '104437.267500', '104437.727500', '104438.187500', '104438.647500', '104439.107500', '104439.567500', '104440.027500', '104440.487500', '104440.947500', '104441.407500', '104441.867500', '104442.327500', '104442.787500', '104443.247500', '104443.707500', '104444.167500', '104444.627500', '104445.087500', '104445.547500', '104446.007500', '104446.467500', '104446.927500', '104447.387500', '104447.847500', '104448.307500', '104448.767500', '104449.227500', '104449.687500', '104450.147500', '104450.607500', '104451.067500', '104451.527500', '104451.987500', '104452.447500', '104452.907500', '104453.367500', '104453.827500', '104454.287500', '104454.747500', '104455.207500', '104455.667500', '104456.127500', '104456.587500', '104457.047500', '104457.507500', '104457.967500', '104458.427500', '104458.887500', '104459.347500', '104459.807500', '104500.267500', '104500.727500', '104501.187500', '104501.647500', '104502.107500', '104502.567500', '104503.027500', '104503.487500', '104503.947500', '104504.407500', '104504.867500', '104505.327500', '104505.787500', '104506.247500', '104506.707500', '104507.167500', '104507.627500', '104508.087500', '104508.547500', '104509.007500', '104509.467500', '104509.927500', '104510.387500', '104510.847500', '104511.307500', '104511.767500', '104512.227500', '104512.687500', '104513.147500', '104513.607500', '104514.067500', '104514.527500', '104514.987500', '104515.447500', '104515.907500', '104516.367500', '104516.827500', '104517.287500', '104517.747500', '104518.207500', '104518.667500', '104519.127500', '104519.587500', '104520.047500', '104520.507500', '104520.967500', '104521.427500', '104521.887500', '104522.347500', '104522.807500', '104523.267500', '104523.727500', '104524.187500', '104524.647500', '104525.107500', '104525.567500', '104526.027500', '104526.487500', '104526.947500', '104527.407500', '104527.867500', '104528.327500', '104528.787500', '104529.247500', '104529.707500', '104530.167500', '104530.627500', '104531.087500', '104531.547500', '104532.007500', '104532.467500', '104532.927500', '104533.387500', '104533.847500', '104534.307500', '104534.767500', '104535.227500', '104535.687500', '104536.147500', '104536.607500', '104537.067500', '104537.527500', '104537.987500', '104538.447500', '104538.907500', '104539.367500', '104539.827500', '104540.287500', '104540.747500', '104541.207500', '104541.667500', '104542.127500', '104542.587500', '104543.047500', '104543.507500', '104543.967500', '104544.427500', '104544.887500', '104545.347500', '104545.807500', '104546.267500', '104546.727500', '104547.187500', '104547.647500', '104548.107500', '104548.567500', '104549.027500', '104549.487500', '104549.947500', '104550.407500', '104550.867500', '104551.327500', '104551.787500', '104552.247500', '104552.707500', '104553.167500', '104553.627500', '104554.087500', '104554.547500', '104555.007500', '104555.467500', '104555.927500', '104556.387500', '104556.847500', '104557.307500', '104557.767500', '104558.227500', '104558.687500', '104559.147500', '104559.607500', '104600.067500', '104600.527500', '104600.987500', '104601.447500', '104601.907500', '104602.367500', '104602.827500', '104603.287500', '104603.747500', '104604.207500', '104604.667500', '104605.127500', '104605.587500', '104606.047500', '104606.507500', '104606.967500', '104607.427500', '104607.887500', '104608.347500', '104608.807500', '104609.267500', '104609.727500', '104610.187500', '104610.647500', '104611.107500', '104611.567500', '104612.027500', '104612.487500', '104612.947500', '104613.407500', '104613.867500', '104614.327500', '104614.787500', '104615.247500', '104615.707500', '104616.167500', '104616.627500', '104617.087500', '104617.547500', '104618.007500', '104618.467500', '104618.927500', '104619.387500', '104619.847500', '104620.307500', '104620.767500', '104621.227500', '104621.687500', '104622.147500', '104622.607500', '104623.067500', '104623.527500', '104623.987500', '104624.447500', '104624.907500', '104625.367500', '104625.827500', '104626.287500', '104626.747500', '104627.207500', '104627.667500', '104628.127500', '104628.587500', '104629.047500', '104629.507500', '104629.967500', '104630.427500', '104630.887500', '104631.347500', '104631.807500', '104632.267500', '104632.727500', '104633.187500', '104633.647500', '104634.107500', '104634.567500', '104635.027500', '104635.487500', '104635.947500', '104636.407500', '104636.867500', '104637.327500', '104637.787500', '104638.247500', '104638.707500', '104639.167500', '104639.627500', '104640.087500', '104640.547500', '104641.007500', '104641.467500', '104641.927500', '104642.387500', '104642.847500', '104643.307500', '104643.767500', '104644.227500', '104644.687500', '104645.147500', '104645.607500', '104646.067500', '104646.527500', '104646.987500', '104647.447500', '104647.907500', '104648.367500', '104648.827500', '104649.287500', '104649.747500', '104650.207500', '104650.667500', '104651.127500', '104651.587500', '104652.047500', '104652.507500', '104652.967500', '104653.427500', '104653.887500', '104654.347500', '104654.807500', '104655.267500', '104655.727500', '104656.187500', '104656.647500', '104657.107500', '104657.567500', '104658.027500', '104658.487500', '104658.947500', '104659.407500', '104659.867500', '104700.327500', '104700.787500', '104701.247500', '104701.707500', '104702.167500', '104702.627500', '104703.087500', '104703.547500', '104704.007500', '104704.467500', '104704.927500', '104705.387500', '104705.847500', '104706.307500', '104706.767500', '104707.227500', '104707.687500', '104708.147500', '104708.607500', '104709.067500', '104709.527500', '104709.987500', '104710.447500', '104710.907500', '104711.367500', '104711.827500', '104712.287500', '104712.747500', '104713.207500', '104713.667500', '104714.127500', '104714.587500', '104715.047500', '104715.507500', '104715.967500', '104716.427500', '104716.887500', '104717.347500', '104717.807500', '104718.267500', '104718.727500', '104719.187500', '104719.647500', '104720.107500', '104720.567500', '104721.027500', '104721.487500', '104721.947500', '104722.407500', '104722.867500', '104723.327500', '104723.787500', '104724.247500', '104724.707500', '104725.167500', '104725.627500', '104726.087500', '104726.547500', '104727.007500', '104727.467500', '104727.927500', '104728.387500', '104728.847500', '104729.307500', '104729.767500', '104730.227500', '104730.687500', '104731.147500', '104731.607500', '104732.067500', '104732.527500', '104732.987500', '104733.447500', '104733.907500', '104734.367500', '104734.827500', '104735.287500', '104735.747500', '104736.207500', '104736.667500', '104737.127500', '104737.587500', '104738.047500', '104738.507500', '104738.967500', '104739.427500', '104739.887500', '104740.347500', '104740.807500', '104741.267500', '104741.727500', '104742.187500', '104742.647500', '104743.107500', '104743.567500', '104744.027500', '104744.487500', '104744.947500', '104745.407500', '104745.867500', '104746.327500', '104746.787500', '104747.247500', '104747.707500', '104748.167500', '104748.627500', '104749.087500', '104749.547500', '104750.007500', '104750.467500', '104750.927500', '104751.387500', '104751.847500', '104752.307500', '104752.767500', '104753.227500', '104753.687500', '104754.147500', '104754.607500', '104755.067500', '104755.527500', '104755.987500', '104756.447500', '104756.907500', '104757.367500', '104757.827500', '104758.287500', '104758.747500', '104759.207500', '104759.667500', '104800.127500', '104800.587500', '104801.047500', '104801.507500', '104801.967500', '104802.427500', '104802.887500', '104803.347500', '104803.807500', '104804.267500', '104804.727500', '104805.187500', '104805.647500', '104806.107500', '104806.567500', '104807.027500', '104807.487500', '104807.947500', '104808.407500', '104808.867500', '104809.327500', '104809.787500', '104810.247500', '104810.707500', '104811.167500', '104811.627500', '104812.087500', '104812.547500', '104813.007500', '104813.467500', '104813.927500', '104814.387500', '104814.847500', '104815.307500', '104815.767500', '104816.227500', '104816.687500', '104817.147500', '104817.607500', '104818.067500', '104818.527500', '104818.987500', '104819.447500', '104819.907500', '104820.367500', '104820.827500', '104821.287500', '104821.747500', '104822.207500', '104822.667500', '104823.127500', '104823.587500', '104824.047500', '104824.507500', '104824.967500', '104825.427500', '104825.887500', '104826.347500', '104826.807500', '104827.267500', '104827.727500', '104828.187500', '104828.647500', '104829.107500', '104829.567500', '104830.027500', '104830.487500', '104830.947500', '104831.407500', '104831.867500', '104832.327500', '104832.787500', '104833.247500', '104833.707500', '104834.167500', '104834.627500', '104835.087500', '104835.547500', '104836.007500', '104836.467500', '104836.927500', '104837.387500', '104837.847500', '104838.307500', '104838.767500', '104839.227500', '104839.687500', '104840.147500', '104840.607500', '104841.067500', '104841.527500', '104841.987500', '104842.447500', '104842.907500', '104843.367500', '104843.827500', '104844.287500', '104844.747500', '104845.207500', '104845.667500', '104846.127500', '104846.587500', '104847.047500', '104847.507500', '104847.967500', '104848.427500', '104848.887500', '104849.347500', '104849.807500', '104850.267500', '104850.727500', '104851.187500', '104851.647500', '104852.107500', '104852.567500', '104853.027500', '104853.487500', '104853.947500', '104854.407500', '104854.867500', '104855.327500', '104855.787500', '104856.247500', '104856.707500', '104857.167500', '104857.627500', '104858.087500', '104858.547500', '104859.007500', '104859.467500', '104859.927500', '104900.387500', '104900.847500', '104901.307500', '104901.767500', '104902.227500', '104902.687500', '104903.147500', '104903.607500', '104904.067500', '104904.527500', '104904.987500', '104905.447500', '104905.907500', '104906.367500', '104906.827500', '104907.287500', '104907.747500', '104908.207500', '104908.667500', '104909.127500', '104909.587500', '104910.047500', '104910.507500', '104910.967500', '104911.427500', '104911.887500', '104912.347500', '104912.807500', '104913.267500', '104913.727500', '104914.187500', '104914.647500', '104915.107500', '104915.567500', '104916.027500', '104916.487500', '104916.947500', '104917.407500', '104917.867500', '104918.327500', '104918.787500', '104919.247500', '104919.707500', '104920.167500', '104920.627500', '104921.087500', '104921.547500', '104922.007500', '104922.467500', '104922.927500', '104923.387500', '104923.847500', '104924.307500', '104924.767500', '104925.227500', '104925.687500', '104926.147500', '104926.607500', '104927.067500', '104927.527500', '104927.987500', '104928.447500', '104928.907500', '104929.367500', '104929.827500', '104930.287500', '104930.747500', '104931.207500', '104931.667500', '104932.127500', '104932.587500', '104933.047500', '104933.507500', '104933.967500', '104934.427500', '104934.887500', '104935.347500', '104935.807500', '104936.267500', '104936.727500', '104937.187500', '104937.647500', '104938.107500', '104938.567500', '104939.027500', '104939.487500', '104939.947500', '104940.407500', '104940.867500', '104941.327500', '104941.787500', '104942.247500', '104942.707500', '104943.167500', '104943.627500', '104944.087500', '104944.547500', '104945.007500', '104945.467500', '104945.927500', '104946.387500', '104946.847500', '104947.307500', '104947.767500', '104948.227500', '104948.687500', '104949.147500', '104949.607500', '104950.067500', '104950.527500', '104950.987500', '104951.447500', '104951.907500', '104952.367500', '104952.827500', '104953.287500', '104953.747500', '104954.207500', '104954.667500', '104955.127500', '104955.587500', '104956.047500', '104956.507500', '104956.967500', '104957.427500', '104957.887500', '104958.347500', '104958.807500', '104959.267500', '104959.727500', '105000.187500', '105000.647500', '105001.107500', '105001.567500', '105002.027500', '105002.487500', '105002.947500', '105003.407500', '105003.867500', '105004.327500', '105004.787500', '105005.247500', '105005.707500', '105006.167500', '105006.627500', '105007.087500', '105007.547500', '105008.007500', '105008.467500', '105008.927500', '105009.387500', '105009.847500', '105010.307500', '105010.767500', '105011.227500', '105011.687500', '105012.147500', '105012.607500', '105013.067500', '105013.527500', '105013.987500', '105014.447500', '105014.907500', '105015.367500', '105015.827500', '105016.287500', '105016.747500', '105017.207500', '105017.667500', '105018.127500', '105018.587500', '105019.047500', '105019.507500', '105019.967500', '105020.427500', '105020.887500', '105021.347500', '105021.807500', '105022.267500', '105022.727500', '105023.187500', '105023.647500', '105024.107500', '105024.567500', '105025.027500', '105025.487500', '105025.947500', '105026.407500', '105026.867500', '105027.327500', '105027.787500', '105028.247500', '105028.707500', '105029.167500', '105029.627500', '105030.087500', '105030.547500', '105031.007500', '105031.467500', '105031.927500', '105032.387500', '105032.847500', '105033.307500', '105033.767500', '105034.227500', '105034.687500', '105035.147500', '105035.607500', '105036.067500', '105036.527500', '105036.987500', '105037.447500', '105037.907500', '105038.367500', '105038.827500', '105039.287500', '105039.747500', '105040.207500', '105040.667500', '105041.127500', '105041.587500', '105042.047500', '105042.507500', '105042.967500', '105043.427500', '105043.887500', '105044.347500', '105044.807500', '105045.267500', '105045.727500', '105046.187500', '105046.647500', '105047.107500', '105047.567500', '105048.027500', '105048.487500', '105048.947500', '105049.407500', '105049.867500', '105050.327500', '105050.787500', '105051.247500', '105051.707500', '105052.167500', '105052.627500', '105053.087500', '105053.547500', '105054.007500', '105054.467500', '105054.927500', '105055.387500', '105055.847500', '105056.307500', '105056.767500', '105057.227500', '105057.687500', '105058.147500', '105058.607500', '105059.067500', '105059.527500', '105059.987500', '105100.447500', '105100.907500', '105101.367500', '105101.827500', '105102.287500', '105102.747500', '105103.207500', '105103.667500', '105104.127500', '105104.587500', '105105.047500', '105105.507500', '105105.967500', '105106.427500', '105106.887500', '105107.347500'], 'ContentTime': ['104450.970000', '104450.973000', '104450.975000', '104450.978000', '104450.980000', '104450.983000', '104450.985000', '104450.988000', '104451.001000', '104451.004000', '104451.007000', '104451.009000', '104451.012000', '104451.015000', '104451.017000', '104451.020000', '104451.023000', '104451.026000', '104451.028000', '104451.031000', '104451.034000', '104451.041000', '104451.044000', '104451.046000', '104451.049000', '104451.052000', '104451.054000', '104451.057000', '104451.059000', '104451.062000', '104451.064000', '104451.073000', '104451.075000', '104451.078000', '104451.080000', '104451.083000', '104451.086000', '104451.088000', '104451.091000', '104451.093000', '104451.096000', '104451.098000', '104451.101000', '104451.103000', '104451.106000', '104451.108000', '104451.111000', '104451.114000', '104451.116000', '104451.119000', '104451.121000', '104510.944000', '104510.947000', '104510.950000', '104510.952000', '104510.955000', '104510.957000', '104510.960000', '104510.962000', '104510.965000', '104510.968000', '104510.970000', '104510.973000', '104510.975000', '104510.978000', '104510.980000', '104510.983000', '104510.985000', '104510.988000', '104510.990000', '104510.993000', '104510.995000', '104510.998000', '104511.001000', '104511.004000', '104511.006000', '104511.009000', '104511.011000', '104511.021000', '104511.024000', '104511.026000', '104511.029000', '104511.031000', '104511.034000', '104511.036000', '104511.039000', '104511.041000', '104511.044000', '104511.046000', '104511.049000', '104511.051000', '104511.054000', '104511.057000', '104511.059000', '104511.062000', '104530.944000', '104530.947000', '104530.950000', '104530.952000', '104530.955000', '104530.958000', '104530.960000', '104530.963000', '104530.966000', '104530.968000', '104530.971000', '104530.973000', '104530.976000', '104530.978000', '104530.981000', '104530.984000', '104530.986000', '104530.989000', '104530.991000', '104530.994000', '104531.002000', '104531.004000', '104531.007000', '104531.009000', '104531.012000', '104531.015000', '104531.017000', '104531.020000', '104531.022000', '104531.025000', '104531.027000', '104531.030000', '104531.033000', '104531.036000', '104531.039000', '104531.042000', '104531.046000', '104531.048000', '104531.051000', '104531.053000', '104531.056000', '104531.058000', '104531.061000', '104550.944000', '104550.947000', '104550.950000', '104550.952000', '104550.955000', '104550.957000', '104550.960000', '104550.963000', '104550.965000', '104550.968000', '104550.970000', '104550.973000', '104550.975000', '104550.978000', '104550.981000', '104550.983000', '104550.986000', '104550.988000', '104550.991000', '104550.994000', '104550.996000', '104551.000000', '104551.002000', '104551.005000', '104551.008000', '104551.010000', '104551.013000', '104551.016000', '104551.018000', '104551.021000', '104551.023000', '104551.026000', '104551.029000', '104551.031000', '104551.034000', '104551.036000', '104551.039000', '104551.042000', '104551.044000', '104551.047000', '104551.049000', '104551.052000', '104551.055000', '104551.057000', '104610.943000', '104610.946000', '104610.949000', '104610.951000', '104610.954000', '104610.957000', '104610.959000', '104610.962000', '104610.964000', '104610.967000', '104610.970000', '104610.972000', '104610.975000', '104610.978000', '104610.981000', '104610.990000', '104610.992000', '104610.995000', '104610.997000', '104611.001000', '104611.004000', '104611.006000', '104611.009000', '104611.011000', '104611.014000', '104611.017000', '104611.019000', '104611.022000', '104611.024000', '104611.027000', '104611.029000', '104611.032000', '104611.035000', '104611.037000', '104611.040000', '104611.042000', '104611.045000', '104611.047000', '104611.050000', '104611.053000', '104611.056000', '104611.059000', '104611.062000', '104630.944000', '104630.948000', '104630.963000', '104630.965000', '104630.968000', '104630.971000', '104630.973000', '104630.976000', '104630.978000', '104630.981000', '104630.983000', '104630.986000', '104630.988000', '104630.991000', '104630.994000', '104630.996000', '104630.999000', '104631.001000', '104631.004000', '104631.006000', '104631.009000', '104631.012000', '104631.014000', '104631.017000', '104631.019000', '104631.022000', '104631.024000', '104631.027000', '104631.030000', '104631.032000', '104631.035000', '104631.037000', '104631.040000', '104631.043000', '104631.045000', '104631.048000', '104631.050000', '104631.053000', '104631.055000', '104631.058000', '104631.061000', '104631.063000', '104631.066000', '104631.068000', '104650.944000', '104650.947000', '104650.950000', '104650.952000', '104650.955000', '104650.958000', '104650.960000', '104650.963000', '104650.965000', '104650.968000', '104650.970000', '104650.973000', '104650.976000', '104650.978000', '104650.981000', '104650.983000', '104650.986000', '104650.989000', '104650.991000', '104650.994000', '104650.996000', '104651.000000', '104651.002000', '104651.005000', '104651.008000', '104651.010000', '104651.013000', '104651.015000', '104651.018000', '104651.021000', '104651.023000', '104651.026000', '104651.028000', '104651.031000', '104651.033000', '104651.036000', '104651.039000', '104651.041000', '104651.044000', '104651.047000', '104651.049000', '104651.052000', '104651.054000', '104710.944000', '104710.947000', '104710.950000', '104710.952000', '104710.955000', '104710.958000', '104710.960000', '104710.963000', '104710.966000', '104710.968000', '104710.971000', '104710.973000', '104710.976000', '104710.979000', '104710.981000', '104710.984000', '104710.987000', '104710.989000', '104710.992000', '104710.994000', '104710.997000', '104711.001000', '104711.003000', '104711.006000', '104711.008000', '104711.016000', '104711.018000', '104711.021000', '104711.024000', '104711.026000', '104711.029000', '104711.031000', '104711.034000', '104711.037000', '104711.039000', '104711.042000', '104711.045000', '104711.047000', '104711.050000', '104711.052000', '104711.055000', '104711.058000', '104711.060000', '104711.063000', '104730.944000', '104730.947000', '104730.950000', '104730.953000', '104730.955000', '104730.958000', '104730.960000', '104730.963000', '104730.966000', '104730.968000', '104730.971000', '104730.973000', '104730.976000', '104730.979000', '104730.981000', '104730.984000', '104730.986000', '104730.989000', '104730.992000', '104730.994000', '104730.997000', '104731.000000', '104731.003000', '104731.006000', '104731.008000', '104731.011000', '104731.014000', '104731.016000', '104731.019000', '104731.021000', '104731.024000', '104731.027000', '104731.029000', '104731.032000', '104731.035000', '104731.037000', '104731.040000', '104731.043000', '104731.045000', '104731.048000', '104731.057000', '104731.060000', '104731.062000', '104750.944000', '104750.947000', '104750.950000', '104750.952000', '104750.955000', '104750.958000', '104750.960000', '104750.963000', '104750.965000', '104750.968000', '104750.970000', '104750.973000', '104750.976000', '104750.978000', '104750.981000', '104750.984000', '104750.986000', '104750.989000', '104750.991000', '104750.994000', '104750.996000', '104751.000000', '104751.003000', '104751.005000', '104751.008000', '104751.010000', '104751.013000', '104751.016000', '104751.018000', '104751.021000', '104751.023000', '104751.026000', '104751.028000', '104751.031000', '104751.034000', '104751.036000', '104751.043000', '104751.046000', '104751.049000', '104751.051000', '104751.054000', '104751.056000', '104751.059000', '104751.062000', '104810.944000', '104810.947000', '104810.950000', '104810.952000', '104810.955000', '104810.958000', '104810.960000', '104810.963000', '104810.965000', '104810.968000', '104810.970000', '104810.973000', '104810.975000', '104810.978000', '104810.981000', '104810.983000', '104810.986000', '104810.989000', '104810.991000', '104810.994000', '104810.996000', '104811.000000', '104811.002000', '104811.005000', '104811.008000', '104811.010000', '104811.013000', '104811.015000', '104811.018000', '104811.021000', '104811.023000', '104811.026000', '104811.028000', '104811.031000', '104811.034000', '104811.036000', '104811.039000', '104811.042000', '104811.044000', '104811.047000', '104811.049000', '104811.052000', '104811.054000', '104830.944000', '104830.946000', '104830.949000', '104830.952000', '104830.955000', '104830.957000', '104830.960000', '104830.963000', '104830.965000', '104830.968000', '104830.971000', '104830.973000', '104830.976000', '104830.978000', '104830.981000', '104830.984000', '104830.986000', '104830.989000', '104830.992000', '104830.994000', '104830.997000', '104831.000000', '104831.003000', '104831.006000', '104831.008000', '104831.011000', '104831.014000', '104831.016000', '104831.028000', '104831.030000', '104831.033000', '104831.036000', '104831.038000', '104831.041000', '104831.044000', '104831.046000', '104831.049000', '104831.051000', '104831.054000', '104831.057000', '104831.059000', '104831.062000', '104831.065000', '104831.067000', '104850.944000', '104850.947000', '104850.950000', '104850.952000', '104850.955000', '104850.958000', '104850.960000', '104850.963000', '104850.965000', '104850.968000', '104850.971000', '104850.973000', '104850.976000', '104850.978000', '104850.981000', '104850.984000', '104850.986000', '104850.989000', '104850.991000', '104850.994000', '104850.997000', '104850.999000', '104851.002000', '104851.004000', '104851.007000', '104851.010000', '104851.012000', '104851.015000', '104851.017000', '104851.020000', '104851.022000', '104851.025000', '104851.028000', '104851.030000', '104851.033000', '104851.035000', '104851.038000', '104851.041000', '104851.043000', '104851.046000', '104851.049000', '104851.051000', '104851.054000', '104910.945000', '104910.947000', '104910.950000', '104910.953000', '104910.955000', '104910.958000', '104910.961000', '104910.964000', '104910.967000', '104910.970000', '104910.972000', '104910.975000', '104910.977000', '104910.980000', '104910.983000', '104910.985000', '104910.988000', '104910.991000', '104910.993000', '104910.996000', '104910.998000', '104911.001000', '104911.020000', '104911.022000', '104911.025000', '104911.028000', '104911.030000', '104911.033000', '104911.035000', '104911.038000', '104911.041000', '104911.043000', '104911.046000', '104911.049000', '104911.051000', '104911.054000', '104911.056000', '104911.059000', '104911.062000', '104911.064000', '104911.067000', '104911.069000', '104911.072000', '104930.945000', '104930.947000', '104930.950000', '104930.952000', '104930.955000', '104930.958000', '104930.961000', '104930.963000', '104930.966000', '104930.969000', '104930.971000', '104930.974000', '104930.976000', '104930.979000', '104930.982000', '104930.984000', '104930.987000', '104930.990000', '104930.992000', '104930.995000', '104930.997000', '104931.001000', '104931.004000', '104931.006000', '104931.009000', '104931.012000', '104931.014000', '104931.017000', '104931.019000', '104931.022000', '104931.025000', '104931.027000', '104931.030000', '104931.032000', '104931.035000', '104931.038000', '104931.041000', '104931.043000', '104931.046000', '104931.049000', '104931.051000', '104931.054000', '104931.057000', '104931.059000', '104950.944000', '104950.947000', '104950.950000', '104950.952000', '104950.955000', '104950.957000', '104950.960000', '104950.963000', '104950.965000', '104950.968000', '104950.970000', '104950.973000', '104950.976000', '104950.978000', '104950.981000', '104950.983000', '104950.986000', '104950.989000', '104950.992000', '104950.995000', '104950.998000', '104951.001000', '104951.004000', '104951.006000', '104951.018000', '104951.020000', '104951.023000', '104951.025000', '104951.028000', '104951.031000', '104951.033000', '104951.036000', '104951.038000', '104951.041000', '104951.044000', '104951.046000', '104951.049000', '104951.052000', '104951.054000', '104951.057000', '104951.060000', '104951.062000', '104951.065000', '105010.945000', '105010.947000', '105010.950000', '105010.953000', '105010.956000', '105010.958000', '105010.961000', '105010.964000', '105010.966000', '105010.969000', '105010.971000', '105010.974000', '105010.977000', '105010.979000', '105010.982000', '105010.985000', '105010.987000', '105010.990000', '105010.992000', '105010.995000', '105010.998000', '105011.001000', '105011.004000', '105011.006000', '105011.009000', '105011.012000', '105011.014000', '105011.017000', '105011.019000', '105011.022000', '105011.025000', '105011.027000', '105011.030000', '105011.033000', '105011.035000', '105011.038000', '105011.040000', '105011.043000', '105011.045000', '105011.048000', '105011.051000', '105011.053000', '105011.056000', '105011.058000', '105030.944000', '105030.947000', '105030.950000', '105030.953000', '105030.955000', '105030.958000', '105030.960000', '105030.963000', '105030.966000', '105030.968000', '105030.971000', '105030.973000', '105030.976000', '105030.979000', '105030.982000', '105030.985000', '105030.989000', '105030.991000', '105030.994000', '105030.997000', '105031.000000', '105031.003000', '105031.013000', '105031.016000', '105031.019000', '105031.021000', '105031.024000', '105031.026000', '105031.029000', '105031.032000', '105031.034000', '105031.037000', '105031.039000', '105031.051000', '105031.054000', '105031.056000', '105031.059000', '105031.061000', '105031.064000', '105031.067000', '105031.069000', '105031.072000', '105031.074000', '105050.943000', '105050.946000', '105050.949000', '105050.952000', '105050.954000', '105050.957000', '105050.960000', '105050.962000', '105050.965000', '105050.967000', '105050.970000', '105050.973000', '105050.975000', '105050.978000', '105050.980000', '105050.983000', '105050.993000', '105050.996000', '105050.998000', '105051.002000', '105051.005000', '105051.007000', '105051.010000', '105051.013000', '105051.015000', '105051.018000', '105051.020000', '105051.023000', '105051.026000', '105051.028000', '105051.031000', '105051.034000', '105051.036000', '105051.039000', '105051.041000', '105051.044000', '105051.046000', '105051.049000', '105051.052000', '105051.054000', '105051.057000', '105051.059000', '105051.062000', '105051.065000', '105108.222000', '105108.225000', '105108.228000', '105108.231000', '105108.234000', '105108.237000', '105108.240000', '105108.242000', '105108.245000', '105108.248000', '105108.250000', '105108.253000', '105108.256000', '105108.258000', '105108.261000', '105108.264000', '105108.267000', '105108.270000', '105108.273000', '105108.275000', '105108.278000', '105108.283000', '105108.288000', '105108.291000', '105108.294000', '105108.299000', '105108.302000', '105108.305000', '105108.308000', '105108.311000', '105108.314000', '105108.324000', '105108.327000', '105108.330000', '105108.333000', '105108.336000', '105108.339000', '105108.343000'], 'InstanceCreationTime': ['104450.970000', '104450.973000', '104450.975000', '104450.978000', '104450.980000', '104450.983000', '104450.985000', '104450.988000', '104451.001000', '104451.004000', '104451.007000', '104451.009000', '104451.012000', '104451.015000', '104451.017000', '104451.020000', '104451.023000', '104451.026000', '104451.028000', '104451.031000', '104451.034000', '104451.041000', '104451.044000', '104451.046000', '104451.049000', '104451.052000', '104451.054000', '104451.057000', '104451.059000', '104451.062000', '104451.064000', '104451.073000', '104451.075000', '104451.078000', '104451.080000', '104451.083000', '104451.086000', '104451.088000', '104451.091000', '104451.093000', '104451.096000', '104451.098000', '104451.101000', '104451.103000', '104451.106000', '104451.108000', '104451.111000', '104451.114000', '104451.116000', '104451.119000', '104451.121000', '104510.944000', '104510.947000', '104510.950000', '104510.952000', '104510.955000', '104510.957000', '104510.960000', '104510.962000', '104510.965000', '104510.968000', '104510.970000', '104510.973000', '104510.975000', '104510.978000', '104510.980000', '104510.983000', '104510.985000', '104510.988000', '104510.990000', '104510.993000', '104510.995000', '104510.998000', '104511.001000', '104511.004000', '104511.006000', '104511.009000', '104511.011000', '104511.021000', '104511.024000', '104511.026000', '104511.029000', '104511.031000', '104511.034000', '104511.036000', '104511.039000', '104511.041000', '104511.044000', '104511.046000', '104511.049000', '104511.051000', '104511.054000', '104511.057000', '104511.059000', '104511.062000', '104530.944000', '104530.947000', '104530.950000', '104530.952000', '104530.955000', '104530.958000', '104530.960000', '104530.963000', '104530.966000', '104530.968000', '104530.971000', '104530.973000', '104530.976000', '104530.978000', '104530.981000', '104530.984000', '104530.986000', '104530.989000', '104530.991000', '104530.994000', '104531.002000', '104531.004000', '104531.007000', '104531.009000', '104531.012000', '104531.015000', '104531.017000', '104531.020000', '104531.022000', '104531.025000', '104531.027000', '104531.030000', '104531.033000', '104531.036000', '104531.039000', '104531.042000', '104531.046000', '104531.048000', '104531.051000', '104531.053000', '104531.056000', '104531.058000', '104531.061000', '104550.944000', '104550.947000', '104550.950000', '104550.952000', '104550.955000', '104550.957000', '104550.960000', '104550.963000', '104550.965000', '104550.968000', '104550.970000', '104550.973000', '104550.975000', '104550.978000', '104550.981000', '104550.983000', '104550.986000', '104550.988000', '104550.991000', '104550.994000', '104550.996000', '104551.000000', '104551.002000', '104551.005000', '104551.008000', '104551.010000', '104551.013000', '104551.016000', '104551.018000', '104551.021000', '104551.023000', '104551.026000', '104551.029000', '104551.031000', '104551.034000', '104551.036000', '104551.039000', '104551.042000', '104551.044000', '104551.047000', '104551.049000', '104551.052000', '104551.055000', '104551.057000', '104610.943000', '104610.946000', '104610.949000', '104610.951000', '104610.954000', '104610.957000', '104610.959000', '104610.962000', '104610.964000', '104610.967000', '104610.970000', '104610.972000', '104610.975000', '104610.978000', '104610.981000', '104610.990000', '104610.992000', '104610.995000', '104610.997000', '104611.001000', '104611.004000', '104611.006000', '104611.009000', '104611.011000', '104611.014000', '104611.017000', '104611.019000', '104611.022000', '104611.024000', '104611.027000', '104611.029000', '104611.032000', '104611.035000', '104611.037000', '104611.040000', '104611.042000', '104611.045000', '104611.047000', '104611.050000', '104611.053000', '104611.056000', '104611.059000', '104611.062000', '104630.944000', '104630.948000', '104630.963000', '104630.965000', '104630.968000', '104630.971000', '104630.973000', '104630.976000', '104630.978000', '104630.981000', '104630.983000', '104630.986000', '104630.988000', '104630.991000', '104630.994000', '104630.996000', '104630.999000', '104631.001000', '104631.004000', '104631.006000', '104631.009000', '104631.012000', '104631.014000', '104631.017000', '104631.019000', '104631.022000', '104631.024000', '104631.027000', '104631.030000', '104631.032000', '104631.035000', '104631.037000', '104631.040000', '104631.043000', '104631.045000', '104631.048000', '104631.050000', '104631.053000', '104631.055000', '104631.058000', '104631.061000', '104631.063000', '104631.066000', '104631.068000', '104650.944000', '104650.947000', '104650.950000', '104650.952000', '104650.955000', '104650.958000', '104650.960000', '104650.963000', '104650.965000', '104650.968000', '104650.970000', '104650.973000', '104650.976000', '104650.978000', '104650.981000', '104650.983000', '104650.986000', '104650.989000', '104650.991000', '104650.994000', '104650.996000', '104651.000000', '104651.002000', '104651.005000', '104651.008000', '104651.010000', '104651.013000', '104651.015000', '104651.018000', '104651.021000', '104651.023000', '104651.026000', '104651.028000', '104651.031000', '104651.033000', '104651.036000', '104651.039000', '104651.041000', '104651.044000', '104651.047000', '104651.049000', '104651.052000', '104651.054000', '104710.944000', '104710.947000', '104710.950000', '104710.952000', '104710.955000', '104710.958000', '104710.960000', '104710.963000', '104710.966000', '104710.968000', '104710.971000', '104710.973000', '104710.976000', '104710.979000', '104710.981000', '104710.984000', '104710.987000', '104710.989000', '104710.992000', '104710.994000', '104710.997000', '104711.001000', '104711.003000', '104711.006000', '104711.008000', '104711.016000', '104711.018000', '104711.021000', '104711.024000', '104711.026000', '104711.029000', '104711.031000', '104711.034000', '104711.037000', '104711.039000', '104711.042000', '104711.045000', '104711.047000', '104711.050000', '104711.052000', '104711.055000', '104711.058000', '104711.060000', '104711.063000', '104730.944000', '104730.947000', '104730.950000', '104730.953000', '104730.955000', '104730.958000', '104730.960000', '104730.963000', '104730.966000', '104730.968000', '104730.971000', '104730.973000', '104730.976000', '104730.979000', '104730.981000', '104730.984000', '104730.986000', '104730.989000', '104730.992000', '104730.994000', '104730.997000', '104731.000000', '104731.003000', '104731.006000', '104731.008000', '104731.011000', '104731.014000', '104731.016000', '104731.019000', '104731.021000', '104731.024000', '104731.027000', '104731.029000', '104731.032000', '104731.035000', '104731.037000', '104731.040000', '104731.043000', '104731.045000', '104731.048000', '104731.057000', '104731.060000', '104731.062000', '104750.944000', '104750.947000', '104750.950000', '104750.952000', '104750.955000', '104750.958000', '104750.960000', '104750.963000', '104750.965000', '104750.968000', '104750.970000', '104750.973000', '104750.976000', '104750.978000', '104750.981000', '104750.984000', '104750.986000', '104750.989000', '104750.991000', '104750.994000', '104750.996000', '104751.000000', '104751.003000', '104751.005000', '104751.008000', '104751.010000', '104751.013000', '104751.016000', '104751.018000', '104751.021000', '104751.023000', '104751.026000', '104751.028000', '104751.031000', '104751.034000', '104751.036000', '104751.043000', '104751.046000', '104751.049000', '104751.051000', '104751.054000', '104751.056000', '104751.059000', '104751.062000', '104810.944000', '104810.947000', '104810.950000', '104810.952000', '104810.955000', '104810.958000', '104810.960000', '104810.963000', '104810.965000', '104810.968000', '104810.970000', '104810.973000', '104810.975000', '104810.978000', '104810.981000', '104810.983000', '104810.986000', '104810.989000', '104810.991000', '104810.994000', '104810.996000', '104811.000000', '104811.002000', '104811.005000', '104811.008000', '104811.010000', '104811.013000', '104811.015000', '104811.018000', '104811.021000', '104811.023000', '104811.026000', '104811.028000', '104811.031000', '104811.034000', '104811.036000', '104811.039000', '104811.042000', '104811.044000', '104811.047000', '104811.049000', '104811.052000', '104811.054000', '104830.944000', '104830.946000', '104830.949000', '104830.952000', '104830.955000', '104830.957000', '104830.960000', '104830.963000', '104830.965000', '104830.968000', '104830.971000', '104830.973000', '104830.976000', '104830.978000', '104830.981000', '104830.984000', '104830.986000', '104830.989000', '104830.992000', '104830.994000', '104830.997000', '104831.000000', '104831.003000', '104831.006000', '104831.008000', '104831.011000', '104831.014000', '104831.016000', '104831.028000', '104831.030000', '104831.033000', '104831.036000', '104831.038000', '104831.041000', '104831.044000', '104831.046000', '104831.049000', '104831.051000', '104831.054000', '104831.057000', '104831.059000', '104831.062000', '104831.065000', '104831.067000', '104850.944000', '104850.947000', '104850.950000', '104850.952000', '104850.955000', '104850.958000', '104850.960000', '104850.963000', '104850.965000', '104850.968000', '104850.971000', '104850.973000', '104850.976000', '104850.978000', '104850.981000', '104850.984000', '104850.986000', '104850.989000', '104850.991000', '104850.994000', '104850.997000', '104850.999000', '104851.002000', '104851.004000', '104851.007000', '104851.010000', '104851.012000', '104851.015000', '104851.017000', '104851.020000', '104851.022000', '104851.025000', '104851.028000', '104851.030000', '104851.033000', '104851.035000', '104851.038000', '104851.041000', '104851.043000', '104851.046000', '104851.049000', '104851.051000', '104851.054000', '104910.945000', '104910.947000', '104910.950000', '104910.953000', '104910.955000', '104910.958000', '104910.961000', '104910.964000', '104910.967000', '104910.970000', '104910.972000', '104910.975000', '104910.977000', '104910.980000', '104910.983000', '104910.985000', '104910.988000', '104910.991000', '104910.993000', '104910.996000', '104910.998000', '104911.001000', '104911.020000', '104911.022000', '104911.025000', '104911.028000', '104911.030000', '104911.033000', '104911.035000', '104911.038000', '104911.041000', '104911.043000', '104911.046000', '104911.049000', '104911.051000', '104911.054000', '104911.056000', '104911.059000', '104911.062000', '104911.064000', '104911.067000', '104911.069000', '104911.072000', '104930.945000', '104930.947000', '104930.950000', '104930.952000', '104930.955000', '104930.958000', '104930.961000', '104930.963000', '104930.966000', '104930.969000', '104930.971000', '104930.974000', '104930.976000', '104930.979000', '104930.982000', '104930.984000', '104930.987000', '104930.990000', '104930.992000', '104930.995000', '104930.997000', '104931.001000', '104931.004000', '104931.006000', '104931.009000', '104931.012000', '104931.014000', '104931.017000', '104931.019000', '104931.022000', '104931.025000', '104931.027000', '104931.030000', '104931.032000', '104931.035000', '104931.038000', '104931.041000', '104931.043000', '104931.046000', '104931.049000', '104931.051000', '104931.054000', '104931.057000', '104931.059000', '104950.944000', '104950.947000', '104950.950000', '104950.952000', '104950.955000', '104950.957000', '104950.960000', '104950.963000', '104950.965000', '104950.968000', '104950.970000', '104950.973000', '104950.976000', '104950.978000', '104950.981000', '104950.983000', '104950.986000', '104950.989000', '104950.992000', '104950.995000', '104950.998000', '104951.001000', '104951.004000', '104951.006000', '104951.018000', '104951.020000', '104951.023000', '104951.025000', '104951.028000', '104951.031000', '104951.033000', '104951.036000', '104951.038000', '104951.041000', '104951.044000', '104951.046000', '104951.049000', '104951.052000', '104951.054000', '104951.057000', '104951.060000', '104951.062000', '104951.065000', '105010.945000', '105010.947000', '105010.950000', '105010.953000', '105010.956000', '105010.958000', '105010.961000', '105010.964000', '105010.966000', '105010.969000', '105010.971000', '105010.974000', '105010.977000', '105010.979000', '105010.982000', '105010.985000', '105010.987000', '105010.990000', '105010.992000', '105010.995000', '105010.998000', '105011.001000', '105011.004000', '105011.006000', '105011.009000', '105011.012000', '105011.014000', '105011.017000', '105011.019000', '105011.022000', '105011.025000', '105011.027000', '105011.030000', '105011.033000', '105011.035000', '105011.038000', '105011.040000', '105011.043000', '105011.045000', '105011.048000', '105011.051000', '105011.053000', '105011.056000', '105011.058000', '105030.944000', '105030.947000', '105030.950000', '105030.953000', '105030.955000', '105030.958000', '105030.960000', '105030.963000', '105030.966000', '105030.968000', '105030.971000', '105030.973000', '105030.976000', '105030.979000', '105030.982000', '105030.985000', '105030.989000', '105030.991000', '105030.994000', '105030.997000', '105031.000000', '105031.003000', '105031.013000', '105031.016000', '105031.019000', '105031.021000', '105031.024000', '105031.026000', '105031.029000', '105031.032000', '105031.034000', '105031.037000', '105031.039000', '105031.051000', '105031.054000', '105031.056000', '105031.059000', '105031.061000', '105031.064000', '105031.067000', '105031.069000', '105031.072000', '105031.074000', '105050.943000', '105050.946000', '105050.949000', '105050.952000', '105050.954000', '105050.957000', '105050.960000', '105050.962000', '105050.965000', '105050.967000', '105050.970000', '105050.973000', '105050.975000', '105050.978000', '105050.980000', '105050.983000', '105050.993000', '105050.996000', '105050.998000', '105051.002000', '105051.005000', '105051.007000', '105051.010000', '105051.013000', '105051.015000', '105051.018000', '105051.020000', '105051.023000', '105051.026000', '105051.028000', '105051.031000', '105051.034000', '105051.036000', '105051.039000', '105051.041000', '105051.044000', '105051.046000', '105051.049000', '105051.052000', '105051.054000', '105051.057000', '105051.059000', '105051.062000', '105051.065000', '105108.222000', '105108.225000', '105108.228000', '105108.231000', '105108.234000', '105108.237000', '105108.240000', '105108.242000', '105108.245000', '105108.248000', '105108.250000', '105108.253000', '105108.256000', '105108.258000', '105108.261000', '105108.264000', '105108.267000', '105108.270000', '105108.273000', '105108.275000', '105108.278000', '105108.283000', '105108.288000', '105108.291000', '105108.294000', '105108.299000', '105108.302000', '105108.305000', '105108.308000', '105108.311000', '105108.314000', '105108.324000', '105108.327000', '105108.330000', '105108.333000', '105108.336000', '105108.339000', '105108.343000'], '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': [16129, 17462, 11221, 15642, 9303, 13003, 15371, 10347, 14823, 8124, 13431, 12762, 11477, 14398, 10080, 13123, 9840, 11567, 14973, 8782, 12997, 15638, 9319, 13871, 12096, 10508, 15369, 9355, 13707, 7386, 13121, 13550, 10200, 14808, 9293, 11203, 11207, 14803, 8648, 14022, 8350, 13431, 8104, 13535, 8675, 12962, 8529, 12751, 14511, 13190, 18037, 12533, 17426, 10455, 13169, 17768, 11640, 15838, 11979, 12730, 9586, 12309, 10126, 12151, 11629, 13359, 17679, 10831, 14861, 15173, 11384, 14791, 10502, 8082, 13242, 15158, 9501, 8222, 12731, 15745, 8450, 13572, 15387, 9490, 13336, 9022, 12336, 8957, 13978, 8916, 14082, 12313, 15743, 13498, 14427, 10330, 13653, 13307, 12548, 18233, 11647, 18191, 11798, 16481, 10680, 13368, 10358, 12773, 9242, 12462, 18627, 10171, 13434, 9935, 13711, 7761, 12835, 10509, 14485, 8509, 14312, 10113, 15126, 8136, 13930, 11184, 14442, 7748, 14024, 11983, 12820, 16113, 9869, 13048, 8241, 13514, 8429, 13198, 11081, 13068, 12352, 12043, 8413, 13270, 16387, 9921, 13777, 18361, 9964, 13586, 7941, 12719, 11559, 12825, 9648, 14481, 16668, 9974, 14240, 9540, 14189, 9207, 13724, 8171, 13472, 18209, 10726, 14996, 12558, 13635, 8729, 13083, 16078, 14114, 13130, 19208, 12017, 13271, 8467, 13522, 16027, 9618, 13555, 15932, 8966, 13868, 7710, 13355, 7767, 13615, 8692, 13473, 9538, 14437, 16238, 9433, 13811, 15280, 10152, 13565, 16933, 8638, 13958, 15082, 9049, 14128, 8442, 12909, 11791, 11534, 13312, 10829, 15327, 10699, 9110, 12925, 15528, 17377, 11541, 14874, 18553, 12356, 14225, 16628, 9761, 15297, 13149, 10480, 15453, 9295, 13568, 7899, 13087, 10076, 14783, 9248, 12586, 11308, 6963, 12289, 7364, 13524, 12517, 12898, 15857, 10421, 14800, 12651, 13307, 12297, 16255, 14981, 12803, 16919, 15577, 11912, 16448, 10196, 13936, 9264, 13603, 10135, 14096, 10785, 13662, 9597, 13491, 9368, 13439, 8585, 13105, 8485, 12880, 14860, 10935, 16415, 10528, 13356, 9847, 12531, 18324, 8900, 13423, 8990, 11848, 8131, 12734, 8080, 13648, 10493, 14424, 8836, 12082, 9647, 14173, 16795, 9217, 13781, 16465, 9580, 13595, 7414, 12501, 12219, 10504, 14079, 10505, 9199, 13459, 8826, 13830, 10127, 7687, 11858, 10859, 13287, 15365, 12197, 13127, 15126, 13023, 12833, 16339, 12898, 13151, 16389, 15880, 14230, 9265, 13054, 9271, 13183, 11215, 18219, 11945, 10577, 12044, 18092, 12527, 8466, 12405, 18716, 13291, 8835, 12687, 15965, 13402, 12300, 15618, 10446, 13050, 10231, 6808, 12384, 8651, 13611, 13030, 11144, 15578, 10322, 8556, 13870, 8457, 14471, 10405, 14888, 8543, 13816, 9283, 13631, 11775, 13989, 11450, 13154, 11038, 14005, 13602, 11755, 10027, 13910, 16266, 11039, 14900, 11600, 13749, 11774, 13274, 10918, 14521, 10290, 13563, 9727, 12534, 10331, 13641, 7614, 12940, 9875, 14404, 9000, 13373, 11745, 10831, 11127, 14379, 7898, 13557, 12490, 11303, 10883, 13278, 8999, 14136, 15863, 10933, 15325, 16113, 13613, 12431, 15597, 18109, 14064, 16844, 15996, 11140, 15694, 12026, 11729, 15016, 9705, 12715, 8675, 11356, 8658, 13438, 9773, 13925, 8613, 13832, 10969, 13929, 8096, 13244, 7257, 12832, 13556, 11348, 14535, 11534, 10365, 11226, 13810, 9519, 13401, 7732, 13663, 15441, 8891, 13231, 15283, 9617, 14077, 8231, 11711, 8457, 13464, 8949, 11823, 9174, 14153, 15827, 9833, 13356, 14383, 10398, 14253, 9425, 14685, 10382, 14043, 9802, 13557, 9900, 13270, 9312, 12838, 9142, 11998, 12008, 14118, 10511, 8373, 12761, 15958, 12202, 8801, 14023, 11127, 8569, 12565, 9564, 13371, 14503, 10581, 14616, 9781, 14158, 9173, 13853, 10968, 14493, 17257, 13310, 16506, 15139, 12362, 16223, 12802, 13037, 15797, 11423, 13852, 9452, 12966, 8303, 11237, 14626, 10360, 8460, 12998, 10953, 11980, 8586, 13947, 15433, 9991, 12741, 15994, 9631, 13263, 8383, 12838, 7908, 13175, 9838, 12078, 13413, 10501, 12133, 9777, 14727, 9954, 13607, 10111, 13210, 11096, 9094, 10654, 13944, 8052, 13126, 11718, 10627, 12874, 13197, 11475, 14171, 7722, 13791, 11674, 14312, 11225, 14089, 11064, 17111, 11559, 16200, 13036, 16554, 12464, 17022, 15140, 16095, 11945, 17250, 9739, 13225, 12737, 11437, 10364, 11956, 9460, 11659, 8656, 13407, 15274, 8199, 12503, 15843, 9999, 13512, 8565, 11445, 10025, 14326, 8451, 13277, 8682, 13849, 9109, 13966, 12197, 13330, 8659, 13434, 8341, 13455, 10049, 12059, 14647, 11270, 8840, 13038, 15668, 11362, 12904, 15939, 11893, 12514, 11792, 11534, 11113, 7640, 12589, 8266, 13235, 15440, 11250, 14192, 11552, 14042, 13208, 8336, 12827, 15751, 14555, 14316, 10572, 14315, 9982, 12863, 16867, 14974, 12767, 19534, 9952, 12766, 10316, 9755, 11702, 14344, 8807, 13276, 8205, 13820, 8385, 13646, 11262, 13822, 8081, 13518, 9179, 13934, 15228, 10139, 13601, 13313, 11051, 14756, 9973, 13809, 8717, 11628, 14908, 10472, 13615, 8662, 13471, 8973, 11774, 14677, 10214, 13448, 8312, 12388, 10271, 10894, 14424, 10146, 13705, 9845, 13878, 9940, 13764, 9789, 13298, 9487, 13573, 8924, 13124, 8801, 12929, 8047, 13085, 13736, 10734, 13643, 17212, 10488, 14535, 13237, 10634, 12887, 13108, 11328, 7074, 10805, 7010, 13637, 8306, 14624, 11422, 10364, 12887, 8441, 14212, 10083, 13681, 12625, 14340, 15184, 14835, 16466, 15475, 16372, 15051, 17261, 16263, 17814, 14990, 18688, 12957, 19378, 12586, 12697, 15975, 9899, 11583, 11168, 10719, 13838, 10408, 13610, 10192, 13003, 11435, 10260, 12513, 8801, 13283, 14947, 8359, 14120, 8252, 14082, 8549, 14584, 10325, 14981, 10623, 14564, 10055, 14256, 8446, 13825, 10265, 14224, 8481, 13344, 9557, 14670, 12875, 11283, 10597, 13556, 11724, 12048, 12445, 6873, 12089, 9990, 13046, 14715, 10161, 15160, 10999, 14721, 10737, 14677, 11285, 13005, 15658, 16680, 12488, 17594, 11620, 14591, 17838, 12210, 14778, 13640, 12587, 18380, 12272, 13542, 7777, 12958, 9581, 13170, 10052, 13990, 10102, 8828, 11663, 7471, 12222, 9549, 13096, 10882, 13153, 13383, 15612, 15943, 12966, 10832, 13085, 17010, 11429, 15774, 12731, 12624, 15801, 8964, 13416, 19001, 11773, 7579, 12097, 8234, 12765, 11954, 13272, 13294, 12743, 8691, 13710, 16479, 11745, 9502, 12946, 15388, 8974], 'WindowCenter': [4338.0, 4323.0, 4276.0, 4294.0, 4252.0, 4282.0, 4277.0, 4251.0, 4278.0, 4229.0, 4279.0, 4270.0, 4269.0, 4278.0, 4248.0, 4271.0, 4249.0, 4261.0, 4280.0, 4227.0, 4267.0, 4278.0, 4239.0, 4280.0, 4258.0, 4261.0, 4288.0, 4252.0, 4279.0, 4234.0, 4295.0, 4291.0, 4273.0, 4293.0, 4268.0, 4285.0, 4287.0, 4306.0, 4266.0, 4310.0, 4257.0, 4308.0, 4258.0, 4309.0, 4268.0, 4309.0, 4267.0, 4313.0, 4312.0, 4302.0, 4330.0, 4296.0, 4304.0, 4278.0, 4286.0, 4307.0, 4272.0, 4291.0, 4269.0, 4280.0, 4254.0, 4270.0, 4261.0, 4284.0, 4284.0, 4298.0, 4301.0, 4276.0, 4293.0, 4290.0, 4274.0, 4293.0, 4272.0, 4252.0, 4294.0, 4301.0, 4276.0, 4251.0, 4300.0, 4305.0, 4240.0, 4296.0, 4292.0, 4265.0, 4283.0, 4236.0, 4282.0, 4265.0, 4295.0, 4267.0, 4303.0, 4299.0, 4322.0, 4296.0, 4296.0, 4260.0, 4285.0, 4293.0, 4281.0, 4299.0, 4268.0, 4298.0, 4270.0, 4287.0, 4249.0, 4266.0, 4246.0, 4266.0, 4234.0, 4269.0, 4290.0, 4247.0, 4264.0, 4250.0, 4275.0, 4215.0, 4266.0, 4263.0, 4293.0, 4237.0, 4289.0, 4270.0, 4289.0, 4240.0, 4290.0, 4283.0, 4305.0, 4240.0, 4305.0, 4283.0, 4298.0, 4315.0, 4272.0, 4280.0, 4250.0, 4291.0, 4250.0, 4292.0, 4282.0, 4306.0, 4296.0, 4297.0, 4267.0, 4308.0, 4315.0, 4273.0, 4306.0, 4315.0, 4275.0, 4293.0, 4243.0, 4281.0, 4281.0, 4296.0, 4275.0, 4311.0, 4315.0, 4273.0, 4294.0, 4262.0, 4293.0, 4266.0, 4295.0, 4241.0, 4296.0, 4300.0, 4272.0, 4289.0, 4282.0, 4279.0, 4240.0, 4284.0, 4293.0, 4266.0, 4271.0, 4288.0, 4254.0, 4264.0, 4241.0, 4280.0, 4275.0, 4247.0, 4281.0, 4290.0, 4235.0, 4278.0, 4225.0, 4277.0, 4239.0, 4294.0, 4262.0, 4303.0, 4276.0, 4320.0, 4305.0, 4263.0, 4294.0, 4292.0, 4260.0, 4293.0, 4292.0, 4239.0, 4292.0, 4292.0, 4250.0, 4294.0, 4249.0, 4292.0, 4285.0, 4299.0, 4307.0, 4289.0, 4319.0, 4288.0, 4268.0, 4308.0, 4322.0, 4305.0, 4272.0, 4293.0, 4300.0, 4267.0, 4281.0, 4288.0, 4245.0, 4276.0, 4268.0, 4245.0, 4276.0, 4249.0, 4284.0, 4245.0, 4295.0, 4290.0, 4320.0, 4276.0, 4310.0, 4299.0, 4258.0, 4311.0, 4257.0, 4324.0, 4310.0, 4312.0, 4318.0, 4287.0, 4305.0, 4296.0, 4298.0, 4301.0, 4310.0, 4290.0, 4272.0, 4294.0, 4278.0, 4261.0, 4278.0, 4245.0, 4264.0, 4238.0, 4278.0, 4261.0, 4278.0, 4274.0, 4278.0, 4252.0, 4279.0, 4252.0, 4283.0, 4239.0, 4283.0, 4237.0, 4272.0, 4277.0, 4260.0, 4289.0, 4262.0, 4269.0, 4250.0, 4274.0, 4289.0, 4240.0, 4271.0, 4240.0, 4262.0, 4234.0, 4275.0, 4236.0, 4298.0, 4290.0, 4305.0, 4262.0, 4285.0, 4265.0, 4296.0, 4302.0, 4265.0, 4296.0, 4315.0, 4265.0, 4283.0, 4228.0, 4283.0, 4279.0, 4272.0, 4308.0, 4291.0, 4278.0, 4319.0, 4281.0, 4321.0, 4304.0, 4271.0, 4316.0, 4303.0, 4323.0, 4336.0, 4301.0, 4298.0, 4311.0, 4286.0, 4286.0, 4296.0, 4268.0, 4282.0, 4282.0, 4279.0, 4267.0, 4223.0, 4252.0, 4227.0, 4255.0, 4248.0, 4277.0, 4246.0, 4236.0, 4246.0, 4277.0, 4244.0, 4203.0, 4245.0, 4261.0, 4239.0, 4210.0, 4252.0, 4263.0, 4250.0, 4240.0, 4261.0, 4228.0, 4238.0, 4217.0, 4188.0, 4254.0, 4237.0, 4274.0, 4265.0, 4246.0, 4275.0, 4247.0, 4251.0, 4291.0, 4238.0, 4292.0, 4274.0, 4294.0, 4252.0, 4293.0, 4254.0, 4291.0, 4287.0, 4297.0, 4272.0, 4277.0, 4263.0, 4285.0, 4281.0, 4270.0, 4250.0, 4282.0, 4279.0, 4248.0, 4279.0, 4261.0, 4280.0, 4270.0, 4276.0, 4269.0, 4293.0, 4259.0, 4280.0, 4252.0, 4277.0, 4264.0, 4294.0, 4232.0, 4281.0, 4272.0, 4307.0, 4262.0, 4293.0, 4299.0, 4285.0, 4288.0, 4310.0, 4247.0, 4309.0, 4297.0, 4289.0, 4287.0, 4299.0, 4267.0, 4310.0, 4323.0, 4291.0, 4307.0, 4308.0, 4283.0, 4281.0, 4297.0, 4279.0, 4258.0, 4268.0, 4250.0, 4230.0, 4250.0, 4226.0, 4227.0, 4236.0, 4194.0, 4224.0, 4194.0, 4226.0, 4207.0, 4250.0, 4245.0, 4275.0, 4226.0, 4266.0, 4259.0, 4279.0, 4242.0, 4266.0, 4203.0, 4267.0, 4264.0, 4258.0, 4265.0, 4257.0, 4245.0, 4259.0, 4263.0, 4235.0, 4266.0, 4216.0, 4279.0, 4277.0, 4224.0, 4268.0, 4265.0, 4235.0, 4266.0, 4226.0, 4268.0, 4239.0, 4295.0, 4251.0, 4282.0, 4277.0, 4310.0, 4303.0, 4264.0, 4298.0, 4295.0, 4263.0, 4281.0, 4250.0, 4287.0, 4263.0, 4289.0, 4264.0, 4282.0, 4266.0, 4291.0, 4265.0, 4296.0, 4267.0, 4281.0, 4287.0, 4308.0, 4275.0, 4266.0, 4309.0, 4314.0, 4297.0, 4265.0, 4306.0, 4286.0, 4269.0, 4296.0, 4263.0, 4297.0, 4293.0, 4273.0, 4305.0, 4277.0, 4304.0, 4263.0, 4291.0, 4285.0, 4307.0, 4290.0, 4269.0, 4279.0, 4264.0, 4242.0, 4262.0, 4239.0, 4239.0, 4243.0, 4228.0, 4235.0, 4205.0, 4248.0, 4208.0, 4238.0, 4247.0, 4228.0, 4222.0, 4264.0, 4243.0, 4255.0, 4237.0, 4281.0, 4277.0, 4233.0, 4254.0, 4263.0, 4232.0, 4252.0, 4219.0, 4263.0, 4225.0, 4268.0, 4243.0, 4270.0, 4281.0, 4258.0, 4267.0, 4260.0, 4289.0, 4261.0, 4292.0, 4273.0, 4294.0, 4286.0, 4262.0, 4286.0, 4294.0, 4240.0, 4282.0, 4269.0, 4273.0, 4294.0, 4307.0, 4300.0, 4304.0, 4253.0, 4319.0, 4297.0, 4292.0, 4287.0, 4293.0, 4276.0, 4305.0, 4285.0, 4290.0, 4284.0, 4292.0, 4268.0, 4304.0, 4279.0, 4277.0, 4256.0, 4275.0, 4233.0, 4253.0, 4239.0, 4242.0, 4231.0, 4241.0, 4220.0, 4242.0, 4219.0, 4267.0, 4277.0, 4213.0, 4266.0, 4263.0, 4229.0, 4252.0, 4223.0, 4254.0, 4255.0, 4280.0, 4236.0, 4275.0, 4252.0, 4293.0, 4251.0, 4288.0, 4282.0, 4294.0, 4252.0, 4281.0, 4240.0, 4281.0, 4249.0, 4271.0, 4293.0, 4285.0, 4253.0, 4283.0, 4281.0, 4256.0, 4266.0, 4276.0, 4255.0, 4256.0, 4268.0, 4258.0, 4256.0, 4226.0, 4267.0, 4224.0, 4267.0, 4274.0, 4257.0, 4266.0, 4258.0, 4278.0, 4281.0, 4237.0, 4269.0, 4267.0, 4254.0, 4239.0, 4218.0, 4251.0, 4220.0, 4243.0, 4251.0, 4251.0, 4240.0, 4244.0, 4203.0, 4222.0, 4202.0, 4194.0, 4239.0, 4234.0, 4194.0, 4225.0, 4184.0, 4235.0, 4196.0, 4249.0, 4243.0, 4250.0, 4187.0, 4238.0, 4209.0, 4251.0, 4234.0, 4205.0, 4235.0, 4223.0, 4216.0, 4234.0, 4206.0, 4234.0, 4194.0, 4225.0, 4235.0, 4216.0, 4238.0, 4196.0, 4238.0, 4196.0, 4236.0, 4248.0, 4218.0, 4252.0, 4210.0, 4241.0, 4219.0, 4231.0, 4250.0, 4230.0, 4263.0, 4245.0, 4266.0, 4244.0, 4264.0, 4251.0, 4279.0, 4251.0, 4278.0, 4240.0, 4282.0, 4241.0, 4271.0, 4226.0, 4281.0, 4264.0, 4260.0, 4271.0, 4276.0, 4245.0, 4266.0, 4255.0, 4247.0, 4268.0, 4279.0, 4255.0, 4228.0, 4271.0, 4228.0, 4304.0, 4254.0, 4305.0, 4288.0, 4275.0, 4313.0, 4280.0, 4318.0, 4288.0, 4309.0, 4281.0, 4284.0, 4280.0, 4272.0, 4279.0, 4269.0, 4265.0, 4255.0, 4261.0, 4252.0, 4247.0, 4224.0, 4232.0, 4201.0, 4227.0, 4199.0, 4210.0, 4221.0, 4177.0, 4198.0, 4185.0, 4187.0, 4207.0, 4189.0, 4207.0, 4191.0, 4223.0, 4225.0, 4202.0, 4223.0, 4181.0, 4224.0, 4232.0, 4167.0, 4222.0, 4181.0, 4222.0, 4182.0, 4234.0, 4217.0, 4247.0, 4217.0, 4246.0, 4218.0, 4238.0, 4198.0, 4235.0, 4219.0, 4250.0, 4198.0, 4245.0, 4228.0, 4264.0, 4251.0, 4241.0, 4232.0, 4265.0, 4281.0, 4264.0, 4265.0, 4218.0, 4270.0, 4244.0, 4281.0, 4279.0, 4261.0, 4295.0, 4271.0, 4294.0, 4276.0, 4294.0, 4274.0, 4284.0, 4293.0, 4278.0, 4257.0, 4277.0, 4245.0, 4267.0, 4261.0, 4229.0, 4251.0, 4236.0, 4239.0, 4258.0, 4228.0, 4236.0, 4185.0, 4236.0, 4206.0, 4238.0, 4220.0, 4253.0, 4232.0, 4222.0, 4238.0, 4189.0, 4236.0, 4207.0, 4238.0, 4217.0, 4239.0, 4252.0, 4263.0, 4261.0, 4238.0, 4229.0, 4240.0, 4258.0, 4214.0, 4234.0, 4209.0, 4210.0, 4219.0, 4179.0, 4223.0, 4229.0, 4197.0, 4157.0, 4196.0, 4163.0, 4210.0, 4209.0, 4223.0, 4219.0, 4220.0, 4182.0, 4237.0, 4232.0, 4200.0, 4189.0, 4222.0, 4220.0, 4168.0], 'WindowWidth': [9575.0, 9536.0, 9465.0, 9487.0, 9422.0, 9462.0, 9450.0, 9418.0, 9453.0, 9386.0, 9455.0, 9442.0, 9442.0, 9454.0, 9414.0, 9447.0, 9412.0, 9431.0, 9459.0, 9382.0, 9437.0, 9452.0, 9399.0, 9455.0, 9423.0, 9432.0, 9467.0, 9422.0, 9457.0, 9401.0, 9485.0, 9476.0, 9454.0, 9483.0, 9455.0, 9475.0, 9481.0, 9506.0, 9452.0, 9512.0, 9441.0, 9512.0, 9445.0, 9516.0, 9459.0, 9515.0, 9457.0, 9522.0, 9520.0, 9505.0, 9544.0, 9492.0, 9503.0, 9465.0, 9482.0, 9501.0, 9451.0, 9478.0, 9443.0, 9459.0, 9428.0, 9446.0, 9436.0, 9468.0, 9471.0, 9495.0, 9490.0, 9459.0, 9483.0, 9472.0, 9452.0, 9480.0, 9454.0, 9431.0, 9489.0, 9493.0, 9463.0, 9427.0, 9499.0, 9502.0, 9410.0, 9488.0, 9484.0, 9445.0, 9467.0, 9394.0, 9463.0, 9447.0, 9489.0, 9452.0, 9501.0, 9501.0, 9536.0, 9491.0, 9488.0, 9436.0, 9473.0, 9484.0, 9465.0, 9488.0, 9442.0, 9484.0, 9444.0, 9466.0, 9415.0, 9437.0, 9410.0, 9435.0, 9392.0, 9442.0, 9471.0, 9408.0, 9431.0, 9415.0, 9448.0, 9365.0, 9435.0, 9441.0, 9480.0, 9403.0, 9475.0, 9450.0, 9477.0, 9408.0, 9478.0, 9472.0, 9502.0, 9411.0, 9504.0, 9470.0, 9496.0, 9520.0, 9458.0, 9463.0, 9425.0, 9480.0, 9423.0, 9482.0, 9471.0, 9508.0, 9496.0, 9496.0, 9459.0, 9517.0, 9523.0, 9459.0, 9508.0, 9521.0, 9466.0, 9485.0, 9415.0, 9466.0, 9466.0, 9492.0, 9465.0, 9518.0, 9522.0, 9458.0, 9486.0, 9442.0, 9487.0, 9449.0, 9490.0, 9412.0, 9489.0, 9493.0, 9453.0, 9477.0, 9466.0, 9462.0, 9407.0, 9469.0, 9488.0, 9436.0, 9445.0, 9472.0, 9417.0, 9432.0, 9409.0, 9460.0, 9450.0, 9414.0, 9464.0, 9474.0, 9396.0, 9453.0, 9383.0, 9455.0, 9409.0, 9486.0, 9444.0, 9501.0, 9470.0, 9532.0, 9507.0, 9444.0, 9490.0, 9484.0, 9436.0, 9483.0, 9481.0, 9405.0, 9480.0, 9481.0, 9423.0, 9485.0, 9422.0, 9481.0, 9473.0, 9502.0, 9510.0, 9488.0, 9530.0, 9486.0, 9459.0, 9515.0, 9542.0, 9502.0, 9452.0, 9486.0, 9493.0, 9437.0, 9460.0, 9466.0, 9405.0, 9452.0, 9436.0, 9406.0, 9451.0, 9416.0, 9468.0, 9421.0, 9489.0, 9493.0, 9532.0, 9471.0, 9516.0, 9501.0, 9447.0, 9520.0, 9446.0, 9544.0, 9521.0, 9521.0, 9533.0, 9486.0, 9510.0, 9494.0, 9498.0, 9504.0, 9524.0, 9473.0, 9449.0, 9490.0, 9451.0, 9430.0, 9453.0, 9403.0, 9430.0, 9398.0, 9451.0, 9437.0, 9457.0, 9454.0, 9456.0, 9422.0, 9457.0, 9424.0, 9466.0, 9405.0, 9466.0, 9399.0, 9447.0, 9452.0, 9430.0, 9471.0, 9434.0, 9443.0, 9417.0, 9453.0, 9473.0, 9400.0, 9444.0, 9401.0, 9433.0, 9401.0, 9454.0, 9402.0, 9489.0, 9487.0, 9504.0, 9443.0, 9471.0, 9446.0, 9490.0, 9497.0, 9445.0, 9491.0, 9521.0, 9447.0, 9466.0, 9389.0, 9468.0, 9458.0, 9455.0, 9508.0, 9492.0, 9476.0, 9533.0, 9483.0, 9536.0, 9514.0, 9470.0, 9534.0, 9513.0, 9541.0, 9565.0, 9504.0, 9499.0, 9522.0, 9475.0, 9475.0, 9496.0, 9442.0, 9465.0, 9469.0, 9455.0, 9439.0, 9373.0, 9410.0, 9378.0, 9416.0, 9408.0, 9448.0, 9402.0, 9384.0, 9400.0, 9444.0, 9394.0, 9338.0, 9399.0, 9419.0, 9385.0, 9347.0, 9411.0, 9432.0, 9404.0, 9389.0, 9421.0, 9368.0, 9382.0, 9352.0, 9317.0, 9415.0, 9400.0, 9448.0, 9428.0, 9406.0, 9443.0, 9409.0, 9422.0, 9478.0, 9405.0, 9480.0, 9461.0, 9487.0, 9425.0, 9483.0, 9431.0, 9481.0, 9479.0, 9494.0, 9451.0, 9454.0, 9440.0, 9475.0, 9459.0, 9447.0, 9419.0, 9463.0, 9455.0, 9412.0, 9455.0, 9432.0, 9457.0, 9445.0, 9452.0, 9445.0, 9482.0, 9431.0, 9461.0, 9423.0, 9456.0, 9443.0, 9486.0, 9400.0, 9465.0, 9458.0, 9509.0, 9443.0, 9483.0, 9499.0, 9478.0, 9483.0, 9516.0, 9425.0, 9514.0, 9493.0, 9486.0, 9481.0, 9500.0, 9455.0, 9516.0, 9539.0, 9493.0, 9514.0, 9509.0, 9465.0, 9463.0, 9499.0, 9457.0, 9422.0, 9441.0, 9400.0, 9373.0, 9404.0, 9360.0, 9363.0, 9377.0, 9314.0, 9356.0, 9315.0, 9363.0, 9338.0, 9406.0, 9408.0, 9450.0, 9381.0, 9432.0, 9430.0, 9457.0, 9414.0, 9432.0, 9343.0, 9434.0, 9426.0, 9426.0, 9432.0, 9421.0, 9405.0, 9427.0, 9428.0, 9391.0, 9432.0, 9367.0, 9456.0, 9452.0, 9376.0, 9439.0, 9433.0, 9391.0, 9435.0, 9380.0, 9439.0, 9406.0, 9487.0, 9426.0, 9469.0, 9469.0, 9518.0, 9502.0, 9446.0, 9496.0, 9488.0, 9440.0, 9464.0, 9420.0, 9471.0, 9443.0, 9475.0, 9447.0, 9468.0, 9450.0, 9481.0, 9447.0, 9491.0, 9452.0, 9466.0, 9481.0, 9513.0, 9463.0, 9455.0, 9517.0, 9521.0, 9495.0, 9448.0, 9509.0, 9481.0, 9460.0, 9492.0, 9444.0, 9492.0, 9486.0, 9459.0, 9506.0, 9471.0, 9503.0, 9444.0, 9483.0, 9477.0, 9511.0, 9477.0, 9443.0, 9464.0, 9427.0, 9395.0, 9426.0, 9385.0, 9386.0, 9387.0, 9367.0, 9376.0, 9335.0, 9399.0, 9344.0, 9387.0, 9396.0, 9371.0, 9373.0, 9431.0, 9400.0, 9419.0, 9401.0, 9462.0, 9455.0, 9383.0, 9412.0, 9428.0, 9384.0, 9410.0, 9368.0, 9427.0, 9380.0, 9440.0, 9404.0, 9446.0, 9462.0, 9427.0, 9440.0, 9434.0, 9473.0, 9441.0, 9480.0, 9459.0, 9488.0, 9479.0, 9443.0, 9479.0, 9489.0, 9410.0, 9468.0, 9448.0, 9456.0, 9486.0, 9514.0, 9506.0, 9507.0, 9435.0, 9533.0, 9498.0, 9483.0, 9479.0, 9485.0, 9462.0, 9504.0, 9476.0, 9479.0, 9471.0, 9483.0, 9440.0, 9501.0, 9467.0, 9452.0, 9419.0, 9446.0, 9385.0, 9409.0, 9384.0, 9395.0, 9377.0, 9390.0, 9361.0, 9394.0, 9366.0, 9437.0, 9450.0, 9358.0, 9434.0, 9426.0, 9376.0, 9408.0, 9374.0, 9415.0, 9423.0, 9458.0, 9397.0, 9450.0, 9425.0, 9485.0, 9427.0, 9473.0, 9468.0, 9486.0, 9427.0, 9464.0, 9406.0, 9462.0, 9415.0, 9447.0, 9486.0, 9475.0, 9428.0, 9467.0, 9467.0, 9419.0, 9434.0, 9450.0, 9417.0, 9420.0, 9441.0, 9427.0, 9422.0, 9383.0, 9437.0, 9375.0, 9436.0, 9446.0, 9425.0, 9434.0, 9429.0, 9455.0, 9463.0, 9399.0, 9443.0, 9443.0, 9413.0, 9387.0, 9354.0, 9404.0, 9361.0, 9396.0, 9409.0, 9399.0, 9383.0, 9383.0, 9324.0, 9349.0, 9321.0, 9313.0, 9385.0, 9370.0, 9318.0, 9355.0, 9302.0, 9371.0, 9323.0, 9398.0, 9397.0, 9401.0, 9310.0, 9378.0, 9342.0, 9403.0, 9373.0, 9329.0, 9370.0, 9350.0, 9345.0, 9368.0, 9332.0, 9371.0, 9314.0, 9358.0, 9372.0, 9349.0, 9378.0, 9322.0, 9381.0, 9321.0, 9379.0, 9394.0, 9354.0, 9405.0, 9348.0, 9388.0, 9356.0, 9377.0, 9400.0, 9378.0, 9426.0, 9403.0, 9431.0, 9404.0, 9430.0, 9418.0, 9455.0, 9420.0, 9454.0, 9405.0, 9465.0, 9407.0, 9446.0, 9384.0, 9458.0, 9433.0, 9428.0, 9449.0, 9446.0, 9402.0, 9432.0, 9413.0, 9409.0, 9439.0, 9459.0, 9420.0, 9391.0, 9450.0, 9393.0, 9501.0, 9434.0, 9501.0, 9485.0, 9466.0, 9522.0, 9481.0, 9530.0, 9488.0, 9514.0, 9465.0, 9472.0, 9456.0, 9452.0, 9451.0, 9441.0, 9425.0, 9417.0, 9415.0, 9407.0, 9392.0, 9356.0, 9363.0, 9319.0, 9353.0, 9313.0, 9328.0, 9346.0, 9276.0, 9309.0, 9286.0, 9292.0, 9318.0, 9296.0, 9320.0, 9303.0, 9354.0, 9360.0, 9323.0, 9353.0, 9292.0, 9355.0, 9363.0, 9270.0, 9348.0, 9292.0, 9350.0, 9297.0, 9370.0, 9352.0, 9392.0, 9353.0, 9390.0, 9355.0, 9382.0, 9328.0, 9376.0, 9359.0, 9401.0, 9327.0, 9389.0, 9375.0, 9427.0, 9404.0, 9391.0, 9380.0, 9431.0, 9463.0, 9432.0, 9435.0, 9375.0, 9444.0, 9404.0, 9461.0, 9457.0, 9434.0, 9484.0, 9450.0, 9483.0, 9461.0, 9484.0, 9454.0, 9466.0, 9481.0, 9449.0, 9421.0, 9448.0, 9399.0, 9437.0, 9418.0, 9371.0, 9404.0, 9374.0, 9383.0, 9412.0, 9366.0, 9373.0, 9305.0, 9375.0, 9333.0, 9380.0, 9357.0, 9408.0, 9379.0, 9364.0, 9383.0, 9315.0, 9378.0, 9335.0, 9379.0, 9349.0, 9383.0, 9406.0, 9429.0, 9416.0, 9378.0, 9371.0, 9389.0, 9407.0, 9340.0, 9371.0, 9325.0, 9328.0, 9343.0, 9285.0, 9350.0, 9354.0, 9306.0, 9252.0, 9305.0, 9258.0, 9330.0, 9327.0, 9353.0, 9342.0, 9344.0, 9294.0, 9376.0, 9365.0, 9317.0, 9298.0, 9349.0, 9345.0, 9268.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.0003740366972477064</td></tr>
<tr><td colspan=3>aqi</td><td>0.04198846594036698</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.65260893064296</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2334871008610766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9701772572789895</td></tr>
<tr><td colspan=3>efc</td><td>0.5044</td></tr>
<tr><td colspan=3>fber</td><td>5444.541</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12953923407461762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.793577981651376</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4225702298720364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3223815809937447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6145624831185184</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330766625503847</td></tr>
<tr><td colspan=3>gcor</td><td>0.0472398</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01754753105342388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046360231935977936</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.573873374693332</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>19.312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7059</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.4862</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293397.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>999.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.9743</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9022</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.2555</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3462.7604</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>787.5116</td></tr>
<tr><td colspan=3>tsnr</td><td>32.937113125110045</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>