<?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-0116_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0116_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-04/func/sub-0116_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a2cb3f1ef441479f61f9c9ae6ba4cef1</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:47:21.387500</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.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0957692</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7909, -7263, 502, -140, -385, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e7ca334-407f-4034-8a3a-2a339733a1cd||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.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['174721.387500', '174721.847500', '174722.307500', '174722.767500', '174723.227500', '174723.687500', '174724.147500', '174724.607500', '174725.067500', '174725.527500', '174725.987500', '174726.447500', '174726.907500', '174727.367500', '174727.827500', '174728.287500', '174728.747500', '174729.207500', '174729.667500', '174730.127500', '174730.587500', '174731.047500', '174731.507500', '174731.967500', '174732.427500', '174732.887500', '174733.347500', '174733.807500', '174734.267500', '174734.727500', '174735.187500', '174735.647500', '174736.107500', '174736.567500', '174737.027500', '174737.487500', '174737.947500', '174738.407500', '174738.867500', '174739.327500', '174739.787500', '174740.247500', '174740.707500', '174741.167500', '174741.627500', '174742.087500', '174742.547500', '174743.007500', '174743.467500', '174743.927500', '174744.387500', '174744.847500', '174745.307500', '174745.767500', '174746.227500', '174746.687500', '174747.147500', '174747.607500', '174748.067500', '174748.527500', '174748.987500', '174749.447500', '174749.907500', '174750.367500', '174750.827500', '174751.287500', '174751.747500', '174752.207500', '174752.667500', '174753.127500', '174753.587500', '174754.047500', '174754.507500', '174754.967500', '174755.427500', '174755.887500', '174756.347500', '174756.807500', '174757.267500', '174757.727500', '174758.187500', '174758.647500', '174759.107500', '174759.567500', '174800.027500', '174800.487500', '174800.947500', '174801.407500', '174801.867500', '174802.327500', '174802.787500', '174803.247500', '174803.707500', '174804.167500', '174804.627500', '174805.087500', '174805.547500', '174806.007500', '174806.467500', '174806.927500', '174807.387500', '174807.847500', '174808.307500', '174808.767500', '174809.227500', '174809.687500', '174810.147500', '174810.607500', '174811.067500', '174811.527500', '174811.987500', '174812.447500', '174812.907500', '174813.367500', '174813.827500', '174814.287500', '174814.747500', '174815.207500', '174815.667500', '174816.127500', '174816.587500', '174817.047500', '174817.507500', '174817.967500', '174818.427500', '174818.887500', '174819.347500', '174819.807500', '174820.267500', '174820.727500', '174821.187500', '174821.647500', '174822.107500', '174822.567500', '174823.027500', '174823.487500', '174823.947500', '174824.407500', '174824.867500', '174825.327500', '174825.787500', '174826.247500', '174826.707500', '174827.167500', '174827.627500', '174828.087500', '174828.547500', '174829.007500', '174829.467500', '174829.927500', '174830.387500', '174830.847500', '174831.307500', '174831.767500', '174832.227500', '174832.687500', '174833.147500', '174833.607500', '174834.067500', '174834.527500', '174834.987500', '174835.447500', '174835.907500', '174836.367500', '174836.827500', '174837.287500', '174837.747500', '174838.207500', '174838.667500', '174839.127500', '174839.587500', '174840.047500', '174840.507500', '174840.967500', '174841.427500', '174841.887500', '174842.347500', '174842.807500', '174843.267500', '174843.727500', '174844.187500', '174844.647500', '174845.107500', '174845.567500', '174846.027500', '174846.487500', '174846.947500', '174847.407500', '174847.867500', '174848.327500', '174848.787500', '174849.247500', '174849.707500', '174850.167500', '174850.627500', '174851.087500', '174851.547500', '174852.007500', '174852.467500', '174852.927500', '174853.387500', '174853.847500', '174854.307500', '174854.767500', '174855.227500', '174855.687500', '174856.147500', '174856.607500', '174857.067500', '174857.527500', '174857.987500', '174858.447500', '174858.907500', '174859.367500', '174859.827500', '174900.287500', '174900.747500', '174901.207500', '174901.667500', '174902.127500', '174902.587500', '174903.047500', '174903.507500', '174903.967500', '174904.427500', '174904.887500', '174905.347500', '174905.807500', '174906.267500', '174906.727500', '174907.187500', '174907.647500', '174908.107500', '174908.567500', '174909.027500', '174909.487500', '174909.947500', '174910.407500', '174910.867500', '174911.327500', '174911.787500', '174912.247500', '174912.707500', '174913.167500', '174913.627500', '174914.087500', '174914.547500', '174915.007500', '174915.467500', '174915.927500', '174916.387500', '174916.847500', '174917.307500', '174917.767500', '174918.227500', '174918.687500', '174919.147500', '174919.607500', '174920.067500', '174920.527500', '174920.987500', '174921.447500', '174921.907500', '174922.367500', '174922.827500', '174923.287500', '174923.747500', '174924.207500', '174924.667500', '174925.127500', '174925.587500', '174926.047500', '174926.507500', '174926.967500', '174927.427500', '174927.887500', '174928.347500', '174928.807500', '174929.267500', '174929.727500', '174930.187500', '174930.647500', '174931.107500', '174931.567500', '174932.027500', '174932.487500', '174932.947500', '174933.407500', '174933.867500', '174934.327500', '174934.787500', '174935.247500', '174935.707500', '174936.167500', '174936.627500', '174937.087500', '174937.547500', '174938.007500', '174938.467500', '174938.927500', '174939.387500', '174939.847500', '174940.307500', '174940.767500', '174941.227500', '174941.687500', '174942.147500', '174942.607500', '174943.067500', '174943.527500', '174943.987500', '174944.447500', '174944.907500', '174945.367500', '174945.827500', '174946.287500', '174946.747500', '174947.207500', '174947.667500', '174948.127500', '174948.587500', '174949.047500', '174949.507500', '174949.967500', '174950.427500', '174950.887500', '174951.347500', '174951.807500', '174952.267500', '174952.727500', '174953.187500', '174953.647500', '174954.107500', '174954.567500', '174955.027500', '174955.487500', '174955.947500', '174956.407500', '174956.867500', '174957.327500', '174957.787500', '174958.247500', '174958.707500', '174959.167500', '174959.627500', '175000.087500', '175000.547500', '175001.007500', '175001.467500', '175001.927500', '175002.387500', '175002.847500', '175003.307500', '175003.767500', '175004.227500', '175004.687500', '175005.147500', '175005.607500', '175006.067500', '175006.527500', '175006.987500', '175007.447500', '175007.907500', '175008.367500', '175008.827500', '175009.287500', '175009.747500', '175010.207500', '175010.667500', '175011.127500', '175011.587500', '175012.047500', '175012.507500', '175012.967500', '175013.427500', '175013.887500', '175014.347500', '175014.807500', '175015.267500', '175015.727500', '175016.187500', '175016.647500', '175017.107500', '175017.567500', '175018.027500', '175018.487500', '175018.947500', '175019.407500', '175019.867500', '175020.327500', '175020.787500', '175021.247500', '175021.707500', '175022.167500', '175022.627500', '175023.087500', '175023.547500', '175024.007500', '175024.467500', '175024.927500', '175025.387500', '175025.847500', '175026.307500', '175026.767500', '175027.227500', '175027.687500', '175028.147500', '175028.607500', '175029.067500', '175029.527500', '175029.987500', '175030.447500', '175030.907500', '175031.367500', '175031.827500', '175032.287500', '175032.747500', '175033.207500', '175033.667500', '175034.127500', '175034.587500', '175035.047500', '175035.507500', '175035.967500', '175036.427500', '175036.887500', '175037.347500', '175037.807500', '175038.267500', '175038.727500', '175039.187500', '175039.647500', '175040.107500', '175040.567500', '175041.027500', '175041.487500', '175041.947500', '175042.407500', '175042.867500', '175043.327500', '175043.787500', '175044.247500', '175044.707500', '175045.167500', '175045.627500', '175046.087500', '175046.547500', '175047.007500', '175047.467500', '175047.927500', '175048.387500', '175048.847500', '175049.307500', '175049.767500', '175050.227500', '175050.687500', '175051.147500', '175051.607500', '175052.067500', '175052.527500', '175052.987500', '175053.447500', '175053.907500', '175054.367500', '175054.827500', '175055.287500', '175055.747500', '175056.207500', '175056.667500', '175057.127500', '175057.587500', '175058.047500', '175058.507500', '175058.967500', '175059.427500', '175059.887500', '175100.347500', '175100.807500', '175101.267500', '175101.727500', '175102.187500', '175102.647500', '175103.107500', '175103.567500', '175104.027500', '175104.487500', '175104.947500', '175105.407500', '175105.867500', '175106.327500', '175106.787500', '175107.247500', '175107.707500', '175108.167500', '175108.627500', '175109.087500', '175109.547500', '175110.007500', '175110.467500', '175110.927500', '175111.387500', '175111.847500', '175112.307500', '175112.767500', '175113.227500', '175113.687500', '175114.147500', '175114.607500', '175115.067500', '175115.527500', '175115.987500', '175116.447500', '175116.907500', '175117.367500', '175117.827500', '175118.287500', '175118.747500', '175119.207500', '175119.667500', '175120.127500', '175120.587500', '175121.047500', '175121.507500', '175121.967500', '175122.427500', '175122.887500', '175123.347500', '175123.807500', '175124.267500', '175124.727500', '175125.187500', '175125.647500', '175126.107500', '175126.567500', '175127.027500', '175127.487500', '175127.947500', '175128.407500', '175128.867500', '175129.327500', '175129.787500', '175130.247500', '175130.707500', '175131.167500', '175131.627500', '175132.087500', '175132.547500', '175133.007500', '175133.467500', '175133.927500', '175134.387500', '175134.847500', '175135.307500', '175135.767500', '175136.227500', '175136.687500', '175137.147500', '175137.607500', '175138.067500', '175138.527500', '175138.987500', '175139.447500', '175139.907500', '175140.367500', '175140.827500', '175141.287500', '175141.747500', '175142.207500', '175142.667500', '175143.127500', '175143.587500', '175144.047500', '175144.507500', '175144.967500', '175145.427500', '175145.887500', '175146.347500', '175146.807500', '175147.267500', '175147.727500', '175148.187500', '175148.647500', '175149.107500', '175149.567500', '175150.027500', '175150.487500', '175150.947500', '175151.407500', '175151.867500', '175152.327500', '175152.787500', '175153.247500', '175153.707500', '175154.167500', '175154.627500', '175155.087500', '175155.547500', '175156.007500', '175156.467500', '175156.927500', '175157.387500', '175157.847500', '175158.307500', '175158.767500', '175159.227500', '175159.687500', '175200.147500', '175200.607500', '175201.067500', '175201.527500', '175201.987500', '175202.447500', '175202.907500', '175203.367500', '175203.827500', '175204.287500', '175204.747500', '175205.207500', '175205.667500', '175206.127500', '175206.587500', '175207.047500', '175207.507500', '175207.967500', '175208.427500', '175208.887500', '175209.347500', '175209.807500', '175210.267500', '175210.727500', '175211.187500', '175211.647500', '175212.107500', '175212.567500', '175213.027500', '175213.487500', '175213.947500', '175214.407500', '175214.867500', '175215.327500', '175215.787500', '175216.247500', '175216.707500', '175217.167500', '175217.627500', '175218.087500', '175218.547500', '175219.007500', '175219.467500', '175219.927500', '175220.387500', '175220.847500', '175221.307500', '175221.767500', '175222.227500', '175222.687500', '175223.147500', '175223.607500', '175224.067500', '175224.527500', '175224.987500', '175225.447500', '175225.907500', '175226.367500', '175226.827500', '175227.287500', '175227.747500', '175228.207500', '175228.667500', '175229.127500', '175229.587500', '175230.047500', '175230.507500', '175230.967500', '175231.427500', '175231.887500', '175232.347500', '175232.807500', '175233.267500', '175233.727500', '175234.187500', '175234.647500', '175235.107500', '175235.567500', '175236.027500', '175236.487500', '175236.947500', '175237.407500', '175237.867500', '175238.327500', '175238.787500', '175239.247500', '175239.707500', '175240.167500', '175240.627500', '175241.087500', '175241.547500', '175242.007500', '175242.467500', '175242.927500', '175243.387500', '175243.847500', '175244.307500', '175244.767500', '175245.227500', '175245.687500', '175246.147500', '175246.607500', '175247.067500', '175247.527500', '175247.987500', '175248.447500', '175248.907500', '175249.367500', '175249.827500', '175250.287500', '175250.747500', '175251.207500', '175251.667500', '175252.127500', '175252.587500', '175253.047500', '175253.507500', '175253.967500', '175254.427500', '175254.887500', '175255.347500', '175255.807500', '175256.267500', '175256.727500', '175257.187500', '175257.647500', '175258.107500', '175258.567500', '175259.027500', '175259.487500', '175259.947500', '175300.407500', '175300.867500', '175301.327500', '175301.787500', '175302.247500', '175302.707500', '175303.167500', '175303.627500', '175304.087500', '175304.547500', '175305.007500', '175305.467500', '175305.927500', '175306.387500', '175306.847500', '175307.307500', '175307.767500', '175308.227500', '175308.687500', '175309.147500', '175309.607500', '175310.067500', '175310.527500', '175310.987500', '175311.447500', '175311.907500', '175312.367500', '175312.827500', '175313.287500', '175313.747500', '175314.207500', '175314.667500', '175315.127500', '175315.587500', '175316.047500', '175316.507500', '175316.967500', '175317.427500', '175317.887500', '175318.347500', '175318.807500', '175319.267500', '175319.727500', '175320.187500', '175320.647500', '175321.107500', '175321.567500', '175322.027500', '175322.487500', '175322.947500', '175323.407500', '175323.867500', '175324.327500', '175324.787500', '175325.247500', '175325.707500', '175326.167500', '175326.627500', '175327.087500', '175327.547500', '175328.007500', '175328.467500', '175328.927500', '175329.387500', '175329.847500', '175330.307500', '175330.767500', '175331.227500', '175331.687500', '175332.147500', '175332.607500', '175333.067500', '175333.527500', '175333.987500', '175334.447500', '175334.907500', '175335.367500', '175335.827500', '175336.287500', '175336.747500', '175337.207500', '175337.667500', '175338.127500', '175338.587500', '175339.047500', '175339.507500', '175339.967500', '175340.427500', '175340.887500', '175341.347500', '175341.807500', '175342.267500', '175342.727500', '175343.187500', '175343.647500', '175344.107500', '175344.567500', '175345.027500', '175345.487500', '175345.947500', '175346.407500', '175346.867500', '175347.327500', '175347.787500', '175348.247500', '175348.707500', '175349.167500', '175349.627500', '175350.087500', '175350.547500', '175351.007500', '175351.467500', '175351.927500', '175352.387500', '175352.847500', '175353.307500', '175353.767500', '175354.227500', '175354.687500', '175355.147500', '175355.607500', '175356.067500', '175356.527500', '175356.987500', '175357.447500', '175357.907500', '175358.367500', '175358.827500', '175359.287500', '175359.747500', '175400.207500', '175400.667500', '175401.127500', '175401.587500', '175402.047500'], 'ContentTime': ['174747.861000', '174747.864000', '174747.866000', '174747.869000', '174747.873000', '174747.876000', '174747.879000', '174747.881000', '174747.884000', '174747.887000', '174747.889000', '174747.892000', '174747.894000', '174747.897000', '174747.900000', '174747.902000', '174747.905000', '174747.907000', '174747.910000', '174747.912000', '174747.915000', '174747.918000', '174747.920000', '174747.923000', '174747.925000', '174747.934000', '174747.936000', '174747.939000', '174747.941000', '174747.944000', '174747.946000', '174747.949000', '174747.952000', '174747.954000', '174747.957000', '174747.959000', '174747.962000', '174747.964000', '174747.967000', '174747.970000', '174747.972000', '174747.975000', '174747.977000', '174747.980000', '174747.982000', '174747.986000', '174747.989000', '174747.991000', '174747.994000', '174747.996000', '174747.999000', '174748.001000', '174748.004000', '174748.007000', '174748.009000', '174807.818000', '174807.820000', '174807.823000', '174807.826000', '174807.828000', '174807.831000', '174807.833000', '174807.836000', '174807.839000', '174807.841000', '174807.844000', '174807.846000', '174807.849000', '174807.851000', '174807.854000', '174807.857000', '174807.859000', '174807.862000', '174807.864000', '174807.867000', '174807.870000', '174807.872000', '174807.875000', '174807.877000', '174807.880000', '174807.882000', '174807.885000', '174807.887000', '174807.890000', '174807.893000', '174807.895000', '174807.898000', '174807.900000', '174807.903000', '174807.906000', '174807.908000', '174807.911000', '174807.913000', '174807.916000', '174807.919000', '174807.921000', '174807.924000', '174807.926000', '174807.929000', '174827.817000', '174827.820000', '174827.823000', '174827.826000', '174827.829000', '174827.831000', '174827.834000', '174827.837000', '174827.839000', '174827.842000', '174827.845000', '174827.847000', '174827.850000', '174827.852000', '174827.855000', '174827.858000', '174827.860000', '174827.863000', '174827.865000', '174827.868000', '174827.870000', '174827.873000', '174827.876000', '174827.878000', '174827.881000', '174827.883000', '174827.886000', '174827.889000', '174827.891000', '174827.894000', '174827.896000', '174827.899000', '174827.902000', '174827.904000', '174827.907000', '174827.909000', '174827.912000', '174827.914000', '174827.917000', '174827.920000', '174827.922000', '174827.925000', '174827.927000', '174847.817000', '174847.820000', '174847.823000', '174847.825000', '174847.828000', '174847.831000', '174847.833000', '174847.836000', '174847.839000', '174847.841000', '174847.853000', '174847.856000', '174847.858000', '174847.869000', '174847.871000', '174847.874000', '174847.877000', '174847.879000', '174847.882000', '174847.885000', '174847.887000', '174847.890000', '174847.893000', '174847.895000', '174847.898000', '174847.900000', '174847.903000', '174847.906000', '174847.908000', '174847.911000', '174847.914000', '174847.916000', '174847.919000', '174847.921000', '174847.924000', '174847.927000', '174847.929000', '174847.932000', '174847.935000', '174847.937000', '174847.940000', '174847.942000', '174847.945000', '174847.948000', '174907.817000', '174907.820000', '174907.823000', '174907.825000', '174907.828000', '174907.831000', '174907.833000', '174907.836000', '174907.838000', '174907.841000', '174907.844000', '174907.846000', '174907.849000', '174907.851000', '174907.854000', '174907.857000', '174907.859000', '174907.862000', '174907.865000', '174907.867000', '174907.870000', '174907.872000', '174907.887000', '174907.889000', '174907.892000', '174907.895000', '174907.897000', '174907.900000', '174907.902000', '174907.905000', '174907.908000', '174907.910000', '174907.914000', '174907.916000', '174907.919000', '174907.922000', '174907.924000', '174907.927000', '174907.930000', '174907.932000', '174907.935000', '174907.937000', '174907.940000', '174927.818000', '174927.820000', '174927.823000', '174927.826000', '174927.828000', '174927.831000', '174927.833000', '174927.836000', '174927.838000', '174927.841000', '174927.844000', '174927.846000', '174927.849000', '174927.852000', '174927.854000', '174927.857000', '174927.859000', '174927.862000', '174927.865000', '174927.867000', '174927.870000', '174927.872000', '174927.875000', '174927.878000', '174927.880000', '174927.883000', '174927.886000', '174927.888000', '174927.891000', '174927.893000', '174927.896000', '174927.899000', '174927.901000', '174927.904000', '174927.906000', '174927.909000', '174927.912000', '174927.914000', '174927.917000', '174927.919000', '174927.922000', '174927.924000', '174927.927000', '174927.930000', '174947.817000', '174947.820000', '174947.823000', '174947.825000', '174947.828000', '174947.831000', '174947.833000', '174947.836000', '174947.839000', '174947.841000', '174947.844000', '174947.846000', '174947.849000', '174947.852000', '174947.855000', '174947.858000', '174947.861000', '174947.863000', '174947.866000', '174947.869000', '174947.871000', '174947.874000', '174947.877000', '174947.879000', '174947.882000', '174947.884000', '174947.887000', '174947.890000', '174947.892000', '174947.895000', '174947.897000', '174947.900000', '174947.903000', '174947.905000', '174947.908000', '174947.910000', '174947.913000', '174947.916000', '174947.918000', '174947.921000', '174947.923000', '174947.926000', '174947.929000', '175007.816000', '175007.819000', '175007.822000', '175007.825000', '175007.827000', '175007.830000', '175007.832000', '175007.835000', '175007.838000', '175007.840000', '175007.843000', '175007.846000', '175007.848000', '175007.851000', '175007.880000', '175007.883000', '175007.885000', '175007.888000', '175007.891000', '175007.893000', '175007.896000', '175007.899000', '175007.901000', '175007.904000', '175007.906000', '175007.909000', '175007.912000', '175007.914000', '175007.917000', '175007.919000', '175007.922000', '175007.925000', '175007.927000', '175007.930000', '175007.933000', '175007.935000', '175007.938000', '175007.941000', '175007.943000', '175007.946000', '175007.948000', '175007.951000', '175007.954000', '175007.956000', '175027.818000', '175027.820000', '175027.823000', '175027.825000', '175027.828000', '175027.831000', '175027.833000', '175027.836000', '175027.846000', '175027.848000', '175027.851000', '175027.853000', '175027.856000', '175027.859000', '175027.861000', '175027.864000', '175027.867000', '175027.869000', '175027.872000', '175027.874000', '175027.877000', '175027.880000', '175027.882000', '175027.885000', '175027.888000', '175027.890000', '175027.893000', '175027.895000', '175027.898000', '175027.901000', '175027.903000', '175027.906000', '175027.919000', '175027.921000', '175027.924000', '175027.930000', '175027.933000', '175027.935000', '175027.938000', '175027.941000', '175027.943000', '175027.946000', '175027.948000', '175047.817000', '175047.820000', '175047.823000', '175047.826000', '175047.828000', '175047.831000', '175047.833000', '175047.836000', '175047.839000', '175047.841000', '175047.844000', '175047.846000', '175047.849000', '175047.852000', '175047.854000', '175047.857000', '175047.860000', '175047.862000', '175047.865000', '175047.867000', '175047.870000', '175047.872000', '175047.875000', '175047.878000', '175047.880000', '175047.883000', '175047.885000', '175047.888000', '175047.891000', '175047.893000', '175047.896000', '175047.898000', '175047.901000', '175047.904000', '175047.906000', '175047.909000', '175047.911000', '175047.914000', '175047.917000', '175047.919000', '175047.922000', '175047.925000', '175047.927000', '175047.930000', '175107.817000', '175107.820000', '175107.823000', '175107.825000', '175107.828000', '175107.831000', '175107.833000', '175107.836000', '175107.838000', '175107.841000', '175107.843000', '175107.846000', '175107.849000', '175107.851000', '175107.854000', '175107.856000', '175107.859000', '175107.862000', '175107.864000', '175107.867000', '175107.869000', '175107.872000', '175107.875000', '175107.877000', '175107.880000', '175107.882000', '175107.885000', '175107.888000', '175107.890000', '175107.893000', '175107.895000', '175107.898000', '175107.901000', '175107.903000', '175107.906000', '175107.908000', '175107.911000', '175107.914000', '175107.916000', '175107.919000', '175107.922000', '175107.924000', '175107.927000', '175127.818000', '175127.820000', '175127.823000', '175127.826000', '175127.828000', '175127.831000', '175127.834000', '175127.836000', '175127.839000', '175127.842000', '175127.844000', '175127.847000', '175127.850000', '175127.852000', '175127.855000', '175127.857000', '175127.860000', '175127.863000', '175127.865000', '175127.868000', '175127.870000', '175127.873000', '175127.876000', '175127.878000', '175127.881000', '175127.884000', '175127.886000', '175127.889000', '175127.891000', '175127.894000', '175127.897000', '175127.899000', '175127.902000', '175127.904000', '175127.907000', '175127.910000', '175127.912000', '175127.915000', '175127.917000', '175127.920000', '175127.922000', '175127.925000', '175127.928000', '175127.930000', '175147.817000', '175147.820000', '175147.823000', '175147.825000', '175147.828000', '175147.831000', '175147.833000', '175147.836000', '175147.838000', '175147.841000', '175147.844000', '175147.846000', '175147.849000', '175147.852000', '175147.854000', '175147.857000', '175147.859000', '175147.862000', '175147.865000', '175147.867000', '175147.870000', '175147.872000', '175147.875000', '175147.878000', '175147.880000', '175147.883000', '175147.886000', '175147.888000', '175147.891000', '175147.893000', '175147.896000', '175147.898000', '175147.901000', '175147.947000', '175147.950000', '175147.952000', '175147.955000', '175147.958000', '175147.960000', '175147.963000', '175147.965000', '175147.968000', '175147.971000', '175207.817000', '175207.820000', '175207.823000', '175207.825000', '175207.828000', '175207.831000', '175207.833000', '175207.836000', '175207.838000', '175207.841000', '175207.844000', '175207.846000', '175207.849000', '175207.851000', '175207.854000', '175207.857000', '175207.859000', '175207.862000', '175207.864000', '175207.867000', '175207.870000', '175207.872000', '175207.875000', '175207.877000', '175207.880000', '175207.883000', '175207.885000', '175207.888000', '175207.891000', '175207.893000', '175207.896000', '175207.898000', '175207.901000', '175207.904000', '175207.906000', '175207.909000', '175207.911000', '175207.914000', '175207.917000', '175207.919000', '175207.922000', '175207.924000', '175207.927000', '175207.930000', '175227.818000', '175227.820000', '175227.823000', '175227.826000', '175227.828000', '175227.831000', '175227.834000', '175227.836000', '175227.839000', '175227.841000', '175227.844000', '175227.847000', '175227.849000', '175227.852000', '175227.854000', '175227.857000', '175227.860000', '175227.862000', '175227.865000', '175227.868000', '175227.870000', '175227.873000', '175227.875000', '175227.878000', '175227.881000', '175227.883000', '175227.886000', '175227.888000', '175227.891000', '175227.894000', '175227.896000', '175227.899000', '175227.902000', '175227.904000', '175227.907000', '175227.909000', '175227.912000', '175227.915000', '175227.917000', '175227.920000', '175227.922000', '175227.925000', '175227.928000', '175247.818000', '175247.820000', '175247.823000', '175247.826000', '175247.828000', '175247.831000', '175247.833000', '175247.836000', '175247.839000', '175247.841000', '175247.844000', '175247.847000', '175247.849000', '175247.852000', '175247.854000', '175247.857000', '175247.860000', '175247.862000', '175247.865000', '175247.868000', '175247.870000', '175247.873000', '175247.875000', '175247.878000', '175247.881000', '175247.883000', '175247.886000', '175247.888000', '175247.891000', '175247.894000', '175247.896000', '175247.899000', '175247.901000', '175247.904000', '175247.907000', '175247.909000', '175247.912000', '175247.914000', '175247.917000', '175247.920000', '175247.922000', '175247.925000', '175247.927000', '175247.930000', '175307.818000', '175307.823000', '175307.825000', '175307.828000', '175307.830000', '175307.833000', '175307.836000', '175307.838000', '175307.841000', '175307.844000', '175307.846000', '175307.849000', '175307.851000', '175307.854000', '175307.857000', '175307.859000', '175307.862000', '175307.864000', '175307.867000', '175307.870000', '175307.872000', '175307.875000', '175307.877000', '175307.880000', '175307.883000', '175307.885000', '175307.888000', '175307.890000', '175307.893000', '175307.895000', '175307.898000', '175307.901000', '175307.903000', '175307.906000', '175307.908000', '175307.911000', '175307.914000', '175307.916000', '175307.919000', '175307.922000', '175307.924000', '175307.927000', '175307.929000', '175327.839000', '175327.842000', '175327.844000', '175327.847000', '175327.849000', '175327.852000', '175327.855000', '175327.857000', '175327.860000', '175327.863000', '175327.865000', '175327.868000', '175327.870000', '175327.873000', '175327.876000', '175327.878000', '175327.881000', '175327.883000', '175327.886000', '175327.889000', '175327.891000', '175327.894000', '175327.896000', '175327.899000', '175327.902000', '175327.904000', '175327.907000', '175327.909000', '175327.912000', '175327.915000', '175327.917000', '175327.920000', '175327.922000', '175327.925000', '175327.928000', '175327.930000', '175327.933000', '175327.935000', '175327.938000', '175327.941000', '175327.943000', '175327.946000', '175327.948000', '175327.951000', '175347.818000', '175347.821000', '175347.823000', '175347.826000', '175347.828000', '175347.831000', '175347.834000', '175347.836000', '175347.839000', '175347.841000', '175347.844000', '175347.846000', '175347.849000', '175347.852000', '175347.854000', '175347.857000', '175347.859000', '175347.862000', '175347.865000', '175347.867000', '175347.870000', '175347.872000', '175347.875000', '175347.878000', '175347.880000', '175347.883000', '175347.885000', '175347.888000', '175347.890000', '175347.893000', '175347.896000', '175347.898000', '175347.901000', '175347.903000', '175347.906000', '175347.909000', '175347.911000', '175347.914000', '175347.916000', '175347.919000', '175347.921000', '175347.924000', '175347.927000', '175403.191000', '175403.193000', '175403.196000', '175403.199000', '175403.201000', '175403.204000', '175403.206000', '175403.209000', '175403.212000', '175403.214000', '175403.217000', '175403.219000', '175403.222000', '175403.225000', '175403.227000', '175403.230000', '175403.232000', '175403.235000', '175403.238000', '175403.240000', '175403.243000', '175403.245000', '175403.248000', '175403.250000', '175403.253000', '175403.256000', '175403.258000', '175403.261000', '175403.264000', '175403.266000', '175403.269000', '175403.272000', '175403.274000', '175403.277000'], 'InstanceCreationTime': ['174747.861000', '174747.864000', '174747.866000', '174747.869000', '174747.873000', '174747.876000', '174747.879000', '174747.881000', '174747.884000', '174747.887000', '174747.889000', '174747.892000', '174747.894000', '174747.897000', '174747.900000', '174747.902000', '174747.905000', '174747.907000', '174747.910000', '174747.912000', '174747.915000', '174747.918000', '174747.920000', '174747.923000', '174747.925000', '174747.934000', '174747.936000', '174747.939000', '174747.941000', '174747.944000', '174747.946000', '174747.949000', '174747.952000', '174747.954000', '174747.957000', '174747.959000', '174747.962000', '174747.964000', '174747.967000', '174747.970000', '174747.972000', '174747.975000', '174747.977000', '174747.980000', '174747.982000', '174747.986000', '174747.989000', '174747.991000', '174747.994000', '174747.996000', '174747.999000', '174748.001000', '174748.004000', '174748.007000', '174748.009000', '174807.818000', '174807.820000', '174807.823000', '174807.826000', '174807.828000', '174807.831000', '174807.833000', '174807.836000', '174807.839000', '174807.841000', '174807.844000', '174807.846000', '174807.849000', '174807.851000', '174807.854000', '174807.857000', '174807.859000', '174807.862000', '174807.864000', '174807.867000', '174807.870000', '174807.872000', '174807.875000', '174807.877000', '174807.880000', '174807.882000', '174807.885000', '174807.887000', '174807.890000', '174807.893000', '174807.895000', '174807.898000', '174807.900000', '174807.903000', '174807.906000', '174807.908000', '174807.911000', '174807.913000', '174807.916000', '174807.919000', '174807.921000', '174807.924000', '174807.926000', '174807.929000', '174827.817000', '174827.820000', '174827.823000', '174827.826000', '174827.829000', '174827.831000', '174827.834000', '174827.837000', '174827.839000', '174827.842000', '174827.845000', '174827.847000', '174827.850000', '174827.852000', '174827.855000', '174827.858000', '174827.860000', '174827.863000', '174827.865000', '174827.868000', '174827.870000', '174827.873000', '174827.876000', '174827.878000', '174827.881000', '174827.883000', '174827.886000', '174827.889000', '174827.891000', '174827.894000', '174827.896000', '174827.899000', '174827.902000', '174827.904000', '174827.907000', '174827.909000', '174827.912000', '174827.914000', '174827.917000', '174827.920000', '174827.922000', '174827.925000', '174827.927000', '174847.817000', '174847.820000', '174847.823000', '174847.825000', '174847.828000', '174847.831000', '174847.833000', '174847.836000', '174847.839000', '174847.841000', '174847.853000', '174847.856000', '174847.858000', '174847.869000', '174847.871000', '174847.874000', '174847.877000', '174847.879000', '174847.882000', '174847.885000', '174847.887000', '174847.890000', '174847.893000', '174847.895000', '174847.898000', '174847.900000', '174847.903000', '174847.906000', '174847.908000', '174847.911000', '174847.914000', '174847.916000', '174847.919000', '174847.921000', '174847.924000', '174847.927000', '174847.929000', '174847.932000', '174847.935000', '174847.937000', '174847.940000', '174847.942000', '174847.945000', '174847.948000', '174907.817000', '174907.820000', '174907.823000', '174907.825000', '174907.828000', '174907.831000', '174907.833000', '174907.836000', '174907.838000', '174907.841000', '174907.844000', '174907.846000', '174907.849000', '174907.851000', '174907.854000', '174907.857000', '174907.859000', '174907.862000', '174907.865000', '174907.867000', '174907.870000', '174907.872000', '174907.887000', '174907.889000', '174907.892000', '174907.895000', '174907.897000', '174907.900000', '174907.902000', '174907.905000', '174907.908000', '174907.910000', '174907.914000', '174907.916000', '174907.919000', '174907.922000', '174907.924000', '174907.927000', '174907.930000', '174907.932000', '174907.935000', '174907.937000', '174907.940000', '174927.818000', '174927.820000', '174927.823000', '174927.826000', '174927.828000', '174927.831000', '174927.833000', '174927.836000', '174927.838000', '174927.841000', '174927.844000', '174927.846000', '174927.849000', '174927.852000', '174927.854000', '174927.857000', '174927.859000', '174927.862000', '174927.865000', '174927.867000', '174927.870000', '174927.872000', '174927.875000', '174927.878000', '174927.880000', '174927.883000', '174927.886000', '174927.888000', '174927.891000', '174927.893000', '174927.896000', '174927.899000', '174927.901000', '174927.904000', '174927.906000', '174927.909000', '174927.912000', '174927.914000', '174927.917000', '174927.919000', '174927.922000', '174927.924000', '174927.927000', '174927.930000', '174947.817000', '174947.820000', '174947.823000', '174947.825000', '174947.828000', '174947.831000', '174947.833000', '174947.836000', '174947.839000', '174947.841000', '174947.844000', '174947.846000', '174947.849000', '174947.852000', '174947.855000', '174947.858000', '174947.861000', '174947.863000', '174947.866000', '174947.869000', '174947.871000', '174947.874000', '174947.877000', '174947.879000', '174947.882000', '174947.884000', '174947.887000', '174947.890000', '174947.892000', '174947.895000', '174947.897000', '174947.900000', '174947.903000', '174947.905000', '174947.908000', '174947.910000', '174947.913000', '174947.916000', '174947.918000', '174947.921000', '174947.923000', '174947.926000', '174947.929000', '175007.816000', '175007.819000', '175007.822000', '175007.825000', '175007.827000', '175007.830000', '175007.832000', '175007.835000', '175007.838000', '175007.840000', '175007.843000', '175007.846000', '175007.848000', '175007.851000', '175007.880000', '175007.883000', '175007.885000', '175007.888000', '175007.891000', '175007.893000', '175007.896000', '175007.899000', '175007.901000', '175007.904000', '175007.906000', '175007.909000', '175007.912000', '175007.914000', '175007.917000', '175007.919000', '175007.922000', '175007.925000', '175007.927000', '175007.930000', '175007.933000', '175007.935000', '175007.938000', '175007.941000', '175007.943000', '175007.946000', '175007.948000', '175007.951000', '175007.954000', '175007.956000', '175027.818000', '175027.820000', '175027.823000', '175027.825000', '175027.828000', '175027.831000', '175027.833000', '175027.836000', '175027.846000', '175027.848000', '175027.851000', '175027.853000', '175027.856000', '175027.859000', '175027.861000', '175027.864000', '175027.867000', '175027.869000', '175027.872000', '175027.874000', '175027.877000', '175027.880000', '175027.882000', '175027.885000', '175027.888000', '175027.890000', '175027.893000', '175027.895000', '175027.898000', '175027.901000', '175027.903000', '175027.906000', '175027.919000', '175027.921000', '175027.924000', '175027.930000', '175027.933000', '175027.935000', '175027.938000', '175027.941000', '175027.943000', '175027.946000', '175027.948000', '175047.817000', '175047.820000', '175047.823000', '175047.826000', '175047.828000', '175047.831000', '175047.833000', '175047.836000', '175047.839000', '175047.841000', '175047.844000', '175047.846000', '175047.849000', '175047.852000', '175047.854000', '175047.857000', '175047.860000', '175047.862000', '175047.865000', '175047.867000', '175047.870000', '175047.872000', '175047.875000', '175047.878000', '175047.880000', '175047.883000', '175047.885000', '175047.888000', '175047.891000', '175047.893000', '175047.896000', '175047.898000', '175047.901000', '175047.904000', '175047.906000', '175047.909000', '175047.911000', '175047.914000', '175047.917000', '175047.919000', '175047.922000', '175047.925000', '175047.927000', '175047.930000', '175107.817000', '175107.820000', '175107.823000', '175107.825000', '175107.828000', '175107.831000', '175107.833000', '175107.836000', '175107.838000', '175107.841000', '175107.843000', '175107.846000', '175107.849000', '175107.851000', '175107.854000', '175107.856000', '175107.859000', '175107.862000', '175107.864000', '175107.867000', '175107.869000', '175107.872000', '175107.875000', '175107.877000', '175107.880000', '175107.882000', '175107.885000', '175107.888000', '175107.890000', '175107.893000', '175107.895000', '175107.898000', '175107.901000', '175107.903000', '175107.906000', '175107.908000', '175107.911000', '175107.914000', '175107.916000', '175107.919000', '175107.922000', '175107.924000', '175107.927000', '175127.818000', '175127.820000', '175127.823000', '175127.826000', '175127.828000', '175127.831000', '175127.834000', '175127.836000', '175127.839000', '175127.842000', '175127.844000', '175127.847000', '175127.850000', '175127.852000', '175127.855000', '175127.857000', '175127.860000', '175127.863000', '175127.865000', '175127.868000', '175127.870000', '175127.873000', '175127.876000', '175127.878000', '175127.881000', '175127.884000', '175127.886000', '175127.889000', '175127.891000', '175127.894000', '175127.897000', '175127.899000', '175127.902000', '175127.904000', '175127.907000', '175127.910000', '175127.912000', '175127.915000', '175127.917000', '175127.920000', '175127.922000', '175127.925000', '175127.928000', '175127.930000', '175147.817000', '175147.820000', '175147.823000', '175147.825000', '175147.828000', '175147.831000', '175147.833000', '175147.836000', '175147.838000', '175147.841000', '175147.844000', '175147.846000', '175147.849000', '175147.852000', '175147.854000', '175147.857000', '175147.859000', '175147.862000', '175147.865000', '175147.867000', '175147.870000', '175147.872000', '175147.875000', '175147.878000', '175147.880000', '175147.883000', '175147.886000', '175147.888000', '175147.891000', '175147.893000', '175147.896000', '175147.898000', '175147.901000', '175147.947000', '175147.950000', '175147.952000', '175147.955000', '175147.958000', '175147.960000', '175147.963000', '175147.965000', '175147.968000', '175147.971000', '175207.817000', '175207.820000', '175207.823000', '175207.825000', '175207.828000', '175207.831000', '175207.833000', '175207.836000', '175207.838000', '175207.841000', '175207.844000', '175207.846000', '175207.849000', '175207.851000', '175207.854000', '175207.857000', '175207.859000', '175207.862000', '175207.864000', '175207.867000', '175207.870000', '175207.872000', '175207.875000', '175207.877000', '175207.880000', '175207.883000', '175207.885000', '175207.888000', '175207.891000', '175207.893000', '175207.896000', '175207.898000', '175207.901000', '175207.904000', '175207.906000', '175207.909000', '175207.911000', '175207.914000', '175207.917000', '175207.919000', '175207.922000', '175207.924000', '175207.927000', '175207.930000', '175227.818000', '175227.820000', '175227.823000', '175227.826000', '175227.828000', '175227.831000', '175227.834000', '175227.836000', '175227.839000', '175227.841000', '175227.844000', '175227.847000', '175227.849000', '175227.852000', '175227.854000', '175227.857000', '175227.860000', '175227.862000', '175227.865000', '175227.868000', '175227.870000', '175227.873000', '175227.875000', '175227.878000', '175227.881000', '175227.883000', '175227.886000', '175227.888000', '175227.891000', '175227.894000', '175227.896000', '175227.899000', '175227.902000', '175227.904000', '175227.907000', '175227.909000', '175227.912000', '175227.915000', '175227.917000', '175227.920000', '175227.922000', '175227.925000', '175227.928000', '175247.818000', '175247.820000', '175247.823000', '175247.826000', '175247.828000', '175247.831000', '175247.833000', '175247.836000', '175247.839000', '175247.841000', '175247.844000', '175247.847000', '175247.849000', '175247.852000', '175247.854000', '175247.857000', '175247.860000', '175247.862000', '175247.865000', '175247.868000', '175247.870000', '175247.873000', '175247.875000', '175247.878000', '175247.881000', '175247.883000', '175247.886000', '175247.888000', '175247.891000', '175247.894000', '175247.896000', '175247.899000', '175247.901000', '175247.904000', '175247.907000', '175247.909000', '175247.912000', '175247.914000', '175247.917000', '175247.920000', '175247.922000', '175247.925000', '175247.927000', '175247.930000', '175307.818000', '175307.823000', '175307.825000', '175307.828000', '175307.830000', '175307.833000', '175307.836000', '175307.838000', '175307.841000', '175307.844000', '175307.846000', '175307.849000', '175307.851000', '175307.854000', '175307.857000', '175307.859000', '175307.862000', '175307.864000', '175307.867000', '175307.870000', '175307.872000', '175307.875000', '175307.877000', '175307.880000', '175307.883000', '175307.885000', '175307.888000', '175307.890000', '175307.893000', '175307.895000', '175307.898000', '175307.901000', '175307.903000', '175307.906000', '175307.908000', '175307.911000', '175307.914000', '175307.916000', '175307.919000', '175307.922000', '175307.924000', '175307.927000', '175307.929000', '175327.839000', '175327.842000', '175327.844000', '175327.847000', '175327.849000', '175327.852000', '175327.855000', '175327.857000', '175327.860000', '175327.863000', '175327.865000', '175327.868000', '175327.870000', '175327.873000', '175327.876000', '175327.878000', '175327.881000', '175327.883000', '175327.886000', '175327.889000', '175327.891000', '175327.894000', '175327.896000', '175327.899000', '175327.902000', '175327.904000', '175327.907000', '175327.909000', '175327.912000', '175327.915000', '175327.917000', '175327.920000', '175327.922000', '175327.925000', '175327.928000', '175327.930000', '175327.933000', '175327.935000', '175327.938000', '175327.941000', '175327.943000', '175327.946000', '175327.948000', '175327.951000', '175347.818000', '175347.821000', '175347.823000', '175347.826000', '175347.828000', '175347.831000', '175347.834000', '175347.836000', '175347.839000', '175347.841000', '175347.844000', '175347.846000', '175347.849000', '175347.852000', '175347.854000', '175347.857000', '175347.859000', '175347.862000', '175347.865000', '175347.867000', '175347.870000', '175347.872000', '175347.875000', '175347.878000', '175347.880000', '175347.883000', '175347.885000', '175347.888000', '175347.890000', '175347.893000', '175347.896000', '175347.898000', '175347.901000', '175347.903000', '175347.906000', '175347.909000', '175347.911000', '175347.914000', '175347.916000', '175347.919000', '175347.921000', '175347.924000', '175347.927000', '175403.191000', '175403.193000', '175403.196000', '175403.199000', '175403.201000', '175403.204000', '175403.206000', '175403.209000', '175403.212000', '175403.214000', '175403.217000', '175403.219000', '175403.222000', '175403.225000', '175403.227000', '175403.230000', '175403.232000', '175403.235000', '175403.238000', '175403.240000', '175403.243000', '175403.245000', '175403.248000', '175403.250000', '175403.253000', '175403.256000', '175403.258000', '175403.261000', '175403.264000', '175403.266000', '175403.269000', '175403.272000', '175403.274000', '175403.277000'], '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': [16865, 10545, 11529, 8627, 10557, 11497, 8749, 14916, 10199, 11680, 8526, 10442, 11562, 8930, 10013, 8613, 15546, 10185, 12308, 8508, 11605, 9444, 9018, 15777, 8892, 13391, 8837, 12585, 9103, 10333, 8737, 9069, 16273, 8839, 13931, 10046, 12065, 9009, 8539, 12317, 8805, 14752, 8625, 12033, 9223, 8741, 8358, 15295, 9753, 13642, 9918, 10161, 8907, 10425, 12732, 8773, 12823, 14203, 9192, 14929, 10535, 11447, 8335, 9317, 9698, 8920, 8259, 8705, 15188, 10286, 12760, 9066, 10900, 9341, 8898, 14667, 9158, 12468, 9575, 13098, 7745, 8082, 8967, 8467, 12544, 13462, 9767, 11889, 8612, 10509, 11946, 8775, 13400, 9940, 11978, 8785, 9331, 15426, 9546, 10987, 8560, 11415, 8778, 9627, 14775, 8959, 12865, 8813, 9608, 9747, 8881, 13063, 8361, 10912, 8671, 9709, 13448, 8805, 13730, 8574, 10193, 12553, 8744, 13173, 8543, 9974, 12304, 8857, 13981, 9299, 10601, 9285, 8680, 13881, 8906, 10177, 10444, 8643, 14482, 9755, 9794, 12772, 8602, 13695, 8560, 9122, 15395, 8798, 11108, 9516, 8614, 14583, 8970, 9064, 8672, 8675, 14551, 9723, 9631, 8970, 8622, 13888, 8274, 12550, 10551, 8786, 14648, 8687, 10701, 11085, 8223, 9194, 8417, 13663, 10445, 9555, 9371, 8187, 8763, 8536, 8652, 10447, 8665, 12745, 8459, 13463, 15246, 10105, 14330, 9820, 8916, 14814, 8606, 11420, 8718, 9237, 8344, 8689, 13837, 9217, 10486, 9580, 8695, 15094, 8590, 11862, 9260, 9619, 9922, 8652, 14662, 9452, 11433, 9392, 9174, 14984, 8555, 12053, 9491, 9190, 8298, 8838, 14739, 9650, 10442, 9567, 8652, 14659, 8956, 10601, 11405, 8488, 13935, 8650, 10130, 12469, 8449, 13396, 8833, 11049, 9895, 8299, 14214, 9538, 10250, 9682, 8864, 15303, 9789, 10038, 8510, 10140, 13516, 8594, 13490, 9709, 11667, 8784, 8995, 14902, 9165, 12219, 8601, 10232, 13134, 8594, 13034, 8893, 11227, 12235, 8678, 14808, 9868, 11471, 9410, 8787, 14980, 9609, 9786, 8139, 9211, 14463, 8451, 13333, 9019, 10645, 10030, 8679, 14927, 9268, 10675, 8212, 10468, 13794, 8734, 15044, 8472, 14657, 8243, 12296, 9028, 9058, 11718, 8400, 14298, 9501, 10871, 8296, 8793, 16637, 10404, 11933, 8483, 10383, 11721, 8617, 15784, 9671, 12555, 8068, 9710, 13599, 8716, 13412, 8433, 13379, 8366, 10273, 10575, 8523, 11477, 8748, 15338, 9748, 10252, 8380, 8818, 11930, 8716, 16113, 8129, 9677, 7989, 9917, 8818, 10118, 9588, 8041, 12522, 15709, 10376, 9961, 9188, 8469, 11790, 16006, 9814, 14700, 9543, 10407, 8418, 8857, 15814, 8794, 10849, 8684, 12693, 8247, 12308, 8597, 9901, 8165, 10063, 8352, 12160, 8951, 11511, 8241, 10984, 13159, 8639, 14555, 9630, 11457, 8492, 8553, 14361, 9037, 11526, 8196, 10692, 11128, 9004, 8387, 8837, 15899, 10119, 11094, 9772, 9212, 14791, 8218, 12704, 8692, 9770, 8340, 9092, 15645, 9901, 12254, 8695, 10394, 10258, 8854, 15701, 10252, 10194, 8369, 9576, 12658, 8319, 13027, 9476, 10794, 11775, 8656, 14527, 9857, 10191, 9529, 8765, 15934, 10033, 10770, 8079, 8763, 12358, 8448, 13335, 8980, 10193, 8372, 9300, 13567, 8414, 12662, 8562, 12312, 8261, 10924, 11760, 8704, 14328, 8323, 11994, 11458, 9403, 14175, 8353, 12546, 8367, 10658, 10558, 8322, 13169, 8536, 13719, 8909, 11146, 9827, 8711, 16349, 8677, 12923, 8674, 10146, 9433, 8841, 15506, 9174, 12384, 8494, 12136, 10073, 8770, 14671, 8881, 12381, 8386, 11246, 11708, 8854, 14816, 8663, 13448, 8552, 12981, 9312, 10830, 8633, 10370, 16334, 9273, 12874, 9818, 11338, 8327, 8588, 12686, 8368, 11106, 8349, 12800, 8236, 10228, 11471, 8707, 14776, 8385, 12660, 10361, 9029, 11992, 8659, 14479, 9690, 10306, 8192, 10226, 8289, 9801, 11240, 8293, 13157, 8442, 14435, 9358, 11162, 8229, 9067, 15860, 8393, 13038, 9577, 10751, 8341, 8788, 12742, 8567, 12754, 8708, 13123, 8528, 11215, 8612, 10067, 8479, 9008, 15574, 9722, 12576, 8699, 11599, 8311, 9708, 10918, 8052, 8456, 8882, 15620, 9577, 13468, 9516, 12391, 8600, 9631, 16562, 9491, 12300, 8464, 12430, 8046, 9125, 8511, 8537, 14153, 8563, 13067, 10735, 8958, 12400, 8470, 14344, 9886, 10911, 10837, 8814, 16282, 10332, 10284, 8900, 8671, 15923, 9367, 11327, 8543, 9941, 8075, 9569, 14762, 8526, 12484, 8534, 10821, 13617, 8527, 13377, 9439, 11483, 8204, 9971, 12332, 8866, 13634, 8660, 13831, 8430, 10095, 8953, 8668, 9356, 8780, 14561, 8728, 10074, 8339, 14802, 8550, 8929, 9715, 8361, 13122, 13923, 11046, 14458, 10771, 11696, 8672, 10387, 8547, 10037, 8611, 10905, 8634, 11406, 9996, 9850, 8787, 8335, 13336, 8662, 9134, 8455, 9990, 8579, 14913, 9878, 10804, 8470, 10004, 8491, 9613, 8193, 11412, 8910, 12598, 9137, 11000, 8686, 13244, 8867, 11162, 8317, 9686, 9000, 10192, 9984, 8268, 11812, 15234, 10303, 13088, 8818, 10580, 8408, 9684, 13353, 8463, 13512, 9648, 10736, 8092, 9607, 8472, 9204, 12251, 8430, 14629, 8723, 13837, 9325, 10172, 8847, 8810, 15498, 9952, 10821, 8184, 8692, 10247, 8490, 11740, 8117, 8836, 8903, 15463, 9744, 10871, 12383, 8825, 14400, 8621, 12989, 9374, 10843, 8342, 9871, 8273, 11589, 8252, 11938, 8448, 9721, 15380, 9071, 11460, 8168, 10185, 10748, 8236, 14490, 8811, 12834, 8836, 10680, 9839, 8671, 8474, 9076, 15860, 10266, 11397, 8472, 10086, 10840, 8893, 14344, 9432, 11593, 8850, 11417, 10496, 8879, 14857, 9197, 12117, 8535, 8700, 14425, 9172, 10523, 8679, 9319, 15052, 8644, 12120, 8785, 10457, 9680, 8664, 14210, 8295, 9869, 8467, 12955, 10435, 9046, 13861, 9121, 12415, 8306, 9093, 12086, 8876, 14141, 9141, 10492, 10987, 8699, 10282, 8852, 12678, 8530, 8104, 8810, 15359, 10538, 12264, 9064, 11092, 8169, 9191, 8715, 15069, 10799, 11111, 8412, 9035, 15529, 9069, 11747, 8343, 10125, 7995, 8539, 14193, 8447, 12042, 8416, 9906, 9645, 9013, 14347, 9121, 10626, 8289, 11352, 9075, 9657, 15351, 8465, 13723, 8391, 10655, 10029, 9343, 9388, 8709, 14459, 8904, 11627, 8479, 11483, 9449, 8802, 14276, 9224, 12486, 8336, 11033, 8915, 10490], 'WindowCenter': [4636.0, 4579.0, 4575.0, 4533.0, 4552.0, 4548.0, 4520.0, 4567.0, 4536.0, 4547.0, 4517.0, 4536.0, 4546.0, 4516.0, 4525.0, 4517.0, 4565.0, 4536.0, 4546.0, 4516.0, 4534.0, 4514.0, 4514.0, 4554.0, 4515.0, 4554.0, 4516.0, 4545.0, 4515.0, 4525.0, 4504.0, 4516.0, 4563.0, 4516.0, 4554.0, 4525.0, 4544.0, 4514.0, 4515.0, 4544.0, 4517.0, 4566.0, 4518.0, 4555.0, 4527.0, 4518.0, 4531.0, 4578.0, 4540.0, 4556.0, 4539.0, 4548.0, 4529.0, 4550.0, 4569.0, 4529.0, 4559.0, 4555.0, 4515.0, 4553.0, 4523.0, 4532.0, 4493.0, 4514.0, 4513.0, 4513.0, 4504.0, 4516.0, 4563.0, 4535.0, 4544.0, 4513.0, 4534.0, 4513.0, 4515.0, 4552.0, 4527.0, 4556.0, 4527.0, 4543.0, 4494.0, 4504.0, 4522.0, 4516.0, 4569.0, 4557.0, 4538.0, 4558.0, 4516.0, 4535.0, 4544.0, 4515.0, 4543.0, 4523.0, 4532.0, 4490.0, 4512.0, 4551.0, 4513.0, 4532.0, 4514.0, 4533.0, 4502.0, 4513.0, 4551.0, 4502.0, 4542.0, 4502.0, 4511.0, 4511.0, 4513.0, 4541.0, 4503.0, 4531.0, 4503.0, 4524.0, 4541.0, 4514.0, 4543.0, 4503.0, 4522.0, 4532.0, 4503.0, 4542.0, 4503.0, 4522.0, 4532.0, 4514.0, 4552.0, 4512.0, 4523.0, 4513.0, 4515.0, 4554.0, 4516.0, 4535.0, 4534.0, 4518.0, 4566.0, 4527.0, 4538.0, 4555.0, 4517.0, 4555.0, 4517.0, 4526.0, 4566.0, 4517.0, 4547.0, 4525.0, 4518.0, 4565.0, 4528.0, 4528.0, 4518.0, 4531.0, 4569.0, 4540.0, 4540.0, 4528.0, 4531.0, 4569.0, 4531.0, 4570.0, 4548.0, 4531.0, 4569.0, 4528.0, 4548.0, 4548.0, 4519.0, 4537.0, 4531.0, 4581.0, 4549.0, 4540.0, 4541.0, 4532.0, 4532.0, 4531.0, 4543.0, 4561.0, 4543.0, 4572.0, 4532.0, 4572.0, 4569.0, 4538.0, 4556.0, 4525.0, 4515.0, 4553.0, 4503.0, 4533.0, 4503.0, 4512.0, 4504.0, 4516.0, 4553.0, 4525.0, 4535.0, 4524.0, 4516.0, 4564.0, 4514.0, 4545.0, 4514.0, 4525.0, 4522.0, 4515.0, 4554.0, 4525.0, 4544.0, 4514.0, 4524.0, 4554.0, 4515.0, 4543.0, 4525.0, 4525.0, 4517.0, 4528.0, 4565.0, 4538.0, 4547.0, 4526.0, 4516.0, 4564.0, 4526.0, 4547.0, 4545.0, 4515.0, 4555.0, 4517.0, 4535.0, 4555.0, 4517.0, 4555.0, 4527.0, 4546.0, 4535.0, 4517.0, 4566.0, 4536.0, 4538.0, 4537.0, 4529.0, 4577.0, 4538.0, 4537.0, 4530.0, 4550.0, 4568.0, 4529.0, 4568.0, 4539.0, 4548.0, 4528.0, 4528.0, 4567.0, 4528.0, 4558.0, 4526.0, 4539.0, 4557.0, 4518.0, 4557.0, 4527.0, 4547.0, 4544.0, 4516.0, 4554.0, 4526.0, 4534.0, 4512.0, 4504.0, 4552.0, 4515.0, 4523.0, 4505.0, 4525.0, 4554.0, 4504.0, 4555.0, 4516.0, 4536.0, 4524.0, 4516.0, 4554.0, 4525.0, 4535.0, 4518.0, 4536.0, 4547.0, 4507.0, 4555.0, 4508.0, 4555.0, 4509.0, 4548.0, 4518.0, 4519.0, 4547.0, 4509.0, 4557.0, 4528.0, 4537.0, 4507.0, 4509.0, 4566.0, 4538.0, 4546.0, 4507.0, 4527.0, 4535.0, 4507.0, 4555.0, 4517.0, 4546.0, 4496.0, 4528.0, 4545.0, 4508.0, 4545.0, 4507.0, 4544.0, 4506.0, 4526.0, 4526.0, 4507.0, 4536.0, 4516.0, 4568.0, 4528.0, 4527.0, 4506.0, 4530.0, 4546.0, 4518.0, 4568.0, 4509.0, 4539.0, 4520.0, 4548.0, 4538.0, 4540.0, 4541.0, 4532.0, 4574.0, 4580.0, 4538.0, 4536.0, 4528.0, 4519.0, 4559.0, 4567.0, 4526.0, 4555.0, 4524.0, 4524.0, 4493.0, 4515.0, 4553.0, 4515.0, 4533.0, 4516.0, 4544.0, 4517.0, 4546.0, 4516.0, 4526.0, 4517.0, 4537.0, 4520.0, 4559.0, 4531.0, 4559.0, 4522.0, 4552.0, 4559.0, 4520.0, 4569.0, 4529.0, 4547.0, 4517.0, 4519.0, 4568.0, 4541.0, 4549.0, 4517.0, 4537.0, 4535.0, 4528.0, 4517.0, 4528.0, 4577.0, 4537.0, 4546.0, 4525.0, 4527.0, 4565.0, 4516.0, 4554.0, 4516.0, 4526.0, 4506.0, 4528.0, 4565.0, 4525.0, 4545.0, 4516.0, 4536.0, 4525.0, 4516.0, 4564.0, 4525.0, 4524.0, 4505.0, 4524.0, 4543.0, 4515.0, 4555.0, 4525.0, 4547.0, 4545.0, 4515.0, 4565.0, 4525.0, 4526.0, 4525.0, 4517.0, 4565.0, 4525.0, 4534.0, 4494.0, 4504.0, 4543.0, 4504.0, 4555.0, 4516.0, 4535.0, 4517.0, 4539.0, 4568.0, 4517.0, 4556.0, 4527.0, 4557.0, 4519.0, 4549.0, 4547.0, 4519.0, 4567.0, 4518.0, 4547.0, 4547.0, 4528.0, 4556.0, 4518.0, 4545.0, 4505.0, 4536.0, 4535.0, 4504.0, 4545.0, 4516.0, 4555.0, 4516.0, 4546.0, 4524.0, 4515.0, 4563.0, 4516.0, 4545.0, 4505.0, 4525.0, 4515.0, 4516.0, 4563.0, 4525.0, 4546.0, 4516.0, 4546.0, 4524.0, 4517.0, 4563.0, 4527.0, 4556.0, 4517.0, 4548.0, 4546.0, 4528.0, 4567.0, 4517.0, 4554.0, 4518.0, 4557.0, 4528.0, 4537.0, 4516.0, 4538.0, 4575.0, 4527.0, 4556.0, 4537.0, 4544.0, 4516.0, 4518.0, 4556.0, 4518.0, 4546.0, 4520.0, 4569.0, 4518.0, 4539.0, 4548.0, 4528.0, 4568.0, 4519.0, 4558.0, 4537.0, 4516.0, 4545.0, 4515.0, 4556.0, 4539.0, 4537.0, 4518.0, 4536.0, 4517.0, 4538.0, 4547.0, 4518.0, 4557.0, 4518.0, 4567.0, 4527.0, 4545.0, 4506.0, 4527.0, 4565.0, 4505.0, 4545.0, 4525.0, 4534.0, 4504.0, 4516.0, 4553.0, 4514.0, 4545.0, 4516.0, 4554.0, 4515.0, 4534.0, 4505.0, 4525.0, 4504.0, 4515.0, 4565.0, 4525.0, 4544.0, 4516.0, 4543.0, 4505.0, 4523.0, 4534.0, 4508.0, 4506.0, 4528.0, 4566.0, 4528.0, 4556.0, 4527.0, 4555.0, 4516.0, 4526.0, 4566.0, 4526.0, 4545.0, 4505.0, 4545.0, 4506.0, 4527.0, 4515.0, 4518.0, 4566.0, 4529.0, 4569.0, 4548.0, 4529.0, 4557.0, 4519.0, 4568.0, 4539.0, 4548.0, 4537.0, 4528.0, 4567.0, 4537.0, 4535.0, 4515.0, 4517.0, 4565.0, 4524.0, 4534.0, 4514.0, 4524.0, 4507.0, 4538.0, 4565.0, 4517.0, 4556.0, 4516.0, 4535.0, 4554.0, 4514.0, 4552.0, 4516.0, 4535.0, 4506.0, 4525.0, 4546.0, 4516.0, 4554.0, 4515.0, 4555.0, 4507.0, 4536.0, 4516.0, 4514.0, 4526.0, 4518.0, 4567.0, 4530.0, 4535.0, 4533.0, 4567.0, 4518.0, 4521.0, 4541.0, 4532.0, 4571.0, 4569.0, 4538.0, 4556.0, 4537.0, 4533.0, 4504.0, 4523.0, 4505.0, 4523.0, 4515.0, 4535.0, 4516.0, 4547.0, 4537.0, 4537.0, 4515.0, 4518.0, 4556.0, 4517.0, 4528.0, 4518.0, 4535.0, 4542.0, 4622.0, 4598.0, 4566.0, 4509.0, 4510.0, 4489.0, 4511.0, 4517.0, 4544.0, 4526.0, 4544.0, 4526.0, 4534.0, 4517.0, 4557.0, 4517.0, 4535.0, 4518.0, 4537.0, 4529.0, 4537.0, 4537.0, 4507.0, 4546.0, 4555.0, 4524.0, 4543.0, 4503.0, 4522.0, 4502.0, 4524.0, 4541.0, 4504.0, 4543.0, 4514.0, 4533.0, 4505.0, 4523.0, 4506.0, 4527.0, 4555.0, 4516.0, 4567.0, 4526.0, 4567.0, 4527.0, 4537.0, 4515.0, 4528.0, 4566.0, 4539.0, 4547.0, 4506.0, 4518.0, 4536.0, 4527.0, 4556.0, 4519.0, 4529.0, 4541.0, 4579.0, 4539.0, 4549.0, 4556.0, 4528.0, 4565.0, 4517.0, 4556.0, 4526.0, 4547.0, 4519.0, 4537.0, 4517.0, 4547.0, 4518.0, 4557.0, 4518.0, 4539.0, 4567.0, 4516.0, 4527.0, 4488.0, 4516.0, 4526.0, 4509.0, 4556.0, 4527.0, 4556.0, 4527.0, 4547.0, 4536.0, 4514.0, 4505.0, 4526.0, 4565.0, 4536.0, 4546.0, 4505.0, 4536.0, 4532.0, 4516.0, 4554.0, 4514.0, 4532.0, 4515.0, 4533.0, 4524.0, 4515.0, 4554.0, 4525.0, 4544.0, 4514.0, 4516.0, 4554.0, 4524.0, 4534.0, 4515.0, 4526.0, 4565.0, 4515.0, 4556.0, 4517.0, 4548.0, 4526.0, 4516.0, 4564.0, 4517.0, 4537.0, 4529.0, 4569.0, 4548.0, 4529.0, 4566.0, 4528.0, 4556.0, 4516.0, 4527.0, 4545.0, 4517.0, 4556.0, 4525.0, 4536.0, 4548.0, 4517.0, 4537.0, 4527.0, 4556.0, 4528.0, 4518.0, 4540.0, 4576.0, 4546.0, 4561.0, 4530.0, 4546.0, 4518.0, 4527.0, 4530.0, 4579.0, 4546.0, 4535.0, 4503.0, 4514.0, 4553.0, 4514.0, 4533.0, 4493.0, 4523.0, 4493.0, 4513.0, 4553.0, 4504.0, 4544.0, 4505.0, 4525.0, 4512.0, 4515.0, 4553.0, 4525.0, 4533.0, 4517.0, 4545.0, 4515.0, 4527.0, 4566.0, 4507.0, 4555.0, 4507.0, 4536.0, 4526.0, 4527.0, 4524.0, 4518.0, 4565.0, 4526.0, 4547.0, 4518.0, 4560.0, 4527.0, 4528.0, 4567.0, 4528.0, 4546.0, 4518.0, 4537.0, 4517.0, 4537.0], 'WindowWidth': [10143.0, 10049.0, 10034.0, 9973.0, 9994.0, 9983.0, 9946.0, 10007.0, 9965.0, 9978.0, 9939.0, 9962.0, 9974.0, 9936.0, 9945.0, 9938.0, 10001.0, 9962.0, 9973.0, 9933.0, 9956.0, 9928.0, 9930.0, 9981.0, 9932.0, 9982.0, 9934.0, 9971.0, 9931.0, 9945.0, 9915.0, 9935.0, 9995.0, 9933.0, 9983.0, 9946.0, 9968.0, 9927.0, 9931.0, 9970.0, 9937.0, 10001.0, 9943.0, 9989.0, 9951.0, 9939.0, 9966.0, 10025.0, 9972.0, 9990.0, 9972.0, 9982.0, 9959.0, 9989.0, 10015.0, 9960.0, 9999.0, 9988.0, 9931.0, 9982.0, 9939.0, 9948.0, 9898.0, 9927.0, 9927.0, 9927.0, 9917.0, 9936.0, 9996.0, 9958.0, 9969.0, 9927.0, 9955.0, 9926.0, 9931.0, 9979.0, 9954.0, 9993.0, 9950.0, 9967.0, 9903.0, 9917.0, 9941.0, 9941.0, 10016.0, 9996.0, 9968.0, 9997.0, 9936.0, 9962.0, 9970.0, 9932.0, 9967.0, 9938.0, 9947.0, 9888.0, 9922.0, 9975.0, 9924.0, 9948.0, 9929.0, 9952.0, 9910.0, 9926.0, 9975.0, 9909.0, 9963.0, 9907.0, 9920.0, 9918.0, 9925.0, 9960.0, 9914.0, 9948.0, 9914.0, 9944.0, 9963.0, 9928.0, 9966.0, 9912.0, 9938.0, 9949.0, 9912.0, 9963.0, 9913.0, 9938.0, 9949.0, 9928.0, 9977.0, 9926.0, 9940.0, 9925.0, 9934.0, 9983.0, 9937.0, 9962.0, 9959.0, 9941.0, 10004.0, 9953.0, 9967.0, 9986.0, 9939.0, 9988.0, 9937.0, 9950.0, 10003.0, 9938.0, 9977.0, 9946.0, 9942.0, 10000.0, 9953.0, 9954.0, 9942.0, 9965.0, 10013.0, 9973.0, 9973.0, 9957.0, 9964.0, 10012.0, 9964.0, 10016.0, 9982.0, 9963.0, 10011.0, 9958.0, 9982.0, 9979.0, 9945.0, 9967.0, 9966.0, 10034.0, 9987.0, 9976.0, 9980.0, 9969.0, 9965.0, 9967.0, 9985.0, 10008.0, 9984.0, 10023.0, 9969.0, 10024.0, 10016.0, 9966.0, 9990.0, 9945.0, 9932.0, 9980.0, 9913.0, 9951.0, 9913.0, 9925.0, 9916.0, 9936.0, 9982.0, 9947.0, 9959.0, 9943.0, 9935.0, 9998.0, 9932.0, 9972.0, 9930.0, 9945.0, 9939.0, 9933.0, 9984.0, 9947.0, 9970.0, 9930.0, 9943.0, 9983.0, 9933.0, 9968.0, 9946.0, 9945.0, 9939.0, 9958.0, 10004.0, 9968.0, 9979.0, 9950.0, 9937.0, 10000.0, 9949.0, 9977.0, 9972.0, 9935.0, 9986.0, 9938.0, 9962.0, 9986.0, 9939.0, 9987.0, 9952.0, 9977.0, 9960.0, 9940.0, 10003.0, 9965.0, 9968.0, 9966.0, 9959.0, 10022.0, 9970.0, 9967.0, 9963.0, 9988.0, 10008.0, 9958.0, 10008.0, 9971.0, 9981.0, 9954.0, 9957.0, 10009.0, 9956.0, 9994.0, 9953.0, 9972.0, 9992.0, 9941.0, 9990.0, 9952.0, 9977.0, 9968.0, 9933.0, 9984.0, 9945.0, 9954.0, 9923.0, 9916.0, 9977.0, 9931.0, 9938.0, 9918.0, 9947.0, 9984.0, 9917.0, 9985.0, 9934.0, 9961.0, 9942.0, 9936.0, 9983.0, 9947.0, 9958.0, 9941.0, 9962.0, 9972.0, 9918.0, 9981.0, 9922.0, 9981.0, 9925.0, 9976.0, 9934.0, 9939.0, 9975.0, 9926.0, 9988.0, 9948.0, 9959.0, 9921.0, 9925.0, 10002.0, 9964.0, 9971.0, 9921.0, 9947.0, 9955.0, 9920.0, 9984.0, 9934.0, 9970.0, 9904.0, 9948.0, 9968.0, 9922.0, 9968.0, 9920.0, 9967.0, 9920.0, 9945.0, 9943.0, 9921.0, 9957.0, 9935.0, 10004.0, 9949.0, 9947.0, 9919.0, 9959.0, 9973.0, 9938.0, 10004.0, 9928.0, 9974.0, 9950.0, 9984.0, 9973.0, 9970.0, 9975.0, 9971.0, 10026.0, 10028.0, 9968.0, 9964.0, 9955.0, 9947.0, 10001.0, 10012.0, 9949.0, 9987.0, 9943.0, 9941.0, 9898.0, 9930.0, 9980.0, 9930.0, 9953.0, 9934.0, 9970.0, 9940.0, 9976.0, 9935.0, 9947.0, 9939.0, 9965.0, 9948.0, 9998.0, 9964.0, 9999.0, 9954.0, 9994.0, 9997.0, 9946.0, 10009.0, 9955.0, 9977.0, 9938.0, 9943.0, 10007.0, 9977.0, 9983.0, 9939.0, 9963.0, 9958.0, 9954.0, 9940.0, 9957.0, 10021.0, 9965.0, 9976.0, 9945.0, 9950.0, 10000.0, 9935.0, 9983.0, 9934.0, 9947.0, 9921.0, 9953.0, 10002.0, 9947.0, 9971.0, 9934.0, 9960.0, 9943.0, 9934.0, 9997.0, 9945.0, 9941.0, 9918.0, 9945.0, 9967.0, 9932.0, 9984.0, 9947.0, 9977.0, 9971.0, 9933.0, 10000.0, 9945.0, 9947.0, 9943.0, 9936.0, 9999.0, 9945.0, 9955.0, 9902.0, 9917.0, 9965.0, 9918.0, 9984.0, 9934.0, 9958.0, 9941.0, 9972.0, 10009.0, 9941.0, 9990.0, 9954.0, 9991.0, 9945.0, 9984.0, 9980.0, 9943.0, 10006.0, 9941.0, 9980.0, 9976.0, 9953.0, 9987.0, 9942.0, 9972.0, 9921.0, 9962.0, 9957.0, 9917.0, 9971.0, 9934.0, 9985.0, 9934.0, 9974.0, 9942.0, 9933.0, 9996.0, 9934.0, 9971.0, 9918.0, 9946.0, 9930.0, 9936.0, 9996.0, 9947.0, 9974.0, 9936.0, 9975.0, 9943.0, 9937.0, 9995.0, 9952.0, 9987.0, 9940.0, 9980.0, 9975.0, 9953.0, 10004.0, 9938.0, 9985.0, 9941.0, 9992.0, 9953.0, 9964.0, 9935.0, 9968.0, 10016.0, 9951.0, 9989.0, 9965.0, 9971.0, 9936.0, 9940.0, 9990.0, 9942.0, 9976.0, 9948.0, 10015.0, 9943.0, 9972.0, 9982.0, 9956.0, 10009.0, 9943.0, 9996.0, 9963.0, 9936.0, 9972.0, 9934.0, 9987.0, 9970.0, 9965.0, 9941.0, 9962.0, 9939.0, 9967.0, 9976.0, 9941.0, 9991.0, 9940.0, 10005.0, 9951.0, 9973.0, 9921.0, 9951.0, 10001.0, 9919.0, 9971.0, 9944.0, 9956.0, 9916.0, 9934.0, 9981.0, 9931.0, 9971.0, 9936.0, 9984.0, 9933.0, 9955.0, 9917.0, 9946.0, 9915.0, 9934.0, 9999.0, 9946.0, 9968.0, 9934.0, 9967.0, 9917.0, 9943.0, 9955.0, 9928.0, 9921.0, 9954.0, 10003.0, 9953.0, 9990.0, 9952.0, 9986.0, 9934.0, 9949.0, 10002.0, 9948.0, 9971.0, 9921.0, 9973.0, 9923.0, 9951.0, 9932.0, 9941.0, 10004.0, 9957.0, 10014.0, 9982.0, 9958.0, 9991.0, 9943.0, 10007.0, 9970.0, 9981.0, 9964.0, 9954.0, 10007.0, 9965.0, 9960.0, 9931.0, 9936.0, 9998.0, 9943.0, 9954.0, 9930.0, 9941.0, 9926.0, 9968.0, 10001.0, 9938.0, 9989.0, 9936.0, 9959.0, 9983.0, 9930.0, 9978.0, 9934.0, 9956.0, 9922.0, 9946.0, 9973.0, 9934.0, 9982.0, 9934.0, 9986.0, 9923.0, 9961.0, 9933.0, 9933.0, 9950.0, 9941.0, 10004.0, 9961.0, 9965.0, 9970.0, 10008.0, 9941.0, 9945.0, 9976.0, 9968.0, 10021.0, 10011.0, 9966.0, 9990.0, 9963.0, 9952.0, 9916.0, 9939.0, 9917.0, 9939.0, 9933.0, 9958.0, 9937.0, 9979.0, 9965.0, 9966.0, 9933.0, 9940.0, 9988.0, 9939.0, 9954.0, 9943.0, 9961.0, 9982.0, 10112.0, 10088.0, 10020.0, 9927.0, 9914.0, 9884.0, 9916.0, 9938.0, 9971.0, 9948.0, 9968.0, 9950.0, 9956.0, 9937.0, 9988.0, 9936.0, 9960.0, 9942.0, 9966.0, 9958.0, 9966.0, 9966.0, 9924.0, 9976.0, 9987.0, 9941.0, 9964.0, 9911.0, 9935.0, 9910.0, 9942.0, 9961.0, 9915.0, 9964.0, 9928.0, 9951.0, 9919.0, 9942.0, 9921.0, 9953.0, 9989.0, 9938.0, 10006.0, 9952.0, 10007.0, 9952.0, 9964.0, 9933.0, 9953.0, 10004.0, 9971.0, 9978.0, 9922.0, 9942.0, 9963.0, 9955.0, 9991.0, 9946.0, 9959.0, 9978.0, 10029.0, 9973.0, 9983.0, 9990.0, 9953.0, 10001.0, 9939.0, 9991.0, 9951.0, 9978.0, 9944.0, 9964.0, 9940.0, 9979.0, 9943.0, 9992.0, 9942.0, 9971.0, 10008.0, 9934.0, 9937.0, 9888.0, 9924.0, 9939.0, 9923.0, 9987.0, 9953.0, 9990.0, 9954.0, 9979.0, 9962.0, 9932.0, 9919.0, 9951.0, 10001.0, 9961.0, 9974.0, 9919.0, 9961.0, 9951.0, 9933.0, 9982.0, 9929.0, 9950.0, 9931.0, 9954.0, 9941.0, 9932.0, 9982.0, 9946.0, 9970.0, 9928.0, 9935.0, 9983.0, 9944.0, 9955.0, 9934.0, 9950.0, 9999.0, 9934.0, 9988.0, 9938.0, 9982.0, 9948.0, 9935.0, 10000.0, 9939.0, 9965.0, 9960.0, 10013.0, 9981.0, 9958.0, 10006.0, 9954.0, 9990.0, 9935.0, 9953.0, 9972.0, 9938.0, 9989.0, 9948.0, 9964.0, 9981.0, 9939.0, 9965.0, 9956.0, 9991.0, 9956.0, 9944.0, 9976.0, 10023.0, 9980.0, 10003.0, 9958.0, 9974.0, 9945.0, 9955.0, 9963.0, 10029.0, 9978.0, 9960.0, 9913.0, 9927.0, 9981.0, 9928.0, 9950.0, 9898.0, 9938.0, 9897.0, 9928.0, 9979.0, 9917.0, 9968.0, 9917.0, 9944.0, 9923.0, 9933.0, 9981.0, 9947.0, 9955.0, 9940.0, 9975.0, 9934.0, 9953.0, 10002.0, 9924.0, 9986.0, 9924.0, 9963.0, 9947.0, 9951.0, 9945.0, 9941.0, 10002.0, 9952.0, 9979.0, 9943.0, 10002.0, 9952.0, 9955.0, 10007.0, 9953.0, 9975.0, 9940.0, 9965.0, 9938.0, 9965.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.0014309562211981567</td></tr>
<tr><td colspan=3>aqi</td><td>0.01761116935483871</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.857418416562844</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2409352592733547</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0184472305536332</td></tr>
<tr><td colspan=3>efc</td><td>0.4703</td></tr>
<tr><td colspan=3>fber</td><td>6017.4521</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08170923062063248</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.456221198156682</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4701816023917815</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4312850329427387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688526481355079</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.290733292877528</td></tr>
<tr><td colspan=3>gcor</td><td>0.00987349</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008822349831461906</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019457034766674042</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7649726337928078</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>42.9441</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8613</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.4289</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297228.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.6817</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1713</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.6873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3681.3356</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1037.4512</td></tr>
<tr><td colspan=3>tsnr</td><td>45.16494105523452</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>