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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-01/func/sub-0061_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3782e1c07259991d0293a2354ddd155b</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>12:48:21.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997447, -0.0639716, 0.0317373, 0.0597834, 0.99111, 0.118855]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0785377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7769, -7271, 598, -85, -165, -15, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7dd4cea-6c11-4773-af24-1f67888ce347||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676077127456665, 0.1603945940732956, 0.10545793175697327, 99.88825988769531], [0.17163123190402985, 2.65907621383667, 0.3149668574333191, -110.63965606689453], [0.08514877408742905, -0.3188798129558563, 2.6794915199279785, -56.033790588378906], [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': ['124821.637500', '124822.097500', '124822.557500', '124823.017500', '124823.477500', '124823.937500', '124824.397500', '124824.857500', '124825.317500', '124825.777500', '124826.237500', '124826.697500', '124827.157500', '124827.617500', '124828.077500', '124828.537500', '124828.997500', '124829.457500', '124829.917500', '124830.377500', '124830.837500', '124831.297500', '124831.757500', '124832.217500', '124832.677500', '124833.137500', '124833.597500', '124834.057500', '124834.517500', '124834.977500', '124835.437500', '124835.897500', '124836.357500', '124836.817500', '124837.277500', '124837.737500', '124838.197500', '124838.657500', '124839.117500', '124839.577500', '124840.037500', '124840.497500', '124840.957500', '124841.417500', '124841.877500', '124842.337500', '124842.797500', '124843.257500', '124843.717500', '124844.177500', '124844.637500', '124845.097500', '124845.557500', '124846.017500', '124846.477500', '124846.937500', '124847.397500', '124847.857500', '124848.317500', '124848.777500', '124849.237500', '124849.697500', '124850.157500', '124850.617500', '124851.077500', '124851.537500', '124851.997500', '124852.457500', '124852.917500', '124853.377500', '124853.837500', '124854.297500', '124854.757500', '124855.217500', '124855.677500', '124856.137500', '124856.597500', '124857.057500', '124857.517500', '124857.977500', '124858.437500', '124858.897500', '124859.357500', '124859.817500', '124900.277500', '124900.737500', '124901.197500', '124901.657500', '124902.117500', '124902.577500', '124903.037500', '124903.497500', '124903.957500', '124904.417500', '124904.877500', '124905.337500', '124905.797500', '124906.257500', '124906.717500', '124907.177500', '124907.637500', '124908.097500', '124908.557500', '124909.017500', '124909.477500', '124909.937500', '124910.397500', '124910.857500', '124911.317500', '124911.777500', '124912.237500', '124912.697500', '124913.157500', '124913.617500', '124914.077500', '124914.537500', '124914.997500', '124915.457500', '124915.917500', '124916.377500', '124916.837500', '124917.297500', '124917.757500', '124918.217500', '124918.677500', '124919.137500', '124919.597500', '124920.057500', '124920.517500', '124920.977500', '124921.437500', '124921.897500', '124922.357500', '124922.817500', '124923.277500', '124923.737500', '124924.197500', '124924.657500', '124925.117500', '124925.577500', '124926.037500', '124926.497500', '124926.957500', '124927.417500', '124927.877500', '124928.337500', '124928.797500', '124929.257500', '124929.717500', '124930.177500', '124930.637500', '124931.097500', '124931.557500', '124932.017500', '124932.477500', '124932.937500', '124933.397500', '124933.857500', '124934.317500', '124934.777500', '124935.237500', '124935.697500', '124936.157500', '124936.617500', '124937.077500', '124937.537500', '124937.997500', '124938.457500', '124938.917500', '124939.377500', '124939.837500', '124940.297500', '124940.757500', '124941.217500', '124941.677500', '124942.137500', '124942.597500', '124943.057500', '124943.517500', '124943.977500', '124944.437500', '124944.897500', '124945.357500', '124945.817500', '124946.277500', '124946.737500', '124947.197500', '124947.657500', '124948.117500', '124948.577500', '124949.037500', '124949.497500', '124949.957500', '124950.417500', '124950.877500', '124951.337500', '124951.797500', '124952.257500', '124952.717500', '124953.177500', '124953.637500', '124954.097500', '124954.557500', '124955.017500', '124955.477500', '124955.937500', '124956.397500', '124956.857500', '124957.317500', '124957.777500', '124958.237500', '124958.697500', '124959.157500', '124959.617500', '125000.077500', '125000.537500', '125000.997500', '125001.457500', '125001.917500', '125002.377500', '125002.837500', '125003.297500', '125003.757500', '125004.217500', '125004.677500', '125005.137500', '125005.597500', '125006.057500', '125006.517500', '125006.977500', '125007.437500', '125007.897500', '125008.357500', '125008.817500', '125009.277500', '125009.737500', '125010.197500', '125010.657500', '125011.117500', '125011.577500', '125012.037500', '125012.497500', '125012.957500', '125013.417500', '125013.877500', '125014.337500', '125014.797500', '125015.257500', '125015.717500', '125016.177500', '125016.637500', '125017.097500', '125017.557500', '125018.017500', '125018.477500', '125018.937500', '125019.397500', '125019.857500', '125020.317500', '125020.777500', '125021.237500', '125021.697500', '125022.157500', '125022.617500', '125023.077500', '125023.537500', '125023.997500', '125024.457500', '125024.917500', '125025.377500', '125025.837500', '125026.297500', '125026.757500', '125027.217500', '125027.677500', '125028.137500', '125028.597500', '125029.057500', '125029.517500', '125029.977500', '125030.437500', '125030.897500', '125031.357500', '125031.817500', '125032.277500', '125032.737500', '125033.197500', '125033.657500', '125034.117500', '125034.577500', '125035.037500', '125035.497500', '125035.957500', '125036.417500', '125036.877500', '125037.337500', '125037.797500', '125038.257500', '125038.717500', '125039.177500', '125039.637500', '125040.097500', '125040.557500', '125041.017500', '125041.477500', '125041.937500', '125042.397500', '125042.857500', '125043.317500', '125043.777500', '125044.237500', '125044.697500', '125045.157500', '125045.617500', '125046.077500', '125046.537500', '125046.997500', '125047.457500', '125047.917500', '125048.377500', '125048.837500', '125049.297500', '125049.757500', '125050.217500', '125050.677500', '125051.137500', '125051.597500', '125052.057500', '125052.517500', '125052.977500', '125053.437500', '125053.897500', '125054.357500', '125054.817500', '125055.277500', '125055.737500', '125056.197500', '125056.657500', '125057.117500', '125057.577500', '125058.037500', '125058.497500', '125058.957500', '125059.417500', '125059.877500', '125100.337500', '125100.797500', '125101.257500', '125101.717500', '125102.177500', '125102.637500', '125103.097500', '125103.557500', '125104.017500', '125104.477500', '125104.937500', '125105.397500', '125105.857500', '125106.317500', '125106.777500', '125107.237500', '125107.697500', '125108.157500', '125108.617500', '125109.077500', '125109.537500', '125109.997500', '125110.457500', '125110.917500', '125111.377500', '125111.837500', '125112.297500', '125112.757500', '125113.217500', '125113.677500', '125114.137500', '125114.597500', '125115.057500', '125115.517500', '125115.977500', '125116.437500', '125116.897500', '125117.357500', '125117.817500', '125118.277500', '125118.737500', '125119.197500', '125119.657500', '125120.117500', '125120.577500', '125121.037500', '125121.497500', '125121.957500', '125122.417500', '125122.877500', '125123.337500', '125123.797500', '125124.257500', '125124.717500', '125125.177500', '125125.637500', '125126.097500', '125126.557500', '125127.017500', '125127.477500', '125127.937500', '125128.397500', '125128.857500', '125129.317500', '125129.777500', '125130.237500', '125130.697500', '125131.157500', '125131.617500', '125132.077500', '125132.537500', '125132.997500', '125133.457500', '125133.917500', '125134.377500', '125134.837500', '125135.297500', '125135.757500', '125136.217500', '125136.677500', '125137.137500', '125137.597500', '125138.057500', '125138.517500', '125138.977500', '125139.437500', '125139.897500', '125140.357500', '125140.817500', '125141.277500', '125141.737500', '125142.197500', '125142.657500', '125143.117500', '125143.577500', '125144.037500', '125144.497500', '125144.957500', '125145.417500', '125145.877500', '125146.337500', '125146.797500', '125147.257500', '125147.717500', '125148.177500', '125148.637500', '125149.097500', '125149.557500', '125150.017500', '125150.477500', '125150.937500', '125151.397500', '125151.857500', '125152.317500', '125152.777500', '125153.237500', '125153.697500', '125154.157500', '125154.617500', '125155.077500', '125155.537500', '125155.997500', '125156.457500', '125156.917500', '125157.377500', '125157.837500', '125158.297500', '125158.757500', '125159.217500', '125159.677500', '125200.137500', '125200.597500', '125201.057500', '125201.517500', '125201.977500', '125202.437500', '125202.897500', '125203.357500', '125203.817500', '125204.277500', '125204.737500', '125205.197500', '125205.657500', '125206.117500', '125206.577500', '125207.037500', '125207.497500', '125207.957500', '125208.417500', '125208.877500', '125209.337500', '125209.797500', '125210.257500', '125210.717500', '125211.177500', '125211.637500', '125212.097500', '125212.557500', '125213.017500', '125213.477500', '125213.937500', '125214.397500', '125214.857500', '125215.317500', '125215.777500', '125216.237500', '125216.697500', '125217.157500', '125217.617500', '125218.077500', '125218.537500', '125218.997500', '125219.457500', '125219.917500', '125220.377500', '125220.837500', '125221.297500', '125221.757500', '125222.217500', '125222.677500', '125223.137500', '125223.597500', '125224.057500', '125224.517500', '125224.977500', '125225.437500', '125225.897500', '125226.357500', '125226.817500', '125227.277500', '125227.737500', '125228.197500', '125228.657500', '125229.117500', '125229.577500', '125230.037500', '125230.497500', '125230.957500', '125231.417500', '125231.877500', '125232.337500', '125232.797500', '125233.257500', '125233.717500', '125234.177500', '125234.637500', '125235.097500', '125235.557500', '125236.017500', '125236.477500', '125236.937500', '125237.397500', '125237.857500', '125238.317500', '125238.777500', '125239.237500', '125239.697500', '125240.157500', '125240.617500', '125241.077500', '125241.537500', '125241.997500', '125242.457500', '125242.917500', '125243.377500', '125243.837500', '125244.297500', '125244.757500', '125245.217500', '125245.677500', '125246.137500', '125246.597500', '125247.057500', '125247.517500', '125247.977500', '125248.437500', '125248.897500', '125249.357500', '125249.817500', '125250.277500', '125250.737500', '125251.197500', '125251.657500', '125252.117500', '125252.577500', '125253.037500', '125253.497500', '125253.957500', '125254.417500', '125254.877500', '125255.337500', '125255.797500', '125256.257500', '125256.717500', '125257.177500', '125257.637500', '125258.097500', '125258.557500', '125259.017500', '125259.477500', '125259.937500', '125300.397500', '125300.857500', '125301.317500', '125301.777500', '125302.237500', '125302.697500', '125303.157500', '125303.617500', '125304.077500', '125304.537500', '125304.997500', '125305.457500', '125305.917500', '125306.377500', '125306.837500', '125307.297500', '125307.757500', '125308.217500', '125308.677500', '125309.137500', '125309.597500', '125310.057500', '125310.517500', '125310.977500', '125311.437500', '125311.897500', '125312.357500', '125312.817500', '125313.277500', '125313.737500', '125314.197500', '125314.657500', '125315.117500', '125315.577500', '125316.037500', '125316.497500', '125316.957500', '125317.417500', '125317.877500', '125318.337500', '125318.797500', '125319.257500', '125319.717500', '125320.177500', '125320.637500', '125321.097500', '125321.557500', '125322.017500', '125322.477500', '125322.937500', '125323.397500', '125323.857500', '125324.317500', '125324.777500', '125325.237500', '125325.697500', '125326.157500', '125326.617500', '125327.077500', '125327.537500', '125327.997500', '125328.457500', '125328.917500', '125329.377500', '125329.837500', '125330.297500', '125330.757500', '125331.217500', '125331.677500', '125332.137500', '125332.597500', '125333.057500', '125333.517500', '125333.977500', '125334.437500', '125334.897500', '125335.357500', '125335.817500', '125336.277500', '125336.737500', '125337.197500', '125337.657500', '125338.117500', '125338.577500', '125339.037500', '125339.497500', '125339.957500', '125340.417500', '125340.877500', '125341.337500', '125341.797500', '125342.257500', '125342.717500', '125343.177500', '125343.637500', '125344.097500', '125344.557500', '125345.017500', '125345.477500', '125345.937500', '125346.397500', '125346.857500', '125347.317500', '125347.777500', '125348.237500', '125348.697500', '125349.157500', '125349.617500', '125350.077500', '125350.537500', '125350.997500', '125351.457500', '125351.917500', '125352.377500', '125352.837500', '125353.297500', '125353.757500', '125354.217500', '125354.677500', '125355.137500', '125355.597500', '125356.057500', '125356.517500', '125356.977500', '125357.437500', '125357.897500', '125358.357500', '125358.817500', '125359.277500', '125359.737500', '125400.197500', '125400.657500', '125401.117500', '125401.577500', '125402.037500', '125402.497500', '125402.957500', '125403.417500', '125403.877500', '125404.337500', '125404.797500', '125405.257500', '125405.717500', '125406.177500', '125406.637500', '125407.097500', '125407.557500', '125408.017500', '125408.477500', '125408.937500', '125409.397500', '125409.857500', '125410.317500', '125410.777500', '125411.237500', '125411.697500', '125412.157500', '125412.617500', '125413.077500', '125413.537500', '125413.997500', '125414.457500', '125414.917500', '125415.377500', '125415.837500', '125416.297500', '125416.757500', '125417.217500', '125417.677500', '125418.137500', '125418.597500', '125419.057500', '125419.517500', '125419.977500', '125420.437500', '125420.897500', '125421.357500', '125421.817500', '125422.277500', '125422.737500', '125423.197500', '125423.657500', '125424.117500', '125424.577500', '125425.037500', '125425.497500', '125425.957500', '125426.417500', '125426.877500', '125427.337500', '125427.797500', '125428.257500', '125428.717500', '125429.177500', '125429.637500', '125430.097500', '125430.557500', '125431.017500', '125431.477500', '125431.937500', '125432.397500', '125432.857500', '125433.317500', '125433.777500', '125434.237500', '125434.697500', '125435.157500', '125435.617500', '125436.077500', '125436.537500', '125436.997500', '125437.457500', '125437.917500', '125438.377500', '125438.837500', '125439.297500', '125439.757500', '125440.217500', '125440.677500', '125441.137500', '125441.597500', '125442.057500', '125442.517500', '125442.977500', '125443.437500', '125443.897500', '125444.357500', '125444.817500', '125445.277500', '125445.737500', '125446.197500', '125446.657500', '125447.117500', '125447.577500', '125448.037500', '125448.497500', '125448.957500', '125449.417500', '125449.877500', '125450.337500', '125450.797500', '125451.257500', '125451.717500', '125452.177500', '125452.637500', '125453.097500', '125453.557500', '125454.017500', '125454.477500', '125454.937500', '125455.397500', '125455.857500', '125456.317500', '125456.777500', '125457.237500', '125457.697500', '125458.157500', '125458.617500', '125459.077500', '125459.537500', '125459.997500', '125500.457500', '125500.917500', '125501.377500', '125501.837500', '125502.297500'], 'ContentTime': ['124834.717000', '124834.721000', '124834.723000', '124834.726000', '124834.729000', '124834.731000', '124834.734000', '124834.736000', '124834.739000', '124834.742000', '124834.744000', '124834.747000', '124834.750000', '124834.771000', '124834.774000', '124834.777000', '124834.785000', '124834.787000', '124834.790000', '124834.793000', '124834.795000', '124834.798000', '124834.800000', '124834.803000', '124834.805000', '124834.808000', '124834.811000', '124854.687000', '124854.689000', '124854.692000', '124854.695000', '124854.697000', '124854.700000', '124854.702000', '124854.705000', '124854.708000', '124854.710000', '124854.713000', '124854.725000', '124854.727000', '124854.730000', '124854.733000', '124854.736000', '124854.738000', '124854.741000', '124854.743000', '124854.746000', '124854.749000', '124854.762000', '124854.765000', '124854.767000', '124854.770000', '124854.772000', '124854.775000', '124854.777000', '124854.780000', '124854.783000', '124854.785000', '124854.788000', '124854.791000', '124854.793000', '124854.796000', '124854.798000', '124854.801000', '124854.804000', '124854.806000', '124854.809000', '124854.811000', '124854.814000', '124854.816000', '124914.686000', '124914.688000', '124914.691000', '124914.693000', '124914.696000', '124914.699000', '124914.701000', '124914.704000', '124914.707000', '124914.709000', '124914.712000', '124914.714000', '124914.717000', '124914.720000', '124914.722000', '124914.725000', '124914.728000', '124914.730000', '124914.733000', '124914.735000', '124914.738000', '124914.741000', '124914.743000', '124914.746000', '124914.749000', '124914.751000', '124914.754000', '124914.757000', '124914.759000', '124914.762000', '124914.764000', '124914.767000', '124914.770000', '124914.772000', '124914.775000', '124914.777000', '124914.780000', '124914.783000', '124914.785000', '124914.788000', '124914.791000', '124914.793000', '124914.796000', '124914.798000', '124934.686000', '124934.689000', '124934.691000', '124934.694000', '124934.696000', '124934.699000', '124934.701000', '124934.704000', '124934.707000', '124934.709000', '124934.712000', '124934.714000', '124934.717000', '124934.720000', '124934.722000', '124934.725000', '124934.727000', '124934.730000', '124934.733000', '124934.735000', '124934.738000', '124934.741000', '124934.743000', '124934.746000', '124934.748000', '124934.751000', '124934.754000', '124934.756000', '124934.759000', '124934.761000', '124934.764000', '124934.767000', '124934.769000', '124934.772000', '124934.774000', '124934.777000', '124934.779000', '124934.782000', '124934.785000', '124934.787000', '124934.790000', '124934.792000', '124934.795000', '124954.685000', '124954.688000', '124954.691000', '124954.693000', '124954.696000', '124954.698000', '124954.701000', '124954.704000', '124954.706000', '124954.709000', '124954.711000', '124954.714000', '124954.717000', '124954.719000', '124954.722000', '124954.725000', '124954.727000', '124954.730000', '124954.732000', '124954.735000', '124954.737000', '124954.740000', '124954.742000', '124954.745000', '124954.748000', '124954.750000', '124954.753000', '124954.755000', '124954.758000', '124954.761000', '124954.763000', '124954.766000', '124954.769000', '124954.771000', '124954.774000', '124954.776000', '124954.779000', '124954.781000', '124954.784000', '124954.787000', '124954.789000', '124954.792000', '124954.794000', '124954.797000', '125014.687000', '125014.690000', '125014.692000', '125014.695000', '125014.697000', '125014.700000', '125014.703000', '125014.705000', '125014.708000', '125014.710000', '125014.713000', '125014.716000', '125014.718000', '125014.721000', '125014.724000', '125014.726000', '125014.729000', '125014.731000', '125014.734000', '125014.736000', '125014.739000', '125014.742000', '125014.744000', '125014.747000', '125014.749000', '125014.759000', '125014.762000', '125014.764000', '125014.767000', '125014.769000', '125014.772000', '125014.774000', '125014.777000', '125014.779000', '125014.782000', '125014.785000', '125014.787000', '125014.790000', '125014.792000', '125014.795000', '125014.798000', '125014.800000', '125014.803000', '125034.687000', '125034.689000', '125034.692000', '125034.695000', '125034.697000', '125034.700000', '125034.702000', '125034.705000', '125034.708000', '125034.710000', '125034.713000', '125034.715000', '125034.718000', '125034.721000', '125034.723000', '125034.726000', '125034.728000', '125034.731000', '125034.734000', '125034.736000', '125034.739000', '125034.741000', '125034.744000', '125034.747000', '125034.749000', '125034.752000', '125034.755000', '125034.757000', '125034.760000', '125034.762000', '125034.765000', '125034.768000', '125034.770000', '125034.773000', '125034.775000', '125034.778000', '125034.780000', '125034.783000', '125034.786000', '125034.788000', '125034.791000', '125034.794000', '125034.796000', '125034.799000', '125054.687000', '125054.689000', '125054.692000', '125054.695000', '125054.697000', '125054.700000', '125054.702000', '125054.705000', '125054.708000', '125054.710000', '125054.713000', '125054.716000', '125054.718000', '125054.721000', '125054.723000', '125054.726000', '125054.728000', '125054.731000', '125054.734000', '125054.736000', '125054.739000', '125054.741000', '125054.744000', '125054.747000', '125054.749000', '125054.752000', '125054.755000', '125054.757000', '125054.760000', '125054.762000', '125054.765000', '125054.768000', '125054.770000', '125054.773000', '125054.776000', '125054.778000', '125054.781000', '125054.783000', '125054.786000', '125054.789000', '125054.791000', '125054.794000', '125054.796000', '125114.687000', '125114.689000', '125114.692000', '125114.695000', '125114.697000', '125114.700000', '125114.702000', '125114.705000', '125114.708000', '125114.710000', '125114.713000', '125114.715000', '125114.718000', '125114.720000', '125114.723000', '125114.726000', '125114.728000', '125114.731000', '125114.733000', '125114.736000', '125114.739000', '125114.741000', '125114.744000', '125114.746000', '125114.749000', '125114.752000', '125114.754000', '125114.757000', '125114.759000', '125114.762000', '125114.765000', '125114.767000', '125114.770000', '125114.772000', '125114.775000', '125114.778000', '125114.780000', '125114.783000', '125114.785000', '125114.788000', '125114.790000', '125114.793000', '125114.796000', '125114.798000', '125134.686000', '125134.688000', '125134.691000', '125134.694000', '125134.696000', '125134.699000', '125134.701000', '125134.704000', '125134.707000', '125134.709000', '125134.712000', '125134.714000', '125134.717000', '125134.720000', '125134.722000', '125134.725000', '125134.727000', '125134.730000', '125134.732000', '125134.735000', '125134.738000', '125134.740000', '125134.743000', '125134.746000', '125134.748000', '125134.751000', '125134.753000', '125134.756000', '125134.759000', '125134.761000', '125134.764000', '125134.766000', '125134.769000', '125134.772000', '125134.774000', '125134.777000', '125134.779000', '125134.782000', '125134.785000', '125134.787000', '125134.790000', '125134.792000', '125134.795000', '125154.686000', '125154.688000', '125154.691000', '125154.694000', '125154.696000', '125154.699000', '125154.709000', '125154.711000', '125154.714000', '125154.716000', '125154.719000', '125154.721000', '125154.724000', '125154.727000', '125154.729000', '125154.732000', '125154.734000', '125154.737000', '125154.740000', '125154.742000', '125154.745000', '125154.747000', '125154.750000', '125154.753000', '125154.755000', '125154.758000', '125154.760000', '125154.763000', '125154.765000', '125154.768000', '125154.771000', '125154.773000', '125154.776000', '125154.778000', '125154.781000', '125154.783000', '125154.786000', '125154.789000', '125154.791000', '125154.794000', '125154.797000', '125154.799000', '125154.802000', '125154.804000', '125214.685000', '125214.688000', '125214.691000', '125214.694000', '125214.696000', '125214.699000', '125214.701000', '125214.704000', '125214.707000', '125214.709000', '125214.712000', '125214.714000', '125214.717000', '125214.720000', '125214.722000', '125214.725000', '125214.727000', '125214.730000', '125214.732000', '125214.735000', '125214.738000', '125214.740000', '125214.743000', '125214.745000', '125214.748000', '125214.751000', '125214.753000', '125214.756000', '125214.758000', '125214.761000', '125214.764000', '125214.766000', '125214.769000', '125214.772000', '125214.774000', '125214.777000', '125214.779000', '125214.782000', '125214.784000', '125214.787000', '125214.790000', '125214.792000', '125214.795000', '125234.687000', '125234.689000', '125234.692000', '125234.695000', '125234.697000', '125234.700000', '125234.702000', '125234.705000', '125234.708000', '125234.710000', '125234.713000', '125234.715000', '125234.718000', '125234.720000', '125234.723000', '125234.726000', '125234.728000', '125234.731000', '125234.733000', '125234.736000', '125234.739000', '125234.741000', '125234.744000', '125234.746000', '125234.749000', '125234.752000', '125234.754000', '125234.757000', '125234.759000', '125234.762000', '125234.765000', '125234.767000', '125234.770000', '125234.772000', '125234.775000', '125234.778000', '125234.780000', '125234.783000', '125234.785000', '125234.788000', '125234.790000', '125234.793000', '125234.796000', '125234.798000', '125254.686000', '125254.689000', '125254.692000', '125254.695000', '125254.697000', '125254.700000', '125254.702000', '125254.705000', '125254.708000', '125254.710000', '125254.713000', '125254.715000', '125254.718000', '125254.721000', '125254.723000', '125254.726000', '125254.728000', '125254.731000', '125254.734000', '125254.736000', '125254.739000', '125254.742000', '125254.744000', '125254.747000', '125254.749000', '125254.752000', '125254.755000', '125254.757000', '125254.760000', '125254.762000', '125254.765000', '125254.768000', '125254.770000', '125254.773000', '125254.776000', '125254.778000', '125254.781000', '125254.783000', '125254.786000', '125254.788000', '125254.791000', '125254.794000', '125254.796000', '125314.687000', '125314.690000', '125314.692000', '125314.695000', '125314.698000', '125314.700000', '125314.703000', '125314.705000', '125314.708000', '125314.710000', '125314.713000', '125314.716000', '125314.718000', '125314.721000', '125314.724000', '125314.726000', '125314.729000', '125314.731000', '125314.734000', '125314.737000', '125314.740000', '125314.742000', '125314.745000', '125314.747000', '125314.750000', '125314.753000', '125314.755000', '125314.758000', '125314.760000', '125314.763000', '125314.766000', '125314.775000', '125314.777000', '125314.780000', '125314.782000', '125314.785000', '125314.788000', '125314.790000', '125314.793000', '125314.795000', '125314.798000', '125314.800000', '125314.803000', '125314.806000', '125334.687000', '125334.689000', '125334.692000', '125334.695000', '125334.697000', '125334.700000', '125334.702000', '125334.705000', '125334.708000', '125334.710000', '125334.713000', '125334.715000', '125334.718000', '125334.721000', '125334.723000', '125334.726000', '125334.728000', '125334.731000', '125334.734000', '125334.736000', '125334.739000', '125334.741000', '125334.744000', '125334.747000', '125334.749000', '125334.752000', '125334.754000', '125334.757000', '125334.759000', '125334.762000', '125334.765000', '125334.768000', '125334.770000', '125334.773000', '125334.775000', '125334.778000', '125334.781000', '125334.783000', '125334.786000', '125334.788000', '125334.791000', '125334.794000', '125334.796000', '125354.686000', '125354.688000', '125354.691000', '125354.694000', '125354.696000', '125354.699000', '125354.701000', '125354.704000', '125354.707000', '125354.709000', '125354.712000', '125354.715000', '125354.717000', '125354.720000', '125354.723000', '125354.725000', '125354.728000', '125354.731000', '125354.733000', '125354.736000', '125354.738000', '125354.741000', '125354.744000', '125354.753000', '125354.755000', '125354.758000', '125354.761000', '125354.763000', '125354.766000', '125354.769000', '125354.771000', '125354.774000', '125354.777000', '125354.779000', '125354.782000', '125354.784000', '125354.787000', '125354.789000', '125354.792000', '125354.795000', '125354.797000', '125354.800000', '125354.802000', '125354.805000', '125414.686000', '125414.689000', '125414.691000', '125414.694000', '125414.696000', '125414.699000', '125414.701000', '125414.704000', '125414.707000', '125414.709000', '125414.712000', '125414.714000', '125414.717000', '125414.720000', '125414.722000', '125414.725000', '125414.727000', '125414.730000', '125414.733000', '125414.735000', '125414.738000', '125414.740000', '125414.743000', '125414.745000', '125414.748000', '125414.751000', '125414.753000', '125414.756000', '125414.758000', '125414.761000', '125414.764000', '125414.766000', '125414.769000', '125414.771000', '125414.774000', '125414.777000', '125414.779000', '125414.782000', '125414.784000', '125414.787000', '125414.789000', '125414.792000', '125414.795000', '125434.685000', '125434.688000', '125434.691000', '125434.693000', '125434.696000', '125434.699000', '125434.701000', '125434.704000', '125434.706000', '125434.709000', '125434.712000', '125434.714000', '125434.717000', '125434.721000', '125434.723000', '125434.726000', '125434.729000', '125434.731000', '125434.734000', '125434.736000', '125434.739000', '125434.741000', '125434.744000', '125434.747000', '125434.749000', '125434.752000', '125434.754000', '125434.757000', '125434.760000', '125434.762000', '125434.765000', '125434.767000', '125434.770000', '125434.773000', '125434.775000', '125434.778000', '125434.781000', '125434.783000', '125434.786000', '125434.789000', '125434.791000', '125434.794000', '125434.796000', '125454.686000', '125454.689000', '125454.692000', '125454.695000', '125454.698000', '125454.700000', '125454.703000', '125454.705000', '125454.708000', '125454.711000', '125454.713000', '125454.716000', '125454.718000', '125454.721000', '125454.724000', '125454.726000', '125454.729000', '125454.731000', '125454.734000', '125454.736000', '125454.739000', '125454.742000', '125454.744000', '125454.747000', '125454.749000', '125454.752000', '125454.754000', '125454.757000', '125454.760000', '125454.762000', '125454.765000', '125454.767000', '125454.770000', '125454.773000', '125454.775000', '125454.778000', '125454.780000', '125454.783000', '125454.785000', '125454.788000', '125454.791000', '125454.793000', '125454.796000', '125454.799000', '125503.204000', '125503.207000', '125503.210000', '125503.213000', '125503.216000', '125503.219000', '125503.221000', '125503.224000', '125503.227000', '125503.229000', '125503.232000', '125503.235000', '125503.238000', '125503.240000', '125503.243000', '125503.246000', '125503.249000', '125503.252000', '125503.256000'], 'InstanceCreationTime': ['124834.717000', '124834.721000', '124834.723000', '124834.726000', '124834.729000', '124834.731000', '124834.734000', '124834.736000', '124834.739000', '124834.742000', '124834.744000', '124834.747000', '124834.750000', '124834.771000', '124834.774000', '124834.777000', '124834.785000', '124834.787000', '124834.790000', '124834.793000', '124834.795000', '124834.798000', '124834.800000', '124834.803000', '124834.805000', '124834.808000', '124834.811000', '124854.687000', '124854.689000', '124854.692000', '124854.695000', '124854.697000', '124854.700000', '124854.702000', '124854.705000', '124854.708000', '124854.710000', '124854.713000', '124854.725000', '124854.727000', '124854.730000', '124854.733000', '124854.736000', '124854.738000', '124854.741000', '124854.743000', '124854.746000', '124854.749000', '124854.762000', '124854.765000', '124854.767000', '124854.770000', '124854.772000', '124854.775000', '124854.777000', '124854.780000', '124854.783000', '124854.785000', '124854.788000', '124854.791000', '124854.793000', '124854.796000', '124854.798000', '124854.801000', '124854.804000', '124854.806000', '124854.809000', '124854.811000', '124854.814000', '124854.816000', '124914.686000', '124914.688000', '124914.691000', '124914.693000', '124914.696000', '124914.699000', '124914.701000', '124914.704000', '124914.707000', '124914.709000', '124914.712000', '124914.714000', '124914.717000', '124914.720000', '124914.722000', '124914.725000', '124914.728000', '124914.730000', '124914.733000', '124914.735000', '124914.738000', '124914.741000', '124914.743000', '124914.746000', '124914.749000', '124914.751000', '124914.754000', '124914.757000', '124914.759000', '124914.762000', '124914.764000', '124914.767000', '124914.770000', '124914.772000', '124914.775000', '124914.777000', '124914.780000', '124914.783000', '124914.785000', '124914.788000', '124914.791000', '124914.793000', '124914.796000', '124914.798000', '124934.686000', '124934.689000', '124934.691000', '124934.694000', '124934.696000', '124934.699000', '124934.701000', '124934.704000', '124934.707000', '124934.709000', '124934.712000', '124934.714000', '124934.717000', '124934.720000', '124934.722000', '124934.725000', '124934.727000', '124934.730000', '124934.733000', '124934.735000', '124934.738000', '124934.741000', '124934.743000', '124934.746000', '124934.748000', '124934.751000', '124934.754000', '124934.756000', '124934.759000', '124934.761000', '124934.764000', '124934.767000', '124934.769000', '124934.772000', '124934.774000', '124934.777000', '124934.779000', '124934.782000', '124934.785000', '124934.787000', '124934.790000', '124934.792000', '124934.795000', '124954.685000', '124954.688000', '124954.691000', '124954.693000', '124954.696000', '124954.698000', '124954.701000', '124954.704000', '124954.706000', '124954.709000', '124954.711000', '124954.714000', '124954.717000', '124954.719000', '124954.722000', '124954.725000', '124954.727000', '124954.730000', '124954.732000', '124954.735000', '124954.737000', '124954.740000', '124954.742000', '124954.745000', '124954.748000', '124954.750000', '124954.753000', '124954.755000', '124954.758000', '124954.761000', '124954.763000', '124954.766000', '124954.769000', '124954.771000', '124954.774000', '124954.776000', '124954.779000', '124954.781000', '124954.784000', '124954.787000', '124954.789000', '124954.792000', '124954.794000', '124954.797000', '125014.687000', '125014.690000', '125014.692000', '125014.695000', '125014.697000', '125014.700000', '125014.703000', '125014.705000', '125014.708000', '125014.710000', '125014.713000', '125014.716000', '125014.718000', '125014.721000', '125014.724000', '125014.726000', '125014.729000', '125014.731000', '125014.734000', '125014.736000', '125014.739000', '125014.742000', '125014.744000', '125014.747000', '125014.749000', '125014.759000', '125014.762000', '125014.764000', '125014.767000', '125014.769000', '125014.772000', '125014.774000', '125014.777000', '125014.779000', '125014.782000', '125014.785000', '125014.787000', '125014.790000', '125014.792000', '125014.795000', '125014.798000', '125014.800000', '125014.803000', '125034.687000', '125034.689000', '125034.692000', '125034.695000', '125034.697000', '125034.700000', '125034.702000', '125034.705000', '125034.708000', '125034.710000', '125034.713000', '125034.715000', '125034.718000', '125034.721000', '125034.723000', '125034.726000', '125034.728000', '125034.731000', '125034.734000', '125034.736000', '125034.739000', '125034.741000', '125034.744000', '125034.747000', '125034.749000', '125034.752000', '125034.755000', '125034.757000', '125034.760000', '125034.762000', '125034.765000', '125034.768000', '125034.770000', '125034.773000', '125034.775000', '125034.778000', '125034.780000', '125034.783000', '125034.786000', '125034.788000', '125034.791000', '125034.794000', '125034.796000', '125034.799000', '125054.687000', '125054.689000', '125054.692000', '125054.695000', '125054.697000', '125054.700000', '125054.702000', '125054.705000', '125054.708000', '125054.710000', '125054.713000', '125054.716000', '125054.718000', '125054.721000', '125054.723000', '125054.726000', '125054.728000', '125054.731000', '125054.734000', '125054.736000', '125054.739000', '125054.741000', '125054.744000', '125054.747000', '125054.749000', '125054.752000', '125054.755000', '125054.757000', '125054.760000', '125054.762000', '125054.765000', '125054.768000', '125054.770000', '125054.773000', '125054.776000', '125054.778000', '125054.781000', '125054.783000', '125054.786000', '125054.789000', '125054.791000', '125054.794000', '125054.796000', '125114.687000', '125114.689000', '125114.692000', '125114.695000', '125114.697000', '125114.700000', '125114.702000', '125114.705000', '125114.708000', '125114.710000', '125114.713000', '125114.715000', '125114.718000', '125114.720000', '125114.723000', '125114.726000', '125114.728000', '125114.731000', '125114.733000', '125114.736000', '125114.739000', '125114.741000', '125114.744000', '125114.746000', '125114.749000', '125114.752000', '125114.754000', '125114.757000', '125114.759000', '125114.762000', '125114.765000', '125114.767000', '125114.770000', '125114.772000', '125114.775000', '125114.778000', '125114.780000', '125114.783000', '125114.785000', '125114.788000', '125114.790000', '125114.793000', '125114.796000', '125114.798000', '125134.686000', '125134.688000', '125134.691000', '125134.694000', '125134.696000', '125134.699000', '125134.701000', '125134.704000', '125134.707000', '125134.709000', '125134.712000', '125134.714000', '125134.717000', '125134.720000', '125134.722000', '125134.725000', '125134.727000', '125134.730000', '125134.732000', '125134.735000', '125134.738000', '125134.740000', '125134.743000', '125134.746000', '125134.748000', '125134.751000', '125134.753000', '125134.756000', '125134.759000', '125134.761000', '125134.764000', '125134.766000', '125134.769000', '125134.772000', '125134.774000', '125134.777000', '125134.779000', '125134.782000', '125134.785000', '125134.787000', '125134.790000', '125134.792000', '125134.795000', '125154.686000', '125154.688000', '125154.691000', '125154.694000', '125154.696000', '125154.699000', '125154.709000', '125154.711000', '125154.714000', '125154.716000', '125154.719000', '125154.721000', '125154.724000', '125154.727000', '125154.729000', '125154.732000', '125154.734000', '125154.737000', '125154.740000', '125154.742000', '125154.745000', '125154.747000', '125154.750000', '125154.753000', '125154.755000', '125154.758000', '125154.760000', '125154.763000', '125154.765000', '125154.768000', '125154.771000', '125154.773000', '125154.776000', '125154.778000', '125154.781000', '125154.783000', '125154.786000', '125154.789000', '125154.791000', '125154.794000', '125154.797000', '125154.799000', '125154.802000', '125154.804000', '125214.685000', '125214.688000', '125214.691000', '125214.694000', '125214.696000', '125214.699000', '125214.701000', '125214.704000', '125214.707000', '125214.709000', '125214.712000', '125214.714000', '125214.717000', '125214.720000', '125214.722000', '125214.725000', '125214.727000', '125214.730000', '125214.732000', '125214.735000', '125214.738000', '125214.740000', '125214.743000', '125214.745000', '125214.748000', '125214.751000', '125214.753000', '125214.756000', '125214.758000', '125214.761000', '125214.764000', '125214.766000', '125214.769000', '125214.772000', '125214.774000', '125214.777000', '125214.779000', '125214.782000', '125214.784000', '125214.787000', '125214.790000', '125214.792000', '125214.795000', '125234.687000', '125234.689000', '125234.692000', '125234.695000', '125234.697000', '125234.700000', '125234.702000', '125234.705000', '125234.708000', '125234.710000', '125234.713000', '125234.715000', '125234.718000', '125234.720000', '125234.723000', '125234.726000', '125234.728000', '125234.731000', '125234.733000', '125234.736000', '125234.739000', '125234.741000', '125234.744000', '125234.746000', '125234.749000', '125234.752000', '125234.754000', '125234.757000', '125234.759000', '125234.762000', '125234.765000', '125234.767000', '125234.770000', '125234.772000', '125234.775000', '125234.778000', '125234.780000', '125234.783000', '125234.785000', '125234.788000', '125234.790000', '125234.793000', '125234.796000', '125234.798000', '125254.686000', '125254.689000', '125254.692000', '125254.695000', '125254.697000', '125254.700000', '125254.702000', '125254.705000', '125254.708000', '125254.710000', '125254.713000', '125254.715000', '125254.718000', '125254.721000', '125254.723000', '125254.726000', '125254.728000', '125254.731000', '125254.734000', '125254.736000', '125254.739000', '125254.742000', '125254.744000', '125254.747000', '125254.749000', '125254.752000', '125254.755000', '125254.757000', '125254.760000', '125254.762000', '125254.765000', '125254.768000', '125254.770000', '125254.773000', '125254.776000', '125254.778000', '125254.781000', '125254.783000', '125254.786000', '125254.788000', '125254.791000', '125254.794000', '125254.796000', '125314.687000', '125314.690000', '125314.692000', '125314.695000', '125314.698000', '125314.700000', '125314.703000', '125314.705000', '125314.708000', '125314.710000', '125314.713000', '125314.716000', '125314.718000', '125314.721000', '125314.724000', '125314.726000', '125314.729000', '125314.731000', '125314.734000', '125314.737000', '125314.740000', '125314.742000', '125314.745000', '125314.747000', '125314.750000', '125314.753000', '125314.755000', '125314.758000', '125314.760000', '125314.763000', '125314.766000', '125314.775000', '125314.777000', '125314.780000', '125314.782000', '125314.785000', '125314.788000', '125314.790000', '125314.793000', '125314.795000', '125314.798000', '125314.800000', '125314.803000', '125314.806000', '125334.687000', '125334.689000', '125334.692000', '125334.695000', '125334.697000', '125334.700000', '125334.702000', '125334.705000', '125334.708000', '125334.710000', '125334.713000', '125334.715000', '125334.718000', '125334.721000', '125334.723000', '125334.726000', '125334.728000', '125334.731000', '125334.734000', '125334.736000', '125334.739000', '125334.741000', '125334.744000', '125334.747000', '125334.749000', '125334.752000', '125334.754000', '125334.757000', '125334.759000', '125334.762000', '125334.765000', '125334.768000', '125334.770000', '125334.773000', '125334.775000', '125334.778000', '125334.781000', '125334.783000', '125334.786000', '125334.788000', '125334.791000', '125334.794000', '125334.796000', '125354.686000', '125354.688000', '125354.691000', '125354.694000', '125354.696000', '125354.699000', '125354.701000', '125354.704000', '125354.707000', '125354.709000', '125354.712000', '125354.715000', '125354.717000', '125354.720000', '125354.723000', '125354.725000', '125354.728000', '125354.731000', '125354.733000', '125354.736000', '125354.738000', '125354.741000', '125354.744000', '125354.753000', '125354.755000', '125354.758000', '125354.761000', '125354.763000', '125354.766000', '125354.769000', '125354.771000', '125354.774000', '125354.777000', '125354.779000', '125354.782000', '125354.784000', '125354.787000', '125354.789000', '125354.792000', '125354.795000', '125354.797000', '125354.800000', '125354.802000', '125354.805000', '125414.686000', '125414.689000', '125414.691000', '125414.694000', '125414.696000', '125414.699000', '125414.701000', '125414.704000', '125414.707000', '125414.709000', '125414.712000', '125414.714000', '125414.717000', '125414.720000', '125414.722000', '125414.725000', '125414.727000', '125414.730000', '125414.733000', '125414.735000', '125414.738000', '125414.740000', '125414.743000', '125414.745000', '125414.748000', '125414.751000', '125414.753000', '125414.756000', '125414.758000', '125414.761000', '125414.764000', '125414.766000', '125414.769000', '125414.771000', '125414.774000', '125414.777000', '125414.779000', '125414.782000', '125414.784000', '125414.787000', '125414.789000', '125414.792000', '125414.795000', '125434.685000', '125434.688000', '125434.691000', '125434.693000', '125434.696000', '125434.699000', '125434.701000', '125434.704000', '125434.706000', '125434.709000', '125434.712000', '125434.714000', '125434.717000', '125434.721000', '125434.723000', '125434.726000', '125434.729000', '125434.731000', '125434.734000', '125434.736000', '125434.739000', '125434.741000', '125434.744000', '125434.747000', '125434.749000', '125434.752000', '125434.754000', '125434.757000', '125434.760000', '125434.762000', '125434.765000', '125434.767000', '125434.770000', '125434.773000', '125434.775000', '125434.778000', '125434.781000', '125434.783000', '125434.786000', '125434.789000', '125434.791000', '125434.794000', '125434.796000', '125454.686000', '125454.689000', '125454.692000', '125454.695000', '125454.698000', '125454.700000', '125454.703000', '125454.705000', '125454.708000', '125454.711000', '125454.713000', '125454.716000', '125454.718000', '125454.721000', '125454.724000', '125454.726000', '125454.729000', '125454.731000', '125454.734000', '125454.736000', '125454.739000', '125454.742000', '125454.744000', '125454.747000', '125454.749000', '125454.752000', '125454.754000', '125454.757000', '125454.760000', '125454.762000', '125454.765000', '125454.767000', '125454.770000', '125454.773000', '125454.775000', '125454.778000', '125454.780000', '125454.783000', '125454.785000', '125454.788000', '125454.791000', '125454.793000', '125454.796000', '125454.799000', '125503.204000', '125503.207000', '125503.210000', '125503.213000', '125503.216000', '125503.219000', '125503.221000', '125503.224000', '125503.227000', '125503.229000', '125503.232000', '125503.235000', '125503.238000', '125503.240000', '125503.243000', '125503.246000', '125503.249000', '125503.252000', '125503.256000'], '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': [14289, 9361, 12811, 9083, 11934, 10179, 12182, 10074, 11885, 9816, 11885, 10042, 11810, 9546, 10448, 8987, 10147, 10502, 9720, 13994, 8929, 11950, 10090, 10587, 10008, 11336, 9431, 11722, 9818, 11591, 9851, 11135, 9511, 12236, 10019, 10656, 8972, 10160, 9465, 10246, 14632, 9269, 12341, 9845, 11372, 10193, 11611, 9694, 10199, 9193, 11163, 9026, 10469, 9637, 10152, 11085, 9850, 11964, 9640, 11884, 10556, 10814, 10354, 10881, 9737, 10931, 9556, 10219, 9149, 10176, 9658, 9915, 9552, 9638, 12245, 9629, 9496, 9740, 10496, 9528, 12534, 9463, 10939, 9531, 11706, 9612, 13319, 10486, 11830, 10131, 11616, 9952, 11517, 9877, 10520, 9884, 11205, 9564, 11349, 9366, 11497, 10000, 10927, 9378, 10541, 8935, 10479, 9589, 10329, 9802, 9990, 9503, 10036, 11179, 9928, 9781, 10133, 9310, 10333, 13298, 9902, 11697, 9762, 11847, 9930, 12798, 9151, 11122, 9843, 10338, 9928, 11451, 9823, 9715, 9522, 10029, 9535, 12982, 9821, 11065, 9604, 11960, 9767, 12670, 10111, 11105, 9823, 11506, 10146, 11609, 10162, 10796, 9903, 10868, 9936, 11092, 9680, 11440, 9663, 11366, 9962, 11041, 9504, 11632, 9109, 10339, 8859, 10464, 8505, 10197, 9262, 10601, 8944, 10234, 9323, 11098, 9237, 10185, 9708, 9966, 9472, 9852, 9795, 10056, 9729, 10332, 9498, 9987, 9520, 10004, 9334, 10137, 10240, 10009, 9400, 10005, 9359, 10060, 13260, 9689, 11622, 9643, 11324, 9582, 11141, 9607, 10450, 9611, 9324, 9774, 10015, 9803, 9559, 10055, 9237, 10057, 9777, 9942, 13172, 9667, 9470, 10069, 9729, 9882, 9660, 10347, 11383, 10082, 9558, 10128, 9456, 9887, 13113, 9765, 12017, 9627, 11762, 9645, 11626, 10342, 10784, 9685, 11098, 9958, 11454, 10335, 11162, 10005, 11547, 9873, 11394, 9842, 11668, 9678, 10476, 9174, 11446, 8897, 10121, 9268, 10156, 9114, 10080, 9727, 10077, 9198, 9992, 12863, 9619, 12085, 9817, 10866, 9922, 10436, 9445, 9991, 9692, 9850, 9496, 9850, 10614, 9867, 11736, 9381, 11744, 9655, 12404, 10032, 12183, 9931, 10799, 9847, 10324, 9396, 10084, 8962, 10476, 8811, 9947, 9566, 10095, 11983, 9776, 11129, 9411, 12486, 9394, 12258, 9967, 10476, 9788, 10298, 9596, 11025, 9206, 10150, 9465, 9501, 9486, 9801, 9308, 9804, 9248, 9766, 9162, 10032, 10484, 9841, 9181, 9713, 9218, 9957, 12454, 9615, 15204, 9584, 12414, 9467, 11860, 9945, 11955, 9600, 10808, 9619, 10596, 9070, 10237, 9215, 10334, 8770, 10099, 9476, 9661, 10263, 9377, 9230, 9535, 9364, 10335, 9297, 13355, 10066, 13248, 9543, 11744, 9386, 11947, 9069, 10746, 9499, 9924, 8905, 9823, 8691, 9748, 11074, 8928, 10206, 9193, 9792, 9075, 12559, 10116, 11381, 9975, 11158, 10053, 11098, 9143, 12211, 9016, 9813, 8856, 9422, 9716, 9882, 13902, 9363, 12019, 9047, 11511, 10194, 11243, 9868, 10280, 9045, 10309, 9202, 9972, 10260, 9962, 11942, 10346, 8731, 10512, 9075, 10085, 9095, 11115, 9759, 10194, 9299, 9402, 13737, 9079, 11572, 8980, 11541, 9509, 13332, 9716, 13687, 9246, 13106, 9194, 12064, 9258, 13255, 9132, 10627, 9049, 10220, 9519, 10566, 9157, 11737, 8855, 10909, 8578, 9527, 8659, 9689, 8599, 9609, 9855, 9630, 9228, 9256, 9925, 9396, 10712, 9604, 12515, 9391, 12014, 9113, 11085, 9174, 11864, 9175, 11392, 8947, 11230, 8893, 10654, 9038, 12520, 9138, 10935, 8904, 11943, 9400, 11484, 9923, 11007, 9440, 11311, 9449, 10904, 10122, 10961, 9304, 11419, 9542, 11311, 9843, 11474, 9279, 10771, 8977, 10575, 9425, 10268, 9438, 10237, 8830, 11046, 9191, 10556, 9456, 9896, 9599, 8989, 9769, 8740, 10591, 8814, 12571, 9146, 11942, 9841, 11383, 9371, 10353, 9384, 9429, 9127, 8958, 9949, 9443, 12646, 9135, 11996, 8818, 11655, 9505, 12004, 9261, 11172, 8954, 10561, 9204, 12296, 9094, 11305, 8948, 11311, 9943, 11418, 9971, 10429, 9452, 10527, 9309, 10602, 9081, 10131, 8730, 10151, 8991, 9748, 8809, 9601, 8464, 10431, 9173, 11050, 9460, 11777, 9355, 11751, 9346, 11532, 9785, 11969, 9786, 11779, 9219, 10987, 8890, 10381, 9340, 9707, 8672, 9816, 8836, 9900, 9014, 10163, 8630, 10116, 8945, 10384, 9065, 11151, 9250, 10830, 9203, 10782, 9741, 11895, 10364, 10796, 9989, 11369, 10382, 11842, 10550, 10573, 8874, 9699, 9132, 10170, 10369, 12130, 9524, 10710, 8987, 11433, 9937, 12804, 9344, 10686, 8841, 10262, 9271, 11427, 9472, 10975, 8773, 11335, 8808, 12147, 8769, 11720, 8632, 11599, 9515, 10727, 9883, 11398, 9619, 10314, 9030, 10339, 9187, 11056, 8775, 10571, 8385, 10787, 9152, 10660, 9415, 9488, 9128, 9138, 9464, 9148, 9090, 9361, 9234, 9046, 9148, 9121, 10444, 9839, 13153, 8911, 12331, 8812, 11363, 9815, 10924, 9941, 10168, 9093, 10351, 8625, 10471, 8599, 10016, 8499, 10621, 9121, 11091, 9400, 10945, 9218, 9963, 9237, 9245, 11446, 9288, 10290, 8653, 10452, 8842, 11506, 9400, 11844, 8782, 11949, 8681, 12009, 9870, 11459, 9409, 10417, 8816, 10309, 9149, 10045, 9329, 9324, 8645, 8934, 8936, 8908, 9878, 9698, 11532, 8962, 10270, 8670, 10301, 8696, 12304, 9398, 11319, 9427, 10876, 8462, 9888, 9238, 10100, 8650, 10671, 8826, 10572, 8828, 11044, 9051, 9322, 8866, 9071, 9940, 9200, 12360, 8611, 11383, 8419, 10369, 8702, 11143, 9811, 11328, 8539, 11890, 8721, 11615, 9437, 11343, 9890, 10214, 8949, 10259, 9470, 10681, 9444, 10894, 9436, 10942, 9980, 11986, 9521, 10694, 9320, 10861, 8498, 11424, 9295, 9553, 9560, 9217, 9630, 9156, 11402, 9049, 12196, 8483, 12284, 8703, 11055, 9858, 10996, 9232, 11407, 9675, 11336, 10093, 11863, 9759, 11138, 9106, 10463, 9542, 11295, 9736, 11060, 8912, 9677, 9842, 10974, 11024, 8168, 13165, 9052, 14097, 8727, 13641, 8979, 12482, 8801, 10972, 8580, 10695, 8904, 11036, 8762, 9653, 8369, 9637, 8259, 10502, 9051, 11684, 8992, 11811, 8596, 11399, 8952, 12186, 9394, 12548, 8645, 11099, 8338, 10443, 9156, 10832, 9509, 10511, 10077, 9481, 9695, 9812, 9188, 9419, 9129, 9323, 11615, 10218, 13027, 8937, 12484, 8341, 11935, 8600, 11894, 8893, 11656], 'WindowCenter': [4403.0, 4358.0, 4362.0, 4332.0, 4350.0, 4341.0, 4359.0, 4340.0, 4348.0, 4326.0, 4336.0, 4326.0, 4336.0, 4315.0, 4326.0, 4315.0, 4326.0, 4323.0, 4315.0, 4356.0, 4316.0, 4335.0, 4324.0, 4324.0, 4324.0, 4334.0, 4327.0, 4346.0, 4338.0, 4347.0, 4326.0, 4336.0, 4327.0, 4347.0, 4326.0, 4336.0, 4316.0, 4326.0, 4325.0, 4326.0, 4354.0, 4326.0, 4344.0, 4326.0, 4334.0, 4336.0, 4334.0, 4326.0, 4325.0, 4326.0, 4335.0, 4315.0, 4337.0, 4325.0, 4336.0, 4334.0, 4326.0, 4345.0, 4327.0, 4347.0, 4337.0, 4337.0, 4338.0, 4337.0, 4327.0, 4348.0, 4337.0, 4339.0, 4326.0, 4336.0, 4326.0, 4325.0, 4326.0, 4339.0, 4359.0, 4329.0, 4326.0, 4327.0, 4336.0, 4327.0, 4347.0, 4339.0, 4336.0, 4329.0, 4347.0, 4328.0, 4357.0, 4338.0, 4347.0, 4336.0, 4336.0, 4326.0, 4347.0, 4326.0, 4324.0, 4325.0, 4335.0, 4326.0, 4334.0, 4315.0, 4336.0, 4326.0, 4325.0, 4315.0, 4324.0, 4315.0, 4336.0, 4325.0, 4336.0, 4325.0, 4325.0, 4323.0, 4325.0, 4334.0, 4327.0, 4326.0, 4337.0, 4325.0, 4338.0, 4357.0, 4337.0, 4346.0, 4326.0, 4344.0, 4327.0, 4358.0, 4328.0, 4336.0, 4327.0, 4325.0, 4339.0, 4349.0, 4340.0, 4326.0, 4327.0, 4326.0, 4327.0, 4356.0, 4328.0, 4336.0, 4327.0, 4336.0, 4326.0, 4345.0, 4327.0, 4333.0, 4325.0, 4335.0, 4337.0, 4346.0, 4326.0, 4324.0, 4326.0, 4335.0, 4325.0, 4336.0, 4325.0, 4335.0, 4325.0, 4335.0, 4324.0, 4333.0, 4314.0, 4335.0, 4315.0, 4325.0, 4312.0, 4325.0, 4305.0, 4325.0, 4315.0, 4336.0, 4315.0, 4325.0, 4326.0, 4336.0, 4315.0, 4334.0, 4326.0, 4327.0, 4326.0, 4327.0, 4326.0, 4327.0, 4327.0, 4338.0, 4327.0, 4337.0, 4326.0, 4326.0, 4315.0, 4336.0, 4327.0, 4326.0, 4316.0, 4325.0, 4315.0, 4326.0, 4345.0, 4326.0, 4336.0, 4325.0, 4335.0, 4326.0, 4336.0, 4327.0, 4336.0, 4328.0, 4316.0, 4327.0, 4326.0, 4338.0, 4327.0, 4338.0, 4326.0, 4338.0, 4327.0, 4337.0, 4359.0, 4327.0, 4326.0, 4325.0, 4324.0, 4327.0, 4326.0, 4338.0, 4335.0, 4326.0, 4324.0, 4325.0, 4315.0, 4326.0, 4344.0, 4326.0, 4335.0, 4326.0, 4333.0, 4324.0, 4335.0, 4326.0, 4334.0, 4326.0, 4334.0, 4326.0, 4335.0, 4335.0, 4335.0, 4326.0, 4336.0, 4327.0, 4335.0, 4326.0, 4335.0, 4315.0, 4325.0, 4315.0, 4334.0, 4314.0, 4324.0, 4314.0, 4325.0, 4315.0, 4326.0, 4325.0, 4325.0, 4316.0, 4326.0, 4346.0, 4327.0, 4346.0, 4326.0, 4336.0, 4325.0, 4337.0, 4326.0, 4327.0, 4326.0, 4338.0, 4326.0, 4337.0, 4337.0, 4339.0, 4348.0, 4328.0, 4347.0, 4327.0, 4345.0, 4327.0, 4348.0, 4327.0, 4325.0, 4325.0, 4327.0, 4326.0, 4326.0, 4317.0, 4337.0, 4316.0, 4327.0, 4323.0, 4338.0, 4347.0, 4326.0, 4335.0, 4315.0, 4344.0, 4317.0, 4346.0, 4325.0, 4326.0, 4326.0, 4325.0, 4325.0, 4338.0, 4327.0, 4339.0, 4326.0, 4327.0, 4327.0, 4337.0, 4328.0, 4338.0, 4327.0, 4327.0, 4315.0, 4338.0, 4338.0, 4337.0, 4327.0, 4326.0, 4316.0, 4338.0, 4346.0, 4327.0, 4355.0, 4326.0, 4344.0, 4315.0, 4333.0, 4323.0, 4335.0, 4314.0, 4322.0, 4314.0, 4321.0, 4302.0, 4314.0, 4312.0, 4325.0, 4304.0, 4324.0, 4327.0, 4327.0, 4326.0, 4314.0, 4317.0, 4325.0, 4327.0, 4337.0, 4329.0, 4358.0, 4340.0, 4357.0, 4328.0, 4336.0, 4316.0, 4335.0, 4304.0, 4325.0, 4312.0, 4313.0, 4302.0, 4313.0, 4301.0, 4315.0, 4322.0, 4304.0, 4323.0, 4315.0, 4322.0, 4317.0, 4344.0, 4336.0, 4335.0, 4327.0, 4336.0, 4325.0, 4336.0, 4314.0, 4347.0, 4314.0, 4325.0, 4315.0, 4315.0, 4314.0, 4326.0, 4355.0, 4314.0, 4333.0, 4314.0, 4333.0, 4327.0, 4336.0, 4325.0, 4325.0, 4317.0, 4326.0, 4314.0, 4325.0, 4326.0, 4326.0, 4336.0, 4337.0, 4317.0, 4324.0, 4314.0, 4323.0, 4315.0, 4334.0, 4315.0, 4327.0, 4315.0, 4327.0, 4370.0, 4318.0, 4335.0, 4314.0, 4324.0, 4314.0, 4344.0, 4316.0, 4331.0, 4302.0, 4331.0, 4302.0, 4321.0, 4301.0, 4328.0, 4290.0, 4295.0, 4287.0, 4297.0, 4298.0, 4296.0, 4289.0, 4319.0, 4289.0, 4310.0, 4289.0, 4299.0, 4290.0, 4311.0, 4288.0, 4311.0, 4310.0, 4313.0, 4312.0, 4312.0, 4312.0, 4313.0, 4321.0, 4313.0, 4333.0, 4313.0, 4331.0, 4304.0, 4321.0, 4314.0, 4333.0, 4314.0, 4333.0, 4315.0, 4335.0, 4315.0, 4323.0, 4315.0, 4343.0, 4316.0, 4334.0, 4316.0, 4334.0, 4315.0, 4335.0, 4326.0, 4324.0, 4315.0, 4335.0, 4314.0, 4334.0, 4325.0, 4333.0, 4327.0, 4335.0, 4326.0, 4334.0, 4327.0, 4335.0, 4315.0, 4336.0, 4316.0, 4325.0, 4313.0, 4325.0, 4314.0, 4326.0, 4315.0, 4335.0, 4314.0, 4324.0, 4314.0, 4325.0, 4325.0, 4316.0, 4325.0, 4315.0, 4324.0, 4318.0, 4346.0, 4326.0, 4334.0, 4325.0, 4333.0, 4313.0, 4324.0, 4314.0, 4314.0, 4315.0, 4315.0, 4323.0, 4325.0, 4345.0, 4315.0, 4333.0, 4314.0, 4335.0, 4327.0, 4344.0, 4316.0, 4334.0, 4314.0, 4325.0, 4325.0, 4347.0, 4316.0, 4334.0, 4315.0, 4336.0, 4325.0, 4336.0, 4324.0, 4324.0, 4314.0, 4324.0, 4315.0, 4325.0, 4314.0, 4324.0, 4305.0, 4325.0, 4314.0, 4325.0, 4316.0, 4326.0, 4305.0, 4324.0, 4316.0, 4336.0, 4327.0, 4334.0, 4314.0, 4335.0, 4316.0, 4334.0, 4326.0, 4336.0, 4326.0, 4333.0, 4312.0, 4322.0, 4302.0, 4314.0, 4313.0, 4314.0, 4302.0, 4312.0, 4304.0, 4325.0, 4317.0, 4325.0, 4304.0, 4325.0, 4315.0, 4324.0, 4316.0, 4335.0, 4317.0, 4335.0, 4317.0, 4336.0, 4327.0, 4346.0, 4327.0, 4324.0, 4327.0, 4335.0, 4327.0, 4336.0, 4336.0, 4326.0, 4317.0, 4314.0, 4318.0, 4337.0, 4337.0, 4335.0, 4317.0, 4324.0, 4304.0, 4334.0, 4314.0, 4335.0, 4303.0, 4311.0, 4302.0, 4311.0, 4315.0, 4323.0, 4314.0, 4323.0, 4304.0, 4322.0, 4304.0, 4333.0, 4304.0, 4323.0, 4304.0, 4322.0, 4312.0, 4321.0, 4314.0, 4334.0, 4314.0, 4313.0, 4304.0, 4314.0, 4313.0, 4334.0, 4306.0, 4324.0, 4304.0, 4324.0, 4312.0, 4325.0, 4315.0, 4314.0, 4312.0, 4304.0, 4313.0, 4314.0, 4305.0, 4316.0, 4314.0, 4305.0, 4314.0, 4315.0, 4323.0, 4324.0, 4344.0, 4304.0, 4333.0, 4303.0, 4324.0, 4325.0, 4336.0, 4325.0, 4325.0, 4302.0, 4314.0, 4304.0, 4324.0, 4305.0, 4313.0, 4304.0, 4326.0, 4316.0, 4335.0, 4314.0, 4325.0, 4304.0, 4313.0, 4304.0, 4313.0, 4336.0, 4316.0, 4313.0, 4304.0, 4312.0, 4303.0, 4323.0, 4315.0, 4334.0, 4306.0, 4323.0, 4304.0, 4331.0, 4314.0, 4325.0, 4303.0, 4314.0, 4302.0, 4312.0, 4302.0, 4314.0, 4302.0, 4303.0, 4292.0, 4301.0, 4302.0, 4303.0, 4313.0, 4313.0, 4324.0, 4303.0, 4312.0, 4303.0, 4312.0, 4303.0, 4333.0, 4314.0, 4322.0, 4304.0, 4324.0, 4293.0, 4313.0, 4314.0, 4325.0, 4303.0, 4324.0, 4304.0, 4323.0, 4304.0, 4336.0, 4304.0, 4314.0, 4303.0, 4302.0, 4311.0, 4304.0, 4335.0, 4303.0, 4324.0, 4294.0, 4312.0, 4304.0, 4322.0, 4325.0, 4322.0, 4305.0, 4333.0, 4304.0, 4323.0, 4315.0, 4324.0, 4315.0, 4313.0, 4305.0, 4315.0, 4314.0, 4323.0, 4316.0, 4324.0, 4315.0, 4326.0, 4327.0, 4337.0, 4317.0, 4325.0, 4315.0, 4323.0, 4304.0, 4334.0, 4303.0, 4314.0, 4313.0, 4304.0, 4302.0, 4314.0, 4322.0, 4304.0, 4333.0, 4304.0, 4332.0, 4303.0, 4324.0, 4325.0, 4325.0, 4315.0, 4335.0, 4314.0, 4335.0, 4328.0, 4334.0, 4316.0, 4323.0, 4304.0, 4326.0, 4329.0, 4336.0, 4327.0, 4335.0, 4306.0, 4316.0, 4336.0, 4337.0, 4348.0, 4320.0, 4358.0, 4318.0, 4356.0, 4306.0, 4343.0, 4304.0, 4333.0, 4304.0, 4323.0, 4303.0, 4312.0, 4302.0, 4324.0, 4304.0, 4314.0, 4292.0, 4312.0, 4291.0, 4323.0, 4304.0, 4334.0, 4315.0, 4334.0, 4315.0, 4335.0, 4316.0, 4336.0, 4316.0, 4335.0, 4302.0, 4323.0, 4293.0, 4324.0, 4315.0, 4324.0, 4312.0, 4323.0, 4314.0, 4314.0, 4313.0, 4325.0, 4315.0, 4315.0, 4303.0, 4313.0, 4334.0, 4324.0, 4343.0, 4303.0, 4332.0, 4294.0, 4333.0, 4305.0, 4322.0, 4305.0, 4321.0], 'WindowWidth': [9705.0, 9632.0, 9625.0, 9584.0, 9604.0, 9593.0, 9613.0, 9587.0, 9594.0, 9564.0, 9575.0, 9560.0, 9575.0, 9545.0, 9559.0, 9543.0, 9559.0, 9552.0, 9544.0, 9603.0, 9546.0, 9570.0, 9556.0, 9554.0, 9555.0, 9568.0, 9566.0, 9589.0, 9580.0, 9589.0, 9562.0, 9575.0, 9564.0, 9593.0, 9561.0, 9574.0, 9547.0, 9562.0, 9559.0, 9561.0, 9597.0, 9563.0, 9584.0, 9563.0, 9570.0, 9575.0, 9571.0, 9562.0, 9558.0, 9561.0, 9574.0, 9545.0, 9577.0, 9561.0, 9575.0, 9570.0, 9562.0, 9585.0, 9564.0, 9592.0, 9580.0, 9577.0, 9580.0, 9576.0, 9565.0, 9596.0, 9580.0, 9584.0, 9562.0, 9577.0, 9561.0, 9560.0, 9560.0, 9588.0, 9614.0, 9572.0, 9562.0, 9565.0, 9574.0, 9567.0, 9594.0, 9585.0, 9577.0, 9570.0, 9590.0, 9568.0, 9608.0, 9581.0, 9591.0, 9576.0, 9573.0, 9560.0, 9590.0, 9562.0, 9557.0, 9560.0, 9572.0, 9560.0, 9571.0, 9546.0, 9576.0, 9560.0, 9558.0, 9543.0, 9556.0, 9544.0, 9576.0, 9558.0, 9577.0, 9558.0, 9557.0, 9554.0, 9561.0, 9570.0, 9565.0, 9563.0, 9579.0, 9562.0, 9580.0, 9607.0, 9579.0, 9589.0, 9562.0, 9583.0, 9564.0, 9609.0, 9568.0, 9576.0, 9564.0, 9559.0, 9585.0, 9599.0, 9586.0, 9563.0, 9564.0, 9562.0, 9565.0, 9603.0, 9567.0, 9576.0, 9565.0, 9573.0, 9562.0, 9587.0, 9564.0, 9568.0, 9558.0, 9571.0, 9578.0, 9589.0, 9562.0, 9556.0, 9560.0, 9571.0, 9559.0, 9573.0, 9559.0, 9573.0, 9560.0, 9572.0, 9556.0, 9567.0, 9543.0, 9571.0, 9543.0, 9556.0, 9538.0, 9557.0, 9531.0, 9560.0, 9545.0, 9575.0, 9546.0, 9560.0, 9562.0, 9575.0, 9546.0, 9572.0, 9563.0, 9564.0, 9562.0, 9566.0, 9562.0, 9566.0, 9565.0, 9582.0, 9565.0, 9579.0, 9561.0, 9563.0, 9546.0, 9577.0, 9564.0, 9561.0, 9548.0, 9559.0, 9544.0, 9560.0, 9587.0, 9562.0, 9574.0, 9561.0, 9572.0, 9561.0, 9576.0, 9566.0, 9576.0, 9567.0, 9547.0, 9565.0, 9563.0, 9582.0, 9565.0, 9580.0, 9561.0, 9580.0, 9564.0, 9580.0, 9612.0, 9564.0, 9562.0, 9560.0, 9557.0, 9566.0, 9563.0, 9579.0, 9573.0, 9562.0, 9557.0, 9559.0, 9543.0, 9560.0, 9585.0, 9561.0, 9571.0, 9559.0, 9567.0, 9556.0, 9573.0, 9562.0, 9569.0, 9561.0, 9568.0, 9560.0, 9573.0, 9573.0, 9571.0, 9561.0, 9574.0, 9563.0, 9571.0, 9559.0, 9572.0, 9545.0, 9556.0, 9543.0, 9569.0, 9542.0, 9555.0, 9541.0, 9558.0, 9545.0, 9561.0, 9558.0, 9560.0, 9547.0, 9564.0, 9589.0, 9563.0, 9587.0, 9561.0, 9574.0, 9561.0, 9579.0, 9561.0, 9564.0, 9562.0, 9579.0, 9562.0, 9579.0, 9578.0, 9584.0, 9593.0, 9568.0, 9591.0, 9565.0, 9587.0, 9565.0, 9593.0, 9564.0, 9558.0, 9558.0, 9563.0, 9564.0, 9561.0, 9550.0, 9577.0, 9547.0, 9564.0, 9556.0, 9581.0, 9592.0, 9560.0, 9570.0, 9544.0, 9581.0, 9549.0, 9590.0, 9560.0, 9559.0, 9560.0, 9557.0, 9558.0, 9581.0, 9568.0, 9583.0, 9561.0, 9565.0, 9562.0, 9579.0, 9569.0, 9580.0, 9565.0, 9566.0, 9546.0, 9581.0, 9583.0, 9579.0, 9564.0, 9563.0, 9548.0, 9583.0, 9590.0, 9564.0, 9602.0, 9561.0, 9583.0, 9545.0, 9565.0, 9554.0, 9572.0, 9542.0, 9550.0, 9539.0, 9546.0, 9523.0, 9539.0, 9536.0, 9556.0, 9527.0, 9553.0, 9566.0, 9563.0, 9561.0, 9540.0, 9548.0, 9559.0, 9566.0, 9579.0, 9571.0, 9609.0, 9586.0, 9605.0, 9566.0, 9574.0, 9547.0, 9569.0, 9526.0, 9556.0, 9536.0, 9536.0, 9522.0, 9537.0, 9520.0, 9543.0, 9551.0, 9527.0, 9551.0, 9545.0, 9550.0, 9551.0, 9584.0, 9576.0, 9573.0, 9564.0, 9573.0, 9558.0, 9574.0, 9544.0, 9591.0, 9542.0, 9557.0, 9543.0, 9544.0, 9543.0, 9561.0, 9598.0, 9542.0, 9566.0, 9541.0, 9567.0, 9563.0, 9576.0, 9559.0, 9558.0, 9553.0, 9562.0, 9541.0, 9558.0, 9561.0, 9562.0, 9575.0, 9580.0, 9549.0, 9554.0, 9542.0, 9554.0, 9546.0, 9570.0, 9545.0, 9564.0, 9546.0, 9566.0, 9627.0, 9555.0, 9573.0, 9544.0, 9553.0, 9540.0, 9583.0, 9544.0, 9557.0, 9520.0, 9557.0, 9521.0, 9544.0, 9519.0, 9550.0, 9499.0, 9501.0, 9490.0, 9503.0, 9507.0, 9503.0, 9498.0, 9539.0, 9498.0, 9526.0, 9497.0, 9511.0, 9500.0, 9531.0, 9496.0, 9531.0, 9531.0, 9536.0, 9534.0, 9535.0, 9535.0, 9537.0, 9546.0, 9540.0, 9565.0, 9539.0, 9559.0, 9526.0, 9547.0, 9541.0, 9565.0, 9542.0, 9568.0, 9545.0, 9571.0, 9544.0, 9553.0, 9545.0, 9581.0, 9548.0, 9569.0, 9547.0, 9568.0, 9543.0, 9569.0, 9560.0, 9556.0, 9545.0, 9569.0, 9540.0, 9568.0, 9557.0, 9567.0, 9563.0, 9572.0, 9561.0, 9568.0, 9563.0, 9572.0, 9545.0, 9572.0, 9546.0, 9557.0, 9540.0, 9557.0, 9543.0, 9559.0, 9543.0, 9570.0, 9541.0, 9556.0, 9542.0, 9559.0, 9559.0, 9549.0, 9556.0, 9546.0, 9556.0, 9552.0, 9589.0, 9561.0, 9570.0, 9557.0, 9567.0, 9540.0, 9557.0, 9540.0, 9542.0, 9542.0, 9543.0, 9552.0, 9557.0, 9586.0, 9545.0, 9567.0, 9543.0, 9572.0, 9565.0, 9584.0, 9548.0, 9568.0, 9544.0, 9557.0, 9561.0, 9590.0, 9549.0, 9570.0, 9546.0, 9572.0, 9559.0, 9575.0, 9555.0, 9555.0, 9542.0, 9555.0, 9543.0, 9557.0, 9543.0, 9555.0, 9531.0, 9557.0, 9541.0, 9557.0, 9548.0, 9561.0, 9533.0, 9555.0, 9546.0, 9575.0, 9565.0, 9571.0, 9544.0, 9571.0, 9545.0, 9566.0, 9560.0, 9573.0, 9559.0, 9565.0, 9536.0, 9548.0, 9522.0, 9539.0, 9538.0, 9539.0, 9521.0, 9536.0, 9527.0, 9559.0, 9553.0, 9556.0, 9529.0, 9556.0, 9544.0, 9555.0, 9548.0, 9573.0, 9550.0, 9572.0, 9549.0, 9572.0, 9562.0, 9588.0, 9563.0, 9556.0, 9562.0, 9569.0, 9563.0, 9573.0, 9574.0, 9561.0, 9549.0, 9542.0, 9551.0, 9576.0, 9577.0, 9572.0, 9548.0, 9554.0, 9527.0, 9566.0, 9541.0, 9568.0, 9523.0, 9532.0, 9521.0, 9533.0, 9541.0, 9551.0, 9540.0, 9549.0, 9526.0, 9548.0, 9524.0, 9564.0, 9526.0, 9550.0, 9526.0, 9547.0, 9535.0, 9545.0, 9539.0, 9568.0, 9539.0, 9535.0, 9527.0, 9537.0, 9538.0, 9567.0, 9531.0, 9554.0, 9528.0, 9553.0, 9536.0, 9555.0, 9542.0, 9540.0, 9535.0, 9526.0, 9535.0, 9539.0, 9529.0, 9544.0, 9541.0, 9531.0, 9539.0, 9543.0, 9551.0, 9555.0, 9582.0, 9528.0, 9564.0, 9523.0, 9552.0, 9558.0, 9573.0, 9556.0, 9555.0, 9523.0, 9539.0, 9527.0, 9555.0, 9531.0, 9539.0, 9527.0, 9556.0, 9544.0, 9571.0, 9541.0, 9556.0, 9525.0, 9538.0, 9524.0, 9537.0, 9572.0, 9546.0, 9537.0, 9525.0, 9533.0, 9524.0, 9550.0, 9542.0, 9566.0, 9530.0, 9550.0, 9525.0, 9559.0, 9538.0, 9555.0, 9524.0, 9537.0, 9521.0, 9532.0, 9518.0, 9536.0, 9520.0, 9521.0, 9505.0, 9519.0, 9518.0, 9524.0, 9536.0, 9537.0, 9553.0, 9524.0, 9534.0, 9523.0, 9533.0, 9524.0, 9563.0, 9539.0, 9549.0, 9525.0, 9550.0, 9509.0, 9537.0, 9540.0, 9556.0, 9526.0, 9554.0, 9527.0, 9552.0, 9527.0, 9571.0, 9526.0, 9538.0, 9521.0, 9520.0, 9529.0, 9525.0, 9570.0, 9522.0, 9550.0, 9513.0, 9534.0, 9524.0, 9550.0, 9556.0, 9550.0, 9528.0, 9564.0, 9526.0, 9551.0, 9541.0, 9554.0, 9542.0, 9536.0, 9527.0, 9540.0, 9540.0, 9551.0, 9544.0, 9553.0, 9542.0, 9556.0, 9560.0, 9575.0, 9547.0, 9554.0, 9542.0, 9549.0, 9525.0, 9566.0, 9523.0, 9539.0, 9536.0, 9525.0, 9520.0, 9539.0, 9549.0, 9525.0, 9563.0, 9525.0, 9560.0, 9524.0, 9553.0, 9556.0, 9555.0, 9544.0, 9569.0, 9542.0, 9570.0, 9563.0, 9568.0, 9545.0, 9549.0, 9526.0, 9556.0, 9568.0, 9573.0, 9562.0, 9568.0, 9531.0, 9545.0, 9578.0, 9579.0, 9596.0, 9558.0, 9610.0, 9554.0, 9600.0, 9532.0, 9578.0, 9525.0, 9564.0, 9524.0, 9548.0, 9522.0, 9533.0, 9519.0, 9554.0, 9530.0, 9538.0, 9509.0, 9534.0, 9506.0, 9549.0, 9527.0, 9569.0, 9545.0, 9568.0, 9545.0, 9570.0, 9545.0, 9573.0, 9544.0, 9569.0, 9522.0, 9550.0, 9509.0, 9551.0, 9543.0, 9554.0, 9535.0, 9550.0, 9538.0, 9539.0, 9538.0, 9555.0, 9541.0, 9542.0, 9523.0, 9538.0, 9567.0, 9554.0, 9577.0, 9523.0, 9558.0, 9511.0, 9563.0, 9530.0, 9547.0, 9529.0, 9545.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.0002456566820276498</td></tr>
<tr><td colspan=3>aqi</td><td>0.027876635253456218</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.14902127192618</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1936840611072657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9514054105190303</td></tr>
<tr><td colspan=3>efc</td><td>0.46</td></tr>
<tr><td colspan=3>fber</td><td>6509.605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09323482872474799</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3410138248847927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.433186925525235</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372822761609315</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5673565751530854</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3593814398133057</td></tr>
<tr><td colspan=3>gcor</td><td>0.00502855</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013400073163211346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024464771151542664</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031779281416776</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>35.3131</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9107</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.5082</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303627.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>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.0632</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6669</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.1514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3570.6217</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.8087</td></tr>
<tr><td colspan=3>tsnr</td><td>39.735560519155115</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>