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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-04/func/sub-0018_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b776ab7b6ebe2a17bf6e02972f60a35</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>09:59:59.045000</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_VE11C_LATEST_20160120</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.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.100313</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c892d34d-203a-4394-b7c2-408079dff7ca||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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': ['095959.045000', '095959.505000', '095959.965000', '100000.425000', '100000.885000', '100001.345000', '100001.805000', '100002.265000', '100002.725000', '100003.185000', '100003.645000', '100004.105000', '100004.565000', '100005.025000', '100005.485000', '100005.945000', '100006.405000', '100006.865000', '100007.325000', '100007.785000', '100008.245000', '100008.705000', '100009.165000', '100009.625000', '100010.085000', '100010.545000', '100011.005000', '100011.465000', '100011.925000', '100012.385000', '100012.845000', '100013.305000', '100013.765000', '100014.225000', '100014.685000', '100015.145000', '100015.605000', '100016.065000', '100016.525000', '100016.985000', '100017.445000', '100017.905000', '100018.365000', '100018.825000', '100019.285000', '100019.745000', '100020.205000', '100020.665000', '100021.125000', '100021.585000', '100022.045000', '100022.505000', '100022.965000', '100023.425000', '100023.885000', '100024.345000', '100024.805000', '100025.265000', '100025.725000', '100026.185000', '100026.645000', '100027.105000', '100027.565000', '100028.025000', '100028.485000', '100028.945000', '100029.405000', '100029.865000', '100030.325000', '100030.785000', '100031.245000', '100031.705000', '100032.165000', '100032.625000', '100033.085000', '100033.545000', '100034.005000', '100034.465000', '100034.925000', '100035.385000', '100035.845000', '100036.305000', '100036.765000', '100037.225000', '100037.685000', '100038.145000', '100038.605000', '100039.065000', '100039.525000', '100039.985000', '100040.445000', '100040.905000', '100041.365000', '100041.825000', '100042.285000', '100042.745000', '100043.205000', '100043.665000', '100044.125000', '100044.585000', '100045.045000', '100045.505000', '100045.965000', '100046.425000', '100046.885000', '100047.345000', '100047.805000', '100048.265000', '100048.725000', '100049.185000', '100049.645000', '100050.105000', '100050.565000', '100051.025000', '100051.485000', '100051.945000', '100052.405000', '100052.865000', '100053.325000', '100053.785000', '100054.245000', '100054.705000', '100055.165000', '100055.625000', '100056.085000', '100056.545000', '100057.005000', '100057.465000', '100057.925000', '100058.385000', '100058.845000', '100059.305000', '100059.765000', '100100.225000', '100100.685000', '100101.145000', '100101.605000', '100102.065000', '100102.525000', '100102.985000', '100103.445000', '100103.905000', '100104.365000', '100104.825000', '100105.285000', '100105.745000', '100106.205000', '100106.665000', '100107.125000', '100107.585000', '100108.045000', '100108.505000', '100108.965000', '100109.425000', '100109.885000', '100110.345000', '100110.805000', '100111.265000', '100111.725000', '100112.185000', '100112.645000', '100113.105000', '100113.565000', '100114.025000', '100114.485000', '100114.945000', '100115.405000', '100115.865000', '100116.325000', '100116.785000', '100117.245000', '100117.705000', '100118.165000', '100118.625000', '100119.085000', '100119.545000', '100120.005000', '100120.465000', '100120.925000', '100121.385000', '100121.845000', '100122.305000', '100122.765000', '100123.225000', '100123.685000', '100124.145000', '100124.605000', '100125.065000', '100125.525000', '100125.985000', '100126.445000', '100126.905000', '100127.365000', '100127.825000', '100128.285000', '100128.745000', '100129.205000', '100129.665000', '100130.125000', '100130.585000', '100131.045000', '100131.505000', '100131.965000', '100132.425000', '100132.885000', '100133.345000', '100133.805000', '100134.265000', '100134.725000', '100135.185000', '100135.645000', '100136.105000', '100136.565000', '100137.025000', '100137.485000', '100137.945000', '100138.405000', '100138.865000', '100139.325000', '100139.785000', '100140.245000', '100140.705000', '100141.165000', '100141.625000', '100142.085000', '100142.545000', '100143.005000', '100143.465000', '100143.925000', '100144.385000', '100144.845000', '100145.305000', '100145.765000', '100146.225000', '100146.685000', '100147.145000', '100147.605000', '100148.065000', '100148.525000', '100148.985000', '100149.445000', '100149.905000', '100150.365000', '100150.825000', '100151.285000', '100151.745000', '100152.205000', '100152.665000', '100153.125000', '100153.585000', '100154.045000', '100154.505000', '100154.965000', '100155.425000', '100155.885000', '100156.345000', '100156.805000', '100157.265000', '100157.725000', '100158.185000', '100158.645000', '100159.105000', '100159.565000', '100200.025000', '100200.485000', '100200.945000', '100201.405000', '100201.865000', '100202.325000', '100202.785000', '100203.245000', '100203.705000', '100204.165000', '100204.625000', '100205.085000', '100205.545000', '100206.005000', '100206.465000', '100206.925000', '100207.385000', '100207.845000', '100208.305000', '100208.765000', '100209.225000', '100209.685000', '100210.145000', '100210.605000', '100211.065000', '100211.525000', '100211.985000', '100212.445000', '100212.905000', '100213.365000', '100213.825000', '100214.285000', '100214.745000', '100215.205000', '100215.665000', '100216.125000', '100216.585000', '100217.045000', '100217.505000', '100217.965000', '100218.425000', '100218.885000', '100219.345000', '100219.805000', '100220.265000', '100220.725000', '100221.185000', '100221.645000', '100222.105000', '100222.565000', '100223.025000', '100223.485000', '100223.945000', '100224.405000', '100224.865000', '100225.325000', '100225.785000', '100226.245000', '100226.705000', '100227.165000', '100227.625000', '100228.085000', '100228.545000', '100229.005000', '100229.465000', '100229.925000', '100230.385000', '100230.845000', '100231.305000', '100231.765000', '100232.225000', '100232.685000', '100233.145000', '100233.605000', '100234.065000', '100234.525000', '100234.985000', '100235.445000', '100235.905000', '100236.365000', '100236.825000', '100237.285000', '100237.745000', '100238.205000', '100238.665000', '100239.125000', '100239.585000', '100240.045000', '100240.505000', '100240.965000', '100241.425000', '100241.885000', '100242.345000', '100242.805000', '100243.265000', '100243.725000', '100244.185000', '100244.645000', '100245.105000', '100245.565000', '100246.025000', '100246.485000', '100246.945000', '100247.405000', '100247.865000', '100248.325000', '100248.785000', '100249.245000', '100249.705000', '100250.165000', '100250.625000', '100251.085000', '100251.545000', '100252.005000', '100252.465000', '100252.925000', '100253.385000', '100253.845000', '100254.305000', '100254.765000', '100255.225000', '100255.685000', '100256.145000', '100256.605000', '100257.065000', '100257.525000', '100257.985000', '100258.445000', '100258.905000', '100259.365000', '100259.825000', '100300.285000', '100300.745000', '100301.205000', '100301.665000', '100302.125000', '100302.585000', '100303.045000', '100303.505000', '100303.965000', '100304.425000', '100304.885000', '100305.345000', '100305.805000', '100306.265000', '100306.725000', '100307.185000', '100307.645000', '100308.105000', '100308.565000', '100309.025000', '100309.485000', '100309.945000', '100310.405000', '100310.865000', '100311.325000', '100311.785000', '100312.245000', '100312.705000', '100313.165000', '100313.625000', '100314.085000', '100314.545000', '100315.005000', '100315.465000', '100315.925000', '100316.385000', '100316.845000', '100317.305000', '100317.765000', '100318.225000', '100318.685000', '100319.145000', '100319.605000', '100320.065000', '100320.525000', '100320.985000', '100321.445000', '100321.905000', '100322.365000', '100322.825000', '100323.285000', '100323.745000', '100324.205000', '100324.665000', '100325.125000', '100325.585000', '100326.045000', '100326.505000', '100326.965000', '100327.425000', '100327.885000', '100328.345000', '100328.805000', '100329.265000', '100329.725000', '100330.185000', '100330.645000', '100331.105000', '100331.565000', '100332.025000', '100332.485000', '100332.945000', '100333.405000', '100333.865000', '100334.325000', '100334.785000', '100335.245000', '100335.705000', '100336.165000', '100336.625000', '100337.085000', '100337.545000', '100338.005000', '100338.465000', '100338.925000', '100339.385000', '100339.845000', '100340.305000', '100340.765000', '100341.225000', '100341.685000', '100342.145000', '100342.605000', '100343.065000', '100343.525000', '100343.985000', '100344.445000', '100344.905000', '100345.365000', '100345.825000', '100346.285000', '100346.745000', '100347.205000', '100347.665000', '100348.125000', '100348.585000', '100349.045000', '100349.505000', '100349.965000', '100350.425000', '100350.885000', '100351.345000', '100351.805000', '100352.265000', '100352.725000', '100353.185000', '100353.645000', '100354.105000', '100354.565000', '100355.025000', '100355.485000', '100355.945000', '100356.405000', '100356.865000', '100357.325000', '100357.785000', '100358.245000', '100358.705000', '100359.165000', '100359.625000', '100400.085000', '100400.545000', '100401.005000', '100401.465000', '100401.925000', '100402.385000', '100402.845000', '100403.305000', '100403.765000', '100404.225000', '100404.685000', '100405.145000', '100405.605000', '100406.065000', '100406.525000', '100406.985000', '100407.445000', '100407.905000', '100408.365000', '100408.825000', '100409.285000', '100409.745000', '100410.205000', '100410.665000', '100411.125000', '100411.585000', '100412.045000', '100412.505000', '100412.965000', '100413.425000', '100413.885000', '100414.345000', '100414.805000', '100415.265000', '100415.725000', '100416.185000', '100416.645000', '100417.105000', '100417.565000', '100418.025000', '100418.485000', '100418.945000', '100419.405000', '100419.865000', '100420.325000', '100420.785000', '100421.245000', '100421.705000', '100422.165000', '100422.625000', '100423.085000', '100423.545000', '100424.005000', '100424.465000', '100424.925000', '100425.385000', '100425.845000', '100426.305000', '100426.765000', '100427.225000', '100427.685000', '100428.145000', '100428.605000', '100429.065000', '100429.525000', '100429.985000', '100430.445000', '100430.905000', '100431.365000', '100431.825000', '100432.285000', '100432.745000', '100433.205000', '100433.665000', '100434.125000', '100434.585000', '100435.045000', '100435.505000', '100435.965000', '100436.425000', '100436.885000', '100437.345000', '100437.805000', '100438.265000', '100438.725000', '100439.185000', '100439.645000', '100440.105000', '100440.565000', '100441.025000', '100441.485000', '100441.945000', '100442.405000', '100442.865000', '100443.325000', '100443.785000', '100444.245000', '100444.705000', '100445.165000', '100445.625000', '100446.085000', '100446.545000', '100447.005000', '100447.465000', '100447.925000', '100448.385000', '100448.845000', '100449.305000', '100449.765000', '100450.225000', '100450.685000', '100451.145000', '100451.605000', '100452.065000', '100452.525000', '100452.985000', '100453.445000', '100453.905000', '100454.365000', '100454.825000', '100455.285000', '100455.745000', '100456.205000', '100456.665000', '100457.125000', '100457.585000', '100458.045000', '100458.505000', '100458.965000', '100459.425000', '100459.885000', '100500.345000', '100500.805000', '100501.265000', '100501.725000', '100502.185000', '100502.645000', '100503.105000', '100503.565000', '100504.025000', '100504.485000', '100504.945000', '100505.405000', '100505.865000', '100506.325000', '100506.785000', '100507.245000', '100507.705000', '100508.165000', '100508.625000', '100509.085000', '100509.545000', '100510.005000', '100510.465000', '100510.925000', '100511.385000', '100511.845000', '100512.305000', '100512.765000', '100513.225000', '100513.685000', '100514.145000', '100514.605000', '100515.065000', '100515.525000', '100515.985000', '100516.445000', '100516.905000', '100517.365000', '100517.825000', '100518.285000', '100518.745000', '100519.205000', '100519.665000', '100520.125000', '100520.585000', '100521.045000', '100521.505000', '100521.965000', '100522.425000', '100522.885000', '100523.345000', '100523.805000', '100524.265000', '100524.725000', '100525.185000', '100525.645000', '100526.105000', '100526.565000', '100527.025000', '100527.485000', '100527.945000', '100528.405000', '100528.865000', '100529.325000', '100529.785000', '100530.245000', '100530.705000', '100531.165000', '100531.625000', '100532.085000', '100532.545000', '100533.005000', '100533.465000', '100533.925000', '100534.385000', '100534.845000', '100535.305000', '100535.765000', '100536.225000', '100536.685000', '100537.145000', '100537.605000', '100538.065000', '100538.525000', '100538.985000', '100539.445000', '100539.905000', '100540.365000', '100540.825000', '100541.285000', '100541.745000', '100542.205000', '100542.665000', '100543.125000', '100543.585000', '100544.045000', '100544.505000', '100544.965000', '100545.425000', '100545.885000', '100546.345000', '100546.805000', '100547.265000', '100547.725000', '100548.185000', '100548.645000', '100549.105000', '100549.565000', '100550.025000', '100550.485000', '100550.945000', '100551.405000', '100551.865000', '100552.325000', '100552.785000', '100553.245000', '100553.705000', '100554.165000', '100554.625000', '100555.085000', '100555.545000', '100556.005000', '100556.465000', '100556.925000', '100557.385000', '100557.845000', '100558.305000', '100558.765000', '100559.225000', '100559.685000', '100600.145000', '100600.605000', '100601.065000', '100601.525000', '100601.985000', '100602.445000', '100602.905000', '100603.365000', '100603.825000', '100604.285000', '100604.745000', '100605.205000', '100605.665000', '100606.125000', '100606.585000', '100607.045000', '100607.505000', '100607.965000', '100608.425000', '100608.885000', '100609.345000', '100609.805000', '100610.265000', '100610.725000', '100611.185000', '100611.645000', '100612.105000', '100612.565000', '100613.025000', '100613.485000', '100613.945000', '100614.405000', '100614.865000', '100615.325000', '100615.785000', '100616.245000', '100616.705000', '100617.165000', '100617.625000', '100618.085000', '100618.545000', '100619.005000', '100619.465000', '100619.925000', '100620.385000', '100620.845000', '100621.305000', '100621.765000', '100622.225000', '100622.685000', '100623.145000', '100623.605000', '100624.065000', '100624.525000', '100624.985000', '100625.445000', '100625.905000', '100626.365000', '100626.825000', '100627.285000', '100627.745000', '100628.205000', '100628.665000', '100629.125000', '100629.585000', '100630.045000', '100630.505000', '100630.965000', '100631.425000', '100631.885000', '100632.345000', '100632.805000', '100633.265000', '100633.725000', '100634.185000', '100634.645000', '100635.105000', '100635.565000', '100636.025000', '100636.485000', '100636.945000', '100637.405000', '100637.865000', '100638.325000', '100638.785000', '100639.245000', '100639.705000'], 'ContentTime': ['100017.826000', '100017.830000', '100017.832000', '100017.835000', '100017.838000', '100017.841000', '100017.843000', '100017.846000', '100017.849000', '100017.852000', '100017.855000', '100017.857000', '100017.860000', '100017.869000', '100017.872000', '100017.875000', '100017.878000', '100017.881000', '100017.883000', '100017.886000', '100017.889000', '100017.892000', '100017.894000', '100017.897000', '100017.900000', '100017.903000', '100017.905000', '100017.908000', '100017.911000', '100017.914000', '100017.917000', '100017.919000', '100017.922000', '100017.925000', '100017.928000', '100017.930000', '100017.933000', '100017.936000', '100017.939000', '100037.785000', '100037.788000', '100037.791000', '100037.793000', '100037.796000', '100037.799000', '100037.802000', '100037.805000', '100037.807000', '100037.810000', '100037.813000', '100037.816000', '100037.818000', '100037.821000', '100037.824000', '100037.827000', '100037.830000', '100037.832000', '100037.835000', '100037.838000', '100037.841000', '100037.843000', '100037.846000', '100037.849000', '100037.852000', '100037.854000', '100037.857000', '100037.860000', '100037.863000', '100037.865000', '100037.868000', '100037.871000', '100037.874000', '100037.877000', '100037.879000', '100037.882000', '100037.890000', '100037.893000', '100037.896000', '100037.899000', '100037.901000', '100037.904000', '100037.907000', '100037.910000', '100057.785000', '100057.788000', '100057.791000', '100057.793000', '100057.796000', '100057.799000', '100057.802000', '100057.804000', '100057.807000', '100057.810000', '100057.813000', '100057.815000', '100057.826000', '100057.829000', '100057.832000', '100057.835000', '100057.838000', '100057.840000', '100057.843000', '100057.846000', '100057.849000', '100057.851000', '100057.854000', '100057.857000', '100057.860000', '100057.862000', '100057.865000', '100057.868000', '100057.871000', '100057.874000', '100057.876000', '100057.879000', '100057.882000', '100057.885000', '100057.887000', '100057.890000', '100057.893000', '100057.896000', '100057.898000', '100057.901000', '100057.904000', '100057.907000', '100057.909000', '100117.785000', '100117.788000', '100117.791000', '100117.793000', '100117.796000', '100117.799000', '100117.802000', '100117.804000', '100117.807000', '100117.810000', '100117.813000', '100117.816000', '100117.818000', '100117.821000', '100117.824000', '100117.827000', '100117.830000', '100117.832000', '100117.835000', '100117.838000', '100117.841000', '100117.843000', '100117.846000', '100117.849000', '100117.852000', '100117.855000', '100117.857000', '100117.860000', '100117.863000', '100117.866000', '100117.869000', '100117.871000', '100117.874000', '100117.877000', '100117.880000', '100117.882000', '100117.885000', '100117.888000', '100117.891000', '100117.893000', '100117.896000', '100117.899000', '100117.902000', '100117.905000', '100137.785000', '100137.788000', '100137.791000', '100137.793000', '100137.796000', '100137.799000', '100137.802000', '100137.804000', '100137.807000', '100137.810000', '100137.813000', '100137.816000', '100137.819000', '100137.821000', '100137.824000', '100137.827000', '100137.830000', '100137.833000', '100137.835000', '100137.838000', '100137.841000', '100137.846000', '100137.850000', '100137.853000', '100137.855000', '100137.858000', '100137.861000', '100137.864000', '100137.867000', '100137.869000', '100137.872000', '100137.875000', '100137.878000', '100137.881000', '100137.883000', '100137.886000', '100137.889000', '100137.892000', '100137.895000', '100137.897000', '100137.900000', '100137.903000', '100137.906000', '100157.785000', '100157.788000', '100157.791000', '100157.793000', '100157.796000', '100157.799000', '100157.802000', '100157.804000', '100157.807000', '100157.810000', '100157.813000', '100157.816000', '100157.818000', '100157.821000', '100157.824000', '100157.827000', '100157.830000', '100157.832000', '100157.835000', '100157.838000', '100157.841000', '100157.844000', '100157.846000', '100157.849000', '100157.852000', '100157.855000', '100157.857000', '100157.860000', '100157.863000', '100157.866000', '100157.869000', '100157.871000', '100157.874000', '100157.883000', '100157.886000', '100157.889000', '100157.892000', '100157.894000', '100157.897000', '100157.900000', '100157.903000', '100157.906000', '100157.909000', '100157.911000', '100217.785000', '100217.788000', '100217.791000', '100217.793000', '100217.796000', '100217.799000', '100217.802000', '100217.805000', '100217.808000', '100217.811000', '100217.814000', '100217.817000', '100217.820000', '100217.823000', '100217.825000', '100217.828000', '100217.831000', '100217.834000', '100217.836000', '100217.839000', '100217.842000', '100217.845000', '100217.848000', '100217.850000', '100217.853000', '100217.856000', '100217.859000', '100217.862000', '100217.865000', '100217.867000', '100217.870000', '100217.874000', '100217.879000', '100217.882000', '100217.885000', '100217.888000', '100217.891000', '100217.893000', '100217.896000', '100217.899000', '100217.902000', '100217.905000', '100217.907000', '100237.785000', '100237.788000', '100237.791000', '100237.794000', '100237.796000', '100237.799000', '100237.802000', '100237.805000', '100237.808000', '100237.811000', '100237.813000', '100237.816000', '100237.819000', '100237.822000', '100237.824000', '100237.827000', '100237.830000', '100237.833000', '100237.836000', '100237.838000', '100237.841000', '100237.844000', '100237.847000', '100237.850000', '100237.853000', '100237.856000', '100237.859000', '100237.862000', '100237.865000', '100237.867000', '100237.870000', '100237.873000', '100237.876000', '100237.879000', '100237.882000', '100237.884000', '100237.887000', '100237.890000', '100237.893000', '100237.896000', '100237.899000', '100237.901000', '100237.904000', '100237.907000', '100257.785000', '100257.788000', '100257.791000', '100257.794000', '100257.796000', '100257.799000', '100257.802000', '100257.805000', '100257.808000', '100257.810000', '100257.813000', '100257.816000', '100257.819000', '100257.822000', '100257.824000', '100257.827000', '100257.830000', '100257.833000', '100257.836000', '100257.838000', '100257.841000', '100257.844000', '100257.847000', '100257.849000', '100257.852000', '100257.855000', '100257.858000', '100257.861000', '100257.864000', '100257.866000', '100257.869000', '100257.872000', '100257.875000', '100257.878000', '100257.880000', '100257.883000', '100257.886000', '100257.889000', '100257.899000', '100257.903000', '100257.906000', '100257.909000', '100257.912000', '100317.785000', '100317.788000', '100317.791000', '100317.793000', '100317.796000', '100317.799000', '100317.802000', '100317.804000', '100317.807000', '100317.810000', '100317.813000', '100317.816000', '100317.819000', '100317.821000', '100317.824000', '100317.827000', '100317.830000', '100317.833000', '100317.836000', '100317.838000', '100317.841000', '100317.844000', '100317.847000', '100317.850000', '100317.852000', '100317.855000', '100317.858000', '100317.861000', '100317.864000', '100317.866000', '100317.869000', '100317.872000', '100317.875000', '100317.878000', '100317.880000', '100317.883000', '100317.886000', '100317.889000', '100317.891000', '100317.894000', '100317.897000', '100317.900000', '100317.903000', '100317.905000', '100337.785000', '100337.788000', '100337.791000', '100337.793000', '100337.796000', '100337.799000', '100337.802000', '100337.805000', '100337.807000', '100337.810000', '100337.813000', '100337.816000', '100337.819000', '100337.822000', '100337.824000', '100337.827000', '100337.830000', '100337.833000', '100337.836000', '100337.838000', '100337.843000', '100337.846000', '100337.849000', '100337.852000', '100337.855000', '100337.858000', '100337.860000', '100337.863000', '100337.866000', '100337.869000', '100337.872000', '100337.874000', '100337.877000', '100337.880000', '100337.883000', '100337.886000', '100337.888000', '100337.891000', '100337.894000', '100337.897000', '100337.900000', '100337.905000', '100337.908000', '100357.785000', '100357.788000', '100357.791000', '100357.794000', '100357.796000', '100357.799000', '100357.802000', '100357.805000', '100357.808000', '100357.811000', '100357.813000', '100357.816000', '100357.819000', '100357.822000', '100357.824000', '100357.827000', '100357.830000', '100357.833000', '100357.836000', '100357.838000', '100357.841000', '100357.844000', '100357.847000', '100357.850000', '100357.853000', '100357.856000', '100357.858000', '100357.861000', '100357.864000', '100357.867000', '100357.870000', '100357.873000', '100357.875000', '100357.878000', '100357.881000', '100357.884000', '100357.887000', '100357.889000', '100357.892000', '100357.895000', '100357.898000', '100357.901000', '100357.904000', '100357.906000', '100417.785000', '100417.788000', '100417.791000', '100417.793000', '100417.805000', '100417.808000', '100417.811000', '100417.814000', '100417.817000', '100417.819000', '100417.822000', '100417.825000', '100417.828000', '100417.831000', '100417.833000', '100417.836000', '100417.839000', '100417.842000', '100417.845000', '100417.848000', '100417.851000', '100417.853000', '100417.856000', '100417.859000', '100417.862000', '100417.865000', '100417.867000', '100417.870000', '100417.873000', '100417.876000', '100417.879000', '100417.882000', '100417.884000', '100417.887000', '100417.890000', '100417.893000', '100417.896000', '100417.898000', '100417.901000', '100417.904000', '100417.907000', '100417.910000', '100417.913000', '100437.785000', '100437.788000', '100437.791000', '100437.794000', '100437.796000', '100437.799000', '100437.802000', '100437.805000', '100437.808000', '100437.811000', '100437.813000', '100437.816000', '100437.819000', '100437.822000', '100437.824000', '100437.827000', '100437.830000', '100437.833000', '100437.836000', '100437.839000', '100437.854000', '100437.857000', '100437.860000', '100437.863000', '100437.866000', '100437.868000', '100437.871000', '100437.874000', '100437.877000', '100437.880000', '100437.882000', '100437.885000', '100437.888000', '100437.891000', '100437.894000', '100437.897000', '100437.899000', '100437.902000', '100437.905000', '100437.908000', '100437.911000', '100437.914000', '100437.917000', '100437.919000', '100457.785000', '100457.788000', '100457.791000', '100457.793000', '100457.796000', '100457.799000', '100457.802000', '100457.805000', '100457.808000', '100457.810000', '100457.813000', '100457.816000', '100457.819000', '100457.822000', '100457.824000', '100457.827000', '100457.830000', '100457.833000', '100457.836000', '100457.839000', '100457.841000', '100457.844000', '100457.847000', '100457.850000', '100457.853000', '100457.856000', '100457.858000', '100457.861000', '100457.864000', '100457.867000', '100457.870000', '100457.872000', '100457.875000', '100457.878000', '100457.883000', '100457.886000', '100457.889000', '100457.891000', '100457.894000', '100457.897000', '100457.900000', '100457.903000', '100457.905000', '100517.785000', '100517.788000', '100517.791000', '100517.794000', '100517.797000', '100517.799000', '100517.802000', '100517.805000', '100517.808000', '100517.811000', '100517.813000', '100517.816000', '100517.819000', '100517.822000', '100517.825000', '100517.827000', '100517.830000', '100517.833000', '100517.836000', '100517.839000', '100517.842000', '100517.844000', '100517.847000', '100517.850000', '100517.853000', '100517.855000', '100517.858000', '100517.861000', '100517.864000', '100517.867000', '100517.869000', '100517.872000', '100517.875000', '100517.878000', '100517.881000', '100517.884000', '100517.886000', '100517.889000', '100517.892000', '100517.895000', '100517.898000', '100517.900000', '100517.903000', '100517.906000', '100537.785000', '100537.788000', '100537.791000', '100537.794000', '100537.796000', '100537.799000', '100537.802000', '100537.805000', '100537.808000', '100537.811000', '100537.813000', '100537.816000', '100537.819000', '100537.822000', '100537.825000', '100537.827000', '100537.830000', '100537.833000', '100537.836000', '100537.839000', '100537.842000', '100537.844000', '100537.847000', '100537.850000', '100537.853000', '100537.856000', '100537.858000', '100537.861000', '100537.864000', '100537.867000', '100537.870000', '100537.873000', '100537.875000', '100537.878000', '100537.881000', '100537.884000', '100537.887000', '100537.889000', '100537.892000', '100537.895000', '100537.898000', '100537.900000', '100537.903000', '100557.785000', '100557.788000', '100557.791000', '100557.794000', '100557.796000', '100557.799000', '100557.802000', '100557.805000', '100557.807000', '100557.810000', '100557.813000', '100557.816000', '100557.819000', '100557.821000', '100557.824000', '100557.827000', '100557.830000', '100557.833000', '100557.836000', '100557.838000', '100557.841000', '100557.844000', '100557.847000', '100557.850000', '100557.852000', '100557.855000', '100557.858000', '100557.861000', '100557.864000', '100557.867000', '100557.869000', '100557.893000', '100557.896000', '100557.898000', '100557.901000', '100557.904000', '100557.907000', '100557.910000', '100557.912000', '100557.915000', '100557.918000', '100557.921000', '100557.924000', '100557.926000', '100617.785000', '100617.788000', '100617.791000', '100617.794000', '100617.797000', '100617.799000', '100617.802000', '100617.805000', '100617.808000', '100617.811000', '100617.813000', '100617.816000', '100617.819000', '100617.822000', '100617.824000', '100617.827000', '100617.830000', '100617.833000', '100617.836000', '100617.839000', '100617.841000', '100617.844000', '100617.847000', '100617.850000', '100617.853000', '100617.856000', '100617.858000', '100617.861000', '100617.864000', '100617.867000', '100617.870000', '100617.872000', '100617.875000', '100617.878000', '100617.881000', '100617.884000', '100617.886000', '100617.889000', '100617.892000', '100617.895000', '100617.898000', '100617.901000', '100617.903000', '100637.785000', '100637.788000', '100637.791000', '100637.794000', '100637.796000', '100637.799000', '100637.802000', '100637.805000', '100637.808000', '100637.810000', '100637.813000', '100637.816000', '100637.819000', '100637.821000', '100637.824000', '100637.827000', '100637.830000', '100637.833000', '100637.836000', '100637.838000', '100637.841000', '100637.844000', '100637.847000', '100637.850000', '100637.853000', '100637.855000', '100637.858000', '100637.861000', '100637.864000', '100637.867000', '100637.869000', '100637.872000', '100637.875000', '100637.878000', '100637.881000', '100637.884000', '100637.886000', '100637.889000', '100637.892000', '100637.895000', '100637.898000', '100637.900000', '100637.903000', '100637.906000', '100640.580000', '100640.584000', '100640.588000', '100640.591000', '100640.595000', '100640.598000'], 'InstanceCreationTime': ['100017.826000', '100017.830000', '100017.832000', '100017.835000', '100017.838000', '100017.841000', '100017.843000', '100017.846000', '100017.849000', '100017.852000', '100017.855000', '100017.857000', '100017.860000', '100017.869000', '100017.872000', '100017.875000', '100017.878000', '100017.881000', '100017.883000', '100017.886000', '100017.889000', '100017.892000', '100017.894000', '100017.897000', '100017.900000', '100017.903000', '100017.905000', '100017.908000', '100017.911000', '100017.914000', '100017.917000', '100017.919000', '100017.922000', '100017.925000', '100017.928000', '100017.930000', '100017.933000', '100017.936000', '100017.939000', '100037.785000', '100037.788000', '100037.791000', '100037.793000', '100037.796000', '100037.799000', '100037.802000', '100037.805000', '100037.807000', '100037.810000', '100037.813000', '100037.816000', '100037.818000', '100037.821000', '100037.824000', '100037.827000', '100037.830000', '100037.832000', '100037.835000', '100037.838000', '100037.841000', '100037.843000', '100037.846000', '100037.849000', '100037.852000', '100037.854000', '100037.857000', '100037.860000', '100037.863000', '100037.865000', '100037.868000', '100037.871000', '100037.874000', '100037.877000', '100037.879000', '100037.882000', '100037.890000', '100037.893000', '100037.896000', '100037.899000', '100037.901000', '100037.904000', '100037.907000', '100037.910000', '100057.785000', '100057.788000', '100057.791000', '100057.793000', '100057.796000', '100057.799000', '100057.802000', '100057.804000', '100057.807000', '100057.810000', '100057.813000', '100057.815000', '100057.826000', '100057.829000', '100057.832000', '100057.835000', '100057.838000', '100057.840000', '100057.843000', '100057.846000', '100057.849000', '100057.851000', '100057.854000', '100057.857000', '100057.860000', '100057.862000', '100057.865000', '100057.868000', '100057.871000', '100057.874000', '100057.876000', '100057.879000', '100057.882000', '100057.885000', '100057.887000', '100057.890000', '100057.893000', '100057.896000', '100057.898000', '100057.901000', '100057.904000', '100057.907000', '100057.909000', '100117.785000', '100117.788000', '100117.791000', '100117.793000', '100117.796000', '100117.799000', '100117.802000', '100117.804000', '100117.807000', '100117.810000', '100117.813000', '100117.816000', '100117.818000', '100117.821000', '100117.824000', '100117.827000', '100117.830000', '100117.832000', '100117.835000', '100117.838000', '100117.841000', '100117.843000', '100117.846000', '100117.849000', '100117.852000', '100117.855000', '100117.857000', '100117.860000', '100117.863000', '100117.866000', '100117.869000', '100117.871000', '100117.874000', '100117.877000', '100117.880000', '100117.882000', '100117.885000', '100117.888000', '100117.891000', '100117.893000', '100117.896000', '100117.899000', '100117.902000', '100117.905000', '100137.785000', '100137.788000', '100137.791000', '100137.793000', '100137.796000', '100137.799000', '100137.802000', '100137.804000', '100137.807000', '100137.810000', '100137.813000', '100137.816000', '100137.819000', '100137.821000', '100137.824000', '100137.827000', '100137.830000', '100137.833000', '100137.835000', '100137.838000', '100137.841000', '100137.846000', '100137.850000', '100137.853000', '100137.855000', '100137.858000', '100137.861000', '100137.864000', '100137.867000', '100137.869000', '100137.872000', '100137.875000', '100137.878000', '100137.881000', '100137.883000', '100137.886000', '100137.889000', '100137.892000', '100137.895000', '100137.897000', '100137.900000', '100137.903000', '100137.906000', '100157.785000', '100157.788000', '100157.791000', '100157.793000', '100157.796000', '100157.799000', '100157.802000', '100157.804000', '100157.807000', '100157.810000', '100157.813000', '100157.816000', '100157.818000', '100157.821000', '100157.824000', '100157.827000', '100157.830000', '100157.832000', '100157.835000', '100157.838000', '100157.841000', '100157.844000', '100157.846000', '100157.849000', '100157.852000', '100157.855000', '100157.857000', '100157.860000', '100157.863000', '100157.866000', '100157.869000', '100157.871000', '100157.874000', '100157.883000', '100157.886000', '100157.889000', '100157.892000', '100157.894000', '100157.897000', '100157.900000', '100157.903000', '100157.906000', '100157.909000', '100157.911000', '100217.785000', '100217.788000', '100217.791000', '100217.793000', '100217.796000', '100217.799000', '100217.802000', '100217.805000', '100217.808000', '100217.811000', '100217.814000', '100217.817000', '100217.820000', '100217.823000', '100217.825000', '100217.828000', '100217.831000', '100217.834000', '100217.836000', '100217.839000', '100217.842000', '100217.845000', '100217.848000', '100217.850000', '100217.853000', '100217.856000', '100217.859000', '100217.862000', '100217.865000', '100217.867000', '100217.870000', '100217.874000', '100217.879000', '100217.882000', '100217.885000', '100217.888000', '100217.891000', '100217.893000', '100217.896000', '100217.899000', '100217.902000', '100217.905000', '100217.907000', '100237.785000', '100237.788000', '100237.791000', '100237.794000', '100237.796000', '100237.799000', '100237.802000', '100237.805000', '100237.808000', '100237.811000', '100237.813000', '100237.816000', '100237.819000', '100237.822000', '100237.824000', '100237.827000', '100237.830000', '100237.833000', '100237.836000', '100237.838000', '100237.841000', '100237.844000', '100237.847000', '100237.850000', '100237.853000', '100237.856000', '100237.859000', '100237.862000', '100237.865000', '100237.867000', '100237.870000', '100237.873000', '100237.876000', '100237.879000', '100237.882000', '100237.884000', '100237.887000', '100237.890000', '100237.893000', '100237.896000', '100237.899000', '100237.901000', '100237.904000', '100237.907000', '100257.785000', '100257.788000', '100257.791000', '100257.794000', '100257.796000', '100257.799000', '100257.802000', '100257.805000', '100257.808000', '100257.810000', '100257.813000', '100257.816000', '100257.819000', '100257.822000', '100257.824000', '100257.827000', '100257.830000', '100257.833000', '100257.836000', '100257.838000', '100257.841000', '100257.844000', '100257.847000', '100257.849000', '100257.852000', '100257.855000', '100257.858000', '100257.861000', '100257.864000', '100257.866000', '100257.869000', '100257.872000', '100257.875000', '100257.878000', '100257.880000', '100257.883000', '100257.886000', '100257.889000', '100257.899000', '100257.903000', '100257.906000', '100257.909000', '100257.912000', '100317.785000', '100317.788000', '100317.791000', '100317.793000', '100317.796000', '100317.799000', '100317.802000', '100317.804000', '100317.807000', '100317.810000', '100317.813000', '100317.816000', '100317.819000', '100317.821000', '100317.824000', '100317.827000', '100317.830000', '100317.833000', '100317.836000', '100317.838000', '100317.841000', '100317.844000', '100317.847000', '100317.850000', '100317.852000', '100317.855000', '100317.858000', '100317.861000', '100317.864000', '100317.866000', '100317.869000', '100317.872000', '100317.875000', '100317.878000', '100317.880000', '100317.883000', '100317.886000', '100317.889000', '100317.891000', '100317.894000', '100317.897000', '100317.900000', '100317.903000', '100317.905000', '100337.785000', '100337.788000', '100337.791000', '100337.793000', '100337.796000', '100337.799000', '100337.802000', '100337.805000', '100337.807000', '100337.810000', '100337.813000', '100337.816000', '100337.819000', '100337.822000', '100337.824000', '100337.827000', '100337.830000', '100337.833000', '100337.836000', '100337.838000', '100337.843000', '100337.846000', '100337.849000', '100337.852000', '100337.855000', '100337.858000', '100337.860000', '100337.863000', '100337.866000', '100337.869000', '100337.872000', '100337.874000', '100337.877000', '100337.880000', '100337.883000', '100337.886000', '100337.888000', '100337.891000', '100337.894000', '100337.897000', '100337.900000', '100337.905000', '100337.908000', '100357.785000', '100357.788000', '100357.791000', '100357.794000', '100357.796000', '100357.799000', '100357.802000', '100357.805000', '100357.808000', '100357.811000', '100357.813000', '100357.816000', '100357.819000', '100357.822000', '100357.824000', '100357.827000', '100357.830000', '100357.833000', '100357.836000', '100357.838000', '100357.841000', '100357.844000', '100357.847000', '100357.850000', '100357.853000', '100357.856000', '100357.858000', '100357.861000', '100357.864000', '100357.867000', '100357.870000', '100357.873000', '100357.875000', '100357.878000', '100357.881000', '100357.884000', '100357.887000', '100357.889000', '100357.892000', '100357.895000', '100357.898000', '100357.901000', '100357.904000', '100357.906000', '100417.785000', '100417.788000', '100417.791000', '100417.793000', '100417.805000', '100417.808000', '100417.811000', '100417.814000', '100417.817000', '100417.819000', '100417.822000', '100417.825000', '100417.828000', '100417.831000', '100417.833000', '100417.836000', '100417.839000', '100417.842000', '100417.845000', '100417.848000', '100417.851000', '100417.853000', '100417.856000', '100417.859000', '100417.862000', '100417.865000', '100417.867000', '100417.870000', '100417.873000', '100417.876000', '100417.879000', '100417.882000', '100417.884000', '100417.887000', '100417.890000', '100417.893000', '100417.896000', '100417.898000', '100417.901000', '100417.904000', '100417.907000', '100417.910000', '100417.913000', '100437.785000', '100437.788000', '100437.791000', '100437.794000', '100437.796000', '100437.799000', '100437.802000', '100437.805000', '100437.808000', '100437.811000', '100437.813000', '100437.816000', '100437.819000', '100437.822000', '100437.824000', '100437.827000', '100437.830000', '100437.833000', '100437.836000', '100437.839000', '100437.854000', '100437.857000', '100437.860000', '100437.863000', '100437.866000', '100437.868000', '100437.871000', '100437.874000', '100437.877000', '100437.880000', '100437.882000', '100437.885000', '100437.888000', '100437.891000', '100437.894000', '100437.897000', '100437.899000', '100437.902000', '100437.905000', '100437.908000', '100437.911000', '100437.914000', '100437.917000', '100437.919000', '100457.785000', '100457.788000', '100457.791000', '100457.793000', '100457.796000', '100457.799000', '100457.802000', '100457.805000', '100457.808000', '100457.810000', '100457.813000', '100457.816000', '100457.819000', '100457.822000', '100457.824000', '100457.827000', '100457.830000', '100457.833000', '100457.836000', '100457.839000', '100457.841000', '100457.844000', '100457.847000', '100457.850000', '100457.853000', '100457.856000', '100457.858000', '100457.861000', '100457.864000', '100457.867000', '100457.870000', '100457.872000', '100457.875000', '100457.878000', '100457.883000', '100457.886000', '100457.889000', '100457.891000', '100457.894000', '100457.897000', '100457.900000', '100457.903000', '100457.905000', '100517.785000', '100517.788000', '100517.791000', '100517.794000', '100517.797000', '100517.799000', '100517.802000', '100517.805000', '100517.808000', '100517.811000', '100517.813000', '100517.816000', '100517.819000', '100517.822000', '100517.825000', '100517.827000', '100517.830000', '100517.833000', '100517.836000', '100517.839000', '100517.842000', '100517.844000', '100517.847000', '100517.850000', '100517.853000', '100517.855000', '100517.858000', '100517.861000', '100517.864000', '100517.867000', '100517.869000', '100517.872000', '100517.875000', '100517.878000', '100517.881000', '100517.884000', '100517.886000', '100517.889000', '100517.892000', '100517.895000', '100517.898000', '100517.900000', '100517.903000', '100517.906000', '100537.785000', '100537.788000', '100537.791000', '100537.794000', '100537.796000', '100537.799000', '100537.802000', '100537.805000', '100537.808000', '100537.811000', '100537.813000', '100537.816000', '100537.819000', '100537.822000', '100537.825000', '100537.827000', '100537.830000', '100537.833000', '100537.836000', '100537.839000', '100537.842000', '100537.844000', '100537.847000', '100537.850000', '100537.853000', '100537.856000', '100537.858000', '100537.861000', '100537.864000', '100537.867000', '100537.870000', '100537.873000', '100537.875000', '100537.878000', '100537.881000', '100537.884000', '100537.887000', '100537.889000', '100537.892000', '100537.895000', '100537.898000', '100537.900000', '100537.903000', '100557.785000', '100557.788000', '100557.791000', '100557.794000', '100557.796000', '100557.799000', '100557.802000', '100557.805000', '100557.807000', '100557.810000', '100557.813000', '100557.816000', '100557.819000', '100557.821000', '100557.824000', '100557.827000', '100557.830000', '100557.833000', '100557.836000', '100557.838000', '100557.841000', '100557.844000', '100557.847000', '100557.850000', '100557.852000', '100557.855000', '100557.858000', '100557.861000', '100557.864000', '100557.867000', '100557.869000', '100557.893000', '100557.896000', '100557.898000', '100557.901000', '100557.904000', '100557.907000', '100557.910000', '100557.912000', '100557.915000', '100557.918000', '100557.921000', '100557.924000', '100557.926000', '100617.785000', '100617.788000', '100617.791000', '100617.794000', '100617.797000', '100617.799000', '100617.802000', '100617.805000', '100617.808000', '100617.811000', '100617.813000', '100617.816000', '100617.819000', '100617.822000', '100617.824000', '100617.827000', '100617.830000', '100617.833000', '100617.836000', '100617.839000', '100617.841000', '100617.844000', '100617.847000', '100617.850000', '100617.853000', '100617.856000', '100617.858000', '100617.861000', '100617.864000', '100617.867000', '100617.870000', '100617.872000', '100617.875000', '100617.878000', '100617.881000', '100617.884000', '100617.886000', '100617.889000', '100617.892000', '100617.895000', '100617.898000', '100617.901000', '100617.903000', '100637.785000', '100637.788000', '100637.791000', '100637.794000', '100637.796000', '100637.799000', '100637.802000', '100637.805000', '100637.808000', '100637.810000', '100637.813000', '100637.816000', '100637.819000', '100637.821000', '100637.824000', '100637.827000', '100637.830000', '100637.833000', '100637.836000', '100637.838000', '100637.841000', '100637.844000', '100637.847000', '100637.850000', '100637.853000', '100637.855000', '100637.858000', '100637.861000', '100637.864000', '100637.867000', '100637.869000', '100637.872000', '100637.875000', '100637.878000', '100637.881000', '100637.884000', '100637.886000', '100637.889000', '100637.892000', '100637.895000', '100637.898000', '100637.900000', '100637.903000', '100637.906000', '100640.580000', '100640.584000', '100640.588000', '100640.591000', '100640.595000', '100640.598000'], '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': [12804, 10060, 8754, 9692, 8244, 11575, 10235, 8772, 11596, 9353, 8655, 10475, 7920, 8778, 9037, 8440, 9021, 9531, 8218, 9098, 9225, 8672, 9758, 10650, 8868, 9056, 9427, 8131, 9189, 10931, 9867, 9302, 12490, 8963, 8505, 10609, 9431, 8965, 11900, 12127, 9761, 14037, 12082, 8140, 8472, 9434, 11421, 11788, 12690, 13530, 11110, 9674, 8736, 9414, 9111, 11650, 11081, 12332, 10590, 8311, 8095, 8577, 8253, 8509, 8460, 8374, 8629, 9427, 8517, 10803, 11030, 8495, 10079, 8030, 8561, 9338, 8355, 10452, 8369, 8177, 9913, 7738, 7804, 8310, 8263, 8812, 11026, 9534, 8718, 8945, 9017, 8131, 8738, 7884, 8677, 9900, 8378, 9333, 8032, 10540, 7702, 11033, 8648, 10897, 9477, 8551, 9791, 8185, 11843, 7762, 9632, 7522, 8209, 8523, 8091, 9331, 7787, 8402, 8145, 7920, 9147, 8722, 7954, 10477, 10147, 8517, 11408, 8184, 8163, 8752, 7951, 10878, 12527, 9875, 13691, 11190, 8402, 8681, 8858, 8465, 9148, 12071, 10898, 8969, 7947, 8722, 8980, 8717, 10768, 8962, 8186, 8188, 8434, 7754, 8085, 8650, 7622, 10180, 9327, 7727, 10335, 8007, 7479, 9342, 7515, 7289, 8600, 7583, 7662, 8401, 7481, 8205, 8746, 7657, 9191, 9671, 7649, 9348, 8466, 7819, 8385, 7892, 7855, 8738, 7467, 10607, 8916, 7857, 9591, 7493, 9485, 8183, 7987, 11798, 9700, 7921, 8119, 8722, 7840, 10182, 11803, 9508, 12046, 10285, 7829, 8112, 8269, 9502, 11545, 12607, 9510, 8371, 8751, 9239, 8574, 10805, 8136, 7827, 8862, 8494, 8112, 10095, 7607, 7692, 8611, 9473, 9151, 9186, 7978, 7517, 10614, 9172, 7834, 11883, 9289, 7653, 7184, 8059, 8006, 7658, 10585, 7819, 7416, 7729, 8119, 7952, 8763, 8441, 7514, 9351, 8033, 7780, 9622, 8170, 8301, 8783, 7909, 9683, 11023, 8413, 7782, 7653, 8006, 8322, 11414, 12114, 9690, 9358, 7558, 7732, 8101, 11974, 9138, 12718, 10446, 8663, 7977, 8731, 7667, 7579, 7950, 7823, 7953, 8414, 7779, 9563, 8280, 7414, 9763, 8260, 7615, 9532, 7990, 7788, 9932, 7790, 7256, 8421, 7830, 7527, 8004, 7765, 8109, 8466, 7686, 8946, 8194, 7594, 10057, 10267, 7732, 9463, 7661, 7509, 9189, 8125, 7842, 9074, 7716, 9776, 8282, 7788, 8681, 7502, 10283, 8926, 7633, 9507, 7590, 7666, 7928, 7741, 7942, 8149, 9086, 8313, 10586, 7487, 8390, 8453, 7930, 10756, 11217, 9363, 11620, 7814, 7729, 8204, 7968, 9738, 12102, 12746, 10735, 10332, 8647, 7736, 8685, 10138, 9651, 8068, 8268, 8284, 7568, 7976, 8209, 7707, 8350, 8294, 7486, 8520, 7789, 10127, 8390, 7811, 9651, 7586, 7644, 8314, 8312, 7528, 7459, 7541, 7343, 7431, 8414, 7403, 7586, 10401, 8711, 7535, 7879, 7851, 8426, 7596, 9117, 10215, 11161, 10962, 11507, 7971, 7619, 8129, 10446, 11620, 11436, 10708, 8592, 7976, 8107, 9253, 7623, 7816, 7685, 7908, 8265, 8000, 7408, 8212, 7896, 8030, 8245, 7713, 8053, 8282, 8744, 8413, 8279, 10077, 7989, 8149, 9700, 7761, 8492, 7900, 7808, 8100, 7901, 7656, 8431, 7926, 8796, 8992, 7850, 7716, 8248, 8152, 8378, 7771, 8858, 8216, 8606, 8599, 7432, 9388, 8041, 7321, 8461, 10256, 9035, 9277, 8035, 7629, 7817, 8314, 9002, 11438, 9341, 7377, 7301, 7934, 7713, 9142, 7672, 11718, 10398, 7581, 7897, 7620, 7782, 11579, 12453, 9299, 10843, 10417, 8066, 7583, 9430, 10746, 8024, 7129, 7507, 7840, 7469, 7359, 7410, 8004, 7753, 9010, 7962, 7721, 9488, 9155, 7776, 9701, 7599, 7562, 7811, 7399, 8200, 7957, 8324, 8384, 7568, 8390, 7282, 7659, 7219, 7633, 7873, 7339, 7482, 7909, 10003, 9225, 8204, 9137, 8804, 8397, 7711, 7479, 8749, 9519, 9633, 8755, 11217, 8518, 8257, 7509, 8647, 8618, 8966, 8480, 11283, 10543, 9108, 9063, 8488, 9072, 8636, 8445, 10906, 11685, 10280, 12712, 11515, 8629, 10680, 8365, 7693, 8397, 11483, 12391, 11324, 11047, 7968, 7982, 7675, 7635, 8439, 7864, 7498, 7991, 7962, 7733, 7678, 7863, 7552, 7272, 8037, 7819, 9632, 8072, 7867, 9496, 6941, 7527, 7727, 7832, 7671, 7912, 7222, 7257, 7927, 7804, 7158, 7100, 7904, 8490, 7259, 7993, 7272, 7035, 8216, 7503, 7481, 8124, 9373, 9046, 8066, 7146, 7099, 7937, 7599, 9967, 8315, 11587, 11624, 9304, 9634, 8775, 8413, 8543, 7421, 8710, 11818, 12653, 10591, 8326, 7950, 7724, 7875, 7827, 7670, 7818, 8268, 7769, 8635, 7447, 9563, 8121, 8873, 8695, 7655, 9598, 7885, 8014, 8268, 7762, 7884, 8163, 7621, 7944, 8873, 7863, 7535, 8813, 7886, 7636, 9217, 9246, 9456, 10190, 7739, 7489, 7087, 7719, 7425, 7526, 7974, 11005, 10639, 7853, 10085, 7465, 7532, 8566, 8038, 9511, 10490, 9411, 10901, 11601, 8937, 7259, 6950, 8322, 11167, 12992, 9622, 7695, 8260, 9193, 7623, 7332, 7495, 7024, 7468, 7499, 7095, 7389, 7415, 8136, 7440, 7526, 8404, 7911, 7495, 7476, 8118, 7790, 7512, 9521, 7823, 7440, 10118, 7806, 7413, 9350, 7309, 7546, 8982, 7403, 7397, 9697, 7333, 7435, 6915, 6655, 7360, 7254, 7230, 7158, 7390, 9306, 7890, 7473, 10724, 10234, 7605, 10324, 7520, 7495, 8857, 7604, 7767, 9783, 7310, 7397, 9262, 7480, 7432, 9863, 10382, 7870, 11609, 9920, 7725, 7112, 7593, 7635, 10741, 11862, 11888, 12289, 11365, 9076, 7961, 7783, 7910, 9803, 10255, 11359, 9393, 7637, 7775, 7966, 8089, 7411, 7456, 8059, 7470, 7693, 7705, 9311, 7514, 7828, 8750, 7532, 7888, 9941, 8871, 7954, 10616, 8432, 7951, 9625, 7324, 8057, 7852, 7251, 8505, 8164, 7592, 7252, 8193, 7684, 8295, 7439, 7335, 7360, 7523, 7640, 9946, 10591, 7862, 8716, 7710, 7358, 8072, 7649, 10422, 9812, 12532, 9711, 7385, 7382, 7732, 8100, 9938, 9874, 12110, 12014, 9632, 10295, 8746, 7776, 10853, 7997, 7507, 7899, 11386, 11379, 10342, 8436, 7590, 7764, 7608, 7521, 7462, 8464, 8034, 7538, 9072, 7844, 7326, 10239, 7918, 7133, 7868, 7164, 9510, 7780, 7514, 9387, 7605, 7588, 8850, 7521, 7569, 7060, 7221, 7528], 'WindowCenter': [4170.0, 4112.0, 4084.0, 4081.0, 4057.0, 4086.0, 4075.0, 4054.0, 4085.0, 4065.0, 4049.0, 4062.0, 4042.0, 4051.0, 4051.0, 4052.0, 4053.0, 4065.0, 4056.0, 4064.0, 4064.0, 4061.0, 4076.0, 4089.0, 4065.0, 4064.0, 4064.0, 4052.0, 4065.0, 4086.0, 4076.0, 4067.0, 4092.0, 4065.0, 4054.0, 4061.0, 4051.0, 4051.0, 4072.0, 4075.0, 4062.0, 4085.0, 4097.0, 4041.0, 4042.0, 4051.0, 4072.0, 4086.0, 4087.0, 4085.0, 4089.0, 4067.0, 4056.0, 4066.0, 4050.0, 4062.0, 4062.0, 4075.0, 4052.0, 4042.0, 4028.0, 4026.0, 4025.0, 4024.0, 4011.0, 4014.0, 4014.0, 4026.0, 4033.0, 4045.0, 4035.0, 4014.0, 4021.0, 4000.0, 4000.0, 4009.0, 3998.0, 4019.0, 3999.0, 3999.0, 4020.0, 4001.0, 4001.0, 4012.0, 4024.0, 4038.0, 4064.0, 4051.0, 4028.0, 4040.0, 4039.0, 4043.0, 4041.0, 4032.0, 4040.0, 4051.0, 4030.0, 4039.0, 4028.0, 4050.0, 4018.0, 4047.0, 4014.0, 4033.0, 4022.0, 4011.0, 4023.0, 4012.0, 4043.0, 4001.0, 4021.0, 4002.0, 3999.0, 4011.0, 4001.0, 4034.0, 4014.0, 4025.0, 4026.0, 4027.0, 4039.0, 4039.0, 4029.0, 4060.0, 4066.0, 4046.0, 4059.0, 4029.0, 4028.0, 4027.0, 4017.0, 4048.0, 4075.0, 4045.0, 4071.0, 4062.0, 4043.0, 4055.0, 4051.0, 4029.0, 4040.0, 4074.0, 4063.0, 4057.0, 4045.0, 4067.0, 4055.0, 4040.0, 4060.0, 4044.0, 4018.0, 4027.0, 4014.0, 4004.0, 4003.0, 4012.0, 4002.0, 4021.0, 4010.0, 3989.0, 4008.0, 3986.0, 3975.0, 4002.0, 3975.0, 3981.0, 3996.0, 3994.0, 3987.0, 3998.0, 3990.0, 4011.0, 4012.0, 4015.0, 4024.0, 4036.0, 4017.0, 4036.0, 4028.0, 4027.0, 4033.0, 4029.0, 4028.0, 4039.0, 4018.0, 4049.0, 4044.0, 4028.0, 4053.0, 4019.0, 4050.0, 4028.0, 4028.0, 4059.0, 4049.0, 4029.0, 4033.0, 4038.0, 4028.0, 4063.0, 4072.0, 4053.0, 4073.0, 4068.0, 4031.0, 4030.0, 4041.0, 4050.0, 4062.0, 4080.0, 4052.0, 4043.0, 4053.0, 4053.0, 4041.0, 4059.0, 4015.0, 4015.0, 4024.0, 4015.0, 4010.0, 4034.0, 4005.0, 4001.0, 4011.0, 4022.0, 4010.0, 4010.0, 3987.0, 3977.0, 4023.0, 4004.0, 3976.0, 4022.0, 3996.0, 3987.0, 3976.0, 3992.0, 3987.0, 3988.0, 4020.0, 4001.0, 4001.0, 4002.0, 4013.0, 4025.0, 4025.0, 4027.0, 4017.0, 4038.0, 4028.0, 4017.0, 4038.0, 4028.0, 4029.0, 4026.0, 4016.0, 4037.0, 4049.0, 4028.0, 4018.0, 4016.0, 4027.0, 4031.0, 4061.0, 4073.0, 4053.0, 4053.0, 4043.0, 4030.0, 4033.0, 4057.0, 4038.0, 4073.0, 4051.0, 4030.0, 4030.0, 4027.0, 4015.0, 4001.0, 3998.0, 3996.0, 3989.0, 3999.0, 3995.0, 4009.0, 4002.0, 3989.0, 4008.0, 3997.0, 3975.0, 3995.0, 3993.0, 3975.0, 4013.0, 3976.0, 3979.0, 3986.0, 3986.0, 3987.0, 3998.0, 3999.0, 3999.0, 4014.0, 4002.0, 4030.0, 4025.0, 4015.0, 4038.0, 4046.0, 4016.0, 4035.0, 4003.0, 4003.0, 4024.0, 4015.0, 4015.0, 4025.0, 4016.0, 4036.0, 4026.0, 4015.0, 4025.0, 4005.0, 4034.0, 4024.0, 4004.0, 4038.0, 4015.0, 4016.0, 4027.0, 4027.0, 4027.0, 4028.0, 4040.0, 4041.0, 4061.0, 4030.0, 4039.0, 4039.0, 4030.0, 4065.0, 4060.0, 4039.0, 4059.0, 4018.0, 4028.0, 4026.0, 4028.0, 4050.0, 4071.0, 4078.0, 4065.0, 4070.0, 4062.0, 4043.0, 4040.0, 4050.0, 4038.0, 4016.0, 4015.0, 4013.0, 4004.0, 4008.0, 4012.0, 4001.0, 4002.0, 4000.0, 3988.0, 4005.0, 3988.0, 4009.0, 3986.0, 3982.0, 3999.0, 3985.0, 3992.0, 3985.0, 4003.0, 3986.0, 3995.0, 3987.0, 3988.0, 3988.0, 3999.0, 3989.0, 4002.0, 4035.0, 4014.0, 4017.0, 4026.0, 4017.0, 4026.0, 4015.0, 4044.0, 4049.0, 4060.0, 4052.0, 4066.0, 4031.0, 4030.0, 4016.0, 4034.0, 4051.0, 4047.0, 4054.0, 4045.0, 4033.0, 4023.0, 4027.0, 4015.0, 4004.0, 3993.0, 3989.0, 4001.0, 3989.0, 3978.0, 3999.0, 3990.0, 3999.0, 4000.0, 3987.0, 3992.0, 3985.0, 3984.0, 3984.0, 3984.0, 3994.0, 3973.0, 3985.0, 3994.0, 3975.0, 3996.0, 3987.0, 3988.0, 3998.0, 3999.0, 3998.0, 4010.0, 4008.0, 4013.0, 4025.0, 4014.0, 4014.0, 4016.0, 4012.0, 4019.0, 4001.0, 4024.0, 4012.0, 4013.0, 4027.0, 4003.0, 4030.0, 4020.0, 4010.0, 4014.0, 4035.0, 4025.0, 4025.0, 4018.0, 4003.0, 4003.0, 4015.0, 4026.0, 4047.0, 4026.0, 4017.0, 4005.0, 4029.0, 4014.0, 4024.0, 4011.0, 4057.0, 4048.0, 4018.0, 4016.0, 4016.0, 4011.0, 4046.0, 4059.0, 4027.0, 4050.0, 4055.0, 4028.0, 4016.0, 4024.0, 4037.0, 4008.0, 3991.0, 4001.0, 4001.0, 3993.0, 3988.0, 3988.0, 4005.0, 3989.0, 3998.0, 3988.0, 3988.0, 3996.0, 3997.0, 3989.0, 4023.0, 4002.0, 3990.0, 3988.0, 3988.0, 3998.0, 3987.0, 3997.0, 4000.0, 4006.0, 3998.0, 3987.0, 4000.0, 4005.0, 4003.0, 4014.0, 4006.0, 4016.0, 4027.0, 4038.0, 4042.0, 4028.0, 4039.0, 4051.0, 4043.0, 4042.0, 4018.0, 4038.0, 4048.0, 4050.0, 4029.0, 4066.0, 4046.0, 4028.0, 4016.0, 4026.0, 4025.0, 4028.0, 4014.0, 4046.0, 4039.0, 4016.0, 4024.0, 4028.0, 4012.0, 4014.0, 4000.0, 4036.0, 4048.0, 4037.0, 4058.0, 4055.0, 4014.0, 4040.0, 4013.0, 4014.0, 4001.0, 4050.0, 4051.0, 4041.0, 4041.0, 4006.0, 4004.0, 4015.0, 4001.0, 4000.0, 3988.0, 3981.0, 3985.0, 3981.0, 3978.0, 3987.0, 4000.0, 3987.0, 3975.0, 3988.0, 3974.0, 3983.0, 3972.0, 3961.0, 3987.0, 3962.0, 3987.0, 3975.0, 3973.0, 3975.0, 3985.0, 3975.0, 3987.0, 4001.0, 4015.0, 4004.0, 3992.0, 4001.0, 4011.0, 4004.0, 4020.0, 4003.0, 3992.0, 4013.0, 4001.0, 4009.0, 4002.0, 4025.0, 4027.0, 4016.0, 4006.0, 4006.0, 4027.0, 4021.0, 4050.0, 4048.0, 4063.0, 4083.0, 4056.0, 4059.0, 4055.0, 4042.0, 4041.0, 4018.0, 4019.0, 4054.0, 4047.0, 4041.0, 4028.0, 4020.0, 4019.0, 4015.0, 4009.0, 3996.0, 3988.0, 4000.0, 3990.0, 4000.0, 3990.0, 4011.0, 3989.0, 3997.0, 3987.0, 3963.0, 3982.0, 3961.0, 3966.0, 3969.0, 3961.0, 3973.0, 3986.0, 3987.0, 3985.0, 3996.0, 3987.0, 3986.0, 3999.0, 3987.0, 3976.0, 4004.0, 4016.0, 4016.0, 4020.0, 4007.0, 3990.0, 3994.0, 4001.0, 3990.0, 4001.0, 4003.0, 4035.0, 4035.0, 4003.0, 4033.0, 3991.0, 3989.0, 4005.0, 3990.0, 4012.0, 4022.0, 4000.0, 4022.0, 4038.0, 4015.0, 3997.0, 3989.0, 4011.0, 4021.0, 4057.0, 4031.0, 3999.0, 4002.0, 4027.0, 4010.0, 3990.0, 3976.0, 3964.0, 3991.0, 3982.0, 3966.0, 3975.0, 3982.0, 3992.0, 3976.0, 3975.0, 3987.0, 3979.0, 3963.0, 3968.0, 3978.0, 3963.0, 3965.0, 3988.0, 3962.0, 3969.0, 3995.0, 3967.0, 3961.0, 3982.0, 3973.0, 3974.0, 3994.0, 3975.0, 3993.0, 4009.0, 3990.0, 3990.0, 3991.0, 3992.0, 4003.0, 4011.0, 4005.0, 4006.0, 4012.0, 4027.0, 4016.0, 4006.0, 4048.0, 4037.0, 4005.0, 4035.0, 4005.0, 4004.0, 4025.0, 4022.0, 4016.0, 4037.0, 4017.0, 4020.0, 4052.0, 4034.0, 4020.0, 4050.0, 4049.0, 4031.0, 4058.0, 4050.0, 4018.0, 3996.0, 4003.0, 4004.0, 4036.0, 4048.0, 4047.0, 4063.0, 4061.0, 4035.0, 4029.0, 4017.0, 4015.0, 4024.0, 4028.0, 4047.0, 4027.0, 4014.0, 4016.0, 4016.0, 4015.0, 3992.0, 3991.0, 3989.0, 3984.0, 3994.0, 3995.0, 4017.0, 3990.0, 3989.0, 3996.0, 3975.0, 3973.0, 3988.0, 3971.0, 3960.0, 3983.0, 3959.0, 3960.0, 3968.0, 3948.0, 3960.0, 3970.0, 3960.0, 3983.0, 3990.0, 3973.0, 3993.0, 3999.0, 4003.0, 4012.0, 4003.0, 4004.0, 4007.0, 4007.0, 4004.0, 4037.0, 4037.0, 4007.0, 4016.0, 4016.0, 4004.0, 4014.0, 4004.0, 4041.0, 4025.0, 4044.0, 4025.0, 3999.0, 3992.0, 3991.0, 4000.0, 4024.0, 4024.0, 4049.0, 4049.0, 4026.0, 4024.0, 4000.0, 4008.0, 4027.0, 4014.0, 3990.0, 3986.0, 4017.0, 4020.0, 4007.0, 3988.0, 3987.0, 3985.0, 3987.0, 3977.0, 3973.0, 3984.0, 3974.0, 3974.0, 3984.0, 3979.0, 3968.0, 3995.0, 3972.0, 3948.0, 3963.0, 3947.0, 3978.0, 3948.0, 3955.0, 3980.0, 3965.0, 3961.0, 3981.0, 3972.0, 3973.0, 3963.0, 3977.0, 3987.0], 'WindowWidth': [9260.0, 9160.0, 9107.0, 9094.0, 9054.0, 9089.0, 9072.0, 9041.0, 9085.0, 9058.0, 9034.0, 9045.0, 9020.0, 9031.0, 9029.0, 9036.0, 9036.0, 9055.0, 9046.0, 9053.0, 9053.0, 9053.0, 9072.0, 9092.0, 9056.0, 9053.0, 9054.0, 9037.0, 9053.0, 9086.0, 9073.0, 9062.0, 9098.0, 9055.0, 9039.0, 9045.0, 9032.0, 9029.0, 9061.0, 9065.0, 9046.0, 9080.0, 9103.0, 9021.0, 9018.0, 9030.0, 9059.0, 9088.0, 9091.0, 9086.0, 9095.0, 9061.0, 9046.0, 9062.0, 9027.0, 9047.0, 9045.0, 9067.0, 9030.0, 9021.0, 8995.0, 8988.0, 8984.0, 8980.0, 8959.0, 8967.0, 8964.0, 8983.0, 9002.0, 9009.0, 8994.0, 8966.0, 8971.0, 8941.0, 8937.0, 8948.0, 8935.0, 8962.0, 8936.0, 8939.0, 8968.0, 8944.0, 8946.0, 8961.0, 8982.0, 9009.0, 9049.0, 9028.0, 8991.0, 9012.0, 9011.0, 9019.0, 9013.0, 9004.0, 9013.0, 9028.0, 8997.0, 9009.0, 8992.0, 9024.0, 8979.0, 9015.0, 8969.0, 8990.0, 8975.0, 8958.0, 8976.0, 8960.0, 9003.0, 8944.0, 8971.0, 8945.0, 8940.0, 8957.0, 8946.0, 8994.0, 8969.0, 8985.0, 8987.0, 8993.0, 9009.0, 9011.0, 8998.0, 9039.0, 9054.0, 9025.0, 9038.0, 8995.0, 8992.0, 8989.0, 8977.0, 9018.0, 9061.0, 9021.0, 9051.0, 9044.0, 9021.0, 9043.0, 9030.0, 8994.0, 9011.0, 9064.0, 9048.0, 9049.0, 9029.0, 9066.0, 9041.0, 9011.0, 9040.0, 9017.0, 8977.0, 8988.0, 8967.0, 8952.0, 8948.0, 8959.0, 8946.0, 8968.0, 8953.0, 8923.0, 8946.0, 8915.0, 8899.0, 8938.0, 8899.0, 8911.0, 8928.0, 8933.0, 8919.0, 8936.0, 8928.0, 8957.0, 8960.0, 8969.0, 8980.0, 9000.0, 8978.0, 9001.0, 8992.0, 8991.0, 9002.0, 8995.0, 8993.0, 9009.0, 8982.0, 9021.0, 9020.0, 8994.0, 9030.0, 8984.0, 9024.0, 8992.0, 8994.0, 9036.0, 9023.0, 8997.0, 9003.0, 9008.0, 8995.0, 9046.0, 9056.0, 9032.0, 9061.0, 9055.0, 9003.0, 9000.0, 9015.0, 9024.0, 9044.0, 9079.0, 9034.0, 9023.0, 9037.0, 9035.0, 9015.0, 9035.0, 8972.0, 8970.0, 8980.0, 8968.0, 8963.0, 8992.0, 8953.0, 8943.0, 8955.0, 8972.0, 8953.0, 8954.0, 8919.0, 8903.0, 8969.0, 8944.0, 8899.0, 8966.0, 8928.0, 8918.0, 8901.0, 8927.0, 8918.0, 8922.0, 8966.0, 8943.0, 8946.0, 8948.0, 8966.0, 8986.0, 8986.0, 8989.0, 8977.0, 9004.0, 8994.0, 8975.0, 9005.0, 8992.0, 8995.0, 8985.0, 8973.0, 9003.0, 9021.0, 8995.0, 8979.0, 8976.0, 8991.0, 9000.0, 9041.0, 9062.0, 9034.0, 9036.0, 9026.0, 9000.0, 9002.0, 9029.0, 9004.0, 9059.0, 9027.0, 8999.0, 9001.0, 8989.0, 8969.0, 8944.0, 8935.0, 8937.0, 8922.0, 8934.0, 8934.0, 8948.0, 8944.0, 8923.0, 8948.0, 8932.0, 8899.0, 8924.0, 8929.0, 8896.0, 8956.0, 8901.0, 8906.0, 8914.0, 8917.0, 8917.0, 8934.0, 8938.0, 8939.0, 8964.0, 8948.0, 8990.0, 8982.0, 8969.0, 9002.0, 9013.0, 8973.0, 8995.0, 8950.0, 8950.0, 8978.0, 8969.0, 8969.0, 8984.0, 8972.0, 8998.0, 8987.0, 8970.0, 8984.0, 8956.0, 8994.0, 8980.0, 8952.0, 9003.0, 8970.0, 8971.0, 8988.0, 8991.0, 8991.0, 8993.0, 9012.0, 9015.0, 9043.0, 8999.0, 9009.0, 9008.0, 8996.0, 9047.0, 9039.0, 9009.0, 9036.0, 8981.0, 8994.0, 8987.0, 8992.0, 9024.0, 9057.0, 9070.0, 9054.0, 9064.0, 9056.0, 9025.0, 9013.0, 9024.0, 9005.0, 8971.0, 8968.0, 8964.0, 8955.0, 8959.0, 8960.0, 8943.0, 8943.0, 8939.0, 8920.0, 8947.0, 8919.0, 8948.0, 8914.0, 8912.0, 8932.0, 8911.0, 8926.0, 8912.0, 8942.0, 8917.0, 8935.0, 8921.0, 8923.0, 8922.0, 8937.0, 8927.0, 8945.0, 8994.0, 8965.0, 8977.0, 8987.0, 8974.0, 8985.0, 8971.0, 9015.0, 9022.0, 9037.0, 9029.0, 9052.0, 9003.0, 8999.0, 8971.0, 8993.0, 9023.0, 9016.0, 9029.0, 9023.0, 9005.0, 8987.0, 8988.0, 8970.0, 8952.0, 8933.0, 8922.0, 8939.0, 8922.0, 8905.0, 8937.0, 8924.0, 8936.0, 8938.0, 8918.0, 8926.0, 8911.0, 8908.0, 8906.0, 8906.0, 8919.0, 8892.0, 8910.0, 8919.0, 8897.0, 8928.0, 8917.0, 8921.0, 8936.0, 8937.0, 8935.0, 8955.0, 8958.0, 8962.0, 8982.0, 8966.0, 8967.0, 8972.0, 8961.0, 8975.0, 8946.0, 8977.0, 8962.0, 8963.0, 8986.0, 8951.0, 8992.0, 8978.0, 8963.0, 8965.0, 8995.0, 8983.0, 8982.0, 8974.0, 8951.0, 8950.0, 8969.0, 8986.0, 9016.0, 8987.0, 8975.0, 8957.0, 8994.0, 8967.0, 8980.0, 8966.0, 9029.0, 9018.0, 8980.0, 8974.0, 8973.0, 8966.0, 9011.0, 9032.0, 8988.0, 9023.0, 9035.0, 8997.0, 8971.0, 8978.0, 8998.0, 8957.0, 8930.0, 8945.0, 8943.0, 8933.0, 8922.0, 8921.0, 8948.0, 8922.0, 8933.0, 8920.0, 8920.0, 8927.0, 8930.0, 8922.0, 8976.0, 8947.0, 8927.0, 8919.0, 8920.0, 8933.0, 8917.0, 8928.0, 8938.0, 8951.0, 8933.0, 8918.0, 8941.0, 8953.0, 8949.0, 8966.0, 8958.0, 8972.0, 8988.0, 9003.0, 9012.0, 8993.0, 9011.0, 9029.0, 9021.0, 9022.0, 8981.0, 9007.0, 9020.0, 9026.0, 8994.0, 9051.0, 9024.0, 8993.0, 8974.0, 8987.0, 8981.0, 8989.0, 8965.0, 9013.0, 9006.0, 8969.0, 8978.0, 8988.0, 8959.0, 8964.0, 8939.0, 8994.0, 9013.0, 9002.0, 9033.0, 9029.0, 8962.0, 9001.0, 8964.0, 8967.0, 8941.0, 9016.0, 9020.0, 9005.0, 9003.0, 8954.0, 8952.0, 8970.0, 8945.0, 8937.0, 8917.0, 8909.0, 8910.0, 8909.0, 8904.0, 8915.0, 8940.0, 8916.0, 8899.0, 8916.0, 8892.0, 8902.0, 8885.0, 8869.0, 8909.0, 8876.0, 8917.0, 8895.0, 8892.0, 8894.0, 8910.0, 8899.0, 8918.0, 8947.0, 8970.0, 8954.0, 8933.0, 8944.0, 8954.0, 8949.0, 8976.0, 8951.0, 8934.0, 8961.0, 8943.0, 8959.0, 8946.0, 8982.0, 8984.0, 8970.0, 8959.0, 8959.0, 8988.0, 8983.0, 9023.0, 9028.0, 9046.0, 9083.0, 9042.0, 9044.0, 9039.0, 9016.0, 9015.0, 8979.0, 8975.0, 9026.0, 9012.0, 9005.0, 8990.0, 8982.0, 8980.0, 8967.0, 8958.0, 8938.0, 8918.0, 8938.0, 8924.0, 8940.0, 8926.0, 8953.0, 8920.0, 8927.0, 8915.0, 8875.0, 8899.0, 8869.0, 8879.0, 8878.0, 8871.0, 8889.0, 8909.0, 8914.0, 8913.0, 8927.0, 8919.0, 8914.0, 8934.0, 8917.0, 8899.0, 8944.0, 8967.0, 8964.0, 8966.0, 8953.0, 8927.0, 8934.0, 8943.0, 8926.0, 8942.0, 8946.0, 8992.0, 8993.0, 8950.0, 8988.0, 8931.0, 8923.0, 8945.0, 8924.0, 8954.0, 8968.0, 8939.0, 8971.0, 8996.0, 8963.0, 8940.0, 8924.0, 8957.0, 8967.0, 9026.0, 8991.0, 8943.0, 8942.0, 8982.0, 8964.0, 8929.0, 8899.0, 8881.0, 8929.0, 8913.0, 8884.0, 8895.0, 8908.0, 8924.0, 8900.0, 8898.0, 8912.0, 8901.0, 8874.0, 8884.0, 8897.0, 8874.0, 8877.0, 8911.0, 8872.0, 8886.0, 8918.0, 8884.0, 8871.0, 8899.0, 8891.0, 8895.0, 8921.0, 8900.0, 8931.0, 8949.0, 8925.0, 8928.0, 8932.0, 8934.0, 8951.0, 8966.0, 8956.0, 8958.0, 8970.0, 8986.0, 8972.0, 8957.0, 9015.0, 9001.0, 8953.0, 8993.0, 8955.0, 8952.0, 8980.0, 8983.0, 8971.0, 9001.0, 8976.0, 8986.0, 9033.0, 9012.0, 8985.0, 9022.0, 9020.0, 8997.0, 9030.0, 9024.0, 8976.0, 8942.0, 8948.0, 8951.0, 8995.0, 9014.0, 9016.0, 9045.0, 9039.0, 9005.0, 8993.0, 8975.0, 8966.0, 8975.0, 8985.0, 9015.0, 8984.0, 8973.0, 8972.0, 8972.0, 8967.0, 8929.0, 8925.0, 8921.0, 8916.0, 8930.0, 8933.0, 8967.0, 8928.0, 8922.0, 8927.0, 8895.0, 8889.0, 8911.0, 8884.0, 8866.0, 8899.0, 8862.0, 8864.0, 8874.0, 8849.0, 8866.0, 8881.0, 8866.0, 8902.0, 8918.0, 8893.0, 8930.0, 8939.0, 8947.0, 8959.0, 8949.0, 8951.0, 8956.0, 8959.0, 8951.0, 8999.0, 8999.0, 8957.0, 8969.0, 8972.0, 8954.0, 8965.0, 8950.0, 9005.0, 8979.0, 9004.0, 8979.0, 8945.0, 8929.0, 8928.0, 8937.0, 8973.0, 8977.0, 9019.0, 9019.0, 8982.0, 8974.0, 8939.0, 8955.0, 8980.0, 8967.0, 8926.0, 8911.0, 8955.0, 8962.0, 8943.0, 8919.0, 8919.0, 8913.0, 8918.0, 8900.0, 8892.0, 8905.0, 8892.0, 8893.0, 8903.0, 8901.0, 8883.0, 8920.0, 8885.0, 8847.0, 8868.0, 8843.0, 8885.0, 8847.0, 8863.0, 8892.0, 8877.0, 8870.0, 8897.0, 8888.0, 8893.0, 8880.0, 8901.0, 8917.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.0006209321058688147</td></tr>
<tr><td colspan=3>aqi</td><td>0.023041782163406216</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.78498184622117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1771092198271895</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027292410138247</td></tr>
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
<tr><td colspan=3>fber</td><td>5209.3828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12305234193342503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.110471806674337</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.301076538871042</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2068100382946394</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.508797394731064</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.187622183587424</td></tr>
<tr><td colspan=3>gcor</td><td>0.0394868</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01065293699502945</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025621430948376656</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.914929614645246</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>24.3268</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.2759</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.6486</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.3036</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0136</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3247.7908</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.7851</td></tr>
<tr><td colspan=3>tsnr</td><td>36.019440789707005</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>