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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:42:8.405000</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0728201</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8b8614f6-e9b6-4810-a4e7-d59038151d0b||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.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['104208.405000', '104208.865000', '104209.325000', '104209.785000', '104210.245000', '104210.705000', '104211.165000', '104211.625000', '104212.085000', '104212.545000', '104213.005000', '104213.465000', '104213.925000', '104214.385000', '104214.845000', '104215.305000', '104215.765000', '104216.225000', '104216.685000', '104217.145000', '104217.605000', '104218.065000', '104218.525000', '104218.985000', '104219.445000', '104219.905000', '104220.365000', '104220.825000', '104221.285000', '104221.745000', '104222.205000', '104222.665000', '104223.125000', '104223.585000', '104224.045000', '104224.505000', '104224.965000', '104225.425000', '104225.885000', '104226.345000', '104226.805000', '104227.265000', '104227.725000', '104228.185000', '104228.645000', '104229.105000', '104229.565000', '104230.025000', '104230.485000', '104230.945000', '104231.405000', '104231.865000', '104232.325000', '104232.785000', '104233.245000', '104233.705000', '104234.165000', '104234.625000', '104235.085000', '104235.545000', '104236.005000', '104236.465000', '104236.925000', '104237.385000', '104237.845000', '104238.305000', '104238.765000', '104239.225000', '104239.685000', '104240.145000', '104240.605000', '104241.065000', '104241.525000', '104241.985000', '104242.445000', '104242.905000', '104243.365000', '104243.825000', '104244.285000', '104244.745000', '104245.205000', '104245.665000', '104246.125000', '104246.585000', '104247.045000', '104247.505000', '104247.965000', '104248.425000', '104248.885000', '104249.345000', '104249.805000', '104250.265000', '104250.725000', '104251.185000', '104251.645000', '104252.105000', '104252.565000', '104253.025000', '104253.485000', '104253.945000', '104254.405000', '104254.865000', '104255.325000', '104255.785000', '104256.245000', '104256.705000', '104257.165000', '104257.625000', '104258.085000', '104258.545000', '104259.005000', '104259.465000', '104259.925000', '104300.385000', '104300.845000', '104301.305000', '104301.765000', '104302.225000', '104302.685000', '104303.145000', '104303.605000', '104304.065000', '104304.525000', '104304.985000', '104305.445000', '104305.905000', '104306.365000', '104306.825000', '104307.285000', '104307.745000', '104308.205000', '104308.665000', '104309.125000', '104309.585000', '104310.045000', '104310.505000', '104310.965000', '104311.425000', '104311.885000', '104312.345000', '104312.805000', '104313.265000', '104313.725000', '104314.185000', '104314.645000', '104315.105000', '104315.565000', '104316.025000', '104316.485000', '104316.945000', '104317.405000', '104317.865000', '104318.325000', '104318.785000', '104319.245000', '104319.705000', '104320.165000', '104320.625000', '104321.085000', '104321.545000', '104322.005000', '104322.465000', '104322.925000', '104323.385000', '104323.845000', '104324.305000', '104324.765000', '104325.225000', '104325.685000', '104326.145000', '104326.605000', '104327.065000', '104327.525000', '104327.985000', '104328.445000', '104328.905000', '104329.365000', '104329.825000', '104330.285000', '104330.745000', '104331.205000', '104331.665000', '104332.125000', '104332.585000', '104333.045000', '104333.505000', '104333.965000', '104334.425000', '104334.885000', '104335.345000', '104335.805000', '104336.265000', '104336.725000', '104337.185000', '104337.645000', '104338.105000', '104338.565000', '104339.025000', '104339.485000', '104339.945000', '104340.405000', '104340.865000', '104341.325000', '104341.785000', '104342.245000', '104342.705000', '104343.165000', '104343.625000', '104344.085000', '104344.545000', '104345.005000', '104345.465000', '104345.925000', '104346.385000', '104346.845000', '104347.305000', '104347.765000', '104348.225000', '104348.685000', '104349.145000', '104349.605000', '104350.065000', '104350.525000', '104350.985000', '104351.445000', '104351.905000', '104352.365000', '104352.825000', '104353.285000', '104353.745000', '104354.205000', '104354.665000', '104355.125000', '104355.585000', '104356.045000', '104356.505000', '104356.965000', '104357.425000', '104357.885000', '104358.345000', '104358.805000', '104359.265000', '104359.725000', '104400.185000', '104400.645000', '104401.105000', '104401.565000', '104402.025000', '104402.485000', '104402.945000', '104403.405000', '104403.865000', '104404.325000', '104404.785000', '104405.245000', '104405.705000', '104406.165000', '104406.625000', '104407.085000', '104407.545000', '104408.005000', '104408.465000', '104408.925000', '104409.385000', '104409.845000', '104410.305000', '104410.765000', '104411.225000', '104411.685000', '104412.145000', '104412.605000', '104413.065000', '104413.525000', '104413.985000', '104414.445000', '104414.905000', '104415.365000', '104415.825000', '104416.285000', '104416.745000', '104417.205000', '104417.665000', '104418.125000', '104418.585000', '104419.045000', '104419.505000', '104419.965000', '104420.425000', '104420.885000', '104421.345000', '104421.805000', '104422.265000', '104422.725000', '104423.185000', '104423.645000', '104424.105000', '104424.565000', '104425.025000', '104425.485000', '104425.945000', '104426.405000', '104426.865000', '104427.325000', '104427.785000', '104428.245000', '104428.705000', '104429.165000', '104429.625000', '104430.085000', '104430.545000', '104431.005000', '104431.465000', '104431.925000', '104432.385000', '104432.845000', '104433.305000', '104433.765000', '104434.225000', '104434.685000', '104435.145000', '104435.605000', '104436.065000', '104436.525000', '104436.985000', '104437.445000', '104437.905000', '104438.365000', '104438.825000', '104439.285000', '104439.745000', '104440.205000', '104440.665000', '104441.125000', '104441.585000', '104442.045000', '104442.505000', '104442.965000', '104443.425000', '104443.885000', '104444.345000', '104444.805000', '104445.265000', '104445.725000', '104446.185000', '104446.645000', '104447.105000', '104447.565000', '104448.025000', '104448.485000', '104448.945000', '104449.405000', '104449.865000', '104450.325000', '104450.785000', '104451.245000', '104451.705000', '104452.165000', '104452.625000', '104453.085000', '104453.545000', '104454.005000', '104454.465000', '104454.925000', '104455.385000', '104455.845000', '104456.305000', '104456.765000', '104457.225000', '104457.685000', '104458.145000', '104458.605000', '104459.065000', '104459.525000', '104459.985000', '104500.445000', '104500.905000', '104501.365000', '104501.825000', '104502.285000', '104502.745000', '104503.205000', '104503.665000', '104504.125000', '104504.585000', '104505.045000', '104505.505000', '104505.965000', '104506.425000', '104506.885000', '104507.345000', '104507.805000', '104508.265000', '104508.725000', '104509.185000', '104509.645000', '104510.105000', '104510.565000', '104511.025000', '104511.485000', '104511.945000', '104512.405000', '104512.865000', '104513.325000', '104513.785000', '104514.245000', '104514.705000', '104515.165000', '104515.625000', '104516.085000', '104516.545000', '104517.005000', '104517.465000', '104517.925000', '104518.385000', '104518.845000', '104519.305000', '104519.765000', '104520.225000', '104520.685000', '104521.145000', '104521.605000', '104522.065000', '104522.525000', '104522.985000', '104523.445000', '104523.905000', '104524.365000', '104524.825000', '104525.285000', '104525.745000', '104526.205000', '104526.665000', '104527.125000', '104527.585000', '104528.045000', '104528.505000', '104528.965000', '104529.425000', '104529.885000', '104530.345000', '104530.805000', '104531.265000', '104531.725000', '104532.185000', '104532.645000', '104533.105000', '104533.565000', '104534.025000', '104534.485000', '104534.945000', '104535.405000', '104535.865000', '104536.325000', '104536.785000', '104537.245000', '104537.705000', '104538.165000', '104538.625000', '104539.085000', '104539.545000', '104540.005000', '104540.465000', '104540.925000', '104541.385000', '104541.845000', '104542.305000', '104542.765000', '104543.225000', '104543.685000', '104544.145000', '104544.605000', '104545.065000', '104545.525000', '104545.985000', '104546.445000', '104546.905000', '104547.365000', '104547.825000', '104548.285000', '104548.745000', '104549.205000', '104549.665000', '104550.125000', '104550.585000', '104551.045000', '104551.505000', '104551.965000', '104552.425000', '104552.885000', '104553.345000', '104553.805000', '104554.265000', '104554.725000', '104555.185000', '104555.645000', '104556.105000', '104556.565000', '104557.025000', '104557.485000', '104557.945000', '104558.405000', '104558.865000', '104559.325000', '104559.785000', '104600.245000', '104600.705000', '104601.165000', '104601.625000', '104602.085000', '104602.545000', '104603.005000', '104603.465000', '104603.925000', '104604.385000', '104604.845000', '104605.305000', '104605.765000', '104606.225000', '104606.685000', '104607.145000', '104607.605000', '104608.065000', '104608.525000', '104608.985000', '104609.445000', '104609.905000', '104610.365000', '104610.825000', '104611.285000', '104611.745000', '104612.205000', '104612.665000', '104613.125000', '104613.585000', '104614.045000', '104614.505000', '104614.965000', '104615.425000', '104615.885000', '104616.345000', '104616.805000', '104617.265000', '104617.725000', '104618.185000', '104618.645000', '104619.105000', '104619.565000', '104620.025000', '104620.485000', '104620.945000', '104621.405000', '104621.865000', '104622.325000', '104622.785000', '104623.245000', '104623.705000', '104624.165000', '104624.625000', '104625.085000', '104625.545000', '104626.005000', '104626.465000', '104626.925000', '104627.385000', '104627.845000', '104628.305000', '104628.765000', '104629.225000', '104629.685000', '104630.145000', '104630.605000', '104631.065000', '104631.525000', '104631.985000', '104632.445000', '104632.905000', '104633.365000', '104633.825000', '104634.285000', '104634.745000', '104635.205000', '104635.665000', '104636.125000', '104636.585000', '104637.045000', '104637.505000', '104637.965000', '104638.425000', '104638.885000', '104639.345000', '104639.805000', '104640.265000', '104640.725000', '104641.185000', '104641.645000', '104642.105000', '104642.565000', '104643.025000', '104643.485000', '104643.945000', '104644.405000', '104644.865000', '104645.325000', '104645.785000', '104646.245000', '104646.705000', '104647.165000', '104647.625000', '104648.085000', '104648.545000', '104649.005000', '104649.465000', '104649.925000', '104650.385000', '104650.845000', '104651.305000', '104651.765000', '104652.225000', '104652.685000', '104653.145000', '104653.605000', '104654.065000', '104654.525000', '104654.985000', '104655.445000', '104655.905000', '104656.365000', '104656.825000', '104657.285000', '104657.745000', '104658.205000', '104658.665000', '104659.125000', '104659.585000', '104700.045000', '104700.505000', '104700.965000', '104701.425000', '104701.885000', '104702.345000', '104702.805000', '104703.265000', '104703.725000', '104704.185000', '104704.645000', '104705.105000', '104705.565000', '104706.025000', '104706.485000', '104706.945000', '104707.405000', '104707.865000', '104708.325000', '104708.785000', '104709.245000', '104709.705000', '104710.165000', '104710.625000', '104711.085000', '104711.545000', '104712.005000', '104712.465000', '104712.925000', '104713.385000', '104713.845000', '104714.305000', '104714.765000', '104715.225000', '104715.685000', '104716.145000', '104716.605000', '104717.065000', '104717.525000', '104717.985000', '104718.445000', '104718.905000', '104719.365000', '104719.825000', '104720.285000', '104720.745000', '104721.205000', '104721.665000', '104722.125000', '104722.585000', '104723.045000', '104723.505000', '104723.965000', '104724.425000', '104724.885000', '104725.345000', '104725.805000', '104726.265000', '104726.725000', '104727.185000', '104727.645000', '104728.105000', '104728.565000', '104729.025000', '104729.485000', '104729.945000', '104730.405000', '104730.865000', '104731.325000', '104731.785000', '104732.245000', '104732.705000', '104733.165000', '104733.625000', '104734.085000', '104734.545000', '104735.005000', '104735.465000', '104735.925000', '104736.385000', '104736.845000', '104737.305000', '104737.765000', '104738.225000', '104738.685000', '104739.145000', '104739.605000', '104740.065000', '104740.525000', '104740.985000', '104741.445000', '104741.905000', '104742.365000', '104742.825000', '104743.285000', '104743.745000', '104744.205000', '104744.665000', '104745.125000', '104745.585000', '104746.045000', '104746.505000', '104746.965000', '104747.425000', '104747.885000', '104748.345000', '104748.805000', '104749.265000', '104749.725000', '104750.185000', '104750.645000', '104751.105000', '104751.565000', '104752.025000', '104752.485000', '104752.945000', '104753.405000', '104753.865000', '104754.325000', '104754.785000', '104755.245000', '104755.705000', '104756.165000', '104756.625000', '104757.085000', '104757.545000', '104758.005000', '104758.465000', '104758.925000', '104759.385000', '104759.845000', '104800.305000', '104800.765000', '104801.225000', '104801.685000', '104802.145000', '104802.605000', '104803.065000', '104803.525000', '104803.985000', '104804.445000', '104804.905000', '104805.365000', '104805.825000', '104806.285000', '104806.745000', '104807.205000', '104807.665000', '104808.125000', '104808.585000', '104809.045000', '104809.505000', '104809.965000', '104810.425000', '104810.885000', '104811.345000', '104811.805000', '104812.265000', '104812.725000', '104813.185000', '104813.645000', '104814.105000', '104814.565000', '104815.025000', '104815.485000', '104815.945000', '104816.405000', '104816.865000', '104817.325000', '104817.785000', '104818.245000', '104818.705000', '104819.165000', '104819.625000', '104820.085000', '104820.545000', '104821.005000', '104821.465000', '104821.925000', '104822.385000', '104822.845000', '104823.305000', '104823.765000', '104824.225000', '104824.685000', '104825.145000', '104825.605000', '104826.065000', '104826.525000', '104826.985000', '104827.445000', '104827.905000', '104828.365000', '104828.825000', '104829.285000', '104829.745000', '104830.205000', '104830.665000', '104831.125000', '104831.585000', '104832.045000', '104832.505000', '104832.965000', '104833.425000', '104833.885000', '104834.345000', '104834.805000', '104835.265000', '104835.725000', '104836.185000', '104836.645000', '104837.105000', '104837.565000', '104838.025000', '104838.485000', '104838.945000', '104839.405000', '104839.865000', '104840.325000', '104840.785000', '104841.245000', '104841.705000', '104842.165000', '104842.625000', '104843.085000', '104843.545000', '104844.005000', '104844.465000', '104844.925000', '104845.385000', '104845.845000', '104846.305000', '104846.765000', '104847.225000', '104847.685000', '104848.145000', '104848.605000', '104849.065000'], 'ContentTime': ['104220.775000', '104220.778000', '104220.782000', '104220.784000', '104220.787000', '104220.790000', '104220.793000', '104220.796000', '104220.799000', '104220.807000', '104220.810000', '104220.813000', '104220.816000', '104220.829000', '104220.832000', '104220.834000', '104220.837000', '104220.840000', '104220.843000', '104220.846000', '104220.849000', '104220.852000', '104220.855000', '104220.858000', '104220.861000', '104220.864000', '104240.744000', '104240.747000', '104240.750000', '104240.753000', '104240.756000', '104240.759000', '104240.762000', '104240.765000', '104240.768000', '104240.771000', '104240.774000', '104240.776000', '104240.779000', '104240.782000', '104240.785000', '104240.788000', '104240.791000', '104240.794000', '104240.797000', '104240.800000', '104240.803000', '104240.806000', '104240.809000', '104240.811000', '104240.814000', '104240.817000', '104240.820000', '104240.823000', '104240.826000', '104240.829000', '104240.832000', '104240.835000', '104240.837000', '104240.840000', '104240.843000', '104240.846000', '104240.849000', '104240.852000', '104240.855000', '104240.858000', '104240.861000', '104240.865000', '104240.868000', '104300.744000', '104300.747000', '104300.750000', '104300.753000', '104300.756000', '104300.759000', '104300.762000', '104300.765000', '104300.767000', '104300.770000', '104300.773000', '104300.776000', '104300.779000', '104300.782000', '104300.785000', '104300.788000', '104300.791000', '104300.794000', '104300.797000', '104300.800000', '104300.803000', '104300.806000', '104300.809000', '104300.812000', '104300.814000', '104300.817000', '104300.821000', '104300.824000', '104300.827000', '104300.830000', '104300.833000', '104300.835000', '104300.838000', '104300.841000', '104300.844000', '104300.847000', '104300.850000', '104300.853000', '104300.856000', '104300.859000', '104300.862000', '104300.865000', '104300.868000', '104300.870000', '104320.744000', '104320.747000', '104320.750000', '104320.753000', '104320.756000', '104320.759000', '104320.762000', '104320.765000', '104320.768000', '104320.771000', '104320.774000', '104320.776000', '104320.779000', '104320.782000', '104320.785000', '104320.788000', '104320.791000', '104320.822000', '104320.825000', '104320.828000', '104320.831000', '104320.834000', '104320.836000', '104320.839000', '104320.842000', '104320.845000', '104320.848000', '104320.851000', '104320.854000', '104320.857000', '104320.860000', '104320.863000', '104320.866000', '104320.869000', '104320.872000', '104320.874000', '104320.878000', '104320.880000', '104320.883000', '104320.887000', '104320.891000', '104320.894000', '104320.897000', '104340.743000', '104340.749000', '104340.752000', '104340.755000', '104340.758000', '104340.761000', '104340.764000', '104340.767000', '104340.770000', '104340.773000', '104340.776000', '104340.779000', '104340.782000', '104340.785000', '104340.788000', '104340.791000', '104340.794000', '104340.797000', '104340.800000', '104340.803000', '104340.806000', '104340.809000', '104340.812000', '104340.814000', '104340.817000', '104340.820000', '104340.823000', '104340.826000', '104340.829000', '104340.832000', '104340.835000', '104340.838000', '104340.841000', '104340.844000', '104340.847000', '104340.850000', '104340.853000', '104340.856000', '104340.859000', '104340.862000', '104340.865000', '104340.868000', '104340.871000', '104400.744000', '104400.747000', '104400.750000', '104400.753000', '104400.756000', '104400.759000', '104400.762000', '104400.765000', '104400.768000', '104400.771000', '104400.774000', '104400.776000', '104400.780000', '104400.782000', '104400.785000', '104400.788000', '104400.791000', '104400.794000', '104400.797000', '104400.800000', '104400.803000', '104400.806000', '104400.809000', '104400.812000', '104400.815000', '104400.818000', '104400.821000', '104400.824000', '104400.827000', '104400.830000', '104400.833000', '104400.836000', '104400.839000', '104400.842000', '104400.845000', '104400.847000', '104400.851000', '104400.853000', '104400.856000', '104400.859000', '104400.862000', '104400.878000', '104400.881000', '104400.884000', '104420.744000', '104420.747000', '104420.750000', '104420.753000', '104420.756000', '104420.759000', '104420.763000', '104420.766000', '104420.769000', '104420.772000', '104420.775000', '104420.778000', '104420.781000', '104420.784000', '104420.813000', '104420.816000', '104420.819000', '104420.821000', '104420.824000', '104420.827000', '104420.830000', '104420.833000', '104420.836000', '104420.839000', '104420.842000', '104420.845000', '104420.848000', '104420.851000', '104420.854000', '104420.857000', '104420.859000', '104420.862000', '104420.865000', '104420.868000', '104420.871000', '104420.874000', '104420.877000', '104420.880000', '104420.883000', '104420.886000', '104420.889000', '104420.892000', '104420.895000', '104440.744000', '104440.747000', '104440.750000', '104440.753000', '104440.756000', '104440.759000', '104440.762000', '104440.765000', '104440.768000', '104440.771000', '104440.774000', '104440.777000', '104440.780000', '104440.783000', '104440.786000', '104440.789000', '104440.792000', '104440.794000', '104440.797000', '104440.800000', '104440.803000', '104440.806000', '104440.809000', '104440.812000', '104440.815000', '104440.818000', '104440.821000', '104440.824000', '104440.827000', '104440.830000', '104440.833000', '104440.836000', '104440.839000', '104440.841000', '104440.844000', '104440.847000', '104440.850000', '104440.853000', '104440.856000', '104440.859000', '104440.862000', '104440.865000', '104440.868000', '104440.871000', '104500.744000', '104500.747000', '104500.750000', '104500.753000', '104500.756000', '104500.759000', '104500.762000', '104500.765000', '104500.768000', '104500.771000', '104500.774000', '104500.777000', '104500.780000', '104500.783000', '104500.816000', '104500.819000', '104500.822000', '104500.825000', '104500.828000', '104500.831000', '104500.834000', '104500.837000', '104500.840000', '104500.843000', '104500.846000', '104500.849000', '104500.852000', '104500.855000', '104500.858000', '104500.861000', '104500.864000', '104500.867000', '104500.870000', '104500.873000', '104500.875000', '104500.879000', '104500.881000', '104500.884000', '104500.887000', '104500.890000', '104500.893000', '104500.896000', '104500.899000', '104520.744000', '104520.747000', '104520.750000', '104520.753000', '104520.756000', '104520.759000', '104520.762000', '104520.765000', '104520.768000', '104520.771000', '104520.774000', '104520.777000', '104520.780000', '104520.783000', '104520.814000', '104520.817000', '104520.820000', '104520.823000', '104520.826000', '104520.829000', '104520.832000', '104520.834000', '104520.837000', '104520.840000', '104520.843000', '104520.846000', '104520.849000', '104520.852000', '104520.855000', '104520.858000', '104520.861000', '104520.864000', '104520.867000', '104520.870000', '104520.873000', '104520.876000', '104520.879000', '104520.882000', '104520.885000', '104520.887000', '104520.890000', '104520.893000', '104520.896000', '104520.899000', '104540.744000', '104540.747000', '104540.750000', '104540.753000', '104540.756000', '104540.759000', '104540.762000', '104540.765000', '104540.768000', '104540.771000', '104540.774000', '104540.777000', '104540.780000', '104540.783000', '104540.786000', '104540.789000', '104540.794000', '104540.797000', '104540.801000', '104540.804000', '104540.807000', '104540.810000', '104540.823000', '104540.826000', '104540.829000', '104540.832000', '104540.835000', '104540.838000', '104540.841000', '104540.843000', '104540.846000', '104540.849000', '104540.852000', '104540.855000', '104540.858000', '104540.861000', '104540.864000', '104540.867000', '104540.870000', '104540.873000', '104540.876000', '104540.879000', '104540.882000', '104600.743000', '104600.746000', '104600.749000', '104600.752000', '104600.755000', '104600.758000', '104600.761000', '104600.764000', '104600.767000', '104600.770000', '104600.773000', '104600.776000', '104600.779000', '104600.782000', '104600.838000', '104600.841000', '104600.844000', '104600.847000', '104600.850000', '104600.853000', '104600.856000', '104600.859000', '104600.862000', '104600.865000', '104600.868000', '104600.871000', '104600.874000', '104600.877000', '104600.880000', '104600.883000', '104600.886000', '104600.889000', '104600.892000', '104600.895000', '104600.898000', '104600.901000', '104600.904000', '104600.907000', '104600.910000', '104600.912000', '104600.915000', '104600.918000', '104600.921000', '104600.924000', '104620.744000', '104620.747000', '104620.750000', '104620.753000', '104620.756000', '104620.759000', '104620.762000', '104620.765000', '104620.768000', '104620.771000', '104620.774000', '104620.777000', '104620.780000', '104620.783000', '104620.823000', '104620.826000', '104620.829000', '104620.832000', '104620.834000', '104620.837000', '104620.840000', '104620.844000', '104620.846000', '104620.849000', '104620.852000', '104620.855000', '104620.858000', '104620.861000', '104620.864000', '104620.867000', '104620.870000', '104620.873000', '104620.876000', '104620.879000', '104620.882000', '104620.885000', '104620.888000', '104620.891000', '104620.894000', '104620.897000', '104620.900000', '104620.903000', '104620.906000', '104640.744000', '104640.747000', '104640.750000', '104640.753000', '104640.756000', '104640.759000', '104640.762000', '104640.765000', '104640.768000', '104640.771000', '104640.774000', '104640.777000', '104640.780000', '104640.783000', '104640.830000', '104640.833000', '104640.836000', '104640.839000', '104640.841000', '104640.844000', '104640.848000', '104640.851000', '104640.853000', '104640.856000', '104640.859000', '104640.862000', '104640.865000', '104640.868000', '104640.871000', '104640.874000', '104640.877000', '104640.880000', '104640.883000', '104640.886000', '104640.889000', '104640.892000', '104640.895000', '104640.898000', '104640.901000', '104640.904000', '104640.907000', '104640.910000', '104640.913000', '104640.915000', '104700.744000', '104700.747000', '104700.750000', '104700.753000', '104700.756000', '104700.759000', '104700.763000', '104700.766000', '104700.769000', '104700.772000', '104700.775000', '104700.778000', '104700.781000', '104700.784000', '104700.788000', '104700.791000', '104700.794000', '104700.797000', '104700.800000', '104700.803000', '104700.806000', '104700.808000', '104700.812000', '104700.814000', '104700.819000', '104700.824000', '104700.827000', '104700.830000', '104700.833000', '104700.836000', '104700.839000', '104700.842000', '104700.845000', '104700.848000', '104700.851000', '104700.854000', '104700.857000', '104700.860000', '104700.863000', '104700.865000', '104700.869000', '104700.871000', '104700.874000', '104720.744000', '104720.747000', '104720.750000', '104720.753000', '104720.756000', '104720.759000', '104720.762000', '104720.765000', '104720.768000', '104720.771000', '104720.774000', '104720.777000', '104720.780000', '104720.783000', '104720.796000', '104720.799000', '104720.802000', '104720.805000', '104720.808000', '104720.811000', '104720.814000', '104720.817000', '104720.820000', '104720.823000', '104720.826000', '104720.829000', '104720.832000', '104720.835000', '104720.838000', '104720.841000', '104720.844000', '104720.847000', '104720.850000', '104720.853000', '104720.856000', '104720.859000', '104720.862000', '104720.865000', '104720.867000', '104720.871000', '104720.873000', '104720.876000', '104720.879000', '104720.882000', '104740.744000', '104740.748000', '104740.751000', '104740.753000', '104740.756000', '104740.759000', '104740.762000', '104740.765000', '104740.768000', '104740.771000', '104740.774000', '104740.777000', '104740.780000', '104740.783000', '104740.821000', '104740.824000', '104740.827000', '104740.830000', '104740.833000', '104740.836000', '104740.839000', '104740.842000', '104740.845000', '104740.848000', '104740.851000', '104740.854000', '104740.857000', '104740.860000', '104740.863000', '104740.866000', '104740.869000', '104740.872000', '104740.875000', '104740.878000', '104740.881000', '104740.886000', '104740.889000', '104740.892000', '104740.895000', '104740.898000', '104740.901000', '104740.904000', '104740.907000', '104800.744000', '104800.747000', '104800.750000', '104800.753000', '104800.756000', '104800.759000', '104800.762000', '104800.765000', '104800.768000', '104800.771000', '104800.774000', '104800.777000', '104800.780000', '104800.783000', '104800.830000', '104800.833000', '104800.836000', '104800.839000', '104800.842000', '104800.845000', '104800.848000', '104800.851000', '104800.854000', '104800.857000', '104800.859000', '104800.862000', '104800.866000', '104800.868000', '104800.871000', '104800.874000', '104800.877000', '104800.880000', '104800.883000', '104800.886000', '104800.889000', '104800.892000', '104800.895000', '104800.898000', '104800.901000', '104800.904000', '104800.907000', '104800.910000', '104800.913000', '104800.916000', '104820.743000', '104820.746000', '104820.749000', '104820.752000', '104820.755000', '104820.758000', '104820.761000', '104820.764000', '104820.767000', '104820.770000', '104820.773000', '104820.776000', '104820.779000', '104820.782000', '104820.834000', '104820.837000', '104820.840000', '104820.843000', '104820.846000', '104820.849000', '104820.852000', '104820.855000', '104820.858000', '104820.861000', '104820.864000', '104820.867000', '104820.870000', '104820.873000', '104820.876000', '104820.879000', '104820.882000', '104820.885000', '104820.888000', '104820.891000', '104820.894000', '104820.897000', '104820.900000', '104820.903000', '104820.906000', '104820.909000', '104820.912000', '104820.914000', '104820.918000', '104840.759000', '104840.763000', '104840.766000', '104840.769000', '104840.771000', '104840.775000', '104840.778000', '104840.781000', '104840.783000', '104840.852000', '104840.855000', '104840.858000', '104840.861000', '104840.864000', '104840.867000', '104840.870000', '104840.873000', '104840.876000', '104840.879000', '104840.882000', '104840.885000', '104840.888000', '104840.891000', '104840.894000', '104840.897000', '104840.900000', '104840.903000', '104840.905000', '104840.908000', '104840.911000', '104840.914000', '104840.918000', '104840.921000', '104840.924000', '104840.927000', '104840.929000', '104840.932000', '104840.935000', '104840.938000', '104840.941000', '104840.944000', '104840.947000', '104840.950000', '104840.953000', '104849.894000', '104849.897000', '104849.900000', '104849.903000', '104849.906000', '104849.910000', '104849.913000', '104849.916000', '104849.919000', '104849.922000', '104849.925000', '104849.928000', '104849.931000', '104849.934000', '104849.937000', '104849.940000', '104849.943000', '104849.946000', '104849.949000', '104849.952000'], 'InstanceCreationTime': ['104220.775000', '104220.778000', '104220.782000', '104220.784000', '104220.787000', '104220.790000', '104220.793000', '104220.796000', '104220.799000', '104220.807000', '104220.810000', '104220.813000', '104220.816000', '104220.829000', '104220.832000', '104220.834000', '104220.837000', '104220.840000', '104220.843000', '104220.846000', '104220.849000', '104220.852000', '104220.855000', '104220.858000', '104220.861000', '104220.864000', '104240.744000', '104240.747000', '104240.750000', '104240.753000', '104240.756000', '104240.759000', '104240.762000', '104240.765000', '104240.768000', '104240.771000', '104240.774000', '104240.776000', '104240.779000', '104240.782000', '104240.785000', '104240.788000', '104240.791000', '104240.794000', '104240.797000', '104240.800000', '104240.803000', '104240.806000', '104240.809000', '104240.811000', '104240.814000', '104240.817000', '104240.820000', '104240.823000', '104240.826000', '104240.829000', '104240.832000', '104240.835000', '104240.837000', '104240.840000', '104240.843000', '104240.846000', '104240.849000', '104240.852000', '104240.855000', '104240.858000', '104240.861000', '104240.865000', '104240.868000', '104300.744000', '104300.747000', '104300.750000', '104300.753000', '104300.756000', '104300.759000', '104300.762000', '104300.765000', '104300.767000', '104300.770000', '104300.773000', '104300.776000', '104300.779000', '104300.782000', '104300.785000', '104300.788000', '104300.791000', '104300.794000', '104300.797000', '104300.800000', '104300.803000', '104300.806000', '104300.809000', '104300.812000', '104300.814000', '104300.817000', '104300.821000', '104300.824000', '104300.827000', '104300.830000', '104300.833000', '104300.835000', '104300.838000', '104300.841000', '104300.844000', '104300.847000', '104300.850000', '104300.853000', '104300.856000', '104300.859000', '104300.862000', '104300.865000', '104300.868000', '104300.870000', '104320.744000', '104320.747000', '104320.750000', '104320.753000', '104320.756000', '104320.759000', '104320.762000', '104320.765000', '104320.768000', '104320.771000', '104320.774000', '104320.776000', '104320.779000', '104320.782000', '104320.785000', '104320.788000', '104320.791000', '104320.822000', '104320.825000', '104320.828000', '104320.831000', '104320.834000', '104320.836000', '104320.839000', '104320.842000', '104320.845000', '104320.848000', '104320.851000', '104320.854000', '104320.857000', '104320.860000', '104320.863000', '104320.866000', '104320.869000', '104320.872000', '104320.874000', '104320.878000', '104320.880000', '104320.883000', '104320.887000', '104320.891000', '104320.894000', '104320.897000', '104340.743000', '104340.749000', '104340.752000', '104340.755000', '104340.758000', '104340.761000', '104340.764000', '104340.767000', '104340.770000', '104340.773000', '104340.776000', '104340.779000', '104340.782000', '104340.785000', '104340.788000', '104340.791000', '104340.794000', '104340.797000', '104340.800000', '104340.803000', '104340.806000', '104340.809000', '104340.812000', '104340.814000', '104340.817000', '104340.820000', '104340.823000', '104340.826000', '104340.829000', '104340.832000', '104340.835000', '104340.838000', '104340.841000', '104340.844000', '104340.847000', '104340.850000', '104340.853000', '104340.856000', '104340.859000', '104340.862000', '104340.865000', '104340.868000', '104340.871000', '104400.744000', '104400.747000', '104400.750000', '104400.753000', '104400.756000', '104400.759000', '104400.762000', '104400.765000', '104400.768000', '104400.771000', '104400.774000', '104400.776000', '104400.780000', '104400.782000', '104400.785000', '104400.788000', '104400.791000', '104400.794000', '104400.797000', '104400.800000', '104400.803000', '104400.806000', '104400.809000', '104400.812000', '104400.815000', '104400.818000', '104400.821000', '104400.824000', '104400.827000', '104400.830000', '104400.833000', '104400.836000', '104400.839000', '104400.842000', '104400.845000', '104400.847000', '104400.851000', '104400.853000', '104400.856000', '104400.859000', '104400.862000', '104400.878000', '104400.881000', '104400.884000', '104420.744000', '104420.747000', '104420.750000', '104420.753000', '104420.756000', '104420.759000', '104420.763000', '104420.766000', '104420.769000', '104420.772000', '104420.775000', '104420.778000', '104420.781000', '104420.784000', '104420.813000', '104420.816000', '104420.819000', '104420.821000', '104420.824000', '104420.827000', '104420.830000', '104420.833000', '104420.836000', '104420.839000', '104420.842000', '104420.845000', '104420.848000', '104420.851000', '104420.854000', '104420.857000', '104420.859000', '104420.862000', '104420.865000', '104420.868000', '104420.871000', '104420.874000', '104420.877000', '104420.880000', '104420.883000', '104420.886000', '104420.889000', '104420.892000', '104420.895000', '104440.744000', '104440.747000', '104440.750000', '104440.753000', '104440.756000', '104440.759000', '104440.762000', '104440.765000', '104440.768000', '104440.771000', '104440.774000', '104440.777000', '104440.780000', '104440.783000', '104440.786000', '104440.789000', '104440.792000', '104440.794000', '104440.797000', '104440.800000', '104440.803000', '104440.806000', '104440.809000', '104440.812000', '104440.815000', '104440.818000', '104440.821000', '104440.824000', '104440.827000', '104440.830000', '104440.833000', '104440.836000', '104440.839000', '104440.841000', '104440.844000', '104440.847000', '104440.850000', '104440.853000', '104440.856000', '104440.859000', '104440.862000', '104440.865000', '104440.868000', '104440.871000', '104500.744000', '104500.747000', '104500.750000', '104500.753000', '104500.756000', '104500.759000', '104500.762000', '104500.765000', '104500.768000', '104500.771000', '104500.774000', '104500.777000', '104500.780000', '104500.783000', '104500.816000', '104500.819000', '104500.822000', '104500.825000', '104500.828000', '104500.831000', '104500.834000', '104500.837000', '104500.840000', '104500.843000', '104500.846000', '104500.849000', '104500.852000', '104500.855000', '104500.858000', '104500.861000', '104500.864000', '104500.867000', '104500.870000', '104500.873000', '104500.875000', '104500.879000', '104500.881000', '104500.884000', '104500.887000', '104500.890000', '104500.893000', '104500.896000', '104500.899000', '104520.744000', '104520.747000', '104520.750000', '104520.753000', '104520.756000', '104520.759000', '104520.762000', '104520.765000', '104520.768000', '104520.771000', '104520.774000', '104520.777000', '104520.780000', '104520.783000', '104520.814000', '104520.817000', '104520.820000', '104520.823000', '104520.826000', '104520.829000', '104520.832000', '104520.834000', '104520.837000', '104520.840000', '104520.843000', '104520.846000', '104520.849000', '104520.852000', '104520.855000', '104520.858000', '104520.861000', '104520.864000', '104520.867000', '104520.870000', '104520.873000', '104520.876000', '104520.879000', '104520.882000', '104520.885000', '104520.887000', '104520.890000', '104520.893000', '104520.896000', '104520.899000', '104540.744000', '104540.747000', '104540.750000', '104540.753000', '104540.756000', '104540.759000', '104540.762000', '104540.765000', '104540.768000', '104540.771000', '104540.774000', '104540.777000', '104540.780000', '104540.783000', '104540.786000', '104540.789000', '104540.794000', '104540.797000', '104540.801000', '104540.804000', '104540.807000', '104540.810000', '104540.823000', '104540.826000', '104540.829000', '104540.832000', '104540.835000', '104540.838000', '104540.841000', '104540.843000', '104540.846000', '104540.849000', '104540.852000', '104540.855000', '104540.858000', '104540.861000', '104540.864000', '104540.867000', '104540.870000', '104540.873000', '104540.876000', '104540.879000', '104540.882000', '104600.743000', '104600.746000', '104600.749000', '104600.752000', '104600.755000', '104600.758000', '104600.761000', '104600.764000', '104600.767000', '104600.770000', '104600.773000', '104600.776000', '104600.779000', '104600.782000', '104600.838000', '104600.841000', '104600.844000', '104600.847000', '104600.850000', '104600.853000', '104600.856000', '104600.859000', '104600.862000', '104600.865000', '104600.868000', '104600.871000', '104600.874000', '104600.877000', '104600.880000', '104600.883000', '104600.886000', '104600.889000', '104600.892000', '104600.895000', '104600.898000', '104600.901000', '104600.904000', '104600.907000', '104600.910000', '104600.912000', '104600.915000', '104600.918000', '104600.921000', '104600.924000', '104620.744000', '104620.747000', '104620.750000', '104620.753000', '104620.756000', '104620.759000', '104620.762000', '104620.765000', '104620.768000', '104620.771000', '104620.774000', '104620.777000', '104620.780000', '104620.783000', '104620.823000', '104620.826000', '104620.829000', '104620.832000', '104620.834000', '104620.837000', '104620.840000', '104620.844000', '104620.846000', '104620.849000', '104620.852000', '104620.855000', '104620.858000', '104620.861000', '104620.864000', '104620.867000', '104620.870000', '104620.873000', '104620.876000', '104620.879000', '104620.882000', '104620.885000', '104620.888000', '104620.891000', '104620.894000', '104620.897000', '104620.900000', '104620.903000', '104620.906000', '104640.744000', '104640.747000', '104640.750000', '104640.753000', '104640.756000', '104640.759000', '104640.762000', '104640.765000', '104640.768000', '104640.771000', '104640.774000', '104640.777000', '104640.780000', '104640.783000', '104640.830000', '104640.833000', '104640.836000', '104640.839000', '104640.841000', '104640.844000', '104640.848000', '104640.851000', '104640.853000', '104640.856000', '104640.859000', '104640.862000', '104640.865000', '104640.868000', '104640.871000', '104640.874000', '104640.877000', '104640.880000', '104640.883000', '104640.886000', '104640.889000', '104640.892000', '104640.895000', '104640.898000', '104640.901000', '104640.904000', '104640.907000', '104640.910000', '104640.913000', '104640.915000', '104700.744000', '104700.747000', '104700.750000', '104700.753000', '104700.756000', '104700.759000', '104700.763000', '104700.766000', '104700.769000', '104700.772000', '104700.775000', '104700.778000', '104700.781000', '104700.784000', '104700.788000', '104700.791000', '104700.794000', '104700.797000', '104700.800000', '104700.803000', '104700.806000', '104700.808000', '104700.812000', '104700.814000', '104700.819000', '104700.824000', '104700.827000', '104700.830000', '104700.833000', '104700.836000', '104700.839000', '104700.842000', '104700.845000', '104700.848000', '104700.851000', '104700.854000', '104700.857000', '104700.860000', '104700.863000', '104700.865000', '104700.869000', '104700.871000', '104700.874000', '104720.744000', '104720.747000', '104720.750000', '104720.753000', '104720.756000', '104720.759000', '104720.762000', '104720.765000', '104720.768000', '104720.771000', '104720.774000', '104720.777000', '104720.780000', '104720.783000', '104720.796000', '104720.799000', '104720.802000', '104720.805000', '104720.808000', '104720.811000', '104720.814000', '104720.817000', '104720.820000', '104720.823000', '104720.826000', '104720.829000', '104720.832000', '104720.835000', '104720.838000', '104720.841000', '104720.844000', '104720.847000', '104720.850000', '104720.853000', '104720.856000', '104720.859000', '104720.862000', '104720.865000', '104720.867000', '104720.871000', '104720.873000', '104720.876000', '104720.879000', '104720.882000', '104740.744000', '104740.748000', '104740.751000', '104740.753000', '104740.756000', '104740.759000', '104740.762000', '104740.765000', '104740.768000', '104740.771000', '104740.774000', '104740.777000', '104740.780000', '104740.783000', '104740.821000', '104740.824000', '104740.827000', '104740.830000', '104740.833000', '104740.836000', '104740.839000', '104740.842000', '104740.845000', '104740.848000', '104740.851000', '104740.854000', '104740.857000', '104740.860000', '104740.863000', '104740.866000', '104740.869000', '104740.872000', '104740.875000', '104740.878000', '104740.881000', '104740.886000', '104740.889000', '104740.892000', '104740.895000', '104740.898000', '104740.901000', '104740.904000', '104740.907000', '104800.744000', '104800.747000', '104800.750000', '104800.753000', '104800.756000', '104800.759000', '104800.762000', '104800.765000', '104800.768000', '104800.771000', '104800.774000', '104800.777000', '104800.780000', '104800.783000', '104800.830000', '104800.833000', '104800.836000', '104800.839000', '104800.842000', '104800.845000', '104800.848000', '104800.851000', '104800.854000', '104800.857000', '104800.859000', '104800.862000', '104800.866000', '104800.868000', '104800.871000', '104800.874000', '104800.877000', '104800.880000', '104800.883000', '104800.886000', '104800.889000', '104800.892000', '104800.895000', '104800.898000', '104800.901000', '104800.904000', '104800.907000', '104800.910000', '104800.913000', '104800.916000', '104820.743000', '104820.746000', '104820.749000', '104820.752000', '104820.755000', '104820.758000', '104820.761000', '104820.764000', '104820.767000', '104820.770000', '104820.773000', '104820.776000', '104820.779000', '104820.782000', '104820.834000', '104820.837000', '104820.840000', '104820.843000', '104820.846000', '104820.849000', '104820.852000', '104820.855000', '104820.858000', '104820.861000', '104820.864000', '104820.867000', '104820.870000', '104820.873000', '104820.876000', '104820.879000', '104820.882000', '104820.885000', '104820.888000', '104820.891000', '104820.894000', '104820.897000', '104820.900000', '104820.903000', '104820.906000', '104820.909000', '104820.912000', '104820.914000', '104820.918000', '104840.759000', '104840.763000', '104840.766000', '104840.769000', '104840.771000', '104840.775000', '104840.778000', '104840.781000', '104840.783000', '104840.852000', '104840.855000', '104840.858000', '104840.861000', '104840.864000', '104840.867000', '104840.870000', '104840.873000', '104840.876000', '104840.879000', '104840.882000', '104840.885000', '104840.888000', '104840.891000', '104840.894000', '104840.897000', '104840.900000', '104840.903000', '104840.905000', '104840.908000', '104840.911000', '104840.914000', '104840.918000', '104840.921000', '104840.924000', '104840.927000', '104840.929000', '104840.932000', '104840.935000', '104840.938000', '104840.941000', '104840.944000', '104840.947000', '104840.950000', '104840.953000', '104849.894000', '104849.897000', '104849.900000', '104849.903000', '104849.906000', '104849.910000', '104849.913000', '104849.916000', '104849.919000', '104849.922000', '104849.925000', '104849.928000', '104849.931000', '104849.934000', '104849.937000', '104849.940000', '104849.943000', '104849.946000', '104849.949000', '104849.952000'], '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': [7957, 9498, 7556, 7362, 10088, 6926, 7438, 7844, 7171, 9399, 6709, 7661, 12171, 7545, 9232, 9952, 7173, 8971, 6528, 7329, 6535, 7104, 9512, 6350, 7304, 10400, 6806, 7975, 7342, 7330, 9334, 6793, 8241, 9245, 7270, 9676, 6661, 7309, 10885, 7010, 8298, 6867, 7939, 6458, 7892, 12023, 8057, 8810, 13508, 8552, 10816, 8171, 8516, 7255, 10180, 8847, 7492, 14773, 9904, 10579, 8175, 9008, 6774, 8252, 15045, 10329, 10459, 7386, 8393, 12394, 8625, 9383, 7196, 9539, 6904, 8824, 12533, 7961, 9398, 7032, 8065, 10872, 7319, 9045, 7447, 7514, 10213, 7141, 8248, 10506, 7522, 8841, 7214, 7691, 7084, 7184, 9666, 7315, 8445, 7345, 7689, 9565, 7013, 7720, 6557, 6896, 6477, 7165, 11646, 8460, 8955, 12847, 8031, 9575, 7484, 7328, 12888, 8272, 9191, 13418, 8637, 9555, 7978, 7335, 10354, 7324, 8665, 6331, 7389, 11059, 7195, 8049, 9663, 7292, 8833, 7496, 7811, 7926, 7354, 10015, 6547, 7497, 11094, 7807, 8826, 7037, 7934, 11451, 7402, 9539, 7173, 7561, 10266, 7345, 8621, 7135, 7522, 10794, 7664, 9875, 7036, 7794, 11376, 7560, 8615, 6925, 7132, 7004, 6942, 9819, 6742, 7142, 10902, 6735, 7529, 8706, 7012, 9124, 6905, 8450, 13627, 8385, 9781, 12910, 7882, 9605, 7380, 7386, 6463, 7232, 11429, 7159, 10135, 15445, 9055, 10494, 10365, 7646, 10253, 7654, 7491, 7294, 7348, 10135, 7222, 7981, 11456, 7551, 7990, 7072, 7514, 9649, 7574, 8070, 7467, 7964, 9021, 6651, 7887, 10056, 7577, 8220, 6979, 7798, 10523, 7413, 9128, 7279, 7758, 9747, 7222, 7619, 9688, 7374, 9632, 7306, 8549, 12652, 7556, 9611, 8290, 7578, 9811, 7231, 7504, 6728, 7314, 10783, 7786, 7631, 10877, 7749, 7847, 11891, 7542, 8688, 7609, 7351, 6204, 7794, 10770, 7316, 8223, 8519, 7596, 9093, 7369, 7587, 8637, 7610, 10071, 10208, 7746, 9919, 7134, 7582, 11430, 7561, 7408, 6990, 7514, 9226, 6740, 7688, 9824, 7363, 8195, 6262, 7656, 6434, 7530, 9056, 6686, 7918, 7898, 7756, 9888, 6958, 7485, 7418, 7667, 6521, 7790, 11290, 7400, 9253, 6940, 8598, 12300, 7805, 8611, 6923, 7124, 6086, 7899, 9477, 7374, 10195, 7070, 7878, 7017, 7228, 6699, 6864, 6318, 8067, 13148, 8761, 11793, 9808, 7787, 12210, 8340, 10437, 7336, 10683, 8042, 7703, 14488, 8934, 9213, 7353, 7433, 7371, 7048, 7179, 7442, 6845, 7610, 9606, 7806, 10229, 7589, 7591, 6939, 7409, 10777, 7403, 8616, 8074, 7600, 10374, 7246, 7674, 10060, 7497, 8518, 7500, 8463, 6695, 7515, 10077, 6927, 7875, 10678, 7345, 8222, 7121, 7551, 9720, 7527, 8494, 6869, 7711, 9317, 6388, 7909, 9831, 7400, 7987, 6297, 7682, 9508, 6854, 8022, 10231, 7492, 8580, 8151, 7653, 8517, 7258, 7551, 6594, 7878, 11543, 7567, 9085, 10967, 7608, 8879, 6928, 7721, 6655, 7801, 10879, 7240, 7855, 12110, 7811, 8253, 8212, 8008, 8304, 7718, 10069, 7287, 9537, 13843, 8198, 10255, 7900, 7937, 6886, 7139, 6636, 7071, 6069, 7470, 11330, 7910, 8229, 13217, 7580, 9409, 7620, 7418, 6794, 7526, 11875, 7667, 8041, 10989, 7748, 8698, 7474, 7310, 7049, 7192, 6145, 7668, 9399, 6986, 7863, 9032, 7795, 8479, 6741, 8301, 6739, 7930, 8887, 7541, 8083, 12033, 7862, 8741, 12858, 8026, 8675, 8394, 8038, 9809, 7536, 8046, 6534, 7722, 10033, 6770, 7845, 10645, 7556, 7928, 7292, 7376, 6124, 7846, 10512, 7605, 7948, 10637, 7492, 8248, 7285, 7231, 6436, 7618, 12955, 8881, 8058, 14704, 10003, 8297, 7461, 7497, 6561, 7426, 10214, 9022, 7598, 9944, 7566, 7673, 11133, 7694, 7840, 7289, 7368, 9304, 7170, 7548, 10469, 7515, 7754, 8439, 7862, 8279, 7455, 7562, 10366, 7463, 7671, 6777, 7879, 8689, 7507, 7384, 7285, 7233, 6747, 8190, 10430, 7347, 8771, 9695, 8137, 8934, 7522, 7617, 7309, 6957, 6607, 7310, 7174, 7767, 11841, 7669, 10562, 8381, 10409, 7230, 7358, 6939, 13669, 9338, 11024, 8603, 9472, 8177, 10002, 7017, 7873, 7017, 6591, 7549, 8147, 10709, 10744, 12221, 8874, 10747, 7375, 10073, 7448, 11315, 8003, 12763, 8838, 11673, 8558, 8394, 7398, 6736, 7695, 7210, 9858, 7618, 12546, 8637, 12160, 8276, 11848, 6882, 9429, 10548, 7756, 12569, 7524, 8985, 6714, 7589, 11242, 7183, 8871, 7229, 7962, 6861, 7829, 7314, 7780, 7210, 8676, 6971, 6763, 7800, 5930, 8652, 7547, 9790, 12792, 9875, 9645, 8639, 8855, 10626, 7239, 10999, 6990, 8156, 13333, 8711, 9553, 6948, 7124, 10593, 7215, 7780, 6745, 7352, 6428, 7475, 10810, 7547, 7962, 9164, 7427, 8385, 7111, 7139, 7460, 7227, 9586, 6438, 7826, 11089, 7328, 7999, 8565, 7558, 8819, 6856, 7663, 10335, 7377, 8119, 10526, 7343, 8781, 7173, 7792, 8725, 6805, 7501, 6166, 7876, 10647, 7432, 8412, 11206, 7317, 8997, 7270, 7938, 9264, 7406, 9292, 7074, 8578, 7213, 9882, 15239, 11455, 10343, 15030, 10918, 9452, 7265, 7651, 13749, 8350, 7498, 12564, 8183, 8049, 10503, 7410, 9302, 6908, 7731, 11230, 7472, 8174, 10511, 7417, 8744, 6732, 7516, 9121, 7194, 8184, 6474, 7218, 9974, 6798, 7615, 10620, 7582, 8231, 6988, 7401, 9286, 6933, 7709, 11284, 7583, 8566, 7030, 7963, 8940, 7263, 7857, 7707, 7663, 8763, 6709, 8038, 9651, 7066, 8213, 8877, 7733, 8061, 7146, 7852, 8123, 7350, 9027, 8474, 7461, 9774, 9516, 7668, 9750, 7095, 7352, 6979, 7483, 11371, 7624, 7627, 13304, 7594, 9210, 7288, 7296, 6123, 7406, 10391, 6573, 7773, 11678, 7933, 8017, 11663, 7606, 8764, 7657, 7453, 6647, 7340, 10631, 7053, 7776, 12056, 7738, 9109, 7912, 7974, 7107, 8066, 14604, 9618, 9118, 12833, 8336, 10076, 8246, 8215, 8010, 7809, 8620, 7451, 8030, 10594, 7932, 8029, 8839, 7965, 8373, 7360, 7911, 7568, 7741, 8627, 6624, 7762, 10066, 7322, 7965, 6625, 7713, 11037, 7356, 7785, 10804, 8094, 8217, 8163, 7403, 9664, 7147, 7857, 11139, 7951, 7892, 8539, 7506, 8767, 6709, 7582, 10581, 7582], 'WindowCenter': [3829.0, 3835.0, 3799.0, 3801.0, 3831.0, 3788.0, 3787.0, 3795.0, 3775.0, 3805.0, 3774.0, 3785.0, 3825.0, 3797.0, 3819.0, 3816.0, 3787.0, 3807.0, 3775.0, 3785.0, 3762.0, 3774.0, 3805.0, 3762.0, 3785.0, 3815.0, 3775.0, 3796.0, 3785.0, 3787.0, 3817.0, 3787.0, 3810.0, 3820.0, 3800.0, 3820.0, 3790.0, 3798.0, 3828.0, 3787.0, 3807.0, 3789.0, 3808.0, 3789.0, 3823.0, 3840.0, 3808.0, 3819.0, 3849.0, 3808.0, 3829.0, 3809.0, 3808.0, 3797.0, 3818.0, 3795.0, 3785.0, 3836.0, 3805.0, 3816.0, 3794.0, 3805.0, 3763.0, 3795.0, 3824.0, 3791.0, 3789.0, 3758.0, 3780.0, 3810.0, 3779.0, 3791.0, 3760.0, 3789.0, 3744.0, 3776.0, 3796.0, 3754.0, 3776.0, 3743.0, 3767.0, 3787.0, 3757.0, 3777.0, 3755.0, 3755.0, 3775.0, 3744.0, 3766.0, 3787.0, 3757.0, 3791.0, 3759.0, 3769.0, 3758.0, 3771.0, 3791.0, 3785.0, 3795.0, 3773.0, 3785.0, 3817.0, 3786.0, 3796.0, 3764.0, 3786.0, 3765.0, 3789.0, 3840.0, 3809.0, 3821.0, 3841.0, 3798.0, 3819.0, 3786.0, 3787.0, 3827.0, 3796.0, 3807.0, 3839.0, 3795.0, 3807.0, 3796.0, 3786.0, 3816.0, 3785.0, 3795.0, 3763.0, 3786.0, 3815.0, 3774.0, 3797.0, 3806.0, 3785.0, 3805.0, 3786.0, 3786.0, 3784.0, 3785.0, 3817.0, 3764.0, 3787.0, 3828.0, 3796.0, 3806.0, 3786.0, 3797.0, 3827.0, 3798.0, 3818.0, 3775.0, 3797.0, 3817.0, 3786.0, 3807.0, 3787.0, 3797.0, 3829.0, 3810.0, 3820.0, 3776.0, 3798.0, 3841.0, 3800.0, 3810.0, 3788.0, 3787.0, 3785.0, 3786.0, 3818.0, 3788.0, 3789.0, 3830.0, 3790.0, 3811.0, 3821.0, 3800.0, 3819.0, 3788.0, 3809.0, 3839.0, 3810.0, 3831.0, 3839.0, 3810.0, 3820.0, 3788.0, 3787.0, 3776.0, 3787.0, 3828.0, 3787.0, 3817.0, 3836.0, 3795.0, 3817.0, 3805.0, 3787.0, 3816.0, 3783.0, 3772.0, 3758.0, 3759.0, 3801.0, 3758.0, 3770.0, 3801.0, 3771.0, 3781.0, 3759.0, 3770.0, 3789.0, 3769.0, 3769.0, 3757.0, 3769.0, 3792.0, 3761.0, 3783.0, 3815.0, 3785.0, 3794.0, 3773.0, 3784.0, 3813.0, 3772.0, 3804.0, 3772.0, 3799.0, 3817.0, 3784.0, 3786.0, 3804.0, 3784.0, 3805.0, 3784.0, 3795.0, 3824.0, 3772.0, 3805.0, 3782.0, 3784.0, 3805.0, 3784.0, 3784.0, 3762.0, 3783.0, 3815.0, 3771.0, 3784.0, 3827.0, 3784.0, 3794.0, 3828.0, 3797.0, 3806.0, 3797.0, 3785.0, 3778.0, 3798.0, 3815.0, 3773.0, 3797.0, 3808.0, 3798.0, 3807.0, 3786.0, 3786.0, 3794.0, 3784.0, 3806.0, 3803.0, 3772.0, 3803.0, 3761.0, 3783.0, 3813.0, 3771.0, 3771.0, 3759.0, 3759.0, 3790.0, 3759.0, 3782.0, 3802.0, 3784.0, 3795.0, 3776.0, 3797.0, 3763.0, 3784.0, 3805.0, 3775.0, 3797.0, 3809.0, 3799.0, 3820.0, 3801.0, 3801.0, 3799.0, 3799.0, 3777.0, 3798.0, 3828.0, 3800.0, 3821.0, 3787.0, 3810.0, 3843.0, 3813.0, 3822.0, 3800.0, 3799.0, 3768.0, 3810.0, 3832.0, 3801.0, 3831.0, 3802.0, 3823.0, 3802.0, 3801.0, 3802.0, 3801.0, 3790.0, 3824.0, 3853.0, 3810.0, 3841.0, 3832.0, 3801.0, 3841.0, 3809.0, 3817.0, 3786.0, 3816.0, 3782.0, 3772.0, 3826.0, 3793.0, 3792.0, 3771.0, 3772.0, 3771.0, 3771.0, 3772.0, 3771.0, 3760.0, 3784.0, 3804.0, 3783.0, 3815.0, 3783.0, 3783.0, 3761.0, 3773.0, 3801.0, 3759.0, 3780.0, 3768.0, 3769.0, 3789.0, 3759.0, 3770.0, 3790.0, 3759.0, 3779.0, 3760.0, 3779.0, 3747.0, 3770.0, 3791.0, 3760.0, 3782.0, 3803.0, 3784.0, 3783.0, 3773.0, 3783.0, 3791.0, 3771.0, 3793.0, 3760.0, 3772.0, 3794.0, 3750.0, 3796.0, 3816.0, 3785.0, 3784.0, 3762.0, 3784.0, 3803.0, 3774.0, 3798.0, 3818.0, 3786.0, 3809.0, 3799.0, 3798.0, 3807.0, 3787.0, 3786.0, 3776.0, 3798.0, 3828.0, 3799.0, 3821.0, 3830.0, 3800.0, 3820.0, 3788.0, 3799.0, 3776.0, 3797.0, 3829.0, 3787.0, 3797.0, 3828.0, 3787.0, 3810.0, 3810.0, 3798.0, 3809.0, 3799.0, 3817.0, 3786.0, 3818.0, 3838.0, 3798.0, 3819.0, 3797.0, 3798.0, 3787.0, 3787.0, 3777.0, 3786.0, 3763.0, 3786.0, 3817.0, 3798.0, 3797.0, 3827.0, 3786.0, 3807.0, 3786.0, 3775.0, 3762.0, 3784.0, 3815.0, 3784.0, 3786.0, 3804.0, 3784.0, 3795.0, 3774.0, 3773.0, 3772.0, 3773.0, 3751.0, 3783.0, 3803.0, 3773.0, 3784.0, 3794.0, 3797.0, 3797.0, 3789.0, 3810.0, 3787.0, 3798.0, 3806.0, 3786.0, 3798.0, 3827.0, 3796.0, 3798.0, 3838.0, 3796.0, 3809.0, 3796.0, 3795.0, 3804.0, 3783.0, 3782.0, 3750.0, 3773.0, 3806.0, 3762.0, 3795.0, 3815.0, 3785.0, 3783.0, 3784.0, 3784.0, 3765.0, 3808.0, 3816.0, 3786.0, 3799.0, 3818.0, 3787.0, 3796.0, 3786.0, 3785.0, 3764.0, 3785.0, 3838.0, 3807.0, 3784.0, 3838.0, 3805.0, 3783.0, 3772.0, 3771.0, 3748.0, 3759.0, 3790.0, 3778.0, 3759.0, 3789.0, 3757.0, 3770.0, 3800.0, 3758.0, 3767.0, 3745.0, 3746.0, 3775.0, 3743.0, 3755.0, 3786.0, 3745.0, 3757.0, 3766.0, 3769.0, 3767.0, 3757.0, 3768.0, 3787.0, 3756.0, 3758.0, 3746.0, 3783.0, 3791.0, 3771.0, 3771.0, 3772.0, 3784.0, 3762.0, 3807.0, 3817.0, 3785.0, 3810.0, 3819.0, 3810.0, 3819.0, 3798.0, 3798.0, 3798.0, 3787.0, 3787.0, 3798.0, 3786.0, 3799.0, 3841.0, 3810.0, 3830.0, 3811.0, 3830.0, 3799.0, 3787.0, 3788.0, 3839.0, 3794.0, 3816.0, 3795.0, 3805.0, 3797.0, 3817.0, 3775.0, 3783.0, 3787.0, 3762.0, 3771.0, 3770.0, 3803.0, 3801.0, 3813.0, 3781.0, 3802.0, 3759.0, 3790.0, 3759.0, 3788.0, 3758.0, 3799.0, 3768.0, 3789.0, 3782.0, 3781.0, 3759.0, 3748.0, 3758.0, 3758.0, 3789.0, 3772.0, 3811.0, 3770.0, 3800.0, 3770.0, 3800.0, 3746.0, 3780.0, 3788.0, 3758.0, 3797.0, 3756.0, 3779.0, 3735.0, 3757.0, 3799.0, 3759.0, 3778.0, 3758.0, 3767.0, 3747.0, 3758.0, 3760.0, 3772.0, 3785.0, 3807.0, 3786.0, 3778.0, 3798.0, 3766.0, 3808.0, 3799.0, 3822.0, 3830.0, 3819.0, 3809.0, 3798.0, 3807.0, 3805.0, 3774.0, 3815.0, 3763.0, 3771.0, 3812.0, 3781.0, 3793.0, 3761.0, 3762.0, 3803.0, 3773.0, 3772.0, 3762.0, 3774.0, 3765.0, 3788.0, 3818.0, 3786.0, 3799.0, 3820.0, 3800.0, 3809.0, 3789.0, 3778.0, 3775.0, 3786.0, 3807.0, 3778.0, 3801.0, 3830.0, 3788.0, 3812.0, 3811.0, 3801.0, 3809.0, 3778.0, 3787.0, 3818.0, 3787.0, 3799.0, 3819.0, 3801.0, 3811.0, 3802.0, 3814.0, 3823.0, 3791.0, 3790.0, 3768.0, 3811.0, 3845.0, 3803.0, 3813.0, 3830.0, 3791.0, 3836.0, 3805.0, 3814.0, 3835.0, 3802.0, 3820.0, 3790.0, 3809.0, 3802.0, 3836.0, 3855.0, 3832.0, 3823.0, 3854.0, 3821.0, 3807.0, 3775.0, 3774.0, 3815.0, 3770.0, 3761.0, 3814.0, 3771.0, 3772.0, 3803.0, 3773.0, 3781.0, 3749.0, 3759.0, 3788.0, 3747.0, 3768.0, 3788.0, 3760.0, 3781.0, 3749.0, 3772.0, 3792.0, 3761.0, 3770.0, 3737.0, 3760.0, 3790.0, 3748.0, 3758.0, 3791.0, 3771.0, 3783.0, 3761.0, 3762.0, 3781.0, 3761.0, 3772.0, 3802.0, 3772.0, 3783.0, 3761.0, 3785.0, 3794.0, 3775.0, 3785.0, 3772.0, 3785.0, 3796.0, 3763.0, 3797.0, 3808.0, 3788.0, 3811.0, 3810.0, 3799.0, 3799.0, 3789.0, 3800.0, 3798.0, 3789.0, 3821.0, 3810.0, 3803.0, 3834.0, 3834.0, 3813.0, 3823.0, 3790.0, 3789.0, 3776.0, 3789.0, 3830.0, 3788.0, 3799.0, 3841.0, 3800.0, 3821.0, 3789.0, 3789.0, 3766.0, 3788.0, 3818.0, 3776.0, 3800.0, 3831.0, 3798.0, 3801.0, 3831.0, 3799.0, 3809.0, 3788.0, 3787.0, 3764.0, 3775.0, 3817.0, 3775.0, 3787.0, 3828.0, 3787.0, 3808.0, 3787.0, 3785.0, 3776.0, 3800.0, 3840.0, 3795.0, 3784.0, 3827.0, 3785.0, 3805.0, 3782.0, 3782.0, 3769.0, 3759.0, 3768.0, 3746.0, 3769.0, 3802.0, 3770.0, 3783.0, 3792.0, 3783.0, 3781.0, 3771.0, 3772.0, 3770.0, 3771.0, 3782.0, 3750.0, 3772.0, 3793.0, 3773.0, 3772.0, 3762.0, 3773.0, 3803.0, 3760.0, 3773.0, 3802.0, 3772.0, 3783.0, 3781.0, 3772.0, 3793.0, 3761.0, 3772.0, 3803.0, 3771.0, 3772.0, 3781.0, 3761.0, 3782.0, 3761.0, 3773.0, 3816.0, 3785.0], 'WindowWidth': [8602.0, 8599.0, 8541.0, 8545.0, 8587.0, 8522.0, 8518.0, 8526.0, 8500.0, 8536.0, 8496.0, 8511.0, 8564.0, 8532.0, 8565.0, 8554.0, 8520.0, 8547.0, 8501.0, 8513.0, 8478.0, 8496.0, 8537.0, 8476.0, 8510.0, 8550.0, 8500.0, 8529.0, 8514.0, 8518.0, 8558.0, 8519.0, 8555.0, 8567.0, 8544.0, 8566.0, 8529.0, 8538.0, 8575.0, 8522.0, 8547.0, 8527.0, 8547.0, 8529.0, 8578.0, 8597.0, 8548.0, 8566.0, 8607.0, 8551.0, 8580.0, 8551.0, 8548.0, 8533.0, 8562.0, 8524.0, 8510.0, 8583.0, 8536.0, 8552.0, 8522.0, 8539.0, 8480.0, 8524.0, 8563.0, 8508.0, 8503.0, 8462.0, 8494.0, 8534.0, 8493.0, 8512.0, 8470.0, 8503.0, 8438.0, 8481.0, 8506.0, 8448.0, 8479.0, 8432.0, 8470.0, 8499.0, 8459.0, 8485.0, 8451.0, 8453.0, 8477.0, 8435.0, 8467.0, 8495.0, 8458.0, 8510.0, 8464.0, 8480.0, 8464.0, 8485.0, 8511.0, 8515.0, 8526.0, 8491.0, 8511.0, 8557.0, 8517.0, 8527.0, 8484.0, 8517.0, 8485.0, 8527.0, 8594.0, 8550.0, 8569.0, 8597.0, 8535.0, 8563.0, 8516.0, 8517.0, 8570.0, 8524.0, 8544.0, 8590.0, 8524.0, 8545.0, 8528.0, 8515.0, 8552.0, 8510.0, 8523.0, 8477.0, 8514.0, 8551.0, 8495.0, 8530.0, 8539.0, 8513.0, 8538.0, 8514.0, 8513.0, 8507.0, 8512.0, 8555.0, 8484.0, 8517.0, 8572.0, 8528.0, 8542.0, 8517.0, 8531.0, 8571.0, 8535.0, 8560.0, 8500.0, 8532.0, 8557.0, 8517.0, 8545.0, 8519.0, 8532.0, 8576.0, 8554.0, 8566.0, 8500.0, 8534.0, 8599.0, 8542.0, 8553.0, 8521.0, 8520.0, 8512.0, 8515.0, 8560.0, 8521.0, 8524.0, 8580.0, 8530.0, 8558.0, 8570.0, 8541.0, 8565.0, 8523.0, 8552.0, 8591.0, 8555.0, 8584.0, 8589.0, 8555.0, 8568.0, 8522.0, 8521.0, 8503.0, 8517.0, 8573.0, 8518.0, 8558.0, 8582.0, 8525.0, 8555.0, 8535.0, 8517.0, 8554.0, 8505.0, 8487.0, 8461.0, 8465.0, 8523.0, 8463.0, 8480.0, 8524.0, 8487.0, 8500.0, 8468.0, 8484.0, 8505.0, 8480.0, 8479.0, 8457.0, 8478.0, 8514.0, 8470.0, 8506.0, 8550.0, 8513.0, 8524.0, 8495.0, 8510.0, 8546.0, 8488.0, 8534.0, 8488.0, 8538.0, 8558.0, 8510.0, 8515.0, 8536.0, 8510.0, 8537.0, 8510.0, 8524.0, 8559.0, 8489.0, 8538.0, 8502.0, 8510.0, 8537.0, 8508.0, 8509.0, 8477.0, 8506.0, 8549.0, 8484.0, 8509.0, 8572.0, 8508.0, 8522.0, 8574.0, 8533.0, 8544.0, 8531.0, 8513.0, 8509.0, 8534.0, 8550.0, 8492.0, 8528.0, 8549.0, 8534.0, 8544.0, 8515.0, 8514.0, 8521.0, 8506.0, 8539.0, 8529.0, 8486.0, 8529.0, 8473.0, 8505.0, 8544.0, 8485.0, 8484.0, 8464.0, 8465.0, 8506.0, 8466.0, 8500.0, 8526.0, 8508.0, 8527.0, 8503.0, 8530.0, 8479.0, 8510.0, 8538.0, 8499.0, 8531.0, 8550.0, 8538.0, 8565.0, 8545.0, 8546.0, 8539.0, 8538.0, 8506.0, 8533.0, 8574.0, 8542.0, 8571.0, 8519.0, 8551.0, 8602.0, 8563.0, 8575.0, 8543.0, 8539.0, 8495.0, 8556.0, 8587.0, 8545.0, 8581.0, 8549.0, 8577.0, 8548.0, 8546.0, 8549.0, 8548.0, 8530.0, 8582.0, 8618.0, 8554.0, 8597.0, 8588.0, 8544.0, 8598.0, 8550.0, 8557.0, 8513.0, 8556.0, 8502.0, 8486.0, 8568.0, 8514.0, 8515.0, 8485.0, 8489.0, 8487.0, 8485.0, 8489.0, 8485.0, 8469.0, 8508.0, 8534.0, 8504.0, 8551.0, 8506.0, 8505.0, 8471.0, 8490.0, 8524.0, 8465.0, 8494.0, 8475.0, 8478.0, 8505.0, 8464.0, 8483.0, 8508.0, 8467.0, 8491.0, 8467.0, 8491.0, 8444.0, 8481.0, 8509.0, 8469.0, 8501.0, 8531.0, 8508.0, 8505.0, 8490.0, 8503.0, 8510.0, 8484.0, 8516.0, 8469.0, 8487.0, 8519.0, 8457.0, 8529.0, 8554.0, 8512.0, 8509.0, 8478.0, 8509.0, 8531.0, 8495.0, 8533.0, 8560.0, 8515.0, 8550.0, 8537.0, 8536.0, 8546.0, 8519.0, 8514.0, 8502.0, 8533.0, 8573.0, 8538.0, 8569.0, 8579.0, 8542.0, 8569.0, 8524.0, 8537.0, 8503.0, 8532.0, 8575.0, 8518.0, 8530.0, 8572.0, 8517.0, 8555.0, 8552.0, 8536.0, 8550.0, 8537.0, 8556.0, 8516.0, 8561.0, 8586.0, 8534.0, 8561.0, 8532.0, 8536.0, 8520.0, 8520.0, 8504.0, 8516.0, 8482.0, 8514.0, 8555.0, 8531.0, 8530.0, 8570.0, 8514.0, 8543.0, 8515.0, 8497.0, 8477.0, 8507.0, 8549.0, 8507.0, 8513.0, 8530.0, 8506.0, 8524.0, 8494.0, 8492.0, 8490.0, 8492.0, 8459.0, 8505.0, 8531.0, 8491.0, 8507.0, 8521.0, 8531.0, 8530.0, 8524.0, 8554.0, 8519.0, 8536.0, 8542.0, 8516.0, 8532.0, 8570.0, 8525.0, 8532.0, 8586.0, 8527.0, 8550.0, 8529.0, 8525.0, 8534.0, 8504.0, 8501.0, 8455.0, 8489.0, 8538.0, 8475.0, 8524.0, 8550.0, 8509.0, 8506.0, 8510.0, 8507.0, 8487.0, 8548.0, 8553.0, 8512.0, 8537.0, 8561.0, 8517.0, 8528.0, 8514.0, 8512.0, 8480.0, 8511.0, 8588.0, 8542.0, 8508.0, 8587.0, 8537.0, 8504.0, 8486.0, 8484.0, 8449.0, 8465.0, 8509.0, 8489.0, 8462.0, 8504.0, 8459.0, 8482.0, 8521.0, 8462.0, 8472.0, 8438.0, 8440.0, 8478.0, 8433.0, 8452.0, 8493.0, 8439.0, 8459.0, 8470.0, 8478.0, 8472.0, 8459.0, 8473.0, 8498.0, 8455.0, 8460.0, 8442.0, 8504.0, 8513.0, 8486.0, 8487.0, 8491.0, 8509.0, 8477.0, 8544.0, 8555.0, 8511.0, 8553.0, 8562.0, 8552.0, 8565.0, 8537.0, 8535.0, 8536.0, 8520.0, 8521.0, 8534.0, 8516.0, 8538.0, 8598.0, 8556.0, 8584.0, 8559.0, 8582.0, 8540.0, 8520.0, 8521.0, 8590.0, 8520.0, 8553.0, 8522.0, 8537.0, 8530.0, 8556.0, 8497.0, 8505.0, 8516.0, 8473.0, 8482.0, 8479.0, 8528.0, 8522.0, 8542.0, 8495.0, 8525.0, 8466.0, 8506.0, 8464.0, 8497.0, 8458.0, 8514.0, 8471.0, 8501.0, 8500.0, 8496.0, 8465.0, 8447.0, 8459.0, 8458.0, 8501.0, 8485.0, 8535.0, 8478.0, 8517.0, 8476.0, 8518.0, 8441.0, 8492.0, 8499.0, 8458.0, 8510.0, 8453.0, 8486.0, 8421.0, 8457.0, 8516.0, 8464.0, 8487.0, 8462.0, 8471.0, 8446.0, 8459.0, 8465.0, 8487.0, 8509.0, 8542.0, 8515.0, 8505.0, 8532.0, 8486.0, 8544.0, 8534.0, 8570.0, 8576.0, 8559.0, 8548.0, 8530.0, 8542.0, 8532.0, 8492.0, 8549.0, 8476.0, 8481.0, 8536.0, 8496.0, 8515.0, 8468.0, 8474.0, 8530.0, 8489.0, 8487.0, 8474.0, 8493.0, 8485.0, 8519.0, 8556.0, 8510.0, 8534.0, 8563.0, 8540.0, 8549.0, 8521.0, 8504.0, 8494.0, 8511.0, 8541.0, 8504.0, 8539.0, 8573.0, 8520.0, 8556.0, 8556.0, 8542.0, 8548.0, 8504.0, 8515.0, 8555.0, 8513.0, 8532.0, 8559.0, 8541.0, 8555.0, 8547.0, 8567.0, 8575.0, 8529.0, 8524.0, 8494.0, 8556.0, 8608.0, 8547.0, 8559.0, 8578.0, 8526.0, 8598.0, 8556.0, 8568.0, 8597.0, 8545.0, 8565.0, 8526.0, 8549.0, 8548.0, 8599.0, 8621.0, 8582.0, 8574.0, 8618.0, 8565.0, 8542.0, 8494.0, 8492.0, 8548.0, 8475.0, 8468.0, 8545.0, 8479.0, 8486.0, 8527.0, 8487.0, 8496.0, 8450.0, 8463.0, 8498.0, 8440.0, 8470.0, 8496.0, 8464.0, 8495.0, 8451.0, 8487.0, 8513.0, 8470.0, 8478.0, 8431.0, 8464.0, 8504.0, 8446.0, 8462.0, 8507.0, 8483.0, 8500.0, 8469.0, 8472.0, 8495.0, 8467.0, 8486.0, 8524.0, 8486.0, 8503.0, 8470.0, 8510.0, 8521.0, 8497.0, 8510.0, 8488.0, 8508.0, 8523.0, 8476.0, 8529.0, 8544.0, 8519.0, 8554.0, 8551.0, 8539.0, 8536.0, 8525.0, 8538.0, 8531.0, 8522.0, 8567.0, 8552.0, 8549.0, 8589.0, 8590.0, 8563.0, 8574.0, 8526.0, 8523.0, 8501.0, 8521.0, 8578.0, 8516.0, 8535.0, 8593.0, 8540.0, 8569.0, 8524.0, 8522.0, 8488.0, 8518.0, 8559.0, 8499.0, 8540.0, 8582.0, 8530.0, 8541.0, 8581.0, 8537.0, 8549.0, 8518.0, 8515.0, 8478.0, 8496.0, 8553.0, 8496.0, 8514.0, 8570.0, 8516.0, 8545.0, 8517.0, 8510.0, 8501.0, 8540.0, 8592.0, 8521.0, 8504.0, 8566.0, 8509.0, 8536.0, 8499.0, 8499.0, 8476.0, 8461.0, 8473.0, 8440.0, 8474.0, 8523.0, 8479.0, 8502.0, 8514.0, 8502.0, 8498.0, 8484.0, 8485.0, 8478.0, 8482.0, 8498.0, 8452.0, 8487.0, 8513.0, 8488.0, 8486.0, 8473.0, 8490.0, 8526.0, 8465.0, 8488.0, 8525.0, 8484.0, 8502.0, 8496.0, 8487.0, 8514.0, 8470.0, 8486.0, 8526.0, 8483.0, 8487.0, 8494.0, 8471.0, 8499.0, 8469.0, 8490.0, 8549.0, 8509.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.004720734787600459</td></tr>
<tr><td colspan=3>aqi</td><td>0.027838300574052812</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.345347814574765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2595322788045957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0872426559885076</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>7312.8638</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1438496216751921</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.369690011481055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5194784195793822</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4055966699188334</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.774205297494155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.378633291325158</td></tr>
<tr><td colspan=3>gcor</td><td>0.0234197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013729522936046124</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02842247486114502</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.792151958606887</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>26.0789</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.9661</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6821</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>623.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.792</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1469</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.0019</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3050.6073</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.5097</td></tr>
<tr><td colspan=3>tsnr</td><td>37.330334655358456</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>